@charset "utf-8";

.theme-mobile.theme-general .l-article .fl-wrapper-tokucho h1 {
  margin: 10vw auto;
  padding: 0 !important;
  font-size: 4.8vw;
  font-weight: 600;
  color: #23366F;
  text-align: center;
  background: none;
}
.fl-wrapper-tokucho h1 span:not(.fl-font-two) {
  font-size: 4vw;
  font-weight: 400;
}
.fl-wrapper-tokucho .sup {
  font-size: 0.6em;
  vertical-align: super;
}
@media screen and (min-width: 1250px) {.sp {display:none;}}

@media screen and (min-width: 768px) {
  .fl-wrapper-tokucho h1 {
    margin: 90px auto;
    font-size: 36px;
    font-weight: 600;
    color: #23366F;
    text-align: center;
  }
  .fl-wrapper-tokucho h1 span:not(.fl-font-two) {
    font-size: 30px;
  }  
}

.fl-tokucho-point {
  width: 100%;
  border-bottom: solid 1px #23366F;
}
.fl-wrapper-tokucho section.fl-tokucho-point:first-of-type {
  border-top: solid 1px #23366F;
} 
.fl-tokucho-point .fl-tokucho-title {
  position: relative;
  width: 100%;
  padding: 10.666666667vw 0 10.666666667vw 30.666666667vw;
  text-align: left;
  color: #23366F;
  background-color: #DDE4E3;
}
.fl-tokucho-title__point {
  line-height: 1;
  font-size: 5.6vw;
  font-weight: 600;
}
.fl-tokucho-point .fl-tokucho-title::before,
.fl-tokucho-point .fl-tokucho-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 5.333333333vw;
  height: 2px;
  border-radius: 1px;
  background-color: #23366F;
  right: 50px;
  top: 14.666666667vw;
}
.fl-tokucho-point .fl-tokucho-title::after {
  transition: rotate 0.2s;
  rotate: 90deg;
}
.fl-tokucho-point .fl-tokucho-title.is-open::after {
  rotate: 0deg;
}

.fl-tokucho-title h3 {
  position: static;
  margin-top: 2.666666667vw !important;
  margin-bottom: 0 !important;
  font-size: 5.333333333vw;
  font-weight: 600;
}
.fl-tokucho-04 .fl-tokucho-title h3 {
  margin-left: -1.333333333vw;
}
.fl-tokucho-title h3 span {
  font-size: 4.266666667vw;
}
.fl-tokucho-title h3::before {
  display: none;
}
.fl-tokucho-title h3::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 7.466666667vw;
  top: 10.4vw;
  width: 17.912vw;
  height: 17.912vw;
  background: no-repeat center/contain transparent;
}
.fl-tokucho-01 .fl-tokucho-title h3::after {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_point01.svg');
}
.fl-tokucho-02 .fl-tokucho-title h3::after {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_point02.svg');
}
.fl-tokucho-03 .fl-tokucho-title h3::after {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_point03.svg');
}
.fl-tokucho-04 .fl-tokucho-title h3::after {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_point04.svg');
}

.fl-tokucho-content {
}
.fl-tokucho-content .fl-tokucho-content__inner {
  margin: 6.0vw auto;
  width: 85.333333333vw;
}
.fl-tokucho-content__inner > p {
  margin: 0;
  font-size: 3.733333333vw;
  line-height: 2em;
  font-weight: 600;
}
.fl-tokucho-content__inner > p strong {
  font-size: 4.266666667vw;
  font-weight: 600;
  color: #2167AE;
}

.fl-tokucho-content__inner > p.note {
  margin-top: 6vw;
  font-size: 2.933333333vw;
  font-weight: 300;
}
.fl-tokucho-content__inner > p.note a {
  font-size: 3.2vw;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.fl-tokucho-02 .fl-type {
  margin-top: 8.266666667vw;
  width: 100%;
  padding: 5.333333333vw 0 8.666666667vw;
  border-radius: 1.066666667vw;
  background-color: #FFFFFF;
  border: solid 1px #23366F;
}
.fl-tokucho-02 .fl-type h4 {
  position: relative;
  display: inline-block;
  margin-top: 0 !important;
  padding-left: 5.333333333vw;
  font-size: 4.8vw;
  font-weight: 600;
  color: #23366F;
}
.fl-tokucho-02 .fl-type h4::before,
.fl-tokucho-02 .fl-type h4::after {
  position: absolute;
  display: block;
  content: "";
  top: 47%;
  right: -1em;
  left: auto;
  width: 3.2vw;
  height: .266666667vw;
  border-radius: .266666667vw;
  background-color: #23366F;
  transform-origin: right center;
}
.fl-tokucho-02 .fl-type h4::before {
  transform: rotate(40deg);
}
.fl-tokucho-02 .fl-type h4::after {
  transform: rotate(-40deg);
}
.fl-tokucho-02 .fl-type-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6.0vw 0;
  margin-top: 6.666666667vw;
  padding: 0;
}
.fl-tokucho-02 .fl-type-list li {
  place-content: center;
  width: 27.466666667vw;
  height: 25.6vw;
  padding-top: 14.666666667vw;
  font-size: 3vw;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  background: no-repeat center top/12.0vw 12.0vw;
}
.fl-tokucho-02 .fl-type-list li .fl-txt-serif {
  font-family: "Hiragino Mincho ProN",YuMincho,serif;
  font-weight: 600;
}
.fl-type-list li:nth-child(1) {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_icon_type01.svg');
}
.fl-type-list li:nth-child(2) {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_icon_type02.svg');
}
.fl-type-list li:nth-child(3) {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_icon_type03.svg');
}
.fl-type-list li:nth-child(4) {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_icon_type04.svg');
}
.fl-type-list li:nth-child(5) {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_icon_type05.svg');
}
.fl-type-list li:nth-child(6) {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_icon_type06.svg');
}
.fl-type-list li:nth-child(7) {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_icon_type07.svg');
}
.fl-type-list li:nth-child(8) {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_icon_type08.svg');
}
.fl-type-list li:nth-child(9) {
  background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_icon_type09.svg');
}

