#s2 {
  margin: -100px 0 100px 0;
}

#s3 {
  margin-bottom: 200px;
}

.heading_ttl {
  padding: 30px 0;
}

.heading_ttl h3 {
  font-size: 2.5rem;
}

.note_mark {
  color: #ce5200;
}

.price_table table {
  margin: 50px auto;
  border-collapse: collapse;
}

.price_table th,
.price_table td {
  border: 2px solid #bababa;
  padding: 10px 20px;
  font-size: 1.6rem;
}

.price_table tr:not(:nth-child(n+2)) th {
  font-size: 1.8rem;
  background: #f6de9f;
  width: 300px;
}

.price_table tr:nth-child(n+2) th {
  text-align: left;
}

.price_table td {
  width: 250px;
  text-align: center;
  font-weight: 600;
}

.ta_r {
  text-align: right;
  margin: -50px 0 25px;
}

.tbl_note {
  margin: -20px 0 0 55px;
}

.tbl_note span {
  color: #c21111;
  line-height: 31px;
  letter-spacing: 0;
}

.section_ttl {
  margin-bottom: 100px;
}

.sf {
  display: block;
}

.sf::before,
.sf::after {
  content: '';
  display: block;
  clear: both;
}

.step_cont:first-child {
  margin-bottom: 46px;
}

.step_cont:nth-child(2) {
  margin-bottom: 50px;
}

.step_cont_l {
  width: 150px;
  height: 140px;
  text-align: center;
  float: left;
  position: relative;
}

.step_cont .step_cont_l {
  background-color: #2a861f;
  border-radius: 20px;
}

.step_cont:not(:last-child) .step_cont_l::before {
  border-top: 15px solid #2a861f;
}

.step_cont_l::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}

.step_cont:nth-child(2) .step_cont_l {
  background-color: #3fa40b;
}

.step_cont:nth-child(2) .step_cont_l::before {
  border-top: 15px solid #3fa40b;
}

.step_cont:last-child .step_cont_l {
  background-color: #7aa909;
}

.step_cont_l p {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  padding: 12px 0 10px 0;
  font-family: "Montserrat", sans-serif;
}

.step_cont_l img {
  height: 60px;
  vertical-align: middle;
}

.step_cont_r {
  font-size: 1.6rem;
  line-height: 2em;
  float: right;
  width: calc(100% - 210px);
}

.step_cont_r_heading {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.step_cont_r p {
  line-height: 31px;
}

.step_cont_r .sbsc_btn {
  width: 450px;
  height: 80px;
  margin-top: 30px;
  text-align: center;
  line-height: 80px;
}

.step_cont_r .sbsc_btn a {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  background: #149a86;
  border-radius: 10px;
}

.step_cont_r .sbsc_btn a:hover {
  background: #207562;
}

.note_txt {
  font-size: 1.5rem;
  color: #767676;
  letter-spacing: 3px;
  margin-top: 10px;
}

.price_box td.red_bg,
.price_box .black_bg {
  font-size: 2.2rem;
}

@media (width < 770px) {
  .heading_ttl {
    padding: 10px 0 30px;
  }

  .section_ttl {
    margin-bottom: 40px;
  }

  #s2 {
    margin: -160px 0 110px;
  }

  .price_table_head {
    display: none;
  }

  .price_table {
    width: 100%;
  }

  .price_table table {
    width: 100%;
  }

  .price_table tr:nth-child(n+2) th {
    text-align: center;
    background: #f6de9f;
    font-size: 2rem;
  }

  .price_table th,
  .price_table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  .price_table td {
    padding: 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align: center;
  }

  .price_table tr:last-child {
    border-bottom: 1px solid #6a6a6a;
  }

  .tbl_note {
    margin: 0;
  }

  .ta_r {
    margin: -50px 0 50px;
  }

  .step_cont {
    display: flex;
    flex-direction: column;
  }

  .step_cont:nth-child(2) {
    margin-bottom: 46px;
  }

  .step_cont_l,
  .step_cont_r {
    float: none;
    margin: 0 auto 50px;
  }

  .step_cont_r {
    width: 100%;
    margin-bottom: 30px;
  }

  .step_cont_r_heading {
    text-align: center;
  }

  .step_cont_r .sbsc_btn {
    width: 100%;
  }

  .step_cont_r .sbsc_btn a {
    padding: 0
  }

  .step_flow {
    margin: 0;
    padding: 20px;
  }
}


/* 料金プラン */
.comp_tbl {border-collapse: collapse;}

.comp_tbl th,.comp_tbl td{border: 4px solid #fff;}
.comp_tbl,
.comp_tbl p {font-size: 1.6rem;}
.comp_tbl p span{font-size: 1.8rem;}
.comp_tbl ul li{font-family: 'Meiryo', 'メイリオ', sans-serif;}
.comp_tbl th{width: 246px;background: #dedede;font-size: 1.8rem;}
.comp_tbl_ttl {font-size: 1.8rem;font-weight: bold;}
.comp_tbl_ttl td:first-child{background: none;}
.comp_tbl_ttl td:nth-child(2){background: #ee6c25;}
.comp_tbl_ttl td:nth-child(3){background: #403f3e;}
.comp_tbl_ttl td:nth-child(n + 2){color: #fff;text-align: center;font-size: 2.2rem;border-radius: 20px 20px 0 0;padding: 20px 0;}
.comp_tbl td {padding: 20px 20px 10px;vertical-align: baseline;background: #f2f2f2;}
.comp_tbl td:nth-of-type(n + 2) {width: 369px;}
.comp_tbl td p {margin-bottom: 5px;}
.comp_tbl td .right_txt {text-align: right;}
p.kigou{font-size: 2.5rem;text-align: center}
.comp_tbl tr:nth-of-type(3) td:nth-of-type(2),
.comp_tbl tr:nth-of-type(4) td:last-of-type{vertical-align: middle;}
.comp_tbl tr:nth-of-type(4) td{text-align: center;vertical-align: middle;}
p.note_txt2{color: #767676;font-size: 1.5rem;}
p.mt20{margin-top: 20px;}

.res_td{display: none;}

@media (width < 770px) {
  .comp_tbl{width: 100%;}
  .comp_tbl_ttl {display: none;}
  .comp_tbl th,.comp_tbl td{display: block;width: 100% !important;border: none;}
  .comp_tbl th{padding: 20px 0;border-top: 40px solid #fff;font-size: 2.5rem;background: #bababa;border-bottom: 5px solid #fff;}
  td.res_td{padding: 15px 0;text-align: center;}
  tr td.res_td:first-of-type{background: #ee6c25;}
  tr td.res_td{background: #403f3e;color: #fff;font-size: 2rem;}
}