@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px clamp(0px, 4%, 150px);
  box-sizing: border-box;
}
@media screen and (max-width: 1345px) {
  header {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 860px) {
  header {
    padding: 25px 20px;
    padding: 25px 5%;
  }
}
@media screen and (max-width: 980px) {
  header .logo {
    width: 130px;
  }
}
@media screen and (max-width: 860px) {
  header nav {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 200px;
    height: 100vh;
    padding: 20px 10px;
    box-sizing: border-box;
    z-index: 10;
    background: #fff;
    transition: 0.5s;
  }
  header nav.is-open {
    right: 0;
    display: block;
  }
}
header nav .sp-nav_close {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 10px;
  color: #034689;
  font-size: 2.5rem;
  line-height: 1;
}
header nav ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
@media screen and (max-width: 860px) {
  header nav ul {
    display: block;
    margin-top: 10px;
  }
}
header nav ul li {
  margin-left: 40px;
}
@media screen and (max-width: 1345px) {
  header nav ul li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 860px) {
  header nav ul li {
    margin: 0;
  }
}
header nav ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 860px) {
  header nav ul li:last-child a {
    border-bottom: 2px solid #0050A0;
  }
}
header nav ul li a {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 1345px) {
  header nav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 860px) {
  header nav ul li a {
    border-top: 2px solid #0050A0;
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
@media screen and (max-width: 860px) {
  header .sp-nav_toggle {
    width: 24.5px;
    height: 16.5px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
  header .sp-nav_toggle span {
    display: block;
    background: #034689;
    width: 100%;
    height: 2px;
    border-radius: 99px;
  }
}

footer {
  position: relative;
}
@media screen and (max-width: 860px) {
  footer {
    padding: 50px 0 0;
    background-size: 100% 220px;
    background: none;
  }
}
footer .foot_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 900px;
  width: 70%;
  margin: 120px auto -80px;
}
@media screen and (max-width: 860px) {
  footer .foot_list {
    display: block;
    width: 90%;
    margin-bottom: 50px;
    margin-top: 0;
  }
}
footer .foot_list li {
  max-width: 440px;
  width: 48.888%;
}
@media screen and (max-width: 860px) {
  footer .foot_list li {
    width: 100%;
    margin: 0 auto;
  }
  footer .foot_list li + li {
    margin-top: 15px;
  }
}
footer .foot_list li .btn {
  display: block;
  position: relative;
  text-align: center;
  background: #fff;
  border: 2px solid #AFB6BE;
  border-radius: 12px;
  box-sizing: border-box;
  line-height: 1;
  padding: 30px 15%;
  font-weight: 700;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 860px) {
  footer .foot_list li .btn {
    font-size: 1.4rem;
    padding: 20px 15%;
  }
}
footer .foot_list li .btn img {
  position: absolute;
  max-width: 44px;
  width: 10%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
footer .foot_list li p {
  text-align: center;
  margin: 5px auto;
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (max-width: 860px) {
  footer .foot_list li p {
    color: #212121;
  }
}
footer .foot_list li p a {
  text-decoration: underline;
  color: #fff;
}
@media screen and (max-width: 860px) {
  footer .foot_list li p a {
    color: #0050A0;
  }
}
footer .foot_txtBox {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  padding: 0 60px;
  box-sizing: border-box;
}
@media (max-width: 1040px) {
  footer .foot_txtBox {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox {
    flex-wrap: wrap;
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
footer .foot_txtBox .logo {
  margin-right: auto;
  width: 330px;
}
@media (max-width: 1165px) {
  footer .foot_txtBox .logo {
    width: auto;
  }
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox .logo {
    width: 50%;
  }
}
footer .foot_txtBox .retop {
  position: absolute;
  top: 80px;
  right: 2%;
  max-width: 120px;
  width: 10%;
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox .retop {
    position: static;
    width: 25vw;
    max-width: 105px;
    margin-top: -30vw;
  }
}
footer .foot_txtBox .contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1040px) {
  footer .foot_txtBox .contact {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox .contact {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }
}
footer .foot_txtBox .contact a {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox .contact a {
    font-size: clamp(0px, 4.4vw, 16px);
  }
}
footer .foot_txtBox .contact a + a {
  margin-left: 2em;
}
@media (max-width: 1040px) {
  footer .foot_txtBox .contact a + a {
    margin-left: 0;
  }
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox .contact a + a {
    margin-left: 1em;
  }
}
footer .foot_txtBox .copyright {
  font-size: 1.4rem;
  width: 330px;
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox .copyright {
    width: 100%;
    max-width: none;
    text-align: center;
    font-size: clamp(0px, 3.8vw, 14px);
  }
}
footer .bgBox {
  background: url(/image/common/footer/bg.png) no-repeat center top;
  background-size: 100% 350px;
  padding-top: 160px;
  padding-bottom: 100px;
}
@media screen and (max-width: 860px) {
  footer .bgBox {
    background: url(/image/common/footer/bg_sp.png) no-repeat center top/cover;
    padding-bottom: 20px;
    padding-top: calc(20px + 11vw);
  }
}

#mv {
  background: url(/image/common/child_mvbg.png) no-repeat center bottom/cover;
  padding-top: 5.71428vw;
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}
@media screen and (max-width: 860px) {
  #mv {
    padding-top: 40px;
  }
}
#mv .flex {
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  #mv .flex {
    display: block;
  }
}
#mv .pagettl {
  text-align: left;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #mv .pagettl {
    margin-bottom: -10px;
    margin-left: 5px;
  }
}
#mv .pagettl .ja {
  font-size: 5rem;
  display: block;
  color: #034689;
  font-weight: 900;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 860px) {
  #mv .pagettl .ja {
    font-size: 2.5rem;
  }
}
#mv .pagettl .en {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 860px) {
  #mv .pagettl .en {
    font-size: 1.3rem;
  }
}
#mv .ill {
  max-width: 690px;
  width: 100%;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 860px) {
  #mv .ill {
    width: 100%;
    margin: 0 auto;
    position: relative;
    bottom: -50px;
  }
}
#mv .nami {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#mv .nami img {
  max-width: none;
  width: 100%;
}

.dotline {
  border: none;
  border-top: 4px dotted #DBDBDB;
  display: block;
  width: 100%;
  margin: 75px auto;
}

