@charset "UTF-8";

body .common-header .gn__1st > li > a {

    padding-left: 1.2vw;
    padding-right: 1.2vw;
}

@media screen and (max-width: 766px) {
body .common-header .gn__1st > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}








body [data-page-id="history"] .list-historyHeader {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 65px;
}

body [data-page-id="history"] .list-historyHeader .item {
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #dddddd;
}

body [data-page-id="history"] .list-historyHeader .item:last-child {
  border-right: 0;
}

body [data-page-id="history"] .list-historyHeader .item a {
  color: #00479d;
  display: block;
  position: relative;
  padding-right: 20px;
}

body [data-page-id="history"] .list-historyHeader .item a:hover {
  opacity: .5;
}

body [data-page-id="history"] .list-historyHeader .item a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #00479d #00479d;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}

body [data-page-id="history"]  .dev .col-history:after {
  content: "";
  background: url("../img/history/icon_ciecle_02.png") no-repeat 0 0;
  display: block;
  width: 11px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: none;
}

body [data-page-id="history"] .dev  .col-history__item .year::before {
    content: "";
    background: url(../img/history/icon_ciecle_01.png) no-repeat 0 0;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

body [data-page-id="history"] .dev .col-history {
    width: 100%;
    position: relative;
    padding-top: 0;
}



/* 2025/9/26 add h */

/* footer */
body .common-footer {
  margin-top: 80px;
  @media screen and (max-width: 766px) {
    margin-top: 65px;
  }
  /* &:lang(en) {
    margin-top: 0;
  } */
}

/* area catalog download */
body .area-catalog-download {
  background-color: #212A34;
  padding: 70px 20px;
}

/* row-horizontal */
body .add-row-horizontal {
  display: flex;
  justify-content: center;
  @media screen and (max-width: 909px) {
    flex-direction: column;
    align-items: center;
  }
}
body .add-row-horizontal .add-row-horizontal__item {
  margin-left: 50px;
  @media screen and (max-width: 909px) {
    margin-left: 0;
    margin-top: 20px;
  }
  @media screen and (max-width: 766px) {
    width: 100%;
  }

}
body .add-row-horizontal .add-row-horizontal__item:first-child {
  margin-left: 0;
  @media screen and (max-width: 909px) {
    margin-top: 0;
  }
}

/* button catalog download */
body .button-set.--add-button-catalog-download {
}
body .button-set.--add-button-catalog-download .button--type3 {
  padding: 20px 78px 20px 80px;
  background-color: #00A0E9;
  box-sizing: border-box;
  @media screen and (max-width: 766px) {
    width: 100%;
  }
}
body .button-set.--add-button-catalog-download .button--type3:hover {
  background-color: #35bcf9;
}
body .button-set.--add-button-catalog-download .button--type3 img {
  right: 0;
  left: 30px;
}

/* header catalog button */
body .common-header .gn__2st > li.catalog {
  position: absolute;
  top: 100px;
  right: 0;
  @media screen and (max-width: 976px) {
    display: none;
  }
}
body .common-header .gn__2st > li.catalog > a {
  width: 100px;
  margin-left: 0;
  color: #fff;
  background-color: #00A0E9;
  transition: color .2s linear, background-color .2s linear;
}
body .common-header:not(.sp) .gn__2st > li.catalog > a:hover {
  color: #fff;
  background-color: #35bcf9;
}
body .common-header .gn__2st > li.catalog > a:before {
  background-image: url(/assets/img/common/icon_book_wh.svg);
}

/* sp header catalog button */
body .common-header .gn__1st > li.catalog {
  display: none;
  @media screen and (max-width: 976px) {
    display: block;
    border-bottom: none;
    margin: 40px 20px 0 20px;
    display: flex;
    justify-content: center;
  }
}
body .common-header .gn__1st > li.catalog .button-set.--add-button-catalog-download {
  @media screen and (max-width: 766px) {
    width: 100%;
  }
}

/* header side title */
body [data-page-id="top"] .hero .right-col .t1 {
  justify-content: center;
  @media screen and (min-width: 977px) {
    top: 50%;
    translate: 0 -50%;
  }
  @media screen and (min-width: 977px) and (max-height: 720px) {
    /* height: 240px */
    height: 150px
  }
  /* @media screen and (min-width: 977px) and (max-height: 670px) {
    height: 150px
  } */
  @media screen and (min-width: 977px) and (max-height: 550px) {
    top: 300px;
  }
  @media screen and (max-width: 976px) and (max-height: 510px) {
    top: 70px;
  }
}

/* header side Scroll Down */
body [data-page-id="top"] .hero .right-col .t2 {
  @media screen and (min-width: 977px) and (max-height: 550px) {
    display: none;
  }
  @media screen and (max-width: 976px) and (max-height: 530px) {
    display: none;
  }
}




.row-3col-wrap-new {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.row-3col-new__item {
	width: 30%;
	margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  @media screen and (max-width: 766px) {
    width: 100%;
    margin-bottom: 40px;
  }
}
.row-3col-new__item__box {
  background-color: #f4f5f7;
  text-align: center;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
}
.row-3col-new__item__txt {
  font-weight: bold;
  color: #00479d;
  font-size: 31px;
  margin: 0;
  width: 100%;
  line-height: 1.3;
  word-break: break-word;
  @media screen and (max-width: 766px) {
    font-size: 24px;
  }
}