.fl-tokucho-03 .fl-tokucho-content__inner {
  margin-bottom: 0;
}
.fl-tokucho-03 .fl-image {
  position: relative;
  margin-top: 8.0vw;
  margin-left: -7.466666667vw;
  padding: 8.0vw 7.466666667vw;
  width: 100vw;
  background-color: #F5F5F5;
}
.fl-tokucho-03 .fl-image h4 {
  display: inline-block;
  padding: 0 2.666666667vw;
  height: 6.4vw;
  margin: 0;
  font-size: 3.2vw;
  line-height: 6.4vw;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 1.066666667vw;
  background-color: #23366F;
}
.fl-tokucho-03 .fl-image h4::before {
  display: none;
}
.fl-tokucho-03 .fl-image img {
  margin-top: 5.333333333vw;
  margin-bottom: 5.333333333vw;
  width: 85.066666667vw;
  height: 116.418666667vw;
}


.fl-option-flex{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fl-tokucho-04 .fl-option-text01 {
  position: relative;
  margin: 0 auto 10.133333333vw;
  padding-top: 5.333333333vw;
  width: 66.666666667vw;
  height: 34.666666667vw;
  font-size: 4.266666667vw;
  line-height: 1.5;
  text-align: center;
  color: #1A1311;
  border-top: solid .533333333vw #8E6BCF;
  border-left: solid .533333333vw #8E6BCF;
  border-right: solid .533333333vw #8E6BCF;
}
.fl-tokucho-04 .fl-option-text01 strong {
  margin-top: 2.666666667vw;
  font-size: 6.933333333vw;
  font-weight: 700;
}
.fl-tokucho-04 .fl-option-text01::before,
.fl-tokucho-04 .fl-option-text01::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10.133333333vw;
  width: .533333333vw;
  height: 34.666666667vw;
  background-color: #8E6BCF;
}
.fl-tokucho-04 .fl-option-text01::before {
  transform-origin: bottom center;
  transform: translateX(-50%) rotate(-73deg);
}
.fl-tokucho-04 .fl-option-text01::after {
  transform-origin: bottom center;
  transform: translateX(-50%) rotate(73deg);
}
.fl-tokucho-04 .block {
  display: none;
}
.fl-tokucho-04 .fl-option-text02 {
  position: relative;
  display: grid;
  place-content: center;
  margin-top: 4.0vw;
  width: 55.2vw;
  height: 20.8vw;
  font-size: 4.8vw;
  line-height: 1.33;
  font-weight: 700;
  text-align: center;
  color: #1A1311;
  border-radius: 2.133333333vw;
  border: solid .533333333vw #8E6BCF;
}
.fl-tokucho-04 .fl-option-text02::before {
  content: "";
  position: absolute;
  display: block;
  top: -4.533333333vw;
  left: -5.866666667vw;
  width: 16.92vw;
  height: 16.069333333vw;
  background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_option01.svg') no-repeat center/contain;
}
.fl-tokucho-04 .fl-image {
  position: relative;
  margin-top: 8.0vw;
  margin-left: -7.466666667vw;
  padding: 8.0vw 7.466666667vw;
  width: 100vw;
  background-color: #F5F5F5;
}
.fl-tokucho-04 .fl-image h4 {
  display: inline-block;
  padding: 0 2.666666667vw;
  height: 6.4vw;
  margin: 0;
  font-size: 3.2vw;
  line-height: 6.4vw;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 1.066666667vw;
  background-color: #23366F;
}
.fl-tokucho-04 .fl-image h4::before {
  display: none;
}
.fl-tokucho-04 .fl-image img {
  margin-top: 5.333333333vw;
  margin-bottom: 5.333333333vw;
  width: 85.066666667vw;
  height: 67.178666667vw;
}

.fl-tokucho-04 .fl-option-state {
  margin: 10.666666667vw auto 0;
  padding-bottom: 8.0vw;
  width: 85.333333333vw;
  border-radius: 2.133333333vw;
  background-color: #EEF0F1;
}
.fl-tokucho-04 .fl-option-state h4 {
  display: grid;
  place-content: center;
  height: 15.733333333vw;
  font-size: 4.266666667vw;
  font-weight: 500;
  line-height: 1.25;
  color: #FFFFFF;
  text-align: center;
  border-top-left-radius: 1.066666667vw;
  border-top-right-radius: 1.066666667vw;
  background-color: #6D6BCF;
}
.fl-tokucho-04 .fl-option-state > p {
  margin: 6.0vw 5.333333333vw 6.666666667vw;
  font-size: 3.733333333vw;
  line-height: 1.4;
}
.fl-tokucho-04 .fl-state-list .fl-txt-2c {
  letter-spacing: 0.5em;
}
.fl-tokucho-04 .fl-state-list > dt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding-left: 5.333333333vw;
  height: 8.0vw;
  line-height: 8.0vw;
  font-size: 4.266666667vw;
  font-weight: 500;
  color: #FFFFFF;
}
.fl-tokucho-04 .fl-state-list > dt.fl-state-purple {
  background-color: #6D6BCF;
}
.fl-tokucho-04 .fl-state-list > dt.fl-state-blue {
  background-color: #1FB1E6;
}
.fl-tokucho-04 .fl-state-list > dt.fl-state-pink {
  background-color: #E18EBA;
}
.fl-tokucho-04 .fl-state-list > dt div {
  display: flex;
  text-align: right;
  margin: 0;
  margin-right: 2.666666667vw;
}
.fl-tokucho-04 .fl-state-list > dt div span {
  width: 5.066666667vw;
  line-height: 5.066666667vw;
  font-size: 3.733333333vw;
  font-family: "Meiryo", "ゴシックMB101 L", "Gothic MB101 Light", serif;
  color: #434343;
  background-color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  margin-left: 1.066666667vw;
}
.fl-tokucho-04 .fl-state-list > dd {
  padding: 2.666666667vw 3.733333333vw 8.0vw;
}
.fl-tokucho-04 .fl-state-list > dd:last-child {
  border: none;
}
.fl-tokucho-04 .fl-state-list > dd dl {
}
.fl-tokucho-04 .fl-state-list > dd p {
  font-size: 3.733333333vw;
  font-weight: 500;
  color: #434343;
}
.fl-tokucho-04 .fl-state-list > dd p.box {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 2.666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.545;
  color: #FFFFFF;
  background-color: #6D6BCF;
  border-radius: .757333333vw;
}
.fl-tokucho-04 .fl-state-list > dd p.box_white {
  margin-left: 0;
  color: #434343;
  background-color: #FFFFFF;
  border: solid 2px #6D6BCF;
}
.fl-tokucho-04 .fl-state-list > dd p.ind_1em {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 0;
}
.fl-tokucho-04 .fl-state-list > dd dl dt .small{
  font-size: 3.2vw;
  color: #434343;
}
.fl-tokucho-04 .fl-state-list > dd dl dd {
  margin-top: 2.133333333vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
}
.fl-tokucho-04 p.fl-option-comment {
  display: block;
  margin: 0 auto 8.533333333vw;
  width: 53.6vw;
  padding: 4.266666667vw 8.0vw 37.333333333vw;
  font-size: 3.2vw;
  line-height: 1.6;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_sp_2607/bg_option_comment.svg) no-repeat center top/contain;
}
.fl-tokucho-04 .fl-option-comment + .fl-note-list {
  margin: 5.333333333vw 5.333333333vw 0;
}


