@charset "UTF-8";
#side {
  padding: 0;
  width: 240px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1400px) {
  #side {
    width: calc(262.5 / 1400 * 100vw);
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  #side {
    display: none !important;
  }
}
#side__inner .ttl-type02 {
  background-image: none;
  margin-bottom: 0;
}
@media screen and (min-width: 1920px) {
  #side__inner .ttl-type02 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .ttl-type02 {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  #side__inner .ttl-type02 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .ttl-type02 {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  #side__inner .ttl-type02 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .ttl-type02 {
    padding-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  #side__inner .ttl-type02 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .ttl-type02 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #side__inner .ttl-type02 {
    padding: calc(21.875 / 1400 * 100vw) calc(15.3125 / 1400 * 100vw);
  }
}
#side__inner .link-arrow {
  background-image: none;
  display: flex;
  align-items: center;
  padding-right: 0;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  #side__inner .link-arrow {
    gap: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .link-arrow {
    gap: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  #side__inner .link-arrow {
    font-size: 18px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #side__inner .link-arrow {
    font-size: max(10px, 0.9375vw);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #side__inner .link-arrow {
    gap: calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 16.40625 / 1400 * 100vw);
  }
}

.side-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1920px) {
  .side-list {
    gap: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list {
    gap: calc(14.21875 / 1400 * 100vw);
  }
}
.side-list li {
  border: none;
}
.side-list li a,
.side-list li .current > span:first-child {
  font-weight: 500;
  padding: 0;
  border: none;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1920px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    gap: 6px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    gap: 0.3125vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list li a,
  .side-list li .current > span:first-child {
    gap: calc(3.28125 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
.side-list li a::after,
.side-list li .current > span:first-child::after {
  display: none;
}
.side-list li a:before,
.side-list li .current > span:first-child:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  background-color: #818B9A;
}
.side-list li a:hover {
  color: #303234 !important;
}
.side-list li.current > span {
  font-weight: 700 !important;
  background: none;
  color: #0057BE !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.side-list li.current > span:hover {
  color: #0057BE !important;
}
.side-list li.current > a {
  font-weight: 700 !important;
  cursor: default;
  background-color: transparent;
  color: #0057BE !important;
  pointer-events: none;
}
.side-list li.current > a .hover-line_animation {
  background-image: linear-gradient(transparent 50%, #0057BE 0);
}
.side-list__accordion-btn {
  text-align: left;
}
.side-list__accordion-btn.open {
  background: none;
  font-weight: 700;
  line-height: 1.4;
  color: #303234;
  border: none;
  display: flex;
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    gap: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    gap: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .side-list__accordion-btn.open {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__accordion-btn.open {
    gap: calc(6.5625 / 1400 * 100vw);
    padding: calc(21.875 / 1400 * 100vw) calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
.side-list__accordion-btn.open:before {
  content: "";
  display: inline-block;
  background-image: url("/common/images/icon/icon_ttl_circle.svg");
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open:before {
    width: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open:before {
    width: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open:before {
    height: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open:before {
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn.open:before {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn.open:before {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__accordion-btn.open:before {
    width: calc(12.03125 / 1400 * 100vw);
    height: calc(12.03125 / 1400 * 100vw);
    min-width: 10px;
    min-height: 10px;
    margin-top: calc(4.375 / 1400 * 100vw);
  }
}
.side-list__accordion-btn {
  background: none;
  font-weight: 700;
  line-height: 1.4;
  color: #303234;
  border: none;
  display: flex;
  pointer-events: none;
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    gap: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    gap: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .side-list__accordion-btn {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__accordion-btn {
    gap: calc(6.5625 / 1400 * 100vw);
    padding: calc(21.875 / 1400 * 100vw) calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
.side-list__accordion-btn:before {
  content: "";
  display: inline-block;
  background-image: url("/common/images/icon/icon_ttl_circle.svg");
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn:before {
    width: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn:before {
    width: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn:before {
    height: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn:before {
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__accordion-btn:before {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__accordion-btn:before {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__accordion-btn:before {
    width: calc(12.03125 / 1400 * 100vw);
    height: calc(12.03125 / 1400 * 100vw);
    margin-top: calc(4.375 / 1400 * 100vw);
    min-width: 10px;
    min-height: 10px;
  }
}
.side-list__01 .side-list__accordion-btn {
  border-top: 1px solid rgba(129, 139, 154, 0.3);
}
.side-list__01__vision a {
  background: none !important;
  color: #303234 !important;
}
.side-list-sub {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(129, 139, 154, 0.3);
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 1920px) {
  .side-list-sub {
    gap: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list-sub {
    gap: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list-sub {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list-sub {
    padding-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list-sub {
    margin-left: 13px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list-sub {
    margin-left: 0.6770833333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list-sub {
    gap: calc(10.9375 / 1400 * 100vw);
    padding-left: calc(15.3125 / 1400 * 100vw);
    margin-left: calc(10.9375 / 1400 * 100vw);
  }
}
.side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
  background: none;
  font-weight: 700;
  line-height: 1.4;
  color: #303234;
  border: none;
  display: flex;
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    font-size: max(10px, 0.8333333333vw);
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    gap: 10px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    gap: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-top: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__03, .side-list__04, .side-list__05, .side-list__06, .side-list__07, .side-list__08 {
    gap: calc(6.5625 / 1400 * 100vw);
    padding: calc(21.875 / 1400 * 100vw) calc(8.75 / 1400 * 100vw);
    font-size: max(12px, 14.21875 / 1400 * 100vw);
  }
}
.side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
  content: "";
  display: inline-block;
  background-image: url("/common/images/icon/icon_ttl_circle.svg");
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    width: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    width: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    height: 16px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .side-list__03:before, .side-list__04:before, .side-list__05:before, .side-list__06:before, .side-list__07:before, .side-list__08:before {
    width: calc(12.03125 / 1400 * 100vw);
    height: calc(12.03125 / 1400 * 100vw);
    margin-top: calc(4.375 / 1400 * 100vw);
    min-width: 10px;
    min-height: 10px;
  }
}
.side-list__03 a, .side-list__04 a, .side-list__05 a, .side-list__06 a, .side-list__07 a, .side-list__08 a {
  font-weight: 700 !important;
  background: none !important;
}
.side-list__03 a:before, .side-list__04 a:before, .side-list__05 a:before, .side-list__06 a:before, .side-list__07 a:before, .side-list__08 a:before {
  display: none !important;
}
.side-list__accordion-body {
  display: block !important;
}

.side-list > li > ul.side-list-sub, .side-list > li > ul.side-list-sub02 {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.side-list-sub02 > li > a {
  text-decoration: none;
}

/* 基本スタイル */
.sub-page-wrapper,
#contents-wrap {
  display: flex;
}

/* サイドバーが画面より高い場合のスタイル */
.sub-page-wrapper.is-tall,
#contents-wrap.is-tall {
  align-items: flex-end;
}

#side.is-tall {
  position: sticky;
  bottom: 0;
  top: auto;
  margin-bottom: 60px !important;
}

/* サイドバーが画面より低い場合のスタイル */
.sub-page-wrapper.is-short,
#contents-wrap.is-short {
  align-items: flex-start;
}

#side.is-short {
  position: sticky;
  bottom: auto;
  top: 90px;
  margin-bottom: 60px !important;
}

/* 共通スタイル */
#side, .js-sideFixed {
  height: 100%;
  margin-bottom: 0 !important;
}

#main {
  height: 100%;
}

.content-wrapper {
  overflow: visible !important;
}

@media (max-width: 767px) {
  #contents-wrap > #side:first-child + #main {
    margin-top: 0;
  }
}

#main article > .page-ttl:first-child {
  height: auto !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-bottom: none;
  margin: 0;
  position: relative;
}
#main article > .page-ttl:first-child::before, #main article > .page-ttl:first-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
}
#main article > .page-ttl:first-child::before {
  width: 8px;
  background-color: #0057BE;
  left: 0;
}
#main article > .page-ttl:first-child::after {
  width: calc(100% - 10px);
  background-color: #818B9A;
  left: 12px;
}
@media screen and (min-width: 1920px) {
  #main article > .page-ttl:first-child {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #main article > .page-ttl:first-child {
    padding-bottom: 1.7708333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #main article > .page-ttl:first-child {
    padding-bottom: calc(26.25 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  #main article > .page-ttl:first-child {
    margin-top: calc(40 / 390 * 100vw);
    padding: 0 0 calc(28 / 390 * 100vw) !important;
  }
}

#main article > .page-ttl .page-ttl__text {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  font-size: 30px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) and (max-width: 1400px) {
  #main article > .page-ttl .page-ttl__text {
    letter-spacing: calc(1.09375 / 1400 * 100vw);
    font-size: max(12px, 27.34375 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  #main article > .page-ttl .page-ttl__text {
    line-height: 1.4;
    letter-spacing: calc(1 / 390 * 100vw);
    margin: 0;
    font-size: max(10px, 22 / 390 * 100vw);
  }
}

.ttl-type01 {
  background-image: none !important;
  color: #0057BE !important;
  font-weight: 700 !important;
  line-height: 2 !important;
  padding-bottom: 0 !important;
  position: relative;
  font-size: 20px !important;
  padding: 6px 20px !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ttl-type01 {
    padding: calc(6.5625 / 1400 * 100vw) calc(21.875 / 1400 * 100vw) !important;
    margin-top: calc(32.8125 / 1400 * 100vw) !important;
    margin-bottom: calc(32.8125 / 1400 * 100vw) !important;
    font-size: max(12px, 1.25vw) !important;
  }
}
@media (max-width: 767px) {
  .ttl-type01 {
    padding: calc(6 / 390 * 100vw) calc(20 / 390 * 100vw);
    margin-top: calc(30 / 390 * 100vw) !important;
    margin-bottom: calc(30 / 390 * 100vw) !important;
    font-size: max(10px, 16 / 390 * 100vw);
  }
}
.ttl-type01:before {
  content: "";
  width: 6px;
  height: 40%;
  border-radius: 5px;
  background-color: #0057BE;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ttl-type01:before {
    width: calc(5.46875 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .ttl-type01:before {
    width: calc(5 / 390 * 100vw);
  }
}

/*! CSS Used from: https://www.ntt-f.co.jp/group/css/style.css */
.tbl-type02 > tbody > tr > th {
  color: #212121;
}

.tbl-type02-02 > tbody > tr > th {
  color: #212121;
}

#contents-wrap {
  position: relative;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 1250px;
}
@media screen and (min-width: 1920px) {
  #contents-wrap {
    gap: 80px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #contents-wrap {
    gap: 4.1666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #contents-wrap {
    width: calc(1225 / 1400 * 100vw);
    gap: calc(65.625 / 1400 * 100vw);
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #contents-wrap {
    flex-direction: column;
    width: calc(350 / 390 * 100vw);
  }
}
#contents-wrap #main {
  padding: 0;
}
.content-wrapper #contents-wrap {
  width: auto;
}
.content-wrapper #contents-wrap #main {
  width: auto;
}

#contents-wrap > #side:first-child + #main {
  line-height: 1.6;
}

.box-inner {
  padding: 0;
}

@media screen and (min-width: 1920px) {
  #main article > .page-ttl:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  #main article > .page-ttl:first-child {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #main article > .page-ttl:first-child {
    margin-bottom: calc(43.75 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  #main article > .page-ttl:first-child {
    margin-bottom: calc(40 / 390 * 100vw);
  }
}