@charset "UTF-8";

/* common */
.cmn_sec_heading2{
	text-align: center;
}
@media (min-width: 641px){
	.cmn_heading{
		background-image: url(../sy_images/inqu/inqu_billboard.jpg);
	}
}

/* レイアウト */
@media (min-width: 641px){
	.inqu_container{
		padding-left: 200px;
		padding-right: 200px;
	}
}

/* ===========================================
  inqu Page
=========================================== */

/* 基本設定 */
.form_pts input[type="text"], 
.form_pts input[type="tel"], 
.form_pts input[type="email"], 
.form_pts input[type="date"], 
.form_pts input[type="time"], 
.form_pts input[type="number"],
.form_pts textarea,
.form_pts select {
	width: 100%;
	padding: 7px;
	border: 0;
	color: inherit;
	background-color: transparent;
	outline: 0;
}
.form_pts textarea{
	height: 200px;
	padding: 10px;
}
.form_pts select{
	width: auto;
}
.form_pts input:focus, 
.form_pts textarea:focus {
	border: 0;
	background-color: #fff;
	box-shadow:none;
}
.formBtn li{
	display: inline-block;
	margin: 0 2em 0.3em 0;
	line-height: 1;
}
.formBtn input[type="radio"],
.formBtn input[type="checkbox"]{
	margin-right: 2px;
	vertical-align: top;
}
.check-group input {
	display: none;
}
.check-group label {
	display: block;
	cursor: pointer;
	line-height: 1.4;
}
.check-group li:first-child label {
	border-radius: 4px 4px 0 0;
}
.check-group li:last-child label {
	border-radius: 0 0 4px 4px;
}
@media (min-width: 641px){
	.radiosex{
		width: 240px;
	}
}
.check-group.radiosex label {
	float: left;
	width: 50%;
	padding: 8px;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #a2a2a2;
	background: #fff;
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%,#7db9e8 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%,#7db9e8 100%);
}
.check-group.radiosex li:first-child label {
	border-radius: 4px 0 0 4px;
	border-right-width: 0;
}
.check-group.radiosex li:last-child label {
	border-radius: 0 4px 4px 0;
	border-left-width: 0;
}
.check-group.radiosex li input:checked + label { 
	background: #21b7b6;
	background: -webkit-linear-gradient(top,  #21b7b6 0%,#90dbda 100%,#7db9e8 100%);
	background: linear-gradient(to bottom,  #21b7b6 0%,#90dbda 100%,#7db9e8 100%);
	color: #fff; 
}
/* placeholder color */
.form_pts ::-webkit-input-placeholder {
	color: #999;
}
.form_pts ::-moz-placeholder {
	color: #999; opacity: 1;
}
.form_pts input:-ms-input-placeholder {
	color: #999;
}
.form_pts :placeholder-shown{
	color: #999;
}

/* submit */
.smt_btn{
	display: flex;
	justify-content: space-between;
}
.smt_btn .smb{
	width: 48%;
}
.smb .button{
	width: 100%;
}

/* レイアウト等 */
.form_input{
	display: block;
}
.form_container > label,
.form_row{
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.form_row{
	background-color: transparent;
	border: 1px solid #7d7d7e;
	border-radius: 2px;
	padding: 3em 10px 1em;
}
.form_label{
	position: absolute;
	z-index: 10;
	display: block;
	top: 1em;
	left: 10px;
}
.form_container label:not(.form_row) input,
.form_container label:not(.form_row) select,
.form_container label:not(.form_row) textarea{
	background-color: #E4E5E5;
	border: 1px solid #E4E5E5;
	border-radius: 5px;
	padding: 3em 20px 1em;
	position: relative;
	line-height: 1.8;
}
.form_container label:not(.form_row) input:focus,
.form_container label:not(.form_row) select:focus,
.form_container label:not(.form_row) textarea:focus{
	border: 1px solid #86C03F;
	background-color: #fff;
}
.form_container select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-bottom: solid 1px #ccc;
}
.form_container select::-ms-expand {
	display: none;
}
.form_container select:focus{
	border-bottom: 1px solid #86C03F;
}
.form_container input[type="radio"],
.form_container input[type="checkbox"]{
	border: 0;
	padding: 0;
	width: auto;
}
.form_container .form_input .form_zip{
	width: 50%;
	border-bottom: solid 1px #ccc;
	border-radius: 0;
}
.form_container .form_input .form_address{
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
	border-radius: 0;
}
.form_container .form_input .form_zip:focus,
.form_container .form_input .form_address:focus{
	border-bottom: 1px solid #1E90FF;
}
.form_select_arr{
	position: relative;
	display: inline-block;
}
.form_select_arr:before{
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	border-top: 6px solid #333;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.form_select_arr select{
	position: relative;
	z-index: 100;
	padding-right: 20px;
}
@media (min-width: 641px){
	.form_container > label,
	.form_row{
		margin-bottom: 20px;
	}
	.form_row{
		padding: 4em 20px 1em;
	}
	.form_label{
		left: 20px;
	}
	.form_container label:not(.form_row) input,
	.form_container label:not(.form_row) select{
		padding: 1em 20px 1em 12em;
	}
	.form_container .form_input .form_zip{
		width: 30%;
	}
	.form_container .form_input .form_address{
		width: 80%;
	}
	.form_address_label{
		display: inline-block;
		width: 9em;
	}
}

/* 共通 */
.inqu_txt{
	margin-bottom: 26px;
}
.form_container{
	padding-top: 9px;
	font-size: 1.4rem;
}
.form_label{
	letter-spacing: .1em;
}
.dlform dt{
	font-weight: 700;
}
@media (min-width: 641px){
	.inqu_txt{
		margin-bottom: 42px;
	}
	.form_container{
		margin-bottom: 50px;
	}
}

/* page 2 */
.formul01{
	margin-left: 0.8em;
	padding-left: 0.8em;
	margin-bottom: 20px;
	list-style: disc;
}
.formul01 li{
	margin-bottom: 8px;
}
@media (max-width: 640px){
	.dlform{
		margin-bottom: 20px;
	}
	.dlform dt{
		margin-bottom: 5px;
	}
}
@media (min-width: 641px){
	.form_table{
		width: 100%;
		display: table;
		border-collapse: collapse;
		border: solid 1px #eee;
	}
	.dlform{
		display: table-row;
		border: solid 1px #eee;
	}
	.dlform dt{
		display: table-cell;
		width: 13em;
		padding: 15px 1em;
		text-align: right;
		vertical-align: top;
		border: solid 1px #eee;
	}
	.dlform dd{
		display: table-cell;
		padding: 15px 1em;
		border: solid 1px #eee;
	}
}


.error_message {
	display: block;
	position: relative;
	overflow: visible;
}
.error_message .txt {
	background-color: #fff;
	border: solid 1px #f00;
	border-radius: 8px;
	box-shadow: 0px 2px 10px #000;
	left: 100px;
	padding: 5px 15px;
	position: absolute;
	top: -2px;
	z-index: 9999;
	white-space: nowrap;
}

.error_message [aria-hidden=true]{
	display: none;
}
.error_message .txt:before {
	background-color: #fff;
	border-top: solid 1px #f00;
	border-left: solid 1px #f00;
	content: "";
	display: block;
	height: 10px;
	left: 10px;
	position: absolute;
	transform: rotate(45deg);
	top: -6px;
	width: 10px;
}