.fl-towa {
  margin: 10.0vw auto;
  display: grid;
  padding: 5.333333333vw;
  grid-template-rows: 50px 1fr;
  background-color: #F5F5F5;
  width: 85.333333333vw;
}
.fl-towa h2.towa-ttl {
  width: 100%;
  font-size: 2.3rem;
  font-weight: 600;
  place-self: center start;
  color: #23366F;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fl-towa .towa-txt {
  line-height: 1.66;
  font-size: 3.2vw;
  line-height: 2;
}


@media screen and (min-width: 768px) {
  .fl-tokucho-point {
    border-bottom: solid 2px #23366F;
  }
  .fl-wrapper-tokucho section.fl-tokucho-point:first-of-type {
    border-top: solid 2px #23366F;
  }
  .fl-tokucho-point .fl-tokucho-title {
    padding: 80px 100px 80px 280px;
  }
  .fl-tokucho-title__point {
    font-size: 46px;
  }
  .fl-tokucho-point .fl-tokucho-title::before,
  .fl-tokucho-point .fl-tokucho-title::after {
    width: 30px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
  }
  .fl-tokucho-title h3 {
    position: initial;
    margin-top: 14px !important;
    font-size: 46px;
  }
  .fl-tokucho-title h3 span {
    font-size: 33px;
  }
  .fl-tokucho-title h3::after {
    left: 100px;
    top: 80px;
    width: 140px;
    height: 140px;
  }
  .fl-tokucho-content .fl-simu-link {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .fl-tokucho-content .fl-tokucho-content__inner {
    margin: 50px auto;
    width: 1000px;
  }
  .fl-tokucho-content__inner > p {
    font-size: 24px;
  }
  .fl-tokucho-content__inner > p strong {
    font-size: 26px;
  }

  .fl-tokucho-content__inner > p.note {
    margin-top: 22px;
    font-size: 16px;
  }
  .fl-tokucho-content__inner > p.note a {
    font-size: 17px;
  }

  .fl-tokucho-02 .fl-type {
    margin-top: 65px;
    padding: 37.5px 100px 41px;
    border-radius: 4px;
  }
  .fl-tokucho-02 .fl-type h4 {
    padding-left: 0;
    font-size: 26px;
  }
  .fl-tokucho-02 .fl-type h4::before,
  .fl-tokucho-02 .fl-type h4::after {
    top: 0.6em;
    width: 15px;
    height: 2px;
    border-radius: 1px;
  }
  .fl-tokucho-02 .fl-type-list {
    width: 780px;
    gap: 38px 0;
    margin: 26px auto 0;
  }
  .fl-tokucho-02 .fl-type-list::after {
    content: "";
    position: relative;
    display: block;
    width: 156px;;
  }
  .fl-tokucho-02 .fl-type-list li {
    width: 156px;
    height: 143px;
    padding-top: 83px;
    font-size: 18px;
    line-height: 1.5;
    background-size:72px 72px;
  }

  .fl-tokucho-03 .fl-image {
    margin-top: 55px;
    margin-left: -100px;
    padding: 60px 100px;
    width: 1200px;
  }
  .fl-tokucho-03 .fl-image h4 {
    padding: 0 18px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    border-radius: 4px;
  }
  .fl-tokucho-03 .fl-image img {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 1000px;
    height: 482px;
  }

  .fl-option-flex{
    display: flex;
  flex-direction: row;
    justify-content: center;
  }
  .fl-tokucho-04 .fl-tokucho-content__inner {
    margin-top: 80px;
    margin-bottom: 0;
  }
  .fl-tokucho-04 .fl-tokucho-title h3::after {
    bottom: 2.8em;
  }

  .fl-tokucho-04 .fl-option-text01 {
    margin: 0;
    margin-right: 78px;
    padding-top: 30px;
    padding-left: 30px;
    width: 365px;
    height: 235px;
    font-size: 24px;
    line-height: 1.5em;
    border-top: solid 4px #8E6BCF;
    border-left: solid 4px #8E6BCF;
    border-bottom: solid 4px #8E6BCF;
    border-right: none;
  }
  .fl-tokucho-04 .fl-option-text01 strong {
    display: block;
    margin-top: 15px;
    font-size: 42px;
  }
  .fl-tokucho-04 .fl-option-text01::before,
  .fl-tokucho-04 .fl-option-text01::after {
    left: 438px;
    top: 50%;
    width: 140px;
    height: 4px;
  }
  .fl-tokucho-04 .fl-option-text01::before {
    transform-origin: center left;
    transform: translateY(-50%) rotate(124deg);
  }
  .fl-tokucho-04 .fl-option-text01::after {
    transform-origin: center left;
    transform: translateY(-50%) rotate(-124deg);
  }
  .fl-tokucho-04 .block {
    display: none;
  }
  .fl-tokucho-04 .fl-option-text02 {
    margin-top: 65px;
    margin-left: 50px;
    margin-right: 0;
    width: 390px;
    height: 137px;
    font-size: 34px;
    border-radius: 8px;
    border: solid 4px #8E6BCF;
  }
  .fl-tokucho-04 .fl-option-text02::before {
    top: -100px;
    left: -47px;
    width: 153.27px;
    height: 145.58px;
  }
  .fl-tokucho-04 .fl-image {
    margin-top: 55px;
    margin-left: -100px;
    padding: 60px 100px;
    width: 1200px;
  }
  .fl-tokucho-04 .fl-image h4 {
    padding: 0 18px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    border-radius: 4px;
  }
  .fl-tokucho-04 .fl-image img {
    margin: 28px auto 60px;
    width: 736.58px;
    height: 567.5px;
  }
  
  .fl-tokucho-04 .fl-option-state {
    margin: 60px -100px 0;
    padding-bottom: 40px;
    width: 1200px;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .fl-tokucho-04 .fl-option-state h4 {
    margin: 0;
    height: 130px;
    font-size: 38px;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .fl-tokucho-04 .fl-option-state > p {
    margin: 43px 50px 46px;
    font-size: 26px;
    line-height: 1.4;
  }
  .fl-tokucho-04 .fl-state-list > dt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding-left: 50px;
    height: 50px;
    line-height: 1.6;
  }
  .fl-tokucho-04 .fl-state-list > dt > p {
    font-size: 30px;
  }
  .fl-tokucho-04 .fl-state-list > dt div {
    display: flex;
    text-align: right;
    margin: 0;
    margin-right: 50px;
  }
  .fl-tokucho-04 .fl-state-list > dt div span {
    width: 35px;
    line-height: 35px;
    font-size: 26px;
    color: #434343;
    background-color: #FFFFFF;
    border-radius: 18px;
    text-align: center;
    margin-left: 9px;
  }
  .fl-tokucho-04 .fl-state-list > dd {
    padding: 30px 50px 45px;
  }
  .fl-tokucho-04 .fl-state-list > dd dl {
    margin: 25px 50px 0;
  }
  .fl-tokucho-04 .fl-state-list > dd p {
    font-size: 22px;
    line-height: 1.36;
    font-weight: 500;
  }
  .fl-tokucho-04 .fl-state-list > dd p.box {
    margin-left: 0;
    margin-bottom: 0;
    padding: 2px 25px 0;
    font-size: 24px;
    line-height: 1.6;
    border-radius: 2.8px;
  }
.fl-tokucho-04 .fl-state-list > dd p.box_white {
    border: solid 1px #6D6BCF;
  }
  .fl-tokucho-04 .fl-state-list > dd dl dt .small{
    font-size: 25px;
  }
  .fl-tokucho-04 p.fl-option-comment {
    display: block;
    margin: 26px auto 81px;
    width: 763px;
    height: 201px;
    padding: 32px 0 32px 380px;
    font-size: 28px;
    line-height: 1.8;
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/bg_option_comment.svg) no-repeat center top/contain;
  }
  .fl-tokucho-04 .fl-note-list {
    margin: 35px 80px 0;
  }
  .fl-tokucho-04 + .fl-simu-link {
      margin-top: 80px;
      margin-bottom: 100px;
  }
  .fl-towa { 
    display: grid;
    width: 100%; 
    height: auto;
    margin: 80px auto 0;
    padding: 44px 41px 30px 0px;
    grid-template-columns: 390px 1fr;
    grid-template-rows: 1fr;
    background-color: #F5F5F5;
  }
  .fl-towa h2.towa-ttl {
    width: 100%;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    color: #23366F;
    border-radius: 4px;
    margin: 0;
    padding: 0;
  }
  .fl-towa .towa-txt {  
    font-size: 2.4rem;
    line-height: 1.9;
  }
}



.fl-section {
  width: 96vw;
  margin: auto;
}
.tp-section-title h2.tp-section-title__h2,
.tp-foot-anchor h2.tp-foot-anchor__h2 {
  line-height: 1.2;
}

.tp-section-container {
  width: 94vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tp-section-container {
    width: 100%;
    margin-bottom: 60px;
  }
}


/*=================20240215-フッター共通化=================== */

.fl-text-left {text-align:left!important;}

.fl-color-blue {
  color: #004ea2;
}

.fl-mt-10 {margin-top: 10px;}
.fl-mt-20 {margin-top: 20px;}
.fl-mt-30 {margin-top: 30px;}
.fl-mt-60 {margin-top: 60px;}
.fl-mb-10 {margin-bottom: 10px;}
.fl-mb-20 {margin-bottom: 20px;}
.fl-mb-30 {margin-bottom: 30px;}
.fl-ml-30 {margin-left: 30px;}
.fl-ml-60 {margin-left: 60px;}
.fl-mr-90 {margin-right: 90px;}
.fl-mr-120 {margin-right: 120px;}
.fl-p-10 {padding: 10px;}
.fl-p-20 {padding: 20px;}
.fl-pt-0 {padding-top: 0!important;}
.fl-pt-20 {padding-top: 20px;}
.fl-pt-30 {padding-top: 30px;}
.fl-pb-0 {padding-bottom: 0!important;}
.fl-pb-20 {padding-bottom: 20px;}
.fl-pb-30 {padding-bottom: 30px;}
.fl-pl-20 {padding-left: 20px;}
.fl-pw-30-20 {padding: 30px 20px;}

.fl-mt-0  {margin-top: 0!important;}
.fl-mt-3vw  {margin-top: 3vw;}
.fl-mt-5vw  {margin-top: 5vw;}
.fl-mt-10vw {margin-top: 10vw;}
.fl-mt-20vw {margin-top: 20vw;}
.fl-mt-30vw {margin-top: 30vw;}
.fl-mb-0 {margin-bottom: 0!important;}
.fl-mb-1vw {margin-bottom: 1vw;}
.fl-mb-3vw {margin-bottom: 3vw;}
.fl-mb-5vw {margin-bottom: 5vw;}
.fl-mb-10vw {margin-bottom: 10vw;}
.fl-mb-20vw {margin-bottom: 20vw;}
.fl-mb-30vw {margin-bottom: 30vw;}

.fl-pt-3vw  {padding-top: 3vw;}
.fl-pt-5vw  {padding-top: 5vw;}
.fl-pt-10vw {padding-top: 10vw;}
.fl-pb-3vw  {padding-bottom: 3vw;}
.fl-pb-5vw  {padding-bottom: 5vw;}
.fl-pb-10vw {padding-bottom: 10vw;}

.fl-pl-3vw {padding-left: 3vw;}


.fl-pw-3vw {padding: 3vw;}

.fl-p-2vw {padding: 2vw}
.fl-p-4vw {padding: 4vw}

.fl-txt-24 {font-size:2.23rem;}

.fl-cap ,.fl-cap-l-ast, .fl-cap-l-ast2, .fl-cap-c {font-size:0.9rem;line-height:1.2rem;}
.fl-cap-l-ast  {margin-left: 1em;text-indent: -1em;}
.fl-cap-l-ast2 {margin-left: 2em;text-indent: -2em;}
.fl-cap-l-ast3 {padding-left: 3em;text-indent: -3em;}

.fl-cap-c {text-align:center;}
.fl-foot-anchor {
  display: flex;
  flex-wrap: wrap;
  font-feature-settings: "palt";
  height: 23.2vw;
  overflow: hidden;
}


.fl-foot-anchor h2.fl-foot-anchor__h2 {
  text-align: left;
  padding: 0;
  margin: 0;
}

.fl-foot-anchor button span {
  color: #000;
  font-size: 3.8vw;
  line-height: 4.5vw;
}

.fl-foot-anchor button strong {
  color: #004ea2;;
  font-size: 4.8vw;
  text-align: left;
}

.fl-foot-anchor__section:not(:last-child) {
  margin-bottom: 8px;
}


.fl-foot-anchor button {
  width: 100%;
  border: 4px solid #dbdbdb;
  border-radius: 3vw;
  background-color: #fff;
  margin: 4vw 4vw 0;
  transition: 0.25s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-feature-settings: "palt";
  border-bottom: none;
  height: 21.333333333vw;
}

.fl-foot-anchor button img {
  width: 25%;
  height: auto;
  position: relative;
  top: -3.5vw;
  left: -2vw;
}

.fl-foot-anchor__section {
  background: #EEF0F1;
  border: 3px solid #2167ae;
  border-radius: 7px;
}

.fl-foot-anchor__trg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 18vw;
  padding: 5px 60px 5px 8px;
  text-align: left;
  margin-bottom: 0;
  font-feature-settings: "palt";
}

