@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt10 {
  font-size: 1rem;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}
.fnt14 ul li {
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .fnt14 ul li {
    font-size: 1.4rem;
  }
}

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 ul li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.txt--br {
  color: #C79F04;
}

.txt--bl {
  color: #023F75;
}

.txt--red {
  color: #E50112;
}

.txt--gn {
  color: #14A73C;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  padding: 0 !important;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec-slider ul {
  margin-top: 0 !important;
}
.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.heroimgWrap {
  background: #14a73c;
}

.sec__ttl {
  position: relative;
  margin: auto;
  padding: 0 10px;
  background: #14a73c;
}
@media screen and (min-width: 740px) {
  .sec__ttl {
    padding: 0 20px;
  }
}
.sec__ttl .ttlLv1 {
  padding-top: 10px !important;
}
.sec__ttl .ttlLv1 .heading {
  color: #fff;
}

.top-lead {
  background: #14A73C;
  padding: 20px 0;
}
@media screen and (min-width: 481px) {
  .top-lead {
    padding: 40px 0;
  }
}
.top-lead p {
  color: #fff;
}

.sub-ttl {
  border-radius: 50px;
  background: #2d9687;
  color: #ffffff;
  padding: 8px 25px 5px;
  min-width: 230px;
}
@media screen and (min-width: 740px) {
  .sub-ttl {
    min-width: 160px;
  }
}
.sub-ttl p b br {
  display: none;
}
@media screen and (min-width: 740px) {
  .sub-ttl p b br {
    display: block;
  }
}
.sub-ttl.red {
  background: #A71812;
}

.sec-01 .ctm_flexbox {
  flex-wrap: wrap;
  row-gap: 0;
}
@media screen and (min-width: 740px) {
  .sec-01 .ctm_flexbox {
    flex-wrap: nowrap !important;
  }
}

.sec-02 .ctm_flexbox {
  flex-wrap: wrap;
  row-gap: 0;
}
@media screen and (min-width: 740px) {
  .sec-02 .ctm_flexbox {
    flex-wrap: nowrap !important;
  }
}