@media screen and (max-width: 860px) {
  #newrelease_lineup {
    width: 100%;
  }
}
#newrelease_lineup .cont {
  border-radius: 12px;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont {
    border-radius: 0;
  }
}
#newrelease_lineup .cont + .cont {
  margin-top: 120px;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont + .cont {
    margin-top: 80px;
  }
}
#newrelease_lineup .cont:nth-child(even) {
  background: #FAF8F4;
  padding: 125px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont:nth-child(even) {
    padding: 80px 0 40px;
  }
}
#newrelease_lineup .cont .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex {
    display: block;
  }
}
#newrelease_lineup .cont .flex .thumBox {
  width: 28%;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .thumBox {
    width: 100%;
  }
}
#newrelease_lineup .cont .flex .thumBox .thum {
  position: relative;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .thumBox .thum {
    width: 80%;
    max-width: 230px;
    margin: 0 auto 20px;
  }
}
#newrelease_lineup .cont .flex .thumBox .icn {
  background: #00BBC4;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  aspect-ratio: 1/1;
  text-align: center;
  color: #fff;
  width: 44.5%;
  font-size: 1.7rem;
  position: absolute;
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .thumBox .icn {
    font-size: clamp(0px, 4.5vw, 15px);
    top: -10%;
    left: -10%;
  }
}
#newrelease_lineup .cont .flex .thumBox p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.777;
  margin: 15px 0;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .thumBox p {
    font-size: 1.5rem;
  }
}
#newrelease_lineup .cont .flex .thumBox a {
  border: 2px solid #DBDBDB;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-items: flex-start;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 13px;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .thumBox a {
    font-size: 1.4rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
    width: 80%;
  }
}
#newrelease_lineup .cont .flex .thumBox a::before {
  content: "";
  width: 33px;
  height: 26px;
  display: block;
  margin-right: 2em;
  background: url(/image/common/icn_youtube.svg) no-repeat center/contain;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .thumBox a::before {
    width: 20px;
    height: 15.32px;
    margin-right: 10px;
  }
}
#newrelease_lineup .cont .flex .detail {
  width: 66%;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .detail {
    width: 100%;
    margin-top: 30px;
  }
}
#newrelease_lineup .cont .flex .detail .book_ttl {
  text-align: left;
}
#newrelease_lineup .cont .flex .detail .book_ttl .catch {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .detail .book_ttl .catch {
    font-size: 1.5rem;
  }
}
#newrelease_lineup .cont .flex .detail .book_ttl .main_ttl {
  color: #034689;
  font-size: 2.8rem;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .detail .book_ttl .main_ttl {
    font-size: 2.2rem;
  }
}
#newrelease_lineup .cont .flex .detail .book_ttl .main_ttl .subttl {
  font-size: 0.7857em;
  line-height: 1.9;
  display: inline-block;
}
#newrelease_lineup .cont .flex .detail .book_ttl .main_ttl .ttl {
  line-height: 1.5;
  display: inline-block;
}
#newrelease_lineup .cont .flex .detail .book_ttl .main_ttl .note {
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.2em;
}
#newrelease_lineup .cont .flex .detail .book_ttl .main_ttl .block {
  display: block;
}
#newrelease_lineup .cont .flex .detail .author {
  display: flex;
  align-items: center;
  border-top: 2px solid #DBDBDB;
  border-bottom: 2px solid #DBDBDB;
  padding: 1.5rem 0;
  margin: 20px 0;
}
#newrelease_lineup .cont .flex .detail .author dt {
  width: 30px;
}
#newrelease_lineup .cont .flex .detail .author dd {
  font-size: 2rem;
  margin-left: 1.36rem;
  font-weight: 700;
}
#newrelease_lineup .cont .flex .detail .author dd small {
  font-size: 1.5rem;
}
#newrelease_lineup .cont .flex .detail .author dd span {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .detail .author dd {
    font-size: 1.5rem;
  }
  #newrelease_lineup .cont .flex .detail .author dd small, #newrelease_lineup .cont .flex .detail .author dd span {
    font-size: 1.3rem;
  }
}
#newrelease_lineup .cont .flex .detail p {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .detail p {
    font-size: 1.6rem;
  }
}
#newrelease_lineup .cont .flex .detail .tracklist {
  border: 2px solid #AFB6BE;
  border-radius: 6px;
  margin: 15px auto;
}
#newrelease_lineup .cont .flex .detail .tracklist .track_toggle {
  padding: 14px 20px;
  box-sizing: border-box;
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .detail .tracklist .track_toggle {
    font-size: 1.4rem;
  }
}
#newrelease_lineup .cont .flex .detail .tracklist .track_toggle::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(/image/common/arrow.svg) no-repeat center/contain;
  transform: rotate(180deg);
  transition: 0.3s;
}
#newrelease_lineup .cont .flex .detail .tracklist .track_toggle.open::after {
  transform: rotate(360deg);
}
#newrelease_lineup .cont .flex .detail .tracklist ul {
  display: none;
  padding: 20px;
  padding-top: 0;
  box-sizing: border-box;
}
#newrelease_lineup .cont .flex .detail .tracklist ul li {
  font-size: 1.8rem;
  line-height: 1.7778;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .detail .tracklist ul li {
    font-size: 1.3rem;
  }
}
#newrelease_lineup .cont .flex .detail .book-toc {
  border: 2px solid #AFB6BE;
  border-radius: 6px;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.8rem;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .detail .book-toc {
    display: block;
    font-size: 1.4rem;
  }
}
#newrelease_lineup .cont .flex .detail .book-toc dt {
  font-weight: 700;
  color: #034689;
  margin-right: 20px;
  white-space: nowrap;
}
#newrelease_lineup .cont .flex .detail .book-toc dd {
  line-height: 1.777;
}
#newrelease_lineup .cont .flex .detail .bottom_txt {
  width: -moz-fit-content;
  width: fit-content;
  color: #034689;
  font-size: 1.6rem;
  margin-left: auto;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  #newrelease_lineup .cont .flex .detail .bottom_txt {
    font-size: 1.3rem;
  }
}

