@charset "utf-8";
	/* ヘッダー全体の設定 */
	#top-head_2 {
		width: 100%;
		margin: 20px auto 0;
	}
	/* ヘッダーの中身 */
	#top-head_2 .inner {
		position: relative;
		width: 1024px;
		margin: 0 auto;
	}
	#top-head_2 .inner:after {/*ヘッダー内右寄せ、左寄せの解除 */
		content: "";
		clear: both;
		display: block;
	}
	/* ロゴ */
	#top-head_2 .logo {
		float: left;
		top:3px;
		left:3px;
	}

.FeeSt {
	width: 70%;
	margin: 50px auto 0 auto;
    overflow: hidden;
	background: #1b9283;
	border-radius: 10px;
}
div.title {
	display: block;
	padding: 5px 8px 10px 8px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.bakG{
	background-color: rgba( 0, 200, 0, 0.1);
}
.FeeSt .inner{
	width:100%;
	padding: 2% 4%;
}
.FeeSt a.formMail {
	display:inline-block;
	margin:0 auto;
	cursor:pointer;
    width: 60%;
	margin:20px 0 0 0;
    padding: 10px 0;
    box-shadow: 2px 2px 2px #666;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
	background: #f60;
	background: -moz-linear-gradient(#F60, #F60 50%, #e55c00 51%, #e55c00);
	background: -o-linear-gradient(#F60, #F60 50%, #e55c00 51%, #e55c00);
	background: linear-gradient(#F60, #F60 50%, #e55c00 51%, #e55c00);
    border-radius: 8px;
}
.FeeSt a.formMail:hover{
	background: #999;
	background: -moz-linear-gradient(#999, #999 50%, #666 51%, #666);
	background: -o-linear-gradient(#999, #999 50%, #666 51%, #666);
	background: linear-gradient(#999, #999 50%, #666 51%, #666);
}

@media screen and (max-width: 1024px) {
	/* ヘッダー全体の設定 */
	#top-head_2 {
		width: 100%;
		margin: 20px auto 0;
	}
	/* ヘッダーの中身 */
	#top-head_2 .inner {
		position: relative;
		width: 98%;
		margin: 0 auto;
	}
	#top-head_2 .inner:after {/*ヘッダー内右寄せ、左寄せの解除 */
		content: "";
		clear: both;
		display: block;
	}
	/* ロゴ */
	#top-head_2 .logo {
		float: left;
		top:3px;
		left:3px;
	}
	.ircontactWrap .contact .m_wrap .m_txt {
		line-height: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 768px) {
	/* ヘッダー全体の設定 */
	#top-head_2 {
		width: 100%;
		margin: 20px auto 0;
	}
	/* ヘッダーの中身 */
	#top-head_2 .inner {
		position: relative;
		/* width: 768px; */
		margin: 0 auto;
	}
	#top-head_2 .inner:after {/*ヘッダー内右寄せ、左寄せの解除 */
		content: "";
		clear: both;
		display: block;
	}
	/* ロゴ */
	#top-head_2 .logo {
		float: left;
		top:3px;
		left:3px;
	}
	.irWrap .irBoxL {
		width: auto;
	}
	.irWrap .irBoxL > img {
		width: calc(100% - 2.5rem);
		max-width: 420px;
	}
	.irtoolExpa {
		margin-top: 1rem !important;
	}
	.FeeSt {
		width: 90%;
	}
	.irToolInfo {
		width: 98%;
	}
	.ircontactWrap .contact .ircBoxL,
	.ircontactWrap .contact .ircBoxR {
		float: none;
		width: auto;
	}
	.ircontactWrap .contact .iconL {
		width: auto;
		padding-left: 40px;
	}
	.ircontactWrap .contact .iconL > img {
		width: 100%;
		max-width: 74px;
	}
	.ircontactWrap .contact .txtR {
		float: none;
		width: auto;
		padding-top: 8px;
	}
	.ircontactWrap .contact .tell,
	.ircontactWrap .contact .m_wrap {
		width: 70%;
		margin: 5px auto 0;
		padding: 10px;
		height: auto;
		line-height: 1.5;
	}
	.ircontactWrap .contact .m_wrap .m_txt {
		line-height: 1.5;
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	/* ヘッダー全体の設定 */
	#top-head_2 {
		width: 100%;
		margin: 10px auto 0;
	}
	/* ヘッダーの中身 */
	#top-head_2 .inner {
		position: relative;
		/* width: 480px; */
		margin: 0 auto;
	}
	#top-head_2 .inner:after {/*ヘッダー内右寄せ、左寄せの解除 */
		content: "";
		clear: both;
		display: block;
	}
	/* ロゴ */
	#top-head_2 .logo {
		float: left;
		top:3px;
		left:3px;
	}
	.FeeSt a.formMail {
		width: 100%;
	}
	.ircontactWrap .contact .iconL {
		padding-left: 0;
	}
	.ircontactWrap .contact .txtR {
		padding-top: 0;
	}
	.ircontactWrap .contact .tell,
	.ircontactWrap .contact .m_wrap {
		width: 90%;
	}
}
