@charset "UTF-8";
.l-wrap {
  color: var(--text-color);
  line-height: 1.5;
}
.l-wrap section {
  width: 1340px;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .l-wrap section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-wrap section .cmp-image img {
    width: 100%;
  }
  .l-wrap section .sp-ib {
    display: inline-block;
  }
}
.l-wrap .l-block {
  display: block;
  margin-bottom: 40px;
}
.l-wrap .content-module {
  margin-bottom: 40px;
}
.l-wrap h2 {
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-wrap h2 {
    font-size: 24px;
  }
}
.l-wrap h3 {
  font-weight: 500;
}
.l-wrap h4 {
  font-weight: 500;
}

.headline .cmp-headline h2 {
  text-align: center;
}
.headline.--border .cmp-headline {
  border: #475D82 1px solid;
  border-radius: 10px;
  padding: 20px;
}
.headline.--ruled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headline.--ruled small {
  background-color: #475D82;
  color: #FFF;
  padding: 0.25em 1em;
  border-radius: 1em;
  font-weight: normal;
}
.headline.--ruled span {
  border-top: 1px solid #4E5B73;
  border-bottom: 1px solid #4E5B73;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 768px) {
  .headline.--ruled h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.headline.--line .cmp-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headline.--line .cmp-headline span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.headline.--line .cmp-headline span::before {
  content: "";
  height: 1em;
  width: 4px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.headline.--line .cmp-headline span::after {
  content: "";
  height: 1em;
  width: 4px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.tabs .tab-1 .headline.--line span {
  color: #D580A7;
}
.tabs .tab-1 .headline.--line span::before {
  background-color: #D580A7;
}
.tabs .tab-1 .headline.--line span::after {
  background-color: #D580A7;
}
.tabs .tab-2 .headline.--line span {
  color: #9A7D35;
}
.tabs .tab-2 .headline.--line span::before {
  background-color: #9A7D35;
}
.tabs .tab-2 .headline.--line span::after {
  background-color: #9A7D35;
}
.tabs .cmp-tab--content {
  display: none;
}
.tabs .cmp-tab--content.show {
  display: block;
}
.tabs .tab-container {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .tabs .tab-container {
    padding: 0;
    gap: 10px;
  }
}
@media screen and (min-width: 769px) {
  .tabs .tab-container br {
    display: none;
  }
}
.tabs .tab-container .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 12px 12px 0 0;
  border-bottom: #fff 10px solid;
  background-color: #F7F1E4;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  height: 120px;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .tabs .tab-container .tab {
    font-size: 18px;
  }
}
.tabs .tab-container .tab.tab-1 {
  background-color: #FEF2F6;
}
.tabs .tab-container .tab.tab-1.active {
  border-color: #FEF2F6;
}
.tabs .tab-container .tab.tab-2 {
  background-color: #F7F1E4;
}
.tabs .tab-container .tab.tab-2.active {
  border-color: #F7F1E4;
}
.tabs .content-container .cmp-tab--content {
  border-radius: 12px;
  padding: 70px;
}
@media screen and (max-width: 768px) {
  .tabs .content-container .cmp-tab--content {
    padding: 20px;
    border-radius: 0;
  }
}
.tabs .content-container .tab-1 {
  background-color: #FEF2F6;
}
.tabs .content-container .tab-2 {
  background-color: #F7F1E4;
}
.tabs.-news .cmp-tabs .tab-container {
  padding-top: 10px;
  background-color: #ECF0F1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .tabs.-news .cmp-tabs .tab-container {
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 30px 0;
  }
}
.tabs.-news .cmp-tabs .tab-container .tab {
  border: #fff 1px solid;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: transparent;
  padding: 10px 40px;
  font-size: 16px;
  height: auto;
  width: 370px;
  max-width: 48%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .tabs.-news .cmp-tabs .tab-container .tab {
    padding: 6px;
  }
}
.tabs.-news .cmp-tabs .tab-container .tab.active {
  background-color: #fff;
}
.tabs.-news .cmp-tabs .content-container .cmp-tab--content {
  padding: 20px 0;
}

.news-list .cmp-news ul .list-item {
  display: grid;
  grid-template-columns: 126px 1fr 64px;
  gap: 20px;
  border-bottom: var(--line-color) 1px solid;
}

