@charset "utf-8";
/*  mainv
---------------------------------------------------------*/
.page-mainv {
	background: url(../img/contact/mainv.jpg) no-repeat top center;
	background-size: cover;
}

/*　FORM　*/
#mail_form {}
#mail_form table {
	background: #F5F5F5;
	margin-bottom: 40px;
	width: 100%;
}
#mail_form table th,
#mail_form table td {
	border-top: solid 1px #E8E8E8;
	font-size: 15px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mail_form table tr:first-child th,
#mail_form table tr:first-child td {
	border-top: none;
}
#mail_form table th{
	padding: 33px 35px 33px 110px;
	width: 325px;
	font-weight: 500;
	vertical-align: middle;
	letter-spacing: 0.05em;
}
#mail_form table th span {
  position: relative;
  padding-left: 18px;
}
#mail_form table th span:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  background: #0f73cf;
  width: 11px;
  height: 11px;
}
#mail_form table th.v_top{
	padding-top: 33px;
	vertical-align: top;
}
#mail_form table td{
	padding: 33px 110px 33px 0;
	width : -webkit-calc(100% - 325px);
  width : calc(100% - 325px);
}
#mail_form label{
	display: inline-block;
	margin: 10px 0; 
	padding-right: 50px;
}
#mail_form input.middle {
	max-width: 300px;
}
#mail_form input.short {
	max-width: 100px;
}
#mail_form input[type="text"],
#mail_form input[type="email"],
#mail_form input[type="tel"],
#mail_form select,
#mail_form textarea{
	border: 1px solid #FFF;
	background: #fff;
	padding: 17px 20px;
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none !important;
}
#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 #0f73cf;
}
#mail_form textarea {
	height: 190px !important;
	max-width: 100%;
	width: 100% !important;
	resize: none;
}
#mail_form button {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	display: inline-block;
	cursor: pointer;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	max-width: 260px;
	border: solid 1px #0f73cf;
	background: #0f73cf;
	color: #fff;
	margin-left: 20px;
	padding: 10px;
	height: 62px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	text-shadow: none !important;
}

#mail_form #mfp_button_cancel,
#mail_form button.grey {
	border: solid 1px #949494;
	background: #949494;
}
#mail_form button:first-child {
	margin-left: 0;
}
#mail_form #mfp_button_cancel:hover ,
#mail_form button:hover {
	background:#fff;
	color: #0f73cf;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#mail_form #mfp_button_cancel:hover,
#mail_form button.grey:hover {
	color: #999;
}
#mail_form input:focus, #mail_form textarea:focus {
	outline:0;
	border:1px solid #0f73cf;
}
::-webkit-input-placeholder {
	color:#888;
}
:-moz-placeholder {
	color:#888;
}
::-moz-placeholder {
	color:#888;
}
:-ms-input-placeholder {
	color:#888;
}
#mail_form .selectBox label {
	position: relative;
	margin: 0;
	padding: 0;
}
#mail_form .selectBox label:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	margin: auto;
	background: #818181;
	pointer-events: none;
}
#mail_form .selectBox label:after {
	content: "";
	position: absolute;;
	top: -4px;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mail_form .selectBox select {
	padding-right: 55px;
}
.form_submit {
 	width : 100%;
 	text-align: center;
 	letter-spacing: -0.5em;
}

#mfp_phase_confirm_inner{
	max-width: 600px;
	margin: 0 auto;
}

/*　sec
---------------------------------------------------------*/
.sec {
  margin-bottom: 100px;
}

.sec_text01 {
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 500;
 	text-align: center;
 	letter-spacing: 0.05em;
}

/*---------------------------------------------------------
	1100x以下
---------------------------------------------------------*/
@media　screen and (max-width: 1100px)　{
	
}
/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 640px) and (orientation: portrait) ,screen and (max-width: 737px) and (orientation: landscape) {

	/*　FORM　*/
	#mail_form table th,
	#mail_form table td {
		display: block;
	}
	#mail_form table th{
		padding: 15px 20px 0;
		width: 100%;
	}
	#mail_form table th.v_top{
		vertical-align: middle;
		padding-top: 15px;
	}
	#mail_form table td{
		border-top: none;
		padding: 15px 20px;
		width: 100%;
	}
	#mail_form label{
		display: inline-block;
		margin: 10px 0; 
		padding-right: 30px;
	}
	#mail_form input.middle {
		max-width: 300px;
	}
	#mail_form input.short {
		max-width: 100px;
	}
	#mail_form input[type="text"],
	#mail_form input[type="email"],
	#mail_form input[type="tel"],
	#mail_form select,
	#mail_form textarea{
		padding: 15px;
	}
	#mail_form button {
		width: 90%;
		margin: 15px 0 0;
	}
	#mail_form button:first-child {
		margin: 0;
	}

	.sec_text01 {
		font-size: .8rem;
	}


}