@charset "UTF-8";
/* ===================== reset  ===================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* form */
button,
fieldset,
form,
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  background: none;
  outline: 0 none;
}

input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
}

select {
  border-radius: 0;
}

/*
input, select {
	vertical-align:middle;
}
*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  border: 0;
}

body,
h1, h2, h3, h4, h5, h6,
div, p, a,
ul, ol, li,
dl, dt, dd,
table, th, td,
form {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

img[width="1"] {
  display: none !important;
}

img[width="0"] {
  width: 0 !important;
}

#a8sales {
  display: none !important;
}

/**
 * 色
 */
/**
 * フォールバック(Deprecated)
 * 既存使用箇所があるので残っているだけ使用しないこと
 */
/**
 * 用途ごとの色
 */
/*
* lineHeightCrop（line-heightの不要な余白を打ち消す）のmixin
* @param $line-height 打ち消したいline-heightの数値
* 例）メインサイトではbodyのベース定義で1.8が設定されているため
* これを打ち消したければ、1.8を指定する
*/
/**
 * デバイスサイズに応じてvwの値を自動計算する
 */
/**
 * 色
 */
/**
 * フォールバック(Deprecated)
 * 既存使用箇所があるので残っているだけ使用しないこと
 */
/**
 * 用途ごとの色
 */
input[readonly] {
  background-color: #f5f5f5;
  color: #2c2c2c;
}

.mail-edit .attention-box,
.password-edit .attention-box,
.nickname-edit .attention-box,
.customer-info-edit .attention-box,
.customer-info-edit-confirm .attention-box {
  box-sizing: border-box;
  border: 1px solid #ff0a0a;
  color: #DD0022;
}
.mail-edit .attention-box h4,
.password-edit .attention-box h4,
.nickname-edit .attention-box h4,
.customer-info-edit .attention-box h4,
.customer-info-edit-confirm .attention-box h4 {
  margin-bottom: 10px;
}

html {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  overflow-y: scroll;
}

body {
  width: 100%;
  min-width: 100%;
  padding-top: 14.95vw;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.8;
  color: #1f3134;
  font-size: 14px;
  position: relative;
}

a {
  color: #0095D9;
  text-decoration: none;
}
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

img {
  width: 100%;
  height: auto;
}

.inner {
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
}

.out-link {
  background: url("/assets/images/common/icon_link.svg") no-repeat center right;
  background-size: 16px auto;
}

.btn button, .btn-green button, .btn-red button {
  box-sizing: border-box;
  background: #0095D9;
  color: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #0095D9;
  padding: 8px 0;
}
.btn button:disabled, .btn-green button:disabled, .btn-red button:disabled {
  background: #cacaca;
  border: 1px solid #cacaca;
  cursor: default;
}
.btn a, .btn-green a, .btn-red a {
  box-sizing: border-box;
  background: #0095D9;
  color: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #0095D9;
  display: block;
  padding: 8px 0;
}

.btn-red button {
  background: #ff0a0a;
  border: #ff0a0a;
}
.btn-red a {
  background: #ff0a0a;
  border: #ff0a0a;
}

.btn-green a {
  background: none;
  border: 2px solid #38b48b;
  color: #38b48b;
}

.btn-leave a, .btn-outline a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #1f3134;
  border: 1px solid #1f3134;
  text-align: center;
  padding: 8px 0;
}
.btn-leave button, .btn-outline button {
  box-sizing: border-box;
  width: 100%;
  color: #1f3134;
  border: 1px solid #1f3134;
  text-align: center;
  padding: 8px 0;
}

.btn-outline a {
  border: 1px solid #0095D9;
  color: #0095D9;
}
.btn-outline button {
  border: 1px solid #0095D9;
  color: #0095D9;
}

.btn-box li:first-child {
  margin-bottom: 20px;
}

.icon-arrow a::before, .icon-arrow a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.comp section h2 {
  margin-bottom: 30px;
}
.comp section p {
  margin-bottom: 30px;
}

input[type=search i]::-webkit-search-cancel-button {
  display: none;
}

.text-alert {
  color: #ff0a0a;
}

.text-info {
  color: #0095D9;
}

.modal-content {
  width: calc(100% - 24px);
  background: #fff;
  box-sizing: border-box;
  padding: 12px;
}
.modal-content p {
  text-align: center;
  margin-bottom: 20px;
}

.hubi-message {
  color: #ff0a0a;
  margin-bottom: 20px;
}

label.error {
  color: #ff0a0a;
  font-size: 12px;
  margin-top: 2px;
}

input.error {
  background: #FFCBCC !important;
  border-color: #ff0a0a !important;
}

.comp section h2 {
  font-size: 16px;
}
.caution {
  font-size: 10px !important;
  color: #999;
  margin-top: 5px;
}

.caution-red {
  font-size: 10px !important;
  color: #ff0a0a;
  margin-top: 5px;
}

.success-green {
  font-size: 10px !important;
  color: #38b48b;
  margin-top: 5px;
}

.input-info-txt {
  margin-bottom: 10px;
}

.btn-info-txt, .btn-info-txt-red {
  margin-bottom: 10px;
  font-size: 13px;
}
.btn-info-txt input, .btn-info-txt-red input {
  position: relative;
  top: 2px;
}

.check-area {
  margin: 30px 0;
}
.check-area .btn-info-txt, .check-area .btn-info-txt-red {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 10px;
}
.check-area .btn-info-txt span, .check-area .btn-info-txt-red span {
  display: block;
}
.check-area .btn-info-txt .btn-invoice, .check-area .btn-info-txt-red .btn-invoice {
  display: inline-flex;
}

.caution-form-message-title-red {
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.14px;
  color: #C1310F;
  text-align: center;
}

.btn-info-txt-red {
  color: #ff0a0a;
}

.tooltip-click {
  display: inline-block;
  width: 24px;
  background: #CACACA;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  line-height: 1;
  font-size: 10px;
  font-weight: 800;
  position: relative;
  border-radius: 2px;
  float: right;
  margin-right: 12px;
}
.tooltip-click:before {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: calc(50% - 2px);
  border: 2px solid transparent;
  border-top: 2px solid #CACACA;
}

.invisible {
  display: none;
}

.tooltip {
  position: absolute;
  width: calc(100% - 24px);
  background: #fff;
  box-sizing: border-box;
  padding: 8px;
  border: 3px solid #CACACA;
  left: 12px;
}
.tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 12px;
  border: 10px solid transparent;
  border-top: 12px solid #CACACA;
}
.tooltip:after {
  content: "";
  position: absolute;
  top: calc(100% - 4px);
  right: 12px;
  border: 10px solid transparent;
  border-top: 12px solid #fff;
}
.tooltip h5 {
  font-weight: 800;
  margin-bottom: 10px;
}
.tooltip h5 img {
  width: 18px;
  height: 18px;
  margin: 3px 5px 0 0;
}
.tooltip p {
  font-size: 13px;
}
.tooltip .more {
  margin-top: 10px;
}
.tooltip .letter-label {
  font-weight: bold;
  display: inline-block;
  background-color: #edeadc;
  font-size: 10px;
  padding: 4px 6px 3px;
  border-radius: 4px;
  margin-bottom: 12px;
}

#tooltip-mail p:nth-child(2) {
  margin-bottom: 12px;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}
.pagination li {
  display: inline-block;
  line-height: 1;
  background: #fff;
}
.pagination li a {
  display: block;
  line-height: 1;
  padding: 3px 6px;
  border: 1px solid #0095D9;
}
.pagination .active span {
  display: block;
  line-height: 1;
  padding: 3px 6px;
  border: 1px solid #0095D9;
  background: #0095D9;
  color: #fff;
}
.pagination .disabled {
  display: none;
}

.paging {
  display: flex;
  justify-content: center;
  background-color: #E6E6E8;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 16px;
}
.paging a, .paging button {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: #0095D9;
  cursor: pointer;
  outline-width: 0;
  padding: 10px;
  min-height: 45px;
}
.paging a .txt, .paging button .txt {
  display: none;
}
.paging .info {
  display: flex;
  align-items: center;
  margin: 0 4px;
}
.paging .ellipsis {
  margin: 0;
  font-size: 1.2rem;
  line-height: 0;
  align-items: center;
  display: flex;
}
.paging .prev, .paging .next {
  display: flex;
  align-items: center;
}
.paging .prev a, .paging .prev button, .paging .next a, .paging .next button {
  color: #000;
}
.paging .prev img, .paging .next img {
  width: 10px;
}
.paging .current {
  padding: 10px;
}

table.vb-table-list {
  width: 100%;
  table-layout: fixed;
}
table.vb-table-list thead th {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  background-color: #E6E6E8;
}
table.vb-table-list thead .title {
  border-bottom: solid 1px #FFF;
}
table.vb-table-list thead .condition {
  border: solid 1px #FFF;
  border-top: none;
}
table.vb-table-list tbody tr {
  border-bottom: solid 1px #2c2c2c;
}
table.vb-table-list tbody tr td {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
table.vb-table-list tbody tr .title {
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  padding: 5px;
}
table.vb-table-list tbody tr td:nth-child(1) {
  border-left: none;
}
table.vb-table-list tbody tr td:nth-last-child(1) {
  border-right: none;
}
table.vb-table-list tbody .item-condition {
  background-color: #E6E6E8;
}
table.vb-table-list tbody .satei-kakaku {
  font-weight: 800;
}

#sort-menu-wrapper {
  float: right;
  margin-bottom: 15px;
}
#sort-menu-wrapper #sort-menu {
  width: auto;
  padding: 8px 25px;
  border-radius: 20px;
  outline-width: 0px;
}

.btn .btn-return, .btn-red .btn-return, .btn-green .btn-return {
  background-color: transparent;
  border: solid 1px #0095D9;
  color: #0095D9;
}

.mb-20 {
  margin-bottom: 20px;
}

.dot-text {
  position: relative;
  padding-top: 0.5em;
}
.dot-text::before {
  position: absolute;
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-radius: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(0.9, 0.9);
}

.contents-header.is-not-message-header {
  margin-bottom: 20px;
}
.contents-header.is-not-message-header .breadcrumb-list {
  margin: 25px 0 20px;
}

#scan-float-wrapper {
  display: none;
  position: fixed;
  right: 4px;
  bottom: 12px;
  z-index: 999;
  width: 25%;
}
#scan-float-wrapper a {
  display: block;
}
#scan-float-wrapper .scan-icon-wrapper {
  width: 100%;
  margin: auto;
}
#scan-float-wrapper .scan-icon-wrapper .scale-animation-button {
  display: block;
  height: auto;
  position: relative;
  vertical-align: top;
  width: 100%;
  z-index: -1;
}

.is-hide-search #scan-float-wrapper {
  display: none !important;
}

.is-hide-scan-float #scan-float-wrapper {
  display: none !important;
}

.maintenance {
  width: calc(100% - 24px);
  margin: 20px 0 0 12px;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #ff0a0a;
}
.maintenance h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.maintenance p {
  font-size: 12px;
}
.maintenance p:nth-last-of-type(1) {
  margin-top: 10px;
}

.estimate-pagination {
  display: flex;
  justify-content: center;
  background-color: #E6E6E8;
  padding-top: 8px;
  padding-bottom: 8px;
}
.estimate-pagination .next {
  display: flex;
  align-items: center;
}
.estimate-pagination .next a {
  display: flex;
  color: #000;
}
.estimate-pagination .next a img {
  width: 1rem;
  height: 1rem;
}
.estimate-pagination .info {
  margin-left: 20px;
  margin-right: 20px;
}
.estimate-pagination .prev {
  display: flex;
  align-items: center;
}
.estimate-pagination .prev a {
  display: flex;
  color: #000;
}
.estimate-pagination .prev a img {
  width: 1rem;
  height: 1rem;
}

.load-spinner, .load-spinner-absolute,
.load-spinner:after,
.load-spinner-absolute:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.load-spinner, .load-spinner-absolute {
  z-index: 9998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 6px solid rgba(0, 0, 0, 0.1);
  border-right: 6px solid rgba(0, 0, 0, 0.1);
  border-bottom: 6px solid rgba(0, 0, 0, 0.1);
  border-left: 6px solid rgba(0, 0, 0, 0.5);
  transform: translateZ(0);
  animation: load-spinner-animation 1.1s infinite linear;
}
@keyframes load-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load-spinner-absolute {
  position: absolute;
}

.load-spinner-overlay {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.condition-info {
  margin: 10px;
}
.condition-info ul li {
  font-size: 10px;
  padding-bottom: 8px;
}
.condition-info ul li ul li {
  padding-bottom: 0;
}

#notice-text {
  margin: 20px 12px;
  padding: 10px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#notice-text em {
  font-style: normal !important;
}

#notice-text.type-Stop {
  border: dotted 1px #CCC;
}
#notice-text.type-Stop em {
  color: red;
}

#notice-text.type-GO {
  padding: 16px 10px 0;
  margin: 12px 10px;
  border: solid 1px #009098;
  border-radius: 4px;
  font-size: 12px;
}
#notice-text.type-GO h3 {
  background: url(/assets/images/common/icon_info.svg) no-repeat center 0 transparent;
  margin-bottom: 24px;
  padding-top: 43px;
  color: #1f3134;
  font-size: 1em;
}
#notice-text.type-GO .notice-inner {
  padding: 0 10px;
}
#notice-text.type-GO a {
  background-color: #eee;
  color: #1f3134;
  font-size: 0.875em;
  padding: 5px 15px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
}
#notice-text.type-GO a img {
  width: 13.9px;
  height: 12px;
  margin-left: 5px;
}
#notice-text.type-GO dt {
  font-weight: bold;
  font-size: 1.14em;
  color: #009098;
}
#notice-text.type-GO dd {
  font-size: 1.14em;
  color: #009098;
  margin-bottom: 15px;
}
#notice-text.type-GO em {
  font-weight: bold;
  font-size: 125%;
}

#notice-text.type-campaign {
  margin: 24px auto 15px;
  padding: 0 2.6vw;
}
#notice-text.type-campaign li {
  width: 100%;
  margin-bottom: 0;
}
#notice-text.type-campaign li a {
  display: block;
}

.notice-search-caution {
  width: calc(100% - 10vw);
  margin: 0 auto;
  padding: 24px;
  font-size: 12px;
  border: 1px solid #0095d9;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
.notice-search-caution h3 {
  color: #0095d9;
  margin-bottom: 15px;
}
.notice-search-caution h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.notice-search-caution h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}

[v-cloak] {
  display: none;
}

#app .modal-mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}
#app .modal-wrapper {
  display: flex;
  min-height: 100vh;
  min-height: calc(var(--vh) * 100);
}
#app .modal-container {
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  border-radius: 2px;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
#app .modal-container .modal-inner-wrap {
  width: 90%;
  margin: 0 auto;
  background-color: #FFF;
}
#app .modal-container .modal-inner-wrap .button-close {
  display: none;
}
#app .modal-container .modal-inner-wrap .icon-close {
  width: 20px;
  float: right;
  margin: 24px 24px 0 0;
}
#app .modal-container .modal-inner-wrap .modal-header {
  clear: both;
}
#app .modal-container .full-modal-inner-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh) * 100);
  background-color: #FFF;
}
#app .modal-container .full-modal-inner-wrap .icon-close {
  display: none;
}
#app .modal-container .full-modal-inner-wrap .button-close {
  position: absolute;
  left: 0;
  font-size: 12px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 5px 16px;
  font-weight: bold;
}
#app .modal-container .full-modal-inner-wrap .modal-header {
  background-color: #f5f5f5;
  padding: 16px;
}
#app .modal-container .full-modal-inner-wrap .modal-header h3 {
  color: #2c2c2c;
}
#app .modal-container .full-modal-inner-wrap .modal-body {
  max-height: calc(var(--maxh) * 100);
  position: relative;
  flex: 1;
}
@media screen and (orientation: landscape) {
  #app .modal-container .full-modal-inner-wrap .modal-body {
    /* 横向きの場合のスタイル */
    max-height: calc(var(--maxh) / 1.4 * 100);
  }
}
#app .modal-container .full-modal-inner-wrap .modal-body .modal-body-inner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px;
  width: calc(100% - 60px);
  box-sizing: unset;
}
#app .modal-container .full-modal-inner-wrap .modal-footer {
  margin-top: auto;
}
#app .modal-container .message-wrapper {
  padding: 0 24px 24px;
}
#app .modal-header h3 {
  position: relative;
  margin-top: 0;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}
#app .task6-wrapper .modal-header h3 {
  font-size: 18px;
  white-space: nowrap;
}
#app .modal-body {
  margin: 0 0 2em;
  padding: 25px 30px 0;
  overflow-y: scroll;
  /* Webkit */
  /* Firefox 18 以前 */
  /* Firefox 19 以降 */
}
#app .modal-body input {
  border-color: #ccc;
  padding: 12px 10px;
}
#app .modal-body .modal-input-text::-moz-placeholder {
  color: #666;
  opacity: 1;
  font-size: 12px;
}
#app .modal-body .modal-input-text::placeholder {
  color: #666;
  opacity: 1;
  font-size: 12px;
}
#app .modal-body .modal-input-text:focus::-webkit-input-placeholder {
  color: transparent;
}
#app .modal-body .modal-input-text:focus:-moz-placeholder {
  color: transparent;
}
#app .modal-body .modal-input-text:focus::-moz-placeholder {
  color: transparent;
}
#app .delete-confirm-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
#app .delete-confirm-wrapper h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
#app .delete-confirm-wrapper p {
  font-size: 10px;
  color: #666;
  letter-spacing: 0.2em;
}
#app .modal-button {
  border-radius: 4px;
  flex: 1;
  font-size: 14px;
  padding: 10px 0;
  cursor: pointer;
}
#app .modal-cancel-button {
  margin-right: 20px;
  border: 1px solid #666;
}
#app .modal-exec-button {
  color: #FFF;
  background-color: #2c2c2c;
}
#app .modal-exec-button .invalid {
  background-color: #b0b0b0;
}
#app .unable-exec-button {
  background-color: #b0b0b0;
  cursor: not-allowed;
}
#app .modal-delete-button {
  background-color: #CCC;
  width: 100%;
  margin-top: 24px;
  font-size: 12px;
}
#app .modal-enter {
  opacity: 0;
}
#app .modal-leave-active {
  opacity: 0;
}
#app .modal-enter .modal-container,
#app .modal-leave-active .modal-container {
  transform: scale(1.1);
}
#app .login-modal .modal-close-button {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  float: right;
}
#app .login-modal .modal-close-button span::before, #app .login-modal .modal-close-button span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #090000;
}
#app .login-modal .modal-close-button span::before {
  transform: rotate(-45deg);
}
#app .login-modal .modal-close-button span::after {
  transform: rotate(45deg);
}
#app .login-modal .modal-header {
  text-align: center;
  clear: both;
}
#app .login-modal .modal-header img {
  width: 50px;
}
#app .login-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 100%;
  overflow-y: hidden;
  padding: 0 0 20px;
}
#app .login-modal .modal-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .login-modal .modal-footer .signup {
  width: 100%;
  padding: 10px 15px;
  background-color: #000;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 20px;
}
#app .login-modal .modal-footer .signup a {
  display: block;
  text-align: center;
  color: #FFF;
}

.edit-items-wrapper #edit-folder {
  display: inline-flex;
  cursor: pointer;
}
.edit-items-wrapper #edit-folder span {
  display: inline-flex;
  margin-left: 8px;
}
.edit-items-wrapper .edit-select-buttons {
  position: absolute;
  top: 4%;
  right: 23%;
  width: 15%;
  z-index: 1;
}
.edit-items-wrapper .edit-select-buttons .icon {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  display: none;
}
.edit-items-wrapper .btn-wrapper {
  display: block;
}
.edit-items-wrapper .btn-wrapper .edit, .edit-items-wrapper .btn-wrapper .cancel {
  text-align: center;
}
.edit-items-wrapper .btn-wrapper .edit img, .edit-items-wrapper .btn-wrapper .cancel img {
  margin-bottom: 0.125rem;
}
.edit-items-wrapper .btn-wrapper .edit span, .edit-items-wrapper .btn-wrapper .cancel span {
  color: #FFF;
  display: block;
  font-size: 0.5rem;
  letter-spacing: 1em;
  text-indent: 1em;
  white-space: nowrap;
}
.edit-items-wrapper .btn-wrapper .edit {
  display: flex;
  align-items: center;
}
.edit-items-wrapper .btn-wrapper .cancel {
  display: none;
}
.edit-items-wrapper .btn-wrapper .cancel span {
  letter-spacing: 0;
  text-indent: 0;
}
.edit-items-wrapper input[type=checkbox] {
  display: none;
}
.edit-items-wrapper input[type=checkbox] + label,
.edit-items-wrapper input[type=checkbox]:checked + label {
  padding-left: 26px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
}
.edit-items-wrapper input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  background: url("/assets/images/shelf/select_no_check.svg") no-repeat 0 center;
}
.edit-items-wrapper input[type=checkbox]:checked + label {
  background: url("/assets/images/shelf/select_check.svg") no-repeat 0 center;
}
.edit-items-wrapper .tips {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  padding: 0 15px;
}
.edit-items-wrapper .tips, .edit-items-wrapper input[type=checkbox] + label {
  display: none;
}
.edit-items-wrapper #add-library-action-btn {
  display: none;
}

.edit-items-wrapper.edit-mode .edit-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
}
.edit-items-wrapper.edit-mode .edit-header .tips, .edit-items-wrapper.edit-mode .edit-header input[type=checkbox] + label {
  display: block;
}
.edit-items-wrapper.edit-mode #edit-folder {
  pointer-events: none;
}
.edit-items-wrapper.edit-mode #edit-folder span {
  display: none;
}
.edit-items-wrapper.edit-mode .btn-wrapper {
  display: block;
}
.edit-items-wrapper.edit-mode .btn-wrapper #js-edit-btn.edit {
  display: none;
}
.edit-items-wrapper.edit-mode .btn-wrapper .cancel {
  display: flex;
  align-items: center;
}
.edit-items-wrapper.edit-mode .edit-item {
  cursor: pointer;
  position: relative;
}
.edit-items-wrapper.edit-mode .edit-item .moving-wrapper {
  pointer-events: none;
}
.edit-items-wrapper.edit-mode .edit-item .edit-select-buttons .icon-off {
  display: block;
  box-sizing: border-box;
  width: 7.8125vw;
  height: 7.8125vw;
  background-color: #000;
  border-radius: 7.8125vw;
  border: 2px solid #FFF;
  opacity: 0.4;
}
.edit-items-wrapper.edit-mode .edit-item .edit-select-buttons .icon-on {
  display: none;
  width: 7.8125vw;
  height: 7.8125vw;
}
.edit-items-wrapper.edit-mode .edit-item .book-image {
  position: relative;
}
.edit-items-wrapper.edit-mode .edit-item.select .edit-select-buttons .icon-on {
  display: block;
}
.edit-items-wrapper.edit-mode .edit-item.select .edit-select-buttons .icon-off {
  display: none;
}
.edit-items-wrapper.edit-mode #add-library-action-btn.btn, .edit-items-wrapper.edit-mode #add-library-action-btn.btn-red, .edit-items-wrapper.edit-mode #add-library-action-btn.btn-green {
  opacity: 0;
  transition: 0.7s;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 45px;
  display: flex;
  background-color: #F4F4F4;
  padding: 16px;
}
.edit-items-wrapper.edit-mode #add-library-action-btn.btn button, .edit-items-wrapper.edit-mode #add-library-action-btn.btn-red button, .edit-items-wrapper.edit-mode #add-library-action-btn.btn-green button {
  margin: 0 5px;
  padding: 5px 0;
  border-radius: 4px;
  border: 0 none;
  display: inline;
}
.edit-items-wrapper.edit-mode #add-library-action-btn.btn .js-cancel, .edit-items-wrapper.edit-mode #add-library-action-btn.btn-red .js-cancel, .edit-items-wrapper.edit-mode #add-library-action-btn.btn-green .js-cancel {
  background: transparent;
  color: #2c2c2c;
}
.edit-items-wrapper.edit-mode #add-library-action-btn.btn .btn-items-delete, .edit-items-wrapper.edit-mode #add-library-action-btn.btn-red .btn-items-delete, .edit-items-wrapper.edit-mode #add-library-action-btn.btn-green .btn-items-delete {
  background-color: #CCC;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
.edit-items-wrapper.edit-mode #add-library-action-btn.btn .btn-items-move, .edit-items-wrapper.edit-mode #add-library-action-btn.btn-red .btn-items-move, .edit-items-wrapper.edit-mode #add-library-action-btn.btn-green .btn-items-move {
  background-color: #009098;
  font-size: 12px;
  font-weight: bold;
}
.edit-items-wrapper.edit-mode #add-library-action-btn.show {
  z-index: 9998;
  height: 32px;
  opacity: 1;
  box-sizing: unset;
}
.edit-items-wrapper.edit-mode .estimate-pagination {
  display: none;
}

.line-wrapper {
  background-color: #f5f5f5;
  padding: 32px 32px 24px;
  width: calc(100% - 48px);
  box-sizing: border-box;
  margin: 0 auto 32px;
}
.line-wrapper h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
.line-wrapper p {
  color: #2c2c2c;
  font-size: 0.85em;
}
.line-wrapper .btn-outline {
  width: 176px;
  margin: 24px auto 8px;
}
.line-wrapper .btn-outline a {
  color: #2c2c2c;
  display: flex;
  padding: 8px 16px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-color: #2c2c2c;
  white-space: nowrap;
  font-weight: bold;
}
.line-wrapper .btn-outline .icon-line {
  width: 16px;
  margin-right: 8px;
}

.js-info-cnt {
  font-size: 2.75vw;
  min-width: 3.125vw;
  height: 3.125vw;
  color: #fff;
  background: #dd0022;
  border-radius: 50%;
  line-height: 3.125vw;
  margin-left: -6px;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
}
.js-info-cnt small {
  transform: scale(0.8, 0.8);
  font-weight: bold;
}
.js-info-cnt__no-cnt {
  opacity: 0;
}

.other-site-id {
  margin-bottom: 0;
}
.other-site-id h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
.other-site-id ul {
  display: flex;
  justify-content: space-between;
}
.other-site-id .sns-id {
  margin-bottom: 10px;
  width: calc(100% / 3);
  background-color: #FFF;
}
.other-site-id .sns-id:not(:last-child) {
  margin-right: 11px;
}
.other-site-id .sns-id a {
  padding: 8px 0;
  display: block;
  text-align: center;
}
.other-site-id .amazon-id {
  border: 2px solid #fe9d00;
}
.other-site-id .amazon-id a {
  color: #fe9d00;
}
.other-site-id .facebook-id {
  border: 2px solid #3c5798;
}
.other-site-id .facebook-id a {
  color: #3c5798;
}
.other-site-id .google-id {
  border: 2px solid #dd4b39;
}
.other-site-id .google-id a {
  color: #dd4b39;
}

.newsletter-description {
  width: 100%;
  margin-top: 24px;
}
.newsletter-description li {
  padding: 24px 14px 24px 24px;
  border: 1px solid #edeadc;
}
.newsletter-description li:first-child {
  border-bottom: 0 none;
  border-radius: 8px 8px 0 0;
}
.newsletter-description li:last-child {
  border-radius: 0 0 8px 8px;
}
.newsletter-description li h4 {
  font-weight: bold;
  margin-bottom: 15px;
}
.newsletter-description li h4 img {
  width: 18px;
  height: 18px;
  margin: 3px 5px 0 0;
}
.newsletter-description li .for-example {
  margin-top: 15px;
  font-weight: bold;
  font-size: 12px;
}
.newsletter-description li .letter-label {
  font-weight: bold;
  display: inline-block;
  background-color: #edeadc;
  font-size: 10px;
  padding: 4px 6px 3px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.newsletter-description li .letter-label::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.newsletter-description li .letter-label::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.newsletter-description li.view-sample a {
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
  color: #009098;
  text-decoration: underline;
}
.newsletter-description li.view-sample #view-sample-btn {
  color: #2c2c2c;
}

div[id^=modal-bookshelf-assessment].modal-content-error .modal-close-btn {
  width: 20px;
  margin: 0;
  float: right;
  cursor: pointer;
}

.waiting-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 200px;
  padding: 60px 24px;
}

.grecaptcha-badge {
  visibility: hidden;
}

header {
  width: 100%;
  z-index: 9999;
  border-top: 5px solid #EEEADB;
  position: fixed;
  top: 0;
  left: 0;
}
header * {
  display: flex;
  box-sizing: border-box;
}
header input, header select {
  outline-width: 0;
}
header a img {
  height: 100%;
  margin: auto;
}
header .inner {
  background-color: #FFF;
  padding: 2.5vw 2.5vw 2.25vw 0;
  justify-content: space-between;
  align-items: center;
}
header .inner #logo a {
  width: 100%;
  padding: 2vw 4.5vw 2.5vw;
}
header .inner #logo a img {
  min-width: 9vw;
  max-height: 8.75vw;
}
header .inner .sub-nav {
  align-self: stretch;
}
header .inner .sub-nav .header-menu-child {
  width: 100%;
}
header .inner .sub-nav .header-menu-child a {
  width: 100%;
  outline-width: 0;
  padding: 0 2.5vw;
}
header .inner .sub-nav .header-menu-child a .close {
  display: none;
}
header .inner .sub-nav img.icon {
  max-width: 7.5vw;
  min-width: 6.25vw;
}
header .search-form {
  flex-grow: 2;
  background-color: #FFF;
  margin-right: 2.5vw;
  min-height: 8.5vw;
}
header .search-form .search-form-inner {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 6.25vw;
  justify-content: space-between;
  transition: all 0.6s ease;
}
header .search-form .search-form-inner form {
  width: 100%;
}
header .search-form #search-query {
  padding: 5px 0 5px 3.25vw;
  border: 0 none;
  background-color: transparent;
  outline: 0 none;
}
header .search-form #search-query::-moz-placeholder {
  color: #999;
  font-size: 2.75vw;
  letter-spacing: 0;
  line-height: normal;
  opacity: 1;
}
header .search-form #search-query::placeholder {
  color: #999;
  font-size: 2.75vw;
  letter-spacing: 0;
  line-height: normal;
  opacity: 1;
}
header .search-form #search-query:focus::-moz-placeholder {
  color: transparent;
}
header .search-form #search-query:focus::placeholder {
  color: transparent;
}
header .search-form #search-query:focus::-webkit-input-placeholder {
  color: transparent;
}
header .search-form .scan-icon-wrapper .take-picture {
  display: none;
}
header .search-form .scan-icon-wrapper .take-picture a#scan {
  height: 100%;
  padding: 1.5625vw 2.5vw;
}
header .search-form .scan-icon-wrapper .take-picture a#scan img {
  max-width: 6.875vw;
  min-width: 5.625vw;
}
header .search-form .scan-icon-wrapper label.take-picture-button {
  height: 100%;
  display: flex;
}
header .search-form .scan-icon-wrapper label.take-picture-button img {
  width: 65%;
  margin: auto;
  max-height: 28px;
}
header .search-form .scan-icon-wrapper .take-picture-yes label.take-picture-button {
  height: 100%;
  padding: 1.5625vw 2.5vw;
}
header .search-form .scan-icon-wrapper .take-picture-yes label.take-picture-button img {
  max-width: 6.875vw;
  min-width: 5.625vw;
}
header .search-form .input-clear {
  display: none;
}
header a.close-btn {
  display: none;
}

.header-bottom-nav * {
  display: flex;
  box-sizing: border-box;
}
.header-bottom-nav ul {
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #EFEFEF;
}
.header-bottom-nav ul li {
  width: calc(100% / 3);
}
.header-bottom-nav ul li a {
  width: 100%;
  padding: 1.5vw 4.5vw 3.25vw;
  color: #2c2c2c;
  font-size: 3.15vw;
  font-weight: bold;
  align-items: center;
  white-space: nowrap;
  font-weight: bold;
}
.header-bottom-nav ul li a .bold-sell {
  background-color: #0095d0 !important;
  border-color: #0095d0 !important;
  padding: 5px 4vw 5px 11px;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #FFFFFF;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.header-bottom-nav ul li:first-child a {
  padding: 1.5vw 0vw 3.25vw 0.5vw;
}
.header-bottom-nav ul li:last-child a {
  padding: 0.5vw 5.75vw 2.5vw;
}
.header-bottom-nav ul img.icon {
  margin: 0 2.5vw 0 0;
  max-height: 7.5vw;
  min-height: 6.25vw;
}
.header-bottom-nav ul img.icon-library {
  margin-right: 1.5vw;
  flex: 0;
}