#already_published .already_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#already_published .already_list li {
  width: 21%;
}
#already_published .already_list li:nth-child(n+5) {
  margin-top: 90px;
}
@media screen and (max-width: 860px) {
  #already_published .already_list li {
    width: 48%;
  }
  #already_published .already_list li:nth-child(n+3) {
    margin-top: 50px;
  }
}
#already_published .already_list li a {
  display: block;
}
#already_published .already_list li .thum {
  width: 100%;
  aspect-ratio: 17/24;
}
#already_published .already_list li .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
#already_published .already_list li p {
  font-size: 2.8rem;
  font-weight: 700;
  color: #034689;
  line-height: 1.357;
  margin-top: 10px;
}
@media screen and (max-width: 860px) {
  #already_published .already_list li p {
    font-size: 1.7rem;
  }
}
#already_published .already_list li p small {
  font-size: 0.5714285714em;
  font-weight: 400;
}
#already_published .already_list li p small.block {
  display: block;
  margin: 5px 0;
}
#already_published .already_list li p span {
  font-size: 0.5714285714em;
}
#already_published .already_list::after {
  content: "";
  width: 21%;
  display: block;
}
#already_published .already_list::before {
  content: "";
  width: 21%;
  display: block;
  order: 1;
}
#already_published #detail .book_ttl {
  text-align: left;
}
#already_published #detail .book_ttl .catch {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 860px) {
  #already_published #detail .book_ttl .catch {
    font-size: 1.5rem;
  }
}
#already_published #detail .book_ttl .ttl {
  color: #0050A0;
  font-size: 3.4rem;
}
@media screen and (max-width: 860px) {
  #already_published #detail .book_ttl .ttl {
    font-size: 2.2rem;
  }
}
#already_published #detail .book_ttl .subttl {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  color: #0050A0;
  margin-top: 0.2em;
}
@media screen and (max-width: 860px) {
  #already_published #detail .book_ttl .subttl {
    font-size: 1.3rem;
  }
}
#already_published #detail .author {
  display: flex;
  align-items: center;
  border-top: 2px solid #DBDBDB;
  border-bottom: 2px solid #DBDBDB;
  padding: 1.5rem 0;
  margin: 40px 0;
}
@media screen and (max-width: 860px) {
  #already_published #detail .author {
    margin: 20px 0;
  }
}
#already_published #detail .author dt {
  width: 30px;
}
#already_published #detail .author dd {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 1.36rem;
}
#already_published #detail .author dd small {
  font-size: 1.5rem;
}
@media screen and (max-width: 860px) {
  #already_published #detail .author dd {
    font-size: 1.5rem;
  }
  #already_published #detail .author dd small {
    font-size: 1.3rem;
  }
}
#already_published #detail .author dd span {
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 860px) {
  #already_published #detail .author dd span {
    font-size: 1.3rem;
  }
}
#already_published #detail .flex {
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #already_published #detail .flex {
    display: block;
  }
}
#already_published #detail .flex .thum {
  max-width: 243px;
}
@media screen and (max-width: 860px) {
  #already_published #detail .flex .thum {
    margin: 0 auto 30px;
  }
}
#already_published #detail .flex .txt {
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  #already_published #detail .flex .txt {
    width: 100%;
  }
}
#already_published #detail .flex .txt dl {
  border-radius: 10px;
  border: 2px solid #AFB6BE;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  box-sizing: border-box;
  font-weight: 700;
  overflow: hidden;
}
#already_published #detail .flex .txt dl dt {
  width: 20%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.5rem;
  padding: 16px 10px;
  border-bottom: 2px solid #AFB6BE;
  justify-content: center;
  background: #FFE491;
}
@media screen and (max-width: 860px) {
  #already_published #detail .flex .txt dl dt {
    font-size: 1.2rem;
    width: 80px;
    flex-shrink: 0;
  }
}
#already_published #detail .flex .txt dl dt:last-of-type {
  border-bottom: none;
}
#already_published #detail .flex .txt dl dd {
  width: 80%;
  font-size: 1.8rem;
  padding: 15px 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #AFB6BE;
  border-left: 2px solid #AFB6BE;
}
@media screen and (max-width: 860px) {
  #already_published #detail .flex .txt dl dd {
    font-size: 1.4rem;
    width: calc(100% - 80px);
  }
}
#already_published #detail .flex .txt dl dd:last-of-type {
  border-bottom: none;
}
#already_published #detail .flex .txt .youtube_link {
  margin-top: auto;
  display: block;
  border: 2px solid #AFB6BE;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding: 20px 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #already_published #detail .flex .txt .youtube_link {
    padding: 10px;
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
#already_published #detail .flex .txt .youtube_link::before {
  content: "";
  width: 33px;
  height: 26px;
  display: block;
  margin-right: 1em;
  background: url(/image/common/icn_youtube.svg) no-repeat center/contain;
}
@media screen and (max-width: 860px) {
  #already_published #detail .flex .txt .youtube_link::before {
    width: 20px;
    height: 20px;
  }
}
#already_published #detail .flex .txt .youtube_link::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  margin-left: auto;
  background: url(/image/common/arrow.svg) no-repeat center/contain;
  transform: rotate(90deg);
  transition: 0.3s;
}
#already_published #about_book {
  margin-top: 76px;
}
#already_published #about_book .cont .flex {
  display: flex;
}
#already_published #about_book .cont .flex .img {
  width: 40%;
  flex-shrink: 0;
  margin-left: 5%;
}
#already_published #about_book .cont .imgBox {
  margin: 30px auto;
  display: block;
}
#already_published #about_book .cont .imgBox img {
  margin: 0 auto;
  width: 90%;
  max-width: none;
}
#already_published #about_book .cont .line_ttl {
  text-align: left;
  color: #0050A0;
  font-size: 2.8rem;
  background: linear-gradient(transparent 60%, #33EBF4 60%);
  display: inline;
}
@media screen and (max-width: 860px) {
  #already_published #about_book .cont .line_ttl {
    font-size: 2.2rem;
  }
}
#already_published #about_book .cont .about_txt {
  font-size: 2rem;
  line-height: 1.8;
  margin: 24px auto;
}
@media screen and (max-width: 860px) {
  #already_published #about_book .cont .about_txt {
    font-size: 1.6rem;
  }
}
#already_published #about_book .cont .bgBox {
  background: #F4F8F8;
  padding: 23px 30px;
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #already_published #about_book .cont .bgBox {
    padding: 15px;
    display: block;
    position: relative;
    z-index: 1;
  }
}
#already_published #about_book .cont .bgBox p {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #already_published #about_book .cont .bgBox p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 860px) {
  #already_published #about_book .cont .bgBox img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.7;
  }
}
#already_published #index {
  background: #FAF8F4;
  border-radius: 12px;
  padding: 65px 0;
  margin-top: 84px;
}
@media screen and (max-width: 860px) {
  #already_published #index {
    width: 100%;
    padding: 47px 5vw 14vw;
    box-sizing: border-box;
    border-radius: 0;
    overflow: hidden;
  }
}
#already_published #index .mainttl img {
  position: absolute;
}
#already_published #index .mainttl img.onpu01 {
  left: -2.4%;
  width: clamp(0px, 38.185%, 437.5px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  #already_published #index .mainttl img.onpu01 {
    width: 50vw;
    left: -25vw;
  }
}
#already_published #index .mainttl img.onpu02 {
  right: -2.4%;
  width: clamp(0px, 39.637%, 491.5px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  #already_published #index .mainttl img.onpu02 {
    width: 50vw;
    right: -25vw;
  }
}
#already_published #index .inner {
  padding: 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #already_published #index .inner {
    padding: 0 10px;
  }
}
#already_published #index .note {
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 860px) {
  #already_published #index .note {
    margin-top: 20px;
  }
}
#already_published #index .intro {
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 50px;
}
@media screen and (max-width: 860px) {
  #already_published #index .intro {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
#already_published #index .list_txt {
  font-size: 1.5rem;
  margin-top: 30px;
}
#already_published #index dl {
  margin-top: 35px;
}
@media screen and (max-width: 860px) {
  #already_published #index dl {
    margin-top: 20px;
  }
}
#already_published #index dl dt {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2.8rem;
  color: #0050A0;
  margin-bottom: 15px;
}
@media screen and (max-width: 860px) {
  #already_published #index dl dt {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#already_published #index dl dt::before {
  content: "";
  display: block;
  background: #0ADBE5;
  border-radius: 3px;
  width: 7px;
  height: 30px;
  margin-right: 12px;
}
#already_published #index dl dd {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #already_published #index dl dd {
    font-size: 1.6rem;
  }
}
#already_published #index dl dd .subttl {
  margin-top: 15px;
  font-weight: 700;
  color: #0050A0;
}
#already_published #index dl dd .red {
  color: #0050A0;
}
#already_published #index dl dd a {
  text-decoration: underline;
  color: #0050A0;
}
#already_published #index table {
  margin-top: 30px;
  width: 100%;
}
#already_published #index table thead th {
  background: #e6e6e6;
}
#already_published #index table th {
  background: #fce0ec;
  font-size: 1.5rem;
  padding: 10px;
  box-sizing: border-box;
}
#already_published #index table th span {
  font-size: 0.7em;
}
#already_published #index table td {
  background: #fffcd9;
  font-size: 1.5rem;
  vertical-align: top;
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #already_published #index table td {
    display: block;
    width: 100%;
  }
}
#already_published #index table td small {
  font-size: 0.7em;
}
#already_published #index table td small.red {
  color: #880000;
}
#already_published #index .img {
  margin-top: 35px;
}
#already_published #profile {
  border: 2px solid #DBDBDB;
  border-radius: 6px;
  padding: 30px 20px;
  box-sizing: border-box;
  margin-top: 80px;
}
@media screen and (max-width: 860px) {
  #already_published #profile {
    margin-top: 50px;
    padding: 15px;
  }
}
#already_published #profile h2 {
  text-align: left;
  font-size: 1.8rem;
  color: #0050A0;
}
@media screen and (max-width: 860px) {
  #already_published #profile h2 {
    font-size: 1.3rem;
  }
}
#already_published #profile .author-name {
  font-size: 2.8rem;
  color: #0050A0;
  font-weight: bold;
  margin: 10px 0;
}
@media screen and (max-width: 860px) {
  #already_published #profile .author-name {
    font-size: 2rem;
    margin: 5px 0;
  }
}
#already_published #profile .author-name .author-name-kana {
  color: #212121;
  font-size: 0.6428em;
  font-weight: 400;
}
#already_published #profile .author-position {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  #already_published #profile .author-position {
    font-size: 1.3rem;
  }
}
#already_published #profile .author-bio {
  border-top: 2px solid #DBDBDB;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 860px) {
  #already_published #profile .author-bio {
    margin-top: 10px;
    padding-top: 10px;
  }
}
#already_published #profile .author-bio p {
  font-size: 1.8rem;
  line-height: 1.7777;
  text-indent: 1em;
}
@media screen and (max-width: 860px) {
  #already_published #profile .author-bio p {
    font-size: 1.4rem;
  }
}
#already_published #profile .author-bio p a {
  text-decoration: underline;
  color: #0050A0;
}
#already_published #lineup {
  overflow: hidden;
  margin-top: -20px;
}
@media screen and (max-width: 860px) {
  #already_published #lineup {
    margin-top: -2vw;
  }
}
#already_published #lineup .ill {
  margin-left: auto;
  margin-right: -30px;
  max-width: 430px;
  width: 40%;
  display: block;
  margin-bottom: -110px;
}
@media screen and (max-width: 860px) {
  #already_published #lineup .ill {
    width: 50vw;
    margin-bottom: -60px;
  }
}
#already_published #lineup .sliderBox {
  margin-top: 40px;
}
#already_published #lineup .slider {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1345px) {
  #already_published #lineup .slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 860px) {
  #already_published #lineup .slider {
    margin: 0 auto;
  }
}
#already_published #lineup .slider .slick-list {
  overflow: visible;
}
@media screen and (max-width: 1345px) {
  #already_published #lineup .slider .slick-list {
    overflow: hidden;
  }
}
#already_published #lineup .slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
#already_published #lineup .slider .slick-slide {
  height: auto !important;
}
#already_published #lineup .slider .slick-slide > * {
  height: 100%;
  display: block;
}
#already_published #lineup .slider .cont {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#already_published #lineup .slider .cont a {
  background: #F5F5F5;
  height: 100%;
  border-radius: 12px;
  padding: 44px 5px;
  box-sizing: border-box;
  width: 245px;
  margin-right: 46px;
  display: block;
}
@media screen and (max-width: 1345px) {
  #already_published #lineup .slider .cont a {
    margin: 0 15px;
    width: auto;
  }
}
@media screen and (max-width: 860px) {
  #already_published #lineup .slider .cont a {
    margin: 0 10px;
    padding: 24px 5px;
  }
}
#already_published #lineup .slider .cont a .thum {
  max-width: 153px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 860px) {
  #already_published #lineup .slider .cont a .thum {
    width: 75%;
  }
}
#already_published #lineup .slider .cont a p {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  #already_published #lineup .slider .cont a p {
    font-size: 1, 6rem;
  }
}
#already_published #lineup .slider .slide-arrow {
  width: 50px;
  height: 50px;
  background: url(/image/common/slider_arrow01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin-top: -25px;
}
@media screen and (max-width: 860px) {
  #already_published #lineup .slider .slide-arrow {
    width: 30px;
    height: 30px;
    margin-top: -21.5px;
  }
}
#already_published #lineup .slider .slide-arrow.prev-arrow {
  left: -25px;
}
@media screen and (max-width: 1345px) {
  #already_published #lineup .slider .slide-arrow.prev-arrow {
    left: -5px;
  }
}
@media screen and (max-width: 860px) {
  #already_published #lineup .slider .slide-arrow.prev-arrow {
    left: 0;
  }
}
#already_published #lineup .slider .slide-arrow.next-arrow {
  left: 1093px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1345px) {
  #already_published #lineup .slider .slide-arrow.next-arrow {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 860px) {
  #already_published #lineup .slider .slide-arrow.next-arrow {
    right: 0;
  }
}
#already_published #lineup .slick-dots {
  text-align: left;
  padding-top: 21px;
  position: static;
}
@media screen and (max-width: 860px) {
  #already_published #lineup .slick-dots {
    text-align: center;
  }
}
#already_published #lineup .slick-dots li.slick-active {
  background: #034689;
}
#already_published #lineup .slick-dots li button:before {
  display: none;
}
#already_published #lineup .slick-dots li {
  border: 1px solid #034689;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}
