
.imgbox{
  text-align: center;
  font-size: 0;
}
.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;
  }
}


/*-----------------------

         理由

-------------------------*/

.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: 55px;
}
.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;
}
.block_kaizyo{
  display: block;
}
.txt_block{
  width: 100%;
  margin-right: 32px;

}
.txt_block p{
  font-size: 2.0rem;
  line-height: 2;
}
.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:600px){
  .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;
  }

}