@media screen and (max-width: 768px) {
  .news-list .cmp-news ul .list-item {
    grid-template-columns: 1fr 64px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 0;
    padding: 16px 0;
  }
}
.news-list .cmp-news ul .list-item .list-item__data {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .news-list .cmp-news ul .list-item .list-item__data {
    grid-area: 1/1/2/2;
    padding: 0;
  }
}
.news-list .cmp-news ul .list-item .list-item__heading {
  padding: 20px 10px;
  
}
@media screen and (max-width: 768px) {
  .news-list .cmp-news ul .list-item .list-item__heading {
    grid-area: 2/1/3/3;
    padding: 5px 0;
  }
}
.news-list .cmp-news ul .list-item a.list-item__heading:hover {
  text-decoration: underline;
}
.news-list .cmp-news ul .list-item .list-item__icon {
  padding: 16px 0;
  display: grid;
}
@media screen and (max-width: 768px) {
  .news-list .cmp-news ul .list-item .list-item__icon {
    grid-area: 1/2/2/3;
    padding: 0;
  }
}
.news-list .cmp-news ul .list-item .list-item__icon--icon {
  display: grid;
  height: 100%;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
}
.news-list .cmp-news ul .list-item .list-item__icon--icon.--important {
  background-color: var(--theme-color);
  color: #fff;
}

.button {
  text-align: center;
}
.button .cmp-button {
  display: inline-block;
}
.button .cmp-button a {
  display: grid;
  grid-template-columns: 18px 1fr 18px;
  padding: 10.5px 18px;
  font-size: 18px;
  gap: 30px;
  border-radius: 6px;
}
.button .cmp-button a::before {
  content: "";
}
.button .cmp-button a::after {
  content: "";
}
.button .cmp-button__cv {
  background-color: #E74C3C;
  color: #fff;
}
.button .cmp-button__cv::after {
  background: url(./img/icon-blank.svg) no-repeat center;
  background-size: contain;
}
.button .cmp-button__arr {
  border: var(--theme-color) 1px solid;
  color: var(--theme-color);
}
.button .cmp-button__arr::after {
  content: "";
  background: url(../_demo/img/icon-arr-right.svg) no-repeat center;
  background-size: contain;
}

.separator div {
  padding: 40px 0;
}
.separator div hr {
  border: none;
  height: 1px;
  background-color: #ccc;
}
.separator .spacer {
  display: block;
}
.separator .spacer.h60 {
  padding-top: 60px;
}
.separator.narrow {
  margin-bottom: 0;
  margin-top: -40px;
}
.separator.narrow div {
  padding: 10px 0;
}

.section {
  border-radius: 12px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 20px;
  }
}
.section.--items {
  display: grid;
  gap: 20px;
}
.section.--items .l-block {
  margin: 0;
}
.section.--items .headline {
  margin-bottom: 20px;
}
.section.--items .separator div {
  padding: 20px 0;
}
.section.col-2 {
  padding: 0;
}
.section.col-2 .cmp-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.section.col-2 .cmp-section .teaser {
  margin: 0;
}
.section.col-2 .cmp-section .teaser.--thumbnail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  border: #B0BEC5 1px solid;
}
.section.col-2 .cmp-section .teaser.--thumbnail a .cmp-teaser__image {
  width: 140px;
}
.section.col-2 .cmp-section .teaser.--thumbnail a .cmp-teaser__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section.col-2 .cmp-section .teaser.--thumbnail a .cmp-teaser__content h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .section.col-2 .cmp-section {
    grid-template-columns: 1fr;
  }
  .section.col-2 .cmp-section .teaser.--thumbnail .cmp-teaser__image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.section.col-2.text-center .cmp-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section.col-2.text-center .cmp-section .cmp-section__content {
  width: 400px;
  max-width: 100%;
  border-radius: 12px;
}
.section.col-2.text-center .cmp-section .cmp-section__content.card-1 {
  background-color: #FEF2F6;
}
.section.col-2.text-center .cmp-section .cmp-section__content.card-2 {
  background-color: #F7F1E4;
}
.section.col-2.text-center .cmp-section .cmp-section__content .module-teaser__content {
  padding-top: 20px;
}

