@charset "UTF-8";
.mod_main {
  background-color: var(--sub-color);
}
@media print, screen and (min-width: 767px) {
  .mod_main { /* PC */
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_main { /* SP */
    padding-bottom: 0.5rem;
  }
}

.mv {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media print, screen and (min-width: 767px) {
  .mv { /* PC */
    width: 8.7rem;
    margin: 0.2rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .mv { /* SP */
    margin-top: 0.15rem;
  }
}
.mv .bg {
  display: block;
  clip-path: polygon(0% 37%, 75% 0%, 100% 37%, 100% 100%, 0% 100%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media print, screen and (min-width: 767px) {
  .mv .bg { /* PC */
    height: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .bg { /* SP */
    height: 2.4rem;
  }
}
.mv .titlewrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 767px) {
  .mv .titlewrap { /* PC */
    top: 0;
    left: 0.34rem;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .titlewrap { /* SP */
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
  }
}
.mv .titlewrap .subtitle {
  position: relative;
  font-weight: 400;
  color: var(--white-color);
  z-index: 2;
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .mv .titlewrap .subtitle { /* PC */
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .titlewrap .subtitle { /* SP */
    font-size: 0.15rem;
  }
}
.mv .titlewrap .title {
  position: relative;
  font-weight: 400;
  line-height: 1.2;
  color: var(--white-color);
  z-index: 2;
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .mv .titlewrap .title { /* PC */
    font-size: 0.4rem;
    letter-spacing: 0.02rem;
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .titlewrap .title { /* SP */
    font-size: 0.26rem;
    margin-top: 0.05rem;
  }
}
.mv .titlewrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-filter: brightness(74%);
          filter: brightness(74%);
  z-index: 1;
  border-radius: 50%;
}

@media print, screen and (min-width: 767px) {
  .overview { /* PC */
    max-width: 6rem;
    margin: 0.5rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .overview { /* SP */
    max-width: 3rem;
    margin: 0.3rem auto 0;
  }
}
.overview .lead {
  color: var(--white-color);
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width: 767px) {
  .overview .lead { /* PC */
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .lead { /* SP */
    font-size: 0.18rem;
  }
}
@media print, screen and (min-width: 767px) {
  .overview .lead .large { /* PC */
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .lead .large { /* SP */
    font-size: 0.22rem;
  }
}
.overview .lead .underline {
  border-bottom: 5px solid #F8E05C;
}
.overview .textbox {
  position: relative;
}
@media print, screen and (min-width: 767px) {
  .overview .textbox { /* PC */
    margin: 0.4rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .overview .textbox { /* SP */
    margin: 0.131rem auto 0;
  }
}
.overview .textbox .text {
  position: relative;
  font-weight: 700;
}
@media print, screen and (min-width: 767px) {
  .overview .textbox .text { /* PC */
    font-size: 0.16rem;
    line-height: 1.7;
    padding-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .overview .textbox .text { /* SP */
    font-size: 0.14rem;
  }
}
.overview .textbox::before {
  content: "";
  position: absolute;
  background-image: url(../img/dantai/insurance_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
}
@media print, screen and (min-width: 767px) {
  .overview .textbox::before { /* PC */
    width: 1.4816rem;
    height: 0.86rem;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .overview .textbox::before { /* SP */
    width: 0.9477rem;
    height: 0.5501rem;
    bottom: 0;
  }
}

.description {
  background-color: var(--white-color);
}
@media print, screen and (min-width: 767px) {
  .description { /* PC */
    max-width: 10rem;
    margin: 0rem auto;
    margin-top: 0.56rem;
  }
}
@media screen and (max-width: 767px) {
  .description { /* SP */
    margin: 0.25rem 0.15rem 0;
  }
}
.description .titlebox {
  display: -ms-grid;
  display: grid;
  place-items: center;
  min-height: 0.5rem;
  margin: auto;
}
.description .titlebox .title {
  font-size: 0.16rem;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  line-height: 1.375;
}
@media print, screen and (min-width: 767px) {
  .description .titlebox .title { /* PC */ }
}
@media screen and (max-width: 767px) {
  .description .titlebox .title { /* SP */ }
}
@media print, screen and (min-width: 767px) {
  .description .contentbox { /* PC */
    width: 6rem;
    margin: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .description .contentbox { /* SP */
    width: auto;
    margin: 0 0.25rem;
    padding-top: 0.13rem;
    padding-bottom: 0.412rem;
  }
}
.description .contentbox .text {
  font-size: 0.14rem;
  font-weight: 400;
}
.description .contentbox figure {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media print, screen and (min-width: 767px) {
  .description .contentbox figure { /* PC */
    margin: 0.391rem 0;
  }
}
@media screen and (max-width: 767px) {
  .description .contentbox figure { /* SP */
    margin: 0.235rem 0 0.28rem;
  }
}
.description .contentbox figure img {
  height: auto;
}

@media print, screen and (min-width: 767px) {
  .lineup { /* PC */
    max-width: 10rem;
    margin: 0rem auto;
  }
}
@media screen and (max-width: 767px) {
  .lineup { /* SP */
    margin: 0.25rem 0 0;
  }
}
@media print, screen and (min-width: 767px) {
  .lineup .titlewrap { /* PC */
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup .titlewrap { /* SP */
    margin-top: 0.4rem;
  }
}
.lineup .titlewrap .title {
  color: var(--white-color);
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .lineup .titlewrap .title { /* PC */
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup .titlewrap .title { /* SP */
    font-size: 0.24rem;
  }
}
@media print, screen and (min-width: 767px) {
  .lineup .titlebox { /* PC */
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup .titlebox { /* SP */
    margin-top: 0.24rem;
  }
}
.lineup .titlebox .title {
  text-align: center;
  color: var(--white-color);
  background-color: #A37E38;
}
@media print, screen and (min-width: 767px) {
  .lineup .titlebox .title { /* PC */
    font-size: 0.24rem;
    border-radius: 0.1rem;
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .lineup .titlebox .title { /* SP */
    font-size: 0.2rem;
    border-radius: 0.1rem 0.1rem 0 0;
    padding: 0.1rem 0;
  }
}
@media print, screen and (min-width: 767px) {
  .lineup .contentbox { /* PC */
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup .contentbox { /* SP */
    background-color: var(--white-color);
    padding: 0.2rem 0 0.5rem;
    border-radius: 0 0 0.1rem 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup .contentbox .lineup_title { /* SP */
    margin: 0 0.2rem;
    background-color: #EEEFEF;
    text-align: center;
    font-size: 0.18rem;
    font-weight: bold;
    padding: 0.05rem 0;
  }
}
@media print, screen and (min-width: 767px) {
  .lineup .contentbox .tablewrap { /* PC */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 0.3rem;
  }
  .lineup .contentbox .tablewrap::-webkit-scrollbar {
    height: 0.1rem;
    background-color: #fff;
    border-radius: 0.1rem;
  }
  .lineup .contentbox .tablewrap::-webkit-scrollbar-thumb {
    background-color: #A37E38;
    border-radius: 0.1rem;
    width: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup .contentbox .tablewrap { /* SP */ }
}
@media screen and (max-width: 767px) {
  .lineup .contentbox .tablewrap .tablebox { /* SP */
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.2rem;
    padding-bottom: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup .contentbox .tablewrap .tablebox + .lineup_title { /* SP */
    margin-top: 0.5rem;
  }
}
.lineup .contentbox .tablewrap .table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
  white-space: pre;
  border-top: 1px solid #FFF;
  background-color: var(--white-color);
}
@media print, screen and (min-width: 767px) {
  .lineup .contentbox .tablewrap .table { /* PC */
    border-left: 0.5rem solid #FFF;
    border-right: 0.5rem solid #FFF;
    border-bottom: 0.6rem solid #FFF;
  }
}
@media screen and (max-width: 767px) {
  .lineup .contentbox .tablewrap .table { /* SP */
    border-left: 0.2rem solid #FFF;
    border-right: 0.2rem solid #FFF;
    border-bottom: 5px solid #FFF;
  }
}
.lineup .contentbox .tablewrap .table thead th {
  padding: 0.05rem 0.1rem;
  border: 2px solid transparent;
  font-weight: normal;
  font-size: 0.12rem;
  border: 2px solid #FFF;
}
.lineup .contentbox .tablewrap .table thead th span {
  display: block;
}
.lineup .contentbox .tablewrap .table thead th span + span {
  margin-top: 0.05rem;
}
.lineup .contentbox .tablewrap .table thead .color1 {
  background-color: #DDF5FF;
}
.lineup .contentbox .tablewrap .table thead .color2 {
  background-color: #F1E4F3;
}
.lineup .contentbox .tablewrap .table thead .color3 {
  background-color: #E5F0CC;
}
.lineup .contentbox .tablewrap .table thead .bottom {
  border-bottom: 10px solid #FFF;
  font-weight: bold;
}
.lineup .contentbox .tablewrap .table tbody {
  position: relative;
}
.lineup .contentbox .tablewrap .table tbody + tbody {
  border-top: 5px solid #FFF;
}
.lineup .contentbox .tablewrap .table tbody th {
  position: relative;
  font-weight: 700;
  text-align: center;
}
.lineup .contentbox .tablewrap .table tbody th span {
  display: block;
  font-weight: 400;
  text-align: left;
}
.lineup .contentbox .tablewrap .table tbody .category {
  position: relative;
  border-right: 10px solid #FFF;
  background-color: #EEEFEF;
  text-align: center;
}
.lineup .contentbox .tablewrap .table tbody .category:before {
  content: "";
  display: block;
  width: 0.4rem;
}
.lineup .contentbox .tablewrap .table tbody .category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 0.14rem;
  width: 100%;
}
.lineup .contentbox .tablewrap .table tbody .title,
.lineup .contentbox .tablewrap .table tbody .value,
.lineup .contentbox .tablewrap .table tbody .desc {
  position: relative;
}
.lineup .contentbox .tablewrap .table tbody .title:before,
.lineup .contentbox .tablewrap .table tbody .value:before,
.lineup .contentbox .tablewrap .table tbody .desc:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #acacac;
}
.lineup .contentbox .tablewrap .table tbody .title {
  background-color: #F9F7EB;
  font-size: 0.12rem;
}
@media print, screen and (min-width: 767px) {
  .lineup .contentbox .tablewrap .table tbody .title { /* PC */
    padding: 0.1rem 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup .contentbox .tablewrap .table tbody .title { /* SP */
    padding: 0.05rem 0.1rem;
    height: 0.3rem;
  }
}
.lineup .contentbox .tablewrap .table tbody .title span {
  word-wrap: break-word;
  white-space: normal;
}
.lineup .contentbox .tablewrap .table tbody .title:after {
  content: "";
  display: block;
}
@media print, screen and (min-width: 767px) {
  .lineup .contentbox .tablewrap .table tbody .title:after { /* PC */
    width: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup .contentbox .tablewrap .table tbody .title:after { /* SP */
    width: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup .contentbox .tablewrap .table tbody .title.type01:after { /* SP */
    width: 0.8rem;
  }
}
.lineup .contentbox .tablewrap .table tbody .value {
  vertical-align: middle;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  background-color: #fff;
}
.lineup .contentbox .tablewrap .table tbody .value.red {
  color: #D70035;
}
.lineup .contentbox .tablewrap .table tbody .value.blue {
  color: #2E80C6;
}
.lineup .contentbox .tablewrap .table tbody .value.none {
  background-color: #F7F9FA;
}
.lineup .contentbox .tablewrap .table tbody .desc {
  white-space: normal;
  padding: 0.05rem 0.1rem;
  background-color: #fff;
}
.lineup .contentbox .tablewrap .table tbody .desc .desc_p {
  font-size: 0.12rem;
  white-space: pre;
}
.lineup .contentbox .tablewrap .table tbody .desc .desc_p + .desc_p {
  margin-top: 0.05rem;
}

.insurancebox {
  position: relative;
  background-color: var(--white-color);
}
@media print, screen and (min-width: 767px) {
  .insurancebox { /* PC */
    max-width: 10rem;
    margin: 0 auto;
    padding-top: 0.681rem;
    padding-bottom: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox { /* SP */
    padding-top: 0.33rem;
    padding-bottom: 0.4rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.insurancebox .takeon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color);
  border: 2px solid var(--white-color);
  border-radius: 0.1rem;
  margin: auto;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .takeon { /* PC */
    width: 3.48rem;
    height: 0.8031rem;
    top: -1.7rem;
    margin-bottom: -0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .takeon { /* SP */
    width: 2.6rem;
    height: 0.6rem;
    top: -1.2rem;
    margin-bottom: -0.7rem;
  }
}
.insurancebox .takeon::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.155rem;
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  border-top: solid 3px var(--white-color);
  border-right: solid 3px var(--white-color);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: var(--main-color);
  margin: auto;
}
.insurancebox .takeon .text {
  position: relative;
  font-weight: 700;
  color: var(--white-color);
}
@media print, screen and (min-width: 767px) {
  .insurancebox .takeon .text { /* PC */
    font-size: 0.26rem;
    top: -0.02rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .takeon .text { /* SP */
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox .takeon .text span { /* PC */
    font-size: 0.31rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .takeon .text span { /* SP */
    font-size: 0.24rem;
  }
}
.insurancebox .recommendbox {
  position: relative;
}
.insurancebox .recommendbox .tagline {
  position: absolute;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--white-color);
  background-color: var(--main-color);
  border-radius: 50%;
  z-index: 1;
  margin: auto;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .recommendbox .tagline { /* PC */
    left: 0;
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
    top: -1.31rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .recommendbox .tagline { /* SP */
    width: 1.36rem;
    height: 1.36rem;
    top: -1.11rem;
    left: 0.33rem;
  }
}
.insurancebox .recommendbox .tagline .text {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.08rem;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .recommendbox .tagline .text { /* PC */
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .recommendbox .tagline .text { /* SP */
    font-size: 0.16rem;
  }
}
.insurancebox .recommendbox .callout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.1rem;
     -moz-column-gap: 0.1rem;
          column-gap: 0.1rem;
  background-color: var(--gray-color);
  border-radius: 0.1rem;
  margin: auto;
  z-index: 2;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .recommendbox .callout { /* PC */
    width: 4.25rem;
    height: 0.87rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .recommendbox .callout { /* SP */
    width: 3rem;
    height: 0.92rem;
  }
}
.insurancebox .recommendbox .callout .text {
  font-weight: 700;
  color: var(--text-color);
}
@media print, screen and (min-width: 767px) {
  .insurancebox .recommendbox .callout .text { /* PC */
    font-size: 0.16rem;
    min-width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .recommendbox .callout .text { /* SP */
    font-size: 0.14rem;
    min-width: 1.1rem;
  }
}
.insurancebox .recommendbox .callout .text::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 10%;
  border-style: solid;
  border-width: 0.16rem 0 0 0.16rem;
  border-color: var(--gray-color) transparent transparent;
  translate: calc(-10% + 0.04rem) 100%;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .recommendbox .callout .text.type01 { /* PC */
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .recommendbox .callout .text.type01 { /* SP */ }
}
.insurancebox .recommendbox .callout img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .recommendbox .callout img { /* PC */
    width: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .recommendbox .callout img { /* SP */
    width: auto;
    height: 0.57rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox .recommendbox .callout img.type01 { /* PC */
    width: 1.58rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .recommendbox .callout img.type01 { /* SP */ }
}
@media print, screen and (min-width: 767px) {
  .insurancebox .recommendbox .callout img.type02 { /* PC */ }
}
@media screen and (max-width: 767px) {
  .insurancebox .recommendbox .callout img.type02 { /* SP */
    height: 0.65rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox .recommendbox .callout img.type03 { /* PC */ }
}
@media screen and (max-width: 767px) {
  .insurancebox .recommendbox .callout img.type03 { /* SP */
    height: 0.52rem;
  }
}
.insurancebox .recommendbox .-white {
  background-color: var(--white-color);
  height: auto;
}
.insurancebox .titlebox {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .titlebox { /* PC */
    margin: 0.25rem auto;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .titlebox { /* SP */
    margin: 0.22rem auto 0.18rem;
  }
}
.insurancebox .titlebox .title {
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
}
@media print, screen and (min-width: 767px) {
  .insurancebox .titlebox .title { /* PC */
    font-size: 0.32rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .titlebox .title { /* SP */
    font-size: 0.3rem;
  }
}
.insurancebox .titlebox .title::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.02rem;
  background-color: #A37E38;
  margin: 0 auto;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .titlebox .title::after { /* PC */
    margin-top: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .titlebox .title::after { /* SP */
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox .titlebox .title rt { /* PC */
    font-size: 0.1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .titlebox .title rt { /* SP */
    font-size: 0.1rem;
  }
}
.insurancebox .titlebox .title span {
  display: block;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .titlebox .title span { /* PC */
    font-size: 0.2rem;
    padding-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .titlebox .title span { /* SP */
    font-size: 0.2rem;
    padding-top: 0.02rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox { /* PC */
    width: 8rem;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox { /* SP */
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.insurancebox .contentbox .leadtext {
  font-size: 0.14rem;
  font-weight: 700;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .leadtext { /* PC */
    text-align: center;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .leadtext { /* SP */
    text-align: justify;
  }
}
.insurancebox .contentbox .leadtext a {
  color: #2E7FC7;
  text-decoration: underline;
}
.insurancebox .contentbox .leadtext a:hover {
  text-decoration: none;
}
.insurancebox .contentbox .items {
  display: -ms-grid;
  display: grid;
  margin-top: 0.4rem;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .items { /* PC */
    -ms-grid-columns: 1fr 0.48rem 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 0.48rem;
       -moz-column-gap: 0.48rem;
            column-gap: 0.48rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .items { /* SP */
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 0.3rem;
  }
}
.insurancebox .contentbox .items .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
.insurancebox .contentbox .items .item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.insurancebox .contentbox .items .item > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .items .item + .item { /* SP */
    margin-top: 0.25rem;
  }
}
.insurancebox .contentbox .items .item .itemtitle {
  border: 0.02rem solid #A37E39;
  border-radius: 0.1rem 0.1rem 0 0;
  background-color: #A37E39;
  color: var(--white-color);
  font-weight: 700;
  text-align: center;
  line-height: 1.5714;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .items .item .itemtitle { /* PC */
    font-size: 0.22rem;
    padding: 0.12rem 0 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .items .item .itemtitle { /* SP */
    font-size: 0.2rem;
    padding: 0.14rem 0 0.14rem;
  }
}
.insurancebox .contentbox .items .item .textbox {
  border: 0.02rem solid #A37E39;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .items .item .textbox { /* PC */
    padding: 0.2rem 0.45rem 0.6rem;
    border-radius: 0 0 0.1rem 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .items .item .textbox { /* SP */
    padding: 0.2rem 0.2rem 0.55rem;
    border-radius: 0 0 0.1rem 0.1rem;
  }
}
.insurancebox .contentbox .items .item .textbox .text {
  font-size: 0.14rem;
  font-weight: 700;
  text-align: left;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .items .item .detailbtn { /* PC */ }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .items .item .detailbtn { /* SP */ }
}
.insurancebox .contentbox .items .item .takeon {
  top: 0;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .items .item .takeon { /* PC */
    margin-top: -0.4rem;
    margin-bottom: 0;
    width: 2.8rem;
    height: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .items .item .takeon { /* SP */
    margin-top: -0.3rem;
    margin-bottom: 0;
    width: 2.6rem;
    height: 0.6rem;
  }
}
.insurancebox .contentbox .items .item .takeon .text {
  position: relative;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .items .item .takeon .text { /* PC */
    font-size: 0.21rem;
    top: -0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .items .item .takeon .text { /* SP */
    font-size: 0.2rem;
    top: -0.02rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .items .item .takeon .text span { /* PC */
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .items .item .takeon .text span { /* SP */
    font-size: 0.24rem;
  }
}
.insurancebox .contentbox .items .item .takeon:after {
  clip-path: inset(0.02rem);
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .items .item .takeon:after { /* PC */
    bottom: -0.12rem;
    width: 0.2rem;
    height: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .items .item .takeon:after { /* SP */
    bottom: -0.12rem;
    width: 0.2rem;
    height: 0.2rem;
  }
}
.insurancebox .contentbox .items .item .title {
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .items .item .title { /* PC */
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .items .item .title { /* SP */
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .items .item .title span { /* PC */
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .items .item .title span { /* SP */
    font-size: 0.16rem;
  }
}
.insurancebox .contentbox .items .item .title span:before, .insurancebox .contentbox .items .item .title span:after {
  top: auto;
}
.insurancebox .contentbox .items .item .title b {
  display: block;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .items .item .title b { /* PC */
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .items .item .title b { /* SP */
    font-size: 0.18rem;
  }
}
.insurancebox .contentbox .pointbox {
  margin-top: 0.4rem;
}
.insurancebox .contentbox .pointbox .title {
  text-align: center;
  margin-bottom: 0.2rem;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .pointbox .title { /* PC */
    font-size: 0.22rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .pointbox .title { /* SP */
    font-size: 0.18rem;
    font-weight: 700;
  }
}
.insurancebox .contentbox .pointbox .list {
  display: -ms-grid;
  display: grid;
  margin: auto;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .pointbox .list.two { /* PC */
    -ms-grid-columns: 1fr 0.48rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    width: 6rem;
    -webkit-column-gap: 0.48rem;
       -moz-column-gap: 0.48rem;
            column-gap: 0.48rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .pointbox .list.two { /* SP */
    -ms-grid-columns: 2fr 0.35rem 2fr;
    grid-template-columns: repeat(2, 2fr);
    -webkit-column-gap: 0.35rem;
       -moz-column-gap: 0.35rem;
            column-gap: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .pointbox .list.two .item { /* SP */
    height: 1.1rem;
  }
}
.insurancebox .contentbox .pointbox .list.two .item + .item {
  position: relative;
}
.insurancebox .contentbox .pointbox .list.two .item + .item:after {
  content: "+";
  color: #000;
  position: absolute;
  bottom: 0;
  right: 100%;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .pointbox .list.two .item + .item:after { /* PC */
    font-size: 0.54rem;
    top: 0.05rem;
    margin-right: 0.07rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .pointbox .list.two .item + .item:after { /* SP */
    font-size: 0.4rem;
    top: 0.22rem;
    margin-right: 0.06rem;
  }
}
.insurancebox .contentbox .pointbox .list.three {
  -ms-grid-columns: 1fr 0.15rem 1fr 0.15rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.15rem;
     -moz-column-gap: 0.15rem;
          column-gap: 0.15rem;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .pointbox .list.three { /* PC */
    width: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .pointbox .list.three .item { /* SP */
    height: 1.1rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .pointbox .list.four { /* PC */
    -ms-grid-columns: 1fr 0.15rem 1fr 0.15rem 1fr 0.15rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 0.15rem;
       -moz-column-gap: 0.15rem;
            column-gap: 0.15rem;
    width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .pointbox .list.four { /* SP */
    -ms-grid-columns: 2fr 0.1rem 2fr;
    grid-template-columns: repeat(2, 2fr);
    gap: 0.1rem;
  }
}
.insurancebox .contentbox .pointbox .list.plus .item {
  position: relative;
}
.insurancebox .contentbox .pointbox .list.plus .item:not(:last-child)::after {
  position: absolute;
  top: auto;
  bottom: auto;
  content: "+";
  font-weight: bold;
  color: var(--text-color);
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .pointbox .list.plus .item:not(:last-child)::after { /* PC */
    font-size: 0.5rem;
    right: -0.38rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .pointbox .list.plus .item:not(:last-child)::after { /* SP */
    font-size: 0.4rem;
    right: -0.25rem;
  }
}
.insurancebox .contentbox .pointbox .list .item {
  display: -ms-grid;
  display: grid;
  place-items: center;
  row-gap: 0.05rem;
  border-radius: 0.1rem;
  color: var(--white-color);
  background-color: #A37E39;
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .pointbox .list .item { /* PC */
    font-size: 0.2rem;
    padding: 0.17rem 0;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .pointbox .list .item { /* SP */
    font-size: 0.16rem;
    height: 0.6rem;
  }
}
.insurancebox .contentbox .pointbox .list .item span {
  display: block;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .pointbox .list .item span { /* PC */
    margin-top: -0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .pointbox .list .item span { /* SP */
    margin-top: -0.3rem;
  }
}
.insurancebox .contentbox .linkbox {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .linkbox { /* PC */
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .linkbox { /* SP */
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .linkbox .detailbtn { /* SP */
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .title.attention span { /* SP */
    width: 100%;
    font-size: 0.16rem;
  }
}
.insurancebox .contentbox .title.attention span::before, .insurancebox .contentbox .title.attention span::after {
  top: auto;
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .title.attention span::before { /* PC */
    left: -0.53rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .title.attention span::before { /* SP */
    left: 0.08rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox .contentbox .title.attention span::after { /* PC */
    right: -0.53rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox .contentbox .title.attention span::after { /* SP */
    right: 0.08rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox.type01 { /* PC */
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox.type01 { /* SP */
    padding-bottom: 0.7rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox.type02 { /* PC */
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox.type02 { /* SP */
    margin-top: 0.8rem;
    padding-top: 0.7rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox + .insurancebox { /* PC */
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox + .insurancebox { /* SP */
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 767px) {
  .insurancebox + .insurancebox.type02 { /* PC */
    margin-top: 1.13rem;
  }
}
@media screen and (max-width: 767px) {
  .insurancebox + .insurancebox.type02 { /* SP */
    margin-top: 0.7rem;
  }
}

.lastmessage {
  color: #FFF;
}
@media print, screen and (min-width: 767px) {
  .lastmessage { /* PC */
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lastmessage { /* SP */
    margin-top: 0.3rem;
  }
}
.lastmessage .lead {
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width: 767px) {
  .lastmessage .lead { /* PC */
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .lastmessage .lead { /* SP */
    font-size: 0.18rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 767px) {
  .lastmessage .lead + .lead { /* PC */
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lastmessage .lead + .lead { /* SP */
    margin-top: 0.05rem;
  }
}
@media print, screen and (min-width: 767px) {
  .lastmessage .lead .large { /* PC */
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 767px) {
  .lastmessage .lead .large { /* SP */
    font-size: 0.22rem;
  }
}
.lastmessage .lead .underline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8E05C), to(#F8E05C));
  background-image: linear-gradient(#F8E05C, #F8E05C);
  background-repeat: no-repeat;
  background-position: bottom; /* テキストの下に配置 */
}
@media print, screen and (min-width: 767px) {
  .lastmessage .lead .underline { /* PC */
    background-size: 100% 5px; /* 下線の太さ */
    padding-bottom: 2px; /* 下線とテキストの間隔調整 */
  }
}
@media screen and (max-width: 767px) {
  .lastmessage .lead .underline { /* SP */
    background-size: 100% 4px; /* 下線の太さ */
    padding-bottom: 2px; /* 下線とテキストの間隔調整 */
  }
}