@charset "UTF-8";
@import url("../shared/css/property.css");
/*
* <V88C:T7:スマホ表示時の利用者バーコード表示対応> (KMN_20220809適用)PCサイトのポータルTOPに利用者コードのバーコードを表示する。
*/
/* 00. COMMON SETTING
-------------------------------------------------------------------- */

/* GLOBAL VARIABLES
-------------------------------------------------------------------- */

/* MIXIN
-------------------------------------------------------------------- */

/* FUNCTION
-------------------------------------------------------------------- */

a {
  color: #222;
  font-weight: inherit;
}

.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-contents__text {
  font-size: 1.8rem;
  line-height: 1.4;
}

/* 00. Port Top
-------------------------------------------------------------------- */

.p-myLibTop__time {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

.p-myLibTop__text {
  font-size: 1.6rem;
}

.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 {
  color: var( --font-color);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  max-width: 420px;
  background: linear-gradient(125deg, var(--btn-gradation-color1) 0%, var(--btn-gradation-color2) 100%);
  -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);
  cursor: pointer;
  font-size: 2rem;
  margin: 1.6rem 0.8rem;
  padding: 2.4rem 1.6rem;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.p-myLibTopStatus__count {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0.8rem 0 1.6rem;
}

.p-portTop__list {
  margin-bottom: 2.4rem;
}

.p-portTop__item {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.6rem;
}

.p-portTop__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 6px;
  height: 1px;
  background: var(--main-color);
}

.p-portTop__item:not(last-child) {
  margin-bottom: 2.4rem;
}

.p-portTop__transition {
  color: #222;
  text-decoration: underline;
}

.p-portTop__transition.is-hover:hover {
  text-decoration: none;
}

.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(--toggle-background-color);
    border: var(--main-color) solid 2px;
    color: var( --toggle-font-color);
    cursor: pointer;
    padding: 0.8rem;
}

.p-displaySwitch__btn.is-hover:hover {
    color: var( --font-color);
}

.p-displaySwitch__btn.is-active {
  background-color: var(--main-color);
  color: var( --font-color);
}

.p-displaySwitch__btn.is-active.is-hover:hover {
  color: var( --font-color);
}

.p-displaySwitch__btn:first-of-type {
  border-right: none;
}

