@charset "UTF-8";
/* CSS Document */

/*----------------------
トップ
------------------------*/
#INQUIRY-IDX .ttl-bg-01{
	margin-bottom: 0;
	border: none;
}
#INQUIRY-IDX .ttl-03.mail-ico{
	margin-bottom: 66px;
}
#INQUIRY-IDX .mail-ico .ico-inner{
	position: relative;
}
#INQUIRY-IDX .mail-ico .ico-inner::before{
	content: "";
	display: block;
	width: 73px;
	height: 50px;
	background: url(/imgs/inquiry/idx_bg_01.png) no-repeat;
	background-size: 73px;
	position: absolute;
	top: -0.2em;
	left: -55px;
}
#INQUIRY-IDX .mail-ico .ico-inner .txt{
	position: relative;
}
#INQUIRY-IDX .section-contact{
	margin-bottom: 121px;
}
#INQUIRY-IDX .category-clm{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#INQUIRY-IDX .category-clm .sub-clm{
	width: 530px;
	margin-bottom: 80px;
}
#INQUIRY-IDX .category-clm .sub-clm .category-cont{
	padding: 0 20px;
}
#INQUIRY-IDX .category-clm .sub-clm .lnk-01 + .lnk-01{
	margin-top: 30px;
}
#INQUIRY-IDX .btn-form{
	display: none;
}

/*----------------------
フォーム
------------------------*/
#INQUIRY-FORM .main,
#INQUIRY-FORM .ttl-06{
	color: #333;
}
#INQUIRY-FORM .top-clm{
	margin-bottom: 40px;
}
#INQUIRY-FORM .txt{
	margin-bottom: 20px;
}
#INQUIRY-FORM .viewport{
	border: 1px solid #ccc;
	border-bottom: none;
	height: 350px;
	overflow-x: auto;
	overflow-y: scroll;
	padding: 25px;
}
#INQUIRY-FORM .agree-txt{
	text-align: center;
	padding: 18px 0 20px;
	background-color: #eee;
	color: #000;
	border: 1px solid #ccc;
}
#INQUIRY-FORM .agree-txt label{
	padding-left: 10px;
}

#INQUIRY-FORM input[type="checkbox"],
#INQUIRY-FORM input[type="radio"]{
	margin: 0 3px 2px 0;
    padding-right: 0;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
#INQUIRY-FORM input[type="radio"] + label{
	padding-left: 7px;
	padding-right: 7px;
}
#INQUIRY-FORM label + input,
#INQUIRY-FORM #place4-1,
#INQUIRY-FORM #place5-1,
#INQUIRY-FORM #place6-1,
#INQUIRY-FORM #color5-1,
#INQUIRY-FORM #date2-1,
#INQUIRY-FORM #date3-1,
#INQUIRY-FORM #place7{
	margin-left: 20px;
	box-sizing: border-box;
}
#INQUIRY-FORM input[type="text"],
#INQUIRY-FORM input[type="email"],
#INQUIRY-FORM input[type="tel"],
#INQUIRY-FORM textarea,
#INQUIRY-FORM input[type="date"]{
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 10px 14px;
	width: 100%;
	box-sizing: border-box;
	font-size: 100%;
}
#INQUIRY-FORM select:not(.ui-datepicker-year):not(.ui-datepicker-month){
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 10px 14px;
	box-sizing: border-box;
	font-size: 100%;
}
#INQUIRY-FORM textarea{
	height: 10em;
}
#INQUIRY-FORM .req{
	margin-left: 1.4286em;
	font-size: 0.875em;
	font-weight: bold;
	color: #fff;
	padding: 0px 6px;
	background-color: #AF3030;
}
#INQUIRY-FORM .opt{
	margin-left: 1.4286em;
	font-size: 0.875em;
	font-weight: bold;
	color: #fff;
	padding: 0px 6px;
	background-color: #999;
}
#INQUIRY-FORM .tbl .req,
#INQUIRY-FORM .tbl .opt{
	margin-left: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
#INQUIRY-FORM input[type="text"].half{
	width: 50%;
}
/*table*/
.tbl {
	width: 100%;
}
.tbl tr{
	border: 1px solid #C4C4C4;
}

.tbl th {
	font-weight: bold;
	width: 250px;
	padding: 20px 30px 20px 20px;
	vertical-align: middle;
	background-color: #eee;
	position: relative;
}

.tbl td {
	padding: 20px 30px;
}
.tbl td:first-child {
	padding-top: 0;
}
.tbl .slt {
	margin-left: 0.5em;
	font-size: 1em;
}
.tbl td.tbl-small{
	padding-bottom: 10px;
}

