body{
	font-family: "Noto Serif JP",serif;
}
.container__wrapper{
	background-image: url("../images/common/bg.webp");
	background-size: 100% 100%;
}
.head_top{
	font-weight: 900 !important;
	width: 100%;
	margin-top: 0;
}
.h1_bs11_p{
	text-align: center;
	font-size: 20px;
	margin-top: 55px;
	font-weight: 700;
	line-height: 2;
}
.p-info__dlist-child dt{
	padding-left: 1em;
	padding-bottom: 2px;
	background-color: #e5e5e5;
	border:none;
	font-size: 20px;
}
.p-info__dlist-child dd{
	padding-left: 1em;
}
.u-link_btn{
	text-align: center;
	border:2px solid #000;
	padding: 2px 2em;
	border-radius: 100px;
	width: fit-content;
	margin: 0 auto;
}
.main__text01{
	font-size: 22px;
}
.pop_border{
	border:1px solid #ecdfa6;
}
.u-link_btn a{
	color: #000;
	text-decoration: none;
}
.dlist{
	text-align: center;
}
.ec_div {
	width: fit-content;
	margin: 0.5em auto;
	margin-top: 1em;
}
.ec_div p{
	font-size: 16px;
	text-align: left;
}
.ec_div ul{
	padding: 0;
}
.ec_div ul li{
	list-style: none;
	font-size: 16px;
	text-align: left;
	padding-bottom: 2px;
	padding-left: 1em;
	text-indent: -1em;
}
.ec_div ul li span{
	font-size: 14px;
}
@media (max-width: 430px){
	.main__text01{
		font-size: 3.8vw;
	}
	.h1_bs11_p{
		margin-top: 44px;
		line-height: 1em;
		font-size: 12px;
		margin-bottom: 8px;		
	}
	.head_top{
		font-size: 6vw;
		margin-top: 0px;
		margin-bottom: 36px;
		line-height: 1.6em;
	}
	h1 span{font-size: 5vw;}
	.header__wrapper{
		padding:4px;
		padding-left: 0;
		padding-right: 0;
	}
	.header{
		font-size: 3.3vw;
		line-height: 1.4em;
	}
	.info__dlist dt,.info__dlist dd{
		font-size: 4.5vw;
	}
	.p-info__dlist-child dt,.p-info__dlist-child dd{
		font-size: 4.5vw;
	}
	.ec_div ul li{
		font-size: 3.5vw;
	}
	.ec_div ul li span{
		font-size: 10px;
	}
}
@media screen and (min-width: 431px) {
    .main__box01 {
        padding-bottom: 30px;
    }
}
