/*************************************************

info index

*************************************************/
/* info-postlist
---------------------------------------*/
.info-postlist {
  position: relative;
  margin-bottom: 16rem;
  padding: 9rem 0 10rem;
  background-color: #F9F5F5;
  border-radius: 12rem;
}
@media screen and (max-width: 767px) {
  .info-postlist {
    margin-bottom: 10rem;
    padding: 4.5rem 0 6rem;
    border-radius: 4rem;
  }
}

.info-postlist-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(128rem, 100% - 24rem);
  margin: 0 auto 5.5rem;
  color: #003399;
  line-height: 1.5;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .info-postlist-title {
    width: min(128rem, 100% - 6rem);
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
}

.info-postlist-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: min(128rem, 100% - 6rem);
  margin: 0 auto;
  gap: 3.5rem 3.3rem;
}
@media screen and (max-width: 767px) {
  .info-postlist-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info-postlist-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 2.475rem);
}
@media screen and (max-width: 767px) {
  .info-postlist-list__item {
    width: 100%;
  }
}

.info-postlist-list__acnhor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 1.4rem 1.4rem 3rem;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border-radius: 1.4rem;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.info-postlist-list__img {
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
  aspect-ratio: 268/178;
  border-radius: 1.4rem;
  background-color: #D9D9D9;
}
.info-postlist-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.info-postlist-list__title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.info-postlist-list__text {
  color: #666666;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}

.info-postlist-list__botom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1.2rem;
}
.info-postlist-list__botom .in-date {
  font-size: 1.3rem;
}
.info-postlist-list__botom .in-cat {
  padding: 0.3rem 1.1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3rem;
  background-color: #4B464A;
  line-height: 1.2;
}

.info-postlist-list__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.2;
}
.info-postlist-list__tags + .info-postlist-list__tags {
  margin-top: 0.5rem;
}
.info-postlist-list__tags .in-tag {
  padding: 0.5rem;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.3rem;
}
.info-postlist-list__tags.type01 .in-tag {
  color: #fff;
  background-color: #003399;
}
.info-postlist-list__tags.type02 .in-tag {
  color: #003399;
  border: #003399 solid 1px;
}