.p-displaySwitch__btn:last-of-type {
  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;
  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;
  padding: 0.8rem;
  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__transition {
  text-decoration: underline;
}

.p-recommendBook__transition.is-hover:hover {
  text-decoration: none;
}

.p-recommendBook__thumb {
  margin-bottom: 1.6rem;
  text-align: center;
}

.p-recommendBook__thumb img {
  max-width: 128px;
}

.p-recommendBook__title {
  line-height: 1.5;
  display: block;
}

.p-recommendBook__note {
  margin-top: 0.8rem;
  line-height: 1.5;
  display: block;
}

.p-mymenuKidsmailNum__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-mymenuKidsmailNum__value input[type="text"] {
  padding: 1.6rem;
  margin-right: 0.8rem;
}

.p-mymenuKidsmailBd__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-mymenuKidsmailBd__value input[type="text"] {
  padding: 1.6rem;
  margin-right: 0.8rem;
}

.c-form .p-mymenuKidsmailBd__value select {
  padding: 1.6rem;
  margin-right: 0.8rem;
}

.p-mymenuKidsmailBd__label {
  margin-right: 0.8rem;
  font-weight: bold;
}

.p-mymenuFormItem__set {
  margin-bottom: 2.4rem !important;
}

.p-favTable {
  width: 100%;
  table-layout: fixed;
  border: var(--main-color) solid 3px;
}

.p-favTable th,
.p-favTable td {
  padding: 0.8rem;
  text-align: center;
}

.p-favTable th {
  background: var(--main-color);
  border-bottom: var(--main-color) solid 2px;
  color: var( --font-color);
  font-size: 1.8rem;
  font-weight: bold;
}

.p-favTable th.number {
  width: 60px;
}

.p-favTable th.change {
  width: 90px;
}

.p-favTable th.del {
  width: 80px;
}

.p-favTable td {
  border-right: var(--main-color) solid 1px;
  border-bottom: var(--main-color) solid 1px;
  font-size: 1.6rem;
  background: #fff;
  vertical-align: middle;
}

.p-favTable td a {
  color: #222;
  text-decoration: underline;
}

.p-favTable td a.is-hover:hover {
  text-decoration: none;
}

.c-form .p-favTable td .c-btn {
  min-width: inherit;
  padding: 0.8rem;
  width: 100%;
  font-size: 1.6rem;
}

.c-form .p-favTable td .c-btn__clear {
  margin-left: 0px;
  font-size: 1.6rem;
}

.p-favTable tr:nth-of-type(even) td {
  background: var(--sub-color);
}

.p-searchSupport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-searchSupport__config {
  width: auto;
}

.p-searchSupport__config .c-formToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-sdiRadioCheck__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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-form .p-sdiRadioCheck__value .c-form__checkbox {
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
  margin: 1.6rem 0;
}

.p-sdiTable {
  width: 100%;
  table-layout: fixed;
  border: var(--main-color) solid 3px;
}

.p-sdiTable th,
.p-sdiTable td {
  padding: 0.8rem;
  text-align: center;
}

.p-sdiTable th {
  background: var(--main-color);
  border-bottom: var(--main-color) solid 2px;
  color: var( --font-color);
  font-size: 1.8rem;
  font-weight: bold;
}

.p-sdiTable th.number {
  width: 60px;
}

.p-sdiTable th.change {
  width: 90px;
}

.p-sdiTable th.del {
  width: 80px;
}

.p-sdiTable th.status {
  width: 80px;
}

.p-sdiTable td {
  border-right: var(--main-color) solid 1px;
  border-bottom: var(--main-color) solid 1px;
  font-size: 1.6rem;
  background: #fff;
  vertical-align: middle;
}

.c-form .p-sdiTable td .c-btn {
  min-width: inherit;
  padding: 0.8rem;
  width: 100%;
  font-size: 1.6rem;
}

.c-form .p-sdiTable td .c-form__checkbox {
  margin: auto;
}

.p-sdiTable tr:nth-of-type(even) td {
  background: var(--sub-color);
}

.c-book {
  background: #fff;
  margin-top: 2.4rem;
  padding: 2.4rem;
  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 35px;
  flex: 0 0 35px;
  margin-right: 1.6rem;
}

.c-form .c-book__check .c-form__checkbox {
  margin: 0;
}

.c-book__num {
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-book__thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 128px;
  flex: 0 0 128px;
  height: 100%;
  margin: 0 1.6rem;
  text-align: center;
}

.c-book__notice {
  font-size: 1.6rem;
  text-align: right;
  margin-top: 1.6rem;
}

.c-bookPropData {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0 1.6rem;
}

.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;
}

