@charset "utf-8";
/*contact*/
.contact{width: 100%; padding-bottom: 80px; background: #DBD4DB;}
.contact h2{width: 100%;}
.contact strong{display: block; margin-bottom: 6.510416666666667vw;}
.contact .inner{width: 89.58333333333333vw; margin: 0 auto;}


.lp{width: 100%; /*padding-bottom: 13.02083333333333vw;*/ background: #EEDF8C;}

.entry{width: 100%; margin-bottom: 3.90625vw;}
.entry_p{font-size: 3.645833333333333vw; line-height: 180%; margin-bottom: 7.8125vw;}
.entry_p a{font-size: 3.645833333333333vw; line-height: 180%; text-decoration: none; color: #007B4A;}
.entry .title{width: 100%; border-collapse: collapse; display: table; margin-bottom: 3.90625vw;}
.entry .titles{display: table-cell; font-size: 3.90625vw; font-weight: 500; vertical-align: middle; line-height: 100%;}
.entry .must_on{width: 13.02083333333333vw; display: table-cell; vertical-align: middle; line-height: 100%;}
.entry .input{width: 100%;}
.entry input{
	max-width: 89.58333333333333vw;
	min-width: 89.58333333333333vw;
	height: 7.291666666666667vw;
	font-size: 16px;
	box-shadow:none;
	border: 1px solid #ccc;
	font-weight: 300;
	border-radius: 4px;
	-webkit-appearance: none;
}
.entry .check_box{float: left; margin-right: 1.302083333333333vw; margin-top: -1.302083333333333vw;}
.entry textarea{
	max-width: 89.58333333333333vw;
	min-width: 89.58333333333333vw;
	max-height: 65.10416666666667vw;
	min-height: 65.10416666666667vw;
	font-size: 16px;
	box-shadow:none;
	border: 1px solid #ccc;
	font-weight: 300;
	border-radius: 4px;
	-webkit-appearance: none;
}
.entry li{padding-bottom: 10px;}
.entry .mb{font-size: 3.90625vw; margin-bottom: 6.510416666666667vw; line-height: 140%;}
.w50{width: 50%; float: left;}





.bnr_fixed_bottom {
	position: fixed;
	bottom: 3vw;
	z-index: 99999;
	width: 100%;
}

.bnr_fixed_bottom a{
	display: inline-block;
	text-align: center;
	z-index: 1;
}
/* .bnr_fixed_bottom a img{width: 95%;} */
/*.bnr_fixed_bottom a.contact_btn{width: 82%;float: left;}*/
/*.bnr_fixed_bottom a.contact_btn{width: 100%;}*/
.bnr_fixed_bottom a.tel_btn{width: 17.8%;float: left;}
.bnr_fixed_bottom a img.tel{
	width: 45px;
}
.bnr_fixed_bottom a img.mail{
	width: 270px;
}


@media screen and (max-width:640px) { 
.bnr_fixed_bottom{
	width: 100%;
	text-align: center;
	position: fixed;
	display: block!important;
}
}


@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}
.shiny-btn {
    position: relative;
    display: block;
    width: 100%;
	height: 60px;
    background: url(../images/index/ft_contact_bg202107.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
	z-index: 999;
    border-radius: 10px;
    padding: 7px 8px 10px 8px;
	position: fixed;
}




.header_ico1 img{
	width: auto;
	height: 30px;
	position: absolute;
	top:8px;
	right: 40px;
}
.header_ico2 img{
	width: auto;
	height: 30px;
	position: absolute;
	top:8px;
	right: 5px;
}

/* 20211210 */
.box_one dl{
	max-width: 80%;
    margin: 0 auto 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #222;
}
.box_one dl dt{
	margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5em;
	color: #523440;
}
.box_one dl dd{
	font-size: 13px;
}
.box_one p.txt{
	max-width: 80%;
    margin: 0 auto 15px;
	padding-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    border-bottom: solid 1px #222;
}
.box_one p.txt a{
	color: #523440;
}
.box_one p.access_txt{
	margin-bottom: 0;
	border-bottom: none;
	color: #523440;
}

.nav_item a{
	font-size: 13px;
}

/* 20220803 */
.entry_privacyBox{
	width: 100%;
	max-height: 200px;
	margin-bottom: 20px;
	padding: 20px;
	overflow: scroll;
	background: #fff;
}
.entry_privacyText{
	margin-bottom: 10px;
}
.entry_privacy__title{
	margin-bottom: 20px;
	font-size: 14px;
}
.entry_privacy__introText{
	margin-bottom: 26px;
	font-size: 13px;
	line-height: 1.4;
}
.entry_privacy__item + .entry_privacy__item{
	margin-top: 20px;
}
.entry_privacy__title{
	font-size: 14px;
}
.entry_privacy__detailText{
	font-size: 13px;
	line-height: 1.4;
	word-break: break-all;
}
.entry_privacy__detailText a{
	font-size: 13px;
	line-height: 1.4;
	word-break: break-all;
}
.input_privacy{
	text-align: center;
}
form#mailformpro .input_privacy label.mfp_not_checked{
	padding: 10px 20px;
	background: #fff;
}
form#mailformpro .input_privacy label.mfp_checked{
	padding: 10px 30px;
	color: #fff;
	background: #D90000;
}
.sp{
	display: block!important;
}
.pc{
	display: none!important;
}


/* ==========================================================================//
//
// pc
//
// ========================================================================== */
@media screen and (min-width: 768px){
	.sp{
		display: none!important;
	}
	.pc{
		display: block!important;
		width: 72.9vw;
    margin: 0 calc(50% - 36.45vw);
	}
	.header_ico1 img{
		width: 55px;
		height: auto;
		right: calc(13.17708333333333vw + 58px);
		top: 10px;
	}
	.header_ico1_notel img{
		right: 13.17708333333333vw;
	}
	.header_ico2 img{
    width: 58px;
    height: auto;
		right: 13.17708333333333vw;
		top: 10px;
	}
	form#mailformpro{
		max-width: 640px;
		padding-left: 40px!important;
	}
	.entry{
		margin-bottom: 20px;
	}
	.entry .title{
		margin-bottom: 10px;
	}
	.entry .must_on{
		width: 60px;
	}
	.must{
		padding: 5px!important;
		width: auto!important;
		height: auto!important;
		font-size: 12px!important;
		line-height: 1.2!important;
	}
	.entry .titles{
		font-size: 16px;
	}
	select{
		width: auto!important;
		max-width: 100%!important;
	}
	.entry input{
		width: auto!important;
		max-width: 100%!important;
		min-width: 500px!important;
		height: auto!important;
    padding: 10px!important;
	}
	form .annotation_txt{
		font-size: 14px!important;
	}
	.mfp_element_submit, .mfp_element_button{
		width: auto!important;
    height: auto!important;
    line-height: 1.2!important;
    padding: 10px 20px!important;
	}
	div.mfp_buttons button{
		font-size: 16px!important;
	}
	.radios{
		font-size: 16px!important;
		padding: 0 0 0 36px!important;
	}
	.radios::before{
    width: 30px!important;
    height: 30px!important;
    top: auto!important;
    bottom: 0;
	}
	.shiny-btn{
		width: 640px;
		height: 105px;
	}
	.bnr_fixed_bottom a img.tel{
		width: 86px;
	}
	.bnr_fixed_bottom a img.mail{
		width: 521px;
	}
	input[type="radio"]:checked + .radios::after{
		position: absolute;
    content: '';
    top: 50%;
    left: 8px!important;
    width: 15px!important;
    height: 15px!important;
    margin-top: -11px!important;
    background: #181800;
    border-radius: 100%;
	}
	/* 20220803 */
	.entry_privacyBox{
		width: auto;
		margin-right: 40px;
	}

}


		