@charset "UTF-8";
.contact .mailform h3 {
	background: #95BF35;
}
.contact .mailform table th {
	background: #EFF6E1;
    border-top: 1px solid #95BF35;
    border-bottom: 1px solid #95BF35;
	color: #000;
}
.contact h2.pageTitle {
	font-size: 16px;
}
.onlinArea {
	background: #95BF35 url(/assets/img/online/img_main_bk.png) top center no-repeat;
    background-size: 100%;
    padding-top: 11px;
    margin-bottom: 35px;
}
.onlinArea .mainImg {
	text-align: center;
}
/* 完了 */
.contact.send h2.pageTitle {
	font-family: "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 32px;
	color: #FB972A;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.contact.send .mailform .thanks {
	padding: 0;
}
.contact.send .mailform .thanks {
	padding: 0;
	margin-bottom: 4.5%;
}
.contact.send .mailform .thanks .subTitle {
	font-family: "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 12px;
}
.contact.send .mailform .thanks .txt01 {
	font-size: 16px;
	margin-bottom: 33px;
}
.contact.send .mailform .thanks .txt02 {
	font-size: 16px;
}
.contact.send .mailform .back {
	
}
.contact.send .mailform .back a:before {
	display: none;
}
.contact.send .mailform .back a:hover {
	-webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: .4;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    -webkit-opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40)
}


@media screen and (max-width:750px) {
	.contact .mailform h2 {
		background: #95BF35;
	}
	.contact .pageTitle {
		font-size: 14px;
		font-size: 3.73vw;
	}
	.onlinArea {
		background: #95BF35 url(/assets/img/online/img_main_bk.png) top center no-repeat;
	    background-size: 100%;
	    padding-top: 11px;
	    margin-bottom: 0;
	}
	.onlinArea .mainImg {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
}