.fl-foot-anchor__trg::after {
  content: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_sp_2607/tp-icon-r-p.svg);
  transform: scale(0.6);
  display: block;
  position: absolute;
  top: calc(50% - 2.4rem);
  font-size: 2rem;
  right: 10px;
  width: 40px;
  text-align: center;
  height: 4rem;
  line-height: 4rem;
  transition: 0.4s;
}

.fl-foot-anchor__trg.is-opend::after {
  content: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_sp_2607/tp-icon-r-m.svg);
}

@media screen and (min-width:1250px) {
  .fl-foot-anchor {
    height: 172px;
  }
  
  .fl-foot-anchor h2.fl-foot-anchor__h2 {
    text-align: left;
    padding: 0;
    margin: 0;
  }
  
  .fl-foot-anchor button span {
    color: #000;
    font-size: 33px;
    line-height: 1.5;
  }
  
  .fl-foot-anchor button strong {
    font-size: 44px;
  }
  
  .fl-foot-anchor__section {
    width: 1200px;
  }
  .fl-foot-anchor__section:not(:last-child) {
    margin-bottom: 8px;
  }
  
  
  .fl-foot-anchor button {
    width: 784px;
    height: 180px;
    border: 6px solid #dbdbdb;
    border-radius: 10px;
    margin: 20px auto;
    line-height: 37px;
  }
  
  .fl-foot-anchor button img {
    width: 195px;
    top: -17px;
    left: -15px;
  }
  
  .fl-foot-anchor__trg::after {
    content: "+";
    top: calc(50% - 2rem);
    font-size: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: 0.4s;
    transform: none;
  }
  .fl-foot-anchor__trg.is-opend::after {
    content: "ー";
  }
}


