@charset 'UTF-8';

/* reform-basic */

.font-bold{
  font-weight: bold;
}

.reform-basic .slider-warp{
  background-color: #E7DED8;
  margin-bottom: 42px;
  overflow: hidden;
}
.reform-basic .slider-inner{
  width: 980px;
  position: relative;
  margin: 0 auto;
  padding:  30px 0;
}

.reform-basic .slider{
  margin: 0;
  overflow: hidden;
}
.reform-basic .slider a{
  color: black;
  text-decoration: none;
}

.slick-slide {
  margin-right: 26px;  /* ガター */
}

.reform-basic .slick-list {
  margin-right: -26px;  /* ガター分ネガティブマージン */
}

.reform-basic .slider li{
  width: 170px;
  position: relative;
}

.reform-basic .slider li:not(:last-child):after{
  content: '';
  display: inline-block;
  position: absolute;
  top:72px;
  right: -18px;  

  width: 9px;
  height: 13px;
  margin: 0;
  background: url(/images/about/activity/img_arrow_right.png) no-repeat 0 0;
  background-size: contain;
}  
  
  

.reform-basic .slider li img{
  width: 170px;
  border-radius: 10px;
}

.reform-basic .column650_2 ul li a,
.reform-basic .column650 ul li a{
  line-height: 1.75em;
  margin: 8px;
}


/* sub page */
.reform-basic .l-column-box{
  border: 5px solid #F6DCC0;
  background-color: #FFFFFF;
  padding: 18px 24px 10px;
  position: relative;
}


.reform-basic .l-column-box h2{
  padding: 0;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: bold;
}

.reform-basic .l-column-box h2:before{
  display: none;
  
}
.reform-basic .l-column-box ul{
  display: -webkit-flex;
  display: flex;
  /*
  -webkit-justify-content: space-between;
  justify-content: space-between;
  */
   -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 40px;
}

.reform-basic .l-column-box ul > li{
  min-width: 33.33%;
  margin-bottom: 16px;
}



.reform-basic .l-column-box.step1 ul > li:nth-child(3n+1){
  min-width: 38%;
}
.reform-basic .l-column-box.step1 ul > li:nth-child(3n+2){
  min-width: 32%;
}
.reform-basic .l-column-box.step1 ul > li:nth-child(3n){
  min-width: 30%;
}

.reform-basic .l-column-box.step3 ul > li:nth-child(3n+1){
  min-width: 37%;
}
.reform-basic .l-column-box.step3 ul > li:nth-child(3n+2){
  min-width: 37%;
}
.reform-basic .l-column-box.step3 ul > li:nth-child(3n){
  min-width: 26%;
}

.reform-basic .l-column-box.step4 ul > li:nth-child(3n+1){
  min-width: 31%;
}
.reform-basic .l-column-box.step4 ul > li:nth-child(3n+2){
  min-width: 29%;
}
.reform-basic .l-column-box.step4 ul > li:nth-child(3n){
  min-width: 40%;
}

.reform-basic .l-column-box.step5 ul > li{
  min-width: 25%;
}



.h-list-box li > span{
  color: #E3770F;
  margin-right: 1em;
}

.h-list-box li{
  position: relative;
  font-size: 14px;
  line-height: 1.4em;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 10px 20px;
  z-index: 10;
  
  padding-left:3em;
  text-indent:-1.6em;
}

.h-list-box li:not(:last-child):after{
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -30px;
  left: 15px;
  width: 22px;
  height: 30px;
  background-color: #E3770F;
  z-index: 0;
  
}

.reform-basic .box-check{
  background-color: #FFFFFF;
  width: 440px;
  margin-left: 24px;
  position: relative;
  padding: 20px 40px 20px;
  border-radius: 10px;
  margin-bottom: 36px;
}

.reform-basic .box-check:after{
  content: "";
  display: inline-block;
  position: absolute;
  top: -17px;
  left: -24px;
  width: 53px;
  height: 53px;
  background: url(/images/reform-basic/icon_check_point.png) no-repeat 0 0;
  background-size: contain;
}


.reform-basic .box-check h3{
  color: #E3770F;
  border: none;
  font-weight: normal;
}

.reform-basic .box-check h3 + p{
  margin-top: 0px;
  line-height: 2em;
}

.reform-basic .mod-check-box{
  margin-top: 32px;
}
.reform-basic .mod-check-box li{
  margin-bottom: 16px;
}
.reform-basic .mod-check-box li p{
  line-height: 1.8em;
}

.reform-basic .mod-check-box li > p + p{
  font-size: 14px;
  margin-top: 0.5em;
}

