@charset "UTF-8";
/*コストコLP----------------------------------------*/
/*coming soon*/
.cos-wrap img {
  vertical-align: bottom;
}
.cos-wrap .pcfixedArea {
  display: none;
}
.cos-wrap .footer-bt03 {
  display: none;
}
.cos-wrap picture {
  width: 100%;
  height: auto;
  display: block;
}
.cos-wrap picture img {
  width: 100%;
  height: auto;
}
.cos-wrap .cos-cont {
  position: relative;
}
.cos-wrap .cos-cont::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  opacity: 0.8;
}
.cos-wrap .cos-cont > p {
  color: #fff;
  font-size: clamp(30px, 4.1vw, 68px);
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap {
  --red: #e31936;
  --blue: #0060a9;
  padding-block: 5% 6%;
  background: #82d7dc;
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .costco-present_cont {
  padding-block: 110px 100px;
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .present-item_wrap {
  width: 100%;
  margin: 5% 0 0;
  padding: 0 10%;
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .costco-ttl {
  width: 57%;
  max-width: 550px;
  margin-inline: auto;
  display: block;
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .costco-txt {
  margin-top: 60px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .present-item_cont {
  margin-bottom: 8%;
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .present-item_cont > p {
  color: var(--red);
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .present-item_cont:has(.blue) > p {
  color: var(--blue);
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .present-item_cont:last-child {
  margin-bottom: 0;
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .present-item_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 6%;
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .present-item_inner .present-ttl picture {
  width: 100%;
  max-width: 232px;
  display: block;
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .present-item_inner .present-ttl picture img {
  vertical-align: bottom;
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .present-item_inner .present-ttl p {
  margin-block: 0 0.4em;
  font-size: clamp(24px, 3.3vw, 36px);
  font-weight: 900;
  color: var(--red);
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .present-item_inner .present-ttl p.size {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.cos-wrap .cos-cont .costco-wrap .costco-present_wrap .present-item_inner .present-ttl.blue p {
  color: var(--blue);
}

@media screen and (max-width: 729px) {
  .cos-wrap .cos-cont > p {
    width: 100%;
    font-size: clamp(24px, 7.5vw, 48px);
  }
  .costco-present_wrap {
    padding-block: 14%;
  }
  .costco-present_wrap .costco-present_cont {
    padding: 14% 3%;
  }
  .costco-present_wrap .present-item_inner .present-ttl p {
    margin-block: 0.5em 0.4em;
    font-size: clamp(21px, 6.6vw, 32px);
  }
  .costco-present_wrap .costco-ttl {
    width: 93%;
    max-width: inherit;
  }
  .costco-present_wrap .costco-txt {
    margin-top: 8%;
    font-size: clamp(15px, 4.7vw, 24px);
    line-height: 1.5;
    letter-spacing: -0.01em;
  }
  .costco-present_wrap .present-item_wrap {
    padding: 0;
  }
  .costco-present_wrap .present-item_cont {
    margin-bottom: 20%;
  }
  .costco-present_wrap .present-item_inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: center;
    gap: 1.6em;
  }
  .costco-present_wrap .present-ttl picture {
    width: 100%;
    max-width: 232px;
    margin-inline: auto;
    display: block;
  }
  .costco-present_wrap .present-ttl p {
    text-align: center;
  }
  .costco-present_wrap .present-ttl p.size {
    font-size: clamp(16px, 5vw, 20px);
  }
}
/*公開*/
.costco-wrap .cta,
.costco-wrap .sec71,
.costco-wrap .sec4,
.costco-wrap .sec9,
.costco-wrap .sec38,
.costco-wrap .sec35,
.costco-wrap .sec3-02,
.costco-wrap .sec6,
.costco-wrap .notice_area,
.costco-wrap footer {
  min-width: inherit;
}
.costco-wrap .sec34 .sick-area {
  width: 100%;
  max-width: 910px;
  padding: 0 20px 20px 370px;
}
.costco-wrap .sec34 .sick-area .box1,
.costco-wrap .sec34 .sick-area .box2 {
  width: 100%;
  max-width: 530px;
}
.costco-wrap .sec71 .col {
  width: 100%;
}
.costco-wrap img {
  vertical-align: bottom;
}
.costco-wrap .agent-wrap {
  margin-bottom: 60px;
}
.costco-wrap .agent-wrap dl {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.costco-wrap .agent-wrap dt {
  font-weight: bold;
}
.costco-wrap .deadline {
  display: none;
}

.costco-mv_wrap {
  width: 100%;
  height: auto;
}
.costco-mv_wrap picture {
  width: 100%;
  height: auto;
  display: block;
}
.costco-mv_wrap picture img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.costco-about img {
  max-width: 600px;
  margin: 2em auto;
  display: block;
}
.costco-about p {
  text-align: center;
}
.costco-about p:has(.bold) {
  font-size: 24px;
}
.costco-about .ttl-em {
  font-size: 160%;
  line-height: 120%;
}
.costco-about picture img {
  max-width: 900px;
}
.costco-about .about01-img_wrap img {
  max-width: 540px;
}
.costco-about .about03-img_wrap picture img {
  max-width: inherit;
}

.about01_wrap ol {
  max-width: 680px;
  margin: 2% auto 0;
  padding: 1.5em 1em 1em 2.5em;
  font-weight: 500;
  list-style: disc;
  border: 2px solid #82d7dc;
}
.about01_wrap ol li {
  margin-bottom: 8px;
}

.costco-present_wrap {
  --red: #e31936;
  --blue: #0060a9;
  padding-block: 5% 6%;
  background: #82d7dc;
  border-bottom: 2px solid #fff;
}
.costco-present_wrap .costco-present_cont {
  width: 94%;
  margin-inline: auto;
  padding-block: 60px 100px;
  background: #fff;
  border-radius: 20px;
}
.costco-present_wrap .costco-ttl {
  width: 80%;
  max-width: 763px;
  margin-inline: auto;
  display: block;
}
.costco-present_wrap .costco-txt {
  margin-top: 60px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
.costco-present_wrap .costco-note {
  margin-top: 10px;
}
.costco-present_wrap .costco-lead {
  width: 100%;
  max-width: 546px;
  margin: 5% auto 0;
  display: block;
}
.costco-present_wrap .present-item_wrap {
  width: 100%;
  margin: 5% 0 0;
  padding: 0 10%;
}
.costco-present_wrap .present-item_cont {
  margin-bottom: 8%;
}
.costco-present_wrap .present-item_cont > p {
  color: var(--red);
  font-weight: 500;
}
.costco-present_wrap .present-item_cont:has(.blue) > p {
  color: var(--blue);
  font-weight: 500;
}
.costco-present_wrap .present-item_cont:last-child {
  margin-bottom: 0;
}
.costco-present_wrap .present-item_inner {
  margin-bottom: 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 6%;
}
.costco-present_wrap .present-item_inner .present-ttl picture {
  width: 100%;
  max-width: 232px;
  display: block;
}
.costco-present_wrap .present-item_inner .present-ttl picture img {
  vertical-align: bottom;
}
.costco-present_wrap .present-item_inner .present-ttl p {
  margin-block: 0 0.4em;
  font-size: clamp(24px, 3.3vw, 36px);
  font-weight: 900;
  color: var(--red);
}
.costco-present_wrap .present-item_inner .present-ttl p.size {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
.costco-present_wrap .present-item_inner .present-ttl.blue p {
  color: var(--blue);
}

.present-att_wrap {
  padding-block: clamp(40px, 5.5vw, 60px);
  background: #82d7dc;
  border-bottom: 2px solid #fff;
}
.present-att_wrap .present-att_cont {
  width: 94%;
  padding: 2.5% 2% 3% calc(2% + 1.5em);
  background: #fff;
  border: 2px solid #ffab40;
}
.present-att_wrap .present-flow_cont {
  width: 94%;
  margin-block-start: 3%;
  padding: 0;
}
.present-att_wrap h2 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  background: none;
  border-bottom: 2px solid #ffab40;
}
.present-att_wrap h2 .red {
  font-size: inherit;
  line-height: inherit;
}
.present-att_wrap .present-att_note {
  margin: 0;
  font-size: 1.35rem;
  font-weight: bold;
  text-align: center;
}
.present-att_wrap ol {
  max-width: 680px;
  margin: 2% auto 0;
  font-weight: 500;
  list-style: decimal;
}
.present-att_wrap ol > li {
  margin-bottom: 10px;
  line-height: 1.4;
}
.present-att_wrap ol ul {
  margin: 8px 0 1em 1.5em;
  list-style: disc;
}
.present-att_wrap ol ul li {
  margin-bottom: 6px;
}

.insurance_wrap .insurance-img_wrap {
  width: 100%;
  max-width: 580px;
  margin: 5% auto 4%;
}

.types_wrap .types-img_wrap {
  width: 100%;
  max-width: 580px;
  margin: 5% auto 4%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
}

.paying_wrap .paying-img_wrap {
  width: 100%;
  max-width: 480px;
  margin: 5% auto;
}
.paying_wrap picture {
  display: inline-block;
}
.paying_wrap picture:first-child {
  margin-bottom: 20px;
}
.paying_wrap p {
  text-align: center;
}

.compensation_wrap .compensation_cont {
  margin-top: 5%;
}
.compensation_wrap .compensation-img_wrap {
  width: 100%;
  max-width: 700px;
  margin: 50px auto 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}
.compensation_wrap .compensation-img_wrap p {
  margin: 0;
  text-align: center;
}
.compensation_wrap li {
  font-size: 0.9rem;
}

.sec47_costco .sec47_txt-wrap {
  display: grid;
  grid-template-columns: auto 220px;
  align-items: center;
  gap: 30px;
}
.sec47_costco picture img {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .costco-wrap .sec34 .sick-area {
    padding: 0;
  }
  .costco-wrap .sec34 .sick-area .box1,
  .costco-wrap .sec34 .sick-area .box2 {
    margin-inline: auto;
  }
  .costco-wrap footer {
    padding: 20px 0 160px;
  }
}
@media screen and (max-width: 728px) {
  .costco-wrap .agent-wrap .number {
    text-align: center;
  }
  .costco-about p:has(.bold) {
    font-size: 20px;
  }
  .costco-about .about01-img_wrap {
    width: 86%;
    max-width: 300px;
    margin-inline: auto;
  }
  .costco-about .about01-img_wrap img {
    max-width: inherit;
  }
  .costco-present_wrap {
    padding-block: 14%;
  }
  .costco-present_wrap .costco-present_cont {
    width: 93%;
    margin-inline: auto;
    padding: 14% 3%;
  }
  .costco-present_wrap .present-item_inner {
    padding: 0 6%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: center;
    gap: 30px;
  }
  .costco-present_wrap .present-item_inner .present-ttl p {
    margin-block: 0.5em 0.4em;
    font-size: clamp(21px, 6.6vw, 32px);
  }
  .costco-present_wrap .present-item_inner .present-ttl p.size {
    margin: 0;
    font-size: clamp(18px, 5.6vw, 20px);
    font-weight: 600;
  }
  .costco-present_wrap .costco-ttl {
    width: 93%;
    max-width: inherit;
  }
  .costco-present_wrap .costco-txt {
    margin-top: 8%;
    font-size: clamp(15px, 4.7vw, 24px);
    line-height: 1.5;
    letter-spacing: -0.01em;
  }
  .costco-present_wrap .costco-note {
    font-size: clamp(14px, 4.4vw, 18px);
    line-height: 1.45;
  }
  .costco-present_wrap .costco-lead {
    width: 82%;
    margin: 10% auto 0;
  }
  .costco-present_wrap .present-item_wrap {
    padding: 0;
  }
  .costco-present_wrap .present-item_cont {
    margin-bottom: 12%;
  }
  .costco-present_wrap .present-item_cont > p {
    line-height: 1.6;
  }
  .costco-present_wrap .present-ttl picture {
    margin-inline: auto;
  }
  .costco-present_wrap .present-ttl p {
    text-align: center;
  }
  .costco-present_wrap .present-item picture {
    width: 100%;
    max-width: 470px;
    display: block;
  }
  .present-att_wrap {
    padding-block: 8%;
  }
  .present-att_wrap .present-att_cont {
    width: 93%;
    margin-inline: auto;
    padding: 6% 3%;
  }
  .present-att_wrap .present-flow_cont {
    width: 98%;
    margin-block-start: 6%;
    padding: 0 3%;
  }
  .present-att_wrap h2 {
    margin-bottom: 0.8em;
  }
  .present-att_wrap .present-att_note {
    font-size: 1.2rem;
  }
  .present-att_wrap ol {
    width: 100%;
    margin: clamp(12px, 3.8vw, 14px) auto 0;
    padding-left: 1.5em;
  }
  .present-att_wrap ol > li {
    margin-bottom: 16px;
  }
  .present-att_wrap ol ul li {
    margin-bottom: 8px;
  }
  .types_wrap .types-img_wrap {
    max-width: inherit;
    gap: clamp(10px, 3vw, 20px);
  }
  .paying_wrap .paying-img_wrap {
    width: 100%;
  }
  .compensation_wrap .compensation-img_wrap {
    margin: 4% auto 3%;
    gap: clamp(10px, 3vw, 20px);
  }
  .compensation_wrap .compensation-img_wrap p {
    text-align: left;
  }
  .compensation_wrap .compensation-img_wrap small {
    line-height: 1.35;
  }
  .sec47_costco .sec47_txt-wrap {
    grid-template-columns: 1fr;
    gap: 1.3em;
  }
}
/*LP001コストコバナー----------------------------------------*/
.ad001 .present-area-costco {
  margin: 32px auto;
  text-align: center;
}
.ad001 .present-area-costco img {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .ad001 .present-area-costco {
    padding: 0px 20px 20px;
  }
}
.costco_att {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}/*# sourceMappingURL=costco_style.css.map */