.point-accordion-wrap {
    width: 90.133333333vw;
    margin: 8.266666667vw calc(50% - 45.06666666vw);
}

.fl-btn-blue-accordion {
    position: relative;
    width: 100%;
    padding: 2.4vw 2.4vw 2.4vw 10.666666667vw;
    text-align: left;
    border: .266666667vw solid #004ea2;
    font-size: 3.333333333vw;
    background: #FFFFFF;
}
.fl-btn-blue-accordion strong {
    color: #004ea2;
    font-weight: bold;
}
.fl-btn-blue-accordion::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.866666667vw;
    transform: translateY(-50%);
    width: 6.170666667vw;
    height: 6.170666667vw;
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/icon_help_blue.svg) no-repeat center center / contain;
}

.fl-btn-blue-accordion::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.933333333vw;
    transform-origin: 60% 40%;
    width: 3.2vw;
    height: 3.2vw;
    transform: translateY(-50%) rotate(135deg);
    transition: transform 0.4s;
    border-right: .533333333vw solid #004ea2;
    border-top: .533333333vw solid #004ea2;
}
.is-open.fl-btn-blue-accordion::after {
    transform: translateY(-50%) rotate(315deg);
}

.fl-js-accordion__content {
    display: none;
}
.fl-accordion-content {
    border: solid 1px #2167AE;
    padding: 6.2vw 5.733333333vw;
    background: #EEF0F1;
}
.fl-accordion-content__desc {
    font-size: 3.733333333vw;
    line-height: 2;
    letter-spacing: -0.08em;
}

