@charset "utf-8";

/*　sec1
---------------------------------------------------------*/
.sec1 {
	background-image: url(../img/contact/sec1_bg01.png), url(../img/contact/sec1_bg02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom 105px, right bottom 175px;
	padding: 40px 0 85px;
	text-align: center;
}
.contact_check .sec1,
.contact_thanks .sec1 {
	background-image: url(../img/contact/sec1_bg01.png);
	background-repeat: no-repeat;
	background-position: left bottom 45px;
}
.title_default {
	margin-bottom: 10px;
}
.sec1_inner .note {
	color: #FF4654;
	margin-top: 40px;
}
.sec1_inner .note span {
	color: #ff0000;
}
.sec1_inner .note02 {
    margin-top: 20px;
}

/*　FORM　*/
#mail_form {
	margin-top: 35px;
}
#mail_form table {
	margin: 0 auto 45px;
	width: 100%;
	max-width: 850px;
}
#mail_form table th,
#mail_form table td {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mail_form table th {
	padding: 10px 20px 10px 0;
	width: 175px;
	vertical-align: middle;
}
#mail_form table th.v_top {
	top: 20px;
	vertical-align: top;
}
#mail_form table th span {
	position: relative;
}
#mail_form table th span.hissu:after {
	content: "※";
	display: inline;
	color: #ff0000;
}
#mail_form table td{
	padding: 25px 0;
	width : -webkit-calc(100% - 175px);
   	width : calc(100% - 175px);
}
#mail_form table td .note2{
	margin: -25px 0 15px;
	font-size: 12px;
	letter-spacing: 0.05em;
}
#mail_form label{
	display: inline-block;
	margin: 10px 0; 
	padding-right: 0.5em;
}
#mail_form label input[type="checkbox"]{
	vertical-align: middle;
}
#mail_form label input[type="checkbox"] + span {
	vertical-align: middle;
}
#mail_form input.short {
	max-width: 150px;
}
#mail_form input[type="text"],
#mail_form input[type="email"],
#mail_form input[type="tel"],
#mail_form select,
#mail_form textarea{
	border: solid 1px #9E9E9E;
	background: #fff;
	padding: 13px 15px;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mail_form input[type="text"]:hover
#mail_form input[type="email"]:hover
#mail_form input[type="tel"]:hover
#mail_form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #d6859b;
}
#mail_form textarea {
	height: 230px;
	max-width: 100%;
	resize: none;
}
#mail_form input:focus, #mail_form textarea:focus {
	outline:0;
	border:1px solid #d6859b;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

.form_text{
	margin: 35px 0 50px;
	font-size: 16px;
	text-align: center;
}
.contact_thanks .form_text{
	min-height: 200px;
}

.form_submit .btn {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: inline-block;	
   	letter-spacing: 0.12em;
}
.form_thanks_btn {}
.form_thanks_btn a {}

@media screen and (max-width: 1100px) {

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		background-position: left -200px bottom 105px, right -200px bottom 175px;
	}
	.contact_thanks .sec1 {
		background-position: left -200px bottom 25px;
	}

}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		background-position: left -80px bottom 50px, right -50px bottom 130px;
		background-size: 210px auto, 232px auto;
		padding: 30px 0 85px; 
	}
	.contact_check .sec1,
	.contact_thanks .sec1 {
		background-position: left -80px bottom 30px;
		background-size: 210px auto;
	}
	.sec1_inner .note {
		font-size: 13px;
		margin-top: 20px;
	}
	.sec1_inner .note02 {
    text-align: left;
}

	/*　FORM　*/
	#mail_form table th,
	#mail_form table td{
		display: block;
		width: 100%;
		font-size: 13px;
	}
	#mail_form table th{
		padding: 10px 0 0;
	}
	#mail_form table th.v_top {
	    top: 0;
	}
	#mail_form table td{
		padding: 10px 0;
	}
	#mail_form label{
		/* display: block; */
		margin: 5px 0;
	}
	#mail_form label input[type="checkbox"]{}
	#mail_form input[type="text"],
	#mail_form input[type="email"],
	#mail_form input[type="tel"],
	#mail_form select,
	#mail_form textarea{
		font-size: 13px;
	}
	#mail_form textarea {
		height: 180px;
	}
	.form_text{
		margin: 35px 0 40px;
		font-size: 14px;
	}
	.contact_thanks .form_text{
		min-height: 120px;
	}

	.contact_check .btn {
    margin: 5px 0;
	}
	.form_thanks_btn {}
	.form_thanks_btn a {}
	
}
