@charset "UTF-8";
.title-lv1, .title-lv2, .title-lv3, .title-lv4, .text, .list-disc-01, .list-decimal-01, .list-note-disc-01, .list-note-decimal-01, .list-note-01, .table-01, .layout-1col, .layout-2col {
  text-align: left;
}

.list-disc-01_item, .list-decimal-01_item, .list-decimal-01_item, .list-note-disc-01_item, .list-note-decimal-01_item, .list-note-01_item {
  position: relative;
  margin-top: 1rem;
}

.title-lv1, .title-lv2, .title-lv3, .title-lv4, .text-bold {
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
}

.text-note {
  font-size: 1.2rem;
}
.text-link-01 {
  color: #0063b2;
  /*vertical-align: middle;*/
}
.text-link-01[data-sbg-icon="arrow"]::after,
.text-link-01[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.text-link-01[data-sbg-icon="no"]::after {
  content: none;
}
.text-link-01[data-sbg-icon="arrow"]::after {
  width: 0.7rem;
  height: 2.4rem;
  margin-left: 0.9rem;
  background: url(/assets/img/common/shared/icon-arrow-link.svg) no-repeat 0 0.4rem;
}
.text-link-01[target="_blank"]::after {
  width: 1.6rem;
  height: 2.4rem;
  margin-left: 0.5rem;
  background: url(/assets/img/common/shared/icon-blank.svg) no-repeat 0 0.2rem;
}

.text-sup-01 {
  font-size: 62.5%;
  line-height: 1;
  vertical-align: text-top;
}

.list-note-disc-01, .list-note-decimal-01, .list-note-01 {
  font-size: 1.2rem;
  line-height: 1.875;
}
.list-disc-01_item {
  padding-left: 3.5rem;
}
.list-decimal-01_item {
  padding-left: 3.5rem;
}
.list-note-disc-01_item {
  padding-left: 2.5rem;
}
.list-disc-01_item::before,
.list-note-disc-01_item::before {
  position: absolute;
  left: 0.6rem;
  display: block;
  content: '';
  top: 0.8em;
  border-radius: 50%;
  background-color: #333;
  width: 0.4rem;
  height: 0.4rem;
}
.list-decimal-01 {
  counter-reset: list-order-item 0;
}
.list-decimal-01_item::before {
  counter-increment: list-order-item 1;
  content: counter(list-order-item) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.list-note-decimal-01_marker, .list-note-decimal-01_data, .list-note-01_marker, .list-note-01_data {
  display: table-cell;
}
.list-note-decimal-01_marker {
  min-width: 3.5rem;
}
.list-note-01_marker {
  min-width: 2.5rem;
}

.table-01 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #3f4451;
}
.table-01_header-lv1, .table-01_header-lv2 {
  color: #ffffff;
  background-color: #3f4451;
}
.table-01_header-lv1 {
  border-bottom: solid 1px #ffffff;
}
.table-01_header-lv1 + .table-01_header-lv1 {
  border-left: solid 1px #ffffff;
}
.table-01_header-lv2 {
  border-top: solid 1px #ffffff;
}
.table-01_row:first-child .table-01_header-lv2, .table-01_data {
  border-top: solid 1px #3f4451;
}
.table-01_data {
  border: solid 1px #3f4451;
}

.image-container {
  margin: 0;
}
.image_item {
  width: 100%;
}
.text-caption {
  margin-top: 2rem;
  text-align: center;
}

.video-type01 {
  margin-left: auto;
  margin-right: auto;
}
.video-type01_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-type01_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box-01 {
  background-color: #f8f8f8;
}

.contents-area > .section-container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-container::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 84rem;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #b2b2b2;
}
.section-container[data-sbg-section-border="no"]::before,
.section-container .section-container::before {
  display: none;
}



@media screen and (max-width: 768px) {
  .text, .list-disc-01, .list-decimal-01, .list-note-disc-01, .list-note-decimal-01, .list-note-01, .table-01, .layout-1col, .layout-2col, .layout-3col, .video-type01, .box-01 {
    margin-top: 3rem;
  }

  .title-lv1, .title-lv2, .title-lv3, .title-lv4 {
    line-height: 1.4;
  }

  .title-lv1 {
    font-size: 2.4rem;
  }
  .title-lv2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .title-lv3 {
    font-size: 2.0rem;
    margin-bottom: 2rem;
  }
  .title-lv4 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  
  .table-01_header-lv1, .table-01_header-lv2, .table-01_data {
    padding: 1.5rem 1rem;
  }
  
  .layout-1col_item, .layout-2col_item, .layout-3col_item {
    margin-top: 3rem;
  }
  
  .video-type01 {
    margin-top: 3rem;
    max-width: 100%;
  }
  
  .box-01 {
    padding: 30px 15px;
  }

  .section-container {
    padding-bottom: 4rem;
  }
  .section-container::before {
    margin-bottom: 4rem;
  }
  .contents-area > .section-container:last-child {
    padding-bottom: 8rem;
  }
  .section-container .section-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

}

