@charset "UTF-8";
.title-lv1, .title-lv2, .title-lv3, .title-lv4, .text, .list-normal-01, .list-disc-01, .list-decimal-01, .list-decimal-02, .list-note-disc-01, .list-note-decimal-01, .list-note-01, .list-type-01, .table-type01, .layout-1col, .layout-2col {
  text-align: left;
}

.text, .list-normal-01, .list-disc-01, .list-decimal-01, .list-decimal-02, .list-note-disc-01, .list-note-decimal-01, .list-note-01, .list-type-01, .table-type01, .layout-1col, .layout-2col, .layout-3col, .box-01 {
  margin-top: 3.2rem;
}

.list-normal-01_item, .list-disc-01_item, .list-decimal-01_item, .list-decimal-02_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 {
  line-height: 1.5;
}
.title-lv1, .title-lv2, .title-lv3, .title-lv4, .text-bold {
  font-weight: bold;
}
.title-lv1 {
  font-size: 3.6rem;
  margin-bottom: 5.6rem;
  padding-bottom: 2rem;
  border-bottom: 0.4rem solid #D9D9D9;
  border-image: linear-gradient(to right, #F39800 0%, #F39800 138px, #D9D9D9 138px, #D9D9D9 100%) 1;
}
.title-lv2 {
  font-size: 2.8rem;
  margin-bottom: 4rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.2rem solid #D9D9D9;
}
.title-lv3 {
  font-size: 2.2rem;
  margin-bottom: 3.2rem;
}
.title-lv4 {
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
}

.text-link-01[data-link-icon="arrow"]::after,
.text-link-01[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.text-link-01[data-link-icon="no"]::after {
  content: none;
}
.text-link-01[data-link-icon="arrow"]::after {
  width: 1.4rem;
  height: 1.2rem;
  margin-left: 0.6rem;
  background: url(/assets/img/common/shared/icon-link-arrow-s-or.svg) no-repeat center center;
  background-size: contain;
}
.text-link-01[target="_blank"]::after {
  width: 1.4rem;
  height: 1.2rem;
  margin-left: 0.6rem;
  background: url(/assets/img/common/shared/icon-link-blank-or.svg) no-repeat center center;
  background-size: contain;
}

.text-sup-01 {
  font-size: 62.5%;
  line-height: 1;
  vertical-align: text-top;
}

.text-break {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: anywhere;  
}

.list-disc-01_item {
  padding-left: 3.5rem;
}
.list-decimal-01_item {
  padding-left: 3.5rem;
}
.list-decimal-02_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-decimal-02 {
  counter-reset: list-order-item 0;
}
.list-decimal-02_item::before {
  counter-increment: list-order-item 1;
  content: "("counter(list-order-item)")";
  position: absolute;
  left: 0;
  top: 0;
}

.list-type-01_item {
  border-top: 1px solid #D9D9D9;
}
.list-type-01_item:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.list-type-01_item-inner {
  display: grid;
  position: relative;
  padding: 3rem;
}
a.list-type-01_item-inner {
  transition: 0.3s all;
}
a.list-type-01_item-inner:hover {
  opacity: 0.7;
}
a.list-type-01_item-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 2.6rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
a.list-type-01_item-inner::after {
  background-image: url(/assets/img/common/shared/icon-link-arrow-or.svg);
}
a.list-type-01_item-inner[target="_blank"]::after {
  background-image: url(/assets/img/common/shared/icon-link-blank-or.svg);
}

.list-note-disc-01, .list-note-decimal-01, .list-note-01 {
  font-size: 1.4rem;
}
.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;
}

.button-type01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.button-type01_item {
  width: 100%;
}
.button-type01_link {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  padding: 1.4rem 6rem 1.5rem 6rem;
  color: #ffffff;
  font-size: 1.8rem;
  background: #2C2C2C;
  border-radius: 5rem;
  align-items: center;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.4s;
}
.button-type01_link.button-type01_link-or {
  background: #EA5412;
}
.button-type01_link:hover {
  opacity: 0.6;
}
.button-type01_link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2.2rem;
  margin: auto;
  vertical-align: middle;
  width: 2.6rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.button-type01_link::after {
  background-image: url(/assets/img/common/shared/icon-link-arrow-wh.svg);
}
.button-type01_link[target="_blank"]::after {
  width: 1.6rem;
  background-image: url(/assets/img/common/shared/icon-link-blank-wh.svg);
}

.table-type01 {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-type01_caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.table-type01_header-lv1 {
  text-align: center;
  font-weight: bold;
  background-color: #EEEEEE;
}
.table-type01_header-lv1 {
  border-bottom: solid 1px #ffffff;
}
.table-type01_header-lv1 + .table-type01_header-lv1 {
  border-left: solid 1px #ffffff;
}
.table-type01_header-lv2 {
  font-weight: bold;
  border-bottom: solid 1px #D9D9D9;
}
.table-type01_row:first-child .table-type01_header-lv2 {
  border-top: solid 1px #D9D9D9;
}
.table-type01_data {
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
  border-left: solid 1px #D9D9D9;
}

.image-container {
  margin: 0;
}
.image_item {
  width: 100%;
}
.text-caption {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.4rem;
}

.box-01 {
  background-color: #f8f8f8;
}

.contents-area > .section-container {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* FOR SMARTPHONE
----------------------------------------*/
@media screen and (max-width: 767px) {
  .list-type-01_item-inner {
    gap: 0.8rem 0;
  }

  .button-type01 {
    margin: 3rem auto 0;
    gap: 2rem 0;
  }
  .button-type01_item {
    min-height: 5.4rem;
  }

  .table-type01_header-lv1, .table-type01_header-lv2, .table-type01_data {
    padding: 1.5rem 1rem;
  }
  
  .layout-1col_list, .layout-2col_list, .layout-3col_list {
    display: flex;
    flex-direction: column;
    gap: 3.2rem 0;
  }
  
  .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: 4rem;
  }

}

/* FOR PC
----------------------------------------*/
@media screen and (min-width: 768px) {
  .title-lv1, .title-lv2, .title-lv3, .title-lv4, .text, .list-normal-01, .list-disc-01, .list-decimal-01, .list-decimal-02, .list-note-disc-01, .list-note-decimal-01, .list-note-01, .list-type-01, .table-type01, .layout-1col, .layout-2col, .layout-3col {
    margin-left: auto;
    margin-right: auto;
    max-width: 95rem;
  }

  .title-lv1, .title-lv2, .title-lv3, .title-lv4 {
    line-height: 1.6;
  }
  
  .text-link-01 {
    transition: 0.3s all;
  }
  .text-link-01:hover {
    opacity: 0.7;
  }
  .text-link-01 {
    background-image: linear-gradient(90deg, #EA5412, #EA5412);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    transition: background-size 0.36s ease-out;
  }
  .text-link-01:hover {
    background-size: 100% 1px;
  }

  .list-type-01_item-inner {
    grid-template-columns: 13.8rem 1fr;
    gap: 0 2.4rem;
  }

  .button-type01 {
    max-width: 99rem;
    margin: 4rem auto 0;
    gap: 2.4rem 2.4rem;
  }
  .button-type01_item {
    max-width: 38.2rem;
    min-height: 5.4rem;
  }
  .button-type01_link {
    transition: opacity 0.4s;
  }
  
  .table-type01_header-lv1, .table-type01_header-lv2, .table-type01_data {
    padding: 3rem 2.4rem;
  }
  
  .layout-1col_list, .layout-2col_list, .layout-3col_list {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem 2.4rem;
  }
  .layout-1col_list {
    justify-content: center;
  }

  .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);
  }
  
  .box-01 {
    padding: 4rem;
  }

  .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-normal-01:first-child, .list-disc-01:first-child, .list-decimal-01:first-child, .list-decimal-02:first-child, .list-note-disc-01:first-child, .list-note-decimal-01:first-child, .list-note-01:first-child, .list-type-01:first-child, .table-type01:first-child, .layout-1col:first-child, .layout-2col:first-child, .layout-3col:first-child, .box-01:first-child, 
.list-normal-01_item:first-child, .list-disc-01_item:first-child, .list-decimal-01_item:first-child, .list-decimal-02_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:last-child {
  padding-bottom: 0;
}
.title-lv3 + .text, .title-lv4 + .text {
  margin-top: 0;
}