#relatedcontent {
  padding-bottom: 60px;
}
#relatedcontent .button a {
  line-height: 1;
  padding: 16px 25px 16px 30px;
  display: grid;
  grid-template-columns: 1fr 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 420px;
  max-width: 100%;
  text-align: left;
  border: #B0BEC5 1px solid;
  border-radius: 6px;
}
#relatedcontent .button a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(./img/icon-button-arr.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #relatedcontent .button {
    width: 100%;
  }
}

.text.text-center .cmp-text {
  text-align: center;
}
.text.text-center .cmp-text p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .text.text-center .cmp-text p {
    font-size: 16px;
  }
}
.text.text-center .cmp-text p strong {
  font-size: 30px;
  color: #E74C3C;
}
@media screen and (max-width: 768px) {
  .text.text-center .cmp-text p strong {
    font-size: 25px;
    display: inline-block;
  }
}
.text.text-center .cmp-text p:not(:last-child) {
  margin-bottom: 1em;
}
.text.text-center .cmp-text p.bottom-border {
  border-bottom: #475D82 2px solid;
  padding: 10px 0;
}
.text.text-center .cmp-text.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text .small {
  padding-top: 16px;
  color: #666;
  font-size: 14px;
}
.text.--annotation ul {
  padding-left: 1.4em;
  font-size: 14px;
}
.text.--annotation ul li {
  padding-left: 0.4em;
}
.text.--annotation ul li::marker {
  content: "※";
}
.text.--annotation.--head li {
  list-style: none;
}
.text.--annotation.--head li::marker {
  content: none;
}

.tab-2 .text.text-center .cmp-text p strong {
  color: #9A7D35;
}
.tab-2 .text.text-center .cmp-text p.bottom-border {
  color: #9A7D35;
  border-color: #9A7D35;
}

.module-benefit .module-benefit__content {
  padding: 10px 20px;
}
.module-benefit .module-benefit__content .module-benefit__bottom {
  margin-top: 10px;
  padding-top: 10px;
}
.module-benefit .module-benefit__image {
  width: 170px;
}
.module-benefit .module-benefit__text {
  font-size: 25px;
}
.module-benefit .module-benefit__text span {
  color: #475D82;
  font-size: 18px;
}
.module-benefit .module-benefit__before {
  font-size: 18px;
}
.module-benefit .module-benefit__after {
  font-size: 18px;
}
.module-benefit .module-benefit__after span {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .module-benefit .module-benefit__item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
  .module-benefit .module-benefit__item .module-benefit__image {
    width: 100%;
  }
  .module-benefit .module-benefit__item .module-benefit__image img {
    display: block;
    margin: auto;
    max-width: 70%;
  }
}
.module-benefit.benefit-gold .module-benefit__item {
  padding: 20px;
  border-radius: 12px;
}
.module-benefit.benefit-gold .module-benefit__content {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 174px;
}
@media screen and (min-width: 769px) {
  .module-benefit.benefit-gold .module-benefit__content {
    min-height: auto;
  }
}
.module-benefit.benefit-gold .module-benefit__content .module-benefit__pre {
  color: #666;
  font-size: 14px;
  padding-top: 10px;
}
.module-benefit.benefit-gold .module-benefit__content .module-benefit__excerpt.--strong {
  font-weight: bold;
}
.module-benefit.benefit-gold .module-benefit__content .module-benefit__text {
  padding-bottom: 16px;
}