#already_published #lineup .slick-dots li button {
  padding: 0;
}

@media screen and (max-width: 860px) {
  #review_lineup {
    width: 100%;
  }
}
#review_lineup .cont {
  border-radius: 12px;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont {
    border-radius: 0;
  }
}
#review_lineup .cont + .cont {
  margin-top: 120px;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont + .cont {
    margin-top: 80px;
  }
}
#review_lineup .cont:nth-child(even) {
  background: #FAF8F4;
  padding: 125px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont:nth-child(even) {
    padding: 80px 0 40px;
  }
}
#review_lineup .cont .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex {
    display: block;
  }
}
#review_lineup .cont .flex .thumBox {
  width: 28%;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .thumBox {
    width: 100%;
  }
}
#review_lineup .cont .flex .thumBox .thum {
  position: relative;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .thumBox .thum {
    width: 80%;
    max-width: 230px;
    margin: 0 auto 20px;
  }
}
#review_lineup .cont .flex .thumBox .icn {
  background: #0ADBE5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  aspect-ratio: 1/1;
  text-align: center;
  color: #fff;
  width: 44.5%;
  font-size: 1.7rem;
  position: absolute;
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .thumBox .icn {
    font-size: clamp(0px, 4.5vw, 15px);
    top: -10%;
    left: -10%;
  }
}
#review_lineup .cont .flex .thumBox p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.777;
  margin: 15px 0;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .thumBox p {
    font-size: 1.5rem;
  }
}
#review_lineup .cont .flex .thumBox a {
  border: 2px solid #DBDBDB;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-items: flex-start;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 13px;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .thumBox a {
    font-size: 1.4rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
    width: 80%;
  }
}
#review_lineup .cont .flex .thumBox a::before {
  content: "";
  width: 33px;
  height: 26px;
  display: block;
  margin-right: 2em;
  background: url(/image/common/icn_youtube.svg) no-repeat center/contain;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .thumBox a::before {
    width: 20px;
    height: 15.32px;
    margin-right: 10px;
  }
}
#review_lineup .cont .flex .detail {
  width: 66%;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail {
    width: 100%;
    margin-top: 30px;
  }
}
#review_lineup .cont .flex .detail .book_ttl {
  text-align: left;
}
#review_lineup .cont .flex .detail .book_ttl .catch {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail .book_ttl .catch {
    font-size: 1.5rem;
  }
}
#review_lineup .cont .flex .detail .book_ttl .main_ttl {
  color: #034689;
  font-size: 2.8rem;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail .book_ttl .main_ttl {
    font-size: 2.2rem;
  }
}
#review_lineup .cont .flex .detail .book_ttl .main_ttl .subttl {
  font-size: 0.7857em;
  line-height: 1.9;
  display: inline-block;
}
#review_lineup .cont .flex .detail .book_ttl .main_ttl .ttl {
  line-height: 1.5;
  display: inline-block;
}
#review_lineup .cont .flex .detail .book_ttl .main_ttl .note {
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.2em;
}
#review_lineup .cont .flex .detail .book_ttl .main_ttl .block {
  display: block;
}
#review_lineup .cont .flex .detail .author {
  display: flex;
  align-items: center;
  border-top: 2px solid #DBDBDB;
  border-bottom: 2px solid #DBDBDB;
  padding: 1.5rem 0;
  margin: 20px 0;
}
#review_lineup .cont .flex .detail .author dt {
  width: 30px;
}
#review_lineup .cont .flex .detail .author dd {
  font-size: 2rem;
  margin-left: 1.36rem;
  font-weight: 700;
}
#review_lineup .cont .flex .detail .author dd small {
  font-size: 1.5rem;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail .author dd {
    font-size: 1.5rem;
  }
  #review_lineup .cont .flex .detail .author dd small {
    font-size: 1.3rem;
  }
}
#review_lineup .cont .flex .detail p {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail p {
    font-size: 1.6rem;
  }
}
#review_lineup .cont .flex .detail .tracklist {
  border: 2px solid #AFB6BE;
  border-radius: 6px;
  margin: 15px auto;
}
#review_lineup .cont .flex .detail .tracklist .track_toggle {
  padding: 14px 20px;
  box-sizing: border-box;
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail .tracklist .track_toggle {
    font-size: 1.4rem;
  }
}
#review_lineup .cont .flex .detail .tracklist .track_toggle::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(/image/common/arrow.svg) no-repeat center/contain;
  transform: rotate(180deg);
  transition: 0.3s;
}
#review_lineup .cont .flex .detail .tracklist .track_toggle.open::after {
  transform: rotate(360deg);
}
#review_lineup .cont .flex .detail .tracklist ul {
  display: none;
  padding: 20px;
  padding-top: 0;
  box-sizing: border-box;
}
#review_lineup .cont .flex .detail .tracklist ul li {
  font-size: 1.8rem;
  line-height: 1.7778;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail .tracklist ul li {
    font-size: 1.3rem;
  }
}
#review_lineup .cont .flex .detail .book-toc {
  border: 2px solid #AFB6BE;
  border-radius: 6px;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.8rem;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail .book-toc {
    display: block;
    font-size: 1.4rem;
  }
}
#review_lineup .cont .flex .detail .book-toc dt {
  font-weight: 700;
  color: #034689;
  margin-right: 20px;
  white-space: nowrap;
}
#review_lineup .cont .flex .detail .book-toc dd {
  line-height: 1.777;
}
#review_lineup .cont .flex .detail .bottom_txt {
  width: -moz-fit-content;
  width: fit-content;
  color: #034689;
  font-size: 1.6rem;
  margin-left: auto;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail .bottom_txt {
    font-size: 1.3rem;
  }
}
#review_lineup .cont .flex .detail .detail_link {
  border: 2px solid #AFB6BE;
  border-radius: 6px;
  margin: 15px auto;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail .detail_link {
    font-size: 1.4rem;
  }
}
#review_lineup .cont .flex .detail .detail_link::before {
  content: "";
  width: 49.25px;
  aspect-ratio: 7/5;
  display: block;
  background: url(/image/common/star.svg) no-repeat center/contain;
  margin-right: 12px;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail .detail_link::before {
    width: 27px;
  }
}
#review_lineup .cont .flex .detail .detail_link::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(/image/common/arrow.svg) no-repeat center/contain;
  transform: rotate(90deg);
  transition: 0.3s;
}
#review_lineup .cont .flex .detail .detail_link.icn_book {
  padding: 10px 20px;
}
#review_lineup .cont .flex .detail .detail_link.icn_book::before {
  content: "";
  width: 43.66px;
  aspect-ratio: 1/1;
  display: block;
  background: url(/image/common/icn_book.svg) no-repeat center/contain;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail .detail_link.icn_book::before {
    width: 30px;
  }
}
#review_lineup .cont .flex .detail .book-review-list {
  display: block;
  border: 2px solid #AFB6BE;
  border-radius: 10px;
  overflow: hidden;
  margin: 35px 0;
}
#review_lineup .cont .flex .detail .book-review-list dt {
  background: #FFE491;
  padding: 11px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail .book-review-list dt {
    font-size: 1.3rem;
  }
}
#review_lineup .cont .flex .detail .book-review-list dd {
  background: #fff;
  padding: 12px 20px;
  box-sizing: border-box;
  font-size: 1.8rem;
  border-top: 2px solid #AFB6BE;
  line-height: 1.55;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  #review_lineup .cont .flex .detail .book-review-list dd {
    font-size: 1.5rem;
  }
}

