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


   guide


============================================================================= */
.insurance-contents {
  margin-top: 20px;
}

.insurance-content {
  margin-top: 20px;
}

.insurance-ttl {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4daec0;
  border: 1px solid #1d2184;
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.insurance-ttl._super {
  background: #7cb667;
}
.insurance-ttl._custom {
  background: #936ba3;
}
.insurance-ttl._noc {
  background: #e99e30;
}
.insurance-ttl._pack {
  background: #b7d155;
}
.insurance-ttl._cdw {
  background: #ee88a5;
}
.insurance-ttl > span {
  background: #1d2184;
  border-radius: 50%;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
.insurance-ttl > span:before, .insurance-ttl > span:after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 6px;
}
.insurance-ttl > span {
  /* そのうち1本を縦にする */
}
.insurance-ttl > span:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.insurance-ttl > span {
  /* プラスアイコンクリック後、マイナスにする */
}
.insurance-ttl.on span:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.q-ttl {
  color: #fff;
  font-size: 2.2rem;
  padding: 1em 2em;
}

.insurance-box {
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  /*   display: none; */
}
.insurance-box:before {
  border: 1px solid #1d2184;
  content: "";
  height: calc(100% + 10px);
  left: 50%;
  position: absolute;
  top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.insurance-box .pd {
  padding: 0 20px;
}
.insurance-box ._super {
  color: #7cb667;
}
.insurance-box ._custom {
  color: #936ba3;
}
.insurance-box ._noc {
  color: #e99e30;
}
.insurance-box ._pack {
  color: #b7d155;
}
.insurance-box ._cdw {
  color: #ee88a5;
}
.insurance-box ._guarantee {
  color: #4daec0;
}

.insurance-box-ttl {
  font-size: 2.6rem;
  font-weight: bold;
}

.insurance-box-span {
  border-bottom: 4px solid;
  padding-bottom: 2em;
}
.insurance-box-span._super {
  border-color: #7cb667;
}
.insurance-box-span._custom {
  border-color: #936ba3;
}
.insurance-box-span._noc {
  border-color: #e99e30;
}
.insurance-box-span._pack {
  border-color: #b7d155;
}
.insurance-box-span._cdw {
  border-color: #ee88a5;
}
.insurance-box-span._guarantee {
  border-color: #4daec0;
}

.insurance-box-txt {
  margin-top: 2em;
}

.guarantee-ex-list {
  margin-top: 30px;
}

.guarantee-ex-item {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}

.caution {
  background: #f8f7ef;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 40px;
  overflow: hidden;
  padding: 20px;
}

.caution-ttl {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 20px;
  position: relative;
}
.caution-ttl img {
  width: 24px;
}
.caution-ttl:before {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}

.caution-list {
  padding: 40px 40px;
}

.caution-item {
  font-size: 2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.caution-item span {
  display: block;
  font-size: 1.6rem;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.caution-item:before {
  color: #f15a24;
  content: "●";
}

.insurance-box-mainhead {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 1.5em;
}

/* .insurance-box{
  display: none;
} */
.guarantee-table,
.insurance-table {
  table-layout: auto;
}
.guarantee-table tr,
.insurance-table tr {
  background: #fffddf;
}
.guarantee-table tr:nth-of-type(2n),
.insurance-table tr:nth-of-type(2n) {
  background: #dceee0;
}
.guarantee-table th,
.guarantee-table td,
.insurance-table th,
.insurance-table td {
  padding: clamp(5px, 1vw, 20px);
  padding: 20px;
  vertical-align: middle;
}
.guarantee-table.noc th,
.insurance-table.noc th {
  width: 50%;
}
.guarantee-table td,
.insurance-table td {
  width: 100%;
}
.guarantee-table.guarantee-table th,
.insurance-table.guarantee-table th {
  word-break: keep-all;
}
.guarantee-table th,
.insurance-table th {
  border-right: 1px dotted #000;
  /*     font-size: clamp(1.6rem, 1.5vw, 2rem); */
  font-size: 2rem;
  font-weight: bold;
}

.guarantee-table {
  letter-spacing: -0.01em;
}
.guarantee-table td span:nth-child(1) {
  display: inline-block;
  font-size: 1.6rem;
  width: 6.5em;
}
.guarantee-table td span:nth-child(2) {
  color: #f15a24;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  width: 6em;
}

.pack-table {
  letter-spacing: -0.01em;
}
.pack-table td > span:nth-child(1) {
  display: inline-block;
  font-size: 1.6rem;
  width: 6.5em;
}
.pack-table td > span:nth-child(3) {
  font-size: 1.6rem;
  padding-left: 1em;
}
.pack-table td span:nth-child(2) {
  color: #f15a24;
  font-size: 2.4rem;
  font-weight: bold;
}
.pack-table td span:nth-child(2) span {
  color: #f15a24;
  font-size: 2.4rem;
}
.pack-table td span:nth-child(2) span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fcee21));
  background: linear-gradient(transparent 60%, #fcee21 40%);
  display: inline-block;
  margin-left: 1em;
  position: relative;
}
.pack-table td span:nth-child(2) span:before {
  background: #f15a24;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: "";
  height: 10px;
  left: -15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

.insurance-table {
  margin-top: 28px;
  table-layout: auto;
}
.insurance-table td.time {
  font-weight: bold;
}
.insurance-table td.time span {
  color: #f15a24;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 0.5em;
}
.insurance-table td.time span > span {
  font-size: 50%;
}
.insurance-table tr {
  background: #fffddf;
}
.insurance-table.cdw tr:nth-of-type(2n) {
  background: #fce7ed;
}
.insurance-table th {
  border-right: 1px dotted #000;
  white-space: nowrap;
}
.insurance-table th span {
  font-size: 75%;
}
.insurance-table.pack tr:nth-of-type(2n) {
  background: #e2edbb;
}
.insurance-table.pack tr:nth-of-type(2n) {
  background: #e2edbb;
}
.insurance-table.super tr:nth-of-type(2n) {
  background: #e5f0e1;
}

.guarantee-tablebox {
  margin: auto;
  max-width: 760px;
  position: relative;
}

.guarantee-table-span {
  background: #fff;
  border: 1px solid #1d2184;
  border-radius: 10px;
  color: #1d2184;
  display: inline-block;
  font-size: 1.3rem;
  max-width: 160px;
  padding: 1.2em;
  position: relative;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.guarantee-table-span:before {
  background: #1d2184;
  clip-path: polygon(100% 0, 0 52%, 100% 100%);
  content: "";
  height: 20px;
  position: absolute;
  right: calc(100% - 1px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

.cdw-join {
  background: #f9f3d7;
  margin-top: 60px;
}

.cdw-join-ttl {
  background: #1d2184;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0.5em;
  position: relative;
  text-align: center;
  z-index: 1;
}
.cdw-join-ttl:before {
  background: inherit;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: calc(100% - 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  z-index: -1;
}

.cdw-join-txt {
  margin-top: 1.5em;
  padding: 0 80px;
}

.cdw-join-item {
  gap: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  padding: 0 80px;
  padding-bottom: 20px;
}

.cdw-join-item-main {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  position: relative;
}
.cdw-join-item-main:after {
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
  height: 100%;
  left: calc(100% - 1px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
}

.cdw-join-item-mainhead {
  background: #fff;
  border: 1px solid #1d2184;
  color: #1d2184;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.cdw-join-item-txt {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d2184;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
}
.cdw-join-item-txt dt {
  position: relative;
}
.cdw-join-item-txt dt:after {
  background: #1d2184;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
  height: 10px;
  left: calc(100% + 10px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
.cdw-join-item-price span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #fcee21));
  background: linear-gradient(transparent 80%, #fcee21 20%);
  color: #f15a24;
  font-size: 9rem;
  line-height: 0.8;
  vertical-align: middle;
}
.cdw-join-item-price span > span {
  font-size: 55%;
}

.super-list {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}

.super-item {
  background: #ee88a5;
  border-radius: 20px;
  color: #fff;
  padding: 20px 12px;
  position: relative;
  text-align: center;
}
.super-item:nth-of-type(n + 2):before, .super-item:nth-of-type(n + 2):after {
  background: #f15a24;
  content: "";
  position: absolute;
  right: calc(100% + 16px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.super-item:nth-of-type(n + 2):before {
  height: 6px;
  right: calc(100% + 5px);
  width: 30px;
}
.super-item:nth-of-type(n + 2):after {
  height: 30px;
  width: 6px;
}
.super-item.pack {
  background: #98bc26;
}
.super-item.noc {
  background: #e69105;
}

.super-item-ttl {
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  font-weight: bold;
  text-align: center;
}

.super-item-link {
  border: 1px solid #fff;
  border-radius: 6px;
  display: block;
  margin-top: 12px;
  padding: 0.15em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  width: 100%;
}
.super-item-link:hover {
  background: #fff;
}
.super-item.cdw .super-item-link:hover {
  color: #ee88a5;
}
.super-item.pack .super-item-link:hover {
  color: #98bc26;
}
.super-item.noc .super-item-link:hover {
  color: #e69105;
}

.super-head {
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-weight: bold;
  margin-top: 100px;
  text-align: center;
}
.super-head span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fcee21));
  background: linear-gradient(transparent 60%, #fcee21 40%);
  line-height: 2.2;
}
.super-head span span {
  color: #7cb667;
}

.insurance-box-head {
  font-size: 2rem;
}
.insurance-box-head span {
  background-image: url(../images/common/border_gr.svg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 20px;
  padding-bottom: 0.15em;
}

.insurance-list {
  margin-top: 30px;
}

.insurance-listbox {
  border: 1px solid #cccccc;
  display: grid;
  grid-template-columns: 60% 40%;
}
.insurance-listbox + .insurance-listbox {
  margin-top: 0.25em;
}

.insurance-list_price {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1em;
  padding: 0.5em 1em;
  position: relative;
}
.insurance-list_price.noc {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.insurance-list_price.noc:before {
  background: #666666;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: "";
  height: 20px;
  left: 55%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
}

.guarantee-noc-listspan {
  font-size: 1.4rem;
  margin-top: 0.5em;
  padding-left: 2em;
  text-indent: -1em;
}

.insurance-list_ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0.5em 1em;
}

.noc-no-price {
  color: #666666;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
.noc-no-price.guarantee {
  color: #1d2184;
}

.noc-price {
  color: #f15a24;
  font-size: 5rem;
  font-weight: bold;
  line-height: 0.8;
  margin-bottom: 0.15em;
  position: relative;
}
.noc-price span {
  font-size: 50%;
  vertical-align: middle;
}

.noc-no-price_bf,
.noc-price_bf {
  background: #666666;
  bottom: calc(100% + 30px);
  color: #fff;
  font-size: 1.4rem;
  left: 50%;
  line-height: 1;
  max-width: 250%;
  padding: 0.5em;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.noc-no-price_bf:before,
.noc-price_bf:before {
  background: inherit;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: calc(100% - 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
}

.noc-price_bf {
  background: #f15a24;
}

.mind-content {
  border: 1px solid #b7d155;
  border-radius: 20px;
  margin-top: 80px;
  padding: 20px;
  position: relative;
}

.mind-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.mind-txt {
  margin-top: 1em;
  text-align: center;
}

.mind-roadbox {
  margin-top: 20px;
}

.mind-road {
  display: grid;
  grid-template-columns: 300px 1fr;
}
.mind-road + .mind-road {
  border-top: 2px dotted #98bc26;
  margin-top: 5px;
  padding-top: 5px;
}

.mind-road-ttl {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaf2d4;
  color: #b7d155;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 16px;
}

.mind-road-num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Lexend", sans-serif;
  font-weight: normal;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  position: relative;
  position: relative;
  text-align: center;
  width: 50px;
}
.mind-road-num:before {
  background: #fff;
  clip-path: polygon(100% 31%, 0 0, 0 100%);
  content: "";
  height: 10px;
  left: calc(100% - 1px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

.mind-road-txt {
  font-size: 1.4rem;
  padding: 16px;
}

.mind-icon-list {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 40px;
}

.mind-icon-txt {
  color: #b7d155;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0.5em;
  text-align: center;
}

.insurance-btnbox {
  margin-top: 40px;
  text-align: center;
}

.insurance-btn {
  background: #1d2184;
  border: 1px solid #1d2184;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.75em 2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.insurance-btn:hover {
  background: #fff;
  color: #1d2184;
}
.insurance-btn.guarantee-noc-btn {
  font-size: 1.6rem;
}

.mind-content-num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b7d155;
  border-radius: 50%;
  clip-path: polygon(0 0, 100% 0%, 100% 50px, 0% 50px);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Lexend", sans-serif;
  font-size: 2.6rem;
  font-weight: normal;
  height: 200px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-align: center;
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
}
.mind-content-num img {
  margin-top: 5px;
  width: 100px;
}
.mind-content-num span {
  margin-top: -5px;
}

.mind-types {
  margin-top: 40px;
}

.mind-type {
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #98bc26;
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 20px 20px;
}
.mind-type:nth-child(2n) {
  background: #f9f3d7;
}

.mind-type-img {
  max-width: 100px;
}

.pack-head {
  background: #b7d155;
  color: #fff;
  font-size: 2.6rem;
  margin-top: 40px;
  padding: 0.25em 0.5em;
  text-align: center;
}

.mind-type-ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.mind-type-txt {
  font-size: 1.4rem;
  margin: 0.25em 0;
  padding-left: 1em;
  text-indent: -1em;
}

.mind-plus {
  display: block;
  height: 100px;
  margin: auto;
  margin: 20px auto;
  position: relative;
  width: 100px;
}
.mind-plus::before, .mind-plus:after {
  background: #f15a24;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mind-plus::before {
  height: 20px;
  width: 100%;
}
.mind-plus::after {
  height: 100%;
  width: 20px;
}
@media (max-width: 1128px){
  .guarantee-table th,
  .insurance-table th {
    font-size: 1.8rem;
  }
  .pack-table td > span:nth-child(1) {
    font-size: 1.4rem;
  }
  .pack-table td > span:nth-child(3) {
    font-size: 1.4rem;
  }
  .pack-table td span:nth-child(2) {
    font-size: 2.2rem;
  }
  .pack-table td span:nth-child(2) span {
    font-size: 2.2rem;
  }
  .insurance-table td.time span {
    font-size: 2.2rem;
  }
  .guarantee-table-span {
    font-size: 1.3rem;
    letter-spacing: -0.01em;
    max-width: 140px;
    padding: 1em;
    right: -12px;
  }
  .super-item-ttl {
    font-size: 2.2rem;
  }
  .super-head {
    font-size: 2.4rem;
  }
  .mind-icon-list {
    grid-template-columns: repeat(3, 1fr);
    margin: 40px auto 0;
    max-width: 360px;
  }
  .mind-icon-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 40px auto 0;
    max-width: 220px;
  }
}
@media (max-width: 767px){
  .insurance-ttl > span {
    right: 12px;
  }
  .q-ttl {
    font-size: 1.8rem;
  }
  .insurance-box {
    padding: 30px 20px;
  }
  .insurance-box .pd {
    padding: 0 12px;
  }
  .insurance-box-ttl {
    font-size: 1.8rem;
  }
  .caution-ttl {
    font-size: 1.8rem;
  }
  .caution-ttl img {
    width: 18px;
  }
  .caution-list {
    padding: 20px 0px;
  }
  .caution-item {
    font-size: 1.5rem;
  }
  .caution-item span {
    font-size: 1.2rem;
  }
  .insurance-box-mainhead {
    font-size: 1.8rem;
  }
  .guarantee-table tr,
  .insurance-table tr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guarantee-table th,
  .guarantee-table td,
  .insurance-table th,
  .insurance-table td {
    padding: 1em;
    text-align: center;
  }
  .guarantee-table th,
  .insurance-table th {
    text-align: center;
    width: 100%;
  }
  .guarantee-table.noc th,
  .insurance-table.noc th {
    width: 100%;
  }
  .guarantee-table th,
  .insurance-table th {
    border-bottom: 1px dotted #000;
    border-right: none;
    font-size: 1.6rem;
  }
  .guarantee-table td span:nth-child(1) {
    font-size: 1.4rem;
    width: auto;
  }
  .guarantee-table td span:nth-child(2) {
    font-size: 1.8rem;
    padding: 0 1em;
    width: auto;
  }
  .pack-table td > span:nth-child(3) {
    padding-left: 0;
  }
  .pack-table td span:nth-child(2) {
    display: block;
    font-size: 1.8rem;
  }
  .pack-table td span:nth-child(2) span {
    font-size: 1.8rem;
  }
  .guarantee-table-span {
    display: block;
    left: auto;
    margin: 20px auto;
    max-width: 240px;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .guarantee-table-span:before {
    bottom: calc(100% - 1px);
    clip-path: polygon(0 100%, 100% 100%, 50% 0%);
    height: 10px;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
  }
  .cdw-join-ttl {
    font-size: 1.6rem;
  }
  .cdw-join-txt {
    padding: 0 20px;
  }
  .cdw-join-item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
  .cdw-join-item-main:after {
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    height: 20px;
    left: 50%;
    position: absolute;
    top: calc(100% - 1px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
  }
  .cdw-join-item-txt {
    gap: 30px;
    font-size: 1.5rem;
  }
  .cdw-join-item-price {
    padding-bottom: 20px;
    text-align: center;
  }
  .cdw-join-item-price span {
    font-size: 5rem;
    line-height: 1.5;
  }
  .super-list {
    gap: 40px;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, 1fr);
    margin: 40px auto 0;
    max-width: 320px;
  }
  .super-item:nth-of-type(n + 2):before, .super-item:nth-of-type(n + 2):after {
    bottom: calc(100% + 16px);
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .super-item:nth-of-type(n + 2):after {
    bottom: calc(100% - 3px);
  }
  .super-item-ttl {
    font-size: 1.5rem;
  }
  .super-head {
    font-size: 1.8rem;
    margin-top: 50px;
  }
  .insurance-box-head {
    font-size: 1.5rem;
  }
  .insurance-box-head span {
    background-size: 15px 5px;
  }
  .insurance-listbox {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
  .insurance-list_price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .guarantee-noc-listspan {
    padding-left: 1em;
  }
  .insurance-list_ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .noc-no-price_bf,
  .noc-price_bf {
    display: none;
  }
  .mind-ttl {
    font-size: 1.8rem;
  }
  .mind-road {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
  .mind-road-ttl {
    font-size: 1.8rem;
  }
  .insurance-btn.guarantee-noc-btn {
    font-size: 1.3rem;
  }
  .insurance-btn {
    font-size: 1.5rem;
  }
  .mind-type {
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr;
    grid-template-rows: 40px auto;
    padding: 20px 12px;
  }
  .mind-type-img {
    margin: auto;
    width: 60px;
  }
  .pack-head {
    font-size: 1.8rem;
  }
  .mind-type-ttl {
    font-size: 1.5rem;
  }
  .mind-type-txt {
    font-size: 1.3rem;
  }
  .mind-plus {
    height: 60px;
    width: 60px;
  }
}

/*# sourceMappingURL=insurance.css.map*/