.reform-basic .box-rouund{
  background-color: #FFFFFF;
  padding: 30px 25px 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.reform-basic .box-rouund2{
  background-color: #FFFFFF;
  padding: 36px 20px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.reform-basic .box-rouund .mod-check-box{
  margin-top: 10px;
}

.reform-basic .box-rouund2 h3{
  text-align: center;
  color: #E3770F;
  border: none;
  font-weight: normal;
}

.reform-basic .box-rouund2 h3 + p{
  margin-top: 14px;
}

.reform-basic .box-rouund h3{
  color: #E3770F;
  border: none;
  font-weight: normal;
}


.reform-basic .period-box .period-box-inner{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 30px;  

}


.reform-basic .period-box p{
  margin: 0;
}

.reform-basic .period-box li{
  width: 120px;
  position: relative;
}

.reform-basic .period-box li:after{
  content: "";
  display: inline-block;
  width: 64px;
  height: 1px;
  position: absolute;
  top:32px;
  left: calc(50% - 32px);
  background-color: #E3770F;
}



.reform-basic .period-box .text-title{
  margin-bottom: 24px;
}
.reform-basic .period-box .text{
  color: #E3770F;
  font-size: 12px;
  text-align: center;
  margin-bottom: 4px;
}

.reform-basic .period-box .title{
  background-color: #F6D1A9;
  margin-bottom: 16px;
  line-height: 2.5em;
}
.reform-basic .period-box .text > span{
  color: #E3770F;
  font-size: 18px;
}

.reform-basic .period-box .text2{
  font-size: 14px;
  text-align: center;
}


.l-2018 .cta2{
background:#FFFFFF;

}
.reform-footer{
  position: relative;
}
.reform-footer .top-title{
  text-align: center; 
  padding-bottom: 70px;
}
.reform-footer .l-column-box h2{
  text-align: center;
}


/* point */
.reform-basic .icon-point1,
.reform-basic .icon-point2,
.reform-basic .icon-point3,
.reform-basic .icon-point4,
.reform-basic .icon-point5{
  position: relative;
  padding-left: 60px !important;
  padding-bottom: 20px !important;
  padding-top: 6px !important;
}

.reform-basic .icon-point4{
  padding-left: 70px !important;
}
.reform-basic .icon-point1:before{
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0px;
  width: 43px;
  height: 44px;
  background: url(/images/reform-basic/icon_point1.png) no-repeat 0 0;
  background-size: contain;  
}
.reform-basic .icon-point2:before{
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0px;
  width: 41px;
  height: 47px;
  background: url(/images/reform-basic/icon_point2.png) no-repeat 0 0;
  background-size: contain;  
}
.reform-basic .icon-point3:before{
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0px;
  width: 38px;
  height: 40px;
  background: url(/images/reform-basic/icon_point3.png) no-repeat 0 0;
  background-size: contain;  
}
.reform-basic .icon-point4:before{
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0px;
  width: 58px;
  height: 50px;
  background: url(/images/reform-basic/icon_point4.png) no-repeat 0 0;
  background-size: contain;  
}

.reform-basic .icon-point5:before{
  content: "";
  display: inline-block;
  position: absolute;
  top: -11px;
  left: 0px;
  width: 58px;
  height: 48px;
  background: url(/images/reform-basic/icon_point5.png) no-repeat 0 0;
  background-size: contain;  
}


.reform-basic .shinchiku-nisei-box{
  background-color: #FFFFFF;
  padding: 0px 16px 10px;
}

.reform-basic .shinchiku-nisei-box p,
.reform-basic .shinchiku-nisei-box a{
  line-height: 1.7em;
  font-size: 14px;
}


.reform-basic .shinchiku-nisei-box > p:nth-child(1){
  width: 147px;
  margin-top: 14px;
  margin-left: 12px;
}

.reform-basic .shinchiku-nisei-box > p:nth-child(2){
  width: 274px;
}


.reform-basic .title-q{
  font-size: 14px;
  color: #E3770F;
  font-weight: bold;
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  text-indent: -30px;
  padding-left: 30px;
}

.reform-basic .title-a{
  font-size: 14px;
  color: #000000;
  font-weight: bold;    
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  text-indent: -30px;
  padding-left: 30px;
}

.reform-basic .ans-text{
  margin: 0 !important;
  padding-left: 30px;
  width: 850px;
}

.reform-basic .title-q:before{
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  left: 0px;
  margin-right: 9px;
  width: 21px;
  height: 21px;
  background: url(/images/reform-basic/icon_q.png) no-repeat 0 0;
  background-size: contain;  
}

.reform-basic .title-a:before{
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  left: 0px;
  margin-right: 9px;
  width: 21px;
  height: 21px;
  background: url(/images/reform-basic/icon_a.png) no-repeat 0 0;
  background-size: contain;  
}



.reform-basic .box-insurance{
  background-color: #FFFFFF;
  padding: 12px 30px;
  
}
.reform-basic .reform-link{
  position: relative;
  padding-left: 60px;
}
.reform-basic .reform-link:before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0px;
  margin-right: 9px;
  width: 43px;
  height: 38px;
  background: url(/images/reform-basic/icon_insurance.png) no-repeat 0 0;
  background-size: contain;  

}

.reform-basic .pfofile-box{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items:center;
  align-items:center;
  padding: 18px;
  background-color: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 70px;
}

.reform-basic .pfofile-box .pfofile-inner{
  width: 325px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items:flex-start;
  align-items:flex-start;
}

.reform-basic .pfofile-box p{
  padding: 0;
  margin: 0;
}

.reform-basic .pfofile-box .pfofile-text{
  padding-left: 12px;  
  font-size: 12px;
}

.reform-basic .pfofile-box .pfofile-text span{
  font-size: 14px;
  color: #E3770F;
  display: block;
}
.reform-basic .pfofile-box .text{
  width: 600px;
  font-size: 14px;
}
  
@media screen and (min-width: 769px) {

.reform-basic .pfofile-box{
  margin-top: 100px;
}


/* reform-basic */
.reform-basic .column650 .l-column-inner:nth-child(2){
  min-width: 650px;
}
.reform-basic .column650_2 .l-column-inner:nth-child(2){
  min-width: 670px;
}

.reform-basic .column650_2 .l-column-inner:nth-child(1),
.reform-basic .column650 .l-column-inner:nth-child(1){
  max-width: 264px;
}




.reform-basic .column650_2 ul,
.reform-basic .column650 ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.reform-basic .column650 ul li{
  width: 50%;
}

.reform-basic .column650_2 ul li{
  width:calc(50% - 5px);
}

.reform-footer .top-right-box{
  position: absolute;
  top:2px;
  right: 5px;
}

.reform-footer .top-left-box{
  position: absolute;
  top:2px;
  left: 5px;
}


.reform-footer .l-column-box .top-right-box{
  top:18px;
  right: 16px;
}
.img-mask{
  border-radius:10px;
}

.reform-basic .inner-420{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:space-between;
}

.reform-basic .inner-420 p:nth-child(1){
  width: 420px;
  margin: 0;
}
.reform-basic .inner-420 div:nth-child(2){
  width: 212px;
  margin: 0;
}


.reform-basic .small-box{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:space-between;
}

.reform-basic .small-box > p{
  width: 145px;
  margin-right: 20px;
}

.reform-basic .small-box > div{
  width: 310px;
}
.reform-basic .small-box > div p{
  margin: 0;
}
.reform-basic .small-box > div img{
  width: 212px;
  margin-bottom: 0;
}


.l-column-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:space-between;
  -webkit-align-items:center;
  align-items:center;
   -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.l-column-stretch {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:space-between;
  -webkit-align-items:stretch;
  align-items:stretch;
   -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}


.text-nowrap{
  white-space: nowrap;
}

.check-w100{
  width: calc(100% - 24px) !important;
}

.box-2column{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:space-between;
  -webkit-align-items:stretch;
  align-items:stretch;
   -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.box-2column li{
  min-width: 40%;
}

}

@media screen and (max-width: 768px) {



.reform-basic .pfofile-box{
  display: block;
}
.reform-basic .pfofile-box .pfofile-inner{
  width: 100%;
  
}
.reform-basic .pfofile-box .text{
  width: 100%;
}

.reform-basic .slider-inner{
  overflow: hidden;
  width: 100%;
  padding-left: 45px;
}
.reform-basic .column650_2 ul,
.reform-basic .column650 ul{
  padding-top: 20px;
}

.reform-basic .l-column-box{
  padding: 18px 24px 18px;
}


.reform-basic .l-column-box h2{
 /* font-weight: normal;*/
}

.reform-basic .l-column-box ul{
  display: none;
}

.h-list-box {
  padding-top: 30px;
}

.reform-basic .box-check{
  width: calc(100% - 24px);
}
.reform-footer {
  /*text-align: right;*/
}

.reform-footer .top-left-box,
.reform-footer .top-right-box{
  position: relative;
  margin-left: auto;
  display: inline-block;
  text-align: left
  position: absolute;
}

.reform-footer .top-left-box{
  margin-bottom: 20px;
}


.reform-basic .content{
  padding-bottom: 0;  
}
.img-mask{
  border-radius:3.86473429951691vw;
}
.reform-basic .inner-420 p:nth-child(1){
  margin-bottom: 30px;
}
}


