@charset "utf-8";

/* override */

.Page-head {
  height: auto;
  padding: 0;
}

.Lifestage-header__txt {
  margin: 10px 0 30px;
}

.Tab-radio01,
.Tab-radio02,
.Tab-radio03,
.Tab-radio04 {
  display: none;
}

.Btn-area--premium {
  padding: 30px 0 36px;
  margin-top: 40px;
  background-color: #fbfff0;
  border: 1px solid #f29802;
  border-radius: 8px;
}

.Btn-area__item {
  min-width: 595px;
}

.Btn-area__txt--premium {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  color: #333;
  text-align: center;
  letter-spacing: 0;
}

.Btn--premium {
  position: relative;
  width: 532px;
  height: 72px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #f27b22;
  box-shadow: 0 4px 0 #d65b1a;
}

.Btn--premium:hover {
  color: #fff;
}

.Btn--premium::before {
  position: absolute;
  top: 28px;
  right: 20px;
  left: inherit;
  width: 24px;
  height: 24px;
  margin: 0;
  background: url(/lifestage/pc/img/btn_ico_arrow_right.png) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}

.Btn--premium::after {
  content: none;
}

.Btn--plus {
  height: 60px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #f93828;
}

.Btn--plus:hover {
  color: #fff;
}

.Btn--plus::after {
  border-left-color: #f93828;
}

.Section {
  margin-bottom: 40px;
}

/* Hero */

.Hero {
  background-color: #d0f2f7;
}

.Hero-content {
  position: relative;
  padding: 70px 70px 257px;
}

.Hero-content-about {
  position: relative;
  padding: 60px 0 25px;
  text-align: center;
  background: #fff;
  border: 5px solid #99d6e9;
  border-radius: 15px;
}

.Hero-content-about-ttl {
  position: absolute;
  top: -25px;
  width: 100%;
  height: 50px;
  text-align: center;
}

.Hero-content-about-ttl__txt {
  max-width: 562px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  background-color: #43abd9;
  border-radius: 25px;
}

.Hero-content-about__txt {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.Hero-content-about__txt--highlight {
  margin: 0 5px;
  font-size: 54px;
  color: #f39800;
  vertical-align: sub;
}

.Hero-content-about__link {
  font-size: 20px;
}

.Hero-content-about__link:hover {
  text-decoration: underline;
}

.Hero-content-about__link::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: middle;
  content: '';
  background-image: url(/lifestage/pc/img/ico_question.png);
  background-size: 20px auto;
}

.Hero-content__img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

/* END: Hero */

/* Check */

.Check {
  position: relative;
  padding: 48px 0;
  margin: 20px 0;
  background: #fefffd;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 #00000026;
}

.Check-about {
  margin: 0 100px 57px;
}

.Check-about__txt {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
}

.Check-about__txt--highlight {
  font-size: 24px;
  font-weight: bold;
  color: #f39800;
}

.Check-benefit {
  position: relative;
  margin: 22px 100px 0;
}

.Check-benefit::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: max-content;
  padding: 4px 30px 6px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  content: 'ライフステージで保険を選ぶメリット';
  background-color: #f39800;
  border-radius: 54px;
  transform: translate(-50%, -50%);
}

.Check-benefit-content {
  padding: 30px 50px 40px;
  background-color: #fff;
  border: 1px solid #8db54b;
  border-radius: 12px;
}

.Check-benefit-content-list__item {
  position: relative;
  padding: 30px 0 0 56px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0;
}

.Check-benefit-content-list__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  content: '';
  background: url(/lifestage/pc/img/ico_check.png?_rev=001);
}

.Check-benefit-content-list__item--highlight {
  padding: 0;
  font-weight: bold;
  text-decoration: underline;
}

.Check-benefit-content-list__item--highlight::before {
  content: none;
}

/* END: Check */

/* Message */

.Message {
  padding: 36px 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #f39800;
}

.Message__note {
  position: relative;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1;
}

.Message__note::before,
.Message__note::after {
  position: absolute;
  bottom: -2px;
  width: 1px;
  height: 32px;
  content: '';
  background-color: #fff;
  transform: translate(-20px) rotate(-45deg);
}

.Message__note::after {
  transform: translate(20px) rotate(45deg);
}

.Message__ttl {
  font-size: 36px;
  line-height: 1.25;
}

/* END: Message */

/* Menu-lifestage */

.Menu-lifestage {
  background-color: #fbffef;
}

.Menu-lifestage__ttl {
  padding: 48px 0 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}

.Menu-lifestage-list {
  display: flex;
  flex-flow: wrap;
  margin: calc((28px / 2) * -1);
}