#header-bottom p {
  width: 100%;
  padding: 2.5vw 5vw 0;
  color: #000;
  font-size: 3vw;
  box-sizing: border-box;
}

#header-bottom.hide {
  display: none;
}

#gnav {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 98;
  background-color: #f5f5f5;
}
#gnav ul {
  background-color: #f5f5f5;
  display: none;
  position: absolute;
  justify-content: space-between;
  width: 100%;
  padding: 6.375vw 32px 0;
  overflow: scroll;
}
#gnav ul li a {
  color: #2c2c2c;
  font-size: 3.5vw;
  width: 100%;
  padding: 16px 0;
  font-weight: bold;
  align-items: center;
}
#gnav ul li.small-menu {
  border: 0 none;
}
#gnav ul li.small-menu.first {
  margin-top: 3.375vw;
}
#gnav ul li.small-menu a {
  font-weight: normal;
  padding: 8px 0;
}
#gnav ul li.btn, #gnav ul li.btn-red, #gnav ul li.btn-green {
  margin-top: 32px;
}
#gnav ul li.btn a, #gnav ul li.btn-red a, #gnav ul li.btn-green a {
  background-color: #2c2c2c;
  color: #FFF;
  border-radius: 4px;
  border: 0 none;
  padding: 10px 0;
  font-weight: normal;
}
#gnav ul li.btn a:first-child, #gnav ul li.btn-red a:first-child, #gnav ul li.btn-green a:first-child {
  background-color: #FFF;
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
  margin-right: 15px;
}
#gnav ul li img.icon {
  margin: 0 2.5vw 0 0;
  max-width: 7.5vw;
  min-width: 6.25vw;
}
#gnav ul li img.icon-library {
  margin-left: -1px;
}

header.is-fixed {
  border-bottom: 1px solid #EFEFEF;
}

header.is-open {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: scroll;
}
header.is-open .sub-nav .header-menu-child a .open {
  display: none;
}
header.is-open .sub-nav .header-menu-child a .close {
  display: block;
}

header.is-search .search-form-inner {
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.12);
}
header.is-search .search-form-inner .scan-icon-wrapper {
  display: none;
}
header.is-search a.close-btn {
  display: block;
  flex: 1 0 auto;
}
header.is-search a.close-btn img {
  max-height: 6.25vw;
  min-height: 5.625vw;
}
header.is-search .sub-nav {
  display: none;
}
header.is-search .input-clear {
  display: flex;
  align-items: center;
  padding: 0 14px;
}
header.is-search .input-clear img {
  width: 14px;
  height: 14px;
}

@media screen and (orientation: landscape) {
  header .search-form #search-query::-webkit-input-placeholder {
    padding-top: 0;
    font-size: 2.5vw;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #header-bottom p {
    font-size: 120%;
    padding: 2.5vw 2.5vw 0 2.5vw;
  }
}
@media (min-width: 1024px) {
  #header-bottom p {
    font-size: 120%;
    padding: 2.5vw 2.5vw 0 2.5vw;
  }
}
@media (min-width: 1200px) {
  #header-bottom p {
    padding: 2.5vw 2.5vw 0 2.5vw;
  }
}
ul#search_suggest {
  background: #fff;
  border-radius: 3px;
  box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.3);
  margin-top: 45px;
  padding: 0px;
  position: absolute;
  z-index: 1000;
}

ul#search_suggest li {
  color: #333;
  padding: 1px 6px;
}

ul#search_suggest li.search_suggest-active,
ul#search_suggest li:hover {
  background: #4b89bf;
  color: #fff;
}

footer {
  color: #2c2c2c;
  font-size: 13px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  box-sizing: border-box;
}
footer .footer-content {
  clear: both;
}
footer .footer-content:first-child {
  background: #f5f5f5;
  padding: 48px 24px 40px;
}
footer .footer-content:last-child {
  background: #cacaca;
  padding: 40px 32px;
}
footer .footer-content ul.footer-sns {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
footer .footer-content ul.footer-sns li {
  width: 25px;
}
footer .footer-content ul.footer-sns li:not(:last-child) {
  margin-right: 32px;
}
footer .footer-content ul.footer-navi li {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #cacaca;
}
footer .footer-content ul.footer-navi a {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
footer .footer-content .corp {
  font-size: 9px;
  text-align: center;
  white-space: nowrap;
  margin-top: 20px;
}
footer .footer-content .corp span {
  transform: scale(0.8, 0.8);
  transform-origin: 100% 50%;
  display: inline-block;
}
footer .footer-content .footer-sns {
  padding-left: 80px;
  padding-right: 80px;
}
footer .footer-content .footer-sns-inner {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}
footer .footer-content .footer-our-site {
  margin-top: 35px;
}
footer .footer-content .footer-our-site-caption {
  font-size: 11px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
footer .footer-content .our-site-inner-vaboo {
  display: flex;
}
footer .footer-content .our-site-inner-vaboo-image {
  width: 80px;
  flex: 0 0 auto;
}
footer .footer-content .our-site-inner-vaboo-info {
  margin-left: 13px;
  margin-top: -4px;
}
footer .footer-content .our-site-inner-vaboo-name {
  font-size: 14px;
  font-weight: bold;
}
footer .footer-content .our-site-inner-vaboo-caption {
  font-size: 12px;
  margin-top: -1px;
}
footer .footer-content .our-site-inner-charibon {
  display: flex;
  margin-top: 15px;
}
footer .footer-content .our-site-inner-charibon-image {
  width: 80px;
  flex: 0 0 auto;
}
footer .footer-content .our-site-inner-charibon-info {
  margin-left: 13px;
  margin-top: -4px;
}
footer .footer-content .our-site-inner-charibon-name {
  font-size: 14px;
  font-weight: bold;
}
footer .footer-content .our-site-inner-charibon-caption {
  font-size: 12px;
  margin-top: -1px;
}
footer .footer-content .footer-vb-logo {
  max-width: 160px;
  margin: 0 auto;
}
footer .footer-content .footer-our-info-privacy {
  width: 100%;
  margin-top: 25px;
}
footer .footer-content .footer-our-info-privacy-inner {
  display: flex;
  justify-content: space-around;
}
footer .footer-content .footer-our-info-rules {
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 25px;
}
footer .footer-content .footer-our-info-rules-inner {
  display: flex;
  justify-content: space-around;
}
footer a {
  color: #2c2c2c;
  font-size: 11px;
}

.contents-header {
  margin-bottom: 20px;
  position: relative;
}
.contents-header .inner {
  padding: 0 5vw;
}
.contents-header .breadcrumb-list {
  margin: 4px 0;
}
.contents-header .breadcrumb-list ul li {
  display: inline-block;
  font-size: 12px;
}
.contents-header .contents-ttl h1 {
  font-size: 18px;
}

#contents, #contents-fixed {
  margin-bottom: 40px;
}

#contents-fixed {
  position: fixed;
}

.sell-navi {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  font-size: 12px;
}
.sell-navi ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.sell-navi ul li {
  display: inline-block;
  width: calc(100% / 4);
}
.sell-navi ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  color: #1f3134;
  position: relative;
}
.sell-navi ul li a:before, .sell-navi ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -1px;
  background: #1f3134;
}
.sell-navi ul li a:before {
  left: 0;
}
.sell-navi ul li a:after {
  right: 0;
  background: #1f3134;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sell-navi ul li a:hover:before {
  background: #1f3134;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sell-navi ul li a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}
.sell-navi ul li .active {
  border-bottom: 1px solid;
}
.sell-navi ul li .active:before, .sell-navi ul li .active:after {
  display: none;
}

/**
 * 色
 */
/**
 * フォールバック(Deprecated)
 * 既存使用箇所があるので残っているだけ使用しないこと
 */
/**
 * 用途ごとの色
 */
input[readonly] {
  background-color: #f5f5f5;
  color: #2c2c2c;
}

.mail-edit .attention-box,
.password-edit .attention-box,
.nickname-edit .attention-box,
.customer-info-edit .attention-box,
.customer-info-edit-confirm .attention-box {
  box-sizing: border-box;
  border: 1px solid #ff0a0a;
  color: #DD0022;
}
.mail-edit .attention-box h4,
.password-edit .attention-box h4,
.nickname-edit .attention-box h4,
.customer-info-edit .attention-box h4,
.customer-info-edit-confirm .attention-box h4 {
  margin-bottom: 10px;
}

input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
textarea,
select {
  background-color: #ffffff;
  padding: 8px 8px;
  border: 1px solid #ccc;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}

button {
  line-height: 1.8;
}

select:not([name=select_campaign_code], [name=select_introduce_campaign_code]) {
  background: url("/assets/images/common/select_arrow.svg") no-repeat center right 10px;
  background-size: 15px auto;
}

form dl {
  margin-bottom: 10px;
}
form dl:nth-last-of-type(1) {
  margin-bottom: 30px;
}
form dl dt {
  font-size: 12px;
}

.customer-contents {
  /*
  [name="detail"] {
      width: 700px;
  }*/
}
.customer-contents [name=customer_sei],
.customer-contents [name=customer_mei],
.customer-contents [name=customer_sei_huri],
.customer-contents [name=customer_mei_huri] {
  width: 120px;
}
.customer-contents [name=birth_year] {
  width: 90px;
}
.customer-contents [name=birth_month],
.customer-contents [name=birth_day] {
  width: 50px;
}
.customer-contents [name=postcode] {
  width: 120px;
}
.customer-contents [name=customer_sei],
.customer-contents [name=customer_sei_huri],
.customer-contents [name=postcode] {
  margin-right: 6px;
}
.customer-contents [name=birth_year],
.customer-contents [name=birth_month],
.customer-contents [name=birth_day] {
  margin-right: 6px;
}
.customer-contents [name=tel1],
.customer-contents [name=tel2],
.customer-contents [name=tel3] {
  width: 84px;
}
.customer-contents [name=tel1],
.customer-contents [name=tel2] {
  margin-right: 6px;
}
.customer-contents [name=boxcount] {
  width: 50px;
}
.customer-contents [name=shuka_ymd],
.customer-contents [name=shuka_time_code] {
  width: 100%;
}
.customer-contents [name=shuka_ymd] {
  margin-bottom: 10px;
}
.customer-contents [name=yuucyo_kigou] {
  width: 65%;
}
.customer-contents [name=yuucyo_hansu] {
  width: 30%;
}

.customer-contents .inner h3 {
  width: 100%;
  color: #fff;
  background: #1f3134;
  padding: 4px 12px;
  margin-left: -12px;
  font-size: 12px;
}
.customer-contents .inner dl {
  margin-bottom: 14px;
}
.customer-contents .inner dl:nth-last-of-type(1) {
  margin-bottom: 30px;
}
.customer-contents .inner dl dt {
  width: 100%;
  padding: 4px 12px;
  background: #fbfaf5;
  margin-bottom: 14px;
  margin-left: -12px;
  font-size: 12px;
  overflow: hidden;
  *zoom: 1;
}
.customer-contents .inner dl dt .required {
  font-size: 8px !important;
  color: #fff;
  background: #D32F2F;
  padding: 2px;
  line-height: 1;
  display: inline-block;
  margin: -2px 0 0 10px;
  vertical-align: middle;
}
.customer-contents .inner dl dd .mt10 {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.customer-contents .inner dl dd span p {
  font-size: 12px;
}
.customer-contents .inner dl dd span .yuucyo-kigou-contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 10px;
}
.customer-contents .inner dl dd span .js-add-address {
  box-sizing: border-box;
  display: inline-block;
  background: #727171;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  font-size: 13px;
  margin-right: 20px;
}
.customer-contents .inner dl dd span .postcode-search-btn {
  font-size: 13px;
}
.customer-contents .inner dl dd .postcode-search {
  font-size: 13px;
  margin-top: 10px;
}
.customer-contents .inner dl dd label.error {
  display: block;
}
.customer-contents .inner dl dd .freeword-search {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.customer-contents .inner dl dd .freeword-search input[name=word] {
  width: calc(100% - 64px);
}
.customer-contents .inner dl dd .freeword-search .btn-outline {
  width: 60px;
}
.customer-contents .inner dl dd img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.customer-contents .inner dl dd .line_linked-container .ask-code {
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
}
.customer-contents .inner dl dd .line_linked-container #line_linked-reward {
  margin-top: 4px;
  color: #0095D9;
}
.customer-contents .inner dl dd .line_linked-container #line_linked-reward .waiting-code {
  margin-top: 12px;
}
.customer-contents .inner dl dd .line_linked-container #line_linked-completed {
  font-weight: bold;
  font-size: 15px;
  color: #0095D9;
}
.customer-contents .inner dl dd .line_linked-container .space-before {
  margin-top: 12px;
}
.customer-contents .inner .id-select dd span {
  display: block;
}
.customer-contents .inner .shuka-date dd span {
  white-space: nowrap;
}

.form-navi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 120px;
  position: absolute;
  bottom: 0;
  right: 12px;
}
.form-navi li {
  width: calc(100% / 7);
  display: block;
  text-align: center;
  font-size: 8px;
  color: #0095D9;
  padding-top: 20px;
  opacity: 0.3;
}
.form-navi .form-navi-input {
  background: url("/assets/images/form/icon_input.svg") no-repeat top center;
  background-size: 16px;
  position: relative;
}
.form-navi .form-navi-input:before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 20%;
  left: 150%;
  width: 100%;
}
.form-navi .form-navi-confirm {
  background: url("/assets/images/form/icon_confirm.svg") no-repeat top center;
  background-size: 16px;
  position: relative;
}
.form-navi .form-navi-confirm:before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 20%;
  left: 150%;
  width: 100%;
}
.form-navi .form-navi-comp {
  background: url("/assets/images/form/icon_comp.svg") no-repeat top center;
  background-size: 16px;
}
.form-navi .active {
  opacity: 1;
}
.form-navi .active.form-navi-input:before {
  opacity: 0.3;
}
.form-navi .active.form-navi-confirm:before {
  opacity: 0.3;
}

.campaign-loading {
  display: none;
  color: #cacaca;
  width: 38px;
  height: 10px;
  --d: radial-gradient(farthest-side, currentColor 90%, #0000);
  background: var(--d), var(--d), var(--d);
  background-size: 7px 7px;
  background-repeat: no-repeat;
  animation: m 1s infinite;
}

@keyframes m {
  0% {
    background-position: calc(0 * 100% / 3) 100%, calc(1 * 100% / 3) 100%, calc(2 * 100% / 3) 100%, calc(3 * 100% / 3) 100%;
  }
  12.5% {
    background-position: calc(0 * 100% / 3) 0, calc(1 * 100% / 3) 100%, calc(2 * 100% / 3) 100%, calc(3 * 100% / 3) 100%;
  }
  25% {
    background-position: calc(0 * 100% / 3) 0, calc(1 * 100% / 3) 0, calc(2 * 100% / 3) 100%, calc(3 * 100% / 3) 100%;
  }
  37.5% {
    background-position: calc(0 * 100% / 3) 0, calc(1 * 100% / 3) 0, calc(2 * 100% / 3) 0, calc(3 * 100% / 3) 100%;
  }
  50% {
    background-position: calc(0 * 100% / 3) 0, calc(1 * 100% / 3) 0, calc(2 * 100% / 3) 0, calc(3 * 100% / 3) 0;
  }
  62.5% {
    background-position: calc(0 * 100% / 3) 100%, calc(1 * 100% / 3) 0, calc(2 * 100% / 3) 0, calc(3 * 100% / 3) 0;
  }
  75% {
    background-position: calc(0 * 100% / 3) 100%, calc(1 * 100% / 3) 100%, calc(2 * 100% / 3) 0, calc(3 * 100% / 3) 0;
  }
  87.5% {
    background-position: calc(0 * 100% / 3) 100%, calc(1 * 100% / 3) 100%, calc(2 * 100% / 3) 100%, calc(3 * 100% / 3) 0;
  }
  100% {
    background-position: calc(0 * 100% / 3) 100%, calc(1 * 100% / 3) 100%, calc(2 * 100% / 3) 100%, calc(3 * 100% / 3) 100%;
  }
}
.login-contents-wrapper {
  padding-bottom: 35.02vw;
  margin-bottom: -40px;
  background-image: url("/assets/images/form/login/illust_login.png"), url("/assets/images/form/login/bg_repeat_image.png");
  background-repeat: no-repeat, repeat-x;
  background-position: right 18.93vw bottom 8.6vw, left bottom;
  background-size: 45.33vw auto, 21.2vw auto;
}
.login-contents-wrapper .login-contents h2 {
  font-size: 14px;
  margin-bottom: 24px;
}

@media (min-width: 415px) {
  .login-contents-wrapper {
    padding-bottom: 26.07vw;
    background-position: right 28.93vw bottom 8.4vw, left bottom;
    background-size: 28.33vw auto, auto 12.27vw;
  }
}
@media (min-width: 960px) {
  .login-contents-wrapper {
    padding-bottom: 24.07vw;
    background-position: right 27.93vw bottom 3.6vw, left bottom;
    background-size: 28.33vw auto, 11.2vw auto;
  }
}
.login-contents-header {
  padding-top: 40px;
}
.login-contents-header h1 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 32px;
}
.login-contents-header h1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.login-contents-header h1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}

.login-contents {
  margin-bottom: 90px;
}
.login-contents h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 28px;
}
.login-contents .inner {
  margin-bottom: 30px;
  padding: 0 24px;
}
.login-contents .inner:first-child {
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
.login-contents .inner:first-child:after {
  display: block;
  content: "";
  width: calc(100% - 48px);
  border-bottom: 1px solid #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.login-contents .inner .btn, .login-contents .inner .btn-red, .login-contents .inner .btn-green {
  margin-bottom: 40px;
}
.login-contents .inner .btn a, .login-contents .inner .btn-red a, .login-contents .inner .btn-green a, .login-contents .inner .btn button, .login-contents .inner .btn-red button, .login-contents .inner .btn-green button {
  padding: 10px 0;
  border-radius: 4px;
}
.login-contents .inner .btn.signup, .login-contents .inner .signup.btn-red, .login-contents .inner .signup.btn-green {
  margin-bottom: 0;
}
.login-contents .inner .btn.signup a, .login-contents .inner .signup.btn-red a, .login-contents .inner .signup.btn-green a {
  font-size: 14px;
  color: #FFF;
  border-color: #2c2c2c;
  background-color: #2c2c2c;
}
.login-contents .inner .btn.signup img, .login-contents .inner .signup.btn-red img, .login-contents .inner .signup.btn-green img {
  width: 220px;
  height: 30px;
  display: block;
  margin: 0 auto 4px;
}
.login-contents .inner p {
  text-align: right;
}
.login-contents .inner .hubi-message {
  text-align: left;
}
.login-contents .inner .askpass {
  font-size: 12px;
  text-align: right;
  margin-bottom: 24px;
}
.login-contents .inner .askpass a {
  color: #6e6e6e;
}
.login-contents .inner .login-mail {
  margin-bottom: 16px;
}
.login-contents .inner .login-password {
  margin-bottom: 16px;
}
.login-contents .inner dt input {
  height: 40px;
}
.login-contents .inner dt input::-moz-placeholder {
  color: #cacaca;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  opacity: 1;
}
.login-contents .inner dt input::placeholder {
  color: #cacaca;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  opacity: 1;
}
.login-contents .inner dt input:focus::-moz-placeholder {
  color: transparent;
}
.login-contents .inner dt input:focus::placeholder {
  color: transparent;
}
.login-contents .inner dt input:focus::-webkit-input-placeholder {
  color: transparent;
}

.logout .inner {
  padding: 0 5vw;
  min-height: 250px;
}

.login-information .inner {
  padding: 0 5vw;
}
.login-information .inner:first-child:after {
  border-bottom: 0 none;
}
.login-information .inner .login-information-message {
  margin-bottom: 40px;
}
.login-information .inner .login-information-message p {
  text-align: left;
  margin-bottom: 10px;
}

.recaptcha-notice {
  margin-top: 16px;
  text-align: left;
}

.signup-contents .signup-contents-inner {
  padding: 0 5vw;
  box-sizing: border-box;
}
.signup-contents .signup-contents-inner:first-child {
  width: 100%;
  padding-bottom: 24vw;
  background-image: url("/assets/images/form/signup/illust_signup.png"), url("/assets/images/form/login/bg_repeat_image.png");
  background-repeat: no-repeat, repeat-x;
  background-position: right 11.2vw bottom 6.4vw, left bottom;
  background-size: 35.2vw auto, 21.2vw auto;
}
.signup-contents .signup-contents-inner:first-child h1 {
  padding-top: 1.07vw;
  margin-bottom: 40px;
}
.signup-contents .signup-contents-inner:first-child h1 img {
  width: 58.13vw;
}
.signup-contents .signup-contents-inner:first-child .signup-contents-catch {
  font-size: 12px;
}
.signup-contents .signup-contents-inner form input {
  padding: 1.87vw 15px;
}
.signup-contents .signup-contents-inner form input::-moz-placeholder {
  color: #cacaca;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  opacity: 1;
}
.signup-contents .signup-contents-inner form input::placeholder {
  color: #cacaca;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  opacity: 1;
}
.signup-contents .signup-contents-inner form input:focus::-moz-placeholder {
  color: transparent;
}
.signup-contents .signup-contents-inner form input:focus::placeholder {
  color: transparent;
}
.signup-contents .signup-contents-inner form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.signup-contents .signup-contents-inner .for-customer-from-rakuten {
  font-weight: bold;
  font-size: 12px;
  margin: 24px 0;
}
.signup-contents .signup-contents-inner .for-customer-from-rakuten .title {
  font-size: 120%;
  display: block;
  text-align: center;
  line-height: 2rem;
}
.signup-contents .signup-contents-inner .for-customer-from-rakuten .inline {
  display: inline-block;
}
.signup-contents .signup-contents-inner .for-customer-from-rakuten .emphasize {
  font-weight: bold;
  font-style: normal;
  color: #009098;
}
.signup-contents .signup-contents-inner .for-customer-from-rakuten a {
  display: inline-block;
}
.signup-contents .signup-form-contents {
  background-color: #fbfaf5;
  box-sizing: border-box;
  padding-bottom: 80px;
  margin-bottom: -40px;
}
.signup-contents .signup-form-contents .signup-contents-inner-header *::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.signup-contents .signup-form-contents .signup-contents-inner-header *::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.signup-contents .signup-form-contents .signup-contents-inner-header h2 {
  font-size: 18px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
.signup-contents .signup-form-contents .signup-contents-inner-header p {
  font-size: 12px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
.signup-contents .signup-form-contents .btn button, .signup-contents .signup-form-contents .btn-red button, .signup-contents .signup-form-contents .btn-green button {
  font-size: 16px;
  line-height: 0.9;
  padding: 16px 0;
  margin-bottom: 40px;
  border-radius: 4px;
}
.signup-contents .signup-form-contents .btn-info-txt, .signup-contents .signup-form-contents .btn-info-txt-red {
  text-align: left;
  font-size: 11px;
}
.signup-contents .signup-form-contents .other-site-id {
  margin-bottom: 40px;
}
.signup-contents .signup-form-contents .login-here {
  text-align: center;
}
.signup-contents .signup-form-contents .login-here a {
  font-size: 12px;
}

@media (min-width: 415px) {
  .signup-contents .signup-contents-inner:first-child {
    padding-bottom: 24vw;
    background-position: right 11.2vw bottom 6.4vw, left bottom;
    background-size: 28.33vw auto, auto 12.27vw;
  }
  .signup-contents .signup-contents-inner:first-child h1 {
    padding-top: 2.07vw;
  }
  .signup-contents .signup-contents-inner:first-child h1 img {
    width: 42.13vw;
  }
}
@media (min-width: 960px) {
  .signup-contents .signup-contents-inner:first-child {
    padding-bottom: 24vw;
    background-position: right 11.2vw bottom 6.4vw, left bottom;
    background-size: 28.33vw auto, auto 12.27vw;
  }
  .signup-contents .signup-contents-inner:first-child h1 img {
    width: 42.13vw;
  }
}
.signup-contents-comp {
  margin-bottom: 30px;
}
.signup-contents-comp .inner h2 {
  box-sizing: border-box;
  padding: 24px;
  border: 1px solid #1f3134;
}

.signup-send-error .inner h3 {
  font-weight: 800;
  margin-bottom: 10px;
}
.signup-send-error .inner p {
  margin-bottom: 10px;
}
.signup-send-error .inner p:nth-last-of-type(1) {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: justify;
}

.regist-contents dl.newsletter {
  margin-bottom: 40px;
}
.regist-contents dl.newsletter dd h4 {
  margin-bottom: 20px;
}
.regist-contents dl.newsletter dd .newsletter-description {
  display: inline-block;
  margin: 0 0 32px;
  font-size: 14px;
}
.regist-contents dl.newsletter dd .view-sample a {
  cursor: pointer;
}
.regist-contents dl.newsletter dd.newsletter-setting-wrapper label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.regist-contents dl.newsletter dd.newsletter-setting-wrapper label input[type=radio] {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.regist-contents dl.newsletter dd.newsletter-setting-wrapper label:nth-child(1) {
  margin-bottom: 5px;
}
.regist-contents dl.newsletter dd.newsletter-setting-wrapper label:nth-child(3) {
  margin-bottom: 5px;
}
.regist-contents dl.newsletter dd .annotation-coupon {
  padding-left: 32px;
  margin-bottom: 15px;
  color: #38b48b;
}
.regist-contents dl.newsletter dd .annotation-coupon b {
  font-weight: bold;
}
.regist-contents dl.newsletter dd .annotation {
  padding-left: 32px;
}
.regist-contents dl.newsletter dd .letter-banner {
  margin-bottom: 16px;
}
.regist-contents dl.newsletter dd .letter-checkbox {
  float: left;
  padding-left: 5px;
  vertical-align: middle;
  display: flex;
}
.regist-contents dl.newsletter dd .letter-checkbox span {
  font-weight: bold;
  font-size: 14px;
}
.regist-contents dl.newsletter dd .tooltip-click {
  background: transparent;
  width: 18px;
  margin-left: auto;
}
.regist-contents dl.newsletter dd .tooltip {
  border: 1px solid #6e6e6e;
  border-radius: 4px;
}
.regist-contents dl.newsletter dd .tooltip:before {
  top: 99%;
  border-top: 12px solid #6e6e6e;
}
.regist-contents dl.newsletter dd .tooltip h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.regist-contents dl.newsletter dd .tooltip p {
  margin-bottom: 10px;
}
.regist-contents .view-privacy {
  margin-bottom: 15px;
  font-size: 11px;
  text-align: center;
}
.regist-contents .inner ul.btn-box {
  padding: 0;
}

dl.caution {
  margin-left: 25px;
}
dl.caution p {
  display: inline-block;
}

.regist-contents-comp .welcome-illust {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 32px;
}
.regist-contents-comp .welcome-illust img {
  width: 140px;
  height: 90px;
  margin-bottom: 24px;
}
.regist-contents-comp .welcome-illust h2 {
  text-align: center;
  color: #2c2c2c;
  font-size: 20px;
  margin-bottom: 20px;
}
.regist-contents-comp .welcome-illust p {
  text-align: center;
  font-size: 14px;
}
.regist-contents-comp .welcome-illust .icon {
  width: 18px;
  height: 24px;
  margin: 0 4px;
}
.regist-contents-comp .coupon-summary {
  padding-top: 26px;
  color: #0095D9;
  font-size: 16px;
}
.regist-contents-comp .coupon-summary p {
  text-align: center;
  font-weight: bold;
}
.regist-contents-comp .coupon-description {
  border: 1px solid #000;
  margin: 24px 32px 40px 32px;
  padding: 20px;
}
.regist-contents-comp .coupon-description b {
  font-weight: bold;
}
.regist-contents-comp .coupon-code-wrapper {
  position: relative;
}
.regist-contents-comp .coupon-code-wrapper .coupon-code {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 6px;
}
.regist-contents-comp .coupon-code-wrapper p {
  text-align: center;
}
.regist-contents-comp .coupon-code-wrapper .coupon-code-small {
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
}
.regist-contents-comp .coupon-code-wrapper .coupon-code-large {
  font-size: 32px;
  font-weight: bold;
}
.regist-contents-comp .coupon-code-wrapper .button {
  width: 122px;
  height: 24px;
  background-color: #1f3134;
  color: #FFF;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  margin: 13px auto 0;
}
.regist-contents-comp .coupon-code-wrapper .toast-success {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 9999;
  background-color: #009098;
  color: #FFF;
  padding: 15px 0 15px 25px;
  border-radius: 30px;
  border: 2px solid #FFF;
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  box-sizing: border-box;
}
.regist-contents-comp .coupon-code-wrapper .toast-success img {
  width: 16px;
  margin-right: 10px;
}
.regist-contents-comp .coupon-code-wrapper .toast-warn {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 9999;
  background-color: #bf7070;
  color: #FFF;
  padding: 15px 0 15px 25px;
  border-radius: 30px;
  border: 2px solid #FFF;
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  box-sizing: border-box;
}
.regist-contents-comp .coupon-code-wrapper .toast-warn img {
  width: 16px;
  margin-right: 10px;
}
.regist-contents-comp .coupon-note {
  margin: 24px 32px 64px;
  font-size: 12px;
}

.regist-contents-error .inner h2 {
  text-align: center;
  margin-bottom: 24px;
}

.view-newsletter-example {
  width: calc(100% - 20px);
  height: calc(100% - 64px);
  box-sizing: border-box;
  padding: 24px 40px;
  overflow-y: scroll;
  background-color: #f5f5f5;
}
.view-newsletter-example .view-newsletter-example-inner {
  background-color: #f5f5f5;
}
.view-newsletter-example h3 {
  font-weight: bold;
  color: #000;
  margin: 22px 0 40px;
  text-align: center;
}
.view-newsletter-example dl dt {
  text-align: center;
  margin-bottom: 16px;
}
.view-newsletter-example dl dd {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 38px;
}
.view-newsletter-example .icon-close {
  width: 20px;
  float: right;
  cursor: pointer;
}
.view-newsletter-example .btn-close {
  height: 32px;
  border-radius: 4px;
  border: solid 1px #2c2c2c;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
 * 色
 */
/**
 * フォールバック(Deprecated)
 * 既存使用箇所があるので残っているだけ使用しないこと
 */
/**
 * 用途ごとの色
 */
input[readonly] {
  background-color: #f5f5f5;
  color: #2c2c2c;
}

.mail-edit .attention-box,
.password-edit .attention-box,
.nickname-edit .attention-box,
.customer-info-edit .attention-box,
.customer-info-edit-confirm .attention-box {
  box-sizing: border-box;
  border: 1px solid #ff0a0a;
  color: #DD0022;
}
.mail-edit .attention-box h4,
.password-edit .attention-box h4,
.nickname-edit .attention-box h4,
.customer-info-edit .attention-box h4,
.customer-info-edit-confirm .attention-box h4 {
  margin-bottom: 10px;
}

.mypage-contents {
  margin-bottom: 30px;
}

.customer-basic {
  min-height: 350px;
  margin-bottom: 30px;
}
.customer-basic h3 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  color: #2c2c2c;
  padding: 2.5vw 5vw 5.8vw;
}
.customer-basic h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.customer-basic h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.customer-basic dl:nth-child(2) dd {
  padding: 8vw 5vw 9.66vw;
}
.customer-basic dl dt {
  font-size: 1em;
  background-color: #fbfaf4;
  padding: 2.5vw 5vw;
}
.customer-basic dl dt.purchase-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customer-basic dl dd {
  padding: 5vw;
}
.customer-basic dl dd.btn-outline {
  padding-top: 0;
}
.customer-basic dl dd.btn-outline a {
  color: #0095d9;
  padding: 3.86vw 0;
}
.customer-basic dl dd.btn-outline a.emphasis {
  color: #FFF;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  font-weight: normal;
}
.customer-basic dl dd .hubi-label {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-bottom: 3.86vw;
}
.customer-basic dl dd p.emphasis {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 4.66vw 0;
}
.customer-basic dl dd .no-regist {
  padding: 4.66vw 0;
  text-align: center;
}
.customer-basic dl dt, .customer-basic dl dd {
  color: #1f3134;
}
.customer-basic dl dt::before, .customer-basic dl dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.customer-basic dl dt::after, .customer-basic dl dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.customer-basic dl dt.current a, .customer-basic dl dd.current a {
  font-weight: bold;
}
.customer-basic dl dt a, .customer-basic dl dd a {
  box-sizing: border-box;
  line-height: 1.86;
  color: #2c2c2c;
  display: block;
  padding: 12px 0;
}
.customer-basic dl dt a::before, .customer-basic dl dd a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.customer-basic dl dt a::after, .customer-basic dl dd a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.customer-basic dl dt a.nickname, .customer-basic dl dd a.nickname {
  display: inline-block;
  text-decoration: underline;
}
.customer-basic #other-site-setting dl dd {
  padding: 5vw;
}
.customer-basic #mail-magazine-setting dl dd label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.customer-basic #mail-magazine-setting dl dd label input[type=radio] {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.customer-basic #mail-magazine-setting dl dd label:nth-child(3) {
  margin-bottom: 5px;
}
.customer-basic #mail-magazine-setting dl dd.btn-outline {
  padding-bottom: 2vw;
}
.customer-basic #mail-magazine-setting dl dd.btn-outline button:disabled {
  background: #ccc;
  border-color: #ccc;
  cursor: default;
  color: #fff;
}
.customer-basic #mail-magazine-setting dl dd .annotation {
  padding-left: 32px;
}
.customer-basic #mail-magazine-setting .newsletter-description {
  margin-top: 2vw;
}
.customer-basic #mail-magazine-setting #mail-magazine-setting-response {
  text-align: center;
}
.customer-basic #mail-magazine-setting #mail-magazine-setting-response span {
  padding: 25px 0 40px;
  display: block;
}
.customer-basic #mail-magazine-setting #mail-magazine-setting-response .error-message {
  color: #ff0000;
}
.customer-basic .postcode:before {
  content: "〒";
}
.customer-basic .postcode a {
  display: inline-block;
}
.customer-basic .purchase-apply {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 3vw auto 9.66vw;
}
.customer-basic .purchase-apply p {
  margin-bottom: 24px;
}
.customer-basic .purchase-apply .btn, .customer-basic .purchase-apply .btn-red, .customer-basic .purchase-apply .btn-green {
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}
.customer-basic .purchase-apply .btn a, .customer-basic .purchase-apply .btn-red a, .customer-basic .purchase-apply .btn-green a {
  font-size: 4.35vw;
  padding: 3.62vw 0;
  border-radius: 4px;
}
.customer-basic .purchase-apply .btn a::before, .customer-basic .purchase-apply .btn-red a::before, .customer-basic .purchase-apply .btn-green a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.customer-basic .purchase-apply .btn a::after, .customer-basic .purchase-apply .btn-red a::after, .customer-basic .purchase-apply .btn-green a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.customer-basic .password-none {
  padding: 0 5vw;
}