@media screen and (min-width: 769px) {
  .title-lv1, .title-lv2, .title-lv3, .title-lv4, .text, .list-disc-01, .list-decimal-01, .list-note-disc-01, .list-note-decimal-01, .list-note-01, .table-01, .layout-1col, .layout-2col, .layout-3col {
    margin-left: auto;
    margin-right: auto;
    max-width: 84rem;
  }
  .text, .list-disc-01, .list-decimal-01, .list-note-disc-01, .list-note-decimal-01, .list-note-01, .table-01, .layout-1col, .layout-2col, .layout-3col, .video-type01, .box-01 {
    margin-top: 4rem;
  }

  .title-lv1, .title-lv2, .title-lv3, .title-lv4 {
    line-height: 1.6;
  }

  .title-lv1 {
    font-size: 3.2rem;
    line-height: 1.125;
  }
  .title-lv2 {
    font-size: 2.8rem;
    line-height: 1.214;
    margin-bottom: 6rem;
  }
  .title-lv3 {
    font-size: 2.4rem;
    line-height: 1.125;
    margin-bottom: 4rem;
  }
  .title-lv4 {
    font-size: 2.0rem;
    line-height: 1.125;
    margin-bottom: 4rem;
  }
  
  .text-link-01 {
    transition: 0.3s all;
  }
  .text-link-01:hover {
    opacity: 0.7;
  }
  
  .table-01_header-lv1, .table-01_header-lv2, .table-01_data {
    padding: 3rem;
  }
  
  .layout-1col_list, .layout-2col_list, .layout-3col_list {
    display: flex;
    flex-wrap: wrap;
  }
  .layout-1col_list {
    justify-content: center;
  }
  .layout-2col_item:nth-child(2n), .layout-3col_item:nth-child(3n), .layout-3col_item:nth-child(3n+2) {
    margin-left: 4rem;
  }
  .layout-2col_item:nth-child(n+3), .layout-3col_item:nth-child(n+4) {
    margin-top: 4rem;
  }

  .layout-1col_item {
    width: 46rem;
    margin: 0 auto;
  }
  .layout-1col_item[data-item-size="full"] {
    width: 100%;
  }
  .layout-1col_item[data-item-size="auto"] {
    width: auto;
  }
  .layout-2col_item {
    width: calc((100% - 4rem) / 2);
  }
  .layout-3col_item {
    width: calc((100% - 8rem) / 3);
  }
  
  .image_item[data-image-height="fixed"] {
    max-width: 100%;
    height: 307px;
    object-fit: cover;
  }

  .video-type01 {
    margin-top: 4rem;
    max-width: 77rem;
  }
  .video-type01[data-sbg-video-size="s"] {
    max-width: 64rem;
  }
  .video-type01[data-sbg-video-size="m"] {
    max-width: 84rem;
  }
  .video-type01[data-sbg-video-size="l"] {
    max-width: 96rem;
  }
  
  .box-01 {
    padding: 40px;
  }

  .section-container {
    padding-bottom: 6rem;
  }
  .section-container::before {
    margin-bottom: 6rem;
  }
  .contents-area > .section-container:last-child {
    padding-bottom: 12rem;
  }
  .section-container .section-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

}

.text:first-child, .list-disc-01:first-child, .list-decimal-01:first-child, .list-note-disc-01:first-child, .list-note-decimal-01:first-child, .list-note-01:first-child, .table-01:first-child, .layout-1col:first-child, .layout-2col:first-child, .layout-3col:first-child, .video-type01:first-child, .box-01:first-child, 
.list-disc-01_item:first-child, .list-decimal-01_item:first-child, .list-decimal-01_item:first-child, .list-note-disc-01_item:first-child, .list-note-decimal-01_item:first-child, .list-note-01_item:first-child {
  margin-top: 0;
}
.section-container .section-container + .section-container,
.title-lv2 + .section-container {
  padding-top: 0;
}
.section-container .section-container:last-child {
  padding-bottom: 0;
}