.Menu-lifestage-list-item {
  width: calc((100% / 4) - 28px);
  margin: calc(28px / 2);
}

.Menu-lifestage-list-item-label {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 191px;
  padding: 20px 32px;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  letter-spacing: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 176px auto;
  border: 1px solid #bbb;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 #00000014;
}

.Card-life__check--type01:checked
  ~ .Menu-lifestage
  .Menu-lifestage-list-item-label--type01,
.Card-life__check--type02:checked
  ~ .Menu-lifestage
  .Menu-lifestage-list-item-label--type02,
.Card-life__check--type03:checked
  ~ .Menu-lifestage
  .Menu-lifestage-list-item-label--type03,
.Card-life__check--type04:checked
  ~ .Menu-lifestage
  .Menu-lifestage-list-item-label--type04 {
  border: 2px solid #8db54b;
}

.Menu-lifestage-list-item-label--type01 {
  background-image: url(/lifestage/pc/img/menu_lifestage_img01.png?_rev=001);
}

.Menu-lifestage-list-item-label--type02 {
  background-image: url(/lifestage/pc/img/menu_lifestage_img02.png?_rev=001);
}

.Menu-lifestage-list-item-label--type03 {
  background-image: url(/lifestage/pc/img/menu_lifestage_img03.png?_rev=001);
}

.Menu-lifestage-list-item-label--type04 {
  background-image: url(/lifestage/pc/img/menu_lifestage_img04.png?_rev=001);
}

/* END: Menu-lifestage */

/* Lifestage */

.Lifestage {
  position: relative;
  padding-top: 130px;
}

.Lifestage::before {
  position: absolute;
  top: 40px;
  left: 50%;
  content: '';
  border-color: #f39800 transparent;
  border-style: solid;
  border-width: 50px 120px 0;
  transform: translateX(-50%);
}

.Lifestage__header {
  position: relative;
  display: flex;
  justify-content: left;
  padding: 20px 0 20px 275px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
  background-color: #f3fdfe;
  border: 1px solid #bbb;
  border-color: #bbb;
  border-radius: 8px 8px 0 0;
}

.Lifestage__header::before {
  position: absolute;
  bottom: 0;
  left: 71px;
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.Lifestage__header--type01::before {
  width: 171px;
  height: 110px;
  background-image: url(/lifestage/pc/img/menu_lifestage_img01.png?_rev=001);
}

.Lifestage__header--type02::before {
  width: 179px;
  height: 125px;
  background-image: url(/lifestage/pc/img/menu_lifestage_img02.png?_rev=001);
}

.Lifestage__header--type03::before {
  width: 176px;
  height: 113px;
  background-image: url(/lifestage/pc/img/menu_lifestage_img03.png?_rev=001);
}

.Lifestage__header--type04::before {
  width: 171px;
  height: 110px;
  background-image: url(/lifestage/pc/img/menu_lifestage_img04.png?_rev=001);
}

.Lifestage-content {
  padding: 50px 78px 0;
  background: #fefffd;
  border: 1px solid #bbb;
  border-top: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 6px 0 #00000014;
}

.Lifestage-content__txt {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.Lifestage-content-ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.Lifestage-content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0 55px;
}

.Lifestage-content-list-item {
  width: 425px;
  border: 1px solid #bbb;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}

.Lifestage-content-list-item__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}

.Lifestage-content-list-item__ttl--ico {
  padding: 0 10px;
  margin: 0;
}

.Lifestage-content-list-item-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 30px 30px;
}

.Lifestage-content-list-item-body__img {
  width: 365px;
  padding-top: 20px;
  margin: 0;
  text-align: center;
  border-top: 1px solid #bbb;
}

.Lifestage-content-list-item-body__img img {
  max-width: 100%;
}

.Lifestage-content-list-item-body__ttl {
  min-height: 54px;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}

.Tab-radio04 .Lifestage-content-list-item-body__ttl {
  min-height: 0;
}

.Lifestage-content-list-item-body__ttl--dot {
  top: -5px;
  font-size: 18px;
}

.Lifestage-content-list-item-body__txt {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.Lifestage-content-list-item-body__txt--note {
  display: block;
  margin-top: 16px;
  font-size: 12px;
}

.Lifestage-content-point {
  position: relative;
  width: 578px;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #f03;
  border-radius: 12px;
}

.Lifestage-content-point__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  width: fit-content;
  padding: 6px 16px 8px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #f03;
  border-radius: 99px;
  transform: translate(-50%, -50%);
}

.Lifestage-content-point__ttl::after {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-top: 16px solid #f03;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  transform: translateX(-50%);
}