.customer-contents .inner {
  padding: 0;
}
.customer-contents .inner h3 {
  padding: 4px 5vw;
  margin-left: 0;
  box-sizing: border-box;
}
.customer-contents .inner dl dt {
  padding: 4px 5vw;
  margin-left: 0;
  box-sizing: border-box;
}
.customer-contents .inner dl dd {
  width: 100%;
  padding: 0 5vw;
  box-sizing: border-box;
}
.customer-contents .inner .btn, .customer-contents .inner .btn-red, .customer-contents .inner .btn-green,
.customer-contents .inner .btn-box,
.customer-contents .inner .btn-leave,
.customer-contents .inner .btn-outline,
.customer-contents .inner .check-area,
.customer-contents .inner .trading-message {
  padding: 0 5vw;
}
.customer-contents .inner .trading-message {
  margin-bottom: 15px;
}

.password-reset p {
  padding: 0 5vw;
}
.password-reset p.caution {
  margin-bottom: 10px;
}

.mail-edit .inner .btn-box,
.password-edit .inner .btn-box,
.nickname-edit .inner .btn-box,
.customer-info-edit .inner .btn-box,
.customer-info-edit-confirm .inner .btn-box {
  padding: 0;
}
.mail-edit .attention-box,
.password-edit .attention-box,
.nickname-edit .attention-box,
.customer-info-edit .attention-box,
.customer-info-edit-confirm .attention-box {
  margin: 10px 5px 20px;
  padding: 12px;
}

#bottom-wrapper {
  width: 100%;
}
#bottom-wrapper .mypage-back {
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
  border-top: 1px solid #1f3134;
}
#bottom-wrapper .mypage-back a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px 0 10px 24px;
  background: url("/assets/images/common/icon_arrow_left.svg") no-repeat left center;
  background-size: 20px;
  color: #1f3134;
}

.mypage-top #notice-text.type-GO {
  margin-bottom: 40px;
}

.mypage-top .mypage-top-contents {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.mypage-top .mypage-top-contents h1 {
  padding: 0 5vw 5vw;
  font-weight: bold;
  font-size: 18px;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble):nth-child(3) {
  border-top: 24px solid #f5f5f5;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble):nth-child(3) dt {
  background-color: #FFF;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble):last-child {
  margin-bottom: 18vw;
  border-bottom: 1px solid #f5f5f5;
  border-top: 24px solid #f5f5f5;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble):last-child dt {
  background-color: #FFF;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble) dt {
  background-color: #f5f5f5;
  color: #2C2C2C;
  font-weight: bold;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble) dt.purchase-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble) dt.purchase-service a {
  color: #FFF;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble) dd {
  border-top: 1px solid #f5f5f5;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble) dd .personal-link {
  display: flex;
  align-items: center;
  line-height: 1.1;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble) dd .hubi-label {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-bottom: 0.5vw;
  margin-left: 8px;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble) dt, .mypage-top .mypage-top-contents dl:not(.speech-bubble) dd {
  padding: 2.5vw 5vw;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble) dt.current a, .mypage-top .mypage-top-contents dl:not(.speech-bubble) dd.current a {
  font-weight: bold;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble) dt a, .mypage-top .mypage-top-contents dl:not(.speech-bubble) dd a {
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.86;
  color: #2c2c2c;
  display: block;
  padding: 12px 0;
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble) dt a::before, .mypage-top .mypage-top-contents dl:not(.speech-bubble) dd a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.mypage-top .mypage-top-contents dl:not(.speech-bubble) dt a::after, .mypage-top .mypage-top-contents dl:not(.speech-bubble) dd a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.mypage-top .mypage-top-contents .btn, .mypage-top .mypage-top-contents .btn-red, .mypage-top .mypage-top-contents .btn-green {
  font-size: 12px;
  padding: 10px;
  background: #0095d9;
  color: #fff;
  text-align: center;
  width: 116px;
  border-radius: 4px;
}
.mypage-top .mypage-top-contents .infomation-link {
  display: flex;
  align-items: center;
  line-height: 1.15;
}
.mypage-top .mypage-top-contents .infomation-link .js-info-cnt {
  display: flex;
  flex: unset;
  margin: 0 0 2px 16px;
  width: 16px;
  height: 16px;
}

.customer-offer .change-btn {
  text-align: right;
  font-size: 12px;
  margin: -20px 5vw 20px 0;
}
.customer-offer .boxcount-input {
  position: relative;
}
.customer-offer .shipping-check .shipping-check-message {
  display: inline;
  font-size: 12px;
}
.customer-offer .shipping-check .shipping-check-message:first-of-type {
  font-size: 13px;
}
.customer-offer .idcheck-caution li:last-child {
  margin-top: 8px;
}
.customer-offer .id-example {
  box-sizing: border-box;
  margin: 5px 0 0;
  padding: 6px 16px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customer-offer .id-example span {
  font-size: 12px;
}
.customer-offer .id-example:before {
  display: none;
}
.customer-offer .id-example:after {
  display: block;
  content: "";
  border-bottom: solid 1px #ff0a0d;
  border-right: solid 1px #ff0a0d;
  width: 7px;
  height: 7px;
  margin-bottom: 3px;
  transform: rotate(45deg);
}
.customer-offer .id-example.on:after {
  border-top: solid 1px #ff0a0d;
  border-left: solid 1px #ff0a0d;
  border-bottom: 0 none;
  border-right: 0 none;
  margin-bottom: 0;
  margin-top: 3px;
}
.customer-offer .view-id-example {
  padding: 32px 24px 24px;
  border: 1px solid #ff0a0d;
  border-top: 0 none;
  box-sizing: border-box;
}
.customer-offer .view-id-example ul {
  margin-bottom: 24px;
}
.customer-offer .view-id-example .caution-health-card-list {
  flex-direction: column;
  font-size: 12px;
}
.customer-offer .anniversary-campaign .success-green a {
  margin-top: 10px;
  color: #38b58b;
  text-decoration: underline;
  display: block;
}
.customer-offer .anniversary-campaign dt label {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 13px;
  width: 170px;
  display: inline-block;
}
.customer-offer .anniversary-campaign dd .select-labels {
  display: flex;
  flex-direction: column;
}
.customer-offer .anniversary-campaign dd .select-labels label {
  display: flex;
  align-items: center;
}
.customer-offer .anniversary-campaign dd .select-labels label:last-of-type input[name=select_campaign_code] {
  margin-right: 14px;
}
.customer-offer .anniversary-campaign dd .select-labels input[name=select_campaign_code] {
  margin: 7px 7px 7px 0;
  width: 18px;
  height: 18px;
}
.customer-offer #campaign_name {
  white-space: break-spaces;
}
.customer-offer .introduce-wapper .banner-introduction {
  width: 100%;
  display: block;
  margin-top: 12px;
}
.customer-offer .coupon-message-from-landing {
  display: flex;
  justify-content: center;
}
.customer-offer .coupon-message-from-landing div {
  background-color: #58a0c1 !important;
  border-color: #58a0c1 !important;
  width: 100%;
  padding: 24px !important;
  color: white;
}
.customer-offer .coupon-message-from-landing div p {
  text-align: center;
  font-size: 1rem !important;
}

#tooltip-14anv.tooltip a {
  color: #38b58b;
  text-decoration: underline;
}

#tooltip-idcheck.tooltip a {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

.customer-offer-confirm .red {
  color: #ff0a0a;
}
.customer-offer-confirm .btn-info-txt-red {
  padding: 0 5vw;
}
.customer-offer-confirm .btn-box .btn, .customer-offer-confirm .btn-box .btn-red, .customer-offer-confirm .btn-box .btn-green,
.customer-offer-confirm .btn-box .btn-leave,
.customer-offer-confirm .btn-box .btn-outline {
  padding: 0;
}
.customer-offer-confirm #campaign_name {
  white-space: break-spaces;
}
.customer-offer-confirm .anniversary-campaign dt span {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 170px !important;
  display: inline-block;
}

.customer-offer-comp .inner h2 {
  margin-bottom: 10px;
  font-size: 16px;
}
.customer-offer-comp .inner p {
  margin-bottom: 30px;
}
.customer-offer-comp .reward {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 30px auto 20px;
  padding: 30px 12px 20px;
}
.customer-offer-comp .reward h2 {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.customer-offer-comp .reward div {
  text-align: center;
  margin-top: 10px;
}
.customer-offer-comp .reward .url {
  text-decoration: underline;
  font-size: 1.2em;
}
.customer-offer-comp .id-upload-link,
.customer-offer-comp .bank-add-link {
  margin-top: 30px;
  padding: 0 12px;
}
.customer-offer-comp .id-upload-link .offer-comp-inner,
.customer-offer-comp .bank-add-link .offer-comp-inner {
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #0095D9;
}
.customer-offer-comp .id-upload-link .offer-comp-inner h3,
.customer-offer-comp .bank-add-link .offer-comp-inner h3 {
  margin-bottom: 10px;
}
.customer-offer-comp .id-upload-link .offer-comp-inner p,
.customer-offer-comp .bank-add-link .offer-comp-inner p {
  margin-bottom: 10px;
  font-size: 12px;
}
.customer-offer-comp .id-upload-link .offer-comp-inner .id-list,
.customer-offer-comp .bank-add-link .offer-comp-inner .id-list {
  margin-bottom: 10px;
}

.customer-offer-invalid {
  min-height: 250px;
}
.customer-offer-invalid .inner p {
  padding: 0 5vw;
  margin-bottom: 30px;
}

.boxcount-balloon {
  position: absolute;
  top: -10px;
  left: 65px;
}
.boxcount-balloon .body {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 2px 20px;
  background-color: #ff0a0a;
  color: #FFF;
  border-radius: 5px;
  font-size: 11px;
}
.boxcount-balloon .body span {
  font-size: 11px;
}
.boxcount-balloon .body:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -3px;
  border: 3px solid transparent;
  border-right: 5px solid #ff0a0a;
}

.kaitori-history-detail .kaitori-history-detail-summary ul .souryou__free, .kaitori-history .kaitori-history-contents .kaitori-history-detail ul .souryou__free {
  margin-bottom: 0;
}
.kaitori-history-detail .kaitori-history-detail-summary ul .souryou__free p, .kaitori-history .kaitori-history-contents .kaitori-history-detail ul .souryou__free p {
  font-weight: bold;
}

.kaitori-history-detail .kaitori-history-detail-summary ul .campaign-zouritsu, .kaitori-history .kaitori-history-contents .kaitori-history-detail ul .campaign-zouritsu {
  color: #0095D9;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  font-size: 14px;
}

.kaitori-history {
  width: 100%;
  min-height: 250px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.kaitori-history .kaitori-history-header {
  box-sizing: border-box;
  margin-top: -20px;
  padding: 12px 5vw;
}
.kaitori-history .kaitori-history-header h3 {
  margin-bottom: 5px;
}
.kaitori-history .kaitori-history-header .kaitori-history-search {
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  border-radius: 20px;
}
.kaitori-history .kaitori-history-header .kaitori-history-search dt input {
  width: 100%;
  border-radius: 20px;
  outline: none;
}
.kaitori-history .kaitori-history-header .kaitori-history-search dd {
  position: absolute;
  top: 0;
  right: 0;
}
.kaitori-history .kaitori-history-header .kaitori-history-search dd button {
  margin-top: 1px;
  padding: 8px 15px;
}
.kaitori-history .kaitori-history-header .kaitori-history-search dd button img {
  width: 20px;
  height: 20px;
}
.kaitori-history .kaitori-history-contents {
  box-sizing: border-box;
  padding: 12px 5vw;
  background: #fff;
  border-top: 1px solid #ccc;
}
.kaitori-history .kaitori-history-contents .kaitori-history-info p {
  margin-bottom: 10px;
}
.kaitori-history .kaitori-history-contents .kaitori-history-info .offer-date span {
  display: block;
  font-size: 13px;
}
.kaitori-history .kaitori-history-contents .kaitori-history-info .kaitori-status span {
  font-weight: 800;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail {
  padding: 15px;
  background-color: #fbfaf5;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail .kaitori-summary {
  border-bottom: solid 1px #000;
  margin-bottom: 25px;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul {
  box-sizing: border-box;
  background: #fbfaf5;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul .kaitorigoukei-kingaku {
  font-weight: 800;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul .kaitorigoukei-kingaku p {
  font-weight: 800;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul .souryou p {
  font-weight: 800;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul .ginkoufurikomi-kingaku {
  margin-bottom: 20px;
  font-weight: 800;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul .ginkoufurikomi-kingaku p {
  font-weight: 800;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul .souryou__free__message {
  font-size: 12px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul .souryou__free__message p {
  color: #3997d8;
  font-weight: normal;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul .campaign-zouritsu p {
  font-weight: 800;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul .campaign-zouritsu__comment {
  font-size: 12px;
  color: #898989;
  margin-bottom: 14px;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul .campaign-name {
  margin-bottom: 2px;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul .campaign-name__message {
  font-size: 12px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.kaitori-history .kaitori-history-contents .kaitori-history-detail ul .campaign-name__message p {
  color: #DD0022;
  border: 1px solid #DD0022;
  padding: 8px;
  border-radius: 4px;
}
.kaitori-history .kaitori-history-contents .btn-kaitori-status {
  margin-top: 10px;
}
.kaitori-history .kaitori-history-none {
  padding: 0 5vw;
}
.kaitori-history .kaitori-history-none p {
  margin: 20px 0;
}

.contents-header .contents-ttl.kaitori-history-detail {
  margin-top: 20px;
}

.kaitori-history-detail .kaitori-history-detail-info {
  margin-bottom: 20px;
}
.kaitori-history-detail .kaitori-history-detail-info .status {
  margin-bottom: 10px;
}
.kaitori-history-detail .kaitori-history-detail-info .status span {
  font-weight: 800;
}
.kaitori-history-detail .kaitori-history-detail-info table tbody tr .label {
  padding-right: 20px;
}
.kaitori-history-detail .kaitori-history-detail-summary {
  border-bottom: solid 20px #fbfaf5;
  margin: 40px 10px;
}
.kaitori-history-detail .kaitori-history-detail-summary hr {
  border-color: #2c2c2c;
}
.kaitori-history-detail .kaitori-history-detail-summary ul {
  border: solid 20px #fbfaf5;
  border-top: solid 8px #fbfaf5;
  border-bottom: none;
  margin: 0;
  padding: 20px 16px;
}
.kaitori-history-detail .kaitori-history-detail-summary ul .kaitorikingaku-goukei p {
  font-weight: 800;
}
.kaitori-history-detail .kaitori-history-detail-summary ul .souryou p {
  font-weight: bold;
}
.kaitori-history-detail .kaitori-history-detail-summary ul .souryou {
  margin-bottom: 8px;
}
.kaitori-history-detail .kaitori-history-detail-summary ul .souryou__free__message {
  font-size: 12px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.kaitori-history-detail .kaitori-history-detail-summary ul .souryou__free__message p {
  color: #3997d8;
  font-weight: normal;
}
.kaitori-history-detail .kaitori-history-detail-summary ul .campaign-zouritsu p {
  font-weight: 800;
}
.kaitori-history-detail .kaitori-history-detail-summary ul .campaign-zouritsu p span {
  font-size: 12px;
}
.kaitori-history-detail .kaitori-history-detail-summary ul .campaign-zouritsu__comment {
  font-size: 12px;
  color: #898989;
  margin-bottom: 14px;
}
.kaitori-history-detail .kaitori-history-detail-summary ul .campaign-zougaku {
  color: #0095D9;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 14px;
}
.kaitori-history-detail .kaitori-history-detail-summary ul .campaign-zougaku p {
  font-weight: 800;
}
.kaitori-history-detail .kaitori-history-detail-summary ul.row-summary {
  border-top: solid 20px #fbfaf5;
}
.kaitori-history-detail .kaitori-history-detail-summary ul.row-applied-campaign {
  font-weight: bold;
}
.kaitori-history-detail .kaitori-history-detail-summary ul.row-applied-campaign .campaign-name {
  margin-bottom: 2px;
}
.kaitori-history-detail .kaitori-history-detail-summary ul.row-applied-campaign .campaign-name__message {
  font-size: 12px;
  margin: 0;
}
.kaitori-history-detail .kaitori-history-detail-summary ul.row-applied-campaign .campaign-name__message p {
  color: #DD0022;
}
.kaitori-history-detail .kaitori-history-detail-summary ul.row-applied-campaign .campaign-comment {
  font-size: 12px;
  color: #898989;
  line-height: 1rem;
  display: inline-block;
}
.kaitori-history-detail .kaitori-history-detail-summary ul .ginkou-furikomi p {
  font-weight: bold;
}
.kaitori-history-detail .kaitori-history-detail-summary ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.kaitori-history-detail .kaitori-history-detail-summary ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.kaitori-history-detail .kaitori-history-detail-item #sort-menu-wrapper {
  padding: 8px;
}

.modal-dialog-rireki-meisai {
  position: relative;
}
.modal-dialog-rireki-meisai .modal-header {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  background-color: #eaeaea;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
}
.modal-dialog-rireki-meisai .modal-header .modal-close-btn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.modal-dialog-rireki-meisai .modal-header .modal-close-btn a {
  color: white;
  display: block;
  cursor: pointer;
}

.modal-dialog-rireki-meisai-delete .modal-content {
  width: 100% !important;
  margin-top: 20px;
}
.modal-dialog-rireki-meisai-delete .modal-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-dialog-rireki-meisai-delete .modal-content .btn-leave, .modal-dialog-rireki-meisai-delete .modal-content .btn-outline {
  margin-right: 20px;
}
.modal-dialog-rireki-meisai-delete .modal-content .btn-leave button, .modal-dialog-rireki-meisai-delete .modal-content .btn-outline button {
  box-sizing: border-box;
  border-color: #0095D9;
  color: #0095D9;
}
.modal-dialog-rireki-meisai-delete .modal-content .btn-red button {
  border: solid 1px #ff0a0a;
}
.modal-dialog-rireki-meisai-delete .modal-content .buttons {
  display: flex;
}
.modal-dialog-rireki-meisai-delete .modal-content .buttons button {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 150px;
}

.modal-dialog-rireki-meisai-delete-failed .modal-content {
  width: 100%;
  padding-top: 50px;
}
.modal-dialog-rireki-meisai-delete-failed .modal-content p {
  margin-bottom: 18px;
}
.modal-dialog-rireki-meisai-delete-failed .modal-content .btn button, .modal-dialog-rireki-meisai-delete-failed .modal-content .btn-red button, .modal-dialog-rireki-meisai-delete-failed .modal-content .btn-green button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn, .btn-red, .btn-green {
  padding: 4px 16px;
}
.btn .btn-delete, .btn-red .btn-delete, .btn-green .btn-delete {
  background-color: #ff0a0a;
  border: solid 1px #ff0a0a;
}

.state-contents .inner {
  padding: 0 5vw;
}
.state-contents .hubi-wrapper {
  margin-bottom: 30px;
}
.state-contents .hubi-wrapper .state-hubi-header {
  margin-bottom: 10px;
}
.state-contents .hubi-wrapper .state-hubi-header h3 {
  margin-bottom: 10px;
}
.state-contents .hubi-wrapper .state-hubi-contents {
  border-top: 1px solid #fbfaf5;
  padding: 12px 0;
}
.state-contents .hubi-wrapper .state-hubi-contents:nth-last-of-type(1) {
  border-bottom: 1px solid #fbfaf5;
}
.state-contents .hubi-wrapper .state-hubi-contents p {
  margin-bottom: 10px;
}
.state-contents .customer-status .customer-status-navi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.state-contents .customer-status .customer-status-navi li {
  width: calc(100% / 7);
  text-align: center;
  padding: 0 0 14px;
  position: relative;
}
.state-contents .customer-status .customer-status-navi li p {
  text-align: center;
  padding-top: 60px;
  width: 100%;
  font-size: 10px;
  line-height: 1.4;
  color: #0095D9;
  opacity: 0.5;
}
.state-contents .customer-status .customer-status-navi li #flow01 {
  background: url("/assets/images/common/icon_offer_active.svg") no-repeat center top;
  background-size: 60px;
}
.state-contents .customer-status .customer-status-navi li #flow01:after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 30%;
  left: 110%;
  width: 80%;
  opacity: 0.5;
}
.state-contents .customer-status .customer-status-navi li #flow02 {
  background: url("/assets/images/common/icon_satei_active.svg") no-repeat center top;
  background-size: 60px;
}
.state-contents .customer-status .customer-status-navi li #flow02:after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 30%;
  left: 110%;
  width: 80%;
  opacity: 0.5;
}
.state-contents .customer-status .customer-status-navi li #flow03 {
  background: url("/assets/images/common/icon_report_active.svg") no-repeat center top;
  background-size: 60px;
}
.state-contents .customer-status .customer-status-navi li #flow03:after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 30%;
  left: 110%;
  width: 80%;
  opacity: 0.5;
}
.state-contents .customer-status .customer-status-navi li #flow04 {
  background: url("/assets/images/common/icon_yen_active.svg") no-repeat center top;
  background-size: 60px;
}
.state-contents .customer-status .customer-status-navi li #flow05 {
  background: url("/assets/images/common/icon_cancel_active.svg") no-repeat center top;
  background-size: 60px;
}
.state-contents .customer-status .customer-status-navi .customer-status-active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  border: 10px solid transparent;
  border-bottom: 10px solid #999;
}
.state-contents .customer-status .customer-status-navi .customer-status-active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 10px);
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.state-contents .customer-status .customer-status-navi .customer-status-active p {
  opacity: 1;
}
.state-contents .customer-status .customer-status-navi .customer-status-active #flow01:after {
  opacity: 0.25;
}
.state-contents .customer-status .customer-status-navi .customer-status-active #flow02:after {
  opacity: 0.25;
}
.state-contents .customer-status .customer-status-navi .customer-status-active #flow03:after {
  opacity: 0.25;
}
.state-contents .customer-status .customer-status-navi .customer-status-clear {
  position: relative;
}
.state-contents .customer-status .customer-status-navi .customer-status-clear span {
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: 60px;
  right: 0;
  left: 0;
  margin: auto;
}
.state-contents .customer-status .customer-status-contents {
  box-sizing: border-box;
  padding-top: 12px;
  border-top: 1px solid #999;
}
.state-contents .customer-status .customer-status-contents .status-contents-header {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}
.state-contents .customer-status .customer-status-contents .status-contents-header .kaitori-nummber {
  font-size: 10px;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner p {
  margin-bottom: 10px;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .edit-shipment-schedule-btn {
  margin: 20px 0;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .kaitori-kekka-list-btn {
  margin-bottom: 20px;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .js-mesais {
  width: 100%;
  margin-bottom: 24px;
  display: none;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .js-mesais tbody tr td {
  padding: 4px 0 4px 10px;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  font-size: 12px;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .js-mesais tbody tr .title-count, .state-contents .customer-status .customer-status-contents .status-contents-inner .js-mesais tbody tr .non-title {
  width: 30px;
  padding: 4px 0;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .js-mesais tbody tr .title-count span, .state-contents .customer-status .customer-status-contents .status-contents-inner .js-mesais tbody tr .non-title span {
  display: inline-block;
  text-align: center;
  width: 30px;
  padding: 4px 0;
  background: #0095D9;
  color: #fff;
  border-radius: 10px;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .js-mesais tbody tr .non-title {
  background: #ff0a0a;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .js-mesais tbody tr .non-title:after {
  border-left: 6px solid #ff0a0a;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select {
  box-sizing: border-box;
  padding: 12px;
  background: #fbfaf5;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select .torihiki-kekka-info {
  margin-bottom: 20px;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select .torihiki-kekka-info li {
  display: table;
  width: 100%;
  padding: 4px 0;
  border-bottom: 1px solid #f2f2f2;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select .torihiki-kekka-info li span {
  display: table-cell;
  font-size: 13px;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select .torihiki-kekka-info li span:last-child {
  text-align: right;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select .torihiki-kekka-info li:last-child {
  color: #ff0a0a;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select .torihiki-kekka-info li:last-child span {
  font-weight: 800;
  font-size: 14px;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select h4 {
  margin-bottom: 10px;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select .status-select {
  margin-bottom: 20px;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select .status-select li {
  width: 100%;
  font-size: 15px;
  font-weight: 800;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select .status-select li label {
  display: block;
  padding: 8px 0;
  width: 100%;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select .status-select-info1 {
  color: #ff0a0a;
  font-size: 12px;
}
.state-contents .customer-status .customer-status-contents .status-contents-inner .torihiki-kekka-select .status-select-info2 {
  font-size: 12px;
  display: none;
}

.situation-not-found {
  min-height: 250px;
  margin-bottom: 30px;
}
.situation-not-found h2 {
  margin-bottom: 20px;
}
.situation-not-found .inner {
  padding: 0 5vw;
}

#satei-kekka .close-btn {
  float: right;
}
#satei-kekka .close-btn img {
  width: 50px;
  height: 50px;
}
#satei-kekka .inner {
  margin-top: 20px;
  margin-bottom: 30px;
}
#satei-kekka .inner h2 {
  margin-bottom: 20px;
  font-size: 18px;
  clear: both;
}
#satei-kekka .satei-kekka .satei-kekka-select {
  padding: 25px 10px;
}
#satei-kekka .satei-kekka .satei-kekka-select h3 {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
#satei-kekka .satei-kekka .satei-kekka-select ul {
  box-sizing: border-box;
  padding: 12px;
  padding-left: 0;
  padding-right: 0;
}
#satei-kekka .satei-kekka .satei-kekka-select ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#satei-kekka .satei-kekka .satei-kekka-select .summary {
  padding-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-top: solid 1px #000;
}
#satei-kekka .satei-kekka .satei-kekka-select .summary .kaitorikingaku-goukei p, #satei-kekka .satei-kekka .satei-kekka-select .summary .points p {
  font-weight: 800;
}
#satei-kekka .satei-kekka .satei-kekka-select .summary .souryou {
  margin-bottom: 8px;
}
#satei-kekka .satei-kekka .satei-kekka-select .summary .souryou p {
  font-weight: bold;
}
#satei-kekka .satei-kekka .satei-kekka-select .summary .souryou__free {
  margin-bottom: 0;
}
#satei-kekka .satei-kekka .satei-kekka-select .summary .souryou__free p {
  font-weight: bold;
}
#satei-kekka .satei-kekka .satei-kekka-select .summary .souryou__free__message {
  color: #898989;
  font-size: 12px;
  margin: 0 auto;
  margin-bottom: 12px;
}
#satei-kekka .satei-kekka .satei-kekka-select .summary .campaign-zouritsu {
  color: #0095D9;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  font-size: 14px;
}
#satei-kekka .satei-kekka .satei-kekka-select .summary .campaign-zouritsu p {
  font-weight: 800;
}
#satei-kekka .satei-kekka .satei-kekka-select .summary .campaign-zouritsu__comment {
  font-size: 12px;
  color: #898989;
  margin-bottom: 14px;
}
#satei-kekka .satei-kekka .satei-kekka-select .summary .campaign-zougaku {
  color: #0095D9;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
#satei-kekka .satei-kekka .satei-kekka-select .summary .campaign-zougaku p {
  font-weight: 800;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control {
  padding-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  border-top: solid 1px #000;
  /*Radio Check*/
  /** before after **/
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text {
  min-height: calc(18px + 5px);
  margin-right: calc(18px + 5px);
  padding-left: calc(18px + 5px);
  line-height: calc(18px + 5px);
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text:before,
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text:before {
  border-radius: 100%;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text:before,
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text:after {
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text:before {
  width: 18px;
  height: 18px;
  border: 1px solid #737373;
  left: 0px;
  z-index: 3;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: calc(((18px / 2) - (10px) / 2));
  background-color: #3b9be7;
  z-index: 1;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  margin: 0px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  outline: none;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text input[type=radio] {
  left: calc(18px * -1);
  width: 18px;
  height: 18px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100%;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text input[type=radio] {
  box-shadow: 18px 0px #FFF;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text input[type=radio]:focus,
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text input[type=radio]:checked {
  opacity: 0.2;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text input[type=radio]:focus,
#satei-kekka .satei-kekka .satei-kekka-select .form-control label.radio_text input[type=radio]:checked {
  box-shadow: 18px 0px #FFF;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control .campaign-name {
  margin-bottom: 2px;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control .campaign-name p {
  font-weight: 800;
  color: #DD0022;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control .campaign-name__message {
  color: #DD0022;
  font-size: 12px;
  margin: 0 auto;
  margin-bottom: 16px;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control .campaign-name__message p {
  border: 1px solid #DD0022;
  padding: 8px;
  border-radius: 4px;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control .ginkou-furikomi label, #satei-kekka .satei-kekka .satei-kekka-select .form-control .ginkou-furikomi span {
  font-weight: 800;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control .hikiuke label, #satei-kekka .satei-kekka .satei-kekka-select .form-control .hikiuke span {
  font-weight: 800;
}
#satei-kekka .satei-kekka .satei-kekka-select .form-control .cancel label, #satei-kekka .satei-kekka .satei-kekka-select .form-control .cancel span {
  font-weight: 800;
}

.id-upload-contents .inner {
  padding: 0 5vw;
  min-height: 250px;
}
.id-upload-contents .inner .hubi-message {
  color: #ff0a0a;
  margin-bottom: 20px;
}
.id-upload-contents .inner h2 {
  margin-bottom: 10px;
}
.id-upload-contents .inner .error-message {
  color: #ff0a0d;
  margin-bottom: 15px;
}
.id-upload-contents .inner .error-message span {
  display: block;
}
.id-upload-contents .inner .id-upload-caution {
  margin-bottom: 20px;
  font-size: 12px;
}
.id-upload-contents .inner .id-upload-caution li:nth-child(2) {
  margin-bottom: 15px;
}
.id-upload-contents .inner .customer-info {
  margin-bottom: 30px;
  margin-top: 20px;
  box-sizing: border-box;
}
.id-upload-contents .inner .customer-info dl {
  border-bottom: 1px solid #f2f2f2;
  padding: 4px 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.id-upload-contents .inner .customer-info dl:last-child {
  border-bottom: none;
}
.id-upload-contents .inner .customer-info dl dt {
  font-size: 100%;
  width: 20%;
  display: inline-block;
  padding: 2px 4px;
  line-height: 1;
}
.id-upload-contents .inner .id-select {
  width: 100%;
  margin-bottom: 15px;
}
.id-upload-contents .inner .id-select dt {
  width: 100px;
}
.id-upload-contents .inner .id-select dd select .default-selection {
  display: none;
}
.id-upload-contents .inner .caution {
  margin-bottom: 5px;
}
.id-upload-contents .inner .id-caution-red {
  color: #ff0a0d;
  font-size: 12px;
  margin-bottom: 15px;
}
.id-upload-contents .inner .id-upload {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.id-upload-contents .inner .id-upload .id-upload-area {
  width: calc(50% - 5px);
  position: relative;
  display: none;
}
.id-upload-contents .inner .id-upload .id-upload-area #front-preview-image {
  background: url("/assets/images/idupload/id_front.svg") no-repeat center center;
  background-size: 80% auto;
}
.id-upload-contents .inner .id-upload .id-upload-area #front-preview-image.is-uploaded {
  background-size: contain;
}
.id-upload-contents .inner .id-upload .id-upload-area #back-preview-image {
  background: url("/assets/images/idupload/id_back.svg") no-repeat center center;
  background-size: 80% auto;
}
.id-upload-contents .inner .id-upload .id-upload-area #back-preview-image.is-uploaded {
  background-size: contain;
}
.id-upload-contents .inner .id-upload .id-upload-area .preview-image {
  width: 100%;
  height: auto;
  min-height: 100px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.id-upload-contents .inner .id-upload .id-upload-area .preview-image .loading-wrapper {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
}
.id-upload-contents .inner .id-upload .id-upload-area .preview-image .loading-wrapper .load-spinner, .id-upload-contents .inner .id-upload .id-upload-area .preview-image .loading-wrapper .load-spinner-absolute {
  position: absolute;
}
.id-upload-contents .inner .id-upload .id-upload-area .preview-image.is-loading .loading-wrapper {
  display: block;
}
.id-upload-contents .inner .id-upload .id-upload-area .id-image-input {
  display: none;
}
.id-upload-contents .inner .id-upload .id-upload-area label.id-image-select {
  background: #0095D9;
  color: #FFF;
  font-size: 0.8rem;
  padding: 8px 10px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
.id-upload-contents .inner .id-upload .id-upload-area label.id-image-select:hover {
  opacity: 0.7;
  transition: 0.3s ease-out;
}
.id-upload-contents .inner .id-upload .id-upload-area label.id-image-select:after {
  content: "未選択";
  color: #333;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -50px;
  top: calc(50% - 10px);
}
.id-upload-contents .inner .id-upload .id-upload-area label.id-image-select.changed:after {
  content: "";
}
.id-upload-contents .inner .id-upload .id-upload-area .filename {
  font-size: 12px;
  word-break: break-all;
}
.id-upload-contents .inner .id-upload .id-upload-area .id-image-clear {
  display: block;
  border: 1px solid #1f3134;
  color: #1f3134;
  font-size: 0.8rem;
  padding: 7px 9px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 15px;
}

.id-upload-comp .inner p, .id-upload-invalid .inner p {
  margin-bottom: 30px;
}

.id-upload-invalid .inner h2 {
  margin-bottom: 20px;
  word-break: keep-all;
}
.id-upload-invalid .inner .id-caution-red {
  color: #ff0a0d;
  font-size: 12px;
  margin-bottom: 15px;
}

.id-example {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #ff0a0d;
  cursor: pointer;
  color: #ff0a0d;
  font-size: 12px;
  margin: 0 0 50px 0;
}
.id-example::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.id-example::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}

.view-id-example {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #FFF;
  padding-bottom: 10px;
}
.view-id-example .view-id-example-inner {
  width: calc(100% - 80px);
  padding: 24px 40px 40px;
  overflow-y: auto;
  will-change: transform;
  height: 100%;
  background-color: #FFF;
}
.view-id-example h3 {
  font-weight: bold;
  margin: 32px 0 22px;
  text-align: left;
}
.view-id-example h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 24px 0 32px 0;
}
.view-id-example img {
  width: 80%;
}
.view-id-example ul {
  margin-bottom: 40px;
}
.view-id-example ul li {
  flex: 0 0 calc(50% - 20px);
  text-align: center;
}
.view-id-example ul li:first-child {
  padding-bottom: 32px;
  position: relative;
}
.view-id-example ul li:first-child::before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  background: #2c2c2c;
}
.view-id-example ul li:first-child::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #2c2c2c;
  border-top: 1px solid #2c2c2c;
  transform: rotate(134deg);
}
.view-id-example .caution-health-card-list {
  margin: 0 0 10px 0;
  font-size: 12px;
  list-style: disc;
  list-style-position: inside;
}
.view-id-example .caution-health-card-list.caution-health-card-important {
  font-size: 14px;
  list-style: none;
}
.view-id-example .caution-health-card-list.caution-red {
  list-style: none;
}
.view-id-example p {
  font-weight: normal;
}
.view-id-example p.caution-bold {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 24px;
}
.view-id-example p.caution-red {
  padding-bottom: 32px;
}
.view-id-example p.insurance-example {
  text-align: center;
  margin: 30px 0 22px 0;
}
.view-id-example .icon-close {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  cursor: pointer;
}
.view-id-example .btn-close {
  height: 32px;
  border-radius: 4px;
  border: solid 1px #2c2c2c;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insurance-checker-wrapper {
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
}

.tips-for-id-capture {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 40px;
  display: none;
}
.tips-for-id-capture .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.tips-for-id-capture .wrapper img {
  width: 90%;
  height: auto;
  margin-bottom: 32px;
}
.tips-for-id-capture .wrapper div h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.tips-for-id-capture .wrapper div h3 {
  font-weight: bold;
  font-size: 12px;
}
.tips-for-id-capture .wrapper div h3.caution {
  color: #ff0a0d;
  font-size: 14px !important;
  margin-bottom: 16px !important;
}
.tips-for-id-capture .wrapper div ul {
  font-size: 14px;
}
.tips-for-id-capture .wrapper div ul li {
  font-weight: bold;
  line-height: 24px;
}
.tips-for-id-capture ul {
  line-height: 21px;
}

.bank-input .inner {
  padding: 0;
}
.bank-input .inner .hubi-message {
  color: #ff0a0a;
  margin-bottom: 20px;
}
.bank-input .inner dl .bank-name .js-bank-name {
  margin-bottom: 10px;
}

.bank-select h3 {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  background: #1f3134;
  padding: 4px 5vw;
  font-size: 12px;
}
.bank-select .inner .bank-main-list {
  margin-bottom: 0;
}
.bank-select .inner .bank-main-list dt {
  margin-bottom: 0;
}
.bank-select .inner .bank-main-list dd ul li {
  width: 100%;
  padding: 0 12px;
  margin-left: -12px;
  border-bottom: 1px solid #fbfaf5;
}
.bank-select .inner .bank-main-list dd ul li a {
  display: block;
  width: 100%;
  padding: 8px 0;
}
.bank-select .inner .bank-select-initial dd table {
  width: 100%;
}
.bank-select .inner .bank-select-initial dd table tbody tr td {
  box-sizing: border-box;
  padding: 8px;
  text-align: left;
}
.bank-select .inner .bank-select-initial dd table tbody tr td a {
  display: block;
  width: 100%;
  padding: 8px 0;
  border: 1px solid #0095D9;
  text-align: center;
  font-size: 12px;
}
.bank-select .inner dl dd .freeword-search {
  flex-wrap: nowrap;
}
.bank-select .inner dl dd .freeword-search .btn-outline {
  padding: 0;
}
.bank-select .inner .btn-box {
  padding: 0;
}

.bank-branch-init .inner .bank-branch-select-initial dd table {
  width: 100%;
}
.bank-branch-init .inner .bank-branch-select-initial dd table tbody tr td {
  box-sizing: border-box;
  padding: 8px;
  text-align: left;
}
.bank-branch-init .inner .bank-branch-select-initial dd table tbody tr td a {
  display: block;
  width: 100%;
  padding: 8px 0;
  border: 1px solid #0095D9;
  text-align: center;
  font-size: 12px;
}

.bank-input-comp .inner, .bank-input-invalid .inner {
  padding: 0 5vw;
}
.bank-input-comp .inner h2, .bank-input-invalid .inner h2 {
  margin-bottom: 20px;
}

.bank-input-invalid .inner {
  padding: 0 5vw;
  min-height: 250px;
}
.bank-input-invalid .inner .btn, .bank-input-invalid .inner .btn-red, .bank-input-invalid .inner .btn-green {
  padding: 0;
}
.bank-input-invalid .inner h2 {
  word-break: keep-all;
}

#shelf-folder-items #create-folder.not-item, #is-library #shelf-folder-items .shelf-items-list.is-list-display #create-folder.not-item {
  width: 60%;
  max-width: 250px;
  cursor: pointer;
  margin: 40px auto 80px;
  padding: 0;
  box-sizing: border-box;
}
#shelf-folder-items #create-folder.not-item .create-folder-inner, #is-library #shelf-folder-items .shelf-items-list.is-list-display #create-folder.not-item .create-folder-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px dashed #CCC;
  border-radius: 10px;
  height: calc(100% - 4px);
  padding: 0 20px;
  min-height: 300px;
  box-sizing: border-box;
}
#shelf-folder-items #create-folder.not-item .create-folder-inner .add-btn, #is-library #shelf-folder-items .shelf-items-list.is-list-display #create-folder.not-item .create-folder-inner .add-btn {
  width: 28px;
  height: 28px;
  margin-bottom: 15px;
}
#shelf-folder-items #create-folder.not-item .create-folder-inner h3, #is-library #shelf-folder-items .shelf-items-list.is-list-display #create-folder.not-item .create-folder-inner h3 {
  font-size: 18px;
  color: #006478;
  margin-bottom: 25px;
  white-space: nowrap;
}
#shelf-folder-items #create-folder.not-item .create-folder-inner p, #is-library #shelf-folder-items .shelf-items-list.is-list-display #create-folder.not-item .create-folder-inner p {
  font-size: 12px;
  width: 100%;
}

