@charset "UTF-8";

/* //////////////////////////////////////////////////

　お問い合わせページのスタイル

////////////////////////////////////////////////// */


.sec .container {
	width: 760px;
}

.contact_ul {
	display: inline-block;
}
.contact_ul li {
	background: url(../img/contact/mrk_list.png) no-repeat 0 0.4em;
	text-align: left;
	padding-left: 1.1em;
	margin-bottom: 1.4em;
	line-height: 1.8;
}

.contact_dl {
	display: inline-block;
	margin: 30px 0 60px;
}
.contact_dl dt {
	padding-right: 35px;
}
.contact_dl .time {
	margin-top: 15px;
}

/* FORM */
#mail_form {

}

#mail_form dl {
	display: block;
	width: 100%;
	margin: 50px 0 80px;
	text-align: left;
	clear: both;
}

#mail_form dt,
#mail_form dd {
	padding: 30px 0;
	border-top: 1px solid #dbdbdb;
}
#mail_form dt {
	width: 25%;
	color: #1bb8ce;
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	clear: both;
	float: left;
	padding: 30px 0;
	border-top: 1px solid #dbdbdb;
}

#mail_form dd {
	float: left;
	padding: 30px 0;
	padding-left: 5px;
	width: 75%;
}


#mail_form label {
	display: block;
	margin-bottom: 15px;
}

#mail_form input[type="text"],
#mail_form input[type="tel"],
#mail_form input[type="email"] {
	-webkit-appearance: none;
	width: 100%;
	height: 35px;
	padding: 5px;
	background: #f0f0f0;
	border: none;
}

#mail_form textarea {
	-webkit-appearance: none;
	width: 100%;
	height: 300px;
	padding: 5px;
	background: #f0f0f0;
	border: none;
}

#mail_form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 5px 20px;
	padding-left: 35px;
	border-radius: 3px;
	border: 1px solid #a8a8a8;
	background: url(../img/funding/mrk_select.png) no-repeat 10px 50%;
	background-color: #fff;
	color: #888;
}

#mail_form select::-ms-expand {
    display: none;
}

#mail_form input#zip31,
#mail_form input#zip32
{
	width: 100px;
}



.radio, .checkbox {
  position: relative;
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 0 6px 3px 42px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:after{
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -13px;
  width: 17px;
  height: 17px;
  border: 2px solid #000;
  border-radius: 50%;
  content: '';
}

.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -13px;
  width: 17px;
  height: 17px;
  border: 2px solid #000;
  border-radius: 20%;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}




.btn_send {
	padding: 10px 40px;
	border: 2px solid #1bb7cd;
	border-radius: 6px;
}

.btn_send input[type=submit]{
	display: inline-block;
	text-transform: uppercase;
	background: #fff;
	color: #1bb8ce;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
	width: 100%;
	font-family: "FOT-筑紫A丸ゴシック Std B","TsukuARdGothicStd-B","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 100%;
	border: none;
}

.btn_send input[type=submit]:hover{
	cursor: pointer;
}


.submit_button{
	display: block;
	clear: both;
}

#back_btn{
	margin-right: 20px;
}

.kind_txt{
	font-weight: normal;
}

.mw_wp_form_input #submit_btn,
.mw_wp_form_input #back_btn {
    display: none;
}

.mw_wp_form_confirm #reset_btn,
.mw_wp_form_confirm #zip_btn,
.mw_wp_form_confirm #zip_search,
.mw_wp_form_confirm span.text,
.mw_wp_form_confirm .kind_txt {
    display: none;
    text-indent: -5000px;
}


/* inview */
@media screen and (min-width: 769px) {
	.inview01 {
		top: 40px;
		left: 0;
	}
	.inview02 {
		top: 400px;
		right: 0;
	}
	.inview03 {
		bottom: 0px;
		left: 0;
	}
	.inview04 {
		bottom: -70px;
		right: 30px;
	}
	.inview_w01 {
		top: 320px;
		left: -170px;
	}
	.inview_w02 {
		bottom: 190px;
		right: -190px;
	}
	.inview05 {
		bottom: 50px;
		right: 0px;
	}
	.inview_w03 {
		bottom: 10px;
		left: 0px;
	}	
	
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	.sec .container {
		width: auto;
	}
	
	.contact_ul li {
		background-size: 6px;
		background-position: 0 0.65em;
	}

	.contact_dl {
		display: inline-block;
		margin: 15px 0 30px;
	}
	.contact_dl dt,
	.contact_dl dd {
		display: block !important;
		padding: 0;
		margin-bottom: 10px;
	}

	/* FORM */
	#mail_form table {
		width: 100%;
		margin: 30px 0 40px;
	}
	#mail_form th,
	#mail_form td {
		display: block;
	}
	#mail_form th {
		width: 100%;
		padding: 20px 0 0;
	}
	#mail_form td {
		padding: 10px 0 20px;
		border-top: none;
	}
	#mail_form label {
		margin-bottom: 10px;
	}

	#mail_form textarea {
		height: 200px;
	}
	
	.btn_send {
		display: block;
		margin: 0 auto;
		padding: 10px 40px;
		border: 2px solid #1bb7cd;
		border-radius: 6px;
	}
}
@media screen and (max-width: 600px) {
}
