@charset "UTF-8";
/* 共通
======================================= */
main img {
  display: block;
  max-width: 100%;
  margin: auto;
  height: auto;
}

main p:last-child {
  margin-bottom: 0;
}

.h3__header_title:first-child {
  margin-top: 0;
}

#karte__btn__bottom {
  opacity: 0;
  display: none !important;
  pointer-events: none;
}

.h2__header_title:first-child {
  margin-top: 0;
}

.h2__header_title.adjust_mt {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .h2__header_title.adjust_mt {
    margin-top: 48px;
  }
}
.my_heading__h1 {
  font-size: 2.625rem; /* 42px */
  line-height: 1.5; /* 63px */
  font-weight: bold;
  color: #333333;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .my_heading__h1 {
    font-size: 1.5rem; /* 24px */
    line-height: 1.5; /* 36px */
    margin-bottom: 32px;
  }
}
.box__accordion_typeA__label {
  padding-right: 30px;
}

.my_heading__h1 + .my_heading_icon_center {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .my_heading__h1 + .my_heading_icon_center {
    margin-top: 32px;
  }
}
.my_heading_h1_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .my_heading_h1_container {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .my_heading_h1_container {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .my_heading_h1_container {
    align-items: flex-start;
    margin-top: 32px;
  }
}
.my_heading_h1_container .my_heading_h1_icon {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .my_heading_h1_container {
    flex-direction: column;
  }
  .my_heading_h1_container + * {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .my_heading_h1_container {
    flex-direction: column;
    gap: 10px;
  }
  .my_heading_h1_container + * {
    margin-top: 24px;
  }
}
.my_heading_h1_icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.my_heading_h1_icon img {
  width: 100px;
  margin: 0;
}

.my_heading_h1_icon_text > p {
  margin: 0;
  font-weight: normal;
  font-size: 1.5rem; /* 24px */
  line-height: 1.75; /* 42px */
}

@media screen and (max-width: 767px) {
  .my_heading_h1_icon_text > p {
    font-size: 0.875rem; /* 14px */
    line-height: 1.4285714286; /* 20px */
  }
}
.my_heading_h1_icon_text > div {
  font-size: 2.25rem; /* 36px */
  line-height: 1.1666666667; /* 42px */
}

@media screen and (max-width: 767px) {
  .my_heading_h1_icon_text > div {
    font-size: 1.5rem; /* 24px */
    line-height: 1.75; /* 42px */
  }
}
.my_heading_h1_icon_subtext {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .my_heading_h1_icon_subtext {
    flex-direction: column;
  }
}
.my_heading_h1_icon_subtext__small {
  font-size: 1.625rem; /* 26px */
  line-height: 1.6153846154; /* 42px */
}

@media screen and (max-width: 767px) {
  .my_heading_h1_icon_subtext__small {
    font-size: 1rem; /* 16px */
    line-height: 1.5; /* 24px */
  }
}
.my_heading_h1_sub {
  min-width: 400px;
  box-sizing: border-box;
  padding: 11px 24px;
  background: #f7f6f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my_heading_h1_sub > p {
  margin: 0;
  padding-left: 1em;
  text-align: center;
  font-size: 0.875rem; /* 14px */
  line-height: 1.4285714286; /* 20px */
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .my_heading_h1_sub {
    padding: 11px 24px 11px 0;
  }
  .my_heading_h1_sub > p {
    width: 254px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .my_heading_h1_sub > p {
    width: auto;
  }
}
.my_heading_h1_sub > img {
  width: 74px;
  margin: -22px 0;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .my_heading_h1_sub {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .my_heading_h1_sub {
    gap: 10px;
    min-width: 0;
    width: 100%;
    margin-top: 24px;
  }
  .my_heading_h1_sub > p {
    text-align: left;
    font-size: 1rem; /* 16px */
    line-height: 1.5; /* 24px */
  }
  .my_heading_h1_sub > img {
    width: 60px;
    margin: 0;
  }
}
.my_heading__h2 {
  font-size: 1.75rem; /* 28px */
  line-height: 1.5; /* 42px */
  font-weight: normal;
  border-bottom: 3px solid #4684bc;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .my_heading__h2 {
    font-size: 1.375rem; /* 22px */
    line-height: 1.6363636364; /* 36px */
  }
}
.my_heading__h2.is_center__noborder {
  text-align: center;
  font-weight: bold;
  border-width: 0;
}

.my_heading_icon_center {
  text-align: center;
  font-size: 1.5rem; /* 24px */
  line-height: 1.5; /* 36px */
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.my_heading_icon_center > .my_heading_icon {
  width: 53px;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .my_heading_icon_center {
    margin-top: 40px;
    flex-direction: column;
    gap: 8px;
  }
}
.my_heading__marker {
  font-size: 1rem; /* 16px */
  line-height: 1.5; /* 24px */
  font-weight: bold;
  width: max-content;
  margin: 0 auto 24px;
  padding-left: 0.5em;
  text-align: center;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), 70%, rgb(255, 236, 63) 70%);
}

.my_bg_gray {
  background-color: #f6f6f6;
}

.my_bg_beige {
  background-color: #f7f6f0;
}

.my_bg_blue {
  background-color: #edf3f3;
}

.my_section__inner {
  margin-top: 40px;
  padding: 1px;
}

@media screen and (max-width: 767px) {
  section:has(.my_section__inner) {
    margin-inline: -15px;
  }
  .my_section__inner {
    padding-inline: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .my_section__inner {
    padding-inline: 15px;
  }
}
.variable__tab_and_accordion__contents {
  padding-inline: 0 !important;
}

.variable__tab_and_accordion__contents .my_heading__h2 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .variable__tab_and_accordion {
    max-width: 100vw;
  }
  .variable__tab_and_accordion__label {
    padding: 15px 20px !important;
  }
  .variable__tab_and_accordion__label__box {
    max-width: calc(100vw - 20px);
    margin-inline: auto;
  }
  .variable__tab_and_accordion__contents {
    padding-inline: 10px !important;
  }
}
.list__annotation li {
  line-height: 1.42;
}

.my_section__tab {
  margin-top: 48px;
}

.my_heading_h1_container + .my_box__border {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .my_heading_h1_container + .my_box__border {
    margin-top: 24px;
  }
}
.my_box__blue {
  background: #c8daf6;
  padding: 21px 27px;
  color: #065ba6;
  border-radius: 10px;
  text-align: center;
  margin: auto;
  font-size: 1.125rem; /* 18px */
  line-height: 1.7;
  font-weight: bold;
}

.box__accordion_contents__inbox .my_box__blue {
  max-width: 280px;
}

.my_box__border {
  border: 2px solid #c1c1c1;
  border-radius: 10px;
  padding: 24px;
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .my_box__border {
    padding: 16px 22px;
    line-height: 1.5;
  }
}
.my_box__border ul {
  padding-left: 1.5em;
  margin: 0;
}

.my_box__border ul li::marker {
  color: #0a5ba6;
}

.my_box__heading {
  font-size: 1.25rem; /* 20px */
  line-height: 1.2; /* 24px */
  text-align: center;
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .my_box__heading {
    font-size: 1.125rem; /* 18px */
    line-height: 1.3333333333; /* 24px */
    margin: 0 0 10px;
  }
}
.my_block__center {
  margin-inline: auto;
}

.my_button__red {
  background-color: #f06a43;
  border-color: #f06a43;
  box-shadow: 0 6px 0 0 #c45636;
}

.my_following__container {
  background: white;
  border-radius: 15px 15px 0 0;
  border: 1px solid #ccc;
  padding: 10px 16px 10px;
  box-sizing: border-box;
}

.my_following__container .my_button__red {
  box-shadow: none;
  border-color: #f06a43;
}

.my_no__arrow {
  background-image: none;
  padding: 0;
}

.my_tab__bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .my_tab__bottom {
    max-width: calc(100vw - 20px);
    margin-inline: auto;
  }
}
.my_tab__bottom::before {
  content: "";
  display: block;
  width: calc(100% + 30px);
  left: -15px;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 2px solid #aaa;
  z-index: 10;
}

.my_tab__bottom label {
  width: calc((100% - 5px) / 2 - 2px);
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #666;
  height: initial;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  position: relative;
  font-size: 1.25rem;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #666;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f6f6f6;
  font-weight: bold;
}

.my_tab__bottom label::after {
  content: "";
  display: none;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .my_tab__bottom label {
    font-size: 1rem;
    padding: 10px 20px;
  }
}
.my_tab__bottom .icon__tab_arrow {
  position: relative;
  padding-left: 28px;
}

.my_tab__bottom .icon__tab_arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  background-image: url(https://www.jp-life.japanpost.jp/commons/img/icon_round_triangle_gray.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .my_tab__bottom .icon__tab_arrow {
    padding-left: 20px;
  }
}
#variable__tab_and_accordion__radio_001:checked ~ .my_tab__bottom .my_tab__bottom_001,
#variable__tab_and_accordion__radio_002:checked ~ .my_tab__bottom .my_tab__bottom_002 {
  background-color: #fff;
  border: 2px solid #666;
}