#review_detailBox {
  margin-top: 80px;
}
#review_detailBox .review_detail {
  border: 2px solid #AFB6BE;
  border-radius: 10px;
  overflow: hidden;
  font-size: 1.8rem;
}
#review_detailBox .review_detail + .review_detail {
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  #review_detailBox .review_detail {
    font-size: 1.5rem;
  }
}
#review_detailBox .review_detail .review-publication {
  font-weight: 700;
  background: #FFE491;
  padding: 14px 20px;
  box-sizing: border-box;
}
#review_detailBox .review_detail .review-author {
  padding: 14px 20px;
  box-sizing: border-box;
  border-top: 2px solid #AFB6BE;
  background: #F8F8F8;
  font-weight: 700;
}
#review_detailBox .review_detail .review-author .red {
  color: #df1a00;
}
#review_detailBox .review_detail .review-subttl {
  padding: 14px 20px;
  box-sizing: border-box;
  border-top: 2px solid #AFB6BE;
  background: #F8F8F8;
  font-weight: 700;
}
#review_detailBox .review_detail .review-subttl .red {
  color: #df1a00;
}
#review_detailBox .review_detail .review-text {
  padding: 14px 20px;
  box-sizing: border-box;
  border-top: 2px solid #AFB6BE;
}
#review_detailBox .review_detail .review-text p {
  line-height: 1.666;
  text-indent: 1em;
}
#review_detailBox .review_detail .review-text strong {
  display: block;
  margin-top: 1em;
}
#review_detailBox .review_detail .review-text a {
  text-decoration: underline;
  color: #0050A0;
}

