@charset "UTF-8";
#INQUIRY .mv-wrap-01{
    background: url(/common/imgs/bg_blue.jpg) no-repeat center center / cover;
}
#INQUIRY .contents{
	background: #F3F5F8;
	padding: 80px 0 50px;
	margin-bottom: 130px;
}
#INQUIRY .ttl-inq-02{
	color: #004082;
	font-size: 1.857em;
	font-weight: bold;
	line-height: 2;
	display: flex;
    align-items: center;
	margin-bottom: 10px;
}
#INQUIRY .txt-list-item {
    padding-left: 1.143em;
    position: relative;
}

#INQUIRY .main .tel-clm{
	margin-bottom: 80px;
}
#INQUIRY .main .tel-clm ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/* gap: 40px; */
	margin-top: 16px;
	/* padding: 30px; */
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #004082;
	font-size: 1.125em;
	color: #222;
    flex-direction: column;
}
#INQUIRY .main .tel-clm ul li{
    display: flex;
	justify-content: space-between;
	padding: 40px 73px 40px 50px;
	box-sizing: border-box;
	width: 100%;
}
#INQUIRY .main .tel-clm ul li:last-child{
	border-top: 1px solid #ddd;
}
#INQUIRY .main .tel-clm ul li div{
	width: 380px;
}
#INQUIRY .main .tel-clm .txt-06{
	min-width: 230px;
}
#INQUIRY .main .tel-clm .txt-03{
	font-weight: normal;
}
#INQUIRY .main .tel-clm .txt-03+.txt-03{
	margin-top: 5px;
}
#INQUIRY .main .tel-clm .txt-17{
	display: flex;
    align-items: center;
	margin-top: 15px;
	width: fit-content;
}
#INQUIRY .main .tel-clm .txt-17:hover{
	/* cursor: pointer; */
}
#INQUIRY .main .tel-clm .arrow2{
    width: 26px;
    height: 26px;
	border-radius: 50%;
    display: inline-block;
	position: relative;
    margin-left: 10px;
	color: #fff;
    background-color: #006EFE;
}
#INQUIRY .main .tel-clm .arrow2 > svg {
    width: 14px;
    height: 7px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	position: absolute;
}

#INQUIRY .main .contents p + p{
    /* margin-top: 0; */
}

#INQUIRY .main .btn-01 button[type="submit"]{
	transition: all 0.3s;
    border-radius: 10px;
	border: 1px solid #006EFE!important;
	flex: 1;

	cursor: pointer;
    color: #fff;
    font-size: 1.429em;
    font-weight: bold;
    line-height: 1.44;
    text-align: center;
    padding: 20px 80px 20px 65px;
    background: #006EFE;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
	width: 100%;
}
#INQUIRY .main .btn-01.bg-01 button[type="submit"] {
    color: #001726;
    border: none;
    background: #fff;
}
#INQUIRY .main .btn-01 button[type="submit"]:hover {
	opacity: 0.5;
}
#INQUIRY .main .btn-01.bg-01 .arrow2 {
    color: #fff;
    background-color: #006EFE;
}
#INQUIRY .main .btn-01 .arrow2{
    color: #001726;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
#INQUIRY .main .btn-01 .arrow2 > svg {
    width: 21px;
    height: 9px;
}
#INQUIRY .main .btn-01 button[type="submit"] > span {
	/* position: relative;
	z-index: 3;
	color: #004082; */
}
#INQUIRY .main .btn-01::before {
	/* content: '';
	position: absolute;
	top: 0;
	left: -130%;
	background: #ccd9e6;
	width: 120%;
	height: 102%;
	transform: skewX(-25deg); */
}

/*フォーム注意事項*/
#INQUIRY .explanation{
	margin-bottom: 40px;
}
#INQUIRY .explanation .txt-02{
	margin-bottom: 10px;
}
#INQUIRY .explanation .txt-08{
	color: #E63322;
	margin-bottom: 1em;
}
#INQUIRY .explanation .txt-list-item::before{
	content: "・";
	position: absolute;
    top: 0;
    left: 0;
}
#INQUIRY .explanation .txt-list-item + .txt-list-item{
	margin-top: 4px;
}
#INQUIRY-FORM{
	padding-top: 195px;
    margin-top: -115px;
}
/*フォーム内*/
.table-inner{
    /* padding-bottom: 150px; */
}

.table-inner .table-items-wrap {
	border-top: 1px solid #ddd;
	width: 100%;
}

.table-inner .table-item {
	border-bottom: 1px solid #ddd;
	display: flex;
}