.tbl .komoku li + li{
	margin-top: 1em;
}
.tbl p:last-child{
	margin-bottom:0;
}
.tbl .tbl-lst-01,
.tbl .tbl-lst-02,
.tbl .tbl-lst-03{
	margin-bottom: -30px;
}
.tbl .tbl-lst-01 + ul{
	margin-top: 30px;
}
.tbl .tbl-lst-01 li{
	float: left;
	display: flex;
	align-items: center;
	/* width: 181px; */
	width: calc( 100% / 4);
	margin-bottom: 30px;
}
.tbl .tbl-lst-02 li{
	float: left;
	display: flex;
	/* align-items: center; */
	/* width: 242px; */
	width: calc( 100% / 3);
	margin-bottom: 30px;
}
.tbl .tbl-lst-03 li{
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}
.tbl .note{
	margin-top: 30px;
	color: #333;
	font-size: 0.75em;
}
#INQUIRY-FORM .tbl .fld-1{
	width: 400px;
}
#INQUIRY-FORM .tbl .fld-2{
	width: 100px;
}
#INQUIRY-FORM .tbl .fld-3{
	width: 170px;
}

/* お問い合わせ */
.mw_wp_form_input .input-hidden,
.mw_wp_form_confirm .confirm-hidden {
    display: none;
}
.vertical-item{
	display: block;
}
.horizontal-item{
	display: inline-block;
	margin-left: 0 !important;
	margin-right: 15px;
}
.mw_wp_form .tbl td:has(span.error){
	background: #FEF2F2;
}
.mw_wp_form .error{
	margin-top: 5px;
}
.submit-list{
	justify-content: center;
	flex-direction:row;
	padding-bottom: 60px;
}
@media only screen and (min-width: 641px){
	.submit-list .btn-submit-03{
		margin-right: 30px;
	}
	.section_contact .txt_wrap .inner .area{
		margin-bottom: -84px;
	}
}
.btn-submit-02 input:disabled,
li.enter input:disabled{
	opacity: 0.5;
	filter:grayscale(100%);
	cursor: default;
}
.txt_sml{
	font-size: 13px;
	display: block;
	margin-top: 5px;
	margin-bottom: 0 !important;
}
#INQUIRY-FORM .tbl,
#INQUIRY-FORM .tbl *{
	box-sizing: border-box;
}
#INQUIRY-FORM .tbl td ul li{
	display: flex;
	align-items: center;
	margin-top: 10px;
}
#INQUIRY-FORM .tbl td ul li span{
	margin-right: 10px;
}
#INQUIRY-FORM .tbl td ul li select{
	margin-left: 10px;
}
.mw_wp_form_confirm .tbl td ul li br{
	display: none;
}
.finish-clm{
	text-align: left;
	display: inline-block;
}
#INQUIRY-FORM.inquiry .foot_menu{
	position: absolute;
}

#INQUIRY-FORM .error_messe .error{
	padding: 0 15px;
	background-color: #FEF2F2;
	border-left: 2px solid #B70000;
	border-right: 2px solid #B70000;
	margin-top: 0;
}
#INQUIRY-FORM .error_messe .error:first-of-type{
	border-top: 2px solid #B70000;
	padding-top: 10px;
}
#INQUIRY-FORM .error_messe .error:first-of-type:before{
	content: "以下の入力に誤りがあります。";
	display: block;
	font-weight: bold;
	color: #B70000;
	margin-bottom: 5px;
	font-size: 20px;
}
#INQUIRY-FORM .error_messe .error:last-of-type{
	border-bottom: 2px solid #B70000;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
	.section-07 {
		margin-bottom: 8vw;
	}
	#INQUIRY-FORM .error_messe .error:first-of-type:before{
		font-size: 4.8vw;
	}
	.txt_sml{
		font-size: 3.2vw;
	}
}
@media only screen and (max-width: 430px) {
	#INQUIRY-FORM input[type="text"],
	#INQUIRY-FORM input[type="email"],
	#INQUIRY-FORM input[type="tel"],
	#INQUIRY-FORM textarea,
	#INQUIRY-FORM input[type="date"]{
		font-size: 16px;
	}
}

/*
#INQUIRY-FORM .tbl #place7 {
	display: none;
}
#INQUIRY-FORM .tbl #place7.checked {
	display: block;
}
*/
/* SP

----------------------------------------------------------*/

@media only screen and (max-width: 640px) {
/*----------------------
トップ
------------------------*/
#INQUIRY-IDX .ttl-03.mail-ico{
	margin-bottom: 12.5vw;
}
#INQUIRY-IDX .mail-ico .ico-inner::before{
	width: 2.25em;
	height: 1.6em;
	background-size: 2.25em;
	left: -1.6em;
}

#INQUIRY-IDX .section-contact{
	margin-bottom: 18.75vw;
}
#INQUIRY-IDX .category-clm{
	display: block;
}
#INQUIRY-IDX .category-clm .sub-clm{
	width: auto;
	margin-bottom: 12.5vw;
}
#INQUIRY-IDX .category-clm .sub-clm .category-cont{
	padding: 0 1.25em;
}
#INQUIRY-IDX .category-clm .sub-clm .lnk-01 + .lnk-01{
	margin-top: 4.375vw;
}

