.pttlbox{
  background: #E9DEE9;
}

/* ------------------------------
    sec_step
------------------------------ */
.sec_step{
  background: #E9DEE9;
  margin: 0 20px;
  padding: 60px 0 270px;
}
.sec_step + .opt{
  margin-top: -150px;
}
.sec_step .inner{
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.step_l{
  width: 180px;
}
.step_c{
  width: 660px;
}
.step_r{
  width: 180px;
}
.step_sidettl{
  height: 120px;
  background: #C5A8C5;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
  padding-top: 17px;
}
.step_sidettl img{
  margin-bottom: 12px;
}
.step_sidettl p{
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: normal;
}
.step_c_ttl{
  height: 120px;
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  padding: 10px 10px 10px 130px;
  display: flex;
  align-items: center;
  /*padding: 40px 10px 10px 130px;*/
}
.step_c_ttl .num{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C5A8C5;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.step_c_ttl .txt{
}
.step_c_ttl p{
  line-height: 1;
}
.step_c_ttl .ttl{
  font-weight: 700;
  font-size: 2rem;
}
.step_c_ttl p+p{
  margin-top: 0.8em;
}
.step_c_ttl a{
  font-size: 1.6rem;
  color: #0080FF;
}
.step_c_ttl a .ico{
  color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: #808080;
  font-size: 1.2rem;
  text-align: center;
  padding: 1px;
  border-radius: 50%;
  margin-right: 6px;
  margin-top: 2px;
  padding-top: 2px;
}
.step_c_ttl a:hover{
  opacity: 0.7;
}

/*--btns--*/

/*--step_l--*/
.step_l{
}
.step_c_ttl{

}
.step_flowli{
  
}
.step_flowli li{
  position: relative;
  background: #fff;
}
.step_flowli li.current:after{
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border:4px solid #FF2832;
  top: 0;
  left: 0;
}
.step_flowli li+li{
  margin-top: 20px;
}
.step_flowli li+li:before{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #C5A8C5 transparent transparent transparent;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.step_flowli li a{
  display: block;
}
.step_flowli li a:hover{
  opacity: 0.7;
}
.step_flowli .ttlbox{
  position: relative;
  display: flex;
  align-items: center;
}
.step_flowli .ttlbox .num{
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  width: 40px;
  height: 40px;
}
.step_flowli li.current .num{
  background: #FF2832;
}
.step_flowli .ttlbox .ttl{
  margin-left: 0.8em;
  font-size: 1.4rem;
}
.step_flowli .txt{
  font-size: 1.4rem;
  color: #0080FF;
  line-height: 2;
  padding: 8px 1em 11px;
}


/*--step_c--*/
.step_c{

}
.step_typeli{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.step_typeli li{
  width: 320px;
}
.step_typeli li:nth-of-type(n+3){
  margin-top: 36px;
}
.step_typeli .box{
  background: #fff;
  position: relative;
  padding: 60px 11px 11px;
  border:4px solid #fff;
}
.step_typeli li.current .box{
  border-color: #FF2832;
}
.step_typeli .num{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -4px;
  top: -4px;
  color: #fff;
  background: #333;
  font-size: 1.4rem;
  font-weight: bold;
  width: 40px;
  height:40px;
}
.step_typeli li.current .num{
  background: #FF2832;
}
.step_typeli .imgbox{
  margin-bottom: 43px;
}
.step_typeli .imgbox img{
  width: auto;
  height: 190px;
  margin: 0 auto;
  display: block;
  border:1px solid #959595;
}
.step_typeli .btnbox{
  justify-content: space-between;
}
.step_typeli .btn_pop{
  width: 100px;
}
.step_typeli .btn_red{
  width: 178px;
  line-height: 1.4;
}
.step_typeli .tags{
  font-size: 1.4rem;
  line-height: 2;
  padding-top: 10px;
  padding-left: 0.5em;
}

/*--step_r--*/
.step_r{
}
.box_layout{
  background: #fff;
  position: relative;
  border:4px solid #fff;
  padding: 60px 9px 11px;
}
.box_layout.current{
  border-color: #FF2832;
}
.box_layout .ttl{
  position: absolute;
  top: -4px;
  left: -4px;
  background: #333;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.box_layout.current .ttl{
  background:#FF2832;
}
.box_layout .img{
  border:1px solid #959595;
}
.box_layout .img img{
}
.box_layout .omote_img{
  display: flex;
}
.box_layout .omote_img img{
  width: 100%;
  height: auto;
}
.box_layout .layout_page{
  display: flex;
  margin: 8px 0 20px;
}
.box_layout .layout_page li{
  width: 33.3%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.16;
  white-space: nowrap;
}

.box_layout .btnbox a{
  width: 100px;

}
.layout_omote{
  margin-bottom: 20px;
}
.layout_naka{

}

/*--btn_prevnext--*/
.btn_prevnext{
  margin-top: 58px;
}
.btn_prevnext a{
  font-size: 2.4rem;
  font-weight: bold;
  height: 100px;
  border-radius: 50px;
}
.btn_prevnext a span{
  position: relative;
}
.btn_prevnext a span:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.btn_prevnext a+a{
  margin-left: 20px;
}
.btn_prevnext .btn_prev{
  width: 250px;
}
.btn_prevnext .btn_prev span{
  padding-left: 30px;
}
.btn_prevnext .btn_prev span:before{
  left: -10px;
  border-width: 12.5px 20px 12.5px 0;
  border-color: transparent #fff transparent transparent;
}

.btn_prevnext .btn_next{
  width: 250px;
}
.btn_prevnext .btn_next span{
  padding-right: 30px;
}
.btn_prevnext .btn_next span:before{
  right: -10px;
  border-width: 12.5px 0 12.5px 20px;
  border-color: transparent transparent transparent #fff;
}


/*--step5--*/
.step5_check {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.step5_check li{
  width: 320px;
}
.step5_check li:nth-of-type(n+3){
  margin-top: 38px;
}
.step5_check label{
    padding-left: 67px;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    border:4px solid #fff;
    transition: .3s;
}

.step5_check label::before{
  width: 30px;
  height: 30px;
  left: 22px;
}
.step5_check input:checked + label::after{
  width: 30px;
  height:30px;
  left: 22px;
}
.step5_check input:checked + label{
  border-color: #FF2832;
}

.step5_check .tags{
  font-size: 1.4rem;
  padding-top: 10px;
}


.sec5_radio{
  padding: 34px 26px 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec5_radio li{
  width: 50%;
  line-height: 1;
}
.sec5_radio li:nth-of-type(n+3){
  margin-top: 20px;
}
.sec5_radio input[type="radio"] + label{
  padding-left: 44px;
  font-size: 2.4rem;
  font-weight: bold;
}
.sec5_radio .small{
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.sec5_radio input[type="radio"] + label:before{
  width: 30px;
  height: 30px;
}
.sec5_radio input[type="radio"] + label::after{
  width: 20px;
  height: 20px;
  left: 5px;
}