.table-inner .table-item .txt-08 {
	color: #0072BC;
	line-height: 1.5;
	letter-spacing: 0.04em;
	font-weight: 600;
	display: block;
	/* vertical-align: middle; */
}

.table-inner .clm-01 {
	background-color: #fff;
	max-width: 275px;
	flex: 1;
	/* min-width: 230px; */
	/* max-width: 340px; */
	padding: 21px 40px;
	box-sizing: border-box;
}

.table-inner .clm-02 {
	background-color: #fff;
	width: 525px;
	max-width: 100%;
	padding: 21px 40px 21px 0;
	box-sizing: border-box;
	flex: 1;
}

.table-inner .table-item .clm-02.clm-pd .ot-cnt {
	margin-bottom: 5px;
}

.table-inner .table-item .clm-02.clm-pd .type03 {
	margin-left: 27px;
	width: 273px;
}

.table-inner .table-items-wrap{
    margin-bottom: 90px;
}
.table-inner .req{
	color: #fff;
	font-size: 0.85em;
	background-color: #E63322;
	padding: 1px 11px 0px 10px;
	display: inline-block;
}
.table-inner .table-item .ip-cnt{
    font-size: 1.143em;
    display: block;
}
.table-inner .table-item .ip-cnt + .ip-cnt{
	margin-top: 12px;
}
.table-inner .table-item .ip-cnt .type01 {
	margin-right: 10px;
	width: 17px;
	height: 17px;
	position: relative;
	top: 1px;
}
.table-inner .table-item .type02,
.table-inner .table-item .type03,
.table-inner .table-item .select{
    font-size: 1.143em;
    border:1px solid #DDD;
    padding: 9px 12px;
    box-sizing: border-box;
}
.table-inner .table-item .type02{
    width: 100%;
    height: 200px;
}
.table-inner .table-item .select{
    padding-right: 30px;
}
.table-inner .table-item .fld-1{
    width:300px;
}
.table-inner .table-item .fld-2{
    width:100%;
}
.table-inner .table-item .fld-3{
    width:75px;
}
.table-inner .table-item .txt-05 {
	font-size: 0.85em;
	line-height: 1.25;
    margin-top: 10px;
	color: #888;
}
.table-inner .table-item .txt-list-item {
    padding-left: 1.4em;
}
.table-inner .table-item .txt-list-item::before {
	content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.table-inner .table-item .txt-08 .txt-05 {
    font-size: 0.75em;
    margin-left:20px;
}
.table-inner .table-item .link-01{
    display: inline-block;
    margin-top: 7px;
}
/*個人情報*/
.agree-cnt{
	/* margin-bottom: 120px; */
}
.agree-cnt .ttl-03{
    display: flex;
    align-items: center;
    /* margin-bottom: 60px; */
}
.agree-cnt .req{
    font-size: 0.4615em;
	margin-left: 20px;
	padding: 0px 11px 1px;
}
.agree-cnt .viewport{
    border:1px solid #DDD;
	background-color: #fff;
    padding:40px 60px;
    height: 300px;
    overflow: auto;
    box-sizing: border-box;
}
.agree-cnt .viewport .section:last-of-type{
	padding-bottom: 0;
}
/* .agree-cnt .viewport .txt-01{
    margin-bottom: 20px;
}
.agree-cnt .viewport .txt-14{
	margin-bottom: 30px;
}
.agree-cnt .viewport > .clm{
	margin-bottom: 37px;
	line-height: 2;
}
.agree-cnt .viewport > .clm .ttl-03 {
	margin-bottom: 6px;
}
.agree-cnt .viewport > .clm p + p,
.agree-cnt .viewport > .clm ul + p,
.agree-cnt .viewport > .clm .list-03 {
	margin-top: 1em;
} */
.agree-cnt .to-form-btn{
	display: none;
}
.agree-cnt .agree{
	color: #fff;
    background-color: #0072BC;
    margin-bottom: 20px;
}
.agree-cnt #pp-agree{
	width: 15px;
	height: 15px;
}
.agree-cnt .agree-txt{
	color: #fff;
    text-align: center;
    padding: 12px;
}
.agree-cnt .ip-cnt {
	letter-spacing: 0.06em;
}
.agree-cnt .txt-list-item::before{
    content: "・";
	position: absolute;
    top: 0;
    left: 0;
}
.agree-cnt .txt-in {
    text-indent: -2em;
    padding-left: 2em;
    margin-top: 0.75em;
}
.agree-cnt > .txt-05 {
	margin-top: 10px;
	font-size: 0.85em;
	line-height: 1.35;
	color: #888;
}
.agree-cnt .btn-list{
    margin:80px auto 0;
}
.table-inner .agree-cnt .table-items-wrap{
	margin-bottom: 0;
}
.agree-cnt .btn-wrap {
	margin: 40px 0 50px;
	display: flex;
	justify-content: center;
	gap: 40px;
}
.del-contact{
	display: none;
}
/*フォーム内ここまで*/