.Lifestage-content-point__detail {
  position: relative;
  padding: 30px 30px 20px 126px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

.Tab-radio01 .Lifestage-content-point__detail {
  padding: 51px 30px 41px 126px;
  line-height: 1.5;
}

.Lifestage-content-point__detail::before {
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-block;
  width: 72px;
  height: 96px;
  margin-right: 20px;
  content: '';
  background-image: url(/lifestage/pc/img/lifestage_content_img_point01.png?_rev=001);
  background-repeat: no-repeat;
  background-size: contain;
}

.Lifestage .Lifestage-content-point__detail--highlight {
  padding: 0;
  font-weight: bold;
  background: linear-gradient(
    to bottom,
    transparent 60%,
    #ff0 60%,
    #ff0 80%,
    transparent 80%
  );
}

.Lifestage-content-point__detail--highlight::before {
  content: none;
}

.Lifestage-content-arw {
  width: 0;
  height: 0;
  margin: 40px auto;
  border-color: #f29802 transparent;
  border-style: solid;
  border-width: 50px 108px 0;
}

.Lifestage-content-product {
  display: flex;
  justify-content: space-between;
  margin: 25px 70px 56px;
}

.Tab-cont .Lifestage-content-product {
  gap: 8px;
  margin-top: 52px;
}

.Lifestage-content-product-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 140px;
  padding: 13px 56px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border: 2px solid;
  border-radius: 5px;
}

.Lifestage-content-product-item img {
  width: 128px;
  height: 115px;
}

.Lifestage-content-product-item--disability {
  border-color: #1d59be;
}

.Lifestage-content-product-item--medical {
  border-color: #f27b22;
}

.Lifestage-content-product-item--medical img {
  width: 120px;
  height: 107px;
}

.Lifestage-content-product-item--medicalwomen {
  padding: 18px 45px;
  border-color: #f05187;
}

.Lifestage-content-product-item--medicalwomen img {
  width: 148px;
  height: auto;
}

.Lifestage-content-product-item--termmedical {
  border-color: #dea520;
}

.Lifestage-content-product-item--termmedicalwomen {
  padding: 9px 60px;
  border-color: #df2e86;
}

.Lifestage-content-product-item--termmedicalwomen img {
  width: 120px;
  height: 121px;
}

.Lifestage-content-product-item--life {
  border-color: #92b729;
}