.sec-03 .inner_ttl .ttlLv2 {
  border-bottom: none;
  margin-bottom: 0;
}
.sec-03 .colWrap {
  align-items: end;
}
.sec-03 .sec-03__flex .colWrap {
  justify-content: space-between;
}
@media screen and (min-width: 740px) {
  .sec-03 .sec-03__flex .colWrap {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 739px) {
  .sec-03 .sec-03__flex .colWrap .col:first-of-type {
    width: 64%;
  }
}
@media screen and (max-width: 739px) {
  .sec-03 .sec-03__flex .colWrap .col:last-of-type {
    width: 32%;
  }
}
.sec-03 .sec-03__flex02 .colWrap {
  align-items: flex-start;
}
.sec-03 .sec-03__table table tbody {
  display: block;
  width: 100%;
}
.sec-03 .sec-03__table table tbody tr {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
.sec-03 .sec-03__table.table-01 tr {
  background: #cdece8;
}
.sec-03 .sec-03__table.table-01 tr:nth-of-type(4) {
  position: relative;
}
.sec-03 .sec-03__table.table-01 tr:nth-of-type(4)::before {
  content: "";
  width: 100%;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 2px;
}
.sec-03 .sec-03__table.table-01 tr td {
  padding: 8px;
}
.sec-03 .sec-03__table.table-02 tr {
  flex-wrap: wrap;
  background: #efdcff;
}
@media screen and (min-width: 740px) {
  .sec-03 .sec-03__table.table-02 tr {
    flex-wrap: nowrap;
  }
}
.sec-03 .sec-03__table.table-02 tr:nth-of-type(4) {
  position: relative;
}
.sec-03 .sec-03__table.table-02 tr:nth-of-type(4)::before {
  content: "";
  width: 100%;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 2px;
}
.sec-03 .sec-03__table.table-02 td {
  padding: 8px;
}
@media screen and (max-width: 739px) {
  .sec-03 .sec-03__table.table-02 td {
    display: block;
    width: 100%;
  }
}
.sec-03 .sec-03__table.table-03 tr {
  border-bottom: none;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media screen and (min-width: 740px) {
  .sec-03 .sec-03__table.table-03 tr {
    margin-bottom: 13px;
    flex-wrap: nowrap;
  }
}
.sec-03 .sec-03__table.table-03 tr td {
  background: #6e2ca4;
  color: #fff;
  padding: 4px 9px 2px;
  border-radius: 7px;
  padding-left: 8px;
  position: relative;
  padding: 4px 8px 2px;
  border-radius: 5px;
}
.sec-03 .sec-03__table.table-03 tr td::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #6e2ca4;
  border-left: 0;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}
.sec-03 .sec-03__table.table-04 {
  max-width: 720px;
}
.sec-03 .sec-03__table.table-04 tr {
  background: #ffe4b3;
  justify-content: flex-start;
}
.sec-03 .sec-03__table.table-04 tr th {
  background: #f7af23;
  width: 50%;
  padding: 5px 3px;
  color: #fff;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 740px) {
  .sec-03 .sec-03__table.table-04 tr th {
    padding: 8px 10px;
  }
}
.sec-03 .sec-03__table.table-04 tr th:last-of-type {
  background: #a71812;
}
.sec-03 .sec-03__table.table-04 tr td {
  padding: 8px;
  width: 50%;
  padding: 5px 3px;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 740px) {
  .sec-03 .sec-03__table.table-04 tr td {
    padding: 8px 10px;
  }
}
.sec-03 .sec-03__table.table-04 tr td p i {
  background: #fff;
  display: inline-block;
  padding: 10px 10px 6px;
  border-radius: 15px;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 740px) {
  .sec-03 .sec-03__table.table-04 tr td p i {
    margin-bottom: 0;
  }
}
.sec-03 .sec-03__table.table-04 tr td p i::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  right: 20px;
}
@media screen and (min-width: 740px) {
  .sec-03 .sec-03__table.table-04 tr td p i::before {
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #FFFFFF;
    bottom: 16%;
    right: -7px;
  }
}
.sec-03 .sec-03__table.table-04 tr td img {
  max-height: 65px;
  margin-top: 5px;
}
.sec-03 .sec-03__table.table-04 tr td .fsS {
  font-size: 1.1rem !important;
}
@media screen and (min-width: 740px) {
  .sec-03 .sec-03__table.table-04 tr td .fsS {
    font-size: 1.2rem !important;
  }
}
.sec-03 .sec-03__table.table-04 tr td:last-of-type {
  background: #ffd5d4;
}
.sec-03 .sec-03__table.table-04 tr td:last-of-type img {
  max-height: 95px;
}
@media screen and (min-width: 740px) {
  .sec-03 .sec-03__table.table-04 tr:last-of-type td:first-of-type {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
  }
}
.sec-03 .sec-03__img {
  max-width: 720px;
}

.mile__table {
  max-width: 720px;
  margin: auto;
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .mile__table {
    font-size: 1.6rem;
  }
}
.mile__table tr th {
  padding: 5px;
}
.mile__table tr th:first-of-type {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 740px) {
  .mile__table tr th:first-of-type {
    padding: 10px 20px;
  }
}
.mile__table tr th img {
  width: 25px;
}
.mile__table tr td {
  border-bottom: 1px solid #ddd;
}
.mile__table tr td:first-of-type {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
  height: 100%;
  min-width: 120px;
}
@media screen and (min-width: 740px) {
  .mile__table tr td:first-of-type {
    padding: 10px 20px;
  }
}
.mile__table tr td img {
  width: 25px;
}
.mile__table tr:first-of-type {
  background: #ddd;
}
.mile__table tr:last-of-type {
  background: #fffc5c;
}
.mile__table tr:last-of-type td {
  border-bottom: 0;
}

.mile__text {
  max-width: 720px;
  margin: auto;
}