@media screen and (min-width: 768px) {
  .point-accordion-wrap {
    width: 1000px;
    margin: 55px auto 0;
  }
  .fl-btn-blue-accordion {
    padding: 10px 25px 10px 50px;
    border: 1px solid #2167AE;
    font-size: 16px;
  }
  .fl-btn-blue-accordion::before {
    left: 10px;
    width: 30px;
    height: 30px;
   }
  .fl-btn-blue-accordion::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform-origin: 60% 40%;
    width: 15px;
    height: 15px;
    border-width: 2px;
  }
  .fl-accordion-content {
    border: 1px solid #2167AE;
    padding: 45px 50px;
  }
  .fl-accordion-content__desc {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

/*---faq----*/

.fl-faq {margin: 8vw 0;}


.fl-faq-ttl {
  background: #004ea2;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  position: relative;
}

.fl-faq-ttl h2 {padding: 0;}



.fl-faq-ttl:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #004ea2 transparent transparent transparent;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.fl-faq-item {
  background: #EEF0F1;
  width: calc(100% - 35px);
  margin: 4vw auto 0;
}
.fl-faq-btn {
  display: block;
  width: 100%;
  padding: 8.533333333vw 6.666666667vw;
  position: relative;
}
.fl-faq-btn h3.fl-faq-q {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 3.733333333vw;
}
.fl-faq-btn h3.fl-faq-q:before {display: none;}


.fl-faq-q__icon {
  display: inline-block;
  position: static;
  width: 50px;
  margin-right: 14px;
  flex-shrink: 0;
}
.fl-faq-q__text {
  font-size: 3.2vw;
  margin: 0 auto;
  position: relative;
  text-align: center;
}


.fl-faq-btn:after {
  content: "";
  width: 3.733333333vw;
  height: 1.866666667vw;
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_icon_04.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 6.666666667vw;
  transform: translateY(-50%) rotate(180deg);
  top: calc(50%);
  transition: 0.5s;
}


.fl-faq-btn.is-open::after {
  transform: translateY(-50%) rotate(0);
}

.fl-faq-content {padding: 5px;}
.fl-faq-content__inner {
  background: #fff;
   padding: 90px 5.333333333vw 6.0vw;
}

.fl-faq-content__text {
   font-size: 3.2vw;
   line-height: 1.6;
   position: relative;
   font-feature-settings: "palt";
}
.fl-faq-content__text:before {
   content: "";
   position: absolute;
   background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/icon_answer.svg) no-repeat center center / contain;
   top: -70px;
   left: 0px;
   width: 50px;
   height: 50px;
}

.fl-faq-content__inner .fl-faq-list {
  margin-top: 5.333333333vw;
  padding: 0  5.333333333vw 0;
}
.fl-faq-content__inner .fl-faq-list li {
  font-size: 3.2vw;
  text-indent: -1.1em;
  margin-left: 1.1rem;
}
.fl-faq-content__inner .fl-faq-list.fl-faq-list__customize li  {
    list-style: disc;
    text-indent: 0em;
}
.fl-faq-content__gd {
  font-size: 3.2vw;
  padding: 0 5.333333333vw 10px;
  text-indent: -1.1em;
  margin-left: 1em;
  line-height: 1.5;
}

.fl-faq .faq-cate {
    color: #23366F;
    padding: 10px;
    border-bottom: 1px solid #23366F;
    position: relative;
    width: calc(100% - 35px);
    margin: 4vw 4vw 0;
}

.fl-faq .faq-cate h3::before { display:none }


.fl-faq .faq-cate::before,
.fl-faq .faq-cate::after {
    content: "";
    position: absolute;
    display: block;
    right: 2.466667vw;
    top: 9.466667vw;
    width: 4.333333vw;
    height: .433333333vw;
    border-radius: .266666667vw;
    background-color: #23366F;
}

.fl-faq .faq-cate::after {
    transition: transform 0.4s ease;
    transform: rotate(90deg);
}

.faq-cate.is-open::after {
    transform: translateY(-50%) rotate(360deg);
}

@media screen and (min-width: 768px) {
  .fl-faq-ttl {
     padding: 30px 0;
   }
   .fl-faq-ttl:after {
     border-width: 20px 23px 0 23px;
   }

  .fl-faq-item {
     margin: 26px auto 0;
   }
  .fl-faq-btn {
     height: 210px;
     padding: 60px 80px 60px 120px;
   }
  .fl-faq-btn h3.fl-faq-q {
    padding-left: 0;
    text-align: left;
  }
  .fl-faq-q__icon {
     width: 90px;
     height: 90px;
  }
  .fl-faq-q__icon img {
    width: 100%;
    height: 100%;
  }
  .fl-faq-q__text {
    font-size: 2.5rem;
  }
  .fl-faq-btn:after {
    width: 26px;
    height: 14px;
    right: 50px;
  }
  .fl-faq-content {
    padding: 0 25px 25px;
  }
.fl-faq-content__inner {
    padding: 70px 95px 30px 224px;
}
  .fl-faq-content__text {
    line-height: 1.7;
    position: relative;
    font-feature-settings: "palt";
    font-size: 2.2rem;
  }
  .fl-faq-content__text:before {
    top: -35px;
    left: -128px;
    width: 90px;
    height: 90px;
  }
  .fl-faq-content__inner .fl-faq-list {
    padding: 0;
    margin-top: 40px;
  }
  .fl-faq-content__inner .fl-faq-list li {
    font-size: 2rem;
    margin-top: 5px;
  }
  .fl-faq-content__gd {
    font-size: 1.8rem;
    padding: 0px 50px 27px 0;
    text-indent: -1.1em;
    margin-left: 1.1rem;
    line-height: 1.5;
  }
  .fl-faq .faq-cate {
    margin: 26px 16px 0;
    width: calc(100% - 35px);
  }
  .fl-faq .faq-cate::before,
  .fl-faq .faq-cate::after {
    width: 35px;
    height: 2px;
    right: 40px;
    top: 60px;
  }
  
}

/* 202606 選ばれる理由 */
.pz-feature__content .pz-button-1 {
  width: 100%;
}
.tp-foot-anchor__section {
  margin-bottom: 8px;
}
.tp-foot-anchor__section .fl-simu-link {
  margin: 15px auto;
}