.swiper .swiper-controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding-top: 30px;
}
.swiper .swiper-controls .swiper-pagination {
  position: static;
  width: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 10px;
}
.swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #475D82;
}
.swiper .swiper-controls .swiper-button-prev,
.swiper .swiper-controls .swiper-button-next {
  position: static;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../_demo/img/icon-slide-arr.svg) no-repeat center;
  margin-top: 0;
}
.swiper .swiper-controls .swiper-button-prev::after,
.swiper .swiper-controls .swiper-button-next::after {
  content: none;
}
.swiper .swiper-controls .swiper-button-prev {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.swiper .swiper-controls .swiper-button-next {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.carousel.--teaser .cmp-carousel__item {
  display: grid;
  height: 100%;
}
.carousel.--teaser a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: #B0BEC5 1px solid;
  border-radius: 12px;
  padding: 20px;
  min-height: 420px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.carousel.--teaser a .cmp-carousel__image {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  margin-bottom: 10px;
}
.carousel.--teaser a .cmp-carousel__text {
  margin-right: -3px;
}
.carousel.--teaser a .cmp-carousel__text p {
  font-size: 18px;
}
.carousel.--teaser a .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  padding: 10px 10px;
  width: 100%;
}
.carousel.--teaser a .tags .tag {
  padding: 0.2em 1em 0.3em;
  border-radius: 50px;
  color: #fff;
  background-color: #475D82;
  font-size: 12px;
  line-height: 1;
}
.carousel.--teaser a .tags .tag.--new {
  background-color: #E74C3C;
}
.carousel.--teaser a .name {
  min-height: 64px;
  width: 100%;
}
.carousel.--teaser a .name p {
  display: block;
  margin: 0;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 500;
}
.carousel.--teaser a .bottom {
  width: calc(100% - 20px);
  border-top: #B0BEC5 1px solid;
  margin-top: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0 6px;
}
@media screen and (min-width: 769px) {
  .carousel.--teaser .is-sp {
    display: none;
  }
}
.carousel.--card .swiper-controls .swiper-pagination {
  height: 34px;
}
.carousel.--card .swiper-controls .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 4px;
}
.carousel.--kv .swiper-slide {
  position: relative;
}
.carousel.--kv .swiper-slide a {
  display: block;
  position: absolute;
}
.carousel.--kv .swiper-slide a.link-01 {
  width: 664px;
  height: 314px;
  left: 170px;
  top: 127px;
}
.carousel.--kv .swiper-slide a.link-02 {
  width: 187px;
  height: 314px;
  left: 937px;
  top: 127px;
}
.carousel.--index {
  overflow: hidden;
  margin-bottom: 0;
}
.carousel.--index .cmp-carousel {
  /*margin-left: -15%;
  margin-right: -15%;*/
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .carousel.--index .cmp-carousel {
    /*margin-left: -34%;
    margin-right: -34%;*/
  }
}
.carousel.--index .cmp-carousel .swiper-slide a {
  position: static;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.carousel.--index .cmp-carousel .swiper-slide a:hover {
  -webkit-transform: scale(110%);
          transform: scale(110%);
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
}
#application .cmp-headline .text {
  padding-top: 20px;
}
#application .cmp-headline .text a {
  color: #007AC9;
  text-decoration: underline;
}
#application .cmp-headline .text a:hover {
  text-decoration: none;
}

#relatedcontent .headline h3 {
  text-align: center;
  font-size: 30px;
}

.breadcrumb {
  border-top: var(--line-color) 1px solid;
}
.breadcrumb .cmp-breadcrumb {
  width: 1340px;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto 0;
  padding: 10px 0;
}
.breadcrumb .cmp-breadcrumb a {
  border-right: var(--line-color) 1px solid;
  display: inline-block;
  line-height: 1;
  padding: 0.1em 1em 0.2em;
  font-size: 13px;
}
.breadcrumb .cmp-breadcrumb .current {
  padding: 0 0 0 10px;
  display: inline-block;
  font-size: 13px;
  color: #666;
}

@media screen and (max-width: 768px) {
  .module-anchor ul li {
    width: 50%;
  }
  .module-anchor ul li a {
    padding: 10px;
  }
  .module-anchor ul li:nth-child(3) {
    border-left: none;
    border-top: #ccc 1px solid;
  }
  .module-anchor ul li:nth-child(4) {
    border-top: #ccc 1px solid;
  }
}

.text-center {
  text-align: center;
}

#qirapoint .cmp-html {
  border: #B0BEC5 1px solid;
  border-radius: 12px;
  padding: 20px;
}
#qirapoint .cmp-html .midashi {
  color: #D580A7;
  font-size: 30px;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #qirapoint .cmp-html .midashi {
    font-size: 20px;
  }
}
#qirapoint .cmp-html .lead {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
#qirapoint .cmp-html .lead strong {
  font-size: 40px;
}
#qirapoint .cmp-html .lead .color-red {
  color: #E74C3C;
}
#qirapoint .cmp-html ol {
  padding-left: 1.4em;
}
#qirapoint .cmp-html ol li {
  list-style: decimal;
  font-size: 20px;
  margin-top: 20px;
}
#qirapoint .cmp-html ol li p {
  font-size: 18px;
  padding-top: 20px;
}
#qirapoint .cmp-html ol li img {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #qirapoint .cmp-html ol li .image {
    margin-left: -1.4em;
  }
}