.shelf-items .shelf-items-summary {
  margin-bottom: 15px;
}
.shelf-items .shelf-items-summary .inner {
  background-color: #00475A;
  padding: 0 1.5vw;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header, .shelf-items .shelf-items-summary .inner #shelf-items-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header {
  color: #FFF;
  margin-bottom: 3.5vw;
  padding: 16px 8px 16px 8px;
  align-items: center;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header h1 {
  font-size: 16px;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header span p {
  text-align: right;
  font-size: 12px;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header .btn-wrapper {
  text-align: right;
  font-size: 12px;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header em {
  font-style: normal;
  font-weight: bold;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header .shelf-items-header-info {
  display: inline-flex;
  color: #FFF;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header .copy-shared-url-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: flex-end;
  margin-left: 20px;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header .copy-shared-url-header img {
  margin-right: 5px;
  height: 12px;
  width: 12px;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header .copy-shared-url-header span {
  font-size: 12px;
  color: #ffffff;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header .copy-shared-url-header .toast-success {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 9999;
  background-color: #009098;
  color: #FFF;
  padding: 15px 0 15px 25px;
  border-radius: 30px;
  border: 2px solid #FFF;
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  box-sizing: border-box;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header .copy-shared-url-header .toast-success img {
  width: 16px;
  margin-right: 10px;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header .copy-shared-url-header .toast-warn {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 9999;
  background-color: #bf7070;
  color: #FFF;
  padding: 15px 0 15px 25px;
  border-radius: 30px;
  border: 2px solid #FFF;
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  box-sizing: border-box;
}
.shelf-items .shelf-items-summary .inner #shelf-items-header .copy-shared-url-header .toast-warn img {
  width: 16px;
  margin-right: 10px;
}
.shelf-items .shelf-items-summary .inner #shelf-items-info {
  background-color: #FFF;
  color: #707070;
  border-radius: 10px 10px 0 0;
  padding: 4.5vw 2.5vw 0 2.5vw;
  font-size: 3.5vw;
  height: 40px;
  display: none;
}
.shelf-items .shelf-items-summary .inner .shelf-items-arrow {
  padding-top: 15px;
  padding-right: 10px;
}
.shelf-items .shelf-items-summary .inner .shelf-items-header-info-customer {
  margin-left: 5px;
}
.shelf-items .shelf-items-list {
  padding-top: 10px;
  background-color: #FFF;
  color: #707070;
  padding-bottom: 64px;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info {
  padding: 0px 0px 0px 15px;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info p.book-number, .shelf-items .shelf-items-list .shelf-items-list-folder-info p.folder-description {
  font-weight: normal;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info a {
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  color: #009098;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info p.book-number, .shelf-items .shelf-items-list .shelf-items-list-folder-info p.folder-description {
  font-size: 14px;
  width: 98%;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info h1.folder-name {
  font-size: 22px;
  width: 90%;
  color: #2c2c2c;
  word-break: break-all;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info p.book-number {
  font-weight: bold;
  margin-right: 3px;
  margin-bottom: 8px;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info p.public-private-mark {
  font-weight: bold;
  font-size: 12px;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info p.folder-description {
  word-break: break-all;
  white-space: pre-wrap;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info #edit-folder span {
  display: inline-flex;
  margin-left: 8px;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info .shelf-items-list-folder-name {
  display: inline-flex;
  justify-content: space-between;
  width: 95%;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info .book-number-wrapper {
  display: inline-flex;
  color: #2c2c2c;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info .private-folder-mark {
  display: flex;
  align-items: center;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info .private-folder-mark span {
  font-size: 12px;
  font-weight: bold;
  color: #2c2c2c;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info .private-folder-mark img {
  margin-right: 5px;
  height: 12px;
  width: 12px;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info .copy-shared-url {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  cursor: pointer;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info .copy-shared-url img {
  margin-right: 5px;
  height: 16px;
  width: 16px;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info .copy-shared-url span {
  font-size: 10px;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info .copy-shared-url .toast-success {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 9999;
  background-color: #009098;
  color: #FFF;
  padding: 15px 0 15px 25px;
  border-radius: 30px;
  border: 2px solid #FFF;
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  box-sizing: border-box;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info .copy-shared-url .toast-success img {
  width: 16px;
  margin-right: 10px;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info .copy-shared-url .toast-warn {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 9999;
  background-color: #bf7070;
  color: #FFF;
  padding: 15px 0 15px 25px;
  border-radius: 30px;
  border: 2px solid #FFF;
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  box-sizing: border-box;
}
.shelf-items .shelf-items-list .shelf-items-list-folder-info .copy-shared-url .toast-warn img {
  width: 16px;
  margin-right: 10px;
}
.shelf-items .shelf-items-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.shelf-items .shelf-items-list ul .shelf-item {
  width: calc(100% / 2);
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
}
.shelf-items .shelf-items-list ul .shelf-item .moving-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #707070;
}
.shelf-items .shelf-items-list ul .shelf-item .moving-wrapper .book-info {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}
.shelf-items .shelf-items-list ul .shelf-item .moving-wrapper .book-info .comic-set-label {
  font-weight: 600;
  font-size: 10px;
  color: #000000;
  background-color: #EEEEEE;
  border-radius: 4px;
  width: 80px;
  text-align: center;
}
.shelf-items .shelf-items-list ul .shelf-item .shelf-select {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.shelf-items .shelf-items-list ul .shelf-item .shelf-select .icon {
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
.shelf-items .shelf-items-list ul .shelf-item .shelf-select .icon,
.shelf-items .shelf-items-list ul .shelf-item .shelf-select .icon-off {
  width: 100%;
  height: 100%;
}
.shelf-items .shelf-items-list ul .shelf-item .book-image {
  width: 120px;
  height: 170px;
  margin: 0 auto 16px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shelf-items .shelf-items-list ul .shelf-item .book-image img {
  max-height: 170px;
  border-radius: 10px;
}
.shelf-items .shelf-items-list ul .shelf-item .book-image img:not([src]) {
  visibility: hidden;
}
.shelf-items .shelf-items-list ul .shelf-item h3 {
  font-size: 14px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.shelf-items .shelf-items-list ul .shelf-item .sell-date {
  font-size: 12px;
  padding-top: 16px;
  line-height: 1;
}
.shelf-items .shelf-items-list ul .shelf-item .sell-price {
  font-size: 12px;
  padding-top: 16px;
  line-height: 1;
}
.shelf-items .shelf-items-list ul .shelf-item .sell-price .offer-price {
  color: #C1310F;
  font-size: 14px;
}
.shelf-items .shelf-items-list ul .shelf-item .sell-price .offer-price-out-of-stock {
  font-size: 14px;
}
.shelf-items .shelf-items-list ul .shelf-item .load-spinner, .shelf-items .shelf-items-list ul .shelf-item .load-spinner-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9997;
}
.shelf-items .shelf-items-list .btn, .shelf-items .shelf-items-list .btn-red, .shelf-items .shelf-items-list .btn-green {
  text-align: center;
}
.shelf-items .shelf-items-list .btn .btn-delete, .shelf-items .shelf-items-list .btn-red .btn-delete, .shelf-items .shelf-items-list .btn-green .btn-delete {
  width: 90%;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
.shelf-items .shelf-items-list .reload {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.shelf-items .shelf-items-list .reload img {
  width: 10%;
  max-width: 34px;
  animation: spin 1.5s linear infinite;
}
.shelf-items .pagination {
  justify-content: center;
}
.shelf-items .item-none {
  margin: 4vw;
  padding: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #CCC;
}
.shelf-items .item-none img {
  width: 145px;
  margin: 40px 0;
}
.shelf-items .item-none a {
  color: #1F3134;
  text-decoration: underline;
  font-size: 14px;
}
.shelf-items .item-none .find-book {
  width: 100%;
}
.shelf-items .item-none .find-book h3 {
  font-size: 13px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
}
.shelf-items .item-none .find-book p {
  margin-bottom: 30px;
}
.shelf-items .item-none .find-book label {
  background-color: #000;
  color: #FFF;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  padding: 12px 0;
}
.shelf-items .item-none .find-book label img {
  width: 16px;
  margin: 0 8px 0 0;
}
.shelf-items .item-none .search-form {
  width: 100%;
  border-bottom: 1px solid #efefef;
  background-color: #FFF;
}
.shelf-items .item-none .search-form .search-form-inner {
  padding: 10px 5px;
  width: 100%;
  background-color: #EEE;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.shelf-items .item-none .search-form a#search-under {
  outline-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shelf-items .item-none .search-form a#search-under img {
  width: 65%;
  height: 100%;
  max-height: 21px;
  margin: 0;
}
.shelf-items .item-none .search-form a#search-under #icon-search-hover {
  display: none;
}
.shelf-items .item-none .search-form a.close-btn {
  display: none;
}
.shelf-items .item-none .search-form a.close-btn img {
  max-height: 21px;
}
.shelf-items .item-none .search-form #search-query_under {
  padding: 5px;
  border: 0 none;
  background-color: transparent;
  max-height: 34px;
  outline-width: 0;
}
.shelf-items .item-none .search-form #search-query_under::-moz-placeholder {
  color: #999;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  opacity: 1;
}
.shelf-items .item-none .search-form #search-query_under::placeholder {
  color: #999;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
  opacity: 1;
}
.shelf-items .item-none .search-form #search-query_under:focus::-moz-placeholder {
  color: transparent;
}
.shelf-items .item-none .search-form #search-query_under:focus::placeholder {
  color: transparent;
}
.shelf-items .item-none .search-form #search-query_under:focus::-webkit-input-placeholder {
  color: transparent;
}
.shelf-items .share-folder-none {
  border: none;
}
.shelf-items .private-folder {
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shelf-items .private-folder h3 {
  font-size: 18px;
  color: #1F3134;
  margin-bottom: 24px;
}
.shelf-items .private-folder h3 span {
  white-space: nowrap;
}
.shelf-items .private-folder img {
  width: 40px;
  margin: 24px 0;
}
.shelf-items .private-folder p {
  font-size: 12px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .shelf-items .shelf-items-summary .inner #shelf-items-header {
    padding: 3.75vw 2.5vw 0 2.5vw;
  }
  .shelf-items .shelf-items-summary .inner .edit span, .shelf-items .shelf-items-summary .inner .cancel span {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .shelf-items .shelf-items-summary .inner #shelf-items-header {
    padding: 3.75vw 2.5vw 0 2.5vw;
  }
  .shelf-items .shelf-items-summary .inner .edit span, .shelf-items .shelf-items-summary .inner .cancel span {
    font-size: 1.25rem;
  }
}
#is-library .contents-header {
  margin-bottom: 0;
}
#is-library .inner-bottom {
  display: flex;
  justify-content: space-between;
  padding: 24px 1em;
  margin: 16px 0 0;
  border-top: 1px solid #eaeaea;
}
#is-library .inner-bottom .message-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
}
#is-library .inner-bottom .edit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009098;
  color: #FFF;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  height: 34px;
  padding: 16px;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 17px;
}
#is-library .inner-bottom .edit img {
  width: 12px;
  height: 14px;
}
#is-library li.shared-folder {
  width: 100%;
  justify-content: space-between;
}
#is-library li.btn-wrapper.shared-folder {
  display: flex;
  justify-content: center;
  width: 100%;
}
#is-library #display-switch-menu-wrapper {
  height: 36px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
}
#is-library #display-switch-menu-wrapper ul.display-switch-menu {
  display: flex;
  flex-direction: unset;
  flex-wrap: unset;
  height: 100%;
  padding: 0;
  margin: 0 10px 0 0;
  border-radius: 4px;
  border: 1px solid #EEE;
}
#is-library #display-switch-menu-wrapper ul.display-switch-menu li {
  padding: 10px 15px;
  cursor: pointer;
}
#is-library #display-switch-menu-wrapper ul.display-switch-menu li img {
  width: 18px;
  opacity: 0.4;
}
#is-library #display-switch-menu-wrapper ul.display-switch-menu li.selected {
  background-color: #EEE;
}
#is-library #display-switch-menu-wrapper ul.display-switch-menu li.selected img {
  opacity: 1;
}
#is-library #display-switch-menu-wrapper ul.display-switch-menu li#display-column img {
  width: 14px;
}
#is-library #display-switch-menu-wrapper #sort-menu.shared-folder {
  margin-right: 0px;
}
#is-library #display-switch-menu-wrapper #sort-menu {
  width: auto;
  color: #333;
  padding: 10px 20px 8px;
  border-radius: 4px;
  outline-width: 0px;
  background-color: #EEE;
  background-size: 9px auto;
  border: 0 none;
  font-size: 12px;
  cursor: pointer;
  margin-right: 25px;
}
#is-library #shelf-folder-items .shelf-items-list.is-list-display #create-folder.not-item .add-btn,
#is-library #shelf-folder-items .shelf-items-list.is-list-display #create-folder.not-item h3 {
  margin: 0;
}
#is-library #shelf-folder-items .shelf-items-list.is-list-display ul.shelf-items-wrapper {
  margin-bottom: 80px;
}
#is-library #shelf-folder-items .shelf-items-list.is-list-display .book-image img {
  height: 100%;
  min-height: 100%;
}
#is-library .shelf-items-list.is-list-display #create-folder {
  border-bottom: 0 none;
  margin-bottom: 15px;
}
#is-library .shelf-items-list.is-list-display #create-folder .create-folder-inner {
  flex-direction: row;
  min-height: 80px;
  min-width: 100%;
}
#is-library .shelf-items-list.is-list-display #create-folder .create-folder-inner .add-btn, #is-library .shelf-items-list.is-list-display #create-folder .create-folder-inner h3 {
  margin-bottom: 0;
}
#is-library .shelf-items-list.is-list-display #create-folder .create-folder-inner .add-btn {
  margin-left: 50px;
  margin-right: 15px;
}
#is-library .shelf-items-list.is-list-display #create-folder .create-folder-inner h3 {
  margin-right: 25px;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #EEE;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item .shelf-select {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item .shelf-select .icon {
  width: 100%;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item a {
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  min-width: unset;
  align-items: center;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item a .book-info {
  max-width: 260px;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item .book-image {
  width: 60px;
  height: auto;
  margin: 0 15px 0 0;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item .book-image img, #is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item .book-image .no-book-items {
  border-radius: 4px;
  width: 60px;
  height: 86px;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item .book-image img {
  width: 60px;
  height: auto;
  min-height: 0;
  min-width: 100%;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item .book-image:not(:nth-child(1)) {
  display: none;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item .moving-wrapper {
  flex-direction: row;
  width: 100%;
  color: #707070;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item .moving-wrapper .book-info {
  margin-top: 0;
  justify-content: center;
  max-width: 100%;
}
#is-library .shelf-items-list.is-list-display ul.shelf-items-wrapper li.shelf-item .moving-wrapper .book-info h3.item-title {
  max-width: 100%;
}
#is-library .shelf-items.edit-mode .shelf-items-list.is-list-display .moving-wrapper {
  position: relative;
}
#is-library .shelf-items.edit-mode .shelf-items-list.is-list-display .moving-wrapper .book-image {
  margin-left: 45px;
  position: unset;
}
#is-library .shelf-items.edit-mode .shelf-items-list #display-switch-menu-wrapper {
  display: none;
}
#is-library .shelf-items.edit-mode .shelf-items-list .shelf-items-list-folder-edit {
  display: none;
}

#shelf-folder-items #create-folder {
  cursor: pointer;
  padding-left: 16px;
  margin-bottom: 30px;
}
#shelf-folder-items #create-folder .add-btn {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
#shelf-folder-items #create-folder h3 {
  display: inline-block;
  font-size: 18px;
  color: #009098;
}
#shelf-folder-items #shelf-items-header h1 {
  width: 20%;
  min-width: 96px;
}
#shelf-folder-items .shelf-items-list #display-switch-menu-wrapper {
  padding: 0 1em;
}
#shelf-folder-items .shelf-items-list ul {
  margin-bottom: 40px;
}
#shelf-folder-items .shelf-items-list ul .shelf-item {
  padding: 0 8px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #shelf-folder-items .shelf-items-list ul .shelf-item {
    width: calc(100% / 3);
  }
}
#shelf-folder-items .shelf-items-list ul .shelf-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a .book-image-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  position: relative;
  max-width: 162px;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a .book-image {
  width: 80px;
  height: 100px;
  margin: 0;
  padding: 0;
  align-items: unset;
  background-color: #f5f5f5;
  /*#EEE;*/
  border: #fff solid 0.5px;
}
@media screen and (max-width: 320px) {
  #shelf-folder-items .shelf-items-list ul .shelf-item a .book-image {
    width: 60px;
    height: 80px;
  }
}
#shelf-folder-items .shelf-items-list ul .shelf-item a .book-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a .book-image:nth-child(1) {
  border-top-left-radius: 10px;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a .book-image:nth-child(1) img, #shelf-folder-items .shelf-items-list ul .shelf-item a .book-image:nth-child(1) .no-book-items {
  border-radius: 10px 0 0 0;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a .book-image:nth-child(2) {
  border-top-right-radius: 10px;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a .book-image:nth-child(2) img, #shelf-folder-items .shelf-items-list ul .shelf-item a .book-image:nth-child(2) .no-book-items {
  border-radius: 0 10px 0 0;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a .book-image:nth-child(3) {
  border-bottom-left-radius: 10px;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a .book-image:nth-child(3) img, #shelf-folder-items .shelf-items-list ul .shelf-item a .book-image:nth-child(3) .no-book-items {
  border-radius: 0 0 0 10px;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a .book-image:nth-child(4) {
  border-bottom-right-radius: 10px;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a .book-image:nth-child(4) img, #shelf-folder-items .shelf-items-list ul .shelf-item a .book-image:nth-child(4) .no-book-items {
  border-radius: 0 0 10px 0;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a .book-info {
  width: 100%;
  padding-left: 8px;
  box-sizing: border-box;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a p {
  width: 100%;
  color: #2c2c2c;
  padding-top: 10px;
  font-weight: bold;
  align-self: flex-end;
  display: flex;
  align-items: center;
  word-break: break-all;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a p img {
  width: 16px;
  height: 15px;
  margin-right: 3px;
  margin-top: 4px;
}
#shelf-folder-items .shelf-items-list ul .shelf-item a p:last-child {
  padding-top: 0;
  font-weight: normal;
  font-size: 12px;
}
#shelf-folder-items .library-top-banner {
  padding: 0 6.4vw;
}
#shelf-folder-items .library-top-banner a {
  display: block;
}

.import-top h1 {
  font-weight: bold;
  font-size: 16px;
}
.import-top h2 {
  margin-bottom: 25px;
}
.import-top section {
  padding: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 150px;
}

.infomation-contents {
  padding: 0 5vw;
  min-height: 250px;
}
.infomation-contents .unread-message {
  margin-bottom: 10px;
  box-sizing: border-box;
}
.infomation-contents .infomation-contents-inner {
  box-sizing: border-box;
  padding: 12px 10vw 12px 70px;
  background: #fcfcfc;
  position: relative;
  margin-bottom: 5px;
}
.infomation-contents .infomation-contents-inner .infomation-kubun {
  padding: 4px 8px;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  background: #0095D9;
  display: inline-block;
  margin-bottom: 10px;
}
.infomation-contents .infomation-contents-inner .infomation-message {
  font-size: 13px;
  font-weight: bold;
}
.infomation-contents .infomation-contents-inner .infomation-date {
  font-size: 10px;
  position: absolute;
  top: 16px;
  right: 24px;
}
.infomation-contents .infomation-contents-inner a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.infomation-contents .code-M006A {
  background: url("/assets/images/common/icon_offer.svg") no-repeat 10px center #fbfaf5;
  background-size: 50px;
}
.infomation-contents .code-M008A, .infomation-contents .code-M009A {
  background: url("/assets/images/common/icon_satei.svg") no-repeat 10px center #fbfaf5;
  background-size: 50px;
}
.infomation-contents .code-M010A, .infomation-contents .code-M011A {
  background: url("/assets/images/infomation/icon_satei_warning.svg") no-repeat 10px center #fbfaf5;
  background-size: 50px;
}
.infomation-contents .code-M015A, .infomation-contents .code-M016A {
  background: url("/assets/images/infomation/icon_yen_warning.svg") no-repeat 10px center #fbfaf5;
  background-size: 50px;
}
.infomation-contents .code-M018A {
  background: url("/assets/images/infomation/icon_arrival.svg") no-repeat 10px center #fbfaf5;
  background-size: 50px;
}
.infomation-contents .code-M026A {
  background: url("/assets/images/common/icon_yen.svg") no-repeat 10px center #fbfaf5;
  background-size: 50px;
}
.infomation-contents .code-M019A,
.infomation-contents .code-M020A,
.infomation-contents .code-M021A,
.infomation-contents .code-M022A,
.infomation-contents .code-M023A,
.infomation-contents .code-M024A,
.infomation-contents .code-M027A,
.infomation-contents .code-M028A,
.infomation-contents .code-M029A,
.infomation-contents .code-M039A,
.infomation-contents .code-M390A {
  background: url("/assets/images/infomation/icon_warning.svg") no-repeat 10px center #fbfaf5;
  background-size: 50px;
}
.infomation-contents .no-notice {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infomation-contents .already-read .infomation-message {
  font-weight: normal;
}

.contents-header {
  margin-bottom: 20px;
  position: relative;
}
.contents-header .breadcrumb-list {
  margin: 4px 0;
}
.contents-header .breadcrumb-list ul li {
  display: inline-block;
  font-size: 12px;
}
.contents-header .contents-ttl h4 {
  font-size: 18px;
}

.estimate-intro {
  padding: 20px 0 20px 0;
}
.estimate-intro p {
  background: url(/assets/images/index/service_icon01.gif) no-repeat right center;
  background-size: contain;
  padding: 0 7em 0 0;
}

.estimate-search {
  margin-bottom: 200px;
}
.estimate-search .inner {
  margin-top: 40px;
}
.estimate-search .inner h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
}
.estimate-search .inner .search-form {
  position: relative;
  text-align: center;
}
.estimate-search .inner .search-form input#search-query {
  width: 98%;
  height: 30px;
  border-radius: 5px / 5px;
}
.estimate-search .inner .search-form a#search {
  position: absolute;
  top: 7px;
  right: 15px;
}
.estimate-search .inner .search-form a#search img {
  width: 15px;
}