#variable__tab_and_accordion__radio_001:checked ~ .my_tab__bottom .my_tab__bottom_001::before,
#variable__tab_and_accordion__radio_002:checked ~ .my_tab__bottom .my_tab__bottom_002::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: 7px;
  background-color: #0A5BA6;
}

#variable__tab_and_accordion__radio_001:checked ~ .my_tab__bottom .my_tab__bottom_001::after,
#variable__tab_and_accordion__radio_002:checked ~ .my_tab__bottom .my_tab__bottom_002::after {
  display: block;
}

#variable__tab_and_accordion__radio_001:checked ~ .my_tab__bottom .my_tab__bottom_001 .icon__tab_arrow::before,
#variable__tab_and_accordion__radio_002:checked ~ .my_tab__bottom .my_tab__bottom_002 .icon__tab_arrow::before {
  transform: rotate(-90deg) translateX(2px);
}

.link__open_modaal {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  color: #0a5ba6;
}

.link__open__btn:after {
  margin-inline: 0.2em;
}

.my_modal_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.my_modal_icon.l {
  vertical-align: middle;
  width: 1.8em;
  height: auto;
  margin-left: 5px;
}

.my_tab__mini {
  margin-top: 32px;
}

.my_tab__mini_tabs {
  width: 602px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 32px;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .my_tab__mini_tabs {
    width: 100%;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .my_tab__mini_tabs {
    width: 100%;
    gap: 8px;
  }
}
.my_tab__mini_item {
  color: #aaaaaa;
  font-size: 1.375rem; /* 22px */
  line-height: 1.7;
  text-align: center;
  width: 180px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .my_tab__mini_item {
    font-size: 1.125rem; /* 18px */
    line-height: 1.7;
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.my_tab__mini_item::after {
  content: "";
  height: 2px;
  background: #aaaaaa;
  position: absolute;
  inset: auto 0 -13px 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .my_tab__mini_item::after {
    inset: auto 0 -4px 0;
  }
}
.my_tab__mini_item.is-active {
  color: #333333;
  font-weight: bold;
}

.my_tab__mini_item.is-active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #085ba6;
  border-inline: 12px solid transparent;
  position: absolute;
  inset: auto 0 -30px 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .my_tab__mini_item.is-active::before {
    inset: auto 0 -21px 0;
  }
}
.my_tab__mini_item.is-active::after {
  content: "";
  height: 4px;
  background: #085ba6;
  position: absolute;
  inset: auto 0 -13px 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .my_tab__mini_item.is-active::after {
    inset: auto 0 -4px 0;
  }
}
.my_tab__mini_contents {
  display: none;
}

.my_tab__mini_contents.is-active {
  display: block;
  animation-name: fadein;
  animation-duration: 1000ms;
  animation-direction: alternate;
}

.my_contents__narrow {
  max-width: 804px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .my_contents__narrow_column {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .my_contents__narrow_column > p {
    width: 100%;
  }
  .my_contents__narrow_column > .my_contents__narrow_column_item {
    max-width: 50%;
    flex: 1;
  }
  .my_contents__narrow_column > .my_contents__narrow_column_item:has(img) {
    max-width: calc(50% - 32px);
  }
  .my_contents__narrow_column > .my_contents__narrow_column_item .my_table {
    width: 100%;
  }
}
.my_contents__narrow_column .my_contents__narrow_column_item_text {
  margin: 0 auto 0.5em;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .my_contents__narrow_column {
    max-width: 342px;
    margin: 24px auto 0;
  }
  .my_contents__narrow_column .my_contents__narrow_column_item + .my_contents__narrow_column_item {
    margin-top: 24px;
  }
}
.my_tab__mini_lead {
  font-size: 1.125rem; /* 18px */
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .my_tab__mini_lead {
    margin-block: 32px;
    font-size: 1rem; /* 16px */
    line-height: 1.7;
  }
}
.my_tab__mini .my_tab__mini_lead {
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .my_tab__mini .my_tab__mini_lead {
    margin-top: 37px;
  }
}
@media screen and (max-width: 767px) {
  img + .my_table {
    margin-top: 24px;
  }
}
.my_table {
  max-width: 600px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 10px;
  background: white;
  padding: 14px 20px;
  border: 2px solid #c1c1c1;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .my_table {
    max-width: 327px;
    padding: 0 10px;
  }
}
.my_table.is-noborder {
  border: 0;
}

.my_table > dl {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 12px 0;
  font-size: 1rem; /* 16px */
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .my_table > dl {
    font-size: 1rem; /* 16px */
    line-height: 1.7;
  }
}
.my_table > dl:not(:first-child) {
  border-top: 1px dashed #cccccc;
}

.my_table > dl > dt {
  min-width: 4em;
  flex-shrink: 0;
}

.my_table > dl > dd {
  font-weight: bold;
  margin-left: 18px;
}

.my_table_annotation {
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .my_table_annotation {
    max-width: 327px;
  }
}
.box__accordion_typeB .box__accordion_contents__inbox {
  padding: 20px 20px 23px;
}

.box__accordion_contents__inbox .my_table {
  border-width: 1px;
  padding-block: 0;
  max-width: 280px;
  margin: auto;
}

.box__accordion_contents__inbox .my_table > dl {
  font-size: 1rem; /* 16px */
  line-height: 1.7;
}

.box__accordion_contents__inbox .my_table > dl > dd {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .box__accordion_contents__inbox:has(.table__normal) {
    padding-inline: 16px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.my_following {
  position: fixed;
  z-index: 21;
  bottom: -50px;
  opacity: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease, bottom 0.3s ease;
}

.my_following.is-show {
  opacity: 1;
  bottom: 0;
}

.my_following .my_following__container {
  background: white;
  border-radius: 15px 15px 0 0;
  border: 1px solid #ccc;
  padding: 10px 16px 10px;
  box-sizing: border-box;
}

.my_following .my_following__container .my_button__red {
  box-shadow: none;
  border-color: #c45636;
}

@media screen and (min-width: 768px) {
  .my_following {
    max-width: 1300px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
  }
  .my_following .my_following__container {
    width: 375px;
    background: white;
    border-radius: 15px 15px 0 0;
    border: 1px solid #ccc;
    padding: 10px 16px 10px;
    box-sizing: border-box;
  }
  .my_following .my_following__container .btn__link_icon_big {
    min-height: 50px;
    font-size: 16px;
  }
}
.my_icon__online {
  background-image: url("/products/syusin/resource/img/icon_online.svg");
  background-repeat: no-repeat;
  background-position: 22px center;
  background-size: 50px auto;
  justify-content: flex-start;
  padding-left: 95px;
}

@media screen and (min-width: 768px) {
  .my_icon__online {
    background-size: 44px auto;
  }
}
@media screen and (max-width: 767px) {
  .my_icon__online {
    padding-left: 90px;
    background-size: 45px auto;
    font-size: 1.25rem; /* 20px */
    line-height: 1.7;
  }
}
.my_icon__online .is_small {
  font-size: 14px;
  display: block;
  font-weight: normal;
}

.my_icon__simulation {
  background-image: url("/products/syusin/resource/img/icon_simulation.svg");
  background-repeat: no-repeat;
  background-position: 22px center;
  background-size: 50px auto;
  justify-content: flex-start;
  padding-left: 95px;
}

@media screen and (min-width: 768px) {
  .my_icon__simulation {
    background-size: 30px auto;
    background-position: 32px center;
  }
}
@media screen and (max-width: 767px) {
  .my_icon__simulation {
    padding-left: 90px;
    background-size: 45px auto;
    font-size: 1.25rem; /* 20px */
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .my_box__point_container {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 32px;
    max-width: 804px;
    margin: 72px auto 0;
  }
}
.my_box__point {
  border: 2px solid #085ba6;
  border-radius: 24px;
  padding: 48px 16px 28px;
  box-sizing: border-box;
  position: relative;
  font-size: 1rem; /* 16px */
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .my_box__point {
    max-width: calc(50% - 20px);
    box-sizing: border-box;
  }
}
.my_box__point > p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .my_box__point {
    max-width: 343px;
    padding: 48px 16px 28px;
    margin: 60px auto 0;
  }
}
.my_box__point_heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 22px;
  display: block;
  position: relative;
  font-size: 1.375rem; /* 22px */
  line-height: 1.2727272727; /* 28px */
}

@media screen and (max-width: 767px) {
  .my_box__point_heading {
    margin-bottom: 14px;
    font-size: 1.25rem; /* 20px */
    line-height: 1.3; /* 26px */
  }
}
.my_box__point_num {
  width: 64px;
  height: 64px;
  margin: 0;
  position: absolute;
  inset: -80px 0 auto;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .my_box__point_num {
    position: absolute;
    inset: -80px 0 auto;
    margin: auto;
  }
}
.my_point_image_03,
.my_point_image_04 {
  max-width: 258px;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .my_point_image_03,
  .my_point_image_04 {
    margin-left: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .my_point_image_03,
  .my_point_image_04 {
    margin: 0;
    width: 100%;
  }
}
.my_heading__h3 {
  font-size: 1.25rem; /* 20px */
  line-height: 1.2; /* 24px */
  font-weight: bold;
  text-align: center;
  margin: 40px auto 20px;
}

.my_heading__recommend {
  font-size: 1rem; /* 16px */
  line-height: 1.5; /* 24px */
  font-weight: bold;
  text-align: center;
  margin: 0px auto 8px;
}

.my_mod1 {
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .my_mod1 {
    max-width: 327px;
  }
}
.my_mod1__item {
  position: relative;
}

.my_mod1__item:not(:first-child) {
  margin-top: 52px;
}

.my_mod1__item:not(:first-child)::before, .my_mod1__item:not(:first-child)::after {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  background: #065ba6;
  position: absolute;
  inset: -35px 0 auto 0;
  margin: auto;
}

.my_mod1__item:not(:first-child)::after {
  transform: rotate(90deg);
}

.my_mod1__dl {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

.my_mod1__dl > dt {
  background: #c8daf6;
  color: #065ba6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  font-size: 1.125rem; /* 18px */
  line-height: 1.7;
  font-weight: bold;
  gap: 4px;
}

.my_mod1__dl > dt img {
  margin: 0;
  width: 18px;
  height: 18px;
}

.my_mod1__dl > dd {
  margin: 0;
  padding: 14px 15px 16px;
  text-align: center;
}

.my_mod1__dl_heading {
  font-size: 1rem; /* 16px */
  line-height: 1.7;
  font-weight: bold;
}

.my_mod1__dl_heading + .my_mod1__dl_text {
  margin-top: 5px;
}

.my_mod1__dl_text {
  font-size: 0.875rem; /* 14px */
  line-height: 1.7;
}

.my_img_tab2_01 {
  max-width: 600px;
  margin: auto;
  width: 100%;
}

.my_layout__1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .my_layout__1 {
    gap: 12px;
  }
}
.my_layout__item1 {
  width: 182px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .my_layout__item1 {
    width: 142px;
  }
}
.my_layout__item2 {
  font-size: 1.375rem; /* 22px */
  line-height: 1.5; /* 33px */
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .my_layout__item2 {
    font-size: 1.125rem; /* 18px */
    line-height: 1.5; /* 27px */
  }
}
.img_image_2 {
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .img_image_2 {
    max-width: 100%;
  }
}
.my_step {
  background: white;
  margin: 40px auto;
  padding: 28px 32px 27px;
  border-radius: 15px;
  max-width: 600px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .my_step {
    max-width: none;
    margin-inline: 0;
    padding: 28px 16px 16px;
  }
}
.my_step__heading {
  margin: auto;
  text-align: center;
  font-size: 1.375rem; /* 22px */
  line-height: 1.6363636364; /* 36px */
}

.my_step__list {
  list-style-type: none;
  display: flex;
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .my_step__list {
    flex-direction: column;
    margin-top: 15px;
  }
}
.my_step__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .my_step__item {
    padding: 0 20px 0 30px;
    flex: 1;
  }
  .my_step__item:first-child {
    padding-left: 0;
  }
  .my_step__item:last-child {
    padding-right: 0;
  }
}
.my_step__item:not(:first-child) {
  border-left: 2px solid #cccccc;
}

.my_step__item:not(:first-child)::before {
  content: "";
  border-left: 17px solid #cccccc;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
}

.my_step__item:not(:first-child)::after {
  content: "";
  border-left: 17px solid white;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
  inset: 0 auto 0 -3px;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
}

@media screen and (max-width: 767px) {
  .my_step__item {
    padding: 0 0 16px 0;
  }
  .my_step__item:not(:first-child) {
    padding: 32px 0 16px 0;
    border-width: 0;
    border-top: 2px solid #cccccc;
  }
  .my_step__item:not(:first-child)::before {
    content: "";
    border-top: 11px solid #cccccc;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    position: absolute;
    inset: 0 0 auto 0;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
  }
  .my_step__item:not(:first-child)::after {
    content: "";
    border-top: 11px solid white;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    position: absolute;
    inset: -3px 0 auto 0;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .my_step__item:not(:first-child)::before {
    border-top: 16px solid #cccccc;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
  }
  .my_step__item:not(:first-child)::after {
    border-top: 16px solid white;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
  }
}
.my_step__item_container {
  max-width: 243px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .my_step__item_container {
    max-width: 100%;
    display: flex;
    gap: 8px;
  }
}
.my_step__icon {
  display: flex;
  flex-direction: column;
  width: 87px;
  margin: auto;
}

.my_step__icon img {
  margin-top: 10px;
  height: 50px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .my_step__icon {
    flex: 0 0 87px;
    margin: 0;
  }
}
.my_step__num {
  background: #000099;
  border-radius: 100px;
  font-size: 0.875rem; /* 14px */
  line-height: 1; /* 14px */
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 5px 0;
}

.my_step__text {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .my_step__text {
    margin: 0;
  }
}
.my_step__text_heading {
  font-size: 1.25rem; /* 20px */
  line-height: 1.2; /* 24px */
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .my_step__text_heading {
    text-align: left;
  }
}
.my_step__text > p {
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .table__normal th, .table__normal td {
    padding: 15px 12px;
  }
}
.my_faq__q {
  position: relative;
  padding-left: 2em;
  background: url("/products/syusin/resource/img/icon_q.svg") no-repeat 5px 0.3em/14px auto;
}

.my_faq__a {
  position: relative;
  background: url("/products/syusin/resource/img/icon_a.svg") no-repeat 0 0.3em/18px auto;
  padding-left: 2em;
}

.my_faq__a .text__link {
  font-weight: bold;
  text-decoration: none;
}

.my_faq__a .text__link + .text__link {
  margin-top: 0;
}

.slick-dots li {
  width: 13px;
  height: 13px;
}

.slick-dots li button {
  width: 13px;
  height: 13px;
}

.slick-dots li button:before {
  background: #085ba6;
  border: 1px solid #aaa;
  border-radius: 100%;
  width: 13px;
  height: 13px;
}

.slick-prev,
.slick-next {
  top: 50%;
  width: 32px;
  height: 68px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  overflow: hidden;
}

.slick-prev:before,
.slick-next:before {
  position: absolute;
  inset: 0;
  color: transparent;
  background: rgba(10, 91, 166, 0.7) url("/products/syusin/resource/img/icon_arrow.svg") no-repeat 50% 50%/8px;
}

.slick-prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}

.slick-prev:before {
  transform: rotate(180deg);
}

.slick-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: rgba(10, 91, 166, 0.7);
}

.slick-disabled {
  opacity: 0 !important;
  background: rgba(10, 91, 166, 0);
  pointer-events: none;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent !important;
}

.list__annotation_number.start_from_2 {
  counter-reset: number 1;
}

.list__annotation_number.start_from_3 {
  counter-reset: number 2;
}

.list__annotation_number.start_from_4 {
  counter-reset: number 3;
}

.list__annotation_number.start_from_5 {
  counter-reset: number 4;
}

/* ↑ ここまで共通
======================================= */
.my_lead {
  text-align: center;
  font-size: 1.875rem; /* 30px */
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .my_lead {
    font-size: 1.5rem; /* 24px */
    line-height: 1.7;
  }
}
.my_lead + .figure__img img {
  max-width: 447px;
}

@media screen and (max-width: 767px) {
  .my_lead + .figure__img img {
    max-width: 100%;
  }
}
.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-slide > div {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .slick-list {
    padding-right: 20%;
  }
}
.my_column {
  margin: 40px -16px 0;
}

@media screen and (max-width: 767px) {
  .my_column {
    margin-top: 32px;
  }
}
.my_column_item {
  padding: 0 16px;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .my_column_item {
    padding: 0 12px;
  }
}
.my_column_contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 21px 17px 0;
  height: 100%;
  box-sizing: border-box;
}

.my_column_item_top {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.my_column_item_top .my_box {
  flex: 1;
}

.my_heading__icon {
  margin: 0 0 16px;
  font-size: 1.25rem; /* 20px */
  line-height: 1.4; /* 28px */
  display: flex;
  align-items: center;
  gap: 8px;
}

.my_heading__icon img {
  max-width: 52px;
  margin: 0;
}

.my_heading__text {
  display: flex;
  flex-direction: column;
}

.my_box {
  border-top: 1px dashed #cccccc;
  padding-top: 16px;
}

.my_box .list__circle {
  margin-bottom: 0;
  font-size: 1rem; /* 16px */
  line-height: 1.7;
}

.my_heading__h3 {
  margin: 0 auto 8px;
  text-align: center;
}

.my_column__button {
  background: #0a5ba6;
  border-radius: 0 0 10px 10px;
  margin: 24px -18px -1px;
  color: white;
  font-weight: bold;
  font-size: 1rem; /* 16px */
  line-height: 1.5; /* 24px */
  padding: 16px;
  width: auto;
}

.my_column__button:visited {
  color: white;
}

.my_column__button::before, .my_column__button::after {
  background-color: white;
}

.my_exclusive {
  margin: 40px auto;
  max-width: 600px;
  border: 1px solid #666666;
  position: relative;
  padding: 40px 95px;
  box-sizing: border-box;
}

.my_exclusive .figure__img {
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .my_exclusive {
    padding: 30px 20px;
  }
  .my_exclusive .figure__img {
    padding-left: 15px;
  }
  .my_exclusive .figure__img img {
    width: 73%;
  }
}
.my_exclusive_tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
}

.my_exclusive__h2 {
  margin: auto;
  font-size: 1.5rem; /* 24px */
  line-height: 1; /* 24px */
  text-align: center;
}

.my_exclusive__h2 + .figure__img {
  margin-top: 17px;
}

@media screen and (min-width: 768px) {
  .my_exclusive__h2 + .figure__img {
    max-width: 290px;
    margin-inline: auto;
    padding-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .my_exclusive__h2 {
    font-size: 1.25rem; /* 20px */
    line-height: 1.8; /* 36px */
  }
}
@media screen and (max-width: 767px) {
  .sp__block__size12.my_block__center:not(:has(.my_button__red)) {
    width: auto;
    padding: 0;
  }
}