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

.mt0{
	margin-top: 0 !important;
}

.col-red{
	color: #e71c24;
}

.top80{
	margin-top: 45px;
}

.size-m{
	font-size: 18px;
}

ul{
	padding-left: 0px;
	list-style: none;
}

.lp_main{
	background: url("../img/lp07/bg01.jpg")no-repeat;
	background-size: cover;
	overflow: hidden;
}

/*
.lp_main > img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
*/

.lp_main .lp_catch{
	margin: 54px auto 0;
	width: calc(100% - 35px);
	line-height: 0;
	position: relative;
	z-index: 0;
}


.lp_main .lp_catch h2{
	margin: 0;
}

.lp_main .lp_catch img{
	width: 100%;
	height: auto;
}

.lp_main .lp_price{
	width: calc(100% - 12px);
	margin: 57px auto 0px;
	position: relative;
}

.lp_main .lp_price::before{
	content: '';
	display: inline-block;
	background: url("../img/lp03/lp_otoku_sp.png")no-repeat;
	background-size: contain;
	width: calc(100% - 12px);
	height: 59px;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.lp_main .lp_price ul{
	width: calc(100% - 18px);
	list-style: none;
	background: rgba(255,255,255,0.9);
	border-radius: 14px;
	/*padding: 20px 12px 40px 16px;*/
	padding: 30px 12px 10px 16px;
	margin: 0 auto 20px auto;
}

.lp_main .lp_price ul li:nth-child(2){
	margin: 26px 0;
}

.lp_main .lp_price ul li dl{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}



.lp_main .lp_price ul li dl dt{
	font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13.48px;
	letter-spacing: 0.1em;
	color: #333333;
	display: flex;
	align-items: center;
	width: 100%;
}

.lp_main .lp_price ul li dl dt span{
	font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20.22px;
	letter-spacing: 0.1em;
}

.lp_main .lp_price ul li dl dd{
	font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 28px;
	letter-spacing: 0.1em;
	color: #333333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 8px;
	padding-left: 19px;
}

.lp_main .lp_price ul li dl dd span{
	font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 29px;
	color: #e71c24;
}

.lp_main .lp_price ul li dl dd ins{
	font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;
	text-decoration: none;
	font-size: 16px;
	margin: 0 10px;
}

.lp_main .lp_price ul li dl dd::before{
	content: '';
	display: inline-block;
	background: #f6e821;
	width: 225px;
	height: 10px;
	position: absolute;
	bottom: -2px;
	left: 20px;
	z-index: -1;
}

/*-------------テスト用-------*/

.lp_main_2{
	background: url("../img/lp07/bg01_2.jpg")no-repeat;
	background-size: cover;
	overflow: hidden;
}

/*
.lp_main > img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
*/

.lp_main_2 .lp_catch{
	margin: 54px auto 0;
	width: calc(100% - 35px);
	line-height: 0;
	position: relative;
	z-index: 0;
}


.lp_main_2 .lp_catch h2{
	margin: 0;
}

.lp_main_2 .lp_catch img{
	width: 100%;
	height: auto;
}

.lp_main_2 .lp_price{
	width: calc(100% - 12px);
	margin: 57px auto 0px;
	position: relative;
}

.lp_main_2 .lp_price::before{
	content: '';
	display: inline-block;
	background: url("../img/lp03/lp_otoku_sp.png")no-repeat;
	background-size: contain;
	width: calc(100% - 12px);
	height: 59px;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.lp_main_2 .lp_price ul{
	width: calc(100% - 18px);
	list-style: none;
	background: rgba(255,255,255,0.9);
	border-radius: 14px;
	/*padding: 20px 12px 40px 16px;*/
	padding: 30px 12px 10px 16px;
	margin: 0 auto 20px auto;
}

.lp_main_2 .lp_price ul li:nth-child(2){
	margin: 26px 0;
}

.lp_main_2 .lp_price ul li dl{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}



.lp_main_2 .lp_price ul li dl dt{
	font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 13.48px;
	letter-spacing: 0.1em;
	color: #333333;
	display: flex;
	align-items: center;
	width: 100%;
}

.lp_main_2 .lp_price ul li dl dt span{
	font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20.22px;
	letter-spacing: 0.1em;
}

.lp_main_2 .lp_price ul li dl dd{
	font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 28px;
	letter-spacing: 0.1em;
	color: #333333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 8px;
	padding-left: 19px;
}

.lp_main_2 .lp_price ul li dl dd span{
	font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 29px;
	color: #e71c24;
}

.lp_main_2 .lp_price ul li dl dd ins{
	font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;
	text-decoration: none;
	font-size: 16px;
	margin: 0 10px;
}

.lp_main_2 .lp_price ul li dl dd::before{
	content: '';
	display: inline-block;
	background: #f6e821;
	width: 225px;
	height: 10px;
	position: absolute;
	bottom: -2px;
	left: 20px;
	z-index: -1;
}




/*----テスト用---------*/


/****************************************
*****************************************/


.lp_gree{
	text-align: center;
	margin: 50px auto;;
	font-size: 100%;
	font-weight: bolder;
	line-height: 200%;
	border: #eb5a24 2px solid;
	width: 90%;
	padding: 10px;

}


a.center-btn-orange02 {
    display: inline-block;
    padding: 1.2em 6em 1.2em 1.6em;
    border-radius: 1.2em;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    background-color: #eb5a24;
    background-image: url(../img/arrow-icon-white.svg);
    background-repeat: no-repeat;
    background-position: center right 1.4em;
    background-size: 1.2em;
    margin-top: 20px;
	margin-bottom: 20px;
}

/****************************************
*****************************************/




.lp_block00{
	margin: auto;
   width: 100%;
}

.lp_block00 .block_inner{
	overflow: hidden;
}

.lp_block00 ul{
	list-style: none;

}

.lp_block00 ul li{
	margin-top: 40px;
}

.lp_block00 dl{

}




.car_box dl dt{
	
}


.car_box dl dt img{
	width: 100%;
	
}
.car_box dl dd{
	margin-top: 20px;
	text-align: center;
	
}

.car_box dl dd .sub_tit{
	font-size: 140%;
	font-weight: bolder;
	margin-bottom: 10px;
}

.car_box dl dd p{
	font-weight: bolder;
	margin-bottom: 10px;
	color: #555s;
}

.car_box dl dd p span{
	font-size: 200%;
	font-weight: bolder;
	color: #000;
}


/****************************************
*****************************************/


.lp_block01{
	overflow: hidden;
	background: url("../img/lp/b01_bg_sp.png")no-repeat top center;
	background-size: 100% auto;
	background-color: #fffef3;
}

.lp_block01 .block_inner{
	padding: 25px;
	overflow: hidden;
}

.lp_block01 .block_inner h2{
	padding-top: 63px;
	margin-bottom: 0;
	position: relative;
}



.lp_block01 .block_inner .tokucho_list{
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 34px;
}

.lp_block01 .block_inner .tokucho_list li{
	width: 114px;
	height: 114px;
	margin: 0 10px;
	background: url("../img/lp/waku01.png")no-repeat;
	background-size: cover;
	position: relative;
}

.lp_block01 .block_inner .tokucho_list li::before{
	content: '';
	display: inline-block;
	background: url("../img/lp/num2_01.png")no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.lp_block01 .block_inner .tokucho_list li:nth-child(2)::before{
	background: url("../img/lp/num2_02.png")no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.lp_block01 .block_inner .tokucho_list li:nth-child(3)::before{
	background: url("../img/lp/num2_03.png")no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.lp_block01 .block_inner .tokucho_list li:nth-child(4)::before{
	background: url("../img/lp/num2_04.png")no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
}

.lp_block01 .block_inner .tokucho_list li:nth-child(n + 3){
	margin-top: 27px;
}

.lp_block01 .block_inner .tokucho_list li p{
	width: 100%;
	font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 17px;
	line-height: 1.38;
	text-align: center;
	color: #ff8d1e;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.lp_block01 .block_inner .tokucho_list li p.fs{
	font-size: 14px;
}


.lp_block01 .block_inner .area01{
	width: 100%;
	margin-top: 80px;
	background: url("../img/lp/area_bg_sp.png")no-repeat;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	
}

.lp_block01 .block_inner .area01.right{
}

.lp_block01 .block_inner .area01.area_02{
	margin-top: 40px;
}

.lp_block01 .block_inner .area01.area_03{
	margin-top: 40px;
}

.lp_block01 .block_inner .area01.area_04{
	margin-top: 40px;
}


.lp_block01 .block_inner .area01 .bg{
	width: 100%;
	order: 1;
}

.lp_block01 .block_inner .area01 .bg p{
	background: url("../img/lp03/fukidashi.png")no-repeat;
	background-size: 100% auto;
	display: block;
	width: 201px;
	line-height: 45px;
	font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 17px;
	color: #fff;
	padding-left: 29px;
	position: absolute;
	top: -15px;
	left: 44px;
}

.lp_block01 .block_inner .area01 .bg p.p02{
	background: url("../img/lp/fukidashi.png")no-repeat;
	background-size: 100% auto;
	display: block;
	width: 174px;
	line-height: 45px;
	padding-left: 65px;
}

.lp_block01 .block_inner .area01.area_03 .bg p{
	background: url("../img/lp/fukidashi.png")no-repeat;
	background-size: 100% auto;
	display: block;
	/*width: 174px;*/
	width: 220px;
	line-height: 60px;
	padding-left: 35px;
	/*padding-left: 52px;*/
}

.lp_block01 .block_inner .area01.area_04 .bg p{
	background: url("../img/lp/fukidashi.png")no-repeat;
	background-size: 100% auto;
	display: block;
	/*width: 174px;*/
	width: 220px;
	line-height: 60px;
	padding-left: 35px;
	/*padding-left: 52px;*/
}


.lp_block01 .block_inner .area01.right .bg p{
	right: 589px;
}

.lp_block01 .block_inner .area01 .bg dl{
	padding: 55px 40px 22px 74px;
	position: relative;
}


.lp_block01 .block_inner .area01 .bg dl::before{
	content: '';
	display: inline-block;
	background: url("../img/lp/num01.png")no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 44px;
	left: 18px;
}

.lp_block01 .block_inner .area01.area_02 .bg dl::before{
	content: '';
	display: inline-block;
	background: url("../img/lp/num02.png")no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
}

.lp_block01 .block_inner .area01.area_03 .bg dl::before{
	content: '';
	display: inline-block;
	background: url("../img/lp/num03.png")no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
}

.lp_block01 .block_inner .area01.area_04 .bg dl::before{
	content: '';
	display: inline-block;
	background: url("../img/lp/num04.png")no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
}


.lp_block01 .block_inner .area01 .bg dl dt{
	font-size: 20px;
	/*font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;*/
}

.lp_block01 .block_inner .area01 .bg dl dt ins{
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
	margin-top: 7px;
}

.lp_block01 .block_inner .area01 .bg dl dd{
	font-size: 14px;
	line-height: 1.71;
	/*font-style: normal;
	font-weight: 700;
	font-family: fot-tsukuardgothic-std, sans-serif;*/
	margin-top: 16px;
}

.lp_block01 .block_inner .area01 .bg dl dd .link{
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid #eb5a24;
	border-radius: 20px;
	background: #fff;
	font-size: 15px;
	font-weight: 700;
	color: #eb5a24;
	text-decoration: none;
	text-align: center;
	margin: 17px auto 0;
}


.lp_block01 .block_inner .area01 .img{
	width: 206px;
	order: 2;
	margin-bottom: 27px;
}

.lp_block01 .block_inner .area01 .img img{
	width: 100%;
	height: auto;
}


.lp_block01 .block_inner .area01.right .img{
	left: 688px;
}

/****************************************
*****************************************/

.lp_block02{
	margin-top: 40px;

}

.lp_block02 .block_inner a.big-orange-btn{
	background-color: #f18d1e;
	color: #fff;
	background-image: url("../img/arrow-icon-white.svg");
}


/****************************************
*****************************************/

.block_voice {

}


.block_voice dl{
	margin-bottom: 30px;

}

.block_voice dl dt{
	width: 45%;
	margin: auto;

}

.block_voice dl dd{
	width: 90%;
	margin: auto;
	line-height: 150%;
	
}

.block_voice dl dd img{
	border: 1px solid #000;
}

.block_voice dl dd .name{
	font-size: 100%;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
	text-align: center;
	
}

/****************************************
*****************************************/
.block_flow ul{
	display: block;
	margin: auto;
	font-size: 18px;
	margin-top: 20px;

}



.block_flow ul li{
	width: 98%;
	margin: auto;
	text-align: center;

}

.block_flow ul li dl dt{
	border-radius: 10px;
	padding: 1em;
	border: #f18d1e 2px solid;
	background-color: #fffef3;

}

.block_flow ul li dl dt.gree {

	border: solid 2px #86c03f;
	background-color: #fdfff0;
	
	}
	.block_flow ul li dl dt.blue {

		border: solid 2px #29a5dc;
		background-color: #f3fcff;
		
		}	
		.block_flow ul li dl dt.re {
		background-color: #eb5a24;
		border: solid 2px #eb5a24;
		color: #fff;
	}	
	

.block_flow ul li dl dd{
	text-align: center;
	margin: auto;
	display: block;
}


.flow-list{
	width: 500px;
	margin: auto;

}

.gg-chevron-down {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 22px;
	height: 22px;
	border: 2px solid transparent;
	border-radius: 100px;
	margin: auto;
	color: #f18d1e;
   }
   
   .gg-chevron-down::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	left: 4px;
	top: 2px;

}


.toggle_contents {
    width: 100%;
    max-width: 700px;
    margin: 2.5em auto;
}

.fopen dd{
	display: block;
}


.lp_gree02{
	text-align: center;
	margin: 50px auto;
	font-size: 120%;
	color: #eb5a24;
	font-weight: bolder;
	line-height: 200%;
	border: #eb5a24 2px solid;
	width: 90%;
	padding: 10px;

}


.lp_gree02 p{
	text-align: center;
	font-size: 80%;
	color: #000;


}


/**/


.googlecal{
	display: none;
}

.btn_googlecal{
	overflow: hidden;
	margin-bottom: 40px;
}




.btn_googlecal p{
	text-align: center;
}

/**/

.org_txt {
	text-align: center;
    font-family: Noto Sans JP;
    font-weight: bold;
    font-size: 1.3rem;
    /* line-height: 51px; */
    letter-spacing: 4.8px;
    color: #D66437;
    color: rgb(214, 100, 55);
}

.ac_block{

    margin: auto;
}

.ac_box{
	width: 100%;
	margin-bottom: 50px;
}

.ac_box p{
	font-weight: bold;
	margin-bottom: 10px;
}

.ac_box ul {
	list-style: none;

}

.ac_box ul li {
	margin-bottom: 8px;

}

.ac_box ul li dl {
	display: flex;
    align-items: stretch;
}

.ac_box ul li dl dt {
	background : #DF8F3D;
  background : rgba(223, 143, 61, 1);
  color: #fff;
  width: 30%;
  padding: 0.25em;
	
}

.ac_box ul li dl dd {
	width: 70%;
	background : #FFEBDA;
  background : rgba(255, 235, 218, 1);
  padding: 0.25em;
  margin-left: 8px;
  display: block;


}


.nyukou_box{
    width: 90%;
    margin: auto;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    border-style: Solid;
    border-color: #D56437;
    border-color: rgba(213, 100, 55, 1);
    border-width: 2px;
    border-radius: 41px;
    -moz-border-radius: 41px;
    -webkit-border-radius: 41px;
    border-radius: 80px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;

}

.lp_block02 {
    overflow: hidden;
    background: url(../img/lp07/b02_bg.png)no-repeat top center;
    background-size: 100% auto;
}

.icon_box{
	text-align: center;
}

.icon_box .icon01 {
	background : #DF8F3D;
	background : rgba(223, 143, 61, 1);
	border-radius : 26px;
	-moz-border-radius : 26px;
	-webkit-border-radius : 26px;
	color: #fff;
	padding: 10px 20px;
}


.icon_box .icon02 {
	background : #D66437;
  background : rgba(214, 100, 55, 1);
  border-radius : 26px;
  -moz-border-radius : 26px;
  -webkit-border-radius : 26px;
	color: #fff;
	padding: 10px 20px;
}

.txt02 span{
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 31px;
    color: #D66437;
    color: rgb(214, 100, 55);
}	

.txt02 {
	text-align: center;
	font-size : 18px;
	line-height : 37px;
	color : #000000;
	color : rgb(0, 0, 0);

}

.area_list{
    margin: auto;

}


.area_list ul{

	list-style: none;
	
}

.area_list ul li{
	width: 100%;
	margin-bottom: 10px;
	
}


.area_list ul li dl{
	display: flex;
	align-items: center;
	
}

.area_list ul li dl dt{
	width: 20%;
    background: #DF8F3D;
    background: rgba(223, 143, 61, 1);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    color: #fff;
    padding: 14px 5px;
    text-align: center;
	width: 30%;

	
}

.area_list ul li dl dd{
	margin-left: 20px;
}


.flow_box{

}

.flow_box .block_inner{
width: 80%;
margin: auto;

}

.flow_box dl{
	background : #FFFFFF;
	background : rgba(255, 255, 255, 1);
	border-style : Solid;
	border-color : #EC903E;
	border-color : rgba(236, 144, 62, 1);
	border-width : 2px;
	border-radius : 22px;
	-moz-border-radius : 22px;
	-webkit-border-radius : 22px;
	padding: 20px;
}

.flow_box dl dt{
	font-family : Noto Sans JP;
	font-weight : bold;
	font-size : 1.2rem;
	line-height : 25px;
	color : #D66437;
	color : rgb(214, 100, 55);
	margin-bottom: 15px;

}

.flow_box dl dd{
	line-height: 30px;

}


.flow_block{

}

.flow_block .block_inner{
	margin: auto;
	
}

.flow_arrow{
	margin: 20px auto;
	text-align: -webkit-center;
}

.flow_arrow img{
	width: 36px;
}

.camp_box dl{
	width:80%;
	margin: auto;

}

.camp_box dl img{

	padding: 10px;

}


.facility-img-wrap {
	margin-top: 50px;
    display: block; 
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* width: 100%; */
    /* max-width: 1100px; */
    /* margin: 0 auto; */
}

.facility-img-inner {
    width: 100%;
    margin: 0 0 1em;
}

/**/

.sche_table_kuma{
	max-width: 1000px;
	height: 600px;
	margin: 0 auto 2em;
}
		
.sche_table_kuma table{
	background: #fff;
}
		
.sche_table_kuma table th,
.sche_table_kuma table td {
	max-width: 7.5rem;
	min-width: 7.5rem;
	padding: 0.5rem;
	max-height: 2rem;
	box-sizing: border-box;
	min-height: 2rem;
	font-size: 0.85rem;
	line-height: 1rem;
	text-align: center;
}
.sche_table_kuma table thead th {
  background-color: lavenderblush;
}
.sche_table_kuma table tbody tr td:nth-child(1){
  background-color: aliceblue;
}
.sche_table_kuma table thead tr th:nth-child(1),
.sche_table_kuma table tbody tr th:nth-child(1),
.sche_table_kuma table thead tr td:nth-child(1),
.sche_table_kuma table tbody tr td:nth-child(1),
.sche_table_kuma table tbody tr th:nth-child(2),
.sche_table_kuma table thead tr td:nth-child(2){
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
}
.sche_table_kuma table thead tr th:nth-child(1),
.sche_table_kuma table tbody tr th:nth-child(1),
.sche_table_kuma table thead tr td:nth-child(1),
.sche_table_kuma table tbody tr td:nth-child(1) {
  left: 0;
}
.sche_table_kuma table tbody tr th:nth-child(2),
.sche_table_kuma table thead tr td:nth-child(2){
  left: 6rem;
}
.sche_table_kuma table thead tr:nth-child(1) th,
.sche_table_kuma table thead tr:nth-child(2) th {
  position: sticky;
  position: -webkit-sticky;
  z-index: 2;
}
.sche_table_kuma table thead tr:nth-child(1) th {
  top: 0;
}
.sche_table_kuma table thead tr:nth-child(2) th {
  top: 2rem;
}
.sche_table_kuma table thead tr th:nth-child(1){
  z-index: 3;
}		

.sche_table_kuma table .color{
	background: #FFFFCC;
}		


.price_plan{
	max-width: 1000px;
	margin: 2em auto;
}

.price_plan .lv1,
.price_plan .lv3,
.price_plan .lv5{
	margin: 2em 0 0.5em;
}
.price_plan .lv6{
	margin-bottom: 1em;
}

.price_plan .lv2,
.price_plan .lv4{
	padding-left: 0.75em;
	position: relative;
}

.price_plan .lv2::before,
.price_plan .lv4::before{
	content: '';
	display: inline-block;
	background: #fc8c1e;
	width: 0.45em;
	height: 0.45em;
	border-radius: 50%;
	position: absolute;
	top: 0.3em;
	left: 0;
}

.top28{
	margin-top: 2.4em;
}

/**/

.otoku_block .block_inner .support_txt01{
	font-size: 14px;
	text-align: center;
}

.otoku_block .block_inner .support_area{
	width: 100%;
	margin: 30px auto 0;
}

.otoku_block .block_inner .support_area table{
	width: 100%;
	border-left: 1px solid #f18d1e;
	border-top: 1px solid #f18d1e;
	box-sizing: border-box;
}

.otoku_block .block_inner .support_area table tr td{
	width: 50%;
	border-right: 1px solid #f18d1e;
	border-bottom: 1px solid #f18d1e;
	box-sizing: border-box;
}

.otoku_block .block_inner .support_area table tr td.color01{
	background: rgba(223, 143, 61, 1);
}

.otoku_block .block_inner .support_area table tr td.color01:first-child{
	border-right: 1px solid #fff;
}

.otoku_block .block_inner .support_area table tr td div{
	padding: 15px 10px;
	font-size: 14px;
}

.otoku_block .block_inner .support_area table tr td.color01 div{
	color: #fff;
}

.otoku_block .block_inner ul.support_list{
	margin: 30px auto 40px;
}

.otoku_block .block_inner ul.support_list li{
    position: relative;
	font-size: 14px;
    margin-bottom: 0.6em;
    line-height: 1.4;
}


/**/


.content-width .other_area{
	margin-top: 30px;
}

.content-width .other_area .other01{
}

.content-width .other_area .other01 + .other01{
	margin-top: 25px;
}

.content-width .other_area .other01 h5.sub-tit{
	border-bottom: 1px solid #eb5a24;
	padding: 8px 0 8px 23px;
	box-sizing: border-box;
	font-size: 16px;
	color: #151515;
	letter-spacing: 0.1em;
	position: relative;
}

.other01 h5.mini_tit{
	border-bottom: 1px solid #eb5a24;
	padding: 8px 0 8px 23px;
	box-sizing: border-box;
	font-size: 16px;
	color: #151515;
	letter-spacing: 0.1em;
	position: relative;
}


.content-width .other_area .other01 h5.sub-tit::before{
	content: '';
	display: inline-block;
	background: #ff8d1e;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}

.other01 h5.mini_tit::before{
	content: '';
	display: inline-block;
	background: #ff8d1e;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}


.content-width .other_area .other01 .other_table,
.content-width .other_area .other01 .other_table02{
	width: 100%;
	max-width: 750px;
	margin: 0 auto 2em;
}


.content-width .other_area .other01 .other_table table,
.content-width .other_area .other01 .other_table02 table{
	width: 100%;
	border-top: 2px solid #c5c5c5;
	border-left: 2px solid #c5c5c5;
	box-sizing: border-box;
}

.content-width .other_area .other01 .other_table table tr td,
.content-width .other_area .other01 .other_table02 table tr td{
	border-bottom: 2px solid #c5c5c5;
	border-right: 2px solid #c5c5c5;
	box-sizing: border-box;
	padding: 0.8em 0.5em;
}

.content-width .other_area .other01 .other_table table tr td.color01,
.content-width .other_area .other01 .other_table02 table tr td.color01{
	background: rgba(223, 143, 61, 1);
	color: #fff;
}

.content-width .other_area .other01 .other_table02 table tr td.half{
	width: 23%;
}


.content-width .other_area .other01 .other_table table tr td div,
.content-width .other_area .other01 .other_table02 table tr div{
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	
}

.content-width .other_area .other01 .other_table table tr td div.left{
	text-align: left;
	padding: 0 0.5em;
	box-sizing: border-box;
}


.content-width .other_area .other01 .other_table table tr td div:not(.wrap){
	white-space: nowrap;
}


.content-width .other_area .other01 .other_table p.t-e_txt + p.t-e_txt{
	margin-top: 1.5em;
}

/**/

.bento_area{
	width: 100%;
	margin:  30px auto 0;
}

.bento_area .area_inn h5.bento_midashi{
	border-bottom: 1px solid #ff8d1e;
	padding-bottom: 7px;
	font-size: 16px;
	line-height: 1.5;
	color: #D66437;
}

.bento_area .area_inn > p{
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	text-align: justify;
}

.bento_area .area_inn .table-area{
	margin-top: 20px;
}

.head_txt{
	text-align: right;
	color: #aeaeae;
	font-size: 0.75em;
	line-height: 1.25 !important;
	padding-bottom: 1em;
}
