@charset "UTF-8";
@import url("../../shared/css/property.css");

/*
--V92R2ﾏｽﾀUP 2023下期 -------------------------------------------------------------------------------------------
<V92R1:ﾏｽﾀ:検索処理の中断ボタン追加> 2024/02/16 ChanMon (2023/12/09 宮川 (CGSｶｽﾀ_3-2-20)[No.18]｢3-3-8.[No18]検索処理の中断｣を検証する｡)
<V92R1:T12:検索結果・詳細調整>       2023.12.28         (CGSｶｽﾀ_ﾏｽﾀ1-1-19No796_20230315宮川適用)検索結果・詳細の表示調整
--V93R2ﾏｽﾀUP -------------------------------------------------------------------------------------------------
<V93R2:ﾏｽﾀ:検索結果一覧件数表示改善> 2025/02/07 宮川    検索結果件数表示を見やすく改善する。
<V93R2:ﾏｽﾀ:ﾎﾞﾀﾝ色統一>               2025/02/13 宮川    ボタン、白抜きボタン、プルダウンの色を統一する。
<V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し>    2025/03/06         テキストボックスなどの大きさやフォントサイズを見直す。（スマホなどを考慮する）
<V93R2:ﾏｽﾀ:所蔵一覧表示改善対応>     2025/03/18         所蔵一覧の所蔵場所等CSSで定義した表示位置とする。※所蔵場所、置き場所、資料コード
*/
/* 00. COMMON SETTING
-------------------------------------------------------------------- */

/* GLOBAL VARIABLES
-------------------------------------------------------------------- */

/* MIXIN
-------------------------------------------------------------------- */

/* FUNCTION
-------------------------------------------------------------------- */

a {
  color: #222;
  font-weight: inherit;
}

/* 00. COMPONENT
-------------------------------------------------------------------- */