.modal-content-error .modal-header p.modal-close-btn {
  margin-bottom: 0;
}
.modal-content-error .modal-header p.modal-close-btn a {
  float: right;
}
.modal-content-error .modal-header .modal-close-btn {
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.modal-content-error .modal-header .modal-close-btn a {
  display: block;
  cursor: pointer;
  line-height: 1;
}
.modal-content-error .modal-body {
  border: 0 none;
}
.modal-content-error .modal-body p {
  text-align: left;
  margin-bottom: 0;
}
.modal-content-error .modal-body p:nth-child(2) {
  margin-bottom: 10px;
}

.estimate-search-result {
  padding-top: 15px;
}
.estimate-search-result .btn-wrapper {
  display: none;
}
.estimate-search-result .contents-ttl h1 {
  font-size: 18px;
  width: 100%;
  padding: 0 5vw;
  box-sizing: border-box;
}
.estimate-search-result .inner {
  padding: 0 5vw;
}
.estimate-search-result .inner .summary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #E6E6E6;
}
.estimate-search-result .inner .summary .detail {
  width: 100%;
  margin-bottom: 20px;
}
.estimate-search-result .inner .summary .detail span {
  color: #0095D9;
}
.estimate-search-result .inner .items-notfound-message, .estimate-search-result .inner .error-message {
  margin-left: 10px;
}
.estimate-search-result .inner .items, .estimate-search-result .inner .next-items .items {
  margin-top: 10px;
  margin-bottom: 40px;
  flex-direction: row;
  flex-wrap: wrap;
}
.estimate-search-result .inner .items .moving-wrapper {
  display: flex;
  flex-direction: column;
}
.estimate-search-result .inner .items .item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.estimate-search-result .inner .items .item-wrapper .item {
  width: 50%;
  padding: 20px 5% 20px 5%;
  box-sizing: border-box;
  display: block;
}
.estimate-search-result .inner .items .item-wrapper .item h2 {
  font-size: 13px;
  margin-bottom: 5px;
}
.estimate-search-result .inner .items .item-wrapper .item .item-a {
  color: #000000;
}
.estimate-search-result .inner .items .item-wrapper .item .item-image {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.estimate-search-result .inner .items .item-wrapper .item .item-image img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.estimate-search-result .inner .items .item-wrapper .item .item-price {
  font-size: 13px;
}
.estimate-search-result .inner .items .item-wrapper .item .item-price .item-price-label {
  font-size: 13px;
  margin-right: 16px;
}
.estimate-search-result .inner .items .item-wrapper .item .item-price .offer-price {
  font-size: 13px;
  color: #C1310F;
  position: relative;
}
.estimate-search-result .inner .items .item-wrapper .item .item-price .offer-price .load-spinner, .estimate-search-result .inner .items .item-wrapper .item .item-price .offer-price .load-spinner-absolute {
  position: absolute;
}
.estimate-search-result .inner .items .item-wrapper .item .item-price .offer-price-out-of-stock {
  font-size: 13px;
  color: #6E6E6E;
  position: relative;
}
.estimate-search-result .inner .items .item-wrapper .item .item-price .offer-price-out-of-stock .load-spinner, .estimate-search-result .inner .items .item-wrapper .item .item-price .offer-price-out-of-stock .load-spinner-absolute {
  position: absolute;
}
.estimate-search-result .inner .items .conditions {
  margin-top: 30px;
}
.estimate-search-result .inner .items .conditions .conditions-wrapper {
  display: flex;
  margin-bottom: 28px;
}
.estimate-search-result .inner .items .conditions .conditions-wrapper .conditions-label {
  width: 56px;
  height: 14px;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #2c2c2c;
  margin-top: 3px;
}
.estimate-search-result .inner .items .conditions .conditions-wrapper .conditions-radio {
  margin-left: 10px;
}
.estimate-search-result .inner .items .conditions .conditions-wrapper .conditions-radio .conditions-radio-button {
  display: none;
}
.estimate-search-result .inner .items .conditions .conditions-wrapper .conditions-radio label {
  width: 104px;
  height: 32px;
  border-radius: 22px;
  font-size: 12px;
  background-color: #f5f5f5;
  color: #6e6e6e;
  line-height: 1.67;
  text-align: center;
  padding: 10px 16px;
  margin-left: 5px;
}
.estimate-search-result .inner .items .conditions .conditions-wrapper .conditions-radio .conditions-radio-button:checked + label {
  background-color: #009098;
  color: #ffffff;
}
.estimate-search-result .inner .items .conditions .conditions-wrapper .conditions-stock-wrapper {
  display: flex;
}
.estimate-search-result .inner .items .conditions .conditions-wrapper .conditions-publishedDate-wrapper {
  display: flex;
}
.estimate-search-result .inner .next-items .items {
  margin-top: 0;
  margin-bottom: 0;
}
.estimate-search-result .inner .note {
  font-size: 13px;
  color: #A6A6A6;
  text-align: left;
  border-top: solid 1px #E6E6E6;
}
.estimate-search-result .inner .estimate-search-box {
  margin-top: 20px;
  text-align: center;
}
.estimate-search-result .inner .estimate-search-box .estimate-search-button {
  width: 95%;
  height: 54px;
  color: #fff;
  background-color: #0095d9;
}

#search-form-box {
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 110vh;
  bottom: 0;
  background-color: #ffffff;
  transition-property: top;
  transition-duration: 1s;
  transition-timing-function: ease;
  overflow-y: scroll;
  padding-bottom: 10px;
}
#search-form-box .search-form-title {
  background-color: #E6E6E6;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}
#search-form-box .search-form-body {
  margin-top: 15px;
}
#search-form-box .search-form-body .search-form-text {
  padding: 0 10px 15px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
#search-form-box .search-form-body .search-form-inputs dt {
  margin-top: 20px;
  padding: 0 10px;
}
#search-form-box .search-form-body .search-form-inputs dd {
  padding: 0 10px 20px;
  border-bottom: 1px solid #ccc;
}
#search-form-box .search-form-body .search-form-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 10px;
}
#search-form-box .search-form-body .search-form-buttons .back-button {
  width: 48%;
  padding: 12px 0;
  color: #0095d9;
  background-color: #ffffff;
  border: 1px solid #0095d9;
}
#search-form-box .search-form-body .search-form-buttons .search-button {
  width: 48%;
  padding: 12px 0;
  color: #ffffff;
  background-color: #0095d9;
  border: 1px solid #0095d9;
}
#search-form-box.open {
  top: 50px !important;
}

.estimate-pricing .inner {
  padding: 0 16px;
}

#notice-search-caution {
  margin-bottom: 24px;
  padding-top: 4px;
}
#notice-search-caution.estimate-search-result-caution {
  padding: 4px 5vw 0;
  margin-bottom: 0;
}

.estimate-recommend {
  position: relative;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  min-height: 300px;
}
.estimate-recommend .load-spinner, .estimate-recommend .load-spinner-absolute {
  position: absolute;
}
.estimate-recommend .inner {
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.estimate-recommend .inner .recommend-elem {
  text-align: center;
}
.estimate-recommend .inner .items, .estimate-recommend .estimate-search-result .inner .next-items .items, .estimate-search-result .estimate-recommend .inner .next-items .items {
  padding-bottom: 20px;
}
.estimate-recommend .inner .items .item {
  transition: all 0.5s;
  margin-top: 20px;
  box-sizing: border-box;
  display: inline-block;
}
.estimate-recommend .inner .items .item.swiper-slide {
  width: 70px;
}
.estimate-recommend .inner .items .item.hide {
  opacity: 0;
}
.estimate-recommend .inner .items .item .item-image {
  width: 70px;
  height: 100px;
}
.estimate-recommend .inner .items .item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.estimate-recommend .inner .items .item .item-price {
  margin-top: 15px;
  font-size: 11px;
  text-align: center;
}
.estimate-recommend .inner .items .item .item-title {
  font-size: 11px;
}

.estimate-bookdata .inner .estimate-bookdata-text {
  padding: 20px 12px;
  margin-left: -12px;
  margin-right: -12px;
  text-align: center;
}
.estimate-bookdata .inner .fix-aspect {
  position: relative;
  width: 100%;
}
.estimate-bookdata .inner .fix-aspect:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.estimate-bookdata .inner .fix-aspect .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.estimate-bookdata .inner .fix-aspect .content .plot {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #eeeadb;
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon] {
  position: absolute;
  z-index: 50;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-clip: border-box;
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon] .here-text {
  content: "HERE";
  background-color: #FFF;
  padding: 0 15px;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  font-size: 11px;
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].plot-x1 {
  left: calc(20% - 15px);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].plot-x1 .here-text {
  left: calc(100% + 5px);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].plot-x2 {
  left: calc(40% - 15px);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].plot-x2 .here-text {
  right: calc(100% + 5px);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].plot-x3 {
  left: calc(60% - 15px);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].plot-x3 .here-text {
  left: calc(100% + 5px);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].plot-x4 {
  left: calc(80% - 15px);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].plot-x4 .here-text {
  right: calc(100% + 5px);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].plot-y1 {
  bottom: calc(20% - 15px);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].plot-y2 {
  bottom: calc(40% - 15px);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].plot-y3 {
  bottom: calc(60% - 15px);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].plot-y4 {
  bottom: calc(80% - 15px);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].high-high {
  background-image: url(/assets/images/estimate/icon_face_01.svg);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].high-low {
  background-image: url(/assets/images/estimate/icon_face_02.svg);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].low-high {
  background-image: url(/assets/images/estimate/icon_face_03.svg);
}
.estimate-bookdata .inner .fix-aspect .content .plot [data-plot-icon].low-low {
  background-image: url(/assets/images/estimate/icon_face_04.svg);
}
.estimate-bookdata .inner .fix-aspect .content .plot .popularity-high {
  position: absolute;
  z-index: 10;
  font-size: 11px;
  width: 110px;
  height: 20px;
  text-align: center;
  background-color: #0095D9;
  color: #fff;
  border-radius: 20px;
  top: 0;
  left: calc(50% - 55px);
}
.estimate-bookdata .inner .fix-aspect .content .plot .selling-price-high {
  position: absolute;
  z-index: 10;
  font-size: 11px;
  width: 110px;
  height: 20px;
  text-align: center;
  background-color: #0095D9;
  color: #fff;
  border-radius: 20px;
  top: calc(50% - 10px);
  right: 0;
}
.estimate-bookdata .inner .fix-aspect .content .plot .popularity-low {
  position: absolute;
  z-index: 10;
  font-size: 11px;
  width: 110px;
  height: 20px;
  text-align: center;
  background-color: #0095D9;
  color: #fff;
  border-radius: 20px;
  bottom: 0;
  left: calc(50% - 55px);
}
.estimate-bookdata .inner .fix-aspect .content .plot .selling-price-low {
  position: absolute;
  z-index: 10;
  font-size: 11px;
  width: 110px;
  height: 20px;
  text-align: center;
  background-color: #0095D9;
  color: #fff;
  border-radius: 20px;
  top: calc(50% - 10px);
  left: 0;
}
.estimate-bookdata .inner .fix-aspect .content .plot .plot-line-y {
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 16px;
  background-color: #ffffff;
  top: 0;
  left: calc(50% - 8px);
}
.estimate-bookdata .inner .fix-aspect .content .plot .plot-line-x {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 16px;
  background-color: #ffffff;
  top: calc(50% - 8px);
  left: 0;
}
.estimate-bookdata .inner .fix-aspect .content .plot::before {
  position: absolute;
  z-index: 8;
  background-color: #0095D9;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
}
.estimate-bookdata .inner .fix-aspect .content .plot::after {
  position: absolute;
  z-index: 8;
  background-color: #0095D9;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.estimate-bookdata .inner .detail .plot {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #eeeadb;
}
.estimate-bookdata .inner .detail .plot [data-plot-icon] {
  position: absolute;
  z-index: 50;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-clip: border-box;
}
.estimate-bookdata .inner .detail .plot [data-plot-icon] .here-text {
  content: "HERE";
  font-size: 11px;
  background-color: #FFF;
  padding: 0 15px;
  border-radius: 10px;
  position: absolute;
  top: 5px;
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].plot-x1 {
  left: calc(20% - 15px);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].plot-x1 .here-text {
  left: calc(100% + 5px);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].plot-x2 {
  left: calc(40% - 15px);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].plot-x2 .here-text {
  right: calc(100% + 5px);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].plot-x3 {
  left: calc(60% - 15px);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].plot-x3 .here-text {
  left: calc(100% + 5px);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].plot-x4 {
  left: calc(80% - 15px);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].plot-x4 .here-text {
  right: calc(100% + 5px);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].plot-y1 {
  bottom: calc(20% - 15px);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].plot-y2 {
  bottom: calc(40% - 15px);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].plot-y3 {
  bottom: calc(60% - 15px);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].plot-y4 {
  bottom: calc(80% - 15px);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].high-high {
  background-image: url(/assets/images/estimate/icon_face_01.svg);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].high-low {
  background-image: url(/assets/images/estimate/icon_face_02.svg);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].low-high {
  background-image: url(/assets/images/estimate/icon_face_03.svg);
}
.estimate-bookdata .inner .detail .plot [data-plot-icon].low-low {
  background-image: url(/assets/images/estimate/icon_face_04.svg);
}
.estimate-bookdata .inner .detail .plot .popularity-high {
  position: absolute;
  z-index: 10;
  font-size: 11px;
  width: 110px;
  height: 20px;
  text-align: center;
  background-color: #0095D9;
  color: #fff;
  border-radius: 20px;
  top: 0;
  left: calc(50% - 55px);
}
.estimate-bookdata .inner .detail .plot .selling-price-high {
  position: absolute;
  z-index: 10;
  font-size: 11px;
  width: 110px;
  height: 20px;
  text-align: center;
  background-color: #0095D9;
  color: #fff;
  border-radius: 20px;
  top: calc(50% - 10px);
  right: 0;
}
.estimate-bookdata .inner .detail .plot .popularity-low {
  position: absolute;
  z-index: 10;
  font-size: 11px;
  width: 100px;
  height: 20px;
  text-align: center;
  background-color: #0095D9;
  color: #fff;
  border-radius: 20px;
  bottom: 0;
  left: calc(50% - 55px);
}
.estimate-bookdata .inner .detail .plot .selling-price-low {
  position: absolute;
  z-index: 10;
  font-size: 11px;
  width: 110px;
  height: 20px;
  text-align: center;
  background-color: #0095D9;
  color: #fff;
  border-radius: 20px;
  top: calc(50% - 10px);
  left: 0;
}
.estimate-bookdata .inner .detail .plot .plot-line-y {
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 16px;
  background-color: #ffffff;
  top: 0;
  left: calc(50% - 8px);
}
.estimate-bookdata .inner .detail .plot .plot-line-x {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 16px;
  background-color: #ffffff;
  top: calc(50% - 8px);
  left: 0;
}
.estimate-bookdata .inner .detail .plot::before {
  position: absolute;
  z-index: 8;
  background-color: #0095D9;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
}
.estimate-bookdata .inner .detail .plot::after {
  position: absolute;
  z-index: 8;
  background-color: #0095D9;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.estimate-bookdata .inner .detail .plot-detail {
  margin-top: 20px;
  width: 100%;
}
.estimate-bookdata .inner .detail .plot-detail .plot-detail-status {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #cccccc;
  padding: 15px 0 15px 5px;
}
.estimate-bookdata .inner .detail .plot-detail .plot-detail-status .plot-detail-face {
  opacity: 0.3;
  padding: 0 15px;
}
.estimate-bookdata .inner .detail .plot-detail .plot-detail-status .plot-detail-face img {
  width: 46px;
}
.estimate-bookdata .inner .detail .plot-detail .plot-detail-status p {
  opacity: 0.3;
  margin-left: 15px;
  width: calc(100% - 60px);
  font-size: 13px;
}
.estimate-bookdata .inner .detail .plot-detail .plot-detail-status.active .plot-detail-face {
  opacity: 1 !important;
}
.estimate-bookdata .inner .detail .plot-detail .plot-detail-status.active p {
  opacity: 1 !important;
}
.estimate-bookdata .inner .detail .share-icons {
  border-top: 1px solid #cccccc;
  text-align: center;
  margin-bottom: -30px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 5px 0;
  color: #0095D9;
}
.estimate-bookdata .inner .detail .share-icons a {
  margin-left: 10px;
}
.estimate-bookdata .inner .detail .share-icons a:first-child {
  margin-left: 0px;
}
.estimate-bookdata .inner .detail .share-icons a img {
  width: 35px;
  height: 35px;
}

.estimate-search-another {
  background-color: #E6E6E6;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto 20px;
  width: 100%;
}
.estimate-search-another .inner {
  margin: 0 auto;
}
.estimate-search-another .inner h2 {
  font-size: 15px;
  margin-bottom: 5px;
}
.estimate-search-another .inner .search-form {
  position: relative;
}
.estimate-search-another .inner .search-form input {
  border-radius: 5px / 5px;
}
.estimate-search-another .inner .search-form a#search {
  position: absolute;
  top: 12px;
  right: 15px;
}
.estimate-search-another .inner .search-form a#search img {
  width: 15px;
}

.estimate-induction .inner .pricing-service-button {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}
.estimate-induction .inner .pricing-service-button a {
  width: 100%;
  margin: 0 auto;
  padding: 12px 0;
  color: #ffffff;
  background-color: #0095d9;
  display: block;
  text-align: center;
  font-size: 16px;
}
.estimate-induction .inner .pricing-service-button a img {
  border-radius: 3px;
}

/***バーコードリーダー部品-20181120_KATO***/
label.take-picture-button {
  margin: 0 auto;
  display: block;
}
label.take-picture-button img {
  display: block;
}
label.take-picture-button input.take-picture-button {
  display: none;
}

.barcode-btn {
  margin: 0 auto 10px auto;
}
.barcode-btn .take-picture-no {
  display: none;
}
.barcode-btn .take-picture-yes {
  display: none;
}
.barcode-btn a {
  margin: 0 auto;
  display: block;
}
.barcode-btn a img {
  display: block;
}

.barcode-start-modal {
  position: relative;
}
.barcode-start-modal .modal-header {
  position: absolute;
  top: 1.3em;
  right: 1.3em;
  text-align: right;
}
.barcode-start-modal .modal-header .modal-close-btn {
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.barcode-start-modal .modal-header .modal-close-btn a {
  display: block;
  cursor: pointer;
  line-height: 1;
  color: #333;
}
.barcode-start-modal .barcode-start-box {
  background: #fff;
  padding: 10px 5px 5px;
}
.barcode-start-modal .barcode-start-box .inner:first-child {
  padding-bottom: 3.5vw;
  margin-bottom: 3.5vw;
}
.barcode-start-modal .barcode-start-box .inner:first-child .take-picture-button {
  position: relative;
}
.barcode-start-modal .barcode-start-box .inner:first-child .take-picture-button::before {
  content: "";
  background-image: url(/assets/images/common/icon_new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 10%;
  height: 15px;
}
.barcode-start-modal .barcode-start-box .barcode-box-inner {
  text-align: center;
  padding-bottom: 10px;
}
.barcode-start-modal .barcode-start-box .barcode-box-inner .illust {
  width: 40%;
  margin-bottom: 2vw;
}
.barcode-start-modal .barcode-start-box .barcode-box-inner p.info {
  text-align: center;
}
.barcode-start-modal .barcode-start-box .barcode-box-inner .take-picture-button {
  padding: 0;
  background-color: #FFF;
}
.barcode-start-modal .barcode-start-box .barcode-box-inner .take-picture-button .btn, .barcode-start-modal .barcode-start-box .barcode-box-inner .take-picture-button .btn-red, .barcode-start-modal .barcode-start-box .barcode-box-inner .take-picture-button .btn-green {
  color: #000;
  text-decoration: underline;
  font-size: 3.25vw;
}
.barcode-start-modal .barcode-start-box p.title {
  margin: 0 0 10px;
  padding-left: 10px;
  line-height: 1.8em;
  text-align: left;
  font-size: 2vw;
}
.barcode-start-modal .barcode-start-box p.title em {
  font-style: normal;
  font-weight: bold;
  font-size: 4.25vw;
  display: block;
}
.barcode-start-modal .barcode-start-box p.info {
  line-height: 1.4;
  font-size: 3.25vw;
  text-align: left;
  margin: 0 0 0.75vw 0;
}
.barcode-start-modal .barcode-start-box .illust {
  width: 50%;
  margin: 0 auto 15px;
}
.barcode-start-modal .barcode-start-box input#barcode-start-check-btn {
  width: 5vw;
}
.barcode-start-modal .barcode-start-box label.take-picture-button {
  background-color: #000;
  padding: 3.75vw 4vw;
}
.barcode-start-modal .barcode-start-box label.take-picture-button .btn, .barcode-start-modal .barcode-start-box label.take-picture-button .btn-red, .barcode-start-modal .barcode-start-box label.take-picture-button .btn-green {
  color: #FFF;
  text-align: center;
  font-size: 4.25vw;
}
.barcode-start-modal p.barcode-start-check {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  padding: 20px;
  border-top: 1px solid #EEE;
}
.barcode-start-modal .webview-caution {
  display: none;
  color: #C1310F;
  font-size: 3.25vw;
  font-weight: bold;
  margin: 15px 0 0 0;
  text-align: left;
}

#barcode-only-start .illust {
  width: 42vw;
  margin-bottom: 20px;
}
#barcode-only-start label.take-picture-button {
  margin-bottom: 20px;
  margin-top: 20px;
}

#barcode-start, #barcode-only-start {
  transform: scale(0.8);
}

.popup_visible #barcode-start, .popup_visible #barcode-only-start {
  transform: scale(1);
}

#slide_background {
  transition: all 0.3s 0.3s;
}

#slide,
#slide_wrapper {
  transition: all 0.3s ease-out;
}

#slide {
  transform: translateX(0) translateY(-40%);
}

.popup_visible #slide {
  transform: translateX(0) translateY(0);
}

.flex-container {
  display: flex;
  justify-content: center;
  align-content: space-between;
}

.decode-failed {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}
.decode-failed p.title {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 4vw;
  color: #ff0a0a;
  line-height: 1.4;
  text-align: left;
}
.decode-failed p.retry {
  text-align: center;
  font-size: 3vw;
  margin: 5px 0 10px;
}
.decode-failed p.faq {
  text-align: center;
  font-size: 4vw;
  margin: 10px 0 0;
}
.decode-failed .detail dl {
  width: 31.5%;
  margin: auto;
}
.decode-failed .detail dl dt {
  margin: 0 0 5px 0;
}
.decode-failed .detail dl dd {
  line-height: 1.2;
  font-size: 3vw;
  text-align: center;
}
.file-read-failed {
  background: #fff;
  padding: 10px;
  border: 1px solid #ff0a0a;
}
.file-read-failed p.title {
  font-weight: bold;
  font-size: 4vw;
  color: #ff0a0a;
  line-height: 1.4;
}

.search-title {
  background-color: #E6E6E6;
  padding: 15px 15px 0;
  margin: 0 0 -5px;
  font-size: 15px;
}

/*** 本棚査定 ***/
#progressFileUploadDiv {
  padding: 10px;
  width: 75%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
#progressFileUploadDiv .progressbar {
  margin-bottom: 3px;
  height: 10vh;
  position: relative;
}
#progressFileUploadDiv .progressbar ul.progress-bar-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
}
#progressFileUploadDiv .progressbar ul.progress-bar-wrap li {
  border-right: 3px solid #FFF;
  width: 10%;
  height: 100%;
  background-image: linear-gradient(-45deg, transparent 25%, #BEBEBE 25%, #BEBEBE 50%, transparent 50%, transparent 75%, #BEBEBE 75%, #BEBEBE);
  background-size: 4px 4px;
  background-attachment: fixed;
}
#progressFileUploadDiv .progressbar ul.progress-bar-wrap li:last-child {
  border-right: 0 none;
}
#progressFileUploadDiv .progressbar #progress-bar {
  background-color: #333;
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#progressFileUploadDiv p {
  width: 100%;
  box-sizing: border-box;
  color: #FFF;
  font-size: 2.25vw;
  background-color: #000000;
  padding: 5px;
  border-radius: 0 0 10px 10px;
}