.Lifestage-content-product-item::before {
  position: absolute;
  top: 15px;
  left: 50%;
  display: inline-block;
  width: 60px;
  height: 62px;
  margin-left: -27px;
  content: '';
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.Lifestage-content-example {
  display: flex;
  gap: 9px;
  justify-content: space-between;
  margin-bottom: 40px;
  counter-reset: example-count;
}

.Lifestage-content-example-item {
  width: calc(100% / 3);
}

.Lifestage-content-example-item__ttl {
  padding: 20px 17px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 8px 8px 0 0;
}

.Lifestage-content-example-item--medical
  .Lifestage-content-example-item__ttl::before {
  color: #f27b22;
}

.Lifestage-content-example-item--medical .Lifestage-content-example-item__ttl {
  background-color: #f27b22;
}

.Lifestage-content-example-item--medicalwomen
  .Lifestage-content-example-item__ttl::before {
  color: #f05187;
}

.Lifestage-content-example-item--medicalwomen
  .Lifestage-content-example-item__ttl {
  background-color: #f05187;
}

.Lifestage-content-example-item--disability
  .Lifestage-content-example-item__ttl::before {
  color: #1d59be;
}

.Lifestage-content-example-item--disability
  .Lifestage-content-example-item__ttl {
  background-color: #1d59be;
}

.Lifestage-content-example-item--termmedical
  .Lifestage-content-example-item__ttl::before {
  color: #dea520;
}

.Lifestage-content-example-item--termmedical
  .Lifestage-content-example-item__ttl {
  background-color: #dea520;
}

.Lifestage-content-example-item--termmedicalwomen
  .Lifestage-content-example-item__ttl::before {
  color: #df2e86;
}

.Lifestage-content-example-item--termmedicalwomen
  .Lifestage-content-example-item__ttl {
  background-color: #df2e86;
}

.Lifestage-content-example-item--life
  .Lifestage-content-example-item__ttl::before {
  color: #92b729;
}

.Lifestage-content-example-item--life .Lifestage-content-example-item__ttl {
  background-color: #92b729;
}

.Lifestage-content-example-item-inner {
  padding: 16px 16px 0;
  border: 2px solid #c6c6c6;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.Lifestage-content-example-item--life .Lifestage-content-example-item-inner {
  border-color: #92b729;
}

.Lifestage-content-example-item--disability
  .Lifestage-content-example-item-inner {
  border-color: #1d59be;
}

.Lifestage-content-example-item--termmedical
  .Lifestage-content-example-item-inner {
  border-color: #dea520;
}

.Lifestage-content-example-item--termmedicalwomen
  .Lifestage-content-example-item-inner {
  border-color: #df2e86;
}

.Lifestage-content-example-item--medical .Lifestage-content-example-item-inner {
  border-color: #f27b22;
}

.Lifestage-content-example-item--medicalwomen
  .Lifestage-content-example-item-inner {
  border-color: #f05187;
}

.Lifestage-content-example-item-inner__img {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.Lifestage-content-example-item-inner__img img {
  max-width: 177px;
  height: 42px;
  object-fit: contain;
}

.Lifestage-content-example-item-inner__txt {
  min-height: 63px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.Tab-cont__item--tab02 .Lifestage-content-example-item-inner__txt {
  min-height: 84px;
}

.Lifestage-content-example--seniorwomen
  .Lifestage-content-example-item-inner__txt {
  min-height: 63px;
}

.Lifestage-content-example-item-inner__link,
.Lifestage-content-example-item-inner__link:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #096fc8;
  text-decoration: underline;
  letter-spacing: 0;
  white-space: nowrap;
}

.Lifestage-content-example-item-inner__link img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}

.Lifestage-content-example-item-inner-star {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.Lifestage-content-example-item-inner-star__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 24px;
  margin-bottom: 0;
  text-align: center;
  background: #fff;
}

.Lifestage-content-example-item-inner-star__img img {
  max-width: 124px;
}

.Lifestage-content-example-item-inner-comment {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  background-color: #f4f4f4;
  border-radius: 6px;
}

.Lifestage-content-example-item-inner-comment__txt {
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: #333;
  letter-spacing: 0;
}

.Lifestage-content-example-item-inner-comment__img {
  margin: 21px 10px;
  background-color: #fff;
  border-radius: 50%;
}

.Lifestage-content-cate {
  display: flex;
  margin-top: 40px;
}

.Lifestage-content-cate-item {
  flex: 1;
  height: 62px;
  text-align: center;
}

.Lifestage-content-cate-item__btn {
  display: block;
  width: 100%;
  height: 62px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #777;
  letter-spacing: 0;
  background: #efefef;
  border: none;
}

.Tab-themas {
  overflow: visible;
}

.Lifestage-content-cate-item__btn[data-state='true'] {
  color: #fff;
}

.Lifestage-content-cate-item__btn--male[data-state='true'],
.Lifestage-content-cate-item__btn--female[data-state='true'] {
  position: relative;
  background: #26cce5;
}

.Lifestage-content-cate-item__btn--male[data-state='true']::after,
.Lifestage-content-cate-item__btn--female[data-state='true']::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  content: '';
  border-color: #26cce5 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 0;
  transform: translateX(-50%);
}

.Lifestage-content-cate-item__btn--female[data-state='true'] {
  background: #fc93a1;
}

.Lifestage-content-cate-item__btn--female[data-state='true']::after {
  border-color: #fc93a1 transparent transparent;
}

/* END: Lifestage */

/* Card-life */

.Card-life {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 260px;
  padding-bottom: 36px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3b5e10;
  letter-spacing: normal;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 27px;
  border: 1px solid #bbb;
  border-radius: 8px;
  box-shadow: 2px 2px 4px 0 rgba(66, 64, 65, 0.2);
}

.Card-life::before {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  content: '';
  border-top: 11px solid #3b5e10;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.Card-life:hover {
  text-decoration: underline;
}

.Card-life__check {
  display: none;
}

.Card-life__check--type01:checked ~ .Page-head .Card-life--type01,
.Card-life__check--type02:checked ~ .Page-head .Card-life--type02,
.Card-life__check--type03:checked ~ .Page-head .Card-life--type03,
.Card-life__check--type04:checked ~ .Page-head .Card-life--type04 {
  top: -1px;
  height: 262px;
  border: 2px solid #588310;
}

.Tab-radio-cont {
  padding-bottom: 60px;
  background-color: #fbffef;
}

.Card-life__check--type01:checked ~ .Tab-radio-cont .Tab-radio01,
.Card-life__check--type02:checked ~ .Tab-radio-cont .Tab-radio02,
.Card-life__check--type03:checked ~ .Tab-radio-cont .Tab-radio03,
.Card-life__check--type04:checked ~ .Tab-radio-cont .Tab-radio04 {
  display: block;
}

/* END: Card-life */

/* Product-area */

.Products-area {
  margin-top: 0;
}

/* END: Product-area */

.tingle-modal-box {
  width: 100%;
  max-width: 744px;
  height: 80%;
  max-height: 80%;
  border-radius: 8px;
}
