.sec_block {
  margin-top: 80px;
}
.steps.cmn_heading02.--with_img {
  font-size: 2.4rem;
}

.steps.cmn_heading02.--with_img .img {
  width: 68px;
  height: 68px;
  min-width: 68px;
}

.h290 {
  height: 290px;
  position: relative;
}

.h310 {
  height: 310px;
}

.arrow_top {
  position: relative;
  padding-top: 80px;
  margin-top: 40px;
}

.arrow_top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 64px solid transparent;
  border-right: 64px solid transparent;
  border-top: 51px solid #ccc;
  display: inline-block;
}

.advantages_block.cmn_round_box {
  padding: 25px;
  margin-bottom: 25px;
  text-align: left;
}
.advantages_block._02.cmn_round_box {
  padding: 40px;
}

.advantages_block.cmn_round_box:last-child {
  margin-bottom: 0;
}

.advantages_block .cmn_heading03.--with_img {
  font-size: 2.0rem;
}

.advantages_block .cmn_heading03.--with_img .img {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.btn_bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fs14 {
  font-size: 1.4rem;
}
.fs18 {
  font-size: 1.8rem;
}
.fs20 {
  font-size: 20px;
}

.red {
  color: #E90303 !important;
}
.cmn_table .--pc_w160p {
  width: 160px;
}
.cmn_imgtxt_wrap .item._custom {
  margin-bottom: auto;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
.pB120 {
  padding-bottom: 120px;
}
.--pc_clm2 {
  justify-content: center;
}
.cmn_card_list .card .ttl {
  margin-top: 16px;
}
.cmn_text_link.--arrow_down:after {
  margin-top: -2px;
  margin-left: -2px;
  transform: rotate(90deg);
}
.caution_block{
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
    background-color: #fff;
    vertical-align: middle;
    table-layout: fixed;
}
.caution_block_ttl{
    background: #CCC;
    border: none;
    padding: 16px;
    border: 1px solid #CCC;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
  }
.caution_block_ttl p{
    font-weight: bold;
}
.caution_block_inner{
      padding: 16px;
    border: 1px solid #CCC;
    vertical-align: middle;
}
@media screen and (max-width:640.999px) {
  .sec_block {
    margin-top: 55px;
  }
  .steps.cmn_heading02.--with_img {
    font-size: 2.0rem;
    text-align: left;
  }

  .arrow_top:after {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 32px solid #ccc;
  }

  .advantages_block.cmn_round_box {
    padding: 15px;
  }

  .btn_bottom {
    position: static;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    margin-top: 30px;
  }

  .h290 {
    height: auto;
  }

  .h310 {
    height: auto;
  }
  .fs14 {
    font-size: 1.2rem;
  }
  .fs18 {
    font-size: 1.4rem;
  }
  .fs20 {
    font-size: 1.6rem;
  }
  .cmn_table .--pc_w160p {
    width: 25%;
  }
  .advantages_block._02.cmn_round_box {
    padding: 25px;
  }
  .fs_sp16 {
    font-size: 1.6rem !important;
  }
  .taCSp {
    text-align: center;
  }
  .cmn_imgtxt_wrap .item._custom {
    padding: 24px;
  }
  .cmn_imgtxt_wrap .item._custom img {
    width: 160px;
  }
  .pB120 {
    margin-top: 104px;
  }
  .cmn_w100p_wrap > .inner {
    padding: 60px 6.4%;
  }
  .cmn_card_list .card {
    flex-direction: row;
    align-items: center;
    padding: 15px 20px;
    justify-content: flex-start;
    position: relative;
  }
  .cmn_card_list .card .img {
    width: 23%;
    margin-right: 2%;
  }
  .cmn_card_list .card .desc {
    width: 61%;
    text-align: left;
  }
  .cmn_card_list .card .ttl {
    margin-top: 0;
  }
  .cmn_card_list .card .ttl + .txt {
    margin: 8px 0 0 !important;
  }
  .cmn_card_list .card .cmn_text_link {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .caution_block{
  font-size: 1.4rem;
  line-height: 1.7;
  }
  .caution_block_ttl{
    padding: 8px;
  }
  .caution_block_inner{
    padding: 8px;
  }
}