/*** 本棚査定(結果画面) ***/
.bookshelf-assessment-container {
  background-color: #F2F2F2;
  padding-top: 0;
  margin-bottom: -40px;
}
.bookshelf-assessment-container .inner {
  padding-bottom: 40px;
}
.bookshelf-assessment-container #bookshelf-assess-img-wrap {
  background-color: #FFF;
  min-height: 30px;
  padding-top: 20px;
}
.bookshelf-assessment-container #bookshelf-assess-img-wrap #bookshelf-assess-img {
  background-color: #FFF;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 8px 8px 0 0;
  text-align: center;
  max-width: calc(100% - 24px);
  max-height: 292px;
  margin: 0 auto;
  filter: brightness(105%) contrast(105%) saturate(105%);
}
.bookshelf-assessment-container #bookshelf-assess-img-wrap #bookshelf-assess-img #img-progress-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, transparent 25%, #FFF 25%, #FFF 50%, transparent 50%, transparent 75%, #FFF 75%, #FFF);
  background-size: 4px 4px;
  background-attachment: fixed;
  z-index: 2;
  opacity: 0.7;
}
.bookshelf-assessment-container #bookshelf-assess-img-wrap #bookshelf-assess-img img {
  width: auto;
  max-height: 292px;
  border-radius: 8px 8px 0 0;
  z-index: 1;
}
.bookshelf-assessment-container #bookshelf-assess-img-wrap #hidden-img {
  width: auto;
  max-width: calc(100% - 24px);
  max-height: 292px;
  position: absolute;
}
.bookshelf-assessment-container #bookshelf-assessment-progress {
  width: 100%;
}
.bookshelf-assessment-container #bookshelf-assessment-progress #bookshelf-assessment-progress-bar {
  background-color: #000;
  color: #FFF;
  text-align: center;
  width: 100%;
  font-size: 2.75vw;
  margin-bottom: 1vh;
  border-radius: 15px;
}
.bookshelf-assessment-container .inner #bookshelf-assessment-info-wrap {
  display: flex;
  margin-top: -6vh;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.bookshelf-assessment-container .inner #bookshelf-assessment-info-wrap .title {
  width: calc(100% / 3);
  flex-grow: 1;
  flex: 0 0 33.3%;
}
.bookshelf-assessment-container .inner #bookshelf-assessment-info-wrap .title h1 {
  width: 80%;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #FFF;
  padding: 1.5em;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 2px 0 #EFEFEF;
}
.bookshelf-assessment-container .inner #bookshelf-assessment-info-wrap #bookshelf-assessment-info-wrap-inner {
  flex-grow: 2;
}
.bookshelf-assessment-container .inner #bookshelf-assessment-info-wrap #bookshelf-assessment-info-wrap-inner .inner {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.bookshelf-assessment-container .inner #bookshelf-assessment-info-wrap #bookshelf-assessment-info-wrap-inner .inner::after {
  width: 90%;
  margin: 0 auto;
  content: "";
  display: block;
  border-bottom: 2px dotted #707070;
}
.bookshelf-assessment-container .inner #bookshelf-assessment-info-wrap #bookshelf-assessment-info-wrap-inner #bookshelf-assessment-total {
  font-size: 3.25vw;
  display: flex;
  justify-content: space-between;
  background-color: #F2F2F2;
  padding: 2vw;
  border-radius: 8px 8px 0 0;
}
.bookshelf-assessment-container .inner #bookshelf-assessment-info-wrap #bookshelf-assessment-info-wrap-inner #bookshelf-assessment-total .bookshelf-assessment-total-int {
  font-size: 6vw;
  font-family: Helvetica, sans-serif;
}
.bookshelf-assessment-container .inner #bookshelf-assessment-info-wrap #bookshelf-assessment-info-wrap-inner #bookshelf-assessment-total .bookshelf-assessment-total-int:first-child {
  padding-left: 2.75vw;
}
.bookshelf-assessment-container .inner #bookshelf-assessment-comment {
  padding: 0 15px;
  font-size: 3vw;
}
.bookshelf-assessment-container .inner #bookshelf-assessment-comment .barcode-only-start_open {
  cursor: pointer;
}
.bookshelf-assessment-container .inner #bookshelf-assessment-comment label.take-picture-button {
  display: inline;
  color: #0095d9;
  white-space: nowrap;
}
.bookshelf-assessment-container .inner .items, .bookshelf-assessment-container .estimate-search-result .inner .next-items .items, .estimate-search-result .bookshelf-assessment-container .inner .next-items .items {
  display: flex;
  margin-bottom: 20px;
}
.bookshelf-assessment-container .inner .items .item {
  width: calc(100% / 3);
  padding: 0;
  margin-bottom: 2vh;
  display: flex !important;
}
.bookshelf-assessment-container .inner .items .item .moving-wrapper {
  width: 100%;
}
.bookshelf-assessment-container .inner .items .item .item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.bookshelf-assessment-container .inner .items .item .item-inner h2 {
  transform: scale(0.8, 0.8);
  margin: 0 auto;
  font-size: 3vw;
  width: 100%;
}
.bookshelf-assessment-container .inner .items .item .item-inner .item-price {
  font-size: 3vw;
  margin: 0 auto;
  transform: scale(0.8, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.bookshelf-assessment-container .inner .items .item .item-inner .item-price .price {
  background-color: #0095d9;
  color: #FFF;
  padding: 0 0.75vw;
  border-radius: 4px;
  white-space: nowrap;
}
.bookshelf-assessment-container .inner .items .item .item-inner .item-price .price .load-spinner, .bookshelf-assessment-container .inner .items .item .item-inner .item-price .price .load-spinner-absolute {
  left: unset;
}
.bookshelf-assessment-container .inner .items .item .item-image {
  margin-bottom: 0.25vh;
  text-align: center;
}
.bookshelf-assessment-container .inner .items .item .item-image img {
  width: 80%;
  border-radius: 8px;
}
.bookshelf-assessment-container .inner .items .btn-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.bookshelf-assessment-container .inner .items .btn-wrapper .edit, .bookshelf-assessment-container .inner .items .btn-wrapper .cancel {
  width: 70%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 4px;
}
.bookshelf-assessment-container .inner .items .btn-wrapper .edit img, .bookshelf-assessment-container .inner .items .btn-wrapper .cancel img {
  width: 12px;
  margin-right: 10px;
}
.bookshelf-assessment-container .inner .items .btn-wrapper .edit {
  background-color: #046378;
  color: #FFF;
}
.bookshelf-assessment-container .inner .items .btn-wrapper .cancel {
  background-color: #CCCCCC;
  color: #000;
}
.bookshelf-assessment-container .shelf-description {
  width: 100%;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 0 24px 24px;
  margin: 55px auto 40px;
  border: 1px solid #2c2c2c;
  border-radius: 4px;
  text-align: center;
}
.bookshelf-assessment-container .shelf-description .character-navigation-inner {
  background: no-repeat 10px 10px #FFF;
  background-size: 48px;
  display: inline-block;
  box-sizing: border-box;
  padding: 18px 20px 20px 62px;
  border: 1px solid #2c2c2c;
  border-radius: 8px;
  line-height: 1.4;
  margin: -35px auto 24px;
  white-space: nowrap;
}
.bookshelf-assessment-container .shelf-description .character-navigation-inner .character {
  font-size: 12px;
  font-weight: bold;
}
.bookshelf-assessment-container .shelf-description .character-navigation-inner p {
  font-size: 11px;
}
.bookshelf-assessment-container .shelf-description h2 {
  max-width: 200px;
  margin: 0 auto 24px;
}
.bookshelf-assessment-container .shelf-description h3 {
  font-weight: bold;
  margin-bottom: 14px;
}
.bookshelf-assessment-container .other-bookshelf {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  padding: 48px 28px 36px;
}
.bookshelf-assessment-container .other-bookshelf h2 {
  font-size: 18px;
  margin-bottom: 24px;
}
.bookshelf-assessment-container .other-bookshelf ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bookshelf-assessment-container .other-bookshelf ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: calc(100% / 2 - 13px);
  margin-bottom: 26px;
}
.bookshelf-assessment-container .other-bookshelf ul li .bookshelf-image {
  height: 70px;
  border-radius: 4px;
  border: 1px solid #2c2c2c;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
}
.bookshelf-assessment-container .other-bookshelf ul li .user-icon {
  width: 40px;
  height: 40px;
  margin: -20px auto 8px;
  border: 4px solid #FFF;
  border-radius: 100%;
  background-color: #FFF;
}
.bookshelf-assessment-container .other-bookshelf ul li h4 {
  font-size: 12px;
  font-weight: bold;
}
.bookshelf-assessment-container .other-bookshelf ul li p {
  font-size: 11px;
}
.bookshelf-assessment-container .other-bookshelf ul li:nth-child(even) {
  margin-right: 0;
}
.bookshelf-assessment-container .other-bookshelf ul li span {
  background: url("/assets/images/estimate/arrow.svg") no-repeat right 24px center;
  position: absolute;
  bottom: -12px;
  font-size: 12px;
  background-color: #FFF;
  border: 1px solid #2c2c2c;
  border-radius: 12px;
  padding: 0 40px 0 24px;
}
.bookshelf-assessment-container .use-library {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 32px 16px;
  margin: 0 auto;
  background-color: #fbfaf5;
}
.bookshelf-assessment-container .use-library h3 {
  margin-bottom: 1em;
}
.bookshelf-assessment-container .use-library dl {
  margin-bottom: 24px;
}
.bookshelf-assessment-container .use-library dl dt {
  width: 210px;
  margin: 0 auto 24px;
}
.bookshelf-assessment-container .use-library dl dd {
  color: #00475a;
  font-size: 16px;
  text-align: center;
}
.bookshelf-assessment-container .use-library .library-guide {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #1b4658;
  border-radius: 8px;
  padding: 32px 8px 0 20px;
}
.bookshelf-assessment-container .use-library .library-guide .library-guide-inner {
  width: 100%;
  margin-right: 26px;
}
.bookshelf-assessment-container .use-library .library-guide .sp-image {
  width: 31vw;
  margin-bottom: -2px;
  align-self: flex-end;
}
.bookshelf-assessment-container .use-library .library-guide .library-guide-inner ul {
  font-size: 12px;
  color: #00475a;
  margin-bottom: 1.5em;
}
.bookshelf-assessment-container .use-library .library-guide .library-guide-inner .btn, .bookshelf-assessment-container .use-library .library-guide .library-guide-inner .btn-red, .bookshelf-assessment-container .use-library .library-guide .library-guide-inner .btn-green {
  margin-bottom: 2.1875em;
}
.bookshelf-assessment-container .use-library .library-guide .library-guide-inner .btn a, .bookshelf-assessment-container .use-library .library-guide .library-guide-inner .btn-red a, .bookshelf-assessment-container .use-library .library-guide .library-guide-inner .btn-green a {
  width: auto;
  padding: 5px 0;
  background-color: #00475a;
  border: 0 none;
  border-radius: 4px;
  font-size: 0.75em;
}
.bookshelf-assessment-container .notice-search-caution {
  background-color: #FFF;
}
.bookshelf-assessment-container .scan-bookshelf-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
.bookshelf-assessment-container .scan-bookshelf-link a.barcode-start_open {
  background: url(/assets/images/shelf/icon_camera_wh.svg) no-repeat 20px center #2c2c2c;
  background-size: 17px;
  color: #FFF;
  margin-right: 0;
  padding: 9px 24px 8px 48px;
  border-radius: 4px;
  cursor: pointer;
}

@media screen and (max-width: 320px) {
  .bookshelf-assessment-container .use-library .library-guide {
    flex-direction: column;
    padding: 32px 20px 0;
  }
  .bookshelf-assessment-container .use-library .sp-image {
    margin: 0 auto;
  }
}
.shuka-edit p {
  padding: 0 0 0 5vw;
}
.shuka-edit .boxcount-input {
  position: relative;
}
.shuka-edit .btn-box .btn, .shuka-edit .btn-box .btn-red, .shuka-edit .btn-box .btn-green,
.shuka-edit .btn-box .btn-leave,
.shuka-edit .btn-box .btn-outline {
  padding: 0;
}

.payment-confirm__caution-outofstock-message-title-red, .payment-confirm__caution-message-title-red, .payment-method-section__caution-message-title-red, .shopping-cart__caution-message-title-red, .caution-validation-error {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.13px;
  color: #C1310F;
  text-align: center;
}
.payment-confirm__caution-outofstock-message-title-red a, .payment-confirm__caution-message-title-red a, .payment-method-section__caution-message-title-red a, .shopping-cart__caution-message-title-red a, .caution-validation-error a {
  font-weight: 600;
}

.shipping-confirm__title, .shipping-input__title, .cart-shipping-list__title, .payment-method-section__title, .shipping-section__title-cart, .shipping-section__title-mypage {
  background-color: #1F3134;
  padding: 3px 16px 3px;
  font-weight: 300;
  color: #FFFFFF;
}

.shopping-cart__title {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 4px;
  font-weight: 600;
  font-size: 16px;
}
.shopping-cart__caution-message-title-red {
  padding-top: 24px;
  margin-left: -12px;
  margin-right: -12px;
  border-top: 1px solid #DDDDDD;
}
.shopping-cart__caution-message-title-blue {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.13px;
  color: #0F6EC1;
  text-align: center;
  padding-top: 24px;
  margin-left: -12px;
  margin-right: -12px;
  border-top: 1px solid #DDDDDD;
}
.shopping-cart__caution-message-body {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12px;
  text-align: center;
}

.buy-items-summary {
  padding-right: 4px;
  padding-left: 4px;
}
.buy-items-summary__number-of-books {
  display: flex;
  justify-content: space-between;
}
.buy-items-summary__number-of-books-title {
  font-weight: 300;
  font-size: 16px;
}
.buy-items-summary__number-of-books-value {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.buy-items-summary__items-summary {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.buy-items-summary__items-summary-title {
  font-weight: 300;
  font-size: 16px;
}
.buy-items-summary__items-summary-tax {
  font-size: 11px;
  font-weight: 300;
}
.buy-items-summary__items-summary-value {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.buy-items-summary__items-summary-shipping-note {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 11px;
  color: #C1310F;
}
.buy-items-summary__items-summary-shipping-lack-price {
  font-weight: 600;
}
.buy-items-summary__buy_campaign {
  text-align: right;
}
.buy-items-summary__buy_campaign .bubble-tail {
  position: relative;
  width: 8px;
  height: 8px;
  right: -90%;
  margin-bottom: -9px;
  transform: translateY(-4px) rotate(45deg);
  border-top: 1px solid #c1310f;
  border-left: 1px solid #c1310f;
  z-index: 2;
  background-color: #ffffff;
}
.buy-items-summary__buy_campaign .bubble-box {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #c1310f;
  border: solid 1px #c1310f;
  border-radius: 4px;
  padding: 2px 8px;
}
.buy-items-summary__buy_campaign:nth-of-type(2) {
  margin-top: 6px;
}
.buy-items-summary__shipping-cost {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.buy-items-summary__shipping-cost-title {
  font-weight: 300;
  font-size: 16px;
}
.buy-items-summary__shipping-cost-price {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.buy-items-summary__cart-summary {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  border-top: 1px #DDDDDD solid;
  padding-top: 16px;
}
.buy-items-summary__cart-summary-title {
  font-weight: 600;
  font-size: 16px;
}
.buy-items-summary__cart-summary-tax {
  font-size: 12px;
  font-weight: 300;
}
.buy-items-summary__cart-summary-value {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #C1310F;
}
.buy-items-summary__go-bill {
  margin-top: 16px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  text-align: center;
  background-color: #C1310F;
  border-radius: 4px;
}
.buy-items-summary__cart-notice {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  color: #6E6E6E;
  text-align: center;
}

.cart-lost-items {
  border-top: 1px solid #DDDDDD;
  margin-top: 20px;
  margin-right: -12px;
  margin-left: -12px;
  padding-right: 16px;
  padding-left: 16px;
}
.cart-lost-items__title {
  margin-top: 24px;
  font-weight: 600;
  color: #C1310F;
}
.cart-lost-items__list {
  margin-top: 10px;
  border: 1px solid #C1310F;
  border-radius: 4px;
}

.cart-allow-items {
  margin: 32px auto;
  padding-right: 4px;
  padding-left: 4px;
}
.cart-allow-items__title {
  font-weight: 600;
}
.cart-allow-items__list {
  margin-top: 16px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

.shopping-cart-item {
  padding: 16px 16px 0 0;
  display: flex;
  justify-content: space-between;
  border-top: #C1310F 1px solid;
}
.shopping-cart-item--allow {
  border-top: #DDDDDD 1px solid;
}
.shopping-cart-item:nth-child(1) {
  border-top: #ffffff 0px solid;
}
.shopping-cart-item__item-image {
  width: 100px;
  margin-bottom: 10px;
}
.shopping-cart-item__item-image span[data-image] {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.shopping-cart-item__item-data {
  width: calc(100% - 100px);
}
.shopping-cart-item__item-data-title {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.48px;
}
.shopping-cart-item__item-data-label {
  font-weight: 600;
  font-size: 10px;
  color: #000000;
  background-color: #EEEEEE;
  border-radius: 4px;
  width: 80px;
  text-align: center;
}
.shopping-cart-item__item-data-condition {
  margin-top: 21px;
  font-size: 13px;
  font-weight: 300;
}
.shopping-cart-item__item-data-condition--allow {
  margin-top: 16px;
  font-weight: 300;
  color: #C1310F;
}
.shopping-cart-item__price-changed {
  display: flex;
  justify-content: space-around;
  color: #C1310F;
  margin-top: 10px;
}
.shopping-cart-item__price-changed-inner {
  display: inline-block;
  text-align: left;
}
.shopping-cart-item__price-changed-note {
  display: inline-block;
  font-size: 11px;
}
.shopping-cart-item__price-changed-before {
  flex: 0 1 calc(50% - 5px);
  flex-direction: column;
  text-align: center;
}
.shopping-cart-item__price-changed-arrow {
  flex: 1 1;
  min-width: 11px;
  max-width: 11px;
  padding-top: 8px;
  display: flex;
  align-items: flex-end;
  margin: auto 10px;
}
.shopping-cart-item__price-changed-after {
  flex: 0 1 calc(50% - 5px);
  flex-direction: column;
  text-align: center;
}
.shopping-cart-item__item-data-price {
  font-weight: 300;
  letter-spacing: 0.56px;
}
.shopping-cart-item__item-data-price--allow {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #C1310F;
}
.shopping-cart-item__item-data-price--allow--change {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 6px;
}
.shopping-cart-item__item-data-price-tax {
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.4px;
}
.shopping-cart-item__item-data-price-tax--allow {
  display: inline-block;
  font-size: 10px;
  color: #C1310F;
  letter-spacing: 0.48px;
  margin-left: auto;
}
.shopping-cart-item__out-of-stock-message {
  font-size: 13px;
  color: #C1310F;
  margin-top: 24px;
}
.shopping-cart-item__detail-right {
  padding-top: 16px;
  text-align: right;
}
.shopping-cart-item__detail-right--allow {
  padding-top: 0px;
}
.shopping-cart-item__item-accept-button {
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0.48px;
  color: #FFFFFF;
  background-color: #0F6EC1;
  border-radius: 4px;
  margin-top: 8px;
  text-align: center;
}
.shopping-cart-item__item-select-button {
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0.48px;
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 4px;
  margin-top: 8px;
  text-align: center;
}
.shopping-cart-item__item-delete-button {
  width: 100px;
  margin-top: 8px;
  margin-bottom: 17px;
  margin-left: auto;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
  border: 1px solid #666666;
  border-radius: 4px;
  text-align: center;
}
.shopping-cart-item__item-delete-button--outofstock {
  width: 100px;
  margin-top: 8px;
  margin-bottom: 17px;
  margin-left: auto;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
  border: 1px solid #666666;
  border-radius: 4px;
  text-align: center;
}

.cart-item-replace-modal {
  position: fixed;
  z-index: 10050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: block;
  transition: opacity 0.3s ease;
}
.cart-item-replace-modal__modal-container {
  padding: 0px 16px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.cart-item-replace-modal__modal-container {
  transform: scale(1.1);
}
.cart-item-replace-modal__modal-title {
  margin-top: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}
.cart-item-replace-modal__item-info {
  padding-top: 24px;
  border-top: 1px solid #EEEEEE;
  display: flex;
}
.cart-item-replace-modal__item-image-wrapper {
  width: 80px;
  height: 71px;
  margin-right: 5px;
}
.cart-item-replace-modal__item-image-wrapper span[data-image] {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.cart-item-replace-modal__item-title {
  font-weight: 300;
  font-size: 12px;
}
.cart-item-replace-modal__condition-select {
  padding-right: 16px;
  padding-left: 16px;
}
.cart-item-replace-modal__select-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 300;
}
.cart-item-replace-modal__select-text {
  font-weight: 600;
}
.cart-item-replace-modal__condition-help {
  margin-top: -5px;
  display: block;
  text-align: right;
  font-size: 9px;
  text-decoration: underline;
  color: #0095D9;
}
.cart-item-replace-modal__buy-detail-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.cart-item-replace-modal__buy-detail-title {
  width: 80px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1em;
}
.cart-item-replace-modal__buy-price {
  font-weight: 300;
  font-size: 26px;
  line-height: 1em;
  color: #C1310F;
  text-align: right;
}
.cart-item-replace-modal__buy-price-tax-text {
  font-weight: 300;
  font-size: 14px;
  color: #C1310F;
}
.cart-item-replace-modal__modal-footer {
  margin-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
}
.cart-item-replace-modal__item-change-button {
  font-weight: 300;
  font-size: 13px;
  padding: 8px 0px;
  color: #FFFFFF;
  width: 100%;
  border-radius: 4px;
  background-color: #C1310F;
}
.cart-item-replace-modal__close-button {
  margin-top: 12px;
  font-weight: 300;
  font-size: 12px;
  padding: 8px 0px;
  color: #333333;
  letter-spacing: 0.48px;
  width: 100%;
  border-radius: 4px;
  background-color: #DDDDDD;
}

.payment-contents-ttl h1 {
  padding-left: 4px;
  font-size: 16px;
  font-weight: 600;
}

.payment-form-navi li {
  width: auto !important;
}

.shipping-section__update-button {
  display: none;
}
.shipping-section__unset-message {
  margin-top: 64px;
  letter-spacing: 0.28px;
  font-weight: 300;
  text-align: center;
}
.shipping-section__add-button {
  margin: 16px auto 70px auto;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.48px;
  color: #FFFFFF;
  width: 200px;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  text-align: center;
  display: block;
}
.shipping-section__customer-name {
  font-weight: 300;
  letter-spacing: 0.56px;
}
.shipping-section__shipping-update-link {
  margin-top: 2px;
  float: right;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}
.shipping-section__zipcode {
  margin-top: 16px;
  font-weight: 300;
  letter-spacing: 0.28px;
}
.shipping-section__misc {
  font-weight: 300;
  letter-spacing: 0.28px;
}

.select-card-item {
  padding: 24px 16px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  border-radius: 4px;
}
.select-card-item__select-radio-wrapper {
  width: 76px;
}
.select-card-item__select-radio-mypage-wrapper {
  margin-top: 25px;
}
.select-card-item__select-radio {
  opacity: 0;
}
.select-card-item__select-radio:checked + label:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 7px;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  top: 4px;
  left: -14px;
  transform: rotate(-45deg);
}
.select-card-item__select-radio:checked + .select-card-item__select-radio-label:before {
  background-color: #000000;
}
.select-card-item__select-radio-label {
  position: relative;
  font-weight: 300;
  letter-spacing: 0.56px;
  color: #000000;
}
.select-card-item__select-radio-label:before {
  content: "";
  background-color: #FFFFFF;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: -20px;
  border: 2px solid #ccc;
  border-radius: 50%;
}
.select-card-item__logo-card {
  float: left;
  height: 35px;
  width: auto;
  margin: -15px 18px;
  text-align: left;
}
.select-card-item__logo-card-visa {
  float: right;
  margin-right: 8px;
  height: 24px;
  width: auto;
}
.select-card-item__logo-card-master {
  float: right;
  margin-right: 8px;
  height: 32px;
  width: auto;
  margin-top: -2px;
}
.select-card-item__logo-card-amex {
  float: right;
  margin-right: 8px;
  height: 32px;
  width: auto;
  margin-top: -2px;
}
.select-card-item__logo-card-jcb {
  float: right;
  margin-right: 8px;
  height: 24px;
  width: auto;
}
.select-card-item__logo-card-diners {
  float: right;
  margin-right: 8px;
  height: 35px;
  width: auto;
  margin-top: -5px;
}
.select-card-item__info-card-no {
  font-weight: 300;
  letter-spacing: 0.32px;
  white-space: nowrap;
}
.select-card-item__info-card-holder {
  margin-top: 4px;
  font-weight: 300;
  letter-spacing: 0.32px;
}
.select-card-item__info-card-enable-limit {
  font-weight: 300;
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.28px;
}
.select-card-item__card-delete-button-wrapper {
  margin-left: 5px;
  float: right;
}
.select-card-item__card-delete-button {
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}

.card-section {
  width: 100%;
}

.payment-confirm__caution-outofstock-message-title-red, .payment-confirm__caution-message-title-red, .payment-method-section__caution-message-title-red, .caution-validation-error, .shopping-cart__caution-message-title-red {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.13px;
  color: #C1310F;
  text-align: center;
}
.payment-confirm__caution-outofstock-message-title-red a, .payment-confirm__caution-message-title-red a, .payment-method-section__caution-message-title-red a, .caution-validation-error a, .shopping-cart__caution-message-title-red a {
  font-weight: 600;
}

.shipping-confirm__title, .shipping-input__title, .cart-shipping-list__title, .payment-method-section__title, .shipping-section__title-cart, .shipping-section__title-mypage {
  background-color: #1F3134;
  padding: 3px 16px 3px;
  font-weight: 300;
  color: #FFFFFF;
}

.payment-method-section {
  width: 100%;
}
.payment-method-section__title-notice {
  font-weight: 300;
  font-size: 10px;
}
.payment-method-section__select-cards {
  margin: 24px 16px 0 16px;
}
.payment-method-section__add-new-card-wrapper {
  margin: auto 16px;
}
.payment-method-section__add-new-card-wrapper-button {
  margin: 0px 0px 24px 0px;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  text-align: left;
  font-weight: 300;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  position: relative;
}
.payment-method-section__add-new-card-wrapper-button::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  top: 15px;
  right: 16px;
  transform: rotate(225deg);
}
.payment-method-section__input-wrapper {
  margin-top: 24px;
}
.payment-method-section__card-company {
  width: 280px;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
.payment-method-section__logo-card-visa {
  height: 24px;
  width: auto;
}
.payment-method-section__logo-card-master {
  height: 32px;
  width: auto;
  margin-top: -3px;
}
.payment-method-section__logo-card-amex {
  height: 32px;
  width: auto;
  margin-top: -4px;
}
.payment-method-section__logo-card-jcb {
  height: 24px;
  width: auto;
}
.payment-method-section__logo-card-diners {
  height: 35px;
  width: auto;
  margin-top: -6px;
}
.payment-method-section__card-no-wrapper {
  margin-top: 24px;
}
.payment-method-section__card-no-confirm-wrapper {
  margin-top: 16px;
  margin-left: 16px;
  display: flex;
}
.payment-method-section__card-no-label {
  font-weight: 300;
  font-size: 12px;
  background-color: #FBFAF4;
  letter-spacing: 0.24px;
  display: block;
  padding: 0px 0px 0px 16px;
}
.payment-method-section__card-no-require {
  margin-top: 0px;
  margin-left: 8px;
  padding: 0px 4px;
  background-color: #FF0A0A;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 0.18px;
  color: #FFFFFF;
}
.payment-method-section__card-no-input-wrapper {
  margin-top: 13px;
  padding-left: 16px;
  padding-right: 16px;
}
.payment-method-section__card-no-input-confirm-wrapper {
  margin-top: -3px;
  padding-left: 16px;
  padding-right: 16px;
}
.payment-method-section__card-no-input {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.payment-method-section__card-no-input-notice {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #6E6E6E;
}
.payment-method-section__card-holder-wrapper {
  margin-top: 24px;
}
.payment-method-section__card-holder-label {
  font-weight: 300;
  font-size: 12px;
  background-color: #FBFAF4;
  letter-spacing: 0.24px;
  display: block;
  padding: 0px 0px 0px 16px;
}
.payment-method-section__card-holder-require {
  margin-top: 0px;
  margin-left: 8px;
  padding: 0px 4px;
  background-color: #FF0A0A;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 0.18px;
  color: #FFFFFF;
}
.payment-method-section__card-holder-input-wrapper {
  margin-top: 13px;
  padding-left: 16px;
  padding-right: 16px;
}
.payment-method-section__card-holder-input {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.payment-method-section__card-holder-input-notice {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #6E6E6E;
}
.payment-method-section__card-enable-limit-wrapper {
  margin-top: 0px;
  padding-top: 28px;
}
.payment-method-section__card-enable-limit-label {
  font-weight: 300;
  font-size: 12px;
  background-color: #FBFAF4;
  letter-spacing: 0.24px;
  display: block;
  padding: 0px 0px 0px 16px;
}
.payment-method-section__card-enable-limit-require {
  margin-top: 0px;
  margin-left: 8px;
  padding: 0px 4px;
  background-color: #FF0A0A;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 0.18px;
  color: #FFFFFF;
}
.payment-method-section__card-enable-limit-input-wrapper {
  margin-top: 13px;
  padding-left: 16px;
}
.payment-method-section__card-security-code-wrapper {
  margin-top: 24px;
  position: relative;
}
.payment-method-section__card-security-code-label {
  font-weight: 300;
  font-size: 12px;
  background-color: #FBFAF4;
  letter-spacing: 0.24px;
  display: block;
  padding: 0px 0px 0px 16px;
}
.payment-method-section__card-security-code-require {
  margin-top: 0px;
  margin-left: 8px;
  padding: 0px 4px;
  background-color: #FF0A0A;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 0.18px;
  color: #FFFFFF;
}
.payment-method-section__card-security-code-notice {
  float: right;
  margin-right: 30px;
  margin-top: -63px;
  font-weight: 300;
  font-size: 10px;
  text-decoration: underline;
  color: #0095D9;
}
.payment-method-section__card-security-code-notice-popup {
  display: none;
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
  width: calc(100% - 10px);
  padding: 20px 20px 30px 20px;
  background-color: #FFFFFF;
  top: 30px;
  right: 5px;
  border: 1px solid #0095D9;
}
.payment-method-section__card-security-code-notice-popup:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 10%;
  margin-left: -15px;
  z-index: 2;
  border-top: 9px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #FFFFFF;
  border-left: 4px solid transparent;
}
.payment-method-section__card-security-code-notice-popup:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 10%;
  margin-left: -17px;
  border-top: 9px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #0095D9;
  border-left: 4px solid transparent;
  z-index: 1;
}
.payment-method-section__card-security-code-notice-popup-title {
  width: calc(100% - 21px);
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
}
.payment-method-section__card-security-code-notice-popup-close {
  width: 16px;
  display: inline-block;
  position: relative;
  height: 16px;
  cursor: pointer;
}
.payment-method-section__card-security-code-notice-popup-close:before {
  content: "";
  width: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
  border-top: 1px solid #1F3134;
}
.payment-method-section__card-security-code-notice-popup-close:after {
  content: "";
  width: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  border-top: 1px solid #1F3134;
}
.payment-method-section__card-security-code-notice-popup-body {
  margin-top: 18px;
}
.payment-method-section__card-security-code-notice-popup-img-wrapper {
  margin-top: 20px;
  text-align: center;
}
.payment-method-section__card-security-code-notice-popup-img-card1 {
  width: 80px;
}
.payment-method-section__card-security-code-notice-popup-img-card2 {
  margin-left: 28px;
  width: 80px;
}
.payment-method-section__card-security-code-input-wrapper {
  float: left;
  margin-top: 13px;
  margin-left: 16px;
}
.payment-method-section__card-security-code-input {
  width: 100px !important;
  margin-left: 16px;
  margin-top: 13px;
}
.payment-method-section__card-save-wrapper {
  margin-top: 32px;
  clear: both;
}
.payment-method-section__card-save {
  margin: auto auto auto auto;
  padding-left: 22px;
}
.payment-method-section__card-save-checkbox {
  opacity: 0;
}
.payment-method-section__card-save-checkbox:checked + label:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 7px;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  top: 4px;
  left: -26px;
  transform: rotate(-45deg);
}
.payment-method-section__card-save-checkbox:checked + .payment-method-section__card-save-label:before {
  background-color: #000000;
}
.payment-method-section__card-save-label {
  position: relative;
  font-weight: 300;
  letter-spacing: 0.56px;
  color: #000000;
}
.payment-method-section__card-save-label:before {
  content: "";
  background-color: #FFFFFF;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -1px;
  left: -31px;
  border: 2px solid #ccc;
  border-radius: 50%;
}
.payment-method-section__card-save-notice {
  margin-left: 24px;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #6E6E6E;
}
.payment-method-section__caution-message-title-red {
  margin-top: 30px;
  clear: both;
  padding: 0 20px;
}
.payment-method-section__confirm-button-wrapper {
  width: calc(100% - 16px - 16px);
  margin-top: 24px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 15px;
}
.payment-method-section__confirm-button {
  padding: 10px 0;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 4px;
}
.payment-method-section__card-enable-limit-month-year-input-wrapper {
  margin-top: 13px;
  margin-left: 16px;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
}
.payment-method-section__card-enable-limit-selection-values {
  margin-right: 10px;
  width: 100px;
}
.payment-method-section__card-enable-limit-selection-label {
  margin-right: 20px;
}
.payment-method-section__card-no-confirm {
  margin-top: 8px;
  margin-left: 0px;
}
.payment-method-section__card-holder-confirm {
  margin-top: 8px;
  margin-left: 0px;
}
.payment-method-section__card-enable-limit-confirm {
  margin-top: 8px;
  margin-left: 16px;
}
.payment-method-section__card-security-confirm {
  margin-top: 8px;
  margin-left: 16px;
}
.payment-method-section__form-back-button-wrapper {
  width: calc(100% - 16px - 16px);
  margin: 32px auto 48px auto;
}
.payment-method-section__form-back-button {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 7px;
  background-color: #DDDDDD;
  border-radius: 4px;
  letter-spacing: 0.48px;
  color: #333333;
  font-weight: 300;
  font-size: 12px;
}
.payment-method-section__card-list-back-button-wrapper {
  width: 340px;
  margin: auto;
}
.payment-method-section__card-list-back-button {
  display: block;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 7px;
  background-color: #DDDDDD;
  border-radius: 4px;
  letter-spacing: 0.48px;
  text-align: center;
  color: #333333;
  font-weight: 300;
  font-size: 12px;
}
.payment-method-section__recentry-back-button-wrapper {
  width: calc(100% - 16px - 16px);
  margin: 32px 16px 48px auto;
}
.payment-method-section__recentry-back-button {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 7px;
  background-color: #DDDDDD;
  border-radius: 4px;
  letter-spacing: 0.48px;
  color: #333333;
  font-weight: 300;
  font-size: 12px;
}

.cart-payment-register-credit-card__title {
  padding-left: 16px;
  font-weight: 300;
}
.cart-payment-register-credit-card__back-button-wrapper {
  width: calc(100% - 16px - 16px);
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.cart-payment-register-credit-card__back-button {
  display: block;
  padding-top: 8px;
  padding-bottom: 7px;
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.48px;
  color: #333333;
  background-color: #DDDDDD;
  border-radius: 4px;
}

.payment-confirm__caution-outofstock-message-title-red, .payment-confirm__caution-message-title-red, .caution-validation-error, .shopping-cart__caution-message-title-red, .payment-method-section__caution-message-title-red {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.13px;
  color: #C1310F;
  text-align: center;
}
.payment-confirm__caution-outofstock-message-title-red a, .payment-confirm__caution-message-title-red a, .caution-validation-error a, .shopping-cart__caution-message-title-red a, .payment-method-section__caution-message-title-red a {
  font-weight: 600;
}

.shipping-confirm__title, .shipping-input__title, .cart-shipping-list__title, .shipping-section__title-cart, .shipping-section__title-mypage, .payment-method-section__title {
  background-color: #1F3134;
  padding: 3px 16px 3px;
  font-weight: 300;
  color: #FFFFFF;
}

.payment-confirm__cart-detail-title {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 16px;
  background-color: #1F3134;
  font-weight: 300;
  color: #FFFFFF;
}
.payment-confirm__number-of-books {
  display: flex;
  justify-content: space-between;
}
.payment-confirm__number-of-books-title {
  font-weight: 300;
  font-size: 16px;
}
.payment-confirm__number-of-books-value {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.payment-confirm__items-summary {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 12px;
}
.payment-confirm__items-summary-title {
  font-weight: 300;
  font-size: 16px;
}
.payment-confirm__items-summary-tax {
  font-size: 11px;
  font-weight: 300;
}
.payment-confirm__items-summary-value {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.payment-confirm__buy-campaign {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 16px;
  color: #c1310f;
  padding-top: 12px;
}
.payment-confirm__buy-campaign-title {
  font-weight: 300;
  font-size: 16px;
}
.payment-confirm__buy-campaign-price {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.payment-confirm__shipping-cost {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
.payment-confirm__shipping-cost-title {
  font-weight: 300;
  font-size: 16px;
}
.payment-confirm__shipping-cost-price {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.payment-confirm__subtotal {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  border-top: 1px #DDDDDD solid;
  padding-top: 19px;
}
.payment-confirm__subtotal-title {
  font-weight: 300;
  font-size: 16px;
}
.payment-confirm__subtotal-price {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.payment-confirm__cart-summary {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  border-top: 1px #DDDDDD solid;
  padding-top: 19px;
}
.payment-confirm__cart-summary-title {
  font-weight: 600;
  font-size: 16px;
}
.payment-confirm__cart-summary-tax {
  font-size: 12px;
  font-weight: 300;
}
.payment-confirm__cart-summary-value {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #C1310F;
}
.payment-confirm__cart-items {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  overflow: hidden;
}
.payment-confirm__cart-item {
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
}
.payment-confirm__cart-item:last-child {
  border-bottom: none;
}
.payment-confirm__cart-item-image {
  width: 82px;
  height: 65px;
}
.payment-confirm__cart-item-image span[data-image] {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.payment-confirm__cart-item-info {
  width: calc(100% - 82px);
  padding-right: 16px;
}
.payment-confirm__cart-item-info-title {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.48px;
}
.payment-confirm__cart-item-info-label {
  font-weight: 600;
  font-size: 10px;
  color: #000000;
  background-color: #EEEEEE;
  border-radius: 4px;
  width: 80px;
  text-align: center;
}
.payment-confirm__cart-item-info-condition {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
}
.payment-confirm__cart-item-info-price {
  font-weight: 600;
  letter-spacing: 0.56px;
}
.payment-confirm__cart-item-info-price-tax {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.payment-confirm__shipping-detail {
  margin-top: 32px;
}
.payment-confirm__shipping-detail-title {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 16px;
  background-color: #1F3134;
  font-weight: 300;
  color: #FFFFFF;
}
.payment-confirm__shipping-detail-right {
  margin-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
}
.payment-confirm__shipping-customer-name {
  letter-spacing: 0.64px;
  font-weight: 300;
  font-size: 16px;
}
.payment-confirm__shipping-zipcode {
  margin-top: 12px;
  font-weight: 300;
  letter-spacing: 0.28px;
}
.payment-confirm__shipping-address1 {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.payment-confirm__shipping-address2 {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.payment-confirm__shipping-tell {
  margin-top: 12px;
  letter-spacing: 0.32px;
  font-weight: 300;
  font-size: 16px;
}
.payment-confirm__payment-method-detail {
  margin-top: 32px;
}
.payment-confirm__payment-method-title {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 16px;
  background-color: #1F3134;
  font-weight: 300;
  color: #FFFFFF;
}
.payment-confirm__payment-method-right {
  margin-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
}
.payment-confirm__select-payment-method {
  font-weight: 600;
  letter-spacing: 0.28px;
}
.payment-confirm__select-cards {
  margin-top: 12px;
  display: flex;
}
.payment-confirm__logo-card-visa {
  margin-right: 16px;
  height: 24px;
  width: auto;
}
.payment-confirm__logo-card-master {
  margin-right: 16px;
  height: 32px;
  width: auto;
  margin-top: -3px;
}
.payment-confirm__logo-card-amex {
  margin-right: 16px;
  height: 32px;
  width: auto;
  margin-top: -4px;
}
.payment-confirm__logo-card-jcb {
  margin-right: 16px;
  height: 24px;
  width: auto;
}
.payment-confirm__logo-card-diners {
  margin-right: 16px;
  height: 35px;
  width: auto;
  margin-top: -6px;
}
.payment-confirm__info-card-no {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.payment-confirm__info-card-holder {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.payment-confirm__info-card-enable-limit {
  font-weight: 300;
  letter-spacing: 0.24px;
}
.payment-confirm__caution-message-title-red {
  padding-top: 24px;
}
.payment-confirm__caution-outofstock-message-title-red {
  padding-top: 24px;
}
.payment-confirm__notice-area {
  margin-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
}
.payment-confirm__attention-area {
  padding: 25px 16px;
  background-color: #F4F4F4;
  border-radius: 4px;
}
.payment-confirm__attention-area-title {
  margin-bottom: 11px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.48px;
  color: #000000;
  position: relative;
  display: inline-block;
}
.payment-confirm__attention-area-title:before {
  content: "";
  background-color: #000000;
  width: 2px;
  top: 3px;
  left: -7px;
  height: 12px;
  position: absolute;
}
.payment-confirm__attention-area-title:after {
  content: "";
  background-color: #000000;
  width: 2px;
  top: 3px;
  right: -7px;
  height: 12px;
  position: absolute;
}
.payment-confirm__attention-message-p1, .payment-confirm__attention-message-p2, .payment-confirm__attention-message-p3 {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.48px;
  color: #000000;
}
.payment-confirm__notice-message-commercial {
  color: #0095D9;
}
.payment-confirm__payment-commit {
  width: 100%;
  text-align: center;
  margin: 24px auto auto auto;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #C1310F;
  border-radius: 4px;
  display: block;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #FFFFFF !important;
  -webkit-appearance: unset !important;
}
.payment-confirm__payment-commit:disabled {
  opacity: 0.5;
  cursor: default;
}
.payment-confirm__order-section {
  display: flex;
  flex-direction: column;
  margin: 0 3%;
}
.payment-confirm__check-area {
  margin: 30px 0 0 0;
}
.payment-confirm__btn-info-txt {
  display: block;
  margin-left: 7px;
  font-size: 13px;
}
.payment-confirm__btn-info-txt span {
  display: block;
}

.payment-complete {
  margin-bottom: 120px;
  padding-right: 16px;
  padding-left: 16px;
}
.payment-complete__result {
  margin-top: 80px;
}
.payment-complete__result-image-wrapper {
  width: 64px;
  height: 64px;
  margin: auto;
}
.payment-complete__result-image {
  width: 100%;
  height: 100%;
}
.payment-complete__result-notice {
  margin: 20px auto auto auto;
  text-align: center;
  color: #0095D9;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1.2px;
}
.payment-complete__complete-message-wrapper {
  margin-top: 40px;
  padding-right: 16px;
  padding-left: 16px;
}
.payment-complete__complete-message {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.39px;
}
.payment-complete__complete-message-notice {
  font-weight: 300;
  font-size: 12px;
  margin-top: 24px;
}
.payment-complete__complete-message-orderid {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}
.payment-complete__complete-message-notice-link {
  font-weight: 300;
  font-size: 12px;
  color: #0095D9;
  text-decoration: underline;
}
.payment-complete__order-confirm {
  width: 100%;
  margin: 40px auto auto auto;
  text-align: center;
}
.payment-complete__order-confirm-link {
  display: block;
  padding-top: 12px;
  padding-bottom: 11px;
  width: 100%;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 300;
  margin-top: 64px;
}

.payment-recentry__payment-method-detail-recentry {
  margin-top: 32px;
}
.payment-recentry__payment-method-title-recentry {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 16px;
  background-color: #1F3134;
  font-weight: 300;
  color: #FFFFFF;
}
.payment-recentry__select-payment-method-recentry {
  font-weight: 600;
  letter-spacing: 0.28px;
}
.payment-recentry__select-cards-recentry {
  margin-top: 12px;
  display: flex;
}
.payment-recentry__logo-card {
  float: left;
  height: 35px;
  width: auto;
  margin-top: -5px;
  margin-right: 15px;
  margin-left: 0px;
  margin-bottom: -5px;
  text-align: left;
}
.payment-recentry__info-card-no-recentry {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.payment-recentry__info-card-holder-recentry {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.payment-recentry__info-card-enable-limit-recentry {
  font-weight: 300;
  letter-spacing: 0.24px;
}
.payment-recentry__card-recentry-change-link {
  float: right;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
  margin-top: 2px;
}
.payment-recentry__card-recentry-change-button {
  display: none;
}

.cart-shipping-list__shipping-area {
  padding: 24px 16px 0 16px;
}
.cart-shipping-list__shipping-detail-wrapper {
  display: flex;
  padding-bottom: 18px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 15px;
}
.cart-shipping-list__select-radio-wrapper {
  width: 28px;
}
.cart-shipping-list__select-radio {
  opacity: 0;
}
.cart-shipping-list__select-radio:checked + label:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 7px;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  top: 4px;
  left: -16px;
  transform: rotate(-45deg);
  margin-top: 5px;
  margin-left: -3px;
}
.cart-shipping-list__select-radio-label {
  position: relative;
  font-weight: 300;
  letter-spacing: 0.56px;
  color: #000000;
}
.cart-shipping-list__select-radio-label:before {
  content: "";
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: -20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin-top: 5px;
  margin-left: -4px;
}
input:checked + .cart-shipping-list__select-radio-label:before {
  background-color: #000000;
  margin-top: 4px;
  margin-left: -4px;
}
.cart-shipping-list__set-wrapper {
  width: calc(100% - 28px - 80px);
}
.cart-shipping-list__shipping-selected {
  margin-top: 6px;
  font-weight: 600;
}
.cart-shipping-list__shipping-customer-name {
  margin-top: 6px;
  font-weight: 300;
  letter-spacing: 0.56px;
}
.cart-shipping-list__shipping-zipcode {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.cart-shipping-list__shipping-address1 {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.cart-shipping-list__shipping-address2 {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.cart-shipping-list__shipping-tell {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.cart-shipping-list__shipping-update-button-wrapper {
  margin-top: 42px;
  width: 80px;
}
.cart-shipping-list__shipping-update-button {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 5px;
  background-color: #FFFFFF;
  font-weight: 300;
  font-size: 12px;
  color: #0095D9 !important;
  border: 1px solid #0095D9;
}
.cart-shipping-list__update-button {
  display: none;
}
.cart-shipping-list__add-shipping-button-wrapper {
  margin-right: -16px;
  margin-left: -16px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.cart-shipping-list__add-shipping-button {
  padding-top: 20px;
  padding-bottom: 19px;
  padding-left: 16px;
  font-weight: 300;
  color: #000000;
  text-align: left;
  position: relative;
  margin-right: 20px;
}
.cart-shipping-list__add-shipping-button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  top: 28px;
  right: 14px;
  transform: rotate(225deg);
}
.cart-shipping-list__add-shipping-icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-top: 6px;
}
.cart-shipping-list__select-button-wrapper {
  width: calc(100% - 16px - 16px);
  margin: 32px auto 48px auto;
}
.cart-shipping-list__select-button {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 7px;
  background-color: #DDDDDD;
  border-radius: 4px;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #333333;
  letter-spacing: 0.48px;
}

.shipping-input__copy-address-button-wrapper {
  display: inline;
  margin-left: 16px;
}
.shipping-input__copy-address-button {
  width: 140px;
  margin-right: 24px;
  padding-top: 4px;
  padding-bottom: 3px;
  border-radius: 4px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  color: #333;
  background-color: #ddd;
}
.shipping-input__customer-name-title {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  background: #fbfaf5;
  font-size: 12px;
}
.shipping-input__customer-name-require {
  line-height: 1em;
  padding: 0 2px;
  margin-left: 10px;
  background-color: #FF0A0A;
  font-size: 8px;
  text-align: center;
  color: #FFFFFF;
}
.shipping-input__customer-name-data {
  padding: 14px 12px;
}
.shipping-input__customer-name-wrapper {
  display: flex;
}
.shipping-input__customer-last-name-input {
  margin-right: 12px !important;
  width: 120px !important;
}
.shipping-input__customer-first-name-input {
  width: 120px !important;
}
.shipping-input__customer-name-kana-title {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  background: #fbfaf5;
  font-size: 12px;
}
.shipping-input__customer-name-kana-require {
  line-height: 1em;
  padding: 0 2px;
  margin-left: 10px;
  background-color: #FF0A0A;
  font-size: 8px;
  text-align: center;
  color: #FFFFFF;
}
.shipping-input__customer-name-kana-data {
  padding: 14px 12px;
}
.shipping-input__customer-name-kana-wrapper {
  display: flex;
}
.shipping-input__customer-last-name-kana-input {
  margin-right: 12px !important;
  width: 120px !important;
}
.shipping-input__customer-first-name-kana-input {
  width: 120px !important;
}
.shipping-input__customer-postcode-title {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  background: #fbfaf5;
  font-size: 12px;
}
.shipping-input__customer-postcode-require {
  line-height: 1em;
  padding: 0 2px;
  margin-left: 10px;
  background-color: #FF0A0A;
  font-size: 8px;
  text-align: center;
  color: #FFFFFF;
}
.shipping-input__customer-postcode-data {
  padding: 14px 12px;
}
.shipping-input__customer-postcode-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.shipping-input__customer-postcode-input {
  margin-right: 12px !important;
  width: 120px !important;
}
.shipping-input__customer-postcode-button-wrapper {
  width: calc(100% - 120px - 12px);
}
.shipping-input__customer-postcode-button {
  width: 90px;
  margin-top: 5px;
  margin-right: 24px;
  padding-top: 4px;
  padding-bottom: 3px;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  color: #FFFFFF;
  background-color: #727171;
}
.shipping-input__customer-postcode-notice {
  margin-top: 5px;
  font-weight: 300;
  font-size: 13px;
  color: #0095D9;
}
.shipping-input__customer-pref-title {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  background: #fbfaf5;
  font-size: 12px;
}
.shipping-input__customer-pref-data {
  padding: 14px 12px;
}
.shipping-input__customer-pref-input-wrapper {
  width: 100%;
}
.shipping-input__customer-pref-input-notice {
  margin-top: 8px;
  font-weight: 300;
  font-size: 9px;
  color: #666666;
}
.shipping-input__customer-address1-title {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  background: #fbfaf5;
  font-size: 12px;
}
.shipping-input__customer-address1-require {
  line-height: 1em;
  padding: 0 2px;
  margin-left: 10px;
  background-color: #FF0A0A;
  font-size: 8px;
  text-align: center;
  color: #FFFFFF;
}
.shipping-input__customer-address1-data {
  padding: 14px 12px;
}
.shipping-input__customer-address1-input-wrapper {
  width: 100%;
}
.shipping-input__customer-address1-input-notice {
  margin-top: 8px;
  font-weight: 300;
  font-size: 9px;
  color: #666666;
}
.shipping-input__customer-address2-title {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  background: #fbfaf5;
  font-size: 12px;
}
.shipping-input__customer-address2-data {
  padding: 14px 12px;
}
.shipping-input__customer-address2-input-wrapper {
  width: 100%;
}
.shipping-input__customer-address2-input-notice {
  margin-top: 8px;
  font-weight: 300;
  font-size: 9px;
  color: #666666;
}
.shipping-input__customer-tell-title {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  background: #fbfaf5;
  font-size: 12px;
}
.shipping-input__customer-tell-require {
  line-height: 1em;
  padding: 0 2px;
  margin-left: 10px;
  background-color: #FF0A0A;
  font-size: 8px;
  text-align: center;
  color: #FFFFFF;
}
.shipping-input__customer-tell-data {
  padding: 14px 12px;
}
.shipping-input__customer-tell-wrapper {
  display: flex;
}
.shipping-input__customer-tell1-input {
  margin-right: 12px !important;
  width: 76px !important;
}
.shipping-input__customer-tell2-input {
  margin-right: 12px !important;
  width: 76px !important;
}
.shipping-input__customer-tell3-input {
  width: 76px !important;
}
.shipping-input__form-confirm-button-wrapper {
  width: calc(100% - 16px - 16px);
  margin: 24px auto;
}
.shipping-input__form-confirm-button {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 11px;
  background-color: #000000;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 300;
}
.shipping-input__form-delete-button-wrapper {
  width: calc(100% - 16px - 16px);
  margin: 24px auto auto auto;
}
.shipping-input__form-delete-button {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 11px;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #000000;
  font-weight: 300;
  border: 1px solid #000000;
}
.shipping-input__form-back-button-wrapper {
  width: calc(100% - 16px - 16px);
  margin: 32px auto 48px auto;
}
.shipping-input__form-back-button {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 7px;
  background-color: #DDDDDD;
  border-radius: 4px;
  letter-spacing: 0.48px;
  color: #333333;
  font-weight: 300;
  font-size: 12px;
}

.shipping-confirm__customer-name-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  background: #FCFBF6;
  letter-spacing: 0.24px;
  line-height: 1em;
  font-size: 12px;
}
.shipping-confirm__customer-name-data {
  padding: 18px 16px 17px 16px;
}
.shipping-confirm__customer-name-wrapper {
  display: flex;
  font-weight: 300;
  letter-spacing: 0.56px;
}
.shipping-confirm__customer-last-name-input-wrapper {
  margin-right: 16px;
}
.shipping-confirm__customer-name-kana-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  background: #FCFBF6;
  letter-spacing: 0.24px;
  line-height: 1em;
  font-size: 12px;
}
.shipping-confirm__customer-name-kana-data {
  padding: 18px 16px 17px 16px;
}
.shipping-confirm__customer-name-kana-wrapper {
  display: flex;
  font-weight: 300;
  letter-spacing: 0.56px;
}
.shipping-confirm__customer-last-name-kana-input-wrapper {
  margin-right: 16px;
}
.shipping-confirm__customer-postcode-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  background: #FCFBF6;
  letter-spacing: 0.24px;
  line-height: 1em;
  font-size: 12px;
}
.shipping-confirm__customer-postcode-data {
  padding: 18px 16px 17px 16px;
}
.shipping-confirm__customer-postcode-wrapper {
  display: flex;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.shipping-confirm__customer-pref-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  background: #FCFBF6;
  letter-spacing: 0.24px;
  line-height: 1em;
  font-size: 12px;
}
.shipping-confirm__customer-pref-data {
  padding: 18px 16px 17px 16px;
}
.shipping-confirm__customer-pref-wrapper {
  display: flex;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.shipping-confirm__customer-address1-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  background: #FCFBF6;
  letter-spacing: 0.24px;
  line-height: 1em;
  font-size: 12px;
}
.shipping-confirm__customer-address1-data {
  padding: 18px 16px 17px 16px;
}
.shipping-confirm__customer-address1-wrapper {
  display: flex;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.shipping-confirm__customer-address2-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  background: #FCFBF6;
  letter-spacing: 0.24px;
  line-height: 1em;
  font-size: 12px;
}
.shipping-confirm__customer-address2-data {
  padding: 18px 16px 17px 16px;
}
.shipping-confirm__customer-address2-wrapper {
  display: flex;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.shipping-confirm__customer-tell-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  background: #FCFBF6;
  letter-spacing: 0.24px;
  line-height: 1em;
  font-size: 12px;
}
.shipping-confirm__customer-tell-data {
  padding: 18px 16px 17px 16px;
}
.shipping-confirm__customer-tell-wrapper {
  display: flex;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.shipping-confirm__form-save-button-wrapper {
  width: calc(100% - 16px - 16px);
  margin: 24px auto auto auto;
}
.shipping-confirm__form-save-button {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 11px;
  background-color: #000000;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 300;
}
.shipping-confirm__form-back-button-wrapper {
  width: calc(100% - 16px - 16px);
  margin: 32px auto 48px auto;
}
.shipping-confirm__form-back-button {
  width: 100%;
  display: block;
  padding-top: 8px;
  padding-bottom: 7px;
  background-color: #DDDDDD;
  border-radius: 4px;
  letter-spacing: 0.48px;
  color: #333333;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
}

.purchase-histories__title {
  padding-left: 16px;
  font-weight: 300;
  font-size: 18px;
}
.purchase-histories__search-wrapper {
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
  margin-top: 6px;
}
.purchase-histories__search-wrapper:after {
  top: 6px;
  right: 25px;
  position: absolute;
}
.purchase-histories__search {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 18px;
  padding-left: 16px !important;
}
.purchase-histories__search::-moz-placeholder {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #6E6E6E;
}
.purchase-histories__search::placeholder {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #6E6E6E;
}
.purchase-histories__header-histories-count-wrapper {
  margin-top: 20px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  border-bottom: 1px solid #CCCCCC;
}
.purchase-histories__header-histories-count {
  font-weight: 300;
}
.purchase-histories__history-wrapper {
  background-color: #FFFFFF;
  padding: 24px 16px 24px 16px;
  border-bottom: 1px solid #DDDDDD;
}
.purchase-histories__history-header-purchase-date {
  font-weight: 300;
  display: block;
}
.purchase-histories__history-header-purchase-number {
  font-weight: 300;
  display: block;
}
.purchase-histories__history-body-book-list-wrapper {
  margin-bottom: 2rem;
}
.purchase-histories__history-body-book-list {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.purchase-histories__history-body-book-data {
  width: 72px;
  height: auto;
}
.purchase-histories__history-body-book-data span[data-image] {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.purchase-histories__history-body-detail-button {
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 7px;
  background-color: #000000;
  border-radius: 4px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
}
.purchase-histories__history-body-contents {
  margin-bottom: 16px;
}
.purchase-histories__history-body-book-item-details {
  width: 100%;
  flex-direction: column;
  margin: auto;
}
.purchase-histories__history-body-book-item-header {
  margin: 2em auto 1em auto;
}
.purchase-histories__history-body-book-item-header-text {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}
.purchase-histories__history-body-book-item-details-list {
  display: flex;
  padding: 1em;
  border: 1px solid #DDDDDD;
  margin: auto auto -1px auto;
}
.purchase-histories__history-body-book-item-details-list:first-child:last-child {
  border-radius: 4px;
}
.purchase-histories__history-body-book-item-details-list:first-child {
  border-radius: 4px 4px 0 0;
}
.purchase-histories__history-body-book-item-details-list:last-child {
  border-radius: 0 0 4px 4px;
}
.purchase-histories__history-body-book-details-data {
  width: calc(100% - 72px);
  height: auto;
  margin: 0 0 0 1.2em;
  padding: 0.2em;
}
.purchase-histories__history-body-book-item-title {
  font-size: 14px;
}
.purchase-histories__history-body-book-item-comicset {
  font-weight: 600;
  font-size: 10px;
  color: #000000;
  background-color: #EEEADB;
  border-radius: 4px;
  width: 80px;
  text-align: center;
}
.purchase-histories__history-body-book-item-condition {
  font-size: 13px;
  margin-top: 1rem;
}
.purchase-histories__history-body-book-item-price-amount {
  font-size: 13px;
}
.purchase-histories__history-body-detail-button-pc {
  display: none;
}
.purchase-histories__history-body-summary {
  margin: 1em;
  padding: 1em;
  font-size: 16px;
}

.search_button_box {
  top: 0.3rem;
  right: 1.5rem;
}

.purchase-history-detail__title {
  padding-left: 16px;
  font-weight: 300;
  font-size: 18px;
}
.purchase-history-detail__header {
  margin-top: 22px;
  padding-right: 16px;
  padding-left: 16px;
}
.purchase-history-detail__header-purchase-date {
  display: block;
}
.purchase-history-detail__header-purchase-number {
  display: block;
}
.purchase-history-detail__summary {
  background-color: #FBFAF5;
  margin-top: 18px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 26px 18px 28px 20px;
}
.purchase-history-detail__summary-book-of-count-wrapper {
  display: flex;
  justify-content: space-between;
}
.purchase-history-detail__summary-book-of-count-label {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.48px;
  color: #333333;
}
.purchase-history-detail__summary-book-of-count {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.purchase-history-detail__summary-books-price-wrapper {
  display: flex;
  justify-content: space-between;
}
.purchase-history-detail__summary-books-price-label {
  font-weight: 300;
}
.purchase-history-detail__summary-books-price-tax {
  font-weight: 300;
  font-size: 11px;
}
.purchase-history-detail__summary-books-price {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.purchase-history-detail__summary-shipping-wrapper {
  display: flex;
  justify-content: space-between;
}
.purchase-history-detail__summary-shipping-label {
  font-weight: 300;
}
.purchase-history-detail__summary-shipping {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.purchase-history-detail__summary-total-price-wrapper {
  margin-top: 12px;
  border-top: 1px solid #1F3134;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.purchase-history-detail__summary-total-price-label {
  font-weight: 600;
}
.purchase-history-detail__summary-total-price-tax {
  font-weight: 300;
  font-size: 11px;
}
.purchase-history-detail__summary-total-price {
  font-weight: 600;
  letter-spacing: 0.28px;
}
.purchase-history-detail__buy_campaign {
  margin-top: 8px;
  text-align: right;
  font-size: 12px;
  color: #dd0022;
}
.purchase-history-detail__order-wrapper {
  margin-top: 24px;
  margin-right: 16px;
  margin-left: 16px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.purchase-history-detail__shipping-wrapper {
  padding: 24px;
}
.purchase-history-detail__shipping-label {
  font-weight: 600;
}
.purchase-history-detail__shipping-data {
  margin-top: 5px;
}
.purchase-history-detail__shipping-customer-name {
  font-weight: 300;
  font-size: 16px;
}
.purchase-history-detail__shipping-zipcode {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.purchase-history-detail__shipping-address1 {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.purchase-history-detail__shipping-address2 {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.purchase-history-detail__shipping-tell {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.purchase-history-detail__payment-wrapper {
  padding: 24px;
  margin-top: 5px;
  border-top: 1px solid #DDDDDD;
}
.purchase-history-detail__payment-label {
  font-weight: 600;
}
.purchase-history-detail__payment-data {
  margin-top: 8px;
}
.purchase-history-detail__payment-method {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.purchase-history-detail__payment-credit-wrapper {
  margin-top: 8px;
  display: flex;
}
.purchase-history-detail__logo-card-visa {
  margin-right: 16px;
  height: 24px;
  width: auto;
}
.purchase-history-detail__logo-card-master {
  margin-right: 16px;
  height: 32px;
  width: auto;
  margin-top: -3px;
}
.purchase-history-detail__logo-card-amex {
  margin-right: 16px;
  height: 32px;
  width: auto;
  margin-top: -4px;
}
.purchase-history-detail__logo-card-jcb {
  margin-right: 16px;
  height: 24px;
  width: auto;
}
.purchase-history-detail__logo-card-diners {
  margin-right: 16px;
  height: 35px;
  width: auto;
  margin-top: -6px;
}
.purchase-history-detail__info-card-no {
  font-weight: 300;
  letter-spacing: 0.28px;
}
.purchase-history-detail__order-detail-header {
  margin-top: 32px;
  padding-top: 7px;
  padding-bottom: 6px;
  padding-left: 16px;
  background-color: #F5F5F5;
}
.purchase-history-detail__order-detail-title {
  display: inline-block;
  width: calc(100% - 170px);
  font-size: 15px;
}
.purchase-history-detail__shipping-condition-confirm-button {
  float: right;
  width: 170px;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
  position: relative;
}
.purchase-history-detail__shipping-condition-confirm-button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  top: 8px;
  right: 14px;
  transform: rotate(225deg);
}
.purchase-history-detail__shipping-group {
  padding: 30px 16px 0 16px;
}
.purchase-history-detail__shipping-group:nth-child(n+2) {
  margin-top: 24px;
  border-top: 1px solid #DDDDDD;
}
.purchase-history-detail__shipping-group-header {
  display: flex;
  justify-content: space-between;
}
.purchase-history-detail__shipping-status {
  font-weight: 600;
  font-size: 13px;
}
.purchase-history-detail__shipping-method-wrapper {
  margin-left: 16px;
}
.purchase-history-detail__shipping-method-icon--YP {
  width: 16px;
  height: 14px;
  margin-top: 5px;
}
.purchase-history-detail__shipping-method-icon--YL {
  width: 15px;
  height: 11px;
  margin-top: 7px;
}
.purchase-history-detail__shipping-method-icon--YM {
  width: 12px;
  height: 15px;
  margin-top: 5px;
}
.purchase-history-detail__shipping-method-icon--YC {
  width: 15px;
  height: 18px;
  margin-top: 2px;
}
.purchase-history-detail__shipping-method {
  font-weight: 600;
  font-size: 12px;
  color: #C1310F;
}
.purchase-history-detail__shipping-tracking-number-label {
  font-weight: 300;
  font-size: 13px;
}
.purchase-history-detail__shipping-tracking-number {
  font-weight: 300;
  font-size: 13px;
}
.purchase-history-detail__shipping-group-body-wrapper {
  margin-top: 8px;
  margin-bottom: 24px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.purchase-history-detail__shipping-group-body {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DDDDDD;
  padding: 24px 20px 24px 20px;
}
.purchase-history-detail__shipping-group-body:last-child {
  border-bottom: none;
}
.purchase-history-detail__item-image-wrapper {
  margin-right: 20px;
  width: 72px;
  height: auto;
}
.purchase-history-detail__item-image-wrapper span[data-image] {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.purchase-history-detail__item-detail-wrapper {
  width: calc(100% - 112px - 18px);
  padding-right: 18px;
  padding-bottom: 12px;
}
.purchase-history-detail__item-detail-title {
  font-weight: 300;
  font-size: 13px;
}
.purchase-history-detail__item-detail-comicset {
  font-weight: 600;
  font-size: 10px;
  color: #000000;
  background-color: #EEEADB;
  border-radius: 4px;
  width: 80px;
  text-align: center;
}
.purchase-history-detail__item-detail-label {
  border-radius: 4px;
  font-weight: 600;
  font-size: 10px;
  color: #000000;
}
.purchase-history-detail__item-detail-label--comic {
  background-color: #EEEEEE;
}
.purchase-history-detail__item-detail-label--full-set {
  background-color: #F4DBD5;
}
.purchase-history-detail__item-detail-condition-left {
  margin-top: 10px;
}
.purchase-history-detail__item-detail-condition {
  font-weight: 600;
  font-size: 12px;
}
.purchase-history-detail__item-detail-price {
  font-weight: 600;
  font-size: 12px;
}
.purchase-history-detail__item-detail-price-tax {
  font-weight: 600;
  font-size: 10px;
}
.purchase-history-detail__item-detail-condition-message {
  background-color: #F4F4F4;
  font-size: 12px;
  padding: 10px 20px;
}
.purchase-history-detail__order-inquiry-wrapper {
  margin-right: 16px;
  text-align: right;
}
.purchase-history-detail__order-inquiry {
  font-weight: 300;
  font-size: 12px;
  text-decoration: underline;
  color: #000000;
}

.contents-ttl--inquiry-top {
  padding-left: 4px;
}

.inquiry-top {
  margin-top: 20px;
  padding-right: 16px;
  padding-left: 16px;
}
.inquiry-top__question-title {
  font-weight: 300;
  text-align: center;
}
.inquiry-top__sell-block {
  margin-top: 30px;
}
.inquiry-top__sell-title {
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  margin-top: 12px;
  border-bottom: 1px solid #DDDDDD;
}
.inquiry-top__sell-question-list {
  margin-top: 14px;
}
.inquiry-top__sell-question {
  margin: 15px auto;
}
.inquiry-top__sell-question-link {
  font-weight: 300;
  text-decoration: underline;
  letter-spacing: 0.28px;
}
.inquiry-top__sell-question-more-wrapper {
  width: 100%;
}
.inquiry-top__sell-question-more {
  display: block;
  width: 100%;
  margin-top: 25px;
  font-weight: 300;
  padding-top: 8px;
  padding-bottom: 7px;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.inquiry-top__shopping-block {
  margin-top: 64px;
}
.inquiry-top__shopping-title {
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  border-bottom: 1px solid #DDDDDD;
}
.inquiry-top__shopping-question-list {
  margin-top: 14px;
}
.inquiry-top__shopping-question {
  margin: 15px auto;
}
.inquiry-top__shopping-question-link {
  font-weight: 300;
  text-decoration: underline;
  letter-spacing: 0.28px;
}
.inquiry-top__shopping-question-more-wrapper {
  width: 100%;
}
.inquiry-top__shopping-question-more {
  display: block;
  width: 100%;
  margin-top: 25px;
  font-weight: 300;
  padding-top: 8px;
  padding-bottom: 7px;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.inquiry-top__inquiry-link-block {
  margin-top: 80px;
}
.inquiry-top__inquiry-link-title {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}
.inquiry-top__inquiry-link-title-message {
  font-size: 12px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 25px;
}
.inquiry-top__inquiry-link-list {
  margin-top: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.inquiry-top__inquiry-link-wrapper {
  border-top: 1px solid #CCCCCC;
}
.inquiry-top__inquiry-link-wrapper:first-child {
  border-top: none;
}
.inquiry-top__inquiry-link-body {
  position: relative;
}
.inquiry-top__inquiry-link-body::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  top: 36px;
  right: 20px;
  transform: rotate(225deg);
}
.inquiry-top__inquiry-link-body-icon {
  width: 26px;
  height: auto;
  padding-top: 30px;
  padding-right: 22px;
  padding-left: 24px;
}
.inquiry-top__inquiry-link-body-icon--other {
  padding-top: 42px;
}
.inquiry-top__inquiry-link-body-text {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 300;
  font-size: 16px;
  color: #1F3134;
}
.inquiry-top__inquiry-link-body-text-bold {
  font-weight: 600;
}

.contents-ttl--inquiry-shopping {
  font-weight: 600;
  font-size: 16px;
}

.contact-input .order-number {
  margin-top: 18px;
  margin-bottom: 18px;
}
.contact-input .order-number .order-number-label {
  font-weight: 300;
  font-size: 13px;
  color: #000000;
}
.contact-input .order-number .order-number-value {
  font-weight: 300;
  font-size: 13px;
  color: #000000;
}

.withdrawal-contents .inner .withdrawal-info {
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #ff0a0a;
  font-size: 12px;
  margin-bottom: 20px;
}
.withdrawal-contents .inner .withdrawal-info h4 {
  font-weight: 800;
  margin-bottom: 10px;
  color: #ff0a0a;
}
.withdrawal-contents .inner .withdrawal-info p {
  color: #ff0a0a;
}
.withdrawal-contents .inner h2 {
  margin-bottom: 30px;
  text-align: center;
}

/**
 * 色
 */
/**
 * フォールバック(Deprecated)
 * 既存使用箇所があるので残っているだけ使用しないこと
 */
/**
 * 用途ごとの色
 */
#is-top #scan-float-wrapper {
  display: none !important;
}
#is-top .contents-header {
  margin-bottom: 0;
}

.campaign-banner p {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.campaign-banner a {
  display: block;
}
.campaign-banner span {
  display: block;
}
@media screen and (min-width: 896px) {
  .campaign-banner p {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 4px 0 0;
  }
  .campaign-banner .campaign-image {
    width: 700px;
    height: 64px;
  }
}
@media screen and (max-width: 896px) {
  .campaign-banner {
    width: 100vw;
  }
}

.inner .help-main {
  box-sizing: border-box;
}
.inner .help-main section {
  margin-bottom: 30px;
}
.inner .help-main section h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.inner .help-main section .spec-info {
  margin-top: 20px;
}
.inner .help-main section .spec-info dt {
  margin-bottom: 10px;
  margin-left: -0.5em;
}
.inner .help-main section .spec-info dd ul li {
  margin-bottom: 10px;
  list-style: circle inside;
}
.inner .help-main .basic-guide-line h2, .inner .help-main .basic-guide-line h3, .inner .help-main .basic-guide-line h4, .inner .help-main .used-guide-line h2, .inner .help-main .used-guide-line h3, .inner .help-main .used-guide-line h4 {
  text-align: left;
  font-size: 15px;
  margin: 0;
}
.inner .help-main .basic-guide-line .mail-address, .inner .help-main .used-guide-line .mail-address {
  width: 144px;
  margin-top: 7px;
  display: inline-block;
}
.inner .help-main .used-guide-line h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.inner .help-main .used-guide-line ul {
  margin-top: 25px;
}
.inner .help-main .used-guide-line ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 25px;
}
.inner .help-main .used-guide-line ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #1F3134;
  position: absolute;
  left: 0;
  top: 7px;
}
.inner .help-main .used-guide-line .dealings-txt dt {
  list-style: none;
  margin: 25px 0 0;
  font-weight: normal;
  font-size: 15px;
}
.inner .help-main .used-guide-line .dealings-txt dd {
  padding: 0 0 0 15px;
}
.inner .help-main .used-guide-line .used-guide-line-separator {
  padding-bottom: 35px;
  margin-bottom: 35px;
  position: relative;
}
.inner .help-main .used-guide-line .used-guide-line-separator:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 1px;
  background-color: #1F3134;
}
.inner .help-main .dealings-txt {
  margin-bottom: 20px;
  color: #1F3134;
}
.inner .help-main .dealings-txt dt {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
  display: list-item;
  list-style-type: decimal;
  list-style-position: inside;
}
.inner .help-main .dealings-txt dd {
  font-size: 15px;
  padding-bottom: 20px;
}
.inner .help-main .dealings-txt ul, .inner .help-main .dealings-txt ol {
  margin-bottom: 25px;
}
.inner .help-main .dealings-txt ul:last-child, .inner .help-main .dealings-txt ol:last-child {
  margin-bottom: 0;
}
.inner .help-main .dealings-txt ol {
  list-style-type: decimal;
  padding-left: 25px;
}
.inner .help-main .destination-name {
  text-align: right;
}

#contents hr.sell-line, #contents-fixed hr.sell-line {
  border-top: 1px dotted #ccc;
  background: none;
  box-shadow: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto 40px;
}

.btn-black a {
  background: #1f3134;
  border: 0;
}

.btn-white a {
  background: #fff;
  color: #23CCCC;
  border: 0;
}

.btn-blue {
  background: #0095D9;
  border-radius: 100px;
  padding: 30px 60px;
  margin: 0 auto;
  display: table;
  text-align: center;
  color: #fff;
  font-size: 27px;
  line-height: 1;
}

ul.sell-step-picture {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* Safari */
  align-items: stretch;
  width: 100%;
  margin: 0 auto 20px;
}
ul.sell-step-picture li {
  text-align: center;
  line-height: 1;
}
ul.sell-step-picture li:nth-child(even) {
  border-top: 1px solid #1f3134;
  margin: 4vh 2vw 0;
  width: 10%;
  text-indent: -9999px;
}
ul.sell-step-picture em {
  box-sizing: border-box;
  min-width: 4em;
  padding: 5px;
  margin: 20px auto 0;
  display: block;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  font-style: normal;
  line-height: 1;
}

article#sell-intro-mypage {
  background: #F7F7F7;
  padding-bottom: 40px;
}
article#sell-intro-mypage h3 {
  font-size: 6vw;
  line-height: 1.5;
  padding: 40px 0 20px;
}
article#sell-intro-mypage section.main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
article#sell-intro-mypage section.main h3 {
  font-size: 6vw;
  line-height: 1.5;
}
article#sell-intro-mypage section.main dl {
  flex-basis: 20%;
  margin: 0 10px 0 0;
}
article#sell-intro-mypage section.main dt {
  text-align: center;
  margin: 0 0 10px 0;
}
article#sell-intro-mypage section.main dd {
  text-align: center;
  font-size: 3vw;
  line-height: 1.75;
  font-style: normal;
}
article#sell-intro-mypage section.main dl:nth-child(4) {
  margin: 0;
}
article#sell-intro-mypage section.sub {
  padding: 0 0 40px;
}
article#sell-intro-mypage section.sub dl {
  *zoom: 1;
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  padding: 0 0 20px;
}
article#sell-intro-mypage section.sub dl:after {
  content: "";
  display: table;
  clear: both;
}
article#sell-intro-mypage section.sub dl dt {
  float: left;
  width: 25%;
}
article#sell-intro-mypage section.sub dl dt img {
  width: 20vw;
  margin: 0 0 0 0;
}
article#sell-intro-mypage section.sub dl dd {
  width: 75%;
  float: left;
}
article#sell-sevice-in {
  background: #F7F7F7;
  padding-top: 40px;
  padding-bottom: 40px;
}
article#sell-sevice-in h3 {
  font-size: 5vw;
  line-height: 1.75;
  font-style: normal;
  margin: 0 0 20px 0;
}
article#otameshi-satei.estimate-search-another p.sup {
  font-size: 3vw;
  line-height: 1.75;
  font-style: normal;
  margin: 10px 0 0 0;
  padding: 0 15px;
}

article#sell-intro-main {
  background: #fbfaf5;
  padding: 40px 0 30px;
}
article#sell-intro-main h2 {
  width: 85%;
  margin: 0 auto 25px;
  font-size: 20px;
}
article#sell-intro-main .main-image {
  width: 85%;
  margin: 0 auto 25px;
}
article#sell-intro-main section.inner {
  padding: 0;
}
article#sell-intro-main p.info {
  text-align: center;
  width: 98%;
  margin: 5px auto 10px;
}
article#sell-intro-main p.info em {
  background: #000;
  border-radius: 3px;
  padding: 10px 6px;
  width: 93%;
  color: #fff;
  line-height: 1;
  font-style: normal;
  display: inline-block;
}
article#sell-intro-main .btn, article#sell-intro-main .btn-red, article#sell-intro-main .btn-green {
  clear: both;
}
article#sell-intro-main .campaign {
  color: #ff0a0a;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin: -30px 0 20px 0;
}
article#sell-intro-main .campaign span {
  display: block;
  font-size: 13px;
}
article#sell-intro-main .estimate-search-another {
  background-color: #E6E6E6;
  padding: 15px 10px;
  width: 90%;
}
article#sell-intro-main .estimate-search-another .inner h2 {
  font-size: 15px;
  width: auto !important;
  margin: 0 auto 5px !important;
}
article#sell-intro-main .estimate-search-another .inner .search-form {
  position: relative;
}
article#sell-intro-main .estimate-search-another .inner .search-form input {
  border-radius: 5px / 5px;
}
article#sell-intro-main .estimate-search-another .inner .search-form a#search {
  position: absolute;
  top: 12px;
  right: 15px;
}
article#sell-intro-main .estimate-search-another .inner .search-form a#search img {
  width: 15px;
}
article#sell-intro-main .estimate-search-another p.sup {
  padding: 0 0;
}