.feature-lead {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  color: #23366F;
}
p.feature-number {
  margin-top: 0 !important;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  color: #23366F;
}
.feature-number .num {
  font-size: 2.2rem;
}
.feature-text {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
}
.feature-text strong {
  color: #23366F;
}
ul.feature-note-list {
  margin: 0;
  padding-left: 1.2em;
}
ul.feature-note-list li {
  font-size: 1.0rem;
  padding-left: .2rem;
  list-style: "※";
}

.feature-evaluation__flex {
  padding: 10px 3.2vw;
}
.feature-evaluation__block {
  width: 100%;
}
.feature-evaluation__image {
  position: relative;
  width: 100%;
  height: 48.0vw;
}
.feature-evaluation__block01 .feature-evaluation__image {
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature02-01.svg) no-repeat bottom center/25.024vw auto;
}
.feature-evaluation__block02 .feature-evaluation__image {
  margin-top: 50px;
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature02-02.svg) no-repeat bottom center/42.077333333vw auto;
}
.feature-evaluation__block01 .feature-lead,
.feature-evaluation__block01 .feature-number {
  text-align: center;
}
.feature-evaluation__block02 .feature-lead {
    top: -15px;
    position: relative;
    margin-left: 6vw;
    text-align: left;
}
.feature-evaluation__graph {
  position: absolute;
  width: 100%;
  font-size: 2.666666667vw;
  line-height: 1.6;
  text-align: center;
  color: #2167AE;
  font-weight: 600;
  bottom: 15.12vw;
}

.tp-feature_content {
  border: none;
}

.feature-group__content01 .feature-number {
  margin-top: 20px;
}

.feature-group__content01 , .feature-group__content02 , .feature-group__content03 , .feature-group__content04 {
  padding: 0 15px;;
}
#reason3 .tp-feature_content.feature-group__content01 {
    margin-bottom: 40px;
    padding-bottom: 45vw;
    background: #FFFFFF url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature03-01.svg) no-repeat bottom center / 40vw;
}

#reason3 .tp-feature_content.feature-group__content02 {
    margin-bottom: 40px;
    padding-bottom: 50vw;
    background: #FFFFFF url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature03-02.svg) no-repeat bottom center / 40vw;
}
/* #tp-section-about .tp-feature_content.feature-group__content01 {
  padding: 5.333333333vw 4.266666667vw 42.666666667vw;
  background: #FFFFFF url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature03-01.svg) no-repeat bottom center/37.712vw 39.517333333vw;
}
#tp-section-about .tp-feature_content.feature-group__content02 {
  padding: 5.333333333vw 4.266666667vw 46.4vw;
  background: #FFFFFF url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature03-02.svg) no-repeat bottom center/37.333333333vw 40.869333333vw;
} */
.feature-group__content02 .feature-group__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 1.333333333vw;
  margin: 2.4vw 0;
  width: 50%;
  font-weight: 600;
  line-height: 1.2;
}
.feature-group__content02 .feature-group__list div:nth-child(1) {
  grid-column: 1/3;
}
.feature-group__content02 .feature-group__list div:nth-child(1) dd {
  font-size: 3.0rem;
}
.feature-group__content02 .feature-group__list dt {
  font-size: 1.4rem;
  color: #1FB1E6;
}
.feature-group__content02 .feature-group__list dd {
  font-size: 2.0rem;
  color: #23366F;
}






#tp-section-about .tp-feature_content.feature-group__content03 {
  padding: 5.333333333vw 4.266666667vw;
}
.feature-group__content03 .feature-group__list {
  display: block;
  margin: 26px 0;
  font-weight: 600;
  line-height: 1.2;
}
.feature-group__content03 .feature-group__list div {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
}
.feature-group__content03 .feature-group__list div:nth-child(1) {
  margin-bottom: 70px;
  padding-bottom: 32.266666667vw;
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature03-03.svg) no-repeat bottom center/29.333333333vw;
}
.feature-group__content03 .feature-group__list div:nth-child(2) {
  margin-bottom: 50px;
  padding-bottom: 32.266666667vw;
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature03-04.svg) no-repeat bottom center/29.333333333vw;
}
.feature-group__content03 .feature-group__list div:nth-child(3) {
  padding-bottom: 23.733333333vw;
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature03-05.svg) no-repeat bottom center/37.128vw 21.853333333vw;
}
.feature-group__content03 .feature-group__list dt {
  font-size: 1.8rem;
  color: #1FB1E6;
}
.feature-group__content03 .note {
  position: absolute;
  font-size: 1.2rem;
  font-weight: normal;
  bottom: -40px;
  text-align: center;
  width: 100%;
}
#tp-section-about .tp-feature_content.feature-group__content04 {
  margin-top: 0;
  padding: 5.333333333vw 4.266666667vw;
}
.feature-group__content04 .feature-group__right {
  font-size: 1.0rem;
}

.feature-customer {
  padding: 4.0vw 3.2vw 3.733333333vw;
}
.feature-customer .feature-lead {
  margin-bottom: 22px;
}
.feature-group__right {
  text-align: right;
}
.feature-group__right a {
  color: #434343;
  font-weight: normal;
}