.teaser.image-left .cmp-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.teaser.image-left .image {
  width: 33%;
}
.teaser.image-left .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.teaser.image-left .content p:not(:last-child) {
  margin-bottom: 0.6em;
}
.teaser.image-left .content .midashi {
  font-size: 20px;
  font-weight: bold;
}
.teaser.image-left .content .midashi strong {
  font-size: 40px;
  color: #E74C3C;
}
@media screen and (max-width: 768px) {
  .teaser.image-left .content .midashi strong {
    font-size: 30px;
  }
}
.teaser.image-left .content .annotation {
  padding-left: 1em;
  font-size: 14px;
  color: #666;
}
.teaser.image-left .content .annotation li {
  padding-left: 0.4em;
}
.teaser.image-left .content .annotation li::marker {
  content: "※";
}
@media screen and (max-width: 768px) {
  .teaser.image-left .cmp-teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .teaser.image-left .cmp-teaser .image {
    width: 100%;
  }
}
.teaser.--card {
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .teaser.--card {
    padding: 0;
  }
}
.teaser.--card .image {
  width: 39.216%;
}
.teaser.--card .content h3 {
  font-size: 34px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .teaser.--card .content h3 {
    font-size: 26px;
  }
}
.teaser.--card .content h3 small {
  font-size: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .teaser.--card .content h3 small {
    font-size: 20px;
  }
}
.teaser.--card .content .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px 0;
}
.teaser.--card .content .icon-list dt {
  width: 70px;
}
.teaser.--card .content .icon-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
}
.teaser.--card .content .button {
  text-align: left;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .teaser.--card .content .button .cmp-button {
    width: 100%;
  }
}
.teaser.--card .content .button .cmp-button a {
  text-align: center;
}
.teaser.--thumbnail.--fixed .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  gap: 40px;
  border: #B0BEC5 1px solid;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teaser.--thumbnail.--fixed .box .cmp-teaser__image {
  width: 180px;
}
.teaser.--thumbnail.--fixed .box .cmp-teaser__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  gap: 16px;
}
.teaser.--thumbnail.--fixed .box .cmp-teaser__content h4 {
  font-size: 20px;
}
.teaser.--thumbnail.--fixed .box .cmp-teaser__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .teaser.--thumbnail.--fixed .box {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .teaser.--thumbnail.--fixed .box .cmp-teaser__image {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .teaser.--thumbnail.--fixed .box .cmp-teaser__button {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.image.narrow {
  padding: 0 40px 0;
}
@media screen and (max-width: 768px) {
  .image.narrow {
    padding: 0 0 0;
  }
}

#overview dl {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}
#overview dl dt {
  text-align: center;
  font-size: 30px;
}
#overview.module-accordion .module-accordion__button {
  border: none;
}
#overview dd {
  padding-top: 0;
}
#overview dd table {
  width: 100%;
}
#overview dd table th {
  text-align: left;
  vertical-align: top;
  border-bottom: #B0BEC5 1px solid;
  padding: 1em 2em;
}
#overview dd table td {
  text-align: left;
  vertical-align: top;
  border-bottom: #B0BEC5 1px solid;
  padding: 1em 2em;
}
#overview dd table td p {
  margin-top: 0;
}
#overview dd table td p small {
  color: #666;
}
#overview dd table tr:last-child th {
  border: none;
}
#overview dd table tr:last-child td {
  border: none;
}
#overview dd table ul.--head {
  margin: 0 0 20px;
  padding-left: 0;
}
#overview dd table ul.--head li {
  list-style: none;
  padding-left: 2em;
  margin-left: 0;
  position: relative;
  color: #666;
}
#overview dd table ul.--head li .head {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #overview dd table tr {
    display: block;
  }
  #overview dd table tr th {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  #overview dd table tr td {
    display: block;
  }
}

