.p-header__content__langBox {
  padding-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 1019px) {
.p-header__content__langBox {
    padding-top: calc((10 / 1020) * 100vw);
    padding-bottom: calc((30 / 1020) * 100vw);
  }
}

.p-header__content__langBox__title {
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  color: #45629f;
  font-size: 24px;
  user-select: none;
}
@media screen and (max-width: 1019px) {
  .p-header__content__langBox__title {
    font-size: 19px;
  }
}

.p-header__content__langBox__title::after {
  content: '';
  background-image: url('../images/common/language_on.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
@media screen and (max-width: 1019px) {
  .p-header__content__langBox__title::after {
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
}

.p-header__content__langBox__title.is-open::after {
  background-image: url('../images/common/language_off.svg');
}

.p-header__content__langBox__langList {
  display: none;
  width: 110px;
  border: 1px solid #45629f;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #fff;
  border-radius: 1px 1px 5px 5px;
  z-index: 1;
}
@media screen and (max-width: 1019px) {
  .p-header__content__langBox__langList {
    width: 90px;
    top: calc((75 / 1020) * 100vw);
  }
}

.p-header__content__langBox__langList.is-open {
  display: block;
}

.p-header__content__langBox__langList > ul  {

}

.p-header__content__langBox__langList > ul > li  {
  text-align: center;
  line-height: 40px;
  border-top: 1px solid #45629f;
  font-size: 15px;
}
@media screen and (max-width: 1019px) {
  .p-header__content__langBox__langList > ul > li  {
    line-height: 40px;
    font-size: 12px;
  }
}

.p-header__content__langBox__langList > ul > li:first-child  {
  border-top: 0;
}

.p-header__content__langBox__langList > ul > li  a {
  display: block;
}

.p-header__content__langBox__langList > ul > li  a:hover {
  opacity: 1;
}

.p-header__content__langBox__langList > ul > li  a.is-current {
  background-color: #45629f;
  color: #fff;
  pointer-events: none;
}






.c-title {
  display: block;
  width: 980px;
  padding-left: 55px;
  position: relative;
}
@media screen and (max-width: 1019px) {
  .c-title {
    width: calc((980 / 1020) * 100vw);
    padding-left: calc((55 / 1020) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: calc((42 / 1020) * 100vw);
  }
}

.c-title--small {
  padding-left: 0;
}


.c-title--en {

}
@media screen and (max-width: 767px) {
  .c-title--en {
    font-size: calc((50 / 1020) * 100vw);
  }
}

.c-title.is-en {

}
@media screen and (max-width: 767px) {
  .c-title.is-en {
    font-size: calc((50 / 1020) * 100vw);
  }
}

.c-title.is-zh {

}
@media screen and (max-width: 767px) {
  .c-title.is-zh {
    font-size: calc((50 / 1020) * 100vw);
  }
}

.c-title::before {
  position: absolute;
  top: -3px;
  left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1019px) {
  .c-title::before {
    top: calc((-3 / 1020) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-title::before {
    top: calc((3 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox__kindBox__priceBox__price {
  white-space: normal;
}

.p-publishedBooks__content__bookList__bookBox__title {
  text-align: left;
}

.p-profile__content__entry p {

}
@media screen and (max-width: 767px) {
  .p-profile__content__entry p {
    font-size: 16px;
  }
}

.p-profile__content__entry p + p {
  margin-top: 15px;
}
@media screen and (max-width: 1019px) {
  .p-profile__content__entry p + p {
    margin-top: calc((15 / 1020) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-profile__content__entry p + p {
    margin-top: 8px;
  }
}

.p-profile__content__entry__hide {
  margin-top: 15px;
}
@media screen and (max-width: 1019px) {
  .p-profile__content__entry__hide {
    margin-top: calc((15 / 1020) * 100vw);
  }
}