#therapy #therapy_detail #intro .intro_ttl {
  color: #0050A0;
  background: linear-gradient(transparent 70%, #33EBF4 70%);
  display: inline;
  font-size: 2.8rem;
  line-height: 2;
}
@media screen and (max-width: 860px) {
  #therapy #therapy_detail #intro .intro_ttl {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
#therapy #therapy_detail #intro .intro_txt {
  font-size: 2rem;
  margin-top: 45px;
}
@media screen and (max-width: 860px) {
  #therapy #therapy_detail #intro .intro_txt {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
#therapy #therapy_detail #intro .intro_txt p {
  text-indent: 1em;
  line-height: 1.8;
}
#therapy #therapy_detail #intro .intro_imgBox {
  margin: 75px 0;
}
@media screen and (max-width: 860px) {
  #therapy #therapy_detail #intro .intro_imgBox {
    margin: 30px auto 50px;
  }
}
#therapy #therapy_detail #intro .intro_imgBox .img {
  display: flex;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #therapy #therapy_detail #intro .intro_imgBox .img {
    width: 100%;
    margin: 0 auto;
  }
}
#therapy #therapy_detail #intro .intro_imgBox .img .thum {
  flex-shrink: 0;
  width: 160px;
}
#therapy #therapy_detail #intro .intro_imgBox .img .onpu {
  width: calc((100% - 180px) / 2);
}
#therapy #therapy_detail #intro .intro_imgBox p {
  font-size: 2rem;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 860px) {
  #therapy #therapy_detail #intro .intro_imgBox p {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
#therapy #sessions h3 {
  font-size: 3.4rem;
  color: #0050A0;
}
@media screen and (max-width: 860px) {
  #therapy #sessions h3 {
    font-size: 2.2rem;
  }
}
#therapy #sessions .author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto 55px;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .author {
    margin: 20px 0;
  }
}
#therapy #sessions .author dt {
  width: 30px;
}
#therapy #sessions .author dd {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 1.36rem;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .author dd {
    font-size: 1.5rem;
  }
}
#therapy #sessions .author dd span {
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .author dd span {
    font-size: 1.3rem;
  }
}
#therapy #sessions .session_cont {
  font-size: 2rem;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont {
    font-size: 1.6rem;
  }
}
#therapy #sessions .session_cont + .session_cont {
  margin-top: 70px;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont + .session_cont {
    margin-top: 30px;
  }
}
#therapy #sessions .session_cont .session_cont_ttl {
  font-size: 2.8rem;
  text-align: center;
  border-top: 2px solid #DBDBDB;
  border-bottom: 2px solid #DBDBDB;
  color: #0050A0;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .session_cont_ttl {
    font-size: 2rem;
  }
}
#therapy #sessions .session_cont .session_cont_ttl small {
  font-size: 0.7em;
  font-weight: 400;
}
#therapy #sessions .session_cont p {
  line-height: 1.8;
}
#therapy #sessions .session_cont p.indent {
  text-indent: 1em;
}
#therapy #sessions .session_cont .bgBox {
  background: #F4F8F8;
  padding: 23px 30px;
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px auto;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .bgBox {
    padding: 15px;
    display: block;
    position: relative;
    z-index: 1;
    margin: 15px auto;
  }
}
#therapy #sessions .session_cont .bgBox p {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .bgBox p {
    font-size: 1.6rem;
  }
}
#therapy #sessions .session_cont .bgBox ol {
  margin-left: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .bgBox img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.7;
  }
}
#therapy #sessions .session_cont .merit {
  margin-top: 28px;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .merit {
    margin-top: 20px;
  }
}
#therapy #sessions .session_cont .merit:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .merit:first-of-type {
    margin-top: 35px;
  }
}
#therapy #sessions .session_cont .merit dt {
  display: flex;
  align-items: stretch;
  color: #0050A0;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 15px;
}
#therapy #sessions .session_cont .merit dt::before {
  content: "";
  width: 7px;
  border-radius: 3px;
  display: block;
  margin-right: 10px;
  background: #0ADBE5;
}
#therapy #sessions .session_cont .merit dd {
  line-height: 1.8;
  margin-left: 17px;
}
#therapy #sessions .session_cont .tableBox {
  border: 2px solid #AFB6BE;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 30px;
}
#therapy #sessions .session_cont .tableBox table {
  table-layout: fixed;
  width: 100%;
}
#therapy #sessions .session_cont .tableBox table th {
  background: #FFE491;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .tableBox table th {
    font-size: 1.2rem;
    padding: 5px;
  }
}
#therapy #sessions .session_cont .tableBox table th + th {
  border-left: 2px solid #AFB6BE;
}
#therapy #sessions .session_cont .tableBox table th:first-child {
  width: 47%;
}
#therapy #sessions .session_cont .tableBox table th:last-child {
  width: 20%;
}
#therapy #sessions .session_cont .tableBox table td {
  border-top: 2px solid #AFB6BE;
  font-size: 2rem;
  vertical-align: top;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .tableBox table td {
    font-size: 1.1rem;
    padding: 5px;
  }
}
#therapy #sessions .session_cont .tableBox table td:first-child {
  background: #F8F8F8;
}
#therapy #sessions .session_cont .tableBox table td:last-child {
  font-size: 1.8rem;
  line-height: 1.66;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .tableBox table td:last-child {
    font-size: 1rem;
  }
}
#therapy #sessions .session_cont .tableBox table td + td {
  border-left: 2px solid #AFB6BE;
}
#therapy #sessions .session_cont .tableBox table td strong {
  display: block;
  color: #0050A0;
  font-size: 1.1em;
  margin-bottom: 5px;
}
#therapy #sessions .session_cont .march_flow {
  font-size: 2rem;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .march_flow {
    font-size: 1.6rem;
  }
}
#therapy #sessions .session_cont .march_flow li {
  margin-left: 1em;
  line-height: 1.8;
}
#therapy #sessions .session_cont .march_flow li .ill {
  margin-bottom: 40px;
  margin-top: 15px;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .march_flow li .ill {
    margin-bottom: 20px;
  }
}
#therapy #sessions .session_cont .phot {
  margin: 47px auto;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .phot {
    margin: 25px auto;
  }
}
#therapy #sessions .session_cont .liner_txt {
  background: linear-gradient(transparent 70%, #33EBF4 70%);
  color: #0050A0;
  font-size: 2.8rem;
  display: inline;
}
@media screen and (max-width: 860px) {
  #therapy #sessions .session_cont .liner_txt {
    font-size: 2.2rem;
  }
}
#therapy #sessions .session_cont .small_ttl {
  font-size: 0.6em;
}