article#sell-intro-message {
  padding: 0 20px 20px;
}
article#sell-intro-message h3 {
  font-size: 6vw;
  line-height: 1.5;
  margin: 30px 0 20px 0;
}
article#sell-intro-message p {
  text-align: left;
  margin: 0 0 20px 0;
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
}
article#sell-intro-message .graph01 {
  width: 15%;
  margin: 0 auto 30px;
  max-width: 150px;
  min-width: 100px;
}
article#sell-intro-message .graph02 {
  width: 50%;
  min-width: 340px;
  margin: 0 auto 30px;
}
article#sell-intro-message .graph03 {
  width: 50%;
  max-width: 650px;
  min-width: 500px;
  margin: 0 auto 30px;
}
article#sell-intro-message section {
  *zoom: 1;
  text-align: center;
  padding: 0 0 20px 0;
}
article#sell-intro-message section:after {
  content: "";
  display: table;
  clear: both;
}
article#sell-intro-message section h4 {
  font-size: 5vw;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
article#sell-intro-message section p.sup {
  text-align: left;
}
article#sell-intro-message .btn-black {
  margin: -20px 0 0 0;
}

article#sell-intro-service {
  border-bottom: 1px solid #ccc;
}
article#sell-intro-service .pic {
  width: 90%;
  margin: 20px auto 30px;
}
article#sell-intro-service section.main {
  background: #23CCCC;
  padding: 20px 0 20px 0;
  margin: 0 0 30px 0;
  width: 100%;
  box-sizing: border-box;
}
article#sell-intro-service section.main .titleArea h3 {
  width: 90%;
  margin: 20px auto 30px;
  color: #fff;
}
article#sell-intro-service section.main .titleArea .graph {
  width: 95%;
  margin: 20px auto;
  color: #fff;
}
article#sell-intro-service section.sub {
  margin: 0 auto 30px;
  width: 90%;
}
article#sell-intro-service section.sub .num {
  margin: 0 0 20px 0;
  text-align: center;
}
article#sell-intro-service section.sub .num img {
  height: 40px;
}
article#sell-intro-service section.sub h4 {
  font-size: 5vw;
  line-height: 1.5;
  margin: 0 auto 20px;
  text-align: left;
}
article#sell-intro-service section.sub h4.icon01 {
  background: url(/assets/images/index/service_icon01.gif) no-repeat right center;
  background-size: 22%;
  padding: 0 26% 0 0;
}
article#sell-intro-service section.sub h4.icon02 {
  background: url(/assets/images/index/service_icon02.gif) no-repeat right center;
  background-size: 22%;
  padding: 0 26% 0 0;
}
article#sell-intro-service section.sub h4.icon03 {
  background: url(/assets/images/index/service_icon03.gif) no-repeat right center;
  background-size: 26%;
  padding: 0 26% 0 0;
}
article#sell-intro-service section.sub p {
  text-align: left;
  margin: 0 0 20px 0;
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
}
article#sell-intro-service section.sub p.sup {
  margin: 10px 0 20px 0;
}
article#sell-intro-service .estimate-search-another {
  background-color: #E6E6E6;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