.info-postlist-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7rem;
}
.info-postlist-lead .in-text {
  position: relative;
  color: #66C1FB;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info-postlist-lead .in-text {
    font-size: 2.2rem;
  }
}
.info-postlist-lead .in-text::before, .info-postlist-lead .in-text::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  background-color: #66C1FB;
  height: 1.3em;
  width: 1px;
  margin-top: -0.65em;
}
@media screen and (max-width: 767px) {
  .info-postlist-lead .in-text::before, .info-postlist-lead .in-text::after {
    top: auto;
    bottom: 0;
    width: 1px;
    height: 1.6em;
    margin-top: 0;
  }
}
.info-postlist-lead .in-text::before {
  left: -2.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .info-postlist-lead .in-text::before {
    left: 0;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .is-sp-1line .info-postlist-lead .in-text::before {
    left: -1.6rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.info-postlist-lead .in-text::after {
  right: -2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .info-postlist-lead .in-text::after {
    right: 0;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .is-sp-1line .info-postlist-lead .in-text::after {
    right: -1.6rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

/*************************************************

info detail

*************************************************/
.info-detail {
  margin-bottom: 13rem;
  padding: 4rem 0 11rem;
  background: #EAF2FF url(../images/common/bg01.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .info-detail {
    margin-bottom: 7rem;
    padding: 3.5rem 0 6rem;
  }
}

.info-detail-box {
  max-width: 128rem;
  margin: 0 auto;
  padding: 8rem 0;
  background-color: #fff;
  border-radius: 6rem;
}
@media screen and (max-width: 767px) {
  .info-detail-box {
    max-width: none;
    margin: 0 2rem;
    padding: 3rem 0 5rem;
    border-radius: 2rem;
  }
}

.info-detail-inner {
  max-width: 82rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .info-detail-inner {
    margin: 0 1.4rem;
  }
}

/* info-detail-head
---------------------------------------*/
.info-detail-head {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: #BAE3FC dashed 0.3rem;
}
@media screen and (max-width: 767px) {
  .info-detail-head {
    margin-bottom: 1.5rem;
    border-width: 0.2rem;
  }
}

.info-detail-head__ja {
  position: relative;
  color: #003399;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .info-detail-head__ja {
    font-size: 1.6rem;
  }
}

.info-detail-head__en {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 100%;
  color: #E8F2FA;
  font-size: 11rem;
  font-weight: 600;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .info-detail-head__en {
    font-size: 4.6rem;
  }
}

/* info-detail-info
---------------------------------------*/
.info-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.info-detail-info .in-date {
  color: #666;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .info-detail-info .in-date {
    font-size: 1.3rem;
  }
}
.info-detail-info .in-cat {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info-detail-info .in-cat a {
  display: block;
  padding: 0 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  background-color: #4B464A;
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  .info-detail-info .in-cat a {
    padding: 0 1.2rem;
    font-size: 1.2rem;
  }
}

.info-detail-body {
  margin-top: 3.5rem;
  color: #666666;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .info-detail-body {
    margin-top: 2rem;
  }
}
.info-detail-body * {
  max-width: 100% !important;
}
.info-detail-body::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.info-detail-body h1, .info-detail-body h2 {
  position: relative;
  margin: 2.5rem 0 1.5rem;
  padding-bottom: 1rem;
  color: #003399;
  font-weight: 700;
  font-size: 2.8rem;
  border-bottom: #BAE3FC solid 0.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .info-detail-body h1, .info-detail-body h2 {
    margin: 1.5rem 0 1.5rem;
    font-size: 1.8rem;
    border-width: 0.4rem;
  }
}
.info-detail-body h3 {
  margin-bottom: 2rem;
  padding: 1rem 2.5rem;
  color: #333;
  font-size: 2.6rem;
  font-weight: 700;
  background-color: #F9F5F5;
  border-radius: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .info-detail-body h3 {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
}
.info-detail-body h4, .info-detail-body h5, .info-detail-body h6 {
  margin-bottom: 1.8rem;
  padding-bottom: 1.5rem;
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: #DDDDDD solid 0.3rem;
}
@media screen and (max-width: 767px) {
  .info-detail-body h4, .info-detail-body h5, .info-detail-body h6 {
    font-size: 1.6rem;
    border-width: 0.2rem;
  }
}
.info-detail-body h1:first-child, .info-detail-body h2:first-child, .info-detail-body h3:first-child, .info-detail-body h4:first-child, .info-detail-body h5:first-child, .info-detail-body h6:first-child {
  margin-top: 0;
}
.info-detail-body > * {
  margin-bottom: 5rem;
}
.info-detail-body li {
  position: relative;
  margin-bottom: 0.3em;
}
.info-detail-body ol {
  padding-left: 1.5em;
}
.info-detail-body ol li {
  list-style: decimal outside;
}
.info-detail-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7em;
  line-height: 1.6;
}
.info-detail-body ul li {
  position: relative;
  padding-left: 1.7em;
  font-weight: 500;
}
.info-detail-body ul li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #75BFEF;
}
@media screen and (max-width: 767px) {
  .info-detail-body ul li::before {
    width: 1rem;
    height: 1rem;
  }
}
.info-detail-body strong {
  font-weight: 700;
}
.info-detail-body em {
  font-style: italic;
}
.info-detail-body figcaption {
  font-size: 1rem;
  text-align: center;
}
.info-detail-body * + figcaption {
  margin-top: 1.5em;
}
.info-detail-body blockquote {
  display: block;
  padding: 2rem 3rem;
  background: #E8F2FA;
  border-radius: 1.5rem;
}
.info-detail-body blockquote p {
  margin-bottom: 0;
}
.info-detail-body *:last-child {
  margin-bottom: 0;
}

/* info-detail-btns
---------------------------------------*/
.info-detail-btns {
  position: relative;
}
@media screen and (max-width: 767px) {
  .info-detail-btns .parts-btn01 {
    -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;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .info-detail-btns .parts-btn01__anchor {
    width: 26rem;
  }
}
@media screen and (min-width: 768px) {
  .info-detail-btns .is-prev {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .info-detail-btns .is-next {
    position: absolute;
    top: 0;
    right: 0;
  }
}