#aozoranote .note_links {
  display: flex;
  flex-wrap: wrap;
  border-top: 4px dotted #DBDBDB;
  border-bottom: 4px dotted #DBDBDB;
  padding: 25px 0;
  margin-top: 55px;
}
@media screen and (max-width: 860px) {
  #aozoranote .note_links {
    margin-top: 25px;
    padding: 15px 0;
  }
}
#aozoranote .note_links li {
  width: 14.2857142857%;
  box-sizing: border-box;
  border-right: 2px solid #DBDBDB;
}
#aozoranote .note_links li:nth-child(n+8) {
  margin-top: 15px;
}
@media screen and (max-width: 860px) {
  #aozoranote .note_links li:nth-child(n+8) {
    margin-top: 0;
  }
}
#aozoranote .note_links li:nth-child(7n+1) {
  border-left: 2px solid #DBDBDB;
}
@media screen and (max-width: 860px) {
  #aozoranote .note_links li:nth-child(7n+1) {
    border-left: none;
  }
}
#aozoranote .note_links li.active a {
  color: #fff;
  background: #0050A0;
}
#aozoranote .note_links li a {
  display: block;
  text-align: center;
  color: #0050A0;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  #aozoranote .note_links li {
    width: 33.3333333333%;
  }
  #aozoranote .note_links li:nth-child(3n+1) {
    border-left: 2px solid #DBDBDB;
  }
  #aozoranote .note_links li:nth-child(n+4) {
    margin-top: 10px;
  }
  #aozoranote .note_links li a {
    font-size: 1.2rem;
  }
}
#aozoranote #intro p {
  font-size: 2rem;
}
@media screen and (max-width: 860px) {
  #aozoranote #intro p {
    font-size: 1.6rem;
  }
}
#aozoranote #note_detail {
  margin-top: 90px;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail {
    margin-top: 40px;
  }
}
#aozoranote #note_detail #thum {
  margin-bottom: 70px;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #thum {
    margin-bottom: 30px;
  }
}
#aozoranote #note_detail #thum .caption {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #0050A0;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #thum .caption {
    font-size: 1.3rem;
  }
}
#aozoranote #note_detail #contetsBox .mainttl {
  text-align: left;
}
#aozoranote #note_detail #contetsBox .mainttl .icn {
  color: #fff;
  background: #0050A0;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 4px;
  padding: 10px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .mainttl .icn {
    font-size: 1.1rem;
  }
}
#aozoranote #note_detail #contetsBox .mainttl .catch {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .mainttl .catch {
    font-size: 1.3rem;
  }
}
#aozoranote #note_detail #contetsBox .mainttl .liner_txt {
  display: inline;
  background: linear-gradient(transparent 70%, #33EBF4 70%);
  font-size: 2.8rem;
  color: #0050A0;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .mainttl .liner_txt {
    font-size: 2.2rem;
  }
}
#aozoranote #note_detail #contetsBox .author {
  display: flex;
  align-items: center;
  border-top: 2px solid #DBDBDB;
  border-bottom: 2px solid #DBDBDB;
  padding: 1.5rem 0;
  margin: 40px 0;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .author {
    margin: 20px 0;
  }
}
#aozoranote #note_detail #contetsBox .author dt {
  width: 30px;
}
#aozoranote #note_detail #contetsBox .author dd {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 1.36rem;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .author dd {
    font-size: 1.5rem;
  }
}
#aozoranote #note_detail #contetsBox .author dd span {
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .author dd span {
    font-size: 1.3rem;
  }
}
#aozoranote #note_detail #contetsBox .bgBox {
  background: #F4F8F8;
  padding: 23px 30px;
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .bgBox {
    padding: 15px;
    display: block;
    position: relative;
    z-index: 1;
  }
}
#aozoranote #note_detail #contetsBox .bgBox p {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .bgBox p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .bgBox img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.7;
  }
}
#aozoranote #note_detail #contetsBox .session_cont {
  font-size: 2rem;
  margin-top: 45px;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .session_cont_ttl {
  font-size: 2.8rem;
  text-align: center;
  border-top: 2px solid #DBDBDB;
  border-bottom: 2px solid #DBDBDB;
  color: #0050A0;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .session_cont_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .session_cont_ttl small {
  font-size: 0.7em;
  font-weight: 400;
}
#aozoranote #note_detail #contetsBox .session_cont p {
  line-height: 1.8;
}
#aozoranote #note_detail #contetsBox .session_cont p.indent {
  text-indent: 1em;
}
#aozoranote #note_detail #contetsBox .session_cont p.end {
  text-align: right;
}
#aozoranote #note_detail #contetsBox .session_cont .bgBox {
  background: #F4F8F8;
  padding: 23px 30px;
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px auto;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .bgBox {
    padding: 15px;
    display: block;
    position: relative;
    z-index: 1;
    margin: 15px auto;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .bgBox p {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .bgBox p {
    font-size: 1.6rem;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .bgBox ol {
  margin-left: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .bgBox img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.7;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .merit {
  margin-top: 28px;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .merit {
    margin-top: 20px;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .merit:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .merit:first-of-type {
    margin-top: 35px;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .merit dt {
  display: flex;
  align-items: stretch;
  color: #0050A0;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 15px;
}
#aozoranote #note_detail #contetsBox .session_cont .merit dt::before {
  content: "";
  width: 7px;
  border-radius: 3px;
  display: block;
  margin-right: 10px;
  background: #0ADBE5;
}
#aozoranote #note_detail #contetsBox .session_cont .merit dd {
  line-height: 1.8;
  margin-left: 17px;
}
#aozoranote #note_detail #contetsBox .session_cont .tableBox {
  border: 2px solid #AFB6BE;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 30px;
}
#aozoranote #note_detail #contetsBox .session_cont .tableBox table {
  table-layout: fixed;
  width: 100%;
}
#aozoranote #note_detail #contetsBox .session_cont .tableBox table th {
  background: #FFE491;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .tableBox table th {
    font-size: 1.2rem;
    padding: 5px;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .tableBox table th + th {
  border-left: 2px solid #AFB6BE;
}
#aozoranote #note_detail #contetsBox .session_cont .tableBox table th:first-child {
  width: 47%;
}
#aozoranote #note_detail #contetsBox .session_cont .tableBox table th:last-child {
  width: 20%;
}
#aozoranote #note_detail #contetsBox .session_cont .tableBox table td {
  border-top: 2px solid #AFB6BE;
  font-size: 2rem;
  vertical-align: top;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .tableBox table td {
    font-size: 1.1rem;
    padding: 5px;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .tableBox table td:first-child {
  background: #F8F8F8;
}
#aozoranote #note_detail #contetsBox .session_cont .tableBox table td:last-child {
  font-size: 1.8rem;
  line-height: 1.66;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .tableBox table td:last-child {
    font-size: 1rem;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .tableBox table td + td {
  border-left: 2px solid #AFB6BE;
}
#aozoranote #note_detail #contetsBox .session_cont .tableBox table td strong {
  display: block;
  color: #0050A0;
  font-size: 1.1em;
  margin-bottom: 5px;
}
#aozoranote #note_detail #contetsBox .session_cont .march_flow {
  font-size: 2rem;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .march_flow {
    font-size: 1.6rem;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .march_flow li {
  margin-left: 1em;
  line-height: 1.8;
}
#aozoranote #note_detail #contetsBox .session_cont .march_flow li .ill {
  margin-bottom: 40px;
  margin-top: 15px;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .march_flow li .ill {
    margin-bottom: 20px;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .phot {
  margin: 47px auto;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .phot {
    margin: 25px auto;
  }
}
#aozoranote #note_detail #contetsBox .session_cont .liner_txt {
  background: linear-gradient(transparent 70%, #33EBF4 70%);
  color: #0050A0;
  font-size: 2.8rem;
  display: inline;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #contetsBox .session_cont .liner_txt {
    font-size: 2.2rem;
  }
}
#aozoranote #note_detail #caption_list {
  border-top: 4px dotted #DBDBDB;
  padding: 25px 0;
  margin-top: 25px;
}
#aozoranote #note_detail #caption_list h3 {
  text-align: left;
  color: #0050A0;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #caption_list h3 {
    font-size: 1.6rem;
  }
}
#aozoranote #note_detail #caption_list dl {
  margin-top: 0.5em;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #caption_list dl {
    display: block;
    font-size: 1.3rem;
  }
}
#aozoranote #note_detail #caption_list dl dt {
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  margin-right: 1em;
}
@media screen and (max-width: 860px) {
  #aozoranote #note_detail #caption_list dl dt {
    margin-right: 0;
  }
}