article#sell-intro-service .estimate-search-another .inner h2 {
  font-size: 15px;
  width: auto !important;
  margin: 0 auto 5px !important;
}
article#sell-intro-service .estimate-search-another .inner .search-form {
  position: relative;
}
article#sell-intro-service .estimate-search-another .inner .search-form input {
  border-radius: 5px / 5px;
}
article#sell-intro-service .estimate-search-another .inner .search-form input#search-query_under {
  border-radius: 5px / 5px;
}
article#sell-intro-service .estimate-search-another .inner .search-form a#search-under {
  position: absolute;
  top: 7px;
  right: 15px;
}
article#sell-intro-service .estimate-search-another .inner .search-form a#search-under img {
  width: 15px;
}

article#sell-intro-flow {
  box-sizing: border-box;
  padding: 30px 0 30px;
  width: 90%;
  margin: 0 auto;
}
article#sell-intro-flow section {
  position: relative;
  border-top: 1px solid #1f3134;
  padding: 20px 0 20px;
  margin: 20px 0 0 0;
}
article#sell-intro-flow section .sell-flow-steps {
  width: 30px;
  position: absolute;
  top: -10px;
  left: 10px;
}
article#sell-intro-flow section p.caution {
  text-align: center;
}
article#sell-intro-flow section figure {
  width: 86px;
  margin: 0 auto 10px;
}
article#sell-intro-flow section dl {
  width: 100%;
  margin-bottom: 10px;
}
article#sell-intro-flow section dl dt {
  font-size: 5vw;
  line-height: 1.75;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}
article#sell-intro-flow section dl dd {
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  text-align: center;
}
article#sell-intro-flow section dl dd .sesame-txt {
  -webkit-text-emphasis: filled sesame #ff0a0a;
          text-emphasis: filled sesame #ff0a0a;
}
article#sell-intro-flow section dl dd .under-line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ede948 0%) repeat scroll 0 0;
}
article#sell-intro-flow section .sell-beginners {
  display: flex;
  align-items: center;
  justify-content: center;
}
article#sell-intro-flow section .sell-beginners p {
  font-size: 11px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
  background: url("/assets/images/sell/flow/icon_sell_beginners.svg") no-repeat left center;
  background-size: 53px;
  height: 53px;
}
article#sell-intro-flow section .btn, article#sell-intro-flow section .btn-red, article#sell-intro-flow section .btn-green {
  margin-top: 10px;
}
article#sell-intro-flow section:nth-of-type(1) dl dt {
  background: url("/assets/images/sell/flow/icon_sell_offer.svg") no-repeat calc(50% - 125px) top;
  background-size: 53px;
}
article#sell-intro-flow section:nth-of-type(2) dl {
  margin-bottom: 0;
}
article#sell-intro-flow section:nth-of-type(3) .sell-beginners p {
  line-height: 53px;
}

#modal-please {
  padding: 20px;
  margin: 10px 0;
}
#modal-please .modal-please-img {
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#modal-please .modal-please-img li {
  width: 50%;
}
#modal-please .modal-please-ttl {
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 16px;
}
#modal-please .modal-please-txt {
  text-align: left;
}
article#sell-partner-main section.main {
  background: #315b6d;
  padding: 40px 24px;
}
article#sell-partner-main section.main h3 {
  font-size: 11vw;
  color: #fff;
  line-height: 1.05;
  margin: 0 0 20px 0;
}
article#sell-partner-main section.main p {
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  margin: 0 auto;
  color: #fff;
  line-height: 1.8;
}
article#sell-partner-main nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 24px 0;
}
article#sell-partner-main nav dl {
  flex-basis: 30%;
  margin: 0 0 3vh 0;
  padding: 0 1vw;
}
article#sell-partner-main nav dl dt {
  margin: 0 0 1vh 0;
  text-align: center;
}
article#sell-partner-main nav dl dd {
  border: 1px solid #1f3134;
  border-radius: 100px;
  font-size: 3vw;
  line-height: 1.75;
  font-style: normal;
  text-align: center;
  line-height: 1;
  padding: 0.5vh 0;
  min-width: 7em;
  margin: 0 auto;
}
article#sell-partner-main nav dl:nth-child(6), article#sell-partner-main nav dl:nth-child(12) {
  margin: 0 0 35px 0;
}

.sell-partner-program.gray {
  background: #ddd;
}

.sell-partner-program {
  padding-bottom: 40px;
}
.sell-partner-program section.main {
  padding: 40px 0 20px 0;
}
.sell-partner-program section.main h3 {
  border: 1px solid #1f3134;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
  padding: 10px;
  min-width: 20vw;
  margin: 0 auto 40px;
  font-size: 18px;
  display: table;
}
.sell-partner-program section.main h4 {
  font-size: 5vw;
  line-height: 1.75;
  font-style: normal;
  margin: 0 0 20px;
}
.sell-partner-program section.main p.description {
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  margin: 0 0 20px;
}
.sell-partner-program section.main .btn, .sell-partner-program section.main .btn-red, .sell-partner-program section.main .btn-green {
  margin: 0 0 40px 0;
}
.sell-partner-program section.main aside.gallery {
  *zoom: 1;
  margin: 0 auto;
}
.sell-partner-program section.main aside.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.sell-partner-program section.main aside.gallery .pic {
  padding: 20px 0 0 0;
}
.sell-partner-program section.main aside.gallery .box {
  padding: 20px 0 0 0;
  text-align: left;
}
.sell-partner-program section.main aside.gallery .box a {
  margin: 0 0 10px 0;
  display: block;
}
.sell-partner-program section.main aside.gallery .box a img.nabo {
  width: 110px;
  height: 40px;
}
.sell-partner-program section.main aside.gallery .box p {
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  margin: 0 0 20px 0;
}
.sell-partner-program section.list {
  padding: 0 0 0 0;
}
.sell-partner-program section.list h5 {
  font-size: 5vw;
  line-height: 1.75;
  font-style: normal;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px;
}
.sell-partner-program section.list h5 span {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #1f3134;
  display: inline-block;
}
.sell-partner-program section.list .logo h6 {
  margin: 0 0 1em 0;
}
.sell-partner-program section.list .logo ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 20px;
}
.sell-partner-program section.list .logo ul li {
  display: flex;
  /* Safari */
  justify-content: center;
  align-items: center;
  flex-basis: 32%;
  background: #fff;
  box-sizing: border-box;
  padding: 1vh;
  margin: 0 0 1vh 0;
  text-align: center;
  /*img {
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: 0.2s linear;
  }*/
}
.sell-partner-program section.list .logo ul li.blank {
  background: none;
}
.sell-partner-program section.list .logo .credit dl {
  margin-top: 10px;
}
.sell-partner-program section.list .logo .credit dl dt {
  font-size: 10px;
}
.sell-partner-program section.list .logo .credit dl dd {
  font-size: 8px;
}

.sell-partner-university {
  display: none;
}

article.sell-documents {
  margin: 0 auto;
}
article.sell-documents section.main {
  padding: 0 0 40px 0;
  counter-reset: section;
}
article.sell-documents section.main h3 {
  font-size: 6vw;
  line-height: 1.5;
  margin: 0 0 40px 0;
}
article.sell-documents section.text {
  margin: 0 0 40px;
}
article.sell-documents section.text .list-numbering-wrapper {
  padding: 0;
  margin: 0;
  counter-reset: cnt;
}
article.sell-documents section.text .list-numbering-wrapper li {
  list-style-type: none;
  list-style-position: inside;
}
article.sell-documents section.text .list-numbering-wrapper li:before {
  content: "(" counter(cnt) ") ";
  counter-increment: cnt;
}
article.sell-documents section.text p {
  margin: 0 0 1em 0;
  counter-increment: cnt;
}
article.sell-documents section.text p em {
  font-weight: bold;
  font-size: 5vw;
  line-height: 1.75;
  font-style: normal;
}
article.sell-documents section.text p em:before {
  counter-increment: section;
  content: "第" counter(section) "条";
}
article.sell-documents section.text ol.list-numbering-wrapper.secondary {
  /*list-style-type: decimal;
  list-style-position: outside;*/
  margin: 0 0 1em 2em;
}
article.sell-documents section.text ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 1em 3em;
}
article.sell-documents section.text dl {
  margin: 0 auto 4em;
}
article.sell-documents section.text dl dt {
  border-bottom: 1px solid #ccc;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  font-weight: bold;
}
article.sell-documents .orderlist-wrapper {
  list-style: decimal;
  margin-left: 1rem;
}
article.sell-documents .orderlist-wrapper li {
  list-style: unset !important;
  margin-bottom: 1em;
}
article.sell-documents section.attention {
  border-top: 1px dotted #1f3134;
  padding: 40px 0 0 0;
}
article.sell-documents section.ex p {
  text-align: right;
}

#sell-privacy ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 1em 3em;
}

article#sell-faq-main section.main h3 {
  font-size: 6vw;
  line-height: 1.5;
  margin: 0 0 40px 0;
}
article#sell-faq-main nav:first-of-type {
  margin: 0 auto 0 auto;
}
article#sell-faq-main nav {
  *zoom: 1;
  margin: 40px auto 0 auto;
}
article#sell-faq-main nav:after {
  content: "";
  display: table;
  clear: both;
}
article#sell-faq-main nav p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
}
article#sell-faq-main nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
article#sell-faq-main nav ul li {
  box-sizing: border-box;
  flex-basis: 48%;
  padding: 36px 16px;
  border: 1px solid #000;
  margin: 0 0 1vh 0;
  list-style: none;
  display: flex;
  align-items: center;
}
article#sell-faq-main nav ul li a {
  color: #1f3134;
  font-size: 3.5vw;
  line-height: 1;
}

article#sell-faq-detail {
  padding-top: 40px;
  padding-bottom: 40px;
}
article#sell-faq-detail section:target {
  margin-top: -71px;
  padding-top: 71px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  article#sell-faq-detail section:target {
    margin-top: -145px;
    padding-top: 145px;
  }
}
@media (min-width: 1200px) {
  article#sell-faq-detail section:target {
    margin-top: -191px;
    padding-top: 191px;
  }
}
article#sell-faq-detail section h4 {
  font-size: 5vw;
  line-height: 1.75;
  font-style: normal;
  margin: 0 0 20px;
  text-align: center;
}
article#sell-faq-detail section h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
}
article#sell-faq-detail section dl {
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  margin: 0 auto 40px;
}
article#sell-faq-detail section dl em {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5vw;
  line-height: 1.75;
  font-style: normal;
  font-style: normal;
  line-height: 1;
}
article#sell-faq-detail section dl dt {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 0 0 1vw 6vw;
  margin: 0 0 1vw 0;
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
}
article#sell-faq-detail section dl dd {
  padding: 0 0 0 6vw;
  position: relative;
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
}
article#sell-faq-detail section dl img.health-insurance {
  margin: 1rem auto auto auto;
  width: 80%;
}

/* おためし査定ご利用案ページ */
.trial-assessment-guide {
  padding-top: 20px;
  /* 本棚スキャンの使い方 */
  /* バーコードスキャンの使い方 */
}
.trial-assessment-guide * {
  box-sizing: border-box;
}
.trial-assessment-guide h1 {
  font-size: 16px;
  color: #1E3439;
  margin: 0 0 0 16px;
}
.trial-assessment-guide h2 {
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.trial-assessment-guide .l-size {
  width: 100%;
  padding: 0 24px;
  margin-top: -20px;
}
.trial-assessment-guide .l-size label {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  border-radius: 30px;
  border: 2px solid #FFF;
  padding: 16px 0;
  background: #0095d9;
  color: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.trial-assessment-guide .icon-arrow label {
  position: relative;
}
.trial-assessment-guide .icon-arrow label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 0;
  margin: auto;
  border: 4px solid transparent;
  border-left: 5px solid #FFF;
}
.trial-assessment-guide .icon-arrow:last-child label {
  font-size: 0.875em;
}
.trial-assessment-guide .contents-head {
  margin-bottom: 40px;
}
.trial-assessment-guide .contents-bookshelf-scan {
  padding: 0 24px;
}
.trial-assessment-guide .contents-bookshelf-scan h2 {
  margin-bottom: 20px;
}
.trial-assessment-guide .contents-bookshelf-scan .bookshelf-scan-guide-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.trial-assessment-guide .contents-bookshelf-scan .bookshelf-scan-guide-wrapper dl {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  padding: 24px 0 48px;
}
.trial-assessment-guide .contents-bookshelf-scan .bookshelf-scan-guide-wrapper dl dd {
  padding: 24px 34px 0;
}
.trial-assessment-guide .contents-bookshelf-scan .weak-point-guide-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px;
  background-color: #F5F5F5;
}
.trial-assessment-guide .contents-bookshelf-scan .weak-point-guide-wrapper h3 {
  background: url(/assets/images/estimate/guide/icon_triangle.svg) no-repeat center center transparent;
  background-size: contain;
  text-align: center;
  flex: 1 0 100%;
  margin-bottom: 24px;
  padding: 10px 0;
  font-size: 16px;
}
.trial-assessment-guide .contents-bookshelf-scan .weak-point-guide-wrapper dl {
  flex: 0 0 32%;
  margin-bottom: 32px;
}
.trial-assessment-guide .contents-bookshelf-scan .weak-point-guide-wrapper dl dt {
  text-align: center;
  margin-bottom: 10px;
}
.trial-assessment-guide .contents-bookshelf-scan .weak-point-guide-wrapper dl dt img {
  width: 75%;
}
.trial-assessment-guide .contents-bookshelf-scan .weak-point-guide-wrapper dl dd {
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
}
.trial-assessment-guide .contents-bookshelf-scan .weak-point-guide-wrapper p {
  background: url(/assets/images/estimate/guide/icon_update.svg) no-repeat 0 center transparent;
  text-align: center;
  flex: 0 0 auto;
  margin: 0 auto;
  padding-left: 30px;
}
.trial-assessment-guide .contents-barcode-scan {
  display: flex;
  flex-direction: column;
  padding: 60px 24px 0;
}
.trial-assessment-guide .contents-barcode-scan h2 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 24px;
}
.trial-assessment-guide .contents-barcode-scan h2 b {
  font-size: 1.25em;
  font-weight: bold;
}
.trial-assessment-guide .contents-barcode-scan dl {
  width: 100%;
  color: #1F3134;
}
.trial-assessment-guide .contents-barcode-scan dl dt {
  text-align: center;
}
.trial-assessment-guide .contents-barcode-scan dl dt img {
  width: 50%;
}
.trial-assessment-guide .contents-barcode-scan dl dd {
  padding: 0 24px 24px;
}

.contact-comp .inner h2 {
  margin-bottom: 30px;
}

.library-contents {
  margin-top: -20px;
  color: #2c2c2c;
}
.library-contents * {
  box-sizing: border-box;
}
.library-contents .btn-view-sample::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .btn-view-sample::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .btn-view-library::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .btn-view-library::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .library-contents-head-inner {
  padding: 56px 12.8vw 66px;
}
.library-contents .library-contents-head-inner h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .library-contents-head-inner h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .library-contents-head-inner p {
  margin-bottom: 40px;
}
.library-contents .library-contents-head-inner p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .library-contents-head-inner p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .library-contents-head-inner:first-child {
  background-image: url(https://wcdn.valuebooks.jp/ws/site/assets/images/shelf/top/sp_image.png), url(https://wcdn.valuebooks.jp/ws/site/assets/images/shelf/top/library_ph_sp.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: right 16px bottom 0, 0 0;
  background-size: 150px 240px, cover;
  display: block;
  width: 100%;
  padding: 80px 176px 95px 10vw;
}
.library-contents .library-contents-head-inner:first-child h1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .library-contents-head-inner:first-child h1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .library-contents-head-inner:first-child ul {
  font-size: 4.2vw;
  color: #FFF;
  margin-bottom: 32px;
}
.library-contents .library-contents-head-inner:first-child ul span {
  display: block;
}
.library-contents .library-contents-head-inner:first-child .btn-view-library {
  width: 140px;
  font-size: 12px;
  padding: 10px 0;
}
.library-contents .scroll-navigation-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 0 5vw;
  margin-bottom: 55px;
}
.library-contents .scroll-navigation-wrapper .library-contents-use-nav h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .scroll-navigation-wrapper .library-contents-use-nav h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .scroll-navigation-wrapper .library-contents-use-nav p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .scroll-navigation-wrapper .library-contents-use-nav p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .scroll-navigation-wrapper .library-contents-use-nav ul {
  width: 220px;
}
.library-contents .scroll-navigation-wrapper .library-contents-use-nav ul li {
  margin-bottom: 16px;
}
.library-contents .scroll-navigation-wrapper .library-contents-use-nav ul li a {
  display: flex;
  font-size: 14px;
  padding: 7px 16px 6px;
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
  border-radius: 4px;
}
.library-contents .scroll-navigation-wrapper .library-contents-use-nav ul li a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .scroll-navigation-wrapper .library-contents-use-nav ul li a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents .scroll-navigation-wrapper .library-contents-use-nav ul li a img {
  width: 36px;
  margin-right: 8px;
}
.library-contents .scroll-navigation-wrapper .library-contents-use-nav ul li:before {
  width: 4px;
  height: 4px;
}
.library-contents .library-contents-use {
  flex-direction: column;
  padding: 56px 5vw 0;
}
.library-contents .library-contents-use .library-contents-use-wrapper {
  width: 100%;
}
.library-contents .library-contents-use .library-recommend-wrapper {
  width: calc(100% + 10vw);
  margin-left: -5vw;
}
.library-contents .library-contents-use .library-recommend-wrapper:last-child {
  margin-bottom: 0;
}
.library-contents .library-contents-use .library-recommend-wrapper .library-recommend-inner {
  background-position: 6.4vw 24px;
  padding: 40px 6.4vw 48px;
}
.library-contents .library-contents-use .library-recommend-wrapper .library-recommend-inner h4 img {
  width: 142px;
}
.library-contents .library-contents-use .library-recommend-wrapper .library-recommend-inner p {
  padding: 0 6.4vw;
}
.library-contents .library-contents-use .library-recommend-wrapper .library-recommend-inner .btn-view-library {
  width: 188px;
  color: #00475a;
  font-size: 12px;
  padding: 10px 0;
}

.library-contents-try {
  flex-direction: column;
  padding: 52px 6.4vw 120px;
  margin-bottom: -40px;
}
.library-contents-try .left-column {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.library-contents-try .left-column *::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents-try .left-column *::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents-try .left-column h3 {
  width: 152px;
}
.library-contents-try .left-column h3 img {
  width: 100%;
}
.library-contents-try .left-column h3 span {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.library-contents-try .left-column img {
  width: 200px;
  margin-bottom: 24px;
}
.library-contents-try .left-column .btn-view-sample {
  width: 116px;
}
.library-contents-try .right-column {
  height: auto;
  padding: 28px 0;
}
.library-contents-try .right-column *::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
.library-contents-try .right-column *::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}

#app .library-modal-container .modal-container {
  width: calc(100vw - 20px);
  height: calc(100vh - 50px);
  padding: 24px 34px;
  background-color: #FFF;
}
#app .library-modal-container dt {
  width: 200px;
  margin: 0 auto 24px;
}
#app .library-modal-container dd {
  font-size: 14px;
  margin-bottom: 32px;
  padding: 0 0 32px;
}
#app .library-modal-container .use-inner dl {
  flex-direction: column;
}
#app .library-modal-container .btn-view-library {
  display: block;
  background-color: #006478;
  padding: 15px;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 16px;
  color: #FFF;
}

article#renewal-main {
  background: #fff;
  /*保険用*/
  /*古いFireFox向け*/
  background: -webkit-linear-gradient(to bottom, #fff 0%, #D2F5F5 100%);
  /*古いSafariなど向け*/
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr="#fff", endColorstr="#D2F5F5", GradientType=0 );
  /*IE9以下向け*/
  background: linear-gradient(to bottom, #fff 0%, #D2F5F5 100%);
  /*正規の指定*/
  width: 100%;
  margin: 0 0 -20px;
}
article#renewal-main section.main {
  margin: 39px 0 0;
}
article#renewal-main section.main h2 img {
  width: 100%;
}
article#renewal-main section.sub {
  padding: 40px 20px 0px;
  margin: 0 auto;
}
article#renewal-main section.sub p {
  font-size: 16px;
  line-height: 1.8;
}
article#renewal-main section.sub h3 {
  font-size: 20px;
  border-top: 1px dotted #23CCCC;
  padding: 30px 0 10px 0;
  margin: 0 0 10px 0;
  color: #1A918E;
}

#sell-flow-contents {
  box-sizing: border-box;
  padding: 0 20px;
}
#sell-flow-contents section {
  position: relative;
  border-bottom: 2px solid #1f3134;
  border-top: 2px solid #1f3134;
  padding: 30px 0;
  margin: 10px 0 60px 0;
}
#sell-flow-contents section .sell-flow-steps {
  width: 30px;
  position: absolute;
  top: -10px;
  left: 10px;
}
#sell-flow-contents section figure {
  width: 86px;
  margin: 0 auto 30px;
}
#sell-flow-contents section dl {
  width: 100%;
  margin-bottom: 30px;
}
#sell-flow-contents section dl dt {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
#sell-flow-contents section dl dd {
  font-size: 14px;
  text-align: center;
}
#sell-flow-contents section dl dd .sesame-txt {
  -webkit-text-emphasis: filled sesame #ff0a0a;
          text-emphasis: filled sesame #ff0a0a;
}
#sell-flow-contents section dl dd .under-line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ede948 0%) repeat scroll 0 0;
}
#sell-flow-contents section .sell-beginners {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sell-flow-contents section .sell-beginners p {
  font-size: 11px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
  background: url("/assets/images/sell/flow/icon_sell_beginners.svg") no-repeat left center;
  background-size: 53px;
  height: 53px;
}
#sell-flow-contents section .btn, #sell-flow-contents section .btn-red, #sell-flow-contents section .btn-green {
  margin-top: 30px;
}
#sell-flow-contents section .caution {
  text-align: center;
}
#sell-flow-contents section:nth-of-type(1) dl dt {
  padding-top: 26px;
  margin-top: -26px;
  background: url("/assets/images/sell/flow/icon_sell_offer.svg") no-repeat calc(50% - 96px) top;
  background-size: 53px;
}
#sell-flow-contents section:nth-of-type(2) dl {
  margin-bottom: 0;
}
#sell-flow-contents section:nth-of-type(3) figure {
  width: 120px;
}
#sell-flow-contents section:nth-of-type(3) .sell-beginners p {
  line-height: 53px;
}
#sell-flow-contents section:nth-of-type(4) figure {
  width: 100px;
}

article#sell-about-main section.main h3 {
  font-size: 6vw;
  line-height: 1.5;
  margin: 0 0 40px 0;
}
article#sell-about-main section.main p {
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  margin: 0 0 20px;
}
article#sell-about-main section.sub {
  padding: 0 0 40px 0;
}
article#sell-about-main section.sub .icon {
  margin: 0 0 20px;
  text-align: center;
}
article#sell-about-main section.sub .icon img {
  margin: 0 10px;
  width: 50px;
  height: 50px;
}
article#sell-about-main section.sub p.tag {
  margin: 0 auto 20px;
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
}
article#sell-about-main section.sub p.text {
  font-size: 3.5vw;
}

article#sell-about-good section.main h3 {
  font-size: 6vw;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
article#sell-about-good section.main p {
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  margin: 0 0 40px;
}
article#sell-about-good section.sub {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 1em;
}
article#sell-about-good section.sub dl {
  width: 25vw;
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  padding: 0 0.5em 2em;
}
article#sell-about-good section.sub dt {
  margin: 0 0 0.5em 0;
}
article#sell-about-good section.sub dt img {
  height: 5vh;
}
article#sell-about-good section.sub dd {
  font-size: 3vw;
  line-height: 1.75;
  font-style: normal;
  text-align: center;
}

article#sell-about-bad section.main h3 {
  font-size: 6vw;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
article#sell-about-bad section.main p {
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  margin: 0 0 40px 0;
}
article#sell-about-bad section.sub .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
article#sell-about-bad section.sub dl {
  flex-basis: 28%;
  padding: 0 0.5em 2em;
}
article#sell-about-bad section.sub dt {
  text-align: center;
  margin: 0 0 1vh 0;
}
article#sell-about-bad section.sub dt img {
  width: 70%;
}
article#sell-about-bad section.sub dd {
  font-size: 3vw;
  line-height: 1.75;
  font-style: normal;
  text-align: center;
}
article#sell-about-bad section.sub h4 {
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  font-weight: bold;
}
article#sell-about-bad section.sub p {
  font-size: 3.5vw;
  line-height: 1.75;
  font-style: normal;
  padding: 0 0 40px 0;
}
article#sell-about-bad section.sub p:last-child {
  padding: 0 0 40px 0;
}