.feature-customer__flex {
  margin-top: 4.8vw;
}
.feature-customer__box {
  margin: 0 auto 8.0vw;
  width: 74.666666667vw;
  color: #23366F;
}
.feature-customer__person {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32.0vw;
}
.feature-customer__person.female {
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature04-01.svg) no-repeat top center/ 29.333333333vw;
}
.feature-customer__person.male {
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature04-02.svg) no-repeat top center/ 29.333333333vw;
}
.feature-customer__kanyu {
  padding: 0 11px;
  font-size: 3.2vw;
  line-height: 5.333333333vw;
  color: #FFFFFF;
  font-weight: 600;
  background-color: #19BAB6;
}
.feature-customer__age {
  margin: 0;
  margin-left: 2.453333333vw;
  font-size: 3.466666667vw;
  font-weight: 600;
}
.feature-customer__rate40 {
  margin: 2.933333333vw auto 5.333333333vw;
  width: 20.722666667vw;
  height: 3.624vw;
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature04-rate40.svg) no-repeat center/contain;
}
.feature-customer__rate45 {
  margin: 2.933333333vw auto 5.333333333vw;
  width: 20.722666667vw;
  height: 3.624vw;
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature04-rate45.svg) no-repeat center/contain;
}
.feature-customer__rate50 {
  margin: 2.933333333vw auto 5.333333333vw;
  width: 20.722666667vw;
  height: 3.624vw;
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature04-rate50.svg) no-repeat center/contain;
}
.feature-customer__text,
.feature-customer__date {
  margin-top: 0;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .pz-feature__content .pz-button-1 {
    width: 60%;
  }

  .feature-lead {
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 600;
    color: #23366F;
  }
  .feature-number {
    margin-top: 0;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 600;
    color: #23366F;
  }
  .feature-number .num {
    font-size: 5.0rem;
  }
  p.feature-number {
    font-size: 2.8rem;
  }  
  .feature-text {
    font-size: 2.0rem;
    font-weight: 600;
  }
  .feature-text strong {
    color: #23366F;
  }
  ul.feature-note-list {
    margin-top: 12px;
    padding-left: 1.5rem;
  }
  ul.feature-note-list li {
    font-size: 1.6rem;
    padding-left: .2rem;
    list-style: "※";
  }

  .feature-evaluation__flex {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
  }
  .feature-evaluation__block {
    width: 460px;
  }
  .feature-evaluation__image {
    position: relative;
    width: 100%;
    height: 380px;
  }
  .feature-evaluation__block01 .feature-evaluation__image {
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature02-01.svg) no-repeat bottom center/224.53px auto;
  }
  .feature-evaluation__block02 .feature-evaluation__image {
    margin-top: 0;
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature02-02.svg) no-repeat bottom center/279.32px auto;
  }
  .feature-evaluation__block01 .feature-lead,
  .feature-evaluation__block01 .feature-number {
    text-align: center;
  }
  .feature-evaluation__block02 {
    margin-top: 0;
  }
  .feature-evaluation__block02 .feature-lead {
    top: 0;
    margin-left: 34px;
    text-align: left;
  }
  .feature-evaluation__graph {
    position: absolute;
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    color: #2167AE;
    font-weight: 600;
    bottom: 100px;
  }

  .tp-feature_content {
    border: 4px solid #dbdbdb;
    /* margin-top: 20px; */
  }
  #tp-section-about .tp-feature_content.feature-group__content01 {
    padding: 84px 46px 64px;
    background: #FFFFFF url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature03-01.svg) no-repeat center right 120px/284.59px 298.2px;
  }
  .feature-group__content01 .feature-number {
    margin-top: 20px;
  }

  #tp-section-about .tp-feature_content.feature-group__content02 {
    padding: 56px 46px 50px;
    background: #FFFFFF url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature03-02.svg) no-repeat top 60px right 120px/283.85px 310.74px;
  }
  .feature-group__content02 .feature-group__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 20px;
    margin: 26px 0;
    width: 280px;
    font-weight: 600;
    line-height: 1.2;
  }
  .feature-group__content02 .feature-group__list div:nth-child(1) {
    grid-column: 1/3;
  }
  .feature-group__content02 .feature-group__list div:nth-child(1) dd {
    font-size: 7.0rem;
  }
  .feature-group__content02 .feature-group__list dt {
    font-size: 2.6rem;
    color: #1FB1E6;
  }
  .feature-group__content02 .feature-group__list dd {
    font-size: 5.0rem;
    color: #23366F;
  }

  #tp-section-about .tp-feature_content.feature-group__content03 {
    padding: 56px 46px 40px !important;
  }
  .feature-group__content03 .feature-group__list {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
    font-weight: 600;
    line-height: 1.2;
  }
  .feature-group__content03 .feature-group__list div {
    width: 250px;
    height: 260px;
  }
  .feature-group__content03 .feature-group__list div:nth-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature03-03.svg) no-repeat bottom center/165px;
  }
  .feature-group__content03 .feature-group__list div:nth-child(2) {
    padding-bottom: 0;
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature03-04.svg) no-repeat bottom center/165px;
  }
  .feature-group__content03 .feature-group__list div:nth-child(3) {
    padding-bottom: 0;
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature03-05.svg) no-repeat bottom center/208.72px 122.85px;
  }
  .feature-group__content03 .feature-group__list dt {
    font-size: 2.6rem;
    color: #1FB1E6;
  }
  #tp-section-about .tp-feature_content.feature-group__content04 {
    margin-top: 20px;
    padding: 44px 46px;
  }
  .feature-group__content04 .feature-group__right {
    font-size: 1.6rem;
  }
  .feature-customer {
    padding: 18px 33px 42px;
  }
  .feature-customer .feature-lead {
    margin-left: 35px;
    margin-bottom: 22px;
  }
  .feature-group__right {
    text-align: right;
  }
  .feature-group__right a {
    color: #434343;
  }

  .feature-customer__flex {
    display: flex;
    justify-content: space-between;
  }
  .feature-customer__box {
    margin-bottom: 0;
    width: 240px;
    color: #23366F;
  }
  .feature-customer__person {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 160px;
  }
  .feature-customer__person.female {
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature04-01.svg) no-repeat top center/ 144px;
  }
  .feature-customer__person.male {
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature04-02.svg) no-repeat top center/ 144px;
  }
  .feature-customer__kanyu {
    padding: 0 17px;
    font-size: 1.4rem;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 600;
    background-color: #19BAB6;
  }
  .feature-customer__age {
    margin: 0;
    margin-left: 15px;
    font-size: 2.0rem;
    font-weight: 600;
  }
  .feature-customer__rate40 {
    margin: 16px auto;
    width: 109.96px;
    height: 19.23px;
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature04-rate40.svg) no-repeat center/contain;
  }
  .feature-customer__rate45 {
    margin: 16px auto;
    width: 109.96px;
    height: 19.23px;
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature04-rate45.svg) no-repeat center/contain;
  }
  .feature-customer__rate50 {
    margin: 16px auto;
    width: 109.96px;
    height: 19.23px;
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/img_feature04-rate50.svg) no-repeat center/contain;
  }
  .feature-customer__text,
  .feature-customer__date {
    margin-top: 0;
    font-size: 1.4rem;
  }
}