@charset "utf-8";
.w_b{word-break: keep-all;}
.ft120{font-size: 120%;}
.ft110{font-size: 110%;}
.ft90{font-size: 90%;}
.ft80{font-size: 90%;}
.font_b{font-weight: bold;}
.tx_r{text-align: right;}
.tx_l{text-align: left;}
.ptl0{padding-left: 0;}
.pt10{padding-top: 10px;}
.pt40{padding-top: 40px;}
.pb25{padding-bottom: 25px;}
.mb0{margin-bottom: 0;}
.mb20{margin-bottom:20px;}
.mb35{margin-bottom: 35px;}
.mtb20{margin: 20px 0;}
.mt60{margin-top:60px;}
.mt35{margin-top:35px;}
.ml20{margin-left: 20px;}
br.br_dis1,br.br_dis2{display: none;}

.clear{clear:both;}

/*section01*/
.float_area{width: 100%;margin: 0 auto;}

.float_full{width: 100%;}
.l_fl{float: left;width: 32%;}
.r_fl{float: right;width:66%;}
.l_fl2{float: left;width:66%;}
.r_fl2{float: right;width: 32%;}


span.ttl_bg{background: url("../img/no-40/icn_check.png") right center /32px no-repeat;border-bottom:#ff9702 dotted 5px;padding: 0 40px 5px 0;}
.flex_box{
display: flex;
margin: 0 auto;
}
.flex_item1 {width: 140%; padding: 10px;}
.flex_item2 {width: 100%; padding: 10px;}
.flex_item1 h5.subttl_dot {
    font-size: 120%;
    color: #3eb36d;
    display: inline-block;
    padding: 0 0 5px 0;
    line-height: 1.5;
    border-bottom: dotted #3eb36d 5px;
}

/*section02*/
.y_area {
    background-color: #fffce9;
    margin: 30px auto 0;
    padding: 3%;
}
h5.subttl_dot {
    color: #fe8f00;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 38px;
    line-height: 1.5;
}
h5.bg_img01 {background: url(../img/no-42/sec01_nm01.png) 0px 2px / 27px no-repeat;}
h5.bg_img02 {background: url(../img/no-42/sec01_nm02.png) 0px 2px / 27px no-repeat;}
h5.bg_img03 {background: url(../img/no-42/sec01_nm03.png) 0px 2px / 27px no-repeat;}
h5.bg_img04 {background: url(../img/no-42/sec01_nm04.png) 0px 2px / 27px no-repeat;}
h5.bg_img05 {background: url(../img/no-42/sec01_nm05.png) 0px 2px / 27px no-repeat;}


/*section03*/
h4.chk_ttl{text-align: center;padding: 25px 0 20px;}

.check_area{width: 90%;margin: 0 auto;}
ul.check_box1{
padding: 0 10px 15px 20px;
}
ul.check_box1 li{
font-size: 20px;
padding: 0 0 15px 35px;
margin: 10px 0;
}
ul.check_box1 li:last-child{
padding-bottom: 0;
}

.bg_1{
background-color: #e2f9ff;
width: 380px;
padding: 15px 10px;
margin: 0 auto;
border-radius: 8px;
}

ul.r_fl02{float:right;width: 50%;}
ul.l_fl02{float:left; width: 50%;}



.mycheckbox{
width: 71%;
padding:0 10px;
margin: 0 auto 35px;
}

/*チェックボックス内容*/
/* 元々のチェックボックス（非表示） */
.mycheckbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 15px;
    border: 2px solid;
	border-color:  #46abc4; /* 枠の色変更 お好きな色を */
    background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.mycheckbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 15px;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753; /* チェックの色変更 お好きな色を */
}
.list_point li{
padding-bottom: 10px;
text-indent: -1em;
padding-left: 1rem;
}

.list_point>li:before {
    content:  "";     
    width:  12px;               
    height:  12px;              
	display:  inline-block;     
    background-color: #4AABC3;  
    border-radius:  50%;        
    position:  relative;        
    top: -2px;                  
    margin-right: 5px;          
}
.matome{
	display: block;
	margin: 60px auto 0;
	background-color: #fffeee;
	border-radius: 15px;
	width: calc(80% - 60px);
	min-width: 300px;
	padding: 30px 20px 20px;
	font-size:100%;
	position: relative;
}

.matome .matome-ttl{
	position: absolute;
	top:0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*mame*/
h5.mame_h5{color:#f16fb5;font-size: 115%;}
.mame_fl{width: 100%;padding:10px 0;}
.mame_r{width: 30%; float: right; padding: 50px 0 0;}
.mame_l{width: 70%; float: left; padding: 20px 0;}


@media screen and (max-width: 1230px) {
/*section01*/

ul.check_box1 li{
font-size: 20px;
padding: 0 0 15px 0;
margin: 10px 0;
min-width: 310px;
}
}
@media screen and (max-width: 991px)  {
/*section03*/
.mycheckbox{width: 70%;}
ul.l_fl02,ul.r_fl02{
float:none; 
width: 60%; 
margin: 0 auto;
}
ul.check_box1 {
padding-bottom: 0;
}
ul.check_box1[class*="l_fl02"] li:last-child{
padding-bottom: 15px;
}

ul.check_box1[class*="r_fl02"]{
padding-bottom: 25px;
}

.matome{
	width: calc(100% - 60px);
}

}

@media screen and (max-width: 767px)  { /* 767px以下用（タブレット／スマートフォン用）の記述 */
/*section01*/
.section_01 .l_fl,.section_01 .r_fl,.section_01 .l_fl2,.section_01 .r_fl2{width:100%;float:none;margin: 10px auto;}
.section_01 .l_fl ,.section_01 .r_fl2{text-align: center}
/*section03*/
.mycheckbox{width: 85%;}
ul.l_fl02,ul.r_fl02{
float:none; 
width: 80%; 
margin: 0 auto;
}
ul.check_box1 li{
min-width: 0;
}
.matome{
	width: 100%;;
}
}

@media screen and (max-width: 480px){
/*section01*/
/*section03*/
.mycheckbox{width: 86%;}
ul.l_fl02, ul.r_fl02{
width: 100%;
}
ul.check_box1[class*="l_fl02"] li:last-child{
padding-bottom: 0;
}
}

@media screen and (max-width: 375px){
.mycheckbox{width: 100%;}
}