.c-uList {
  /*margin-bottom: 3.2rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding-left: 1.6rem;
}

.c-uListItem,
.p-rentalGuide__item {
  list-style: none;
  line-height: 1.4;
  padding-left: 1.5em;
}

.c-uListItem:not(:last-child),
.p-rentalGuide__item:not(:last-child) {
  /*margin-bottom: 1.6rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.c-uListItem::before,
.p-rentalGuide__item::before {
  content: "●";
  color: var(--kids-btn-color);
  margin-right: 0.5em;
  margin-left: -1.5em;
}

.c-highlight {
  background-color: #fef781;
  font-weight: inherit;
}

.c-btnArea--formSubmit {
  margin-bottom: 0;
}

.c-btnArea--formSubmit .c-roundBtn {
  font-size: 2.4rem;
  /*padding: 1.6rem;*/                      /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem;                          /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.c-btnArea--formComplete {
  /*margin: 6.4rem 0 0;*/                   /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin: 1.0rem 0 0;                       /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.c-roundBtn {
  background-color: var( --font-color);
  border: var(--kids-btn-color) solid 3px;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 4px 0px 0px var(--kids-btn-color);
  box-shadow: 0 4px 0px 0px var(--kids-btn-color);
  color: #222;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.2;
  /*padding: 0.8rem 1.6rem;*/               /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 0.8rem 1.0rem;                   /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  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;
  text-align: center;
}

.c-roundBtn span[class^="icon-"]::before {
  color: var(--kids-btn-color);
}

.c-roundBtn.is-hover:hover {
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.c-btnArea .c-roundBtn {
  margin: 0.8rem;
}

.c-roundBtn--green {
  border-color: #6bc639;
  -webkit-box-shadow: 0 4px 0px 0px #6bc639;
  box-shadow: 0 4px 0px 0px #6bc639;
}

.c-roundBtn--green span[class^="icon-"]::before {
  color: #6bc639;
}

.c-roundBtn--yellow {
  border-color: #ffd83b;
  -webkit-box-shadow: 0 4px 0px 0px #ffd83b;
  box-shadow: 0 4px 0px 0px #ffd83b;
}

.c-roundBtn--yellow span[class^="icon-"]::before {
  color: #ffd83b;
}

.c-roundBtn--negative {
  background-color: #eaeaea;
  border-color: #aaa;
  -webkit-box-shadow: 0 4px 0px 0px #aaa;
  box-shadow: 0 4px 0px 0px #aaa;
}

.c-roundBtn--negative span[class^="icon-"]::before {
  color: #aaa;
}

.c-roundBtn--annul {
  background-color: #eaeaea;
  border-color: #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}

.c-roundBtn--annul span[class^="icon-"]::before {
  color: #aaa;
}

.c-roundBtn--annul.is-hover:hover {
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.c-pageTransition {
  color: var(--kids-btn-color);
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  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;
  text-align: center;
}

.c-pageTransition span[class^="icon-"]::before {
  color: var(--kids-btn-color);
  font-weight: bold;
  margin-left: 0.5em;
}

.c-pageTransition.is-hover:hover {
  opacity: 0.9;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.c-book {
  background-color: var( --font-color);
  border: var(--kids-btn-color) solid 3px;
  border-radius: 0.8rem;
  /*margin-top: 2.4rem;*/                   /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  /*padding: 2.4rem;*/                      /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-top: 1.0rem;                       /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem;                          /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-book__check {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.4rem;
  flex: 0 0 2.4rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-right: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-book__check .c-form__checkbox {
  margin: 0;
  padding-left: 2.4rem;
}

.c-book__num {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 1.6rem;
}

.c-book__thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 128px;
  flex: 0 0 128px;
  margin-right: 1.6rem;
}

.c-bookPropData {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  /*padding: 0 1.6rem;*/                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 0 1.0rem;                        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.c-bookPropData__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-bookPropData__list:not(:last-child) {
  /*margin-bottom: 1.6rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.c-bookPropData__name {
/*↓<V92R1:T12:検索結果・詳細調整>↓*/
  /*width: 180px;*/
  width: 100px;
/*↑<V92R1:T12:検索結果・詳細調整>↑*/
  color: #545454;
  font-size: 1.8rem;
  line-height: 1.2;
}

.c-bookPropData__name--title {
/*↓<V92R1:T12:検索結果・詳細調整>↓*/
  /*font-size: 2.4rem;*/
  font-size: 1.8rem;
/*↑<V92R1:T12:検索結果・詳細調整>↑*/
}

.c-bookPropData__name:not(:first-child) {
  width: auto;
  white-space: nowrap;
  margin-right: 1.6rem;
}

.c-bookPropData__value {
/*↓<V92R1:T12:検索結果・詳細調整>↓*/
  /*width: calc(100% - 180px);*/
  width: calc(100% - 100px);
/*↑<V92R1:T12:検索結果・詳細調整>↑*/
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.c-bookPropData__value--title {
  font-size: 2.4rem;
}

.c-bookPropData__value a {
  text-decoration: underline;
}

.c-bookPropData__value a.is-hover:hover {
  text-decoration: none;
}

.c-bookStatus {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  text-align: center;
}

.c-bookStatus__lending {
  font-size: 1.8rem;
  font-weight: bold;
  /*margin-bottom: 1em;*/                   /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1rem;                      /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.c-bookStatus__lending span {
  font-weight: inherit;
  margin-right: 0.8rem;
}

.c-bookStatus__lending--available .icon-circle::before {
  color: #045900;
}

.c-bookStatus__lending--available .icon-arrow-b::before {
  color: #045900;
}

.c-bookStatus__lending--onLoan .icon-cross::before {
  color: #a50101;
}

.c-bookStatus__count {
  font-size: 1.8rem;
}

.c-bookStatus__list {
  background-color: #f5f5f5;
  /*padding: 0.7rem 1.4rem;*/               /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 0.7rem 1.0rem;                   /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.c-bookStatus__name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  font-size: 1.4rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-bookStatus__name::after {
  content: "：";
}

.p-YoyChg .c-bookStatus__name {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
}

.c-bookStatus__value {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.4rem;
  line-height: 1.2;
  min-width: 0;
}

.c-bookStatus__btn {
  font-size: 1.8rem;
  width: 100%;
  max-width: 200px;
  margin: 1.6rem auto 0;
}

.p-kasJoukyouBookList .c-bookStatus,
.p-yoyJoukyouBookList .c-bookStatus {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  text-align: left;
}

.p-kasEnchou .c-bookStatus,
.p-YoyChg .c-bookStatus {
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  text-align: left;
}

.c-bookStatus .c-btnArea {
  margin: 0;
}

.c-bookStatus .c-roundBtn {
  font-size: 1.8rem;
  width: 100%;
  max-width: 200px;
  /*margin-top: 1.6rem;*/                   /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-top: 1.0rem;                       /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.c-bookSort {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 156px;
  flex: 0 0 156px;
  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;
}

.c-bookSort__btn {
  font-size: 1.4rem;
  padding: 0.8rem;
  width: 70px;
  margin: 0 0.4rem;
}

.c-bookSort__icon--up {
  padding-bottom: 0.3em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-bookSort__icon--down {
  padding-bottom: 0.3em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* 00. COMMON STYLE
-------------------------------------------------------------------- */

.p-contents__subTitle {
  background-color: var(--sub-color);
  font-size: 2.4rem;
  font-weight: bold;
  margin: 3.2rem 0;
  padding: 2.4rem 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contents__subTitle::before {
  content: "●";
  margin-right: 0.8rem;
  color: var( --font-color);
}

.p-contents__subTitle .c-time {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.p-contentsMain .p-contents__subTitle {
  background-color: var( --font-color);
}

.p-contentsMain .p-contents__subTitle::before {
  color: var(--sub-color);
}

.p-contents__text {
  /*font-size: 1.8rem;*/                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  font-size: 1.4rem;                        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  line-height: 1.4;
}

.p-contents__text a {
  color: var(--kids-btn-color);
  text-decoration: underline;
}

.p-contents__text a.is-hover:hover {
  text-decoration: none;
}

.p-kidsNav {
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 4.8rem 2% 4.8rem;*/            /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem 2% 1.0rem;                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.p-kidsNav__inner {
  padding: 0 6rem;
}

.p-kidsNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-kidsNav__item {
  overflow: hidden;
  border-radius: 16px;
  background: #ffd83c;
  -webkit-box-shadow: 0 6px 0px 0px #fc9004;
  box-shadow: 0 6px 0px 0px #fc9004;
  width: calc(100% / 3 - 16px);
  max-width: 384px;
  margin-bottom: 24px;
}

.p-kidsNav__item.is-hover:hover {
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.p-kidsNavL {
  max-width: 100%;
  margin: 0 auto;
  /*padding: 2.4rem 2% 0;*/                 /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem 2% 0;                     /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.p-kidsNavL__inner {
  padding: 0 6rem;
}

.p-kidsNavL__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-kidsNavL__item {
  overflow: hidden;
  border-radius: 16px;
  background: #ffd83c;
  -webkit-box-shadow: 0 6px 0px 0px #fc9004;
  box-shadow: 0 6px 0px 0px #fc9004;
  width: calc(100% / 7 - 16px);
  max-width: 157px;
  margin: 0 8px 24px;
}

.p-kidsNavL__item.is-hover:hover,
.p-kidsNavL__item.is-kidsNavLCurrent {
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.p-adultNav {
  max-width: 100%;
  margin: 0 auto;
  /*padding: 4.8rem 2% 4.8rem;*/            /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem 2% 1.0rem;                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.p-adultNav__inner {
  padding: 0 6rem;
}

.p-adultNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-adultNav__item {
  overflow: hidden;
  border-radius: 8px;
  background: #fbf0c4;
  -webkit-box-shadow: 0 6px 0px 0px #f7c27e;
  box-shadow: 0 6px 0px 0px #f7c27e;
  width: 50%;
  max-width: 385px;
  margin: 12px;
}

.p-adultNav__item.is-hover:hover {
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.p-info {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2.4rem 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px var(--kids-btn-color) solid;
  border-radius: 16px;
  background: #fff;
}

.p-info__title {
  display: inline-block;
  background: #fff;
  -webkit-transform: translateY(-2.8rem);
  transform: translateY(-2.8rem);
  padding: 0 1.6rem;
  margin-bottom: 0;
}

.p-info__title span {
  margin-right: 0.8rem;
}

.p-info__title span[class^="icon-"]::before {
  color: var(--kids-btn-color);
}

.p-search__btn {
  font-size: 2.4rem;
  /*padding: 1.6rem;*/                      /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem;                          /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  width: 100%;
  max-width: 300px;
}

.p-search__btn span {
  margin-right: 0.8rem;
}

.p-search__btn span[class^="icon-"]::before {
  color: var(--kids-btn-color);
}

.p-sort__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  border: var(--kids-btn-color) solid 3px;
  border-radius: 1.6rem;
  color: #222;
  background: #fff;
}

.p-sort__openIcon,
.p-sort__openIcon--plus,
.p-sort__openIcon--minus {
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
}

.p-sort__openIcon--plus {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-sort__openIcon--minus {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-sort__box {
  padding-top: 1.6rem;
}

.p-howto {
  max-width: 100%;
  margin: 0 auto;
  /*padding: 2.4rem 2.4rem 2.4rem;*/        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem 1.0rem 1.0rem;            /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px var(--kids-btn-color) solid;
  border-radius: 16px;
  background: #fff;
}

.p-howto__title {
  display: inline-block;
  background: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-transform: translateY(-3.6rem);
  transform: translateY(-3.6rem);
  padding: 0 1.6rem;
}

.p-howto__title span {
  margin-right: 0.8rem;
}

.p-howto__title span[class^="icon-"]::before {
  color: var(--kids-btn-color);
}

.p-howto__title--sub {
  font-size: 1.6rem;
  font-weight: bold;
  /*margin-bottom: 2.4rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-howto__list {
  /*margin-bottom: 3.2rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding-left: 1.6rem;
}

.p-howto__item {
  font-size: 1.4rem;
  list-style: disc;
}

.p-howto__item:not(:last-child) {
  /*margin-bottom: 1.6rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-contentsMymenu {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2% 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-contentsMymenu__userID {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.8rem 1.6rem;
}

.p-contentsMymenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-contentsMymenu__item {
  background-color: var( --font-color);
  border: var(--kids-btn-color) solid 3px;
  border-bottom: none;
  border-radius: 0.8rem 0.8rem 0 0;
  margin-left: 0.2rem;
}

.p-contentsMymenu__transition {
  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;
  padding: 0.8rem 1.6rem;
  width: 100%;
  height: 100%;
  color: #222;
  font-weight: bold;
}

.p-contentsMymenu__transition.is-hover:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.p-contentsMymenu__icon::before {
  color: var(--kids-btn-color);
  font-size: 2em;
  margin-right: 0.8rem;
}

.p-contentsMymenuCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin-left: 0.4rem;
}

.p-contentsMymenuCart__num {
  font-size: 2em;
  font-weight: bold;
  margin-right: 0.4rem;
}

.p-searchYear__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-form .p-searchYear__value input[type="text"] {
  margin-right: 0.8rem;
}

.p-searchYear__value .c-form__input--xs {
  width: 35%;
}

.p-searchYear__label {
  margin-right: 0.8rem;
  font-weight: bold;
}

.p-searchYear__notice {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  font-size: 1.6rem;
}

.p-searchCondition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*margin-bottom: 3.6rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-searchCondition h2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
}

.p-searchCondition h2 .icon-glasses {
  color: var(--kids-btn-color);
  font-size: 2.4rem;
  margin-right: 2.4rem;
}

.p-searchCondition h2 span span {
  display: block;
  font-weight: bold;
}

.p-searchCondition h2 span span:not(:last-child) {
  margin-bottom: 1.6rem;
}

.p-searchCondition h2 span span.p-searchCondition__condition {
  font-size: 2.4rem;
}

/*<V93R2:ﾏｽﾀ:検索結果一覧件数表示改善> Start↓*/
.p-searchCondition h2 span span.p-searchCondition__condition__resultnum {
  font-size: 2.0rem;
  font-weight: normal;
}
/*<V93R2:ﾏｽﾀ:検索結果一覧件数表示改善> End  ↑*/

.p-searchCondition__btnWrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.p-searchCondition__btn {
  display: inline-block;
  font-size: 2rem;
  margin: 0 auto;
  /*padding: 1.6rem;*/                      /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem;                          /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-pager {
  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;
  /*margin: 3.2rem 0 3.6rem;*/              /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin: 1.0rem 0 1.0rem;                  /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-pager__transition {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  max-width: 280px;
  min-width: 0;
  font-size: 2.4rem;
  margin: 0 1%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.p-pager__icon--prev {
  margin-right: 0.3em;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-pager__icon--next {
  margin-left: 0.3em;
}

/*<<<--- <V92R1:ﾏｽﾀ:検索処理の中断ボタン追加> start --->>>*/
.c-searchStop {
  position: fixed;
  top: 80%;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: white;*/
  /*background-color: rgb(255, 255, 255, 0.7);*/
  z-index: 9999;
}
/*>>>--- <V92R1:ﾏｽﾀ:検索処理の中断ボタン追加> end ---<<<*/

/* 00. Shousai
-------------------------------------------------------------------- */

.p-rentalGuide {
  /*font-size: 1.8rem;*/                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  font-size: 1.4rem;                        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-top: 2.4rem;
}

.p-rentalGuide__desc {
  margin-top: 0.4rem;
  /*font-size: 1.6rem;*/                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  font-size: 1.4rem;                        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-rentalGuide__desc dt {
  width: 200px;
}

.p-rentalGuide__desc dt:not(:first-of-type) {
  margin-top: 0.4rem;
}

.p-rentalGuide__desc dd {
  width: calc(100% - 200px);
}

.p-rentalGuide__desc dd:not(:first-of-type) {
  margin-top: 0.4rem;
}

.p-rentalGuide__desc dd::before {
  content: "：";
}

.p-bookStock {
  margin-bottom: 2.4rem;
}

.p-bookStock__status {
  /*font-size: 1.8rem;*/                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  font-size: 1.4rem;                        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  line-height: 1.4;
}

.p-bookStockTable {
  width: 100%;
  table-layout: fixed;
  border: var(--kids-btn-color) solid 3px;
}

.p-bookStockTable th,
.p-bookStockTable td {
  padding: 0.8rem;
  text-align: center;
}

.p-bookStockTable th {
  background: var(--kids-btn-color);
  border-bottom: var(--kids-btn-color) solid 2px;
  color: var( --font-color);
  font-size: 1.8rem;
  font-weight: bold;
}

.p-bookStockTable th.number {
  width: 60px;
}

.p-bookStockTable th.ncd {
  width: 140px;
}

.p-bookStockTable td {
  background-color: var( --font-color);
  border-right: var(--kids-btn-color) solid 1px;
  border-bottom: var(--kids-btn-color) solid 1px;
  font-size: 1.6rem;
}

.p-bookStockTable tr:nth-of-type(even) td {
  background-color: var(--sub-color);
}

/*<V93R2:ﾏｽﾀ:所蔵一覧表示改善対応> Start↓*/
.p-bookStockTable td.library,
.p-bookStockTable td.place,
.p-bookStockTable td.code{
  text-align: left;
}
/*<V93R2:ﾏｽﾀ:所蔵一覧表示改善対応> End  ↑*/

.p-bookDetailTable {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  table-layout: fixed;
  border: #545454 solid 2px;
}

.p-bookDetailTable th,
.p-bookDetailTable td {
  padding: 0.8rem;
  text-align: left;
}

.p-bookDetailTable th {
  background: #f5f5f5;
  border-bottom: #545454 solid 1px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 160px;
}

.p-bookDetailTable td {
  background-color: var( --font-color);
  border-bottom: #545454 solid 1px;
  font-size: 1.4rem;
  line-height: 1.2;
}

/* 00. YoyKouho
-------------------------------------------------------------------- */

.p-yoyKouho__text {
  font-size: 1.8rem;
  line-height: 1.3;
}

.p-yoyKouho__count {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0.3em;
}

.p-yoyKouhoGuide {
  /*font-size: 1.6rem;*/                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  /*margin: 2.4rem 0 2.4rem;*/              /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  font-size: 1.4rem;                        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin: 1.0rem 0 1.0rem;                  /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-yoyKouhoGuide__item {
  font-weight: bold;
}

.p-yoyKouhoGuide__text {
  line-height: 1.2;
  padding-left: 1.5em;
}

.p-yoyKouhoGuide__text:not(:last-of-type) {
  /*margin-bottom: 1.6rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-addBook .c-btnArea {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-addBook .c-roundBtn {
  font-size: 1.8rem;
  /*padding: 1.6rem;*/                      /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem;                          /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

/* 00. YoyNinshou
-------------------------------------------------------------------- */

.p-loginForm .c-formItem,
.p-riyPassForm .c-formItem {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-loginForm .c-form__label,
.p-riyPassForm .c-form__label {
  width: 300px;
  padding-top: 1.2em;
}

.p-loginForm .c-form__value,
.p-riyPassForm .c-form__value {
  width: calc(100% - 300px);
}

.p-loginForm__notice {
  /*font-size: 1.6rem;*/                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  font-size: 1.4rem;                        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  line-height: 1.4;
  margin-top: 0.8rem;
}

.p-loginForm__notice a {
  color: var(--kids-btn-color);
  text-decoration: underline;
}

.p-loginForm__notice a.is-hover:hover {
  text-decoration: none;
}

/* 00. NewBook
-------------------------------------------------------------------- */

.p-newBookPeriod {
  border-bottom: #fff dotted 3px;
  line-height: 1.4;
  /*padding-bottom: 1.6rem;*/               /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  /*margin-bottom: 4rem;*/                  /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding-bottom: 1.0rem;                   /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-newBookPeriod__num {
  font-size: 1.8rem;
}

.p-newBook__list {
  margin-left: 4.8rem;
}

.p-newBook__item {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.6rem;
}

.p-newBook__item:not(:last-child) {
  margin-bottom: 2.4rem;
}

.p-newBook__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 6px;
  height: 1px;
  background: var(--kids-btn-color);
}

.p-newBook__item a {
  text-decoration: underline;
}

.p-newBook__item a.is-hover:hover {
  text-decoration: none;
}

.p-newBook__btnArea {
  margin: 0;
}

.p-newBook__btn {
  font-size: 2rem;
  /*padding: 1.6rem;*/                      /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem;                          /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

/* 00. Logout
-------------------------------------------------------------------- */

/* 00. Port Top
-------------------------------------------------------------------- */

.p-myLibTop__time {
  /*font-size: 1.6rem;*/                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  /*margin-bottom: 1.6rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  font-size: 1.4rem;                        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-myLibTopStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-myLibTopStatus__transition {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.8);
  border: #fff solid 3px;
  border-radius: 1.6rem;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: bold;
  /*margin: 1.6rem 0.8rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  /*padding: 2.4rem 1.6rem;*/               /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin: 1.0rem 0.8rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem 1.0rem;                   /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-myLibTopStatus__transition.is-hover:hover {
  background-color: white;
  border-color: var(--kids-btn-color);
}

.p-myLibTopStatus__transition span[class^="icon-"] {
  color: var(--kids-btn-color);
  font-size: 2em;
  margin-right: 0.3em;
}

.p-myLibTopStatus__count {
  font-size: 3.2rem;
  font-weight: bold;
  width: 100px;
  text-align: right;
  margin: 0 0.8rem 0 1.6rem;
}

.p-myLibTopMenu__btnWrap {
  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;
}

.p-myLibTopMenu__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 320px;
  min-width: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 2rem;
  /*height: 10rem;*/                        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  height: 8rem;                             /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin: 0 0.8rem;
  /*padding: 1.6rem;*/                      /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem;                          /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-myLibTopMenu__btn span[class^="icon-"]::before {
  font-size: 2em;
  margin-right: 0.8rem;
}

.p-recommendBooksUtil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*margin-bottom: 2.4rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-displaySwitch {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-displaySwitch__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-displaySwitch__btn {
  background-color: var( --font-color);
  border: var(--kids-btn-color) solid 2px;
  color: #aaa;
  cursor: pointer;
  padding: 0.8rem;
}

.p-displaySwitch__btn.is-hover:hover {
  color: #222;
}

.p-displaySwitch__btn.is-active {
  background-color: var(--kids-btn-color);
  color: var( --font-color);
}

.p-displaySwitch__btn.is-active.is-hover:hover {
  color: var( --font-color);
}

.p-displaySwitch__btn:first-of-type {
  border-radius: 1.6rem 0 0 1.6rem;
  border-right: none;
}

.p-displaySwitch__btn:last-of-type {
  border-radius: 0 1.6rem 1.6rem 0;
  border-left: none;
}

.p-recommendBooksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-recommendBook {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 144px;
  min-width: 0;
  background-color: var( --font-color);
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  /*margin: 1.6rem;*/                       /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin: 1.0rem;                           /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 0.8rem;
  text-decoration: underline;
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-recommendBook.is-hover:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.p-recommendBook__thumb {
  /*margin-bottom: 1.6rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  text-align: center;
}

.p-recommendBook__thumb img {
  max-width: 128px;
}

.p-recommendBook__title {
  line-height: 1.2;
}

/* <V93R2:ﾏｽﾀ:ﾎﾞﾀﾝ色統一> Start ↓*/
.p-newBook select {
    background: linear-gradient(125deg, var(--btn-gradation-color1) 0%, var(--btn-gradation-color2) 100%);
    color: var(--font-color);
}
.p-newBook select option {
  color: #222 !important;
}
/* <V93R2:ﾏｽﾀ:ﾎﾞﾀﾝ色統一> End   ↑*/

/* 00. yoyChg
-------------------------------------------------------------------- */

.p-yoyChgForm select {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

/* 00. yoySettei
-------------------------------------------------------------------- */

.p-yoySetteiForm__text {
  margin: 3.2rem 0 4.8rem;
}

.p-yoySetteiForm__text p {
  margin-top: 0.8rem;
}

.p-yoySetteiForm__selectList {
  margin-top: 3.2rem;
}

.p-yoySetteiForm__selectList .c-formItem {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-yoySetteiForm__selectList .c-form__label {
  width: auto;
  margin: 0 3.2rem 0 0;
}

.p-yoySetteiForm__selectList .c-form__value {
  width: auto;
}

/* 00. Stamp
-------------------------------------------------------------------- */

.p-stamp {
  background-color: var( --font-color);
  border: var(--kids-btn-color) solid 3px;
  border-radius: 1.6rem;
  /*padding: 1.6rem;*/                      /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem;                          /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  text-align: center;
}

.p-stamp:not(:first-of-type) {
  /*margin-top: 3.2rem;*/                   /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-top: 1.0rem;*/                     /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-stamp__img {
  /*margin-bottom: 1.6rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-stamp__status {
  /*margin-bottom: 4.8rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-bottom: 1.4rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  text-align: center;
}

.p-stamp__statusInner {
  background-color: var(--kids-btn-color);
  color: var( --font-color);
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0 auto;
  /*padding: 1.2rem 2.4rem 1.6rem;*/        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  padding: 1.0rem 1.0rem 1.0rem;            /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  position: relative;
}

.p-stamp__statusInner::before,
.p-stamp__statusInner::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}

.p-stamp__statusInner::before {
  left: 0;
  border-width: 0 2.4rem 1.6rem 0;
  border-right-color: var(--read-medal-color);
}

.p-stamp__statusInner::after {
  right: 0;
  border-style: solid;
  border-width: 1.6rem 2.4rem 0 0;
  border-top-color: var(--read-medal-color);
}

.p-stamp__text {
  font-size: 1.8rem;
  line-height: 1.4;
}

.p-stamp__num {
  font-size: 3.2rem;
  margin: 0 0.3em;
}

.p-stamp__condition {
  /*margin: 0 auto 1.6rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin: 0 auto 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  max-width: calc(44px * 10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-stamp__condition img {
  margin: 5px 10px;
}

.p-stampSetteiForm {
  /*margin-top: 4.8rem;*/                   /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin-top: 1.0rem;                       /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-stampSetteiForm .c-formItem {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-stampSetteiForm .c-form__label {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*margin: 0 4.8rem 2.4rem 0;*/            /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  margin: 0 1.0rem 1.0rem 0;                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
}

.p-stampSetteiForm .c-form__value {
  width: auto;
}

.p-stampSetteiForm__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 00. riyPass
-------------------------------------------------------------------- */

.p-riyPassForm {
  margin-top: 4.8rem;
}

.p-riyPassForm__notice {
  /*font-size: 1.6rem;*/                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  font-size: 1.4rem;                        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  line-height: 1.4;
  margin-top: 0.8rem;
}

.p-riyPassForm__notice a {
  color: var(--kids-btn-color);
  text-decoration: underline;
}

.p-riyPassForm__notice a.is-hover:hover {
  text-decoration: none;
}

.p-birthday__value,
.p-tel__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-form .p-birthday__value input[type="text"],
.c-form .p-tel__value input[type="text"] {
  margin: 0 0.8rem 1.6rem 0;
}

.p-birthday__value select,
.p-tel__value select {
  margin: 0 0.8rem 1.6rem 0;
}

.p-birthday__value .c-form__input,
.p-tel__value .c-form__input {
  width: calc(3.2rem + 4em + 3.2rem);
}

.p-birthday__label,
.p-tel__label {
  margin: 0 0.8rem 1.6rem 0;
  font-weight: bold;
}

.p-birthday__label:last-child,
.p-tel__label:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .c-bookPropData__name {
    font-size: 1.6rem;
    width: 150px;
  }

  .c-bookPropData__name:nth-child(n + 3) {
    /*margin-top: 1.6rem;*/                 /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    margin-top: 1.0rem;                     /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  }

  .c-bookPropData__value {
    font-size: 1.6rem;
    width: calc(100% - 150px);
  }

  .c-bookPropData__value:nth-child(n + 3) {
    /*margin-top: 1.6rem;*/                 /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    margin-top: 1.0rem;                     /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  }

  .c-bookStatus__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-bookStatus__name {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .p-YoyChg .c-bookStatus__name {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .p-kasJoukyouBookList .c-bookStatus,
  .p-yoyJoukyouBookList .c-bookStatus {
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
  }

  .p-kasEnchou .c-bookStatus,
  .p-YoyChg .c-bookStatus {
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
  }

  .p-kidsNav {
    /*padding: 3.2rem 1.6rem 3.2rem;*/      /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    padding: 1.0rem 1.0rem 1.0rem;          /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  }

  .p-kidsNav__item {
    width: calc(100% / 2 - 8px);
  }

  .p-kidsNavL {
    /*padding: 1.6rem 1.6rem 0;*/           /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    padding: 1.0rem 1.0rem 0;               /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  }

  .p-adultNav {
    /*padding: 3.2rem 1.6rem 3.2rem;*/      /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    padding: 1.0rem 1.0rem 1.0rem;          /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  }

  .p-info {
    padding: 0 1.6rem 0;
  }

  .p-howto {
    padding: 1.6rem 1.6rem 1.6rem;
  }

  .p-contentsMymenu {
    padding: 0 0.8rem 0;
  }

  .p-bookStockTable th {
    font-size: 1.6rem;
  }

  .p-myLibTopStatus__count {
    font-size: 2.8rem;
    font-weight: bold;
    width: 95px;
    text-align: right;
    margin: 0 0.8rem 0 1.6rem;
  }

  .p-myLibTopStatus__transition {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 340px;
    font-size: 1.6rem;
    /*padding: 1.6rem;*/                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    padding: 1.0rem;                        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  }

}

@media screen and (max-width: 768px) {
  .c-btnArea--formSubmit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-btnArea--formSubmit .c-roundBtn {
    font-size: 1.6rem;
  }

  .c-roundBtn {
    padding: 0.8rem;
  }

  .c-pageTransition {
    font-size: 1.6rem;
  }

  .c-book {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-book__check {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .c-book__thumb {
    margin: 0 auto;
    height: auto;
  }

  .c-bookPropData {
    /*padding: 2.4rem 0;*/                  /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    padding: 1.0rem 0;                      /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  }

  .c-bookStatus {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    border-top: rgba(57, 107, 198, 0.7) solid 1px;
    /*padding-top: 1.6rem;*/                /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    padding-top: 1.0rem;                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  }

  .c-bookStatus__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-bookStatus__name {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
  }

  .p-YoyChg .c-bookStatus__name {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }

  .c-bookStatus__btn {
    font-size: 1.6rem;
  }

  .p-kasJoukyouBookList .c-bookStatus,
  .p-yoyJoukyouBookList .c-bookStatus {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-top: none;
  }

  .p-kasEnchou .c-bookStatus,
  .p-YoyChg .c-bookStatus {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-top: none;
  }

  .c-bookStatus .c-roundBtn {
    font-size: 1.6rem;
  }

  .c-bookSort {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .p-contents__subTitle {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
    padding: 1.6rem;
  }

  .p-contents__subTitle .c-time {
    font-size: 1.4rem;
  }

  .p-contents__text {
    font-size: 1.4rem;
  }

  .p-kidsNavL__item {
    width: calc(100% / 4 - 16px);
  }

  .p-contentsMymenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-contentsMymenu__userID {
    width: 100%;
    padding: 0.8rem 0;
  }

  .p-contentsMymenu__transition {
    padding: 0.8rem;
  }

  .p-contentsMymenu__icon::before {
    font-size: 1.6rem;
  }

  .p-contentsMymenuCart__num {
    font-size: 1.6rem;
  }

  .p-searchYear__value {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-form .p-searchYear__value input[type="text"] {
    width: 90%;
    margin-bottom: 1.6rem;
  }

  .p-searchYear__label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 1.6rem;
  }

  .p-searchYear__notice {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .p-searchCondition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-searchCondition h2 {
    width: 100%;
  }

  .p-searchCondition h2 span span.p-searchCondition__condition {
    font-size: 1.8rem;
  }

  .p-searchCondition__btnWrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-top: 2.4rem;
  }

  .p-searchCondition__btn {
    font-size: 1.6rem;
  }

  .p-pager__transition {
    font-size: 1.4rem;
  }

  .p-rentalGuide__desc {
    font-size: 1.4rem;
  }

  .p-rentalGuide__desc dt {
    width: auto;
  }

  .p-rentalGuide__desc dd {
    width: auto;
  }

  .p-bookStockTable {
    max-width: 480px;
    margin: 0 auto;
  }

  .p-bookStockTable thead {
    display: none;
  }

  .p-bookStockTable td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
    border-right: none;
    border-bottom: var(--kids-btn-color) dotted 1px;
  }

  .p-bookStockTable td:last-of-type {
    border-bottom: var(--kids-btn-color) solid 2px;
  }

  .p-bookStockTable td::before {
    content: attr(label);
    color: var(--kids-btn-color);
    font-weight: bold;
    margin-right: 0.5em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }

  .p-bookStockTable tr:last-of-type td:last-of-type {
    border-bottom: none;
  }

  .p-bookDetailTable {
    max-width: 480px;
  }

  .p-bookDetailTable th {
    font-size: 1.4rem;
    width: 128px;
  }

  .p-yoyKouhoGuide {
    font-size: 1.4rem;
  }

  .p-addBook .c-btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .p-addBook .c-roundBtn {
    font-size: 1.6rem;
    padding: 0.8rem;
  }

  .p-loginForm .c-form__label,
  .p-riyPassForm .c-form__label {
    width: 100%;
    padding-top: 0;
  }

  .p-loginForm .c-form__value,
  .p-riyPassForm .c-form__value {
    width: 100%;
  }

  .c-form .p-loginForm__value input[type="text"] {
    padding: 1.6rem 0.8rem;
  }

  .p-newBookPeriod__block {
    display: block;
  }

  .p-newBook__btnArea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-newBook__btn {
    width: calc(50% - 1.6rem);
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 1.6rem;
  }

  .p-myLibTopStatus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-myLibTopStatus__transition {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 350px;
    font-size: 1.6rem;
    margin: 0 auto;
    /*padding: 1.6rem;*/                    /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    padding: 1.0rem;                        /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  }

  .p-myLibTopStatus__transition span[class^="icon-"] {
    font-size: 2.4rem;
  }

  .p-myLibTopStatus__transition:not(:first-of-type) {
    margin-top: 0.8rem;
  }

  .p-myLibTopMenu__btn {
    font-size: 1.6rem;
    /*padding: 1.6rem 0.8rem;*/             /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    padding: 1.0rem 0.8rem;                 /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    width: 100%;
  }

  .p-myLibTopMenu__btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-myLibTopMenu__btn:not(:first-of-type) {
    /*margin-top: 1.6rem;*/                 /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    margin-top: 1.0rem;                     /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  }

  .p-recommendBooksList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-recommendBook {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-recommendBook__thumb {
    margin-bottom: 0;
    margin-right: 1.6rem;
  }

  .p-yoySetteiForm__selectList select {
    padding: 1.6rem 0.8rem;
  }

  .p-yoySetteiForm__selectList .c-form__label {
    margin: 0 0 0.8rem 0;
  }

  .p-stamp__img img {
    width: 100px;
  }

  .p-stamp__statusInner {
    font-size: 1.8rem;
  }

  .p-stamp__category {
    display: block;
  }

  .p-stamp__text {
    font-size: 1.4rem;
  }

  .p-stamp__num {
    font-size: 2.4rem;
  }

  .c-form .p-riyPassForm__value input[type="text"] {
    padding: 1.6rem 0.8rem;
  }

  .p-birthday__value,
  .p-tel__value {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-form .p-birthday__value input[type="text"],
  .c-form .p-tel__value input[type="text"] {
    padding: 1.6rem 0.8rem;
    width: 80%;
  }

  .p-birthday__value select,
  .p-tel__value select {
    padding: 1.6rem 0.8rem;
  }

  .p-birthday__label,
  .p-tel__label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .c-bookPropData__name {
    font-size: 1.4rem;
    width: 130px;
  }

  .c-bookPropData__value {
    font-size: 1.4rem;
    width: calc(100% - 130px);
  }

  .p-kidsNav__inner {
    padding: 0;
  }

  .p-kidsNavL__inner {
    padding: 0;
  }

  .p-kidsNavL__item {
    width: calc(100% / 2 - 16px);
  }

  .p-adultNav__inner {
    padding: 0;
  }

  .p-adultNav__item {
    width: 100%;
  }

  .p-myLibTopMenu__btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-myLibTopMenu__btn {
    width: 100%;
  }

  .p-myLibTopMenu__btn:not(:first-of-type) {
    /*margin-top: 1.6rem;*/                 /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
    margin-top: 1.0rem;                     /* <V93R2:ﾏｽﾀ:ﾃｷｽﾄﾎﾞｯｸｽ等ｻｲｽﾞ見直し> */
  }

  .p-yoySetteiForm__selectList .c-formItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-yoySetteiForm__selectList .c-formItem:not(:last-child) {
    margin-bottom: 4.8rem;
  }

  .p-stampSetteiForm .c-form__radio {
    width: 100%;
  }

  .p-myLibTopStatus__count {
    font-size: 3.2rem;
    font-weight: bold;
    width: 75px;
    text-align: right;
    margin: 0 0.8rem 0 1.6rem;
  }
}