.--date.module-accordion dl .module-accordion__button {
  border: none;
}
@media screen and (max-width: 768px) {
  .--date.module-accordion dl {
    border: none;
    padding: 0;
  }
  .--date.module-accordion dl dt {
    font-size: 16px;
  }
  .--date.module-accordion dl dd {
    margin-left: -20px;
    margin-right: -20px;
    overflow: auto;
    padding: 0 20px;
  }
  .--date.module-accordion dl dd table th {
    white-space: nowrap;
  }
  .--date.module-accordion dl dd table td {
    white-space: nowrap;
  }
}
.--date dd {
  border-top: none;
}
.--date table {
  border: #B0BEC5 1px solid;
  border-radius: 12px;
  width: 100%;
}
.--date table th {
  padding: 1em 2em;
  border-bottom: #B0BEC5 1px solid;
  background-color: #F2F2F2;
}
.--date table th:not(:first-child) {
  border-left: #B0BEC5 1px solid;
}
.--date table td.head {
  background-color: #f2f2f2;
}
.--date table td {
  padding: 1em 2em;
  border-bottom: #B0BEC5 1px solid;
}
.--date table td:not(.head) {
  border-left: #B0BEC5 1px solid;
}
.--date table tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
}

.list.--teaser .cmp-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.list.--teaser .cmp-list ul li {
  border: #B0BEC5 1px solid;
  border-radius: 10px;
  padding: 10px;
}
.list.--teaser .cmp-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.list.--teaser .cmp-list ul li .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  padding: 10px 10px;
}
.list.--teaser .cmp-list ul li .tags .tag {
  padding: 0.2em 1em 0.3em;
  border-radius: 50px;
  color: #fff;
  background-color: #475D82;
  font-size: 12px;
  line-height: 1;
}
.list.--teaser .cmp-list ul li .tags .tag.--new {
  background-color: #E74C3C;
}
.list.--teaser .cmp-list ul li .name {
  min-height: 64px;
}
.list.--teaser .cmp-list ul li .name p {
  display: block;
  margin: 0;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 500;
}
.list.--teaser .cmp-list ul li .bottom {
  border-top: #B0BEC5 1px solid;
  margin-top: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0 6px;
}

@media screen and (max-width: 768px) {
  #faq.module-accordion dt {
    font-size: 18px;
  }
  #faq.module-accordion dd {
    margin-top: 0;
    border-top: none;
  }
  #faq.module-accordion dd p {
    margin: 0;
  }
  #faq.module-accordion .module-accordion__button {
    display: none;
  }
}

.--gsix .button .cmp-button__cv {
  background-color: #47474C;
}
.--gsix .tabs .tab-container .tab.tab-1 {
  background-color: #eee;
}
.--gsix .tabs .tab-container .tab.tab-1.active {
  border-color: #eee;
}
.--gsix .tabs .tab-container .tab.tab-2 {
  background-color: #EBE7DC;
}
.--gsix .tabs .tab-container .tab.tab-2.active {
  border-color: #EBE7DC;
}
.--gsix .content-container .tab-1 {
  background-color: #eee;
}
.--gsix .content-container .tab-2 {
  background-color: #EBE7DC;
}
.--gsix .headline h3 {
  text-align: center;
  font-size: 28px;
}
.--gsix .headline .--lead {
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
}
.--gsix .section.col-2.text-center .cmp-section .cmp-section__content.card-1 {
  background-color: #eee;
}
.--gsix .section.col-2.text-center .cmp-section .cmp-section__content.card-2 {
  background-color: #EBE7DC;
}

.annotation {
  padding-left: 1em;
  font-size: 14px;
  color: #666;
}
.annotation li {
  padding-left: 0.4em;
}
.annotation li::marker {
  content: "※";
}

.module-important .cmp-important {
  border: var(--theme-color) 1px solid;
  padding: 8px;
  border-radius: 10px;
}
.module-important .cmp-important .grid {
  display: grid;
  grid-template-columns: 152px 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .module-important .cmp-important .grid {
    grid-template-columns: auto;
    gap: 4px;
  }
}
.module-important .cmp-important .grid .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color);
  border-radius: 8px 0 0 8px;
}
.module-important .cmp-important .grid .head .heading {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .module-important .cmp-important .grid .head {
    border-radius: 8px 8px 0 0;
    padding: 16px 0;
  }
}
.module-important .cmp-important .grid .content ul {
  list-style: disc;
  padding-left: 1.4em;
  display: grid;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .module-important .cmp-important .grid .content ul {
    padding-left: 0;
  }
}
.module-important .cmp-important .grid .content ul li {
  list-style: disc;
  color: #E74C3C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .module-important .cmp-important .grid .content ul li {
    white-space: wrap;
  }
}
.module-important .cmp-important .grid .content ul li a {
  display: block;
  padding: 6px 6px;
}
.module-important .cmp-important .grid .content ul li a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=demo.css.map */