@charset "UTF-8";
/* tab */
/*============================
#header
============================*/
.breadcrumbs {
  margin-top: 100px;
}
@media (max-width: 896px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

/*============================
#cont01 左側sticky
============================*/
.cont01.flex {
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 896px) {
  .cont01.flex {
    flex-direction: column;
  }
}

@media (min-width: 897px) {
  #cont01 .left {
    z-index: 2;
    position: sticky;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
  }
}

@media (min-width: 897px) {
  #cont01 .right {
    flex: 1;
    overflow-y: auto;
    /* コンテンツが縦に長くなる場合にスクロール可能にする */
    min-height: 100vh;
    /* 縦の高さを固定側と一致させる */
  }
}

#cont01 .text {
  background-color: #004082;
  color: #fff;
  padding: 22px 35px;
}
@media (min-width: 897px) {
  #cont01 .text {
    width: fit-content;
  }
}
@media (min-width: 897px) {
  #cont01 .text {
    position: absolute;
    right: 0;
  }
}

#cont01 .text h2 {
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 897px) {
  #cont01 .text h2 {
    font-family: "a-otf-shingopro-bold";
  }
}

#cont01 .text p {
  font-family: "a-otf-shingopro-medium";
  font-size: 21px;
  line-height: 1.4;
  margin-top: 20px;
}

#cont01 .right li {
  max-width: 60%;
}
@media (min-width: 897px) {
  #cont01 .right li {
    max-width: 40%;
  }
}

#cont01 .right li:nth-of-type(2n) {
  margin-left: 90px;
}

#cont01 .right li + li {
  margin-top: 50px;
}

#cont01 .right li p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
}

#cont01 .navPage {
  margin-top: 50px;
  text-align: center;
}

#cont01 .navPage .inner {
  justify-content: center;
  gap: 20px;
}

.prev a,
.next a {
  border: 1px solid #004082;
  width: 150px;
  text-align: center;
  font-family: "a-otf-shingopro-medium";
}

#cont01 .navPage div a {
  color: #004082;
  font-size: 24px;
  display: block;
  padding: 6px 0 10px;
  transition: all 0.5s ease-out;
  letter-spacing: 0.1em;
}

.ichiran a {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .ichiran a {
    font-size: 5vw;
  }
}

.prev a:hover,
.next a:hover {
  background-color: #004082;
  color: #fff;
  opacity: 1;
}

/*スマホ最適化*/
@media (max-width: 896px) {
  #main {
    margin-top: 13vw;
  }
  #cont01 {
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 15vw;
    margin-top: 5vw;
  }
  #cont01 .right {
    position: relative;
    margin-top: 8vw;
  }
  #cont01 .right .text {
    background-color: #004082;
    color: #fff;
    padding: 4vw 4.5vw;
  }
  #cont01 .right h2 {
    font-size: 6vw;
  }
  #cont01 .right .text p {
    font-size: 4.8vw;
    margin-top: 2vw;
    line-height: 1.3;
  }
  #cont01 .right .bottom ul {
    margin-top: 10vw;
  }
  #cont01 .right li {
    margin-bottom: 8vw;
  }
  #cont01 .right li:last-of-type {
    margin-bottom: 0;
  }
  #cont01 .right li p {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-top: 1vw;
  }
  #cont01 .navPage {
    margin: 0 auto;
    margin-top: 15vw;
  }
  #cont01 .navPage .inner {
    text-align: center;
  }
  #cont01 .navPage div {
    vertical-align: middle;
  }
  .prev a,
  .next a {
    display: inline-block;
  }
  #cont01 .navPage div a {
    color: #004082;
    font-size: 5vw;
    display: block;
    padding: 2vw 8vw 2vw;
  }
}/*# sourceMappingURL=single-jisseki_type.css.map */