@charset "utf-8";
.w_b{word-break: keep-all;}
.ft120{font-size: 120%;}
.ft110{font-size: 110%;}
.ft90{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;}
.ptb8{padding: 8px 0;}
.pt25{padding-top: 25px;}
.pb25{padding-bottom: 25px;}
.pt40{padding-top: 40px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mb0{margin-bottom: 0;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mtb20{margin: 20px 0;}
.ml20{margin-left: 20px;}
br.br_dis,br.br_dis1{display: none;}


.waku{
  padding: 40px 30px 0;
  width: 85%;
  margin: 55px auto 40px;
  position: relative;}

p.atn{padding:0 0 20px 50px;}


/*--------section01--------*/
.p_waku {
  border: 3px #f48080 solid;
  }
.sct01_subttl{
    position: absolute;
    top: -25px;   
    left: 0;
    right: 0;
    margin: auto;
}
.float_90{
	width: 90%; 
	margin: 0 auto;
}
.l_fl{float: left;width:30%;}
.r_fl{float: right;width:65%;}

.up_point>li:before {
    content:  "";     /* 空の要素作成 */
    width:  12px;               /* 幅指定 */
    height:  12px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #f47a7a;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -2px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

.up_point>li,.up_point2>li{
  font-size: 110%;
  padding-bottom: 25px;
  text-indent: -1em;
}
b.c_p{color: #f47a7a;}

/*--------section02--------*/
.b_waku {
	border: 3px #46abc4 solid;
  }
 
 .up_point2>li:before {
    content:  "";     /* 空の要素作成 */
    width:  12px;               /* 幅指定 */
    height:  12px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #46abc4;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -2px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
} 
b.c_b{color: #46abc4;}
/*--------section03--------*/  
h5.bg_icon{
background: url(../img/no-39/sec03_ic.png) 0px / 35px no-repeat;
padding: 15px 0 5px 42px;
}
.y_area{
    background-color: #fffce9;
    margin: 50px auto 0; 
    position: relative;
    padding: 30px;
}
.w_area{
    background-color: #ffffff;
    margin: 0 auto 30px;
    padding: 15px 30px;
}
.w_area:last-child{margin: 0 auto 0;}
.float_full{width: 100%;}
.l_fl2{width:55%;float: left;}
.r_fl2{width:40%;float: right;}
.c_vi{color: #a654e5;}
.c_g{color: #2aac5e;}
.c_o{color: #ff9702;}

/*--------section04--------*/
h5.subttl_obi_g {
    background-color: #b1b1b1;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 100%;
    margin: 60px 0 30px;
	color: #ffffff;
}

.flex_cnt{
display: flex;
flex-wrap: wrap;
}
.flex_cnt2{
width: 70%;
margin: 0 auto;
padding-top: 20px;
position: relative;

}
.bg_1{
background-color: #ffe9e9;
width: 380px;
padding: 15px 10px;
margin: 0 auto;
border-radius: 8px;
}
.bg_2{
background-color: #e2f9ff;
}
.bg_3{
background-color: #f6ebff;
}
.bg_4{
background-color: #fff3e1;
}
.bg_5{
background-color: #e0ffec;
}

.check_box1{
padding: 10px 10px 10px 20px;

}
ul.check_box1 li{
padding-bottom: 20px;
font-size: 20px;
}
ul.check_box1 li:last-child{
padding-bottom: 0;
}
.end_waku{
background-color: #ffffff;
border-radius: 8px;
text-align: center;
width: 340px;
margin: 0 auto;
padding: 10px 0 5px;
line-height: 1.6;
font-size: 16px;
}
.res{
border-bottom: dashed 1px #f58282;
color: #f58282;
font-size: 20px;
}
.res2{
border-bottom: dashed 1px #46abc4;
color: #46abc4;
font-size: 20px;
}
.res3{
border-bottom: dashed 1px #a654e5;
color: #a654e5;
font-size: 20px;
}
.res4{
border-bottom: dashed 1px #ff9702;
color: #ff9702;
font-size: 20px;
}
.res5{
border-bottom: dashed 1px #2aac5e;
color: #2aac5e;
font-size: 20px;
}

/*チェックボックス内容*/
/* 元々のチェックボックス（非表示） */
.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: 50%;
    border: 2px solid;
    border-color:  #f58282; /* 枠の色変更 お好きな色を */
    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: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753; /* チェックの色変更 お好きな色を */
}
.mycheckbox[class*="bg_2"] input[type="checkbox"]+label::before{
    border: 2px solid;
    border-color:  #46abc4; /* 枠の色変更 お好きな色を */
}
.mycheckbox[class*="bg_3"] input[type="checkbox"]+label::before{
    border: 2px solid;
    border-color:  #a654e5; /* 枠の色変更 お好きな色を */
}
.mycheckbox[class*="bg_4"] input[type="checkbox"]+label::before{
    border: 2px solid;
    border-color:  #ff9702; /* 枠の色変更 お好きな色を */
}
.mycheckbox[class*="bg_5"] input[type="checkbox"]+label::before{
    border: 2px solid;
    border-color:  #2aac5e; /* 枠の色変更 お好きな色を */
}
.kanpo_yume{
position: absolute;
right:-180px;
bottom: 5px;
}


/*mame*/
.mame_fl{width: 100%;padding:30px 25px;}
.mame_l{width: 65%; float: left;}
.mame_r{width: 30%; float: right;}


@media screen and (max-width: 1230px) {
.bg_3{margin-top: 20px;}
.flex_cnt2{width: 100%;}
}
@media screen and (max-width: 991px)  {
.center_img{text-align: center;}
.pt15{padding-top: 15px;}
.waku{padding: 20px 30px 0;}
.up_point > li, .up_point2 > li
{padding-bottom: 20px;
}
p.atn{padding:20px;}
.float_90{width: 100%;}
.l_fl,.r_fl{float: none; width: 100%;}

.kanpo_yume{
position: absolute;
right:-100px;
bottom: 5px;
}
.bg_1{width:320px;}
.end_waku{width: 290px;}
.res,.res2,.res3,.res4,.res5{font-size: 18px;}
ul.check_box1 li{font-size: 16px;}
.kanpo_yume{display: none;}

/*mame*/
.mame_r{width: 100%; float: none;}
.mame_l{width: 100%; float: left;}
}

@media screen and (max-width: 767px)  { /* 767px以下用（タブレット／スマートフォン用）の記述 */
.l_fl2,.r_fl2{float: none; width: 100%;}
.ptb20{padding-bottom: 20px;}
.dis_sp{display: block;}
.dis_pc{display: none;}

br.br_dis{display: inline-block;}
.mgb_20{margin-bottom: 20px;}
.kanpo_yume{display: none;}
}

@media screen and (max-width: 480px){
/*section02*/
.waku{
  padding: 10px 10px 0;
  width: 100%;
  margin: 55px auto;
  }
.up_point,.up_point2{padding-left: 20px;}
.up_point>li,.up_point2>li{padding-top: 15px;}
.y_area{padding: 10px;}
.w_area{padding: 15px;}
br.br_dis1{display: inline-block;}
h5.bg_icon{font-size: 115%;}

ul.check_box1 li{padding-bottom: 20px;}
.flex_cnt2{width: 100%;}
.mgb_20{margin-bottom: 20px;}

}
@media screen and (max-width: 375px){
.bg_1{
width: 350px;
}
.end_waku{
width: 310px;
padding:10px 10px 5px;
}
}