#company #company_message .mainttl {
  margin-bottom: 35px;
}
#company #company_message .company_message_txt p {
  text-indent: 1em;
}
@media screen and (max-width: 860px) {
  #company #company_message .company_message_txt p {
    font-size: 1.6rem;
  }
}
#company #company_overview {
  margin-top: 70px;
}
#company #company_overview .tableBox {
  border: 2px solid #AFB6BE;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 42px;
}
#company #company_overview .tableBox table {
  table-layout: fixed;
  width: 100%;
}
#company #company_overview .tableBox table tr:last-child th, #company #company_overview .tableBox table tr:last-child td {
  border-bottom: none;
}
#company #company_overview .tableBox table th {
  background: #FFE491;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px;
  border-bottom: 2px solid #AFB6BE;
  font-weight: 400;
  font-size: 1.8rem;
  width: 230px;
  padding: 15px;
  box-sizing: border-box;
  line-height: 2;
}
@media screen and (max-width: 860px) {
  #company #company_overview .tableBox table th {
    display: block;
    width: 100%;
    border-bottom: 2px solid #AFB6BE !important;
    padding: 10px;
    font-size: 1.2rem;
  }
}
#company #company_overview .tableBox table td {
  border-left: 2px solid #AFB6BE;
  border-bottom: 2px solid #AFB6BE;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px;
  box-sizing: border-box;
  line-height: 2;
}
@media screen and (max-width: 860px) {
  #company #company_overview .tableBox table td {
    display: block;
    width: 100%;
    border-left: none;
    padding: 10px;
    font-size: 1.2rem;
  }
}

#link #links_list dl {
  margin-top: 50px;
}
#link #links_list dl dt {
  display: flex;
  align-items: stretch;
  margin-bottom: 16px;
}
#link #links_list dl dt::before {
  content: "";
  width: 7px;
  margin-right: 12px;
  background: #0ADBE5;
  border-radius: 3px;
  display: block;
  margin-top: 0.2em;
}
#link #links_list dl dt a {
  display: block;
  font-weight: bold;
  text-decoration: underline;
  font-size: 2.2rem;
  color: #0050A0;
}
@media screen and (max-width: 860px) {
  #link #links_list dl dt a {
    font-size: 1.8rem;
  }
}
#link #links_list dl dd {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  #link #links_list dl dd {
    font-size: 1.4rem;
  }
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#popup-content img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 8px;
}/*# sourceMappingURL=child.css.map */