/*----------------------
フォーム
------------------------*/
#INQUIRY-FORM .main,
#INQUIRY-FORM .ttl-06{
	/* color: #333; */
}
#INQUIRY-FORM .top-clm{
	margin-bottom: 8vw;
}
#INQUIRY-FORM .txt{
	margin-bottom: 6.25vw;
}
#INQUIRY-FORM .viewport{
	/* border: 1px solid #ccc; */
	/* border-bottom: none; */
	height: 68.75vw;
	/* overflow-x: auto; */
	/* overflow-y: scroll; */
	/* padding: 25px; */
}
#INQUIRY-FORM .agree-txt{
	/* text-align: center; */
	/* padding: 18px 0 20px; */
	/* background-color: #eee; */
	/* color: #000; */
}
#INQUIRY-FORM .agree-txt label{
	padding-left: 1.563vw;
	font-size: 4.375vw;
}

#INQUIRY-FORM input[type="radio"]{
	/* margin-top: 0; */
	/* padding-right: 15px; */
	width: 5vw;
	height: 5vw;
}
#INQUIRY-FORM input[type="radio"] + label{
	padding-left: 2.344vw;
	font-size: 4.375vw;
}
#INQUIRY-FORM label + input{
	margin-top: 1.563vw;
	margin-left: 0;
}
#INQUIRY-FORM input[type="text"],
#INQUIRY-FORM input[type="email"],
#INQUIRY-FORM input[type="tel"],
#INQUIRY-FORM textarea,
#INQUIRY-FORM input[type="date"],
#INQUIRY-FORM select:not(.ui-datepicker-year):not(.ui-datepicker-month){
	/* border: 1px solid #ccc; */
	/* border-radius: 2px; */
	padding: 2.5vw 3.125vw;
	/* width: 100%; */
	/* box-sizing: border-box; */
	/* font-size: 100%; */
}
#INQUIRY-FORM .req,
#INQUIRY-FORM .opt{
	margin-left: 2.225vw;
	font-size: 2.813vw;
	height: 4.375vw;
}
#INQUIRY-FORM .tbl .req,
#INQUIRY-FORM .tbl .opt{
	margin: 0;
	font-size: 2.813vw;
	right: 15px;
}
#INQUIRY-FORM input[type="text"].half{
	/* width: 50%; */
}
/*table*/
.tbl {
	/* width: 100%; */
}
.tbl tr{
	border: none;
}
.tbl th,
.tbl td{
	display: block;
	width: 100%;
}
.tbl th {
	/* width: calc(100% - 6.25%); */
	padding: 3.125vw;
	font-size: 4.375vw;
	/* vertical-align: top; */
	/* background-color: #eee; */
	/* position: relative; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tbl td {
	padding:4vw 3.125vw;
	margin-bottom: 2.666666666666667vw;
}
.tbl td:first-child {
	/* padding-top: 0; */
}
.tbl .slt {
	/* margin-left: 0.5em; */
	/* font-size: 1em; */
}
.tbl td.tbl-small{
	padding-bottom: 0;
}

.tbl .komoku li + li{
	/* margin-top: 1em; */
}
.tbl p:last-child{
	/* margin-bottom:0; */
}
.tbl .tbl-lst-01,
.tbl .tbl-lst-02,
.tbl .tbl-lst-03{
	margin-bottom: 0;
}
.tbl .tbl-lst-01 + ul{
	margin-top: 4.688vw;
}
.tbl .tbl-lst-01 li{
	float: none;
	/* display: flex; */
	/* align-items: center; */
	width: 100%;
	margin-bottom: 3.125vw;
}
.tbl .tbl-lst-02 li{
	float: none;
	/* display: flex; */
	/* align-items: center; */
	width: 100%;
	margin-bottom: 3.125vw;
}
.tbl .tbl-lst-03 li{
	display: block;
	/* align-items: center; */
	/* width: 100%; */
	margin-bottom: 3.125vw;
}

.tbl .note{
	margin-top: 6.25vw;
	margin-bottom: 3.125vw;
	/* color: #333; */
	font-size: 3.75vw;
}
#INQUIRY-FORM .tbl .label-input{
	margin-bottom: 4.688vw;
}
#INQUIRY-FORM .tbl .fld-1{
	width: 100%;
}
#INQUIRY-FORM .tbl .fld-2{
	width: 28.438vw;
}
#INQUIRY-FORM .tbl .fld-2.fld-tel{
	width: 26.4vw;
	padding: 2.5vw 2vw;
}
#INQUIRY-FORM .tbl .fld-3{
	/* -webkit-appearance: none; */
	width: 100%;
}

#INQUIRY-FORM label + input, 
	#INQUIRY-FORM #place4-1, 
	#INQUIRY-FORM #place5-1, 
	#INQUIRY-FORM #place6-1, 
	#INQUIRY-FORM #color5-1, 
	#INQUIRY-FORM #date2-1, 
	#INQUIRY-FORM #date3-1, 
	#INQUIRY-FORM #place7{
		margin-left: 0;
	}

}

#INQUIRY-FORM .sty_download{
	margin: 30px 15px;
	text-align: center;
	box-sizing: border-box;
}
#INQUIRY-FORM .sty_download a{
    background-color: #0F459F;
    color: #fff;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    min-height: 60px;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 20px;
    box-sizing: border-box;
}
#INQUIRY-FORM .sty_download a:hover{
	opacity: 0.75;
    text-decoration: none;
}