
.imgbox{
  text-align: center;
  font-size: 0;
}

.cta_area{
  text-align: center;
}
.cta_area a{
  display: inline-block;
}
@media screen and (max-width:600px){
  .cta_area a figure img{
    width: 80%;
  }
}
.header__contact__tit{
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color:#1B224C;
  margin-bottom: 1.84em;
}
@media screen and (max-width:959px){
  .header__contact__tit{
    font-size: 2.0rem;
  }
}


.trouble_box{
  background: #FFFFFF;
  padding: 41px 0;
  box-shadow: 0 3px 6px #E8E1E1;
}
.trouble_box_txt_container ul{
  padding: 0 8%
  /* padding-left:8%; */
}
.trouble_box_txt_container ul li{
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 24px;
}
.trouble_box_txt_container ul li:last-child{
  margin-bottom: 0;
}
.trouble_box_txt_container ul li figure img{
  margin-right: 8px;

}
.trouble_box_txt_container ul li p{
  font-size: 2.0rem;
  flex:1;
  position: relative;
  top:-2px;
}

@media screen and (max-width:650px){

  .trouble_box_img{
    margin-bottom: 24px;
  }
  .trouble_box_txt_container ul li{
    display: flex;
    align-items:flex-start;
    margin-bottom: 16px;
  }
  .trouble_box_txt_container ul li figure img{
    width: 24px;
    height: auto;

  }
  .trouble_box_txt_container ul li figure img{
    margin-right: 3px;
  }
  .trouble_box_txt_container ul li p{
    font-size: 1.6rem;
  }

}


/*-----------------------

         理由

-------------------------*/

.card{
  width:31%;
  max-width: 100%;
  margin-bottom: 32px;

  font-size: 2.0rem;
  line-height: 1.5;
}
.card__tit{
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  height: 35px;
}
.card__txt p{
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width:959px){
  .card{
    width: 88%;
    margin: 0 auto 32px;
  }
}

/*-----------------------

         代理店のメリット

-------------------------*/
.block{
  display: flex;
  margin-bottom: 72px;
  align-items: center;
}
.block_kaizyo{
  display: block;
}
.txt_block{
  width: 100%;
  margin-right: 32px;

}
.txt_block p{
  font-size: 2.0rem;
  line-height: 2;
  margin-bottom: 2.4rem;
}
.txt_block p:last-child{
  margin-bottom: 0;
}
.txt_block_tit{
  display: flex;
  align-items: center;
  margin-bottom: 24px;

}
.txt_block_tit p{
  font-size: 3.0rem;
  font-weight: 600;
  padding-left: 12px;
  color: #0E0167;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.txt_block_tit  p > .txt_small{
  font-size: 2.0rem;
}
.txt_block_tit_number{
  display: inline-block;
  font-size: 3.5rem;
  padding: 16px 24px  16px 24px;
  background: #0E0167;
  color: #FFFFFF;
}

@media screen and (max-width:800px){
  .block{
    display:block;
    margin-bottom: 48px;
  }
  .txt_block{
    margin-right: 16px;
    margin-bottom: 40px;

  }
  .txt_block p{
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .txt_block_tit{
    margin-bottom: 8px;
  }
  .txt_block_tit p{
    font-size: 1.8rem;
    line-height: 1.3;
    padding-left: 5px;
  }
  .txt_block_tit  p > .txt_small{
    font-size: 1.6rem;
  }
  .txt_block_tit_number{
    font-size: 2.5rem;
    padding: 6px 16px  6px 16px;
  }
  .merit_img{
    width:50%;
    max-width: 100%;
  }
  .merit_img.no_charge{
    width: 100%;
  }

}

/*-----------------------

         万全のサポート体制

-------------------------*/
.white_bord{
  width: 100%;
  max-width: 100%;
  padding:  3% 4%;
  background: #FFFFFF;
}
@media screen and (max-width:767px){
  .white_bord{
    padding: 6% 3% 3%;
  }
}


.flow_sen{
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width:767px){
  .flow_sen{
    font-size: 1.3rem;
    line-height: 1.7;
  }

}