.c-bookPropData__name {
  width: 160px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.c-bookPropData__name--title {
  font-size: 2.4rem;
}

.c-bookPropData__value {
  width: calc(100% - 180px);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.c-bookPropData__value--title {
  font-size: 2rem;
}

.c-bookPropData__value a {
  color: #222;
  text-decoration: underline;
}

.c-bookPropData__value a.is-hover:hover {
  text-decoration: none;
}

.c-bookStatus {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  text-align: center;
}

.c-bookStatus__lending {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.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;
  margin-bottom: 1em;
}

.c-bookStatus__btn {
  font-size: 1.8rem;
  width: 100%;
  max-width: 200px;
  min-width: inherit;
}

.c-bookStatus__btn:nth-of-type(n + 2) {
  margin-top: 1.6rem;
}

.c-bookStatus__note {
  font-size: 1.6rem;
  text-align: left;
}

.c-bookStatus__note:not(:last-child) {
  margin-bottom: 1.6rem;
}

.c-form .c-bookStatus__note select {
  display: block;
  width: 100%;
  max-width: 200px;
  font-size: 1.6rem;
  padding: 0.8rem;
  background: none;
  color: #222;
  border: 1px solid #222;
  margin: 0.4rem 0 0 0;
}

.p-searchSupport__manual {
  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;
}

.p-searchSupport__manual .c-btn--white:not(:last-Child) {
  margin-right: 1.6rem;
}

.p-ichiran__textTable {
  display: none;
  padding: 2.4rem;
  background: #fff;
}

.p-bookStock {
  margin-bottom: 2.4rem;
}

.p-bookStock__status {
  font-size: 1.8rem;
  line-height: 1.4;
}

.p-bookStockTable {
  width: 100%;
  table-layout: fixed;
  border: var(--main-color) solid 3px;
}

.p-bookStockTable th,
.p-bookStockTable td {
  padding: 0.8rem;
  text-align: center;
}

.p-bookStockTable th {
  background: var(--main-color);
  border-bottom: var(--main-color) solid 2px;
  color: var( --font-color);
  font-size: 1.8rem;
  font-weight: bold;
}

.p-bookStockTable th.check {
  width: 60px;
}

.p-bookStockTable th.number {
  width: 60px;
}

.p-bookStockTable th.name {
  width: 200px;
}

.p-bookStockTable th.ymd8 {
  width: 120px;
}

.p-bookStockTable td {
  border-right: var(--main-color) solid 1px;
  border-bottom: var(--main-color) solid 1px;
  font-size: 1.6rem;
  vertical-align: middle;
}

.p-bookStockTable td a {
  color: var(--main-color);
  text-decoration: underline;
}

.p-bookStockTable td a.is-hover:hover {
  text-decoration: none;
}

.c-form .p-bookStockTable td .c-form__checkbox {
  margin: 0;
}

.c-form .p-bookStockTable td .c-btn {
  min-width: inherit;
  padding: 0.8rem;
  width: 100%;
  font-size: 1.6rem;
}

.p-bookStockTable tr:nth-of-type(even) td {
  background: var(--sub-color);
}

.p-bookDetailTable {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  table-layout: fixed;
  border: #222 solid 2px;
}

.p-bookDetailTable th,
.p-bookDetailTable td {
  padding: 0.8rem;
  text-align: left;
}

.p-bookDetailTable th {
  background: #f5f5f5;
  border-bottom: #222 solid 1px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 160px;
}

.p-bookDetailTable td {
  background-color: var( --font-color);
  border-bottom: #222 solid 1px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.p-bookDetailTable td a {
  color: var(--main-color);
  text-decoration: underline;
}

.p-bookDetailTable td a.is-hover:hover {
  text-decoration: none;
}

.p-riyMailChg .c-form__label {
  width: 35%;
}

.p-riyMailChg .c-form__value {
  width: 65%;
}

/* V88C:T7:スマホ表示時の利用者バーコード表示対応 */
div#bcTarget{display:none;width:100%;}

@media screen and (max-width: 1024px) {
  .p-favTable th {
    font-size: 1.6rem;
  }

  .p-sdiTable th {
    font-size: 1.6rem;
  }

  .c-bookPropData__list--double {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-bookPropData__name {
    font-size: 1.6rem;
    width: 150px;
  }

  .c-bookPropData__name:nth-child(n + 3) {
    margin-top: 1.6rem;
  }

  .c-bookPropData__value {
    font-size: 1.6rem;
    -ms-flex-preferred-size: calc(100% - 150px);
    flex-basis: calc(100% - 150px);
  }

  .c-bookPropData__value:nth-child(n + 3) {
    margin-top: 1.6rem;
  }

  .p-bookStockTable th {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .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-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: 320px;
    font-size: 1.6rem;
    padding: 1.6rem;
    margin: 0 auto;
  }

  .p-myLibTopStatus__transition:not(last-child) {
    margin-bottom: 2.4rem;
  }

  .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-mymenuKidsmailBd__label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 1.6rem;
  }

  .p-favTable {
    max-width: 480px;
    margin: 0 auto;
  }

  .p-favTable thead {
    display: none;
  }

  .p-favTable th {
    display: none;
  }

  .p-favTable td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
    border-right: none;
    border-bottom-style: dotted;
  }

  .p-favTable td:last-of-type {
    border-bottom: var(--main-color) solid 2px;
  }

  .p-favTable td::before {
    content: attr(label);
    color: var(--main-color);
    font-weight: bold;
    margin-right: 0.5em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }

  .p-sdiTable {
    max-width: 480px;
    margin: 0 auto;
  }

  .p-sdiTable thead {
    display: none;
  }

  .p-sdiTable th {
    display: none;
  }

  .p-sdiTable td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
    border-right: none;
    border-bottom-style: dotted;
  }

  .p-sdiTable td:last-of-type {
    border-bottom: var(--main-color) solid 2px;
  }

  .p-sdiTable td::before {
    content: attr(label);
    color: var(--main-color);
    font-weight: bold;
    margin-right: 0.5em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }

  .c-book {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-book__num {
    -ms-flex-preferred-size: 3em;
    flex-basis: 3em;
  }

  .c-book__thumb {
    -ms-flex-preferred-size: calc(100% - 3em);
    flex-basis: calc(100% - 3em);
  }

  .c-bookPropData {
    padding: 2.4rem 0;
  }

  .c-bookStatus {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    border-top: var(--ichilan-color) solid 1px;
    padding-top: 1.6rem;
  }

  .c-bookStatus__btn {
    max-width: 100%;
  }

  .c-form .c-bookStatus__note select {
    max-width: 100%;
  }

  .p-bookStockTable {
    max-width: 480px;
    margin: 0 auto;
  }

  .p-bookStockTable thead {
    display: none;
  }

  .p-bookStockTable th {
    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-style: dotted;
  }

  .p-bookStockTable td:last-of-type {
    border-bottom: var(--main-color) solid 2px;
  }

  .p-bookStockTable td::before {
    content: attr(label);
    color: var(--main-color);
    font-weight: bold;
    margin-right: 0.5em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }

  .p-bookStockTable td.null {
    display: none;
  }

  .p-bookDetailTable {
    max-width: 480px;
  }

  .p-bookDetailTable th {
    font-size: 1.4rem;
    width: 128px;
  }

  .p-searchCondition__btnWrap {
    margin-bottom: 3.2rem;
  }

  .p-riyMailChg .c-form__label {
    width: 100%;
  }

  .p-riyMailChg .c-form__value {
    width: 100%;
  }

  /* V88C:T7:スマホ表示時の利用者バーコード表示対応 */
  div#bcTarget{display:block;margin:auto;overflow:hidden!important;padding-top:10px!important;} /*aspxで｢, output: "svg"｣指定無の場合こちら*/
  /*div#bcTarget {display: block; margin: auto; padding-top: 10px !important; overflow: visible !important;}*/
}

@media screen and (max-width: 480px) {
  .c-form .p-mymenuKidsmailNum__value input[type="text"] {
    margin: 0 0 1.6rem 0;
  }

  .p-mymenuKidsmailNum__value {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-mymenuKidsmailNum__value .c-btn--white {
    min-width: 100%;
  }

  .c-form .p-mymenuKidsmailBd__value input[type="text"] {
    margin: 0 0 1.6rem 0;
  }

  .c-form .p-mymenuKidsmailBd__value select {
    margin: 0 0 1.6rem 0;
  }

  .p-mymenuKidsmailBd__value {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-mymenuKidsmailBd__value .c-btn--white {
    min-width: 100%;
  }

  .c-form .p-favTable td .c-btn {
    padding: 0.8rem;
  }

  .c-form .p-favTable td .c-btn__clear {
    margin: 0;
  }

  .c-form .p-sdiRadioCheck__value .c-form__checkbox {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .c-form .p-sdiTable td .c-btn {
    padding: 0.8rem;
  }

  .c-form .p-sdiTable td .c-form__checkbox {
    margin: 0;
  }

  .c-bookPropData__name {
    font-size: 1.4rem;
    width: 100px;
  }

  .c-bookPropData__value {
    font-size: 1.4rem;
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    width: calc(100% - 100px);
  }

  .p-searchSupport__manual {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
  }

  .p-searchSupport__manual .c-btn--white {
    min-width: 100%;
  }

  .p-searchSupport__manual .c-btn--white:not(:last-Child) {
    margin: 0 0 2.4rem;
  }

  .c-form .p-bookStockTable td .c-btn {
    padding: 0.8rem;
  }
}