.finish-clm,
.error-clm {
	padding-bottom: 30px;
}
.finish-clm .txt-01,
.error-clm .txt-01 {
	padding-bottom: 1.75em;
}

@media only screen and (max-width: 768px) {
    #INQUIRY .mv-wrap-01{
        background: url(/common/imgs/bg_blue_sp.jpg) no-repeat center center / cover;
    }
	#INQUIRY .contents{
		/* background: #F3F5F8; */
		padding: 10.417vw 0 13.021vw;
		margin-bottom: 16.927vw;
	}
	#INQUIRY .ttl-inq-02{
		/* color: #004082; */
		font-size: 4.167vw;
		/* font-weight: bold; */
	}
	#INQUIRY .main .tel-clm {
		margin-bottom: 15.625vw;
	}
	#INQUIRY .main .tel-clm ul {
		flex-direction: column;
		/* gap: 1.302vw; */
        /* gap: 4.302vw; */
		margin-top: 2.083vw;
		/* padding: 6.51vw 1.302vw 5.469vw; */
		font-size: 1em;
	}
    #INQUIRY .main .tel-clm ul li{
        /* display: flex;
        flex-direction: column; */
		padding: 5.208vw;
		flex-direction: column;
        gap: 2.604vw;
    }
	#INQUIRY .main .tel-clm ul li div{
		width: 100%;
	}
	#INQUIRY .main .tel-clm .txt-06{
		min-width: inherit;
	}
	#INQUIRY .main .tel-clm .txt-03+.txt-03{
		margin-top: 1.302vw;
	}
	#INQUIRY .main .tel-clm .txt-17{
		margin-top: 2.604vw;
	}
	#INQUIRY .main .tel-clm .arrow2{
		width: 3.385vw;
		height: 3.385vw;
		margin-left: 1.953vw;
	}
	#INQUIRY .main .tel-clm .arrow2 > svg {
		width: 1.823vw;
		height: 0.911vw;
}

	#INQUIRY .main .btn-01 button[type="submit"] {
		min-width: initial;
		width: 49.479vw;
		border-radius: 1.302vw;

		font-size: 3.125vw;
        border-radius: 1.302vw;
        padding: 2.604vw 10.417vw 2.604vw 7.813vw;
	}
    #INQUIRY .main .btn-01 .arrow2 {
        width: 5.208vw;
        height: 5.208vw;
        right: 2.604vw;
    }
    #INQUIRY .main .btn-01 .arrow2 > svg {
        width: 2.604vw;
        height: 1.172vw;
    }

	#INQUIRY .main .btn-01::before {
		/* content: ''; */
		/* position: absolute; */
		/* top: 0; */
		/* left: -130%; */
		/* background: #ccd9e6; */
		/* width: 120%; */
		/* height: 102%; */
		/* transform: skewX(-25deg); */
	}

	/*フォーム注意事項*/
	#INQUIRY .explanation {
		margin-bottom: 6.901vw;
	}

	#INQUIRY .explanation .txt-02 {
		margin-bottom: 3.255vw;
	}
	#INQUIRY .explanation .txt-08,
	#INQUIRY .explanation .txt-12{
		font-size: 2.604vw;
	}
	#INQUIRY .explanation .txt-list-item::before {
		/* content: "・"; */
	}

	#INQUIRY .explanation .txt-list-item+.txt-list-item {
		margin-top: 2.344vw;
	}
	#INQUIRY-FORM{
		padding-top: 29.531vw;
    	margin-top: -10vw;
	}
    /*フォーム内*/
    .table-inner{
        /* padding-bottom: 31.25vw; */
    }
	.table-inner .table-item {
		flex-direction: column;
	}

	.table-inner .table-item .txt-08 {
		/* color: #004082; */
		/* line-height: 1.5; */
		letter-spacing: 0.05em;
		/* font-weight: 600; */
		/* display: block; */
		/* vertical-align: middle; */
		font-size: 2.604vw;
	}
	.table-inner .clm-01 {
		width: 100%;
		max-width: inherit;
		min-width: inherit;
		padding: 5.208vw 5.208vw 1.563vw;
		display: flex;
		align-items: center;
	}

	.table-inner .clm-02 {
		width: 100%;
		max-width: inherit;
		padding: 2.604vw 5.208vw 5.208vw;
	}

	.table-inner .table-item .clm-02.clm-pd {
		/* padding-top: 4.533vw;
		padding-bottom: 1.172vw; */
	}

	.table-inner .table-item .clm-02.clm-pd .ip-cnt {
		font-size: 2.604vw;
		padding-left: 0;
		margin-bottom: 2.604vw;
		display: flex;
		align-items: center;
	}

	.table-inner .table-item .clm-02.clm-pd .ot-cnt {
		margin-bottom: 1.5vw;
	}

	.table-inner .table-item .clm-02.clm-pd .type03 {
		margin-left: 12vw;
		width: calc(100% - 24vw);
	}
    .table-inner .table-items-wrap{
        margin-bottom: 15.625vw;
    }
    .table-inner .req{
        font-size: 1.563vw;
		line-height: 1;
        padding: 0.651vw 1.432vw;
        margin-left: 2.604vw;
    }
    .table-inner .table-item .ip-cnt{
        font-size: 3.646vw;
        margin-bottom: 4.506vw;
    }
	.table-inner .table-item .ip-cnt+.ip-cnt {
		/* margin-top: 12px; */
	}

	.table-inner .table-item .ip-cnt .type01 {
		font-size: 4.167vw;
		margin: 0 2.604vw 0 0;
		width: 3.906vw;
		height: 3.906vw;
		/* position: relative; */
		top: 0;
		margin-top: 0;
	}
    .table-inner .table-item .type02,
    .table-inner .table-item .type03,
    .table-inner .table-item .select{
        font-size: 3.646vw;
        padding: 2.344vw 2.604vw;
    }
    .table-inner .table-item .type02{
        height: 39.063vw;
    }
    .table-inner .table-item .select{
        padding-right: 7vw;
        width: initial;
    }
    .table-inner .table-item .fld-1,
    .table-inner .table-item .fld-2{
        width: 100%;
    }
    .table-inner .table-item .fld-3{
        width: 20%;
    }
    .table-inner .table-item .txt-05{
		font-size: 1.823vw;
        margin-top: 2.604vw;
    }
    .table-inner .table-item .txt-list-item {
		font-size: 1.823vw;
		line-height: 1.3;
        padding-left: 3.8vw;
    }
    .table-inner .table-item .txt-08 .txt-05{
        margin: 0;
    }
    .table-inner .table-item .link-01{
        margin: 2.604vw 0 0 0;
    }
    /*個人情報*/
    .agree-cnt .ttl-03{
        margin-bottom: 5.208vw;
    }
    .agree-cnt .req{
        display: inline-block;
        padding: 0.5vw 1.6vw;
    }
    .agree-cnt .inner-s{
        padding: 0;
    }
    .agree-cnt .viewport{
        padding: 4.208vw 5.208vw;
        height: 39.063vw;
    }
    /* .agree-cnt .viewport .txt-01{
        font-size: 3.125vw;
        margin-bottom: 6.21vw;
    }
	.agree-cnt .viewport .txt-14{
		margin-bottom: 6.510vw;
	}
	.agree-cnt .viewport .txt-06,
	.agree-cnt .viewport .txt-05{
		font-size: 2.604vw;
	}
	.agree-cnt .viewport>.clm {
		margin-bottom: 8.719vw;
		line-height: 1.8;
	}
	.agree-cnt .viewport>.clm .ttl-03 {
		margin-bottom: 1.953vw;
	} */
    .agree-cnt .agree{
        margin-bottom: 2.604vw;
    }
	.agree-cnt #pp-agree {
		width: 3.906vw;
		height: 3.906vw;
	}
    .agree-cnt .agree-txt{
        padding: 2.604vw;
		display: flex;
        justify-content: center;
		gap: 0 1.563vw;
    }
	.agree-cnt .ip-cnt {
		font-size: 2.604vw;
	}
	.agree-cnt > .txt-05 {
		font-size: 1.823vw;
		line-height: 2;
		margin-top: 0;
	}
    .agree-cnt .btn-list{
        margin-top: 15.625vw;
    }
	.agree-cnt .btn-wrap {
		margin: 10.417vw 0 0;
		flex-direction: column;
		align-items: center;
		gap: 2.604vw;
	}
    /*フォーム内ここまで*/


}