@charset "UTF-8";
@font-face {
  font-family: "matissem";
  font-display: swap;
  src: url("/common/font/matisse-m.woff") format("woff"), url("/common/font/matisse-m.otf") format("truetype");
}
#point {
  padding-top: 100px;
  margin-top: -100px;
}

/*--------------------------------------------------- */
/* 共有 */
/*--------------------------------------------------- */
main .wrapper {
  padding: 50px;
  border: 1px solid #ddd;
}
main .wrapper .heading {
  margin-bottom: 48px;
}
main .wrapper table {
  border-collapse: collapse;
  width: 100%;
}
main .wrapper table th {
  text-align: center;
  background-color: #DDEDFD;
  font-weight: 400;
}
main .wrapper table td, main .wrapper table th {
  border: 1px solid #BBBBBB;
  border-collapse: collapse;
  padding: 16px;
  line-height: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
main .wrapper table td p, main .wrapper table th p {
  line-height: 1.7em;
}
main .wrapper table .center {
  text-align: center;
}

@media (max-width: 768px) {
  main .wrapper {
    padding: 32px 20px 20px;
  }
  main .wrapper .heading {
    margin-bottom: 32px;
    line-height: 1em;
  }
  main .wrapper table td, main .wrapper table th {
    padding: 16px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  main .wrapper table td p, main .wrapper table th p {
    line-height: 1.5em;
  }
}
@media (max-width: 480px) {
  main .wrapper {
    padding: 24px 8px 8px;
  }
  main .wrapper .heading {
    margin-bottom: 24px;
    line-height: 1em;
  }
  main .wrapper table td, main .wrapper table th {
    padding: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*--------------------------------------------------- */
/* insurance */
/*--------------------------------------------------- */
.insurance {
  margin-top: 140px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.insurance .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.insurance .flex .flex2 {
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-collapse: collapse;
  padding: 16px;
  line-height: 1.2em;
  width: 25%;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 768px) {
  .insurance .flex .flex2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.insurance .flex .flex2 p {
  line-height: 1.7em;
}
.insurance .flex .flex2.no1 {
  border-left: 1px solid #BBBBBB;
}
.insurance .flex .bodyFlex {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
.insurance .flex .headFlex {
  text-align: center;
  background-color: #DDEDFD;
  font-weight: 400;
  border-top: 1px solid #BBBBBB;
}
.insurance th {
  background-color: #fff;
}
.insurance th:nth-of-type(1) {
  width: 24.2%;
  /* style */
}
.insurance th:nth-of-type(2) {
  width: 56.8%;
  /* style */
}
.insurance th:nth-of-type(3) {
  width: 19.2%;
  /* style */
}
.insurance .num1 {
  width: 13.44%;
}
.insurance .notice {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 8px;
  line-height: 1.5em;
}
.insurance .about {
  background-color: #DDEDFD;
  position: relative;
  margin-top: 50px;
}
.insurance .about .bgImage img {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  max-width: 250px;
}
.insurance .about .wrap {
  padding: 40px 58px 64px;
  position: relative;
}
.insurance .about h4 {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 42px;
  text-align: center;
}
.insurance .about p {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.6em;
}
.insurance .about .detail {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.5em;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .insurance .num1 {
    width: initial;
  }
  .insurance .about .bgImage img {
    max-width: 200px;
  }
  .insurance .about .wrap {
    padding: 32px 32px 32px;
    position: relative;
  }
  .insurance .about h4 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 32px;
    line-height: 1em;
  }
  .insurance .about p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  .insurance .about .detail {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .insurance th {
    background-color: #fff;
  }
  .insurance th:nth-of-type(1) {
    width: 50%;
    /* style */
  }
  .insurance th:nth-of-type(2) {
    width: 30%;
    /* style */
  }
  .insurance th:nth-of-type(3) {
    width: 20%;
    /* style */
  }
  .insurance .num1 {
    width: 30px;
    text-align: center;
  }
  .insurance .wrapper table .center {
    text-align: left;
  }
  .insurance .about {
    margin-top: 32px;
  }
  .insurance .about .bgImage img {
    max-width: 150px;
  }
  .insurance .about .wrap {
    padding: 32px 24px 24px;
  }
  .insurance .about h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .insurance .about p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .insurance .about p br {
    display: none;
  }
  .insurance .about .detail {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 16px;
  }
}
/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
.jihi .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jihi .flex .flex2, .jihi .flex .flexChild2 {
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-collapse: collapse;
  padding: 16px;
  line-height: 1.2em;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 768px) {
  .jihi .flex .flex2, .jihi .flex .flexChild2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.jihi .flex .flex2 p, .jihi .flex .flexChild2 p {
  line-height: 1.7em;
}
.jihi .flex .flex2.no1, .jihi .flex .flexChild2.no1 {
  width: 24.3%;
  /* style */
  border-left: 1px solid #BBBBBB;
}
.jihi .flex .flex2.no2, .jihi .flex .flexChild2.no2 {
  width: 75.7%;
  /* style */
}
.jihi .flex .bodyFlex {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}
.jihi .flex .headFlex {
  text-align: center;
  background-color: #DDEDFD;
  font-weight: 400;
  border-top: 1px solid #BBBBBB;
}
.jihi .flex .flexChild {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: initial;
}
.jihi .flex .flexChild2 {
  border: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #BBBBBB;
}
.jihi .flex .flexChild2.no1 {
  width: 23%;
  border-left: 0;
}
.jihi .flex .flexChild2.no1:nth-last-of-type(2) {
  border-bottom: 0;
}
.jihi .flex .flexChild2.no2 {
  width: 77%;
}
.jihi .flex .flexChild2.no2:nth-last-of-type(1) {
  border-bottom: 0;
}
.jihi .flex .flexChild2.bordLeft {
  border-left: 1px solid #BBBBBB;
}

@media (max-width: 480px) {
  .jihi .flex .flex2, .jihi .flex .flexChild2 {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px;
  }
  .jihi .flex .flex2.no1, .jihi .flex .flexChild2.no1 {
    width: 45%;
  }
  .jihi .flex .flex2.no2, .jihi .flex .flexChild2.no2 {
    width: 55%;
  }
  .jihi .flex .bodyFlex {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .jihi .flex .flexChild {
    padding: 0;
  }
  .jihi .flex .flexChild2.no1 {
    width: 50%;
  }
  .jihi .flex .flexChild2.no2 {
    width: 50%;
  }
}
/*--------------------------------------------------- */
/* btnGroup */
/*--------------------------------------------------- */
.btnGroup {
  border-top: 1px solid #ddd;
  margin-top: 80px;
  padding-top: 90px;
}

/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
/*--------------------------------------------------- */
/* */
/*--------------------------------------------------- */
