@charset "UTF-8";
/*====================================================================================================

default setting

======================================================================================================*/
/*
	font
=========*/
/*
	color
================================*/
/*
	spacing
=================*/
/*====================================================================================================

main mixin styles

======================================================================================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

select {
  vertical-align: middle;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #222 !important;
}

button {
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
button:focus {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
  outline: none;
}

/*====================================================================================================

font styles

======================================================================================================*/
/*
	mixin
================================*/
/*
	basefont
================================*/
html {
  font-family: sans-serif;
  font-size: 62.5%;
  font-weight: normal;
}

body {
  font-family: "Lucida Grande", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.6;
  margin: 0;
  word-break: break-all;
}

.text {
  color: #222;
  font-size: 1.4rem;
}
.text--error {
  color: #222;
  font-size: 1.4rem;
  color: #FF0017;
}
@media all and (max-width: 1023px) {
  .trafficking-data .text--error {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
@media print {
  .trafficking-data .text--error {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.trafficking-data .text {
  margin-top: 20px;
}

.text-en {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.caption {
  color: #888;
  font-size: 1.2rem;
}
.caption--alert {
  color: #888;
  font-size: 1.2rem;
  color: #FF0017;
}
@media all and (max-width: 1023px) {
  .form-wrap .caption--alert {
    font-size: 1.2rem;
  }
}
@media print {
  .form-wrap .caption--alert {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 1023px) {
  .caption--alert--sm {
    font-size: 1.2rem;
  }
}
@media print {
  .caption--alert--sm {
    font-size: 1.2rem;
  }
}
.caption__list li:nth-child(n+2) {
  margin-top: 2px;
}
@media all and (max-width: 1023px) {
  .caption__list--sm > * {
    font-size: 1rem !important;
  }
}
@media print {
  .caption__list--sm > * {
    font-size: 1rem !important;
  }
}
.trafficking-data .caption__list {
  margin-top: 10px;
}
@media all and (max-width: 1023px) {
  .form-wrap .caption {
    font-size: 1rem;
  }
}
@media print {
  .form-wrap .caption {
    font-size: 1rem;
  }
}

.caption-radio {
  color: #888;
  font-size: 1.2rem;
  margin-left: 20px;
  margin-top: -5px;
  margin-bottom: 10px;
}
@media all and (max-width: 1023px) {
  .form-wrap .caption-radio {
    font-size: 1rem;
  }
}
@media print {
  .form-wrap .caption-radio {
    font-size: 1rem;
  }
}

.title {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 3px solid #9d0000;
  color: #222;
  font-size: 2.2rem;
}
@media screen and (min-width: 600px) {
  .title {
    margin-bottom: 35px;
  }
}
.title--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.title--flex .text-link {
  font-size: 1.4rem;
}
.content-front .title {
  border-bottom: 3px solid #ffdf00;
}
.data-upload .title {
  border-bottom: 3px solid #01a6de;
}
.data-upload .title .caption {
  font-size: 1rem;
  display: inline-block;
  margin-left: auto;
  font-weight: normal;
  margin-right: 10px;
}
.product-page .title {
  border-bottom: 3px solid #ff8d25;
}
.product-detail .title {
  position: relative;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  background: #9d0000;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .product-detail .title {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 240px;
    padding-left: 20px;
    border-bottom: 3px solid #9d0000;
  }
}
.product-detail .title__code {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 10px;
  background: #f7f7f7;
  color: #222;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .product-detail .title__code {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.product-detail .title__code::before {
  position: absolute;
  width: 12px;
  height: 100%;
  left: -12px;
  top: 0;
  background: linear-gradient(to top left, #f7f7f7 50%, transparent 50%) top left/100% 100% no-repeat;
  content: "";
}
@media screen and (min-width: 600px) {
  .product-detail .title__code::before {
    width: 18px;
    left: -18px;
    background: linear-gradient(to bottom left, #f7f7f7 50%, transparent 50%) top left/100% 100% no-repeat;
  }
}
.content-footer .title {
  display: flex;
  justify-content: unset;
  align-items: center;
  padding: 0;
  border-bottom: none;
}
.content-footer .title .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .content-footer .title .icon {
    margin-right: 5px;
  }
}
.content-footer .title .icon img {
  width: 35px;
  height: 35px;
}
.title--subtext {
  margin-bottom: 0;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .title--subtext {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
@media print {
  .title--subtext {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .title--subtext {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
@media print {
  .title--subtext {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
.title--subtext span {
  font-size: 1.4rem;
  font-weight: normal;
}
@media all and (min-width: 1024px) {
  .title--subtext span {
    margin-left: 15px;
    display: inline-block;
  }
}
@media print {
  .title--subtext span {
    margin-left: 15px;
    display: inline-block;
  }
}
@media all and (max-width: 1023px) {
  .title--date {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
}
@media print {
  .title--date {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
}
@media all and (min-width: 1024px) {
  .title--date {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
@media print {
  .title--date {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
.title--date span {
  font-size: 1.2rem;
  font-weight: normal;
}
@media all and (max-width: 1023px) {
  .title--date span {
    margin-bottom: 5px;
    display: block;
    text-align: right;
    width: 100%;
  }
}
@media print {
  .title--date span {
    margin-bottom: 5px;
    display: block;
    text-align: right;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .title--date span {
    display: inline-block;
    min-width: 105px;
    margin-left: 20px;
  }
}
@media print {
  .title--date span {
    display: inline-block;
    min-width: 105px;
    margin-left: 20px;
  }
}

.heading {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  background: #f7f7f7;
  color: #9d0000;
  font-size: 1.8rem;
}
@media screen and (min-width: 600px) {
  .heading {
    margin-bottom: 25px;
  }
}
.data-upload .heading {
  color: #01a6de;
}
@media all and (max-width: 1023px) {
  .data-upload .heading {
    margin-top: 40px;
  }
}
@media print {
  .data-upload .heading {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .data-upload .heading {
    margin-top: 55px;
  }
}
@media print {
  .data-upload .heading {
    margin-top: 55px;
  }
}
.product-detail .heading {
  position: relative;
  padding-left: 80px;
  border-bottom: 3px solid #ff8d25;
  color: #222;
}
.product-detail .heading .icon {
  display: flex;
  justify-content: unset;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 1px);
  padding-left: 15px;
  padding-right: 10px;
  background: #ff8d25;
}
.product-detail .heading .icon yen img {
  width: 20px;
  height: 20px;
}
.product-detail .heading .icon::before {
  position: absolute;
  width: 15px;
  height: 100%;
  right: -15px;
  top: 0;
  background: linear-gradient(to top right, #ff8d25 50%, transparent 50%) top left/100% 100% no-repeat;
  content: "";
}
.order-input .heading {
  margin-bottom: 15px;
  padding: 0;
  background: none;
}
@media screen and (min-width: 600px) {
  .order-input .heading {
    margin: 0;
  }
}

.subhead {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 4px solid #9d0000;
  color: #222;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .subhead {
    margin-bottom: 20px;
  }
}
.data-upload .subhead {
  border-left: 4px solid #01a6de;
}
.fixed-date .subhead {
  border-left: 4px solid #FF5B89;
}
.shipment-date .subhead {
  border-left: 4px solid #6BCC00;
}
.block-relation .subhead {
  border-left: 4px solid #ff8d25;
}
.product-detail .subhead {
  border-left: 4px solid #ff8d25;
}
.form-csv .subhead {
  margin-top: 30px;
}

.price {
  color: #FF0017;
  font-size: 2.2rem;
  font-weight: bold;
}
.price__yen {
  font-size: 2.2rem;
}
.price__tax {
  color: #222;
  font-size: 1.4rem;
}
.price__qty {
  color: #888;
  font-size: 1.2rem;
}

/*
	headding styles
================================*/
.component__name {
  font-size: 2rem;
  margin-bottom: 15px;
}

.content__head {
  background: #9d0000;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  font-weight: normal;
  font-size: 1.5rem;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ux9tc9");
  src: url("../fonts/icomoon.eot?ux9tc9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ux9tc9") format("truetype"), url("../fonts/icomoon.woff?ux9tc9") format("woff"), url("../fonts/icomoon.svg?ux9tc9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bag-free:before {
  content: "";
}

.icon-click:before {
  content: "";
}

.icon-review:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-hanako:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-balloon:before {
  content: "";
}

.icon-ban:before {
  content: "";
}

.icon-batch:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-coupon:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-note:before {
  content: "";
}

.icon-pallet:before {
  content: "";
}

.icon-pay:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-size:before {
  content: "";
}

.icon-template:before {
  content: "";
}

.icon-yen:before {
  content: "";
}

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.5;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.if) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
@media all and (max-width: 1023px) {
  .lb-next,
.lb-prev {
    background-size: 17% !important;
  }
}
@media print {
  .lb-next,
.lb-prev {
    background-size: 17% !important;
  }
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 1;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 1;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
  background-size: contain;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

@media all and (max-width: 1023px) {
  .hidden-sp {
    display: none !important;
  }
}
@media print {
  .hidden-sp {
    display: none !important;
  }
}

@media all and (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}
@media print {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .hidden-tb {
    display: none !important;
  }
}

@media all and (max-width: 1023px) {
  .section-product-detail {
    margin-top: 40px;
  }
}
@media print {
  .section-product-detail {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .section-product-detail {
    margin-top: 60px;
  }
}
@media print {
  .section-product-detail {
    margin-top: 60px;
  }
}
@media all and (max-width: 1023px) {
  .section-product-detail:last-of-type {
    margin-bottom: 40px;
  }
}
@media print {
  .section-product-detail:last-of-type {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1024px) {
  .section-product-detail:last-of-type {
    margin-bottom: 60px;
  }
}
@media print {
  .section-product-detail:last-of-type {
    margin-bottom: 60px;
  }
}

@media all and (max-width: 1023px) {
  .section-bottom {
    padding-bottom: 60px;
  }
}
@media print {
  .section-bottom {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 1024px) {
  .section-bottom {
    padding-bottom: 100px;
  }
}
@media print {
  .section-bottom {
    padding-bottom: 100px;
  }
}
.section-bottom.error-bottom {
  width: 100%;
}
@media all and (max-width: 1023px) {
  .section-bottom.error-bottom {
    padding-bottom: 100px;
  }
}
@media print {
  .section-bottom.error-bottom {
    padding-bottom: 100px;
  }
}

@media all and (max-width: 1023px) {
  .section-flow-bottom {
    margin-top: 35px;
    padding-bottom: 65px;
  }
}
@media print {
  .section-flow-bottom {
    margin-top: 35px;
    padding-bottom: 65px;
  }
}
@media all and (min-width: 1024px) {
  .section-flow-bottom {
    margin-top: 35px;
    padding-bottom: 70px;
  }
}
@media print {
  .section-flow-bottom {
    margin-top: 35px;
    padding-bottom: 70px;
  }
}
@media all and (min-width: 1024px) {
  .section-flow-bottom--lg {
    padding-bottom: 140px;
  }
}
@media print {
  .section-flow-bottom--lg {
    padding-bottom: 140px;
  }
}
.section-flow-bottom--none {
  padding-bottom: 0;
}

@media all and (max-width: 1023px) {
  .section-lite {
    margin-top: 25px;
    padding-bottom: 65px;
  }
}
@media print {
  .section-lite {
    margin-top: 25px;
    padding-bottom: 65px;
  }
}
@media all and (min-width: 1024px) {
  .section-lite {
    margin-top: 50px;
    padding-bottom: 70px;
  }
}
@media print {
  .section-lite {
    margin-top: 50px;
    padding-bottom: 70px;
  }
}
@media all and (min-width: 1024px) {
  .section-lite--lg {
    margin-top: 70px;
  }
}
@media print {
  .section-lite--lg {
    margin-top: 70px;
  }
}

@media all and (max-width: 1023px) {
  .section-normal {
    margin-top: 10px;
  }
}
@media print {
  .section-normal {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .section-normal {
    margin-top: 10px;
  }
}
@media print {
  .section-normal {
    margin-top: 10px;
  }
}

.section-box-bottom {
  margin-top: 20px;
}

@media all and (max-width: 1023px) {
  .section-heading-top {
    margin-top: 40px;
  }
}
@media print {
  .section-heading-top {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .section-heading-top {
    margin-top: 60px;
  }
}
@media print {
  .section-heading-top {
    margin-top: 60px;
  }
}

@media all and (max-width: 1023px) {
  .section-medium {
    margin-top: 20px;
  }
}
@media print {
  .section-medium {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .section-medium {
    margin-top: 40px;
  }
}
@media print {
  .section-medium {
    margin-top: 40px;
  }
}

.section-middle {
  margin-top: 40px;
}

.section-reset {
  margin-top: 0 !important;
}

.section-small {
  margin-top: 20px;
}

.text-link {
  text-decoration: underline;
  color: #337ab7;
}
@media all and (min-width: 1024px) {
  .text-link {
    cursor: pointer;
  }
  .text-link:hover {
    text-decoration: none;
  }
}
@media print {
  .text-link {
    cursor: pointer;
  }
  .text-link:hover {
    text-decoration: none;
  }
}

.text-center {
  text-align: center;
}
@media all and (max-width: 1023px) {
  .form-unsubscribed-text .text-center {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
@media print {
  .form-unsubscribed-text .text-center {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1024px) {
  .form-unsubscribed-text .text-center {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}
@media print {
  .form-unsubscribed-text .text-center {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}

.text-bold {
  font-weight: bold;
}

.text-kome {
  color: #222;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}

/*====================================================================================================

font styles

======================================================================================================*/
/*
	mixin
================================*/
/*
	tag
================================*/
input[type=checkbox] {
  display: none;
  /* checkboxを非表示にする */
}

.search-tag {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: 0.3s;
  color: #9d0000;
  background: #fff;
  border: 1px solid #eee;
}
input[type=checkbox]:checked + .search-tag {
  color: #fff;
  background: #9d0000;
  border: 1px solid #9d0000;
}
.search-tag--inactive {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: 0.3s;
  color: #aaa;
  background: #eee;
  border: 1px solid #eee;
}

.tag {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 1rem;
  color: #9d0000;
  background: #fff;
  border: 1px solid #eee;
}
.tag--cmyk {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 1rem;
  position: relative;
  padding-left: 18px;
  color: #9d0000;
  background: #fff;
  border: 1px solid #eee;
}
.tag--cmyk::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 6px;
}
.tag--cmyk::before {
  background: no-repeat url(../img/ico_sm_cmyk.svg);
  background-size: contain;
}
.tag--mono {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 1rem;
  position: relative;
  padding-left: 18px;
  color: #9d0000;
  background: #fff;
  border: 1px solid #eee;
}
.tag--mono::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 6px;
}
.tag--mono::before {
  background: no-repeat url(../img/ico_sm_mono.svg);
  background-size: contain;
}
.tag--disable {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 1rem;
  position: relative;
  padding-left: 18px;
  color: #9d0000;
  background: #fff;
  border: 1px solid #eee;
}
.tag--disable::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 6px;
}
.tag--disable::before {
  background: no-repeat url(../img/ico_sm_impossible.svg);
  background-size: contain;
}
.tag--required {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 1rem;
  color: #fff;
  background: #FF0017;
  border: 1px solid #FF0017;
}
.tag--feature {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 1rem;
  color: #fff;
  background: #6BCC00;
  border: 1px solid #6BCC00;
}
.tag--new {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 1rem;
  color: #fff;
  background: #ff8d25;
  border: 1px solid #ff8d25;
}
.list-item .tag {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 1rem;
  color: #fff;
  background: #FF5B89;
  border: 1px solid #FF5B89;
}

/*====================================================================================================

form styles

======================================================================================================*/
/*
	mixin
================================*/
/*
	form
================================*/
input[type=checkbox],
input[type=file] {
  display: none;
}

textarea {
  font-family: "Lucida Grande", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media all and (max-width: 1023px) {
  textarea {
    font-size: 1.6rem;
  }
}
@media print {
  textarea {
    font-size: 1.6rem;
  }
}

.form-control {
  font-family: "Lucida Grande", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #888;
  border-radius: 5px;
  font-weight: normal;
  width: 100%;
  min-height: 36px;
  resize: vertical;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .form-control {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1023px) {
  .form-control {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media print {
  .form-control {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.form-control::-moz-placeholder {
  font-size: inherit;
  box-sizing: border-box;
  font-size: 1.4rem !important;
  font-family: inherit;
}
.form-control:-ms-input-placeholder {
  font-size: inherit;
  box-sizing: border-box;
  font-size: 1.4rem !important;
  font-family: inherit;
}
.form-control::placeholder {
  font-size: inherit;
  box-sizing: border-box;
  font-size: 1.4rem !important;
  font-family: inherit;
}
@media screen and (min-width: 600px) {
  .form-control::-moz-placeholder {
    font-size: 1.4rem;
  }
  .form-control:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .form-control::placeholder {
    font-size: 1.4rem;
  }
}
.form-control.error {
  background-color: #ffd9dc;
}

.radio {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1.4rem;
}
.radio--frame {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 37px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .radio--frame:hover {
    background-color: #f7f7f7;
  }
}
.radio--frame::after {
  top: 20px;
  left: 15px;
}
.radio--frame::before {
  top: 23px;
  left: 18px;
}
@media all and (min-width: 1024px) {
  .radio--frame--flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media print {
  .radio--frame--flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.radio--frame--flex .form-item__box__label {
  white-space: nowrap;
}
@media all and (min-width: 1024px) {
  .form-item__select .radio {
    width: auto !important;
    margin-bottom: 0 !important;
  }
}
@media print {
  .form-item__select .radio {
    width: auto !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 600px) {
  .radio-2col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .radio-2col .radio {
    width: auto;
    margin-right: 30px;
  }
  .radio-2col .radio--frame {
    width: 48%;
    height: auto;
    margin-right: 10px;
  }
}

.checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 25px;
  width: 100%;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.6;
}
.checkbox::after {
  position: absolute;
  top: 2px;
  left: 0px;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #888;
  content: "";
  background: #ffffff;
  z-index: 1;
}
.checkbox::before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 6px;
  left: 4px;
  display: block;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #9d0000;
  border-left: 2px solid #9d0000;
  transform: rotate(-45deg);
  content: "";
  opacity: 0;
  z-index: 2;
}
input:checked + .checkbox::before {
  opacity: 1;
}
.checkbox--frame {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 37px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .checkbox--frame:hover {
    background-color: #f7f7f7;
  }
}
.checkbox--frame::after {
  top: 17px;
  left: 12px;
}
.checkbox--frame::before {
  top: 21px;
  left: 16px;
}
@media all and (max-width: 1023px) {
  .checkbox--nm {
    margin-bottom: 0;
  }
}
@media print {
  .checkbox--nm {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .checkbox-2col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .checkbox-2col .checkbox {
    width: auto;
    margin-right: 30px;
  }
}

.file-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background: #f7f7f7;
  min-height: 50px;
}
.file-choice .file-name {
  margin-bottom: 10px;
}
.file-name .sub-button__negative {
  white-space: nowrap;
  min-width: 66px;
  margin-left: 10px;
}
.file-name--show {
  display: flex !important;
}

.form-select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #666666;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.2;
  width: 100%;
  background-color: #ffffff;
}
@media all and (max-width: 1023px) {
  .form-select {
    height: 38px;
  }
}
@media print {
  .form-select {
    height: 38px;
  }
}
@media all and (min-width: 1024px) {
  .form-select {
    height: 35px;
  }
}
@media print {
  .form-select {
    height: 35px;
  }
}
@media all and (max-width: 1023px) {
  .form-select--shipment {
    margin-left: 20px;
    margin-top: 10px;
    width: calc(100% - 30px);
  }
}
@media print {
  .form-select--shipment {
    margin-left: 20px;
    margin-top: 10px;
    width: calc(100% - 30px);
  }
}
@media all and (min-width: 1024px) {
  .form-select--shipment {
    width: 300px;
    margin-left: 10px;
  }
}
@media print {
  .form-select--shipment {
    width: 300px;
    margin-left: 10px;
  }
}
@media all and (max-width: 1023px) {
  .form-select--method {
    margin-top: 10px;
    width: calc(100% - 30px);
  }
}
@media print {
  .form-select--method {
    margin-top: 10px;
    width: calc(100% - 30px);
  }
}
@media all and (min-width: 1024px) {
  .form-select--method {
    width: 300px;
  }
}
@media print {
  .form-select--method {
    width: 300px;
  }
}
@media all and (min-width: 1024px) {
  .form-select--md {
    max-width: 320px;
  }
}
@media print {
  .form-select--md {
    max-width: 320px;
  }
}
@media all and (max-width: 1023px) {
  .form-select--prefectures {
    max-width: 160px;
    margin-left: 10px;
  }
}
@media print {
  .form-select--prefectures {
    max-width: 160px;
    margin-left: 10px;
  }
}
@media all and (min-width: 1024px) {
  .form-select--prefectures {
    width: 300px;
    margin-top: 15px;
  }
}
@media print {
  .form-select--prefectures {
    width: 300px;
    margin-top: 15px;
  }
}
.form-select select {
  height: 100%;
  border: none;
  width: 100%;
  padding: 0 0 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 1.6rem;
  color: #222222 !important;
}
@media all and (max-width: 1023px) {
  .form-select select {
    font-size: 1.6rem;
  }
}
@media print {
  .form-select select {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .form-select select {
    font-size: 1.4rem;
  }
}
@media print {
  .form-select select {
    font-size: 1.4rem;
  }
}
.form-select:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 11px;
  right: 15px;
  transform: rotate(45deg);
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  pointer-events: none;
}
.sort-normal .form-select {
  min-width: 140px;
  width: 140px;
}
@media all and (min-width: 1024px) {
  .sort-normal .form-select {
    min-width: 140px;
    width: 140px;
  }
}
@media print {
  .sort-normal .form-select {
    min-width: 140px;
    width: 140px;
  }
}

@media all and (min-width: 1024px) {
  .form-input--md {
    max-width: 320px;
  }
}
@media print {
  .form-input--md {
    max-width: 320px;
  }
}
.form-input textarea {
  height: 120px;
  width: 100%;
  font-family: inherit;
}

.form-caption {
  display: block;
  line-height: 1.3;
}
@media all and (max-width: 1023px) {
  .form-caption {
    margin-top: 5px;
  }
}
@media print {
  .form-caption {
    margin-top: 5px;
  }
}
.form-caption--inline {
  display: inline-block;
  margin-left: 15px;
}
@media all and (max-width: 1023px) {
  .form-caption--inline-pc {
    padding-left: 5px;
  }
}
@media print {
  .form-caption--inline-pc {
    padding-left: 5px;
  }
}
@media all and (min-width: 1024px) {
  .form-caption--inline-pc {
    display: inline-block;
    margin-left: 15px;
  }
}
@media print {
  .form-caption--inline-pc {
    display: inline-block;
    margin-left: 15px;
  }
}
@media all and (min-width: 1024px) {
  .form-caption--lg {
    margin-top: 5px;
  }
}
@media print {
  .form-caption--lg {
    margin-top: 5px;
  }
}
@media all and (max-width: 1023px) {
  .form-caption--md {
    margin-top: 15px;
  }
}
@media print {
  .form-caption--md {
    margin-top: 15px;
  }
}
.form-caption--sm {
  margin-top: 10px;
}
.form-caption--xs {
  margin-top: 5px;
}
@media all and (max-width: 1023px) {
  .form-caption .caption,
.form-caption .caption--alert {
    font-size: 1.2rem;
  }
}
@media print {
  .form-caption .caption,
.form-caption .caption--alert {
    font-size: 1.2rem;
  }
}

.form-submit {
  margin-top: 40px;
}
@media all and (max-width: 1023px) {
  .form-submit--sm {
    margin-top: 25px;
  }
}
@media print {
  .form-submit--sm {
    margin-top: 25px;
  }
}
.form-submit--xs {
  margin-top: 25px;
}
.form-submit .primary-button__priority {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.form-submit__caption {
  margin-top: 10px;
  text-align: center;
}
.form-submit__back {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 20px;
}
.form-submit__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .form-submit__bottom {
    margin-top: 30px;
  }
}
@media print {
  .form-submit__bottom {
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .form-submit__bottom {
    margin-top: 40px;
  }
}
@media print {
  .form-submit__bottom {
    margin-top: 40px;
  }
}

@media all and (min-width: 1024px) {
  .form-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1023px) {
  .form-block:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media print {
  .form-block:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media all and (min-width: 1024px) {
  .form-block:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media print {
  .form-block:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media all and (max-width: 1023px) {
  .form-block--sm:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media print {
  .form-block--sm:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media all and (min-width: 1024px) {
  .form-block--sm:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print {
  .form-block--sm:nth-child(n+2) {
    margin-top: 30px;
  }
}
.form-block--xs {
  margin-top: 10px;
}
@media all and (min-width: 1024px) {
  .form-wrap--confirm .form-block {
    margin-top: 20px;
  }
}
@media print {
  .form-wrap--confirm .form-block {
    margin-top: 20px;
  }
}

.form-error {
  margin-top: 5px;
}

.form-item__name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #9d010f;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (min-width: 1024px) {
  .form-item__name {
    width: 180px;
    margin-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-item__name {
    width: 180px;
    margin-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1023px) {
  .form-item__name .tag--required {
    margin-left: 10px;
    margin-bottom: 0;
  }
}
@media print {
  .form-item__name .tag--required {
    margin-left: 10px;
    margin-bottom: 0;
  }
}
.form-item__input {
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .form-item__input {
    margin-top: 15px;
  }
}
@media print {
  .form-item__input {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input {
    flex: 1;
  }
}
@media print {
  .form-item__input {
    flex: 1;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input--flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-item__input--flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input--flex > * {
    margin-right: 20px;
  }
}
@media print {
  .form-item__input--flex > * {
    margin-right: 20px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input--flex .radio {
    margin-bottom: 0;
  }
}
@media print {
  .form-item__input--flex .radio {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input--flex-wide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media print {
  .form-item__input--flex-wide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input--flex-wide > * {
    margin-right: 30px;
  }
}
@media print {
  .form-item__input--flex-wide > * {
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input--flex-wide .radio {
    margin-bottom: 0;
  }
}
@media print {
  .form-item__input--flex-wide .radio {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input--list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media print {
  .form-item__input--list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input--list > * {
    margin-right: 20px;
  }
}
@media print {
  .form-item__input--list > * {
    margin-right: 20px;
  }
}
@media all and (max-width: 1023px) {
  .form-item__input--col02sp {
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media print {
  .form-item__input--col02sp {
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input--col02sp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-item__input--col02sp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1023px) {
  .form-item__input--col02sp > * {
    width: 48%;
  }
}
@media print {
  .form-item__input--col02sp > * {
    width: 48%;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input--col02sp > * {
    margin-right: 20px;
  }
}
@media print {
  .form-item__input--col02sp > * {
    margin-right: 20px;
  }
}
.form-item__input__item:nth-child(n+2) {
  margin-top: 20px;
}
.form-item__input__item--sm:nth-child(n+2) {
  margin-top: 10px;
}
@media all and (min-width: 1024px) {
  .form-item__input__item--tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-item__input__item--tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.form-item__input__tel {
  margin-left: 10px;
}
@media all and (max-width: 1023px) {
  .form-item__input__tel {
    margin-top: 10px;
  }
}
@media print {
  .form-item__input__tel {
    margin-top: 10px;
  }
}
.form-item__input__tel input {
  max-width: 100px;
}
.form-item__input__tel span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.form-item__input__tel--normal {
  margin-left: 0;
}
.form-item__input__tel .text--error {
  margin-left: 0 !important;
}
.form-item__input__bg {
  background-color: #f7f7f7;
}
@media all and (max-width: 1023px) {
  .form-item__input__bg {
    padding: 30px 20px;
  }
}
@media print {
  .form-item__input__bg {
    padding: 30px 20px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input__bg {
    padding: 30px;
  }
}
@media print {
  .form-item__input__bg {
    padding: 30px;
  }
}
.form-item__input__bg--sm {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (min-width: 1024px) {
  .form-item__input__continue {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-item__input__continue {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.form-item__input__continue .radio {
  width: auto;
  line-height: 1;
}
@media all and (min-width: 1024px) {
  .form-item__input__continue .radio {
    margin-bottom: 0;
  }
}
@media print {
  .form-item__input__continue .radio {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1023px) {
  .form-item__input__continue > *:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
@media print {
  .form-item__input__continue > *:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__input__continue > *:nth-of-type(n + 2) {
    margin-left: 30px;
  }
}
@media print {
  .form-item__input__continue > *:nth-of-type(n + 2) {
    margin-left: 30px;
  }
}
@media all and (max-width: 1023px) {
  .form-item__input__continue .form-item__input__label {
    display: block;
  }
}
@media print {
  .form-item__input__continue .form-item__input__label {
    display: block;
  }
}
.form-item__input__remarks {
  margin-top: 10px;
}
@media all and (min-width: 1024px) {
  .form-item__input__label {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
  }
  .form-item__input__label input {
    min-width: 16px;
  }
}
@media print {
  .form-item__input__label {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
  }
  .form-item__input__label input {
    min-width: 16px;
  }
}
.form-item__input__label .radio {
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .form-item__input__label .radio {
    width: auto;
  }
}
@media print {
  .form-item__input__label .radio {
    width: auto;
  }
}
@media all and (min-width: 1024px) {
  .form-item__boxes {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media print {
  .form-item__boxes {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.form-item__box {
  position: relative;
}
.form-item__box input[type=radio] {
  z-index: 1;
  position: absolute;
  top: 17px;
  left: 8px;
}
.form-item__box .radio--frame {
  height: 100%;
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .form-item__box {
    width: calc((100% - 10px) / 2);
  }
}
@media print {
  .form-item__box {
    width: calc((100% - 10px) / 2);
  }
}
@media all and (max-width: 1023px) {
  .form-item__box:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media print {
  .form-item__box:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__box:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media print {
  .form-item__box:nth-child(n+3) {
    margin-top: 10px;
  }
}
.form-item__box.is-checked {
  background-color: #f7f7f7;
}
.form-item__box__label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #222222;
  line-height: 1;
  margin-top: 4px;
}
.form-item__box__label input {
  display: inline-block;
  margin-right: 10px;
}
.form-item__box__label--normal {
  font-weight: normal;
  line-height: 1.6;
}
.form-item__box__label--normal > span {
  font-weight: bold;
  margin-right: 5px;
}
.form-item__box__highlight {
  display: block;
  margin-top: 10px;
}
@media all and (max-width: 1023px) {
  .form-item__box__highlight {
    font-size: 1rem;
  }
}
@media print {
  .form-item__box__highlight {
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .form-item__box__highlight {
    font-size: 1.2rem;
  }
}
@media print {
  .form-item__box__highlight {
    font-size: 1.2rem;
  }
}
.form-item__box__highlight--text {
  display: inline-block;
  width: 100%;
  padding: 5px 10px 5px;
  background-color: #fefdcd;
}
.form-item__box__down {
  font-size: 1.4rem;
  margin-top: 10px;
  display: block;
}
.form-item__box__down--strong {
  color: #ff0000;
}
.form-item__box__number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.form-item__box__number button {
  white-space: nowrap;
  margin-left: 5px;
  width: 44px;
}
.form-item__box__number--error {
  margin-top: 5px;
  display: block;
  margin-left: 0 !important;
}
@media all and (max-width: 1023px) {
  .form-item__box__number--error {
    font-size: 1.2rem;
  }
}
@media print {
  .form-item__box__number--error {
    font-size: 1.2rem;
  }
}
.form-item__box__number--input {
  flex: 1;
}
@media all and (min-width: 1024px) {
  .form-item__box--wide {
    width: 100%;
  }
}
@media print {
  .form-item__box--wide {
    width: 100%;
  }
}
.form-item__box--wide .text--error {
  font-size: 1.2rem;
  margin-left: 12px;
}
.form-item__box__data {
  background: #f7f7f7;
  color: #888888;
  padding: 10px;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media all and (min-width: 1024px) {
  .form-item__box__data {
    margin-left: 25px;
    margin-top: 0;
  }
}
@media print {
  .form-item__box__data {
    margin-left: 25px;
    margin-top: 0;
  }
}
.form-item__box__data span {
  display: inline-block;
}
.form-item__box__data--top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.form-item__box__data--bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 5px;
}
.form-item__box__data--number {
  margin-right: 10px;
}
.form-item__box__data--title {
  margin-right: 10px;
  max-width: 144px;
  width: 144px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.form-item__box__data--data {
  white-space: nowrap;
}
.form-item__box__data--filename {
  color: #337ab7;
  font-size: 1.4rem;
  margin-left: 16px;
  text-decoration: underline;
  flex: 1;
}
.form-item__box__data--filename:hover {
  text-decoration: none;
}
.form-item__box__data--filename .icon {
  color: #01a6de;
  margin-right: 10px;
  display: inline-block;
}
.block-detail__item--wide .form-item__box:nth-child(n+2) {
  margin-top: 10px;
}
.form-item__card {
  padding-left: 15px;
  width: 100%;
  display: block;
  font-size: 1.4rem;
}
@media all and (min-width: 1024px) {
  .form-item__card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-item__card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.form-item__card--flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.form-item__card__info {
  display: block;
}
@media all and (max-width: 1023px) {
  .form-item__card__info {
    margin-top: 5px;
    padding-left: 30px;
  }
}
@media print {
  .form-item__card__info {
    margin-top: 5px;
    padding-left: 30px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__card__info {
    margin-left: 65px;
  }
}
@media print {
  .form-item__card__info {
    margin-left: 65px;
  }
}
.form-item__card__number {
  font-weight: bold;
  margin-left: 10px;
  display: block;
}
@media all and (max-width: 1023px) {
  .form-item__card__name {
    margin-left: 25px;
  }
}
@media print {
  .form-item__card__name {
    margin-left: 25px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__card__name {
    margin-left: 35px;
  }
}
@media print {
  .form-item__card__name {
    margin-left: 35px;
  }
}
.form-item__newcard .checkbox {
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .form-item__newcard .form-caption--lg {
    margin-left: 160px;
  }
}
@media print {
  .form-item__newcard .form-caption--lg {
    margin-left: 160px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__newcard__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-item__newcard__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1023px) {
  .form-item__newcard__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print {
  .form-item__newcard__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__newcard__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print {
  .form-item__newcard__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__newcard__name {
    width: 140px;
    margin-right: 20px;
  }
}
@media print {
  .form-item__newcard__name {
    width: 140px;
    margin-right: 20px;
  }
}
@media all and (max-width: 1023px) {
  .form-item__newcard__input {
    margin-top: 5px;
  }
}
@media print {
  .form-item__newcard__input {
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__newcard__input {
    flex: 1;
  }
}
@media print {
  .form-item__newcard__input {
    flex: 1;
  }
}
.form-item__newcard__limit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.form-item__newcard__limit .form-select {
  width: 70px;
}
.form-item__newcard__limit--text {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.form-item__newcard__half {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.form-item__newcard__half > * {
  width: calc((100% - 10px) / 2);
}
.form-item__newcard__cord {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.form-item__newcard__cord .form-input {
  max-width: 120px;
  margin-right: 15px;
}
.form-item__change {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .form-item__change__btn {
    margin-top: 15px;
  }
}
@media print {
  .form-item__change__btn {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__change__btn {
    padding-right: 20px;
  }
}
@media print {
  .form-item__change__btn {
    padding-right: 20px;
  }
}
.form-item__change__btn .sub-button {
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .form-item__change__btn .sub-button {
    white-space: nowrap;
    width: 66px;
    min-width: 66px;
    margin-left: 20px;
  }
}
@media print {
  .form-item__change__btn .sub-button {
    white-space: nowrap;
    width: 66px;
    min-width: 66px;
    margin-left: 20px;
  }
}
.form-item__change__text--title {
  font-weight: bold;
  margin-bottom: 10px;
}
.form-item__change__option {
  background-color: #ffffff;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .form-item__change__option {
    padding: 10px 15px;
  }
}
@media print {
  .form-item__change__option {
    padding: 10px 15px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__change__option {
    padding: 10px 20px;
  }
}
@media print {
  .form-item__change__option {
    padding: 10px 20px;
  }
}
.form-item__change__option .sub-button {
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .form-item__change__option .sub-button {
    white-space: nowrap;
    margin-left: 10px;
  }
}
@media print {
  .form-item__change__option .sub-button {
    white-space: nowrap;
    margin-left: 10px;
  }
}
@media all and (max-width: 1023px) {
  .form-item__change__add {
    margin-top: 15px;
  }
}
@media print {
  .form-item__change__add {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .form-item__change__add {
    margin-top: 20px;
  }
}
@media print {
  .form-item__change__add {
    margin-top: 20px;
  }
}
.form-item__change__add .button {
  color: #545454;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.3rem;
}
@media all and (max-width: 1023px) {
  .form-item__change__add .button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .form-item__change__add .button {
    margin-left: auto;
    margin-right: auto;
  }
}
.form-item__change a {
  color: inherit !important;
}

@media all and (max-width: 1023px) {
  .form-full {
    padding-bottom: 85px;
  }
}
@media print {
  .form-full {
    padding-bottom: 85px;
  }
}
@media all and (min-width: 1024px) {
  .form-full {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }
}
@media print {
  .form-full {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 1023px) {
  .form-full--confirm {
    padding-bottom: 0;
    margin-top: 30px;
  }
}
@media print {
  .form-full--confirm {
    padding-bottom: 0;
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .form-full--confirm {
    padding-bottom: 30px;
  }
}
@media print {
  .form-full--confirm {
    padding-bottom: 30px;
  }
}
.form-full--submission {
  margin-top: 40px;
}

.form-info {
  font-size: 1.4rem;
}
@media all and (min-width: 1024px) {
  .form-info--confirm {
    margin-top: 35px;
  }
}
@media print {
  .form-info--confirm {
    margin-top: 35px;
  }
}
.form-info__title {
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .form-info__title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-info__title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .form-info__title {
    width: 190px;
    font-size: 1.6rem;
    margin-right: 35px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-info__title {
    width: 190px;
    font-size: 1.6rem;
    margin-right: 35px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.form-info__title .tag--required {
  margin: 0;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .form-info__title .tag--required {
    margin-left: 20px;
    margin-top: 3px;
  }
}
@media print {
  .form-info__title .tag--required {
    margin-left: 20px;
    margin-top: 3px;
  }
}
@media all and (min-width: 1024px) {
  .form-info__title .tag--required {
    margin-top: 5px;
  }
}
@media print {
  .form-info__title .tag--required {
    margin-top: 5px;
  }
}
.form-info__title--sm {
  color: #aaaaaa;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
@media all and (max-width: 1023px) {
  .form-info__title--sm {
    display: inline-block;
    font-size: 1rem;
    margin-left: 20px;
    margin-top: 3px;
  }
}
@media print {
  .form-info__title--sm {
    display: inline-block;
    font-size: 1rem;
    margin-left: 20px;
    margin-top: 3px;
  }
}
@media all and (min-width: 1024px) {
  .form-info__title--none {
    margin-top: -3px;
  }
}
@media print {
  .form-info__title--none {
    margin-top: -3px;
  }
}
.form-info__title--confirm {
  margin-top: 0;
}
@media all and (min-width: 1024px) {
  .form-info__title--bold {
    width: 175px;
    font-weight: bold;
  }
}
@media print {
  .form-info__title--bold {
    width: 175px;
    font-weight: bold;
  }
}
@media all and (max-width: 1023px) {
  .form-info__input {
    margin-top: 10px;
  }
}
@media print {
  .form-info__input {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .form-info__input {
    flex: 1;
  }
}
@media print {
  .form-info__input {
    flex: 1;
  }
}
.form-info__input--name > * {
  display: inline-block;
}
.form-info__input--name > *:nth-child(2) {
  margin-left: 10px;
}
.form-info__half {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .form-info__half > * {
    width: calc((100% - 10px) / 2);
  }
}
@media print {
  .form-info__half > * {
    width: calc((100% - 10px) / 2);
  }
}
@media all and (min-width: 1024px) {
  .form-info__half > * {
    width: calc((100% - 20px) / 2);
  }
}
@media print {
  .form-info__half > * {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 1023px) {
  .form-info__auto {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-info__auto {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.form-info__yubin {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: nowrap;
}
.form-info__yubin__input {
  margin-left: 10px;
  max-width: 140px;
}
.form-info__address__yubin--number {
  display: inline-block;
  margin-left: 10px;
}
.form-info__address__text {
  margin-top: 10px;
}
.form-info__address__text > *:nth-child(n+2) {
  display: inline-block;
  margin-left: 10px;
}
@media all and (max-width: 1023px) {
  .form-info__prefectures {
    flex: 1;
  }
}
@media print {
  .form-info__prefectures {
    flex: 1;
  }
}
@media all and (max-width: 1023px) {
  .form-info .show-block {
    margin-top: 20px;
  }
}
@media print {
  .form-info .show-block {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .form-info .show-block {
    margin-top: 25px;
  }
}
@media print {
  .form-info .show-block {
    margin-top: 25px;
  }
}

.form-rule {
  font-size: 1.2rem;
  overflow: auto;
  overflow-wrap: break-word;
  border-radius: 5px;
  border: 1px solid #666666;
}
@media all and (max-width: 1023px) {
  .form-rule {
    padding: 20px 20px;
    height: 260px;
    margin-top: 40px;
  }
}
@media print {
  .form-rule {
    padding: 20px 20px;
    height: 260px;
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .form-rule {
    padding: 20px 30px;
    height: 140px;
    margin-top: 55px;
  }
}
@media print {
  .form-rule {
    padding: 20px 30px;
    height: 140px;
    margin-top: 55px;
  }
}
.form-rule__title {
  font-weight: bold;
}
.form-rule__text {
  line-height: 1.6;
}
.form-rule__text--sub {
  font-weight: bold;
  margin-top: 20px;
}
.form-rule__item dt:nth-of-type(n + 2) {
  margin-top: 5px;
}
.form-rule__bottom {
  text-align: center;
  margin-top: 20px;
  white-space: nowrap;
  font-size: 1.4rem;
}

.form-login {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #ccc;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .form-login {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
@media print {
  .form-login {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .form-login {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 35px;
  }
}
@media print {
  .form-login {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 35px;
  }
}
.modal-login .form-login {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (min-width: 1024px) {
  .form-login__item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-login__item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.form-login__item:nth-child(n+2) {
  margin-top: 15px;
}
.form-login__title {
  margin-right: 40px;
  width: 100px;
}
@media all and (min-width: 1024px) {
  .form-login__title {
    margin-top: 10px;
  }
}
@media print {
  .form-login__title {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .form-login__title--text {
    margin-top: 0;
  }
}
@media print {
  .form-login__title--text {
    margin-top: 0;
  }
}
@media all and (max-width: 1023px) {
  .form-login__input {
    margin-top: 5px;
  }
}
@media print {
  .form-login__input {
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .form-login__input {
    width: 240px;
  }
}
@media print {
  .form-login__input {
    width: 240px;
  }
}
.form-login__forget {
  margin-top: 10px;
  margin-bottom: 25px;
}
.form-login__keep {
  line-height: 1;
  margin-top: 15px;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1023px) {
  .form-login__keep {
    text-align: center;
  }
}
@media print {
  .form-login__keep {
    text-align: center;
  }
}
.form-login__keep label {
  width: auto;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.form-login__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (max-width: 1023px) {
  .form-login__bottom {
    margin-bottom: 80px;
    margin-top: 30px;
  }
}
@media print {
  .form-login__bottom {
    margin-bottom: 80px;
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .form-login__bottom {
    margin-bottom: 100px;
    margin-top: 40px;
  }
}
@media print {
  .form-login__bottom {
    margin-bottom: 100px;
    margin-top: 40px;
  }
}
@media all and (max-width: 1023px) {
  .modal-login .form-login__bottom {
    margin-bottom: 0;
  }
}
@media print {
  .modal-login .form-login__bottom {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .modal-login .form-login__bottom {
    margin-bottom: 0;
  }
}
@media print {
  .modal-login .form-login__bottom {
    margin-bottom: 0;
  }
}
.form-login__btn:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media all and (max-width: 1023px) {
  .form-login__btn--reissue {
    margin-top: 20px;
  }
}
@media print {
  .form-login__btn--reissue {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .form-login__btn--reissue {
    margin-top: 40px;
  }
}
@media print {
  .form-login__btn--reissue {
    margin-top: 40px;
  }
}

.form-review {
  font-size: 1.4rem;
}
@media all and (min-width: 1024px) {
  .form-review {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print {
  .form-review {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.form-review__title {
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .form-review__title {
    margin-top: 3px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-review__title {
    margin-top: 3px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .form-review__title {
    margin-top: 7px;
    width: 190px;
    margin-right: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-review__title {
    margin-top: 7px;
    width: 190px;
    margin-right: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.form-review__title .tag--required {
  margin: 0;
  line-height: 1;
  margin-top: 3px;
}
@media all and (max-width: 1023px) {
  .form-review__title .tag--required {
    margin-left: 20px;
  }
}
@media print {
  .form-review__title .tag--required {
    margin-left: 20px;
  }
}
.form-review__title--none {
  margin-top: 0;
}
@media all and (max-width: 1023px) {
  .form-review__input {
    margin-top: 10px;
  }
}
@media print {
  .form-review__input {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .form-review__input {
    flex: 1;
  }
}
@media print {
  .form-review__input {
    flex: 1;
  }
}
.form-review__input--strong {
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .form-review__input textarea {
    height: 140px;
  }
}
@media print {
  .form-review__input textarea {
    height: 140px;
  }
}
@media all and (min-width: 1024px) {
  .form-review__input textarea {
    height: 240px;
  }
}
@media print {
  .form-review__input textarea {
    height: 240px;
  }
}
.form-review__star {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
.form-review__star:nth-child(n+2) {
  margin-top: 10px;
}
.form-review__star .radio {
  margin-bottom: 0;
}
.form-review__bottom {
  margin-top: 40px;
  text-align: center;
}

@media all and (min-width: 1024px) {
  .form-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .form-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1023px) {
  .form-block:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media print {
  .form-block:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media all and (min-width: 1024px) {
  .form-block:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media print {
  .form-block:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media all and (max-width: 1023px) {
  .form-block--sm:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print {
  .form-block--sm:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .form-block--sm:nth-child(n+2) {
    margin-top: 25px;
  }
}
@media print {
  .form-block--sm:nth-child(n+2) {
    margin-top: 25px;
  }
}
.form-block--xs {
  margin-top: 10px;
}

.form-error {
  margin-top: 5px;
}

.form-message:nth-of-type(n + 2) {
  margin-top: 20px;
}
.form-message__box {
  border: 1px solid #636363;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
}
@media all and (max-width: 1023px) {
  .form-message__box {
    padding: 10px 10px;
  }
}
@media print {
  .form-message__box {
    padding: 10px 10px;
  }
}
@media all and (min-width: 1024px) {
  .form-message__box {
    padding: 10px 20px;
  }
}
@media print {
  .form-message__box {
    padding: 10px 20px;
  }
}
.form-message__file:nth-of-type(n + 2) {
  margin-top: 5px;
}
.form-message__file .file-name {
  margin-top: 0;
}
.form-message__text {
  height: calc(100% - 60px);
}
.form-message textarea {
  border: none;
  width: 100%;
  min-height: 100px;
  max-height: 340px;
  resize: none;
}
@media all and (max-width: 1023px) {
  .form-message textarea {
    font-size: 1.6rem;
  }
}
@media print {
  .form-message textarea {
    font-size: 1.6rem;
  }
}
.form-message textarea:focus {
  outline: none;
}
.form-message__btns {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.form-message__btns .sub-button {
  margin-top: 0 !important;
}

.form-csv {
  margin-top: 40px;
}

.form-btn-column {
  margin-top: 30px;
}
@media all and (min-width: 1024px) {
  .form-btn-column {
    margin-top: 40px;
  }
}
@media print {
  .form-btn-column {
    margin-top: 40px;
  }
}
.form-btn-column__item {
  margin-left: auto;
  margin-right: auto;
}
.form-btn-column__item:nth-child(n+2) {
  margin-top: 10px;
}

.band-icon {
  background-color: #f4f4f4;
  padding: 15px 20px 15px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 1;
}
.band-icon--highlight {
  background-color: #fefdcd;
}
.band-icon:nth-child(n+2) {
  margin-top: 5px;
}
.band-icon .icon {
  color: #9d010f;
}
.band-icon .icon-coupon {
  font-size: 1rem;
}
.band-icon__title__text {
  margin-left: 8px;
}

.band-coupon__item {
  background-color: #fefdcd;
}
@media all and (max-width: 1023px) {
  .band-coupon__item {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
@media print {
  .band-coupon__item {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .band-coupon__item {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .band-coupon__item {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.band-coupon__item:nth-child(n+2) {
  margin-top: 10px;
}
@media all and (min-width: 1024px) {
  .band-coupon__type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .band-coupon__type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.band-coupon__type--strong {
  font-weight: bold;
  min-width: 60px;
}
@media all and (max-width: 1023px) {
  .band-coupon__type--strong {
    display: block;
  }
}
@media print {
  .band-coupon__type--strong {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .band-coupon__type--strong {
    display: inline-block;
    margin-right: 30px;
  }
}
@media print {
  .band-coupon__type--strong {
    display: inline-block;
    margin-right: 30px;
  }
}
.band-coupon__down {
  white-space: nowrap;
  margin-left: 10px;
}
@media all and (max-width: 1023px) {
  .band-coupon__down {
    min-width: 115px;
    margin-left: 15px;
  }
}
@media print {
  .band-coupon__down {
    min-width: 115px;
    margin-left: 15px;
  }
}
.band-coupon__down--strong {
  color: #ff0000;
}

.band-card__item {
  margin-top: 15px;
  background-color: #f7f7f7;
}
@media all and (max-width: 1023px) {
  .band-card__item {
    padding: 15px;
  }
}
@media print {
  .band-card__item {
    padding: 15px;
  }
}
@media all and (min-width: 1024px) {
  .band-card__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 15px 30px;
  }
}
@media print {
  .band-card__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 15px 30px;
  }
}
@media all and (max-width: 1023px) {
  .band-card__limit {
    display: block;
    margin-top: 5px;
  }
}
@media print {
  .band-card__limit {
    display: block;
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .band-card__limit {
    margin-left: 60px;
  }
}
@media print {
  .band-card__limit {
    margin-left: 60px;
  }
}
@media all and (max-width: 1023px) {
  .band-card__name {
    display: block;
    margin-top: 5px;
  }
}
@media print {
  .band-card__name {
    display: block;
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .band-card__name {
    margin-left: 30px;
  }
}
@media print {
  .band-card__name {
    margin-left: 30px;
  }
}

@media all and (min-width: 1024px) {
  .band-status {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .band-status {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
}
.band-status__heading, .band-status__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .band-status__heading--date, .band-status__item--date {
    margin-right: 10px;
    min-width: 65px;
    width: 65px;
  }
}
@media print {
  .band-status__heading--date, .band-status__item--date {
    margin-right: 10px;
    min-width: 65px;
    width: 65px;
  }
}
@media all and (min-width: 1024px) {
  .band-status__heading--date, .band-status__item--date {
    margin-right: 35px;
    min-width: 110px;
  }
}
@media print {
  .band-status__heading--date, .band-status__item--date {
    margin-right: 35px;
    min-width: 110px;
  }
}
@media all and (max-width: 1023px) {
  .band-status__heading--name, .band-status__item--name {
    margin-right: 10px;
  }
}
@media print {
  .band-status__heading--name, .band-status__item--name {
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) {
  .band-status__heading--name, .band-status__item--name {
    margin-right: 35px;
  }
}
@media print {
  .band-status__heading--name, .band-status__item--name {
    margin-right: 35px;
  }
}
.band-status__heading--status, .band-status__item--status {
  margin-left: auto;
}
@media all and (max-width: 1023px) {
  .band-status__heading--status, .band-status__item--status {
    min-width: 70px;
    width: 70px;
  }
}
@media print {
  .band-status__heading--status, .band-status__item--status {
    min-width: 70px;
    width: 70px;
  }
}
@media all and (min-width: 1024px) {
  .band-status__heading--status, .band-status__item--status {
    min-width: 110px;
  }
}
@media print {
  .band-status__heading--status, .band-status__item--status {
    min-width: 110px;
  }
}
.band-status__heading {
  padding: 5px 20px;
  border: 1px solid #222222;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.band-status__item {
  font-size: 1.4rem;
  padding: 10px 20px;
  background-color: #f4f4f4;
  margin-top: 4px;
}
.band-status__item--date {
  font-size: 1.2rem;
}
@media all and (max-width: 1023px) {
  .band-status__item--name {
    white-space: break-spaces;
  }
}
@media print {
  .band-status__item--name {
    white-space: break-spaces;
  }
}

.band-error {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  background-color: #ffd9dc;
  padding: 15px 20px;
  line-height: 1;
  margin-bottom: 20px;
}
.band-error:nth-child(n+2) {
  margin-top: 5px;
}
.band-error__icon {
  font-size: 2.4rem;
  color: #bf0000;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  .band-error__icon {
    margin-right: 10px;
    font-size: 1.6rem;
  }
}
.band-error__text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .band-error__text {
    font-size: 1.4rem;
  }
}

.band-errors {
  background-color: #ffd9dc;
  padding: 10px 20px;
  line-height: 1;
  line-height: 1.6;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .band-errors {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .band-errors {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 5px;
  }
}
@media print {
  .band-errors {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 5px;
  }
}
.band-errors:last-child {
  margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
  .band-errors:last-child {
    margin-bottom: 30px;
  }
}
@media print {
  .band-errors:last-child {
    margin-bottom: 30px;
  }
}
.band-errors__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 599px) {
  .band-errors__left {
    align-items: flex-start;
  }
}
.band-errors__icon {
  font-size: 2.4rem;
  color: #bf0000;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  .band-errors__icon {
    margin-right: 10px;
    font-size: 1.6rem;
  }
}
.band-errors__text {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .band-errors__text {
    font-size: 1.4rem;
  }
}
.band-errors__btn {
  margin-left: auto;
}
@media all and (max-width: 1023px) {
  .band-errors__btn {
    margin-top: 10px;
    min-width: 170px;
  }
}
@media print {
  .band-errors__btn {
    margin-top: 10px;
    min-width: 170px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .band-errors__btn {
    margin-left: 20px;
  }
}
@media all and (min-width: 1024px) {
  .band-errors__btn {
    margin-left: 20px;
  }
}
@media print {
  .band-errors__btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .band-errors__btn > * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .band-errors__btn > * {
    margin-left: auto;
  }
}
@media all and (min-width: 1024px) {
  .band-errors__btn > * {
    margin-left: auto;
  }
}
@media print {
  .band-errors__btn > * {
    margin-left: auto;
  }
}
.band-errors .data-upload .button {
  background: #33a6de;
}

.band-card {
  background-color: #f7f7f7;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .band-card {
    padding: 20px 20px;
  }
}
@media print {
  .band-card {
    padding: 20px 20px;
  }
}
@media all and (min-width: 1024px) {
  .band-card {
    padding: 20px 30px;
  }
}
@media print {
  .band-card {
    padding: 20px 30px;
  }
}
.band-card__info {
  flex: 1;
}
.band-card__info--title {
  float: left;
  clear: both;
  margin-top: 5px;
}
.band-card__info--data {
  margin-top: 5px;
}
.band-card__btn {
  width: 64px;
  margin-left: 20px;
}
.band-card:nth-of-type(n + 2) {
  margin-top: 20px;
}

/*====================================================================================================

button styles

======================================================================================================*/
/*
	mixin
================================*/
/*
	button
================================*/
@media screen and (min-width: 600px) {
  [class*=button]:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #ccc;
  background: none;
  color: #222;
  background: white;
}
.button a {
  color: inherit;
}
.button > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin-left: 15px;
}
.button > .icon img {
  width: 14px;
  height: auto;
}
.button__lbg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #aaa;
  background: none;
  color: #222;
  background: white;
}
.button__dbg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  background: white;
}
.button__priority {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #9d0000;
  background: #9d0000;
  color: #fff;
  background: white;
}
.data-upload .button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #01a6de;
  background: #01a6de;
  color: #fff;
  background: white;
}
.button__list {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #ccc;
  background: none;
  color: #222;
  background: white;
  position: relative;
  padding-right: 20px;
  padding-left: 40px;
}
.button__list::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 15px;
  width: 14px;
  height: 14px;
  background: url(../img/icon_list.svg) no-repeat 0 0/contain;
}
.button[target*=_blank] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #ccc;
  background: none;
  color: #222;
  background: white;
  position: relative;
  padding-right: 20px;
  padding-left: 40px;
}
.button[target*=_blank]::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 15px;
  width: 12px;
  height: 12px;
  background: url(../img/icon_external.svg) no-repeat 0 0/contain;
}
.button[target*=_blank]::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 18px;
  width: 12px;
  height: 12px;
  background: no-repeat 0 0/contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20px 10px"><path fill="%23222" d="M3.214,7.857,6.429,4.643,5.357,3.571,3.929,5V0H2.5V5L1.071,3.571,0,4.643Z" /></svg>');
  transform: rotate(-125deg);
  transition: all 0.2s ease;
}
@media screen and (min-width: 600px) {
  .button[target*=_blank]:hover::after {
    top: 1px;
    left: 20px;
  }
}
.button__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #ccc;
  background: none;
  color: #222;
  background: white;
  position: relative;
  padding-right: 35px;
  padding-left: 20px;
}
.button__anchor::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  width: 5px;
  height: 5px;
  border-bottom: solid 1px #888;
  border-left: solid 1px #888;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
@media screen and (min-width: 600px) {
  .button__anchor:hover::before {
    top: 12px;
  }
}

.primary-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #ccc;
  background: none;
  color: #222;
  background: white;
}
@media screen and (min-width: 600px) {
  .primary-button {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.primary-button__priority {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #004e98;
  background: #004e98;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .primary-button__priority {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.primary-button__negative {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #9d0000;
  background: none;
  color: #9d0000;
}
@media screen and (min-width: 600px) {
  .primary-button__negative {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.primary-button__icon-left {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #ff8d25;
  background: #ff8d25;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .primary-button__icon-left {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1024px) {
  .primary-button__icon-left {
    width: 100% !important;
  }
}
@media print {
  .primary-button__icon-left {
    width: 100% !important;
  }
}
.primary-button__icon-left .icon {
  display: inline-block;
  margin-right: 10px;
  margin-top: -2px;
}
.primary-button__inactive {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #eee;
  background: #eee;
  color: #aaa;
  pointer-events: none;
}
@media screen and (min-width: 600px) {
  .primary-button__inactive {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.primary-button__data-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #01a6de;
  background: #01a6de;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .primary-button__data-upload {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.submission .primary-button {
  flex-direction: column;
}
@media all and (max-width: 1023px) {
  .submission .primary-button {
    margin-top: 30px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .submission .primary-button {
    margin-top: 30px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1024px) {
  .submission .primary-button {
    margin-top: 40px;
  }
}
@media print {
  .submission .primary-button {
    margin-top: 40px;
  }
}
.submission .primary-button span {
  font-size: 1rem;
  color: #888888;
  font-weight: normal;
  margin-top: 5px;
  display: inline-block;
}
@media all and (max-width: 1023px) {
  .file-choice .primary-button {
    margin-top: 30px;
  }
}
@media print {
  .file-choice .primary-button {
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .file-choice .primary-button {
    margin-top: 40px;
  }
}
@media print {
  .file-choice .primary-button {
    margin-top: 40px;
  }
}
@media all and (max-width: 1023px) {
  .limit-size .primary-button {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .limit-size .primary-button {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sub-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #888;
  background: #eee;
  color: #222;
  font-weight: normal;
}
.sub-button__blk {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}
.sub-button__lbg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #aaa;
  background: none;
  color: #222;
}
.sub-button__dbg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.sub-button__priority {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #9d0000;
  background: #9d0000;
  color: #fff;
}
.sub-button__negative {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #9d0000;
  background: #fff;
  color: #9d0000;
}
.sub-button__download {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #01a6de;
  background: #01a6de;
  color: #fff;
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}
.sub-button__download::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 19px;
  width: 8px;
  height: 10px;
  background: no-repeat 0 0/contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20px 10px"><path fill="%23fff" d="M3.214,7.857,6.429,4.643,5.357,3.571,3.929,5V0H2.5V5L1.071,3.571,0,4.643Z" /></svg>');
  transition: all 0.2s ease;
}
.sub-button__download::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 15px;
  width: 14px;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .sub-button__download:hover::before {
    top: 10px;
  }
}
.sub-button__download .sup {
  font-size: 0.8em;
  vertical-align: top;
  position: relative;
  top: -0.3em;
}
.sub-button__upload {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #9d0000;
  background: #9d0000;
  color: #fff;
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}
.sub-button__upload::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 17px;
  width: 8px;
  height: 10px;
  background: no-repeat 0 0/contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20px 10px"><path fill="%23fff" d="M3.214,7.857,6.429,4.643,5.357,3.571,3.929,5V0H2.5V5L1.071,3.571,0,4.643Z" /></svg>');
  transition: all 0.2s ease;
  transform: rotate(180deg);
}
.sub-button__upload::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 15px;
  width: 14px;
  height: 2px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .sub-button__upload:hover::before {
    top: 5px;
  }
}
.sub-button__add {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #888;
  background: #eee;
  color: #222;
  position: relative;
  padding-left: 40px;
}
.sub-button__add::before, .sub-button__add::after {
  content: "";
  position: absolute;
  background: #222;
  transition: all 0.2s ease;
}
.sub-button__add::before {
  top: 9px;
  left: 19px;
  width: 2px;
  height: 10px;
}
.sub-button__add::after {
  top: 13px;
  left: 15px;
  width: 10px;
  height: 2px;
}
@media screen and (min-width: 600px) {
  .sub-button__add:hover::before, .sub-button__add:hover::after {
    transform: rotate(90deg);
  }
}
.sub-button__normal {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #888;
  background: #eee;
  color: #222;
  background-color: #ffffff;
}
.sub-button__normal .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}
.sub-button--bold {
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .file-choice .sub-button {
    margin-top: 20px;
  }
}
@media print {
  .file-choice .sub-button {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .file-choice .sub-button {
    margin-top: 20px;
  }
}
@media print {
  .file-choice .sub-button {
    margin-top: 20px;
  }
}

.news__item {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 2px;
  background: #eee;
}
@media screen and (min-width: 600px) {
  .news__item {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}
.news__link {
  color: #337ab7;
  font-size: 1.2rem;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .news__link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .news__link:hover {
    text-decoration: none;
  }
}

.alert__item {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 26px;
  margin-bottom: 2px;
  background: #ffd9dc;
}
@media screen and (min-width: 600px) {
  .alert__item {
    padding-left: 36px;
    margin-bottom: 5px;
  }
}
.alert__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url(../img/icon_alert.svg) no-repeat 0 0/contain;
}
@media screen and (min-width: 600px) {
  .alert__item::before {
    width: 16px;
    height: 16px;
  }
}
.alert__link {
  color: #222;
  font-size: 1.2rem;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .alert__link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .alert__link:hover {
    text-decoration: none;
  }
}

/*====================================================================================================

layout

======================================================================================================*/
/*
	TOP page Layout
================================*/
.content {
  width: calc(100vw - 30px);
  margin: 0 15px;
}
@media screen and (min-width: 1348px) {
  .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    margin: 0 auto;
  }
}
.content--left {
  display: none;
}
@media screen and (min-width: 1348px) {
  .content--left {
    display: block;
    width: 240px;
  }
}
.content--right {
  display: none;
}
@media screen and (min-width: 1348px) {
  .content--right {
    display: block;
    width: 180px;
  }
}
.content--main {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .content--main {
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1348px) {
  .content--main {
    width: 720px;
  }
}
.content--right-none {
  color: #222222;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .content--right-none {
    margin-left: auto;
    margin-right: auto;
    max-width: 930px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1348px) {
  .content--right-none {
    width: 930px;
    margin-right: 0;
    margin-left: auto;
  }
}
.content--center {
  color: #222222;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .content--center {
    margin-left: auto;
    margin-right: auto;
    max-width: 930px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1348px) {
  .content--center {
    width: 930px;
  }
}
.content--full {
  color: #222222;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .content--full {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1348px) {
  .content--full {
    width: 1200px;
    margin-right: auto;
  }
}
@media all and (max-width: 1023px) {
  .content--full--space {
    padding-bottom: 80px;
  }
}
@media print {
  .content--full--space {
    padding-bottom: 80px;
  }
}
@media all and (min-width: 1024px) {
  .content--full--space {
    padding-bottom: 100px;
  }
}
@media print {
  .content--full--space {
    padding-bottom: 100px;
  }
}

/*====================================================================================================

header + header Icon styles

======================================================================================================*/
/*
	mixin
================================*/
/*
	header styles
================================*/
@media screen and (min-width: 1024px) {
  .wrap-left,
.wrap-right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.main-header {
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .main-header {
    margin-bottom: 15px;
  }
}
.main-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100vw - 30px);
}
@media screen and (min-width: 1348px) {
  .main-header__wrap {
    width: 1300px;
  }
}
.main-header__sub {
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-header__sub {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    background: #9d0000;
  }
  .main-header__sub__text {
    font-size: 1rem;
    color: #fff;
  }
  .main-header__sub__contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
  }
  .main-header__sub__contact .mail {
    position: relative;
    padding-right: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .main-header__sub__contact .mail:hover {
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 1024px) {
  .main-header__sub__contact .mail::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 14px;
    top: 5px;
    left: -30px;
    background: no-repeat 0 0/contain;
    background-image: url(../img/ico_mail_w.svg);
  }
}
@media screen and (min-width: 1024px) {
  .main-header__sub__contact .mail a {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .main-header__sub__contact .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 47px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }
  .main-header__sub__contact .tel::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    top: 9px;
    left: 15px;
    background: no-repeat 0 0/contain;
    background-image: url(../img/ico_call_w.svg);
  }
  .main-header__sub__contact .tel a {
    color: #fff;
    pointer-events: none;
  }
  .main-header__sub__contact .tel span {
    margin-left: 10px;
    font-size: 1rem;
  }
}
.main-header__body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 2px solid #9d0000;
}
@media screen and (min-width: 1024px) {
  .main-header__body {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
}
.main-header__body.unlogged {
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .main-header__body .logo {
    margin-right: 20px;
  }
}
.main-header__body .logo img {
  width: auto;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .main-header__body .logo img {
    height: 90px;
    height: auto;
  }
}
.main-header__body .search {
  display: none;
}
@media screen and (min-width: 1348px) {
  .main-header__body .search {
    display: flex !important;
    flex-direction: column;
  }
  .main-header__body .search__copy {
    position: relative;
    margin-bottom: 5px;
    color: #9d0000;
    font-size: 1.4rem;
    font-weight: bold;
    z-index: 1;
  }
  .main-header__body .search__copy::before {
    position: absolute;
    content: "";
    width: 280px;
    height: 6px;
    bottom: 3px;
    background: #fff135;
    z-index: -1;
  }
  .main-header__body .search__form {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    width: 200px;
    border: 1px solid #888;
    border-right: none;
    border-radius: 5px 0 0 5px;
    font-size: 1.2rem;
  }
  .main-header__body .search__button {
    width: 40px;
    height: 32px;
    margin-left: -3px;
    background: #9d0000 url(../img/ico_search.svg) no-repeat 50% 50%;
    border: none;
    border-radius: 0 5px 5px 0;
    vertical-align: top;
  }
  .main-header__body .search__detail {
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #aaa;
    background: #eee;
    color: #222;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1348px) and (min-width: 1348px) {
  .main-header__body .search__detail:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}
.main-header .search-sp {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background: #fff;
}
@media screen and (min-width: 1348px) {
  .main-header .search-sp {
    display: none;
  }
}
.main-header .search-sp__copy {
  position: relative;
  margin-bottom: 5px;
  color: #9d0000;
  font-size: 1.4rem;
  font-weight: bold;
  z-index: 1;
}
.main-header .search-sp__copy::before {
  position: absolute;
  content: "";
  width: 280px;
  height: 6px;
  bottom: 3px;
  background: #fff135;
  z-index: -1;
}
.main-header .search-sp .form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.main-header .search-sp__form {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
  width: calc(100vw - 160px);
  border: 1px solid #888;
  max-height: 36px;
  border-right: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
  font-size: 1.6rem;
  -webkit-appearance: none;
}
.main-header .search-sp__form--button {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 15px;
  padding-left: 15px;
  width: calc(100vw - 135px);
  border: 1px solid #888;
  border-right: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
  background: #fff;
  color: #aaa;
  font-size: 1.4rem;
  text-align: start;
  -webkit-appearance: none;
}
.main-header .search-sp__button {
  width: 40px;
  height: 36px;
  margin-left: -3px;
  background: #9d0000 url(../img/ico_search.svg) no-repeat 50% 50%;
  border: none;
  border-radius: 0 5px 5px 0;
  vertical-align: bottom;
}
.main-header .search-sp__detail {
  padding: 0;
  width: auto;
  height: auto;
  color: #9d0000;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
  border: none;
  background: none;
  margin-left: 10px;
  vertical-align: middle;
}
.main-header .category__nav {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1348px) {
  .main-header .category__nav {
    display: none;
  }
}
.main-header .category__secondary {
  display: none;
}
@media screen and (min-width: 600px) {
  .main-header .category__secondary {
    display: block;
  }
}
.main-header .category__item {
  padding-top: 10px;
  padding-bottom: 6px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 3px;
  width: calc((100vw - 95px) / 5);
  background: #eee;
  border-radius: 5px;
  color: #222;
}
@media screen and (min-width: 600px) {
  .main-header .category__item {
    width: calc((100vw - 110px) / 8);
  }
}
.main-header .category__item:nth-last-child(1), .main-header .category__item:nth-last-child(2), .main-header .category__item:nth-last-child(3), .main-header .category__item:nth-last-child(4) {
  display: none;
}
@media screen and (min-width: 600px) {
  .main-header .category__item:nth-last-child(1), .main-header .category__item:nth-last-child(2), .main-header .category__item:nth-last-child(3), .main-header .category__item:nth-last-child(4) {
    display: block;
  }
}
.main-header .category__item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  color: #222;
  text-align: center;
}
.main-header .category__item img {
  margin-bottom: 5px;
}
.main-header .category__link {
  background: #9d0000;
  border-radius: 5px;
}
.main-header .category__button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 13px;
  padding-bottom: 6px;
  width: 60px;
  background: #9d0000;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .main-header .category__button {
    width: 80px;
  }
}
.main-header .category__button img {
  margin-bottom: 8px;
}
.main-header .category__list {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  background: #aaa;
}
.main-header .category__list .sidenav__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fff;
  height: auto;
  max-height: calc(100vh - 190px);
  overflow-y: scroll;
}
@media screen and (min-width: 600px) {
  .main-header .category__list .sidenav__list {
    height: auto;
    overflow-y: scroll;
  }
}
.main-header .category__list .sidenav__list li {
  width: 50%;
  border-right: 1px solid #ccc;
}
@media screen and (min-width: 600px) {
  .main-header .category__list .sidenav__list li {
    width: 33.3333333333%;
  }
}
.main-header .category__list .sidenav__list li .list-item {
  border-bottom: 1px solid #ccc;
  height: 50px;
}

.user-info {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .user-info {
    width: auto;
    margin-right: 20px;
    font-size: 1.2rem;
  }
}
.user-info__text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .user-info__text {
    flex-direction: row;
    margin-bottom: 5px;
  }
}
.user-info__name {
  color: #222;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .user-info__name {
    font-size: 1.2rem;
  }
}
.user-info__name--blue {
  color: #337ab7;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .user-info__name {
    max-width: 140px;
  }
}
.user-info__rank--gold {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 5px;
  font-size: 1rem;
  border-radius: 10px;
  color: #fff;
  background: #cca329;
}
@media screen and (min-width: 1024px) {
  .user-info__rank--gold {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
  }
}
.user-info__rank--gold .tooltip {
  background: #fff;
  border: 1px solid #cca329;
  color: #222;
}
.user-info__rank--gold .tooltip::before {
  border-bottom-color: #cca329;
}
.user-info__rank--gold .tooltip__emphasis {
  color: #cca329;
  font-size: 1.4rem;
  font-weight: bold;
}
.user-info__rank--silver {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 5px;
  font-size: 1rem;
  border-radius: 10px;
  color: #fff;
  background: #aaaab3;
}
@media screen and (min-width: 1024px) {
  .user-info__rank--silver {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
  }
}
.user-info__rank--silver .tooltip {
  background: #fff;
  border: 1px solid #aaaab3;
  color: #222;
}
.user-info__rank--silver .tooltip::before {
  border-bottom-color: #aaaab3;
}
.user-info__rank--silver .tooltip__emphasis {
  color: #aaaab3;
  font-size: 1.4rem;
  font-weight: bold;
}
.user-info__rank--bronze {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 5px;
  font-size: 1rem;
  border-radius: 10px;
  color: #fff;
  background: #b36a36;
}
@media screen and (min-width: 1024px) {
  .user-info__rank--bronze {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
  }
}
.user-info__rank--bronze .tooltip {
  background: #fff;
  border: 1px solid #b36a36;
  color: #222;
}
.user-info__rank--bronze .tooltip::before {
  border-bottom-color: #b36a36;
}
.user-info__rank--bronze .tooltip__emphasis {
  color: #b36a36;
  font-size: 1.4rem;
  font-weight: bold;
}
.user-info__coupon {
  position: absolute;
  width: 100vw;
  height: auto;
  top: 56px;
  right: -15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fefdcd;
}
@media screen and (min-width: 1024px) {
  .user-info__coupon {
    position: unset;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.user-info__coupon img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.user-info__coupon__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #337ab7;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .user-info__coupon__link {
    color: #337ab7;
    font-weight: bold;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  .user-info__coupon__link:hover {
    text-decoration: none;
  }
}
.user-info__benefit {
  color: #222;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .user-info__benefit {
    font-size: 1.2rem;
  }
}
.user-info__benefit__link {
  color: #337ab7;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .user-info__benefit__link {
    color: #337ab7;
    font-weight: bold;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1024px) {
  .user-info__benefit__link:hover {
    text-decoration: none;
  }
}

.header-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    font-size: 1.2rem;
  }
  .header-nav li {
    margin-right: 5px;
  }
  .header-nav li:last-child {
    margin-right: 0;
  }
  .header-nav li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 65px;
    height: 62px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .header-nav li a:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav li img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav li p {
    color: #222;
  }
}
.header-nav__badge {
  position: absolute;
  top: -2px;
  right: 10px;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  background: #9d0000;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  min-width: 18px;
  min-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-nav__sub {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-nav__sub {
    display: block;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1348px) {
  .header-nav__sub {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__sub li {
    color: #222;
  }
  .header-nav__sub li:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__sub img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav__sub a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #222;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .header-nav__sub a:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}

.tracking-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1rem;
  background: #fff;
  border-top: 1px solid #ccc;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .tracking-nav {
    display: none;
  }
}
.tracking-nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: calc((100vw - 90px) / 5);
  max-width: 60px;
  height: 44px;
  color: #222;
}
.tracking-nav li img {
  width: 30px;
  height: 30px;
}

.hamburgernav__body {
  overflow: auto;
  position: fixed;
  padding-bottom: 75px;
  top: 0;
  right: -750%;
  width: 75%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  transition: all 0.5s ease;
  z-index: 800;
}
@media screen and (min-width: 1024px) {
  .hamburgernav__body {
    display: none;
  }
}
header.navOpen .hamburgernav__body {
  opacity: 1;
  right: 0;
}
.hamburgernav__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 15px;
  width: 30px;
  cursor: pointer;
}
.hamburgernav__button span {
  display: block;
  height: 2px;
  width: 30px;
  background: #888;
  transition: all 0.5s ease;
}
.hamburgernav__button span:nth-of-type(2), .hamburgernav__button span:nth-of-type(3) {
  margin-top: 8px;
}
header.navOpen .hamburgernav__button span:nth-of-type(1) {
  transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .hamburgernav__button span:nth-of-type(2) {
  margin-top: 5px;
  opacity: 0;
  transform: translateY(9px);
}
header.navOpen .hamburgernav__button span:nth-of-type(3) {
  transform: translateY(-9px) translateX(0) rotate(-45deg);
}
.hamburgernav__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background: #9d0000;
}
.hamburgernav__contact__tel {
  position: relative;
  padding-left: 28px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.hamburgernav__contact__tel::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: no-repeat 0 0/contain;
  background-image: url(../img/ico_call_w.svg);
}
.hamburgernav__contact__time {
  font-size: 1rem;
  color: #fff;
}
.hamburgernav__user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.hamburgernav__user-info .user-info__name {
  margin-bottom: 10px;
}
.hamburgernav__user-info .button img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.hamburgernav__user-info .header-nav__sub {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.hamburgernav__user-info .header-nav__sub li:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.hamburgernav__user-info .header-nav__sub li img {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.hamburgernav__user-info .header-nav__sub li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #222;
}
.hamburgernav__item {
  margin-bottom: 20px;
}
.hamburgernav__item .sidenav__list, .hamburgernav__item .sidenav__inr {
  border-bottom: 1px solid #ccc;
}
.hamburgernav__title {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #888;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 500;
}

.is-fixed {
  position: fixed;
  padding-top: 10px;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background: #fff;
}

.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.tooltip {
  position: absolute;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  right: 28%;
  top: 30px;
  width: 200px;
  background-color: #fff;
  border: 1px solid #9d0000;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  z-index: 2500;
}
.tooltip:before {
  content: " ";
  position: absolute;
  margin-top: -8px;
  right: 50%;
  top: -9px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-bottom-color: #9d0000;
  border-width: 8px;
  transform: translateX(50%);
}
.tooltip:after {
  content: " ";
  position: absolute;
  margin-top: -8px;
  right: 50%;
  top: -8px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-bottom-color: #fff;
  border-width: 8px;
  transform: translateX(50%);
}

.header-lite {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #9d010f;
  margin-bottom: 12px;
}
@media all and (min-width: 1024px) {
  .header-lite {
    padding-left: 20px;
    border-top: 10px solid #9d010f;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .header-lite {
    padding-left: 20px;
    border-top: 10px solid #9d010f;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.header-lite a {
  display: block;
}
@media all and (min-width: 1024px) {
  .header-lite__logo {
    max-width: 200px;
    height: 74px;
  }
}
@media print {
  .header-lite__logo {
    max-width: 200px;
    height: 74px;
  }
}
@media all and (max-width: 1023px) {
  .header-lite__logo {
    max-width: 161px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .header-lite__logo {
    max-width: 161px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header-lite__text {
  margin-left: 20px;
  color: #333333;
}

/*====================================================================================================

search detail area styles

======================================================================================================*/
/*
	mixin
================================*/
/*
	search detail area styles
================================*/
.search-detail {
  display: none;
  position: fixed;
  top: 0;
  padding-top: 105px;
  padding-bottom: 110px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  background: #f7f7f7;
  z-index: 2000;
}
@media screen and (min-width: 1348px) {
  .search-detail {
    top: auto;
    bottom: 0;
    height: calc(100vh - 150px);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.search-detail__form {
  overflow-y: scroll;
  height: calc(100vh - 190px);
}
@media screen and (min-width: 600px) {
  .search-detail__form {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (min-width: 1348px) {
  .search-detail__form {
    height: calc(100vh - 260px);
    margin-right: auto;
    margin-left: auto;
  }
}
.search-detail__form .form {
  position: fixed;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 2100;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1348px) {
  .search-detail__form .form {
    display: none;
  }
}
.search-detail__form .form .search-sp__form {
  width: calc(100vw - 80px);
}
.search-detail__title {
  padding-bottom: 10px;
  width: 100%;
  color: #888;
  font-size: 1.4rem;
  font-weight: normal;
}
.search-detail__taglist {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.search-detail__taglist .search-tag {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .search-detail__taglist .search-tag:hover {
    cursor: pointer;
  }
}
.search-detail__taglist .search-tag--inactive {
  margin: 0;
  pointer-events: none;
}
.search-detail__tagitem {
  margin-bottom: 15px;
  margin-right: 10px;
}
.search-detail__input {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 100%;
  max-width: 200px;
  border: 1px solid #888;
  border-radius: 5px;
  font-size: 1.6rem;
  -webkit-appearance: none;
}
.search-detail__price {
  margin-bottom: 15px;
}
.search-detail__searchbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  z-index: 2100;
}
.search-detail__button {
  width: 260px;
  height: 48px;
  background: #9d0000 url(../img/ico_search.svg) no-repeat 95% 50%;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  vertical-align: middle;
}
.search-detail__close {
  position: fixed;
  top: 90px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #eee;
  border: none;
  border-radius: 15px;
  z-index: 2100;
}
@media screen and (min-width: 1348px) {
  .search-detail__close {
    top: 170px;
    right: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .search-detail__close:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}
.search-detail__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24%;
  width: 16px;
  height: 2px;
  background: #222;
  transform: rotate(45deg);
}
.search-detail__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24%;
  width: 16px;
  height: 2px;
  background: #222;
  transform: rotate(-45deg);
}

/*====================================================================================================

side nav styles

======================================================================================================*/
/*
	mixin
================================*/
/*
	common side nav styles
================================*/
@media screen and (min-width: 600px) {
  .sidenav__item {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ccc;
  }
}
@media screen and (min-width: 600px) {
  .sidenav__title {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background: #888;
    color: #fff;
    font-size: 1.2rem;
  }
}
.sidenav__list .list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
  .sidenav__list .list-item:hover {
    background: #f7f7f7;
  }
}
.sidenav__list .list-item img {
  margin-right: 10px;
}
.sidenav__list .list-item__text {
  color: #222;
  width: 170px;
  margin-right: 10px;
}
.sidenav__list .list-item__tittle {
  font-size: 1.2rem;
}
.sidenav__list .list-item .tag {
  position: absolute;
  top: 50%;
  right: 25px;
  margin: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.sidenav__list .list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  transform: rotate(-45deg) translate(0, -50%);
}
.sidenav__list > li:last-of-type .list-item {
  border: none;
}
@media screen and (min-width: 1024px) {
  .sidenav__link:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}
.sidenav__banner {
  margin-bottom: 15px;
}
.sidenav__banner img {
  margin-bottom: 10px;
}
.sidenav__common {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
.sidenav__common > * {
  margin-bottom: 5px;
}
.sidenav__common img {
  border: ipx solid #ccc;
}
.sidenav__sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 150px;
}

/*====================================================================================================

main styles

======================================================================================================*/
/*
	mixin
================================*/
/*
	main styles
================================*/
.content__lead {
  width: 100%;
  margin-top: -25px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .content__lead {
    margin: 0;
    width: auto;
    font-size: 1.4rem;
    text-align: unset;
  }
}
.content .button__list {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .content .button__list {
    margin: 0;
  }
}
.content-front {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .content-front .heading-unit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 3px solid #ffdf00;
  }
}
@media screen and (min-width: 600px) {
  .content-front .heading-unit__text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.content-front .heading-unit .title {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .content-front .heading-unit .title {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none;
    text-align: unset;
  }
}

.alert {
  margin-bottom: 15px;
}

.news .button__list {
  margin-top: -20px;
}
@media screen and (min-width: 600px) {
  .news .button__list {
    margin-top: 0;
  }
}

.link-unit {
  overflow-x: scroll;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .link-unit {
    overflow: unset;
    margin-bottom: 20px;
  }
}
.link-unit__inr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .link-unit__inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    width: 100%;
  }
}
.link-unit__inr .button__fixed {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 5px;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #aaa;
  color: #222;
}
@media screen and (min-width: 600px) {
  .link-unit__inr .button__fixed {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    width: calc((100vw - 60px) / 4);
    max-width: 165px;
  }
}
.link-unit__inr .button__fixed img {
  margin-right: 5px;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 600px) {
  .link-unit__inr .button__fixed img {
    width: 16px;
    height: 16px;
  }
}

.slick-slider {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .slick-slider {
    margin-bottom: 20px;
  }
}

.banner-unit {
  overflow-x: scroll;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .banner-unit {
    overflow-x: unset;
    margin-bottom: 30px;
  }
}
.banner-unit__inr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .banner-unit__inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }
}
.banner-unit__item {
  padding-right: 10px;
}
@media screen and (min-width: 600px) {
  .banner-unit__item {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .banner-unit__item:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}
.banner-unit__item img {
  width: 144px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .banner-unit__item img {
    width: calc((100vw - 60px) / 3);
    max-width: 230px;
    height: auto;
  }
}
.banner-unit__item:last-of-type {
  margin: 0;
}

.product-list {
  overflow-x: scroll;
}
@media screen and (min-width: 1024px) {
  .product-list {
    overflow: unset;
  }
}
.product-list__inr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .product-list__inr {
    padding-bottom: 0;
    width: 100%;
    flex-wrap: wrap;
  }
}
.product-list__item {
  margin-right: 15px;
  width: 120px;
}
@media screen and (min-width: 1024px) {
  .product-list__item {
    width: 136px;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .product-list__item:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}
.product-list__item:first-of-type .ranking__rank {
  color: #e6bf00;
}
.product-list__item:nth-of-type(2) .ranking__rank {
  color: #4d7099;
}
.product-list__item:nth-of-type(3) .ranking__rank {
  color: #cc5229;
}
@media screen and (min-width: 1024px) {
  .product-list__item:not(:nth-child(5n)) {
    margin-right: 10px;
  }
}
.product-list img {
  margin-bottom: 5px;
}
.product-list__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.product-list__unitprice {
  color: #FF0017;
  font-size: 1.4rem;
  font-weight: bold;
}
.product-list__lot {
  color: #888;
  font-size: 1.2rem;
}
.product-list__name {
  color: #222;
  font-size: 1.2rem;
}

.ranking {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
  background: #ebfcff;
}
.ranking .title {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .ranking .title {
    text-align: unset;
    margin-bottom: 15px;
  }
}
.ranking .product-list__item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ranking .product-list__item {
    width: 128px;
  }
}
.ranking .product-list__item:last-of-type {
  margin: 0;
}
.ranking__rank {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -10px;
  left: -10px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-right: 0;
  padding-left: 8px;
  background: #ebfcff;
  border-radius: 20px;
  color: #aaa;
  font-size: 1.2rem;
}
.ranking__rank .number {
  font-size: 2.2rem;
}

.sale {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
  background: #fefdcd;
}
@media screen and (min-width: 600px) {
  .sale .heading-unit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 3px solid #9d0000;
  }
}
@media screen and (min-width: 600px) {
  .sale .heading-unit__text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.sale .heading-unit .title {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .sale .heading-unit .title {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none;
    text-align: unset;
  }
}
@media screen and (min-width: 1024px) {
  .sale .product-list__item {
    width: 128px;
  }
}

.feature-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.feature-list__item {
  margin-bottom: 20px;
  width: calc((100vw - 40px) / 2);
}
@media screen and (min-width: 600px) {
  .feature-list__item {
    margin-bottom: 30px;
    width: 168px;
  }
}
@media screen and (min-width: 1024px) {
  .feature-list__item:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}
.feature-list__item .img {
  border-radius: 5px;
}
.feature-list__title {
  color: #222;
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .feature-list__title {
    font-size: 1.4rem;
    font-weight: bold;
  }
}

@media screen and (min-width: 600px) {
  .column-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.column-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .column-list__item {
    flex-direction: column;
    margin-bottom: 30px;
    width: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .column-list__item:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}
.column-list__item img {
  width: calc(100vw - 220px);
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .column-list__item img {
    margin: 0;
  }
}
.column-list__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  width: 190px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .column-list__wrap {
    width: 100%;
  }
}
.column-list__sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
}
.column-list__sub .tag--new, .column-list__sub .tag--feature {
  margin: 0;
}
.column-list__title {
  color: #222;
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .column-list__title {
    font-size: 1.4rem;
    font-weight: bold;
  }
}

/*====================================================================================================

footer + footer Icon styles

======================================================================================================*/
/*
	mixin
================================*/
/*
	footer styles
================================*/
.main-footer__sub {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  background: #eee;
  background: #eee;
}
@media screen and (min-width: 1348px) {
  .main-footer__sub {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
  }
}
.main-footer__info {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  background: #eee;
  background: #eee;
  border-top: 3px solid #9d0000;
  position: relative;
}
@media screen and (min-width: 1348px) {
  .main-footer__info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
  }
}
.main-footer__body {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  background: #eee;
  padding-bottom: 95px;
  background: #9d0000;
  position: relative;
}
@media screen and (min-width: 1348px) {
  .main-footer__body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .main-footer__body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (min-width: 1024px) {
  .main-footer__body {
    padding-bottom: 20px;
  }
}
.main-footer__body--lite {
  padding-bottom: 40px;
}
.main-footer__wrap {
  width: 100%;
}
@media screen and (min-width: 1348px) {
  .main-footer__wrap {
    width: 1200px;
  }
}
.main-footer__inr {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .main-footer__inr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (min-width: 1348px) {
  .main-footer__inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 1200px;
  }
}
.main-footer__calendar {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  background: #fff;
}
@media screen and (min-width: 1348px) {
  .main-footer__calendar {
    margin-right: 40px;
    width: calc(100vw - 30px);
    max-width: 660px;
    height: auto;
  }
}
@media screen and (min-width: 600px) {
  .main-footer__contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    width: calc(100vw - 30px);
    max-width: 660px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1348px) {
  .main-footer__contact {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
}
.main-footer__company {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  max-width: 300px;
}
@media screen and (min-width: 1348px) {
  .main-footer__company {
    padding-right: 60px;
    padding-left: 0;
    margin-bottom: 0;
    width: 260px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.main-footer__company .caption {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}
@media all and (min-width: 1024px) {
  .main-footer__company--lite {
    flex-direction: row;
    width: auto;
    align-items: center;
    width: 100%;
    border-right: none;
    max-width: none;
    margin-bottom: 0;
  }
}
@media print {
  .main-footer__company--lite {
    flex-direction: row;
    width: auto;
    align-items: center;
    width: 100%;
    border-right: none;
    max-width: none;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .main-footer__company--lite img {
    width: 200px;
  }
}
@media print {
  .main-footer__company--lite img {
    width: 200px;
  }
}
@media all and (min-width: 1024px) {
  .main-footer__company--lite .caption {
    max-width: 420px;
    margin-top: 0;
    margin-left: 20px;
  }
}
@media print {
  .main-footer__company--lite .caption {
    max-width: 420px;
    margin-top: 0;
    margin-left: 20px;
  }
}
.main-footer__nav {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1348px) {
  .main-footer__nav {
    margin-bottom: 0;
    margin-left: 60px;
    width: 750px;
  }
}
.main-footer__nav__item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .main-footer__nav__item {
    padding-right: 40px;
    padding-left: 0;
    border: none;
    text-align: unset;
  }
}
.main-footer__nav__item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 600px) {
  .main-footer__nav__item:last-of-type {
    border: none;
  }
}
.main-footer__nav__text {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .main-footer__nav__text:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 600px) {
  .main-footer__nav__inr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    height: 120px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1348px) {
  .main-footer__nav__inr {
    align-content: flex-start;
  }
}
.main-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .main-footer__sns__item:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease;
  }
}
.main-footer__sns__item:not(:last-child) {
  margin-right: 20px;
}
.main-footer__copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 1348px) {
  .main-footer__copyright {
    width: 1200px;
    text-align: end;
  }
}
.main-footer__copyright--lite {
  font-weight: normal;
}
@media all and (max-width: 1023px) {
  .main-footer__copyright--lite {
    margin-top: 58px;
  }
}
@media print {
  .main-footer__copyright--lite {
    margin-top: 58px;
  }
}
@media all and (min-width: 1024px) {
  .main-footer__copyright--lite {
    margin-top: -20px;
    text-align: right;
    width: 100%;
    max-width: 1200px;
  }
}
@media print {
  .main-footer__copyright--lite {
    margin-top: -20px;
    text-align: right;
    width: 100%;
    max-width: 1200px;
  }
}

.content-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .content-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 600px) {
  .content-footer .heading-unit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}
.content-footer .heading-unit .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .content-footer .heading-unit .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
  }
}
.content-footer .heading-unit .button__list {
  margin-right: auto;
  margin-left: auto;
  margin-top: -20px;
  margin-bottom: 30px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .content-footer .heading-unit .button__list {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-footer .product-list__item {
    width: calc((100vw - 210px) / 8);
    max-width: 125px;
    margin-right: 15px;
  }
}
.content-footer.small .product-list__item {
  width: 80px;
}
@media screen and (min-width: 1024px) {
  .content-footer.small .product-list__item {
    width: calc((100vw - 210px) / 8);
    max-width: 125px;
    margin-right: 15px;
  }
}
.content-footer .feature-list__item {
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .content-footer .feature-list__item {
    margin-bottom: 30px;
    width: calc((100vw - 110px) / 3);
    max-width: 360px;
  }
}
.content-footer .feature-list__item:last-of-type {
  margin: 0;
}
.content-footer .feature-list__title {
  color: #222;
  font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
  .content-footer .feature-list__title {
    font-size: 1.4rem;
    font-weight: normal;
  }
}
.content-footer:last-of-type {
  margin-bottom: 0;
}

.contact__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 600px) {
  .contact__main {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    width: 50%;
    border-bottom: none;
    border-right: 1px solid #ccc;
  }
}
@media screen and (min-width: 600px) and (min-width: 1348px) {
  .contact__main {
    padding-bottom: 20px;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
    width: auto;
    border-right: none;
  }
}
.contact__text {
  margin-bottom: 15px;
}
@media screen and (min-width: 1348px) {
  .contact__text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  .contact__heading {
    margin-right: 15px;
  }
}
.contact__heading .sub {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.contact__heading .title {
  padding: 0;
  margin-bottom: 5px;
  border: none;
}
@media screen and (min-width: 600px) {
  .contact__heading .title {
    margin: 0;
  }
}
.contact__lead {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .contact__lead {
    text-align: unset;
  }
}
@media screen and (min-width: 1348px) {
  .contact__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.contact__info .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
}
@media screen and (min-width: 1348px) {
  .contact__info .tel {
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.contact__info .tel__num {
  position: relative;
  padding-left: 35px;
  color: #9d0000;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .contact__info .tel__num {
    font-size: 3rem;
  }
}
@media screen and (min-width: 600px) and (min-width: 1024px) {
  .contact__info .tel__num {
    pointer-events: none;
  }
}
.contact__info .tel__num::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  top: 11px;
  left: 0;
  background: no-repeat 0 0/contain;
  background-image: url(../img/ico_call_r.svg);
}
.contact__info .tel__time {
  color: #9d0000;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .contact__info .tel__time {
    font-size: 1.2rem;
  }
}
.contact__info .mail-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  width: 270px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  background: #9d0000;
  color: #fff;
  transition: all 0.2s ease;
}
.contact__info .mail-button::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 14px;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  background: no-repeat 0 0/contain;
  background-image: url(../img/ico_mail_w.svg);
}
@media screen and (min-width: 600px) {
  .contact__info .mail-button::before {
    left: 35px;
  }
}
@media screen and (min-width: 600px) {
  .contact__info .mail-button {
    width: 170px;
    font-size: 1.6rem;
  }
}
.contact__opinion {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .contact__opinion {
    padding-top: 0;
    width: 45%;
  }
}
@media screen and (min-width: 600px) and (min-width: 1348px) {
  .contact__opinion {
    padding-top: 20px;
    width: auto;
  }
}

.opinion__title {
  margin-bottom: 15px;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 1348px) {
  .opinion__title {
    margin-bottom: 10px;
  }
}
.opinion__form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.opinion__form .sub-button__lbg {
  -webkit-appearance: none;
}
.opinion__textarea {
  margin-bottom: 5px;
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  resize: vertical;
}
@media screen and (min-width: 1348px) {
  .opinion__textarea {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

.form__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1348px) {
  .form__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
}
.form__wrap .caption {
  margin-bottom: 10px;
}
@media screen and (min-width: 1348px) {
  .form__wrap .caption {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.form__wrap .sub-button__lbg {
  background: #fff;
}

/*====================================================================================================

calender styles

======================================================================================================*/
/*
	mixin
================================*/
/*
	base calendar
================================*/
.calendar__wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 600px) {
  .calendar__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
}
.calendar__title {
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  background: #eee;
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.calendar__time {
  margin-bottom: 10px;
  width: 100%;
  color: #9d0000;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.calendar__item {
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .calendar__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100vw - 40px);
    max-width: 650px;
  }
}
.calendar__img {
  width: calc((100vw - 48px) / 3);
}
@media screen and (min-width: 600px) {
  .calendar__img {
    width: calc((100vw - 60px) / 3);
    max-width: 210px;
  }
}
.calendar__caption {
  color: #888;
  font-size: x-small;
  line-height: 2;
}
.calendar__caption .red {
  background: #ffd9dc;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 5px;
}
.calendar__caption .blue {
  background: #ebfcff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 5px;
}
.calendar__caption .frame {
  width: 30px;
  height: 16px;
  border: 2px solid #9d0000;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.month {
  display: inline-table;
  width: 180px;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .month {
    width: calc(630px / 3);
  }
}
.month__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
  background: #222;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .month__title {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 4px solid #fff;
  }
}

.day {
  border-right: 1px solid #fff;
}
@media screen and (min-width: 600px) {
  .day {
    border-right: 2px solid #fff;
  }
}
.day:last-child {
  border: none;
}
.day-unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1px;
}
@media screen and (min-width: 600px) {
  .day-unit {
    margin-bottom: 2px;
  }
}
.day-unit:nth-child(8) {
  margin-bottom: 10px;
}
.day__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  width: calc(168px / 7);
  background: #ccc;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .day__header {
    width: calc(198px / 7);
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.day__header--sunday {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  width: calc(168px / 7);
  background: #9d0000;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .day__header--sunday {
    width: calc(198px / 7);
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.day__header--saturday {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  width: calc(168px / 7);
  background: #337ab7;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .day__header--saturday {
    width: calc(198px / 7);
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.day__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  width: calc(168px / 7);
  background: #f7f7f7;
  border: 2px solid #f7f7f7;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .day__content {
    width: calc(198px / 7);
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.day__content.today {
  border: 2px solid #9d0000;
}
.day__content--closed {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  width: calc(168px / 7);
  background: #ffd9dc;
  border: 2px solid #ffd9dc;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .day__content--closed {
    width: calc(198px / 7);
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.day__content--closed.today {
  border: 2px solid #9d0000;
}
.day__content--support {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  width: calc(168px / 7);
  background: #ebfcff;
  border: 2px solid #ebfcff;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .day__content--support {
    width: calc(198px / 7);
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.day__content--support.today {
  border: 2px solid #9d0000;
}
.day__content--inactive {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  width: calc(168px / 7);
  background: #eee;
  border: 2px solid #eee;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .day__content--inactive {
    width: calc(198px / 7);
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.breadcrumb {
  width: 100%;
  overflow-x: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-bottom: 5px;
}
.breadcrumb::-webkit-scrollbar {
  width: calc(100% - 32px);
  height: 5px;
}
.breadcrumb::-webkit-scrollbar-track {
  width: 100%;
  border-radius: 3px;
  box-shadow: inset 0 0 6px #dfdfdf;
}
.breadcrumb::-webkit-scrollbar-thumb {
  box-shadow: 0 0 0 1px #8f8f8f;
  background-color: #8f8f8f;
  border-radius: 5px;
}
@media all and (max-width: 1023px) {
  .breadcrumb {
    font-size: 1rem;
  }
}
@media print {
  .breadcrumb {
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .breadcrumb {
    font-size: 1.2rem;
  }
}
@media print {
  .breadcrumb {
    font-size: 1.2rem;
  }
}
.breadcrumb__item:nth-child(n+2) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.breadcrumb__item:nth-child(n+2):before {
  content: "＞";
  display: inline-block;
}
@media all and (max-width: 1023px) {
  .breadcrumb__item:nth-child(n+2):before {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media print {
  .breadcrumb__item:nth-child(n+2):before {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media all and (min-width: 1024px) {
  .breadcrumb__item:nth-child(n+2):before {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media print {
  .breadcrumb__item:nth-child(n+2):before {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.breadcrumb__item:not(:last-child) {
  margin-right: 2rem;
}
.breadcrumb__item:not(:last-child) .breadcrumb__link {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-child) .breadcrumb__link:hover {
  text-decoration: none;
}
.breadcrumb__item > .breadcrumb__link {
  color: #337ab7;
}
.breadcrumb__item > .breadcrumb__link,
.breadcrumb__item > .breadcrumb__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.breadcrumb__text, .breadcrumb__link {
  white-space: nowrap;
}

.message-none {
  color: #ff0017;
  text-align: center;
  background-color: #ffd9dc;
}
@media all and (max-width: 1023px) {
  .message-none {
    padding: 15px;
  }
}
@media print {
  .message-none {
    padding: 15px;
  }
}
@media all and (min-width: 1024px) {
  .message-none {
    padding: 10px;
  }
}
@media print {
  .message-none {
    padding: 10px;
  }
}
.message-none__text--lg {
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .message-none__text--lg {
    font-size: 1.4rem;
  }
}
@media print {
  .message-none__text--lg {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1024px) {
  .message-none__text--lg {
    font-size: 1.4rem;
  }
}
@media print {
  .message-none__text--lg {
    font-size: 1.4rem;
  }
}

.message-comment {
  background-color: #fefdcd;
}
@media all and (max-width: 1023px) {
  .message-comment {
    padding: 10px 15px 10px;
  }
}
@media print {
  .message-comment {
    padding: 10px 15px 10px;
  }
}
@media all and (min-width: 1024px) {
  .message-comment {
    padding: 15px 20px 15px;
    margin-bottom: 40px;
  }
}
@media print {
  .message-comment {
    padding: 15px 20px 15px;
    margin-bottom: 40px;
  }
}
.message-comment__text {
  color: #ff0017;
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .message-comment__text {
    font-size: 1.6rem;
  }
}
@media print {
  .message-comment__text {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .message-comment__text {
    font-size: 1.8rem;
  }
}
@media print {
  .message-comment__text {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1023px) {
  .message-comment__text--sm {
    font-size: 1.4rem;
  }
}
@media print {
  .message-comment__text--sm {
    font-size: 1.4rem;
  }
}
.message-comment a {
  color: inherit;
  text-decoration: underline;
}
@media all and (min-width: 1024px) {
  .message-comment a:hover {
    text-decoration: none;
  }
}
@media print {
  .message-comment a:hover {
    text-decoration: none;
  }
}
.message-comment .caption {
  display: block;
  margin-top: 5px;
}
.message-comment .text-link {
  color: #337ab7 !important;
}

.message-main {
  padding-top: 15px;
  padding-bottom: 17px;
  background-color: #f7f7f7;
}
.message-main__text {
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #9d010f;
  font-size: 1.8rem;
}

.message-icon {
  margin-top: 15px;
}
@media all and (min-width: 1024px) {
  .message-icon {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media print {
  .message-icon {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.message-icon__item {
  color: #9d010f;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid #9d010f;
}
@media all and (max-width: 1023px) {
  .message-icon__item {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 30px;
  }
}
@media print {
  .message-icon__item {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 30px;
  }
}
@media all and (min-width: 1024px) {
  .message-icon__item {
    width: calc((100% - 40px) / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .message-icon__item {
    width: calc((100% - 40px) / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1023px) {
  .message-icon__item:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media print {
  .message-icon__item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.message-icon__icon {
  color: #bf0113;
}
.message-icon__icon .icon {
  font-size: 2.2rem;
}
.message-icon__icon .icon-coupon {
  font-size: 1.2rem;
}
.message-icon__text {
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  color: #9d010f;
  margin-left: 15px;
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .message-icon__text {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1348px) {
  .message-icon__text {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1023px) {
  .message-icon__text {
    font-size: 1.6rem;
  }
}
@media print {
  .message-icon__text {
    font-size: 1.6rem;
  }
}
.message-icon__text--sm {
  color: #888888;
  font-weight: normal;
}
@media all and (max-width: 1023px) {
  .message-icon__text--sm {
    display: inline-block;
    margin-left: 5px;
    font-size: 1rem;
  }
}
@media print {
  .message-icon__text--sm {
    display: inline-block;
    margin-left: 5px;
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .message-icon__text--sm {
    font-size: 1.2rem;
    margin-top: -3px;
    display: block;
  }
}
@media print {
  .message-icon__text--sm {
    font-size: 1.2rem;
    margin-top: -3px;
    display: block;
  }
}

@media all and (max-width: 1023px) {
  .message-important {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media print {
  .message-important {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1024px) {
  .message-important {
    height: 179px;
    margin-bottom: 20px;
  }
}
@media print {
  .message-important {
    height: 179px;
    margin-bottom: 20px;
  }
}
.message-important--noscroll {
  height: auto;
}
@media all and (min-width: 1024px) {
  .message-important--noscroll {
    margin-top: 20px;
  }
}
@media print {
  .message-important--noscroll {
    margin-top: 20px;
  }
}
.message-important__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #9d010f;
  border-radius: 10px 10px 0 0;
}
@media all and (max-width: 1023px) {
  .message-important__heading {
    padding: 7px 10px;
  }
}
@media print {
  .message-important__heading {
    padding: 7px 10px;
  }
}
@media all and (min-width: 1024px) {
  .message-important__heading {
    padding: 7px 20px;
  }
}
@media print {
  .message-important__heading {
    padding: 7px 20px;
  }
}
.message-important__heading--text {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
}
.message-important__heading .button__list {
  margin-bottom: 0;
}
.message-important__alert {
  width: 100%;
}
.message-important__link {
  position: relative;
  margin-bottom: 2px;
  background: #ffd9dc;
  color: #222222;
  font-size: 1.4rem;
  padding: 8px 15px 8px 42px;
  text-decoration: underline;
}
@media all and (max-width: 1023px) {
  .message-important__link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
@media print {
  .message-important__link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .message-important__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .message-important__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.message-important__link:hover {
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .message-important__link {
    padding-left: 36px;
    margin-bottom: 5px;
  }
}
.message-important__link::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url(../img/icon_alert.svg) no-repeat 0 0/contain;
}
@media all and (max-width: 1023px) {
  .message-important__link::before {
    top: 22px;
    left: 12px;
  }
}
@media print {
  .message-important__link::before {
    top: 22px;
    left: 12px;
  }
}
@media all and (min-width: 1024px) {
  .message-important__link::before {
    top: 50%;
  }
}
@media print {
  .message-important__link::before {
    top: 50%;
  }
}
.message-important__link--text {
  margin-right: 5px;
}
.message-important__link--date {
  white-space: nowrap;
}
@media all and (max-width: 1023px) {
  .message-important__link--date {
    font-size: 1rem;
  }
}
@media print {
  .message-important__link--date {
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .message-important__link--date {
    font-size: 1.2rem;
  }
}
@media print {
  .message-important__link--date {
    font-size: 1.2rem;
  }
}
.message-important__content--noscroll .message-important__link {
  text-decoration: none;
}
.message-important__link.text {
  text-decoration: none;
}
.message-important__inner {
  overflow-y: auto;
  height: 100%;
}
.message-important__content--noscroll .message-important__inner {
  overflow: hidden;
}
.message-important__content--none .message-important__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #ccc;
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .message-important__content--none .message-important__inner {
    font-size: 1.4rem;
  }
}
@media print {
  .message-important__content--none .message-important__inner {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1024px) {
  .message-important__content--none .message-important__inner {
    font-size: 1.6rem;
  }
}
@media print {
  .message-important__content--none .message-important__inner {
    font-size: 1.6rem;
  }
}
.message-important__content {
  border-radius: 0 0 10px 10px;
  border: solid 1px #ccc;
  background-color: #ffffff;
}
@media all and (max-width: 1023px) {
  .message-important__content {
    height: 180px;
    padding: 20px 15px;
  }
}
@media print {
  .message-important__content {
    height: 180px;
    padding: 20px 15px;
  }
}
@media all and (min-width: 1024px) {
  .message-important__content {
    height: 140px;
    padding: 20px;
  }
}
@media print {
  .message-important__content {
    height: 140px;
    padding: 20px;
  }
}
.message-important__content--noscroll {
  height: auto;
}
@media all and (max-width: 1023px) {
  .message-important__content--none {
    height: 80px;
  }
}
@media print {
  .message-important__content--none {
    height: 80px;
  }
}
.message-important--all {
  height: auto;
}
.message-important--all .message-important__content {
  height: auto;
}

@media all and (max-width: 1023px) {
  .message-list {
    margin-bottom: 40px;
  }
}
@media print {
  .message-list {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1024px) {
  .message-list {
    margin-bottom: 50px;
  }
}
@media print {
  .message-list {
    margin-bottom: 50px;
  }
}
.message-list__item {
  font-size: 1.4rem;
  background-color: #f7f7f7;
  padding: 10px 20px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .message-list__item {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .message-list__item {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.message-list__item:nth-child(n+2) {
  margin-top: 5px;
}
.message-list__item__tag {
  width: 50px;
  min-width: 50px;
}
@media all and (max-width: 1023px) {
  .message-list__item__tag {
    margin-right: 5px;
    order: 1;
  }
}
@media print {
  .message-list__item__tag {
    margin-right: 5px;
    order: 1;
  }
}
@media all and (min-width: 1024px) {
  .message-list__item__tag {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media print {
  .message-list__item__tag {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.message-list__item__tag > * {
  margin: 0;
}
.message-list__item__link {
  display: inline-block;
}
@media all and (max-width: 1023px) {
  .message-list__item__link {
    margin-top: 5px;
    order: 3;
  }
}
@media print {
  .message-list__item__link {
    margin-top: 5px;
    order: 3;
  }
}
@media all and (min-width: 1024px) {
  .message-list__item__link {
    margin-right: 10px;
  }
}
@media print {
  .message-list__item__link {
    margin-right: 10px;
  }
}
.message-list__item__date {
  font-size: 1.2rem;
  min-width: 110px;
}
@media all and (max-width: 1023px) {
  .message-list__item__date {
    order: 2;
    margin-top: 5px;
  }
}
@media print {
  .message-list__item__date {
    order: 2;
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .message-list__item__date {
    margin-left: auto;
  }
}
@media print {
  .message-list__item__date {
    margin-left: auto;
  }
}
.message-list__item--read .tag--required {
  color: #aaa;
  border-color: #ccc;
  background-color: #ffffff;
}

.button-icon {
  display: block;
  display: block;
  background-color: #ffffff;
  font-size: 1rem;
  color: #222222;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  box-sizing: border-box;
}
@media all and (max-width: 1023px) {
  .button-icon {
    border: solid 2px #ccc;
    width: 58px;
    height: 58px;
  }
}
@media print {
  .button-icon {
    border: solid 2px #ccc;
    width: 58px;
    height: 58px;
  }
}
@media all and (min-width: 1024px) {
  .button-icon {
    border: solid 3px #ccc;
    width: 82px;
    height: 82px;
  }
}
@media print {
  .button-icon {
    border: solid 3px #ccc;
    width: 82px;
    height: 82px;
  }
}
.button-icon img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (max-width: 1023px) {
  .button-icon img {
    width: 18px;
    height: 20px;
  }
}
@media print {
  .button-icon img {
    width: 18px;
    height: 20px;
  }
}
@media all and (min-width: 1024px) {
  .button-icon img {
    width: 22px;
    height: 24px;
  }
}
@media print {
  .button-icon img {
    width: 22px;
    height: 24px;
  }
}
.button-icon .icon {
  color: #ff8d25;
}
@media all and (max-width: 1023px) {
  .button-icon .icon {
    font-size: 1.8rem;
  }
}
@media print {
  .button-icon .icon {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1024px) {
  .button-icon .icon {
    font-size: 2.2rem;
  }
}
@media print {
  .button-icon .icon {
    font-size: 2.2rem;
  }
}
.button-icon__text {
  font-size: 1rem;
}
@media all and (max-width: 1023px) {
  .button-icon__text {
    display: block;
    margin-top: 5px;
    text-align: center;
  }
}
@media print {
  .button-icon__text {
    display: block;
    margin-top: 5px;
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  .button-icon__text {
    margin-top: 12px;
  }
}
@media print {
  .button-icon__text {
    margin-top: 12px;
  }
}
.block-detail__button--selected .button-icon {
  background-color: #ff8d25;
  color: #ffffff;
}
.block-detail__button--selected .button-icon .icon {
  color: #ffffff;
}
.block-detail__button--selected .button-icon:hover {
  background-color: rgba(248, 141, 38, 0.6) !important;
}
.block-detail__button--disable .button-icon {
  background-color: #eee;
  color: #aaa;
  pointer-events: none;
  cursor: auto !important;
}
.block-detail__button--disable .button-icon .icon {
  color: #aaa;
}
.button-icon:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.6);
}
.button-icon:hover .button-icon__text {
  opacity: 0.6;
}

.button-copy {
  position: relative;
}
.button-copy:after {
  content: "リンクをコピーしました";
  z-index: 10;
  font-size: 1.4rem;
  color: #ffffff;
  width: 100vw;
  height: 40px;
  border-radius: 3px;
  padding: 5px;
  background: #4c4c4c;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.button-copy.copied::after {
  display: flex;
}

.button-band {
  font-size: 1.4rem;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 20px;
}
@media all and (max-width: 1023px) {
  .button-band {
    padding: 15px;
  }
}
@media print {
  .button-band {
    padding: 15px;
  }
}
@media all and (min-width: 1024px) {
  .button-band {
    padding: 5px 20px;
  }
}
@media print {
  .button-band {
    padding: 5px 20px;
  }
}
.button-band:hover {
  opacity: 1;
}
.button-band__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 10px;
  font-size: 1.4rem;
  cursor: auto;
}
.button-band__text:hover {
  opacity: 1;
}
.button-band__text .icon {
  font-size: 1.8rem;
  color: #01a6de;
  display: inline-block;
  margin-right: 10px;
}
.button-band__text--name {
  word-break: break-all;
  cursor: auto;
}
.button-band__text--name:hover {
  opacity: 1;
}
.button-band + .button-band {
  margin-top: 5px;
}

.button-pagetop {
  width: 70px;
  height: 96px;
}
@media all and (max-width: 1023px) {
  .button-pagetop {
    position: absolute;
    bottom: 60px;
    right: 10px;
  }
}
@media print {
  .button-pagetop {
    position: absolute;
    bottom: 60px;
    right: 10px;
  }
}
@media all and (min-width: 1024px) {
  .button-pagetop {
    position: fixed;
    right: 15px;
    bottom: 20px;
  }
}
@media print {
  .button-pagetop {
    position: fixed;
    right: 15px;
    bottom: 20px;
  }
}

.button-anchor {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 8px 38px 8px 20px;
  border: 1px solid #a5a5a5;
  border-radius: 16px;
  color: #222222;
  position: relative;
  display: block;
}
@media screen and (max-width: 599px) {
  .button-anchor {
    text-align: center;
  }
}
.button-anchor:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  transform: rotate(45deg) translateX(-1px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
}

.btn-back {
  margin-top: 60px;
}
.btn-back .button {
  margin-left: auto;
  margin-right: auto;
}
.btn-back--between {
  margin-top: 20px;
}
.btn-back--sm {
  margin-top: 30px;
}

.button-good {
  padding: 7px 20px 7px 35px;
  background: #ff8d25;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
}
.button-good:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: no-repeat 0 0/contain;
  background-image: url(../img/icon-thumb-up.svg);
}
.button-good.is-selected {
  opacity: 0.3;
  pointer-events: none;
}

@media all and (max-width: 1023px) {
  .flow-order {
    margin-top: 20px;
  }
}
@media print {
  .flow-order {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .flow-order {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media print {
  .flow-order {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.flow-order__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
.flow-order__item {
  background: #eeeeee;
  color: #222222;
  border-right: 1px solid #ffffff;
}
@media all and (max-width: 1023px) {
  .flow-order__item {
    width: 80px;
    height: 55px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .flow-order__item {
    width: 80px;
    height: 55px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .flow-order__item {
    width: 160px;
    height: 45px;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .flow-order__item {
    width: 160px;
    height: 45px;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.flow-order__item--current {
  background-color: #9d010f;
  color: #ffffff;
  position: relative;
  border-right: none;
}
.flow-order__item--current:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-left: 7px solid #9d010f;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 100%;
}
.flow-order__item:first-child {
  border-radius: 5px 0 0 5px;
}
.flow-order__item:last-child {
  border-radius: 0 5px 5px 0;
}
.flow-order__item:last-child:after {
  content: none;
}
@media all and (max-width: 1023px) {
  .flow-order__title {
    font-size: 1rem;
    margin-top: 3px;
  }
}
@media print {
  .flow-order__title {
    font-size: 1rem;
    margin-top: 3px;
  }
}
@media all and (min-width: 1024px) {
  .flow-order__title {
    font-size: 1.2rem;
  }
}
@media print {
  .flow-order__title {
    font-size: 1.2rem;
  }
}
.flow-order__step {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (min-width: 1024px) {
  .flow-order__step {
    flex-direction: column;
    margin-right: 10px;
  }
}
@media print {
  .flow-order__step {
    flex-direction: column;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) {
  .flow-order__step--center {
    margin-right: 25px;
  }
}
@media print {
  .flow-order__step--center {
    margin-right: 25px;
  }
}
.flow-order__step--text {
  font-size: 1rem;
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .flow-order__step--text {
    display: inline-block;
    margin-right: 3px;
  }
}
@media print {
  .flow-order__step--text {
    display: inline-block;
    margin-right: 3px;
  }
}
@media all and (min-width: 1024px) {
  .flow-order__step--text {
    transform: scale(0.8);
    display: block;
  }
}
@media print {
  .flow-order__step--text {
    transform: scale(0.8);
    display: block;
  }
}
.flow-order__step--num {
  line-height: 1;
}
@media all and (max-width: 1023px) {
  .flow-order__step--num {
    font-size: 1.2rem;
  }
}
@media print {
  .flow-order__step--num {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1024px) {
  .flow-order__step--num {
    font-size: 1.4rem;
  }
}
@media print {
  .flow-order__step--num {
    font-size: 1.4rem;
  }
}

.sample-caption {
  margin-top: 10px;
}

@media all and (max-width: 1023px) {
  .sample-heading {
    margin-top: 40px;
  }
}
@media print {
  .sample-heading {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .sample-heading {
    margin-top: 60px;
  }
}
@media print {
  .sample-heading {
    margin-top: 60px;
  }
}

.slick-slider {
  touch-action: auto;
}

.leaflet-control-container {
  display: none !important;
}

.block-detail {
  margin-top: 20px;
}
.block-detail__heading .icon {
  color: #ffffff;
  font-size: 2rem;
}
.block-detail__heading--sm {
  color: #888888;
  font-size: 1.2rem;
  font-weight: normal;
}
.block-detail__title {
  margin-bottom: 0 !important;
}
.block-detail__tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 599px) {
  .block-detail__tags {
    margin-top: 10px;
  }
}
.block-detail__tags .icon {
  font-size: 1.8rem;
  color: #9d010f;
}
@media all and (min-width: 600px) {
  .block-detail__tags .icon {
    display: inline-block;
    margin-top: 10px;
  }
}
@media print {
  .block-detail__tags .icon {
    display: inline-block;
    margin-top: 10px;
  }
}
.block-detail__taglist {
  width: 100%;
  margin-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .block-detail__taglist {
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.block-detail__tag {
  white-space: nowrap;
}
@media all and (min-width: 1024px) {
  .block-detail__tag {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-detail__tag:hover {
    opacity: 0.6;
  }
}
@media print {
  .block-detail__tag {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-detail__tag:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 600px) {
  .block-detail__tag {
    display: inline-block;
    margin-top: 10px;
  }
}
@media print {
  .block-detail__tag {
    display: inline-block;
    margin-top: 10px;
  }
}
@media all and (max-width: 1023px) {
  .block-detail__wrap {
    margin-top: 20px;
  }
}
@media print {
  .block-detail__wrap {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__wrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-detail__wrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__images {
    width: 400px;
  }
}
@media print {
  .block-detail__images {
    width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .block-detail__main {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-detail__main {
    width: 360px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__main {
    height: 402px;
  }
}
@media print {
  .block-detail__main {
    height: 402px;
  }
}
@media all and (max-width: 1023px) {
  .block-detail__main__wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 100%;
    width: 100%;
    overflow: hidden;
  }
}
@media print {
  .block-detail__main__wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 100%;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-detail__main__wrap {
    padding-top: 0 !important;
  }
}
.block-detail__main__item {
  border: 1px solid #ccc;
}
.block-detail__main__item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}
@media all and (min-width: 1024px) {
  .block-detail__main__item img {
    height: 400px;
  }
}
@media print {
  .block-detail__main__item img {
    height: 400px;
  }
}
@media all and (max-width: 1023px) {
  .block-detail__main .slick-list,
.block-detail__main .slick-track {
    height: 100%;
  }
}
@media print {
  .block-detail__main .slick-list,
.block-detail__main .slick-track {
    height: 100%;
  }
}
.block-detail__thumb {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media all and (max-width: 1023px) {
  .block-detail__thumb {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }
}
@media print {
  .block-detail__thumb {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }
}
.block-detail__thumb__item {
  border: 1px solid #ccc;
  cursor: pointer;
  box-sizing: border-box;
}
@media all and (max-width: 1023px) {
  .block-detail__thumb__item {
    width: calc((100% - 40px) / 5);
    max-height: 64px;
    margin-top: 10px;
    margin-left: 10px;
  }
}
@media print {
  .block-detail__thumb__item {
    width: calc((100% - 40px) / 5);
    max-height: 64px;
    margin-top: 10px;
    margin-left: 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__thumb__item {
    width: calc((100% - 40px) / 5);
    height: 72px;
    margin-left: 10px;
  }
}
@media print {
  .block-detail__thumb__item {
    width: calc((100% - 40px) / 5);
    height: 72px;
    margin-left: 10px;
  }
}
.block-detail__thumb__item.thumbnail-current {
  border: 3px solid #ff8d25;
}
.block-detail__thumb__item .slick-track {
  width: 400px !important;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.block-detail__thumb__item:nth-child(5n+1) {
  margin-left: 0;
}
@media all and (min-width: 1024px) {
  .block-detail__thumb__item:nth-child(n+6) {
    margin-top: 10px;
  }
}
@media print {
  .block-detail__thumb__item:nth-child(n+6) {
    margin-top: 10px;
  }
}
.block-detail__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.block-detail__anno {
  text-align: center;
  color: #888888;
  margin-top: 10px;
}
@media all and (max-width: 1023px) {
  .block-detail__anno {
    font-size: 1rem;
  }
}
@media print {
  .block-detail__anno {
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__anno {
    font-size: 1.2rem;
  }
}
@media print {
  .block-detail__anno {
    font-size: 1.2rem;
  }
}
.block-detail__strong {
  margin-top: 20px;
}
.block-detail__strong--sm {
  margin-top: 10px;
}
.block-detail__desc {
  font-size: 1.4rem;
  color: #222222;
  line-height: 1.6;
}
@media all and (max-width: 1023px) {
  .block-detail__desc {
    margin-top: 35px;
  }
}
@media print {
  .block-detail__desc {
    margin-top: 35px;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__desc {
    margin-top: 55px;
  }
}
@media print {
  .block-detail__desc {
    margin-top: 55px;
  }
}
.block-detail__desc p + p {
  margin-top: 20px;
}
.block-detail__desc a {
  text-decoration: underline;
  color: #337ab7;
}
@media all and (min-width: 1024px) {
  .block-detail__desc a {
    cursor: pointer;
  }
  .block-detail__desc a:hover {
    text-decoration: none;
  }
}
@media print {
  .block-detail__desc a {
    cursor: pointer;
  }
  .block-detail__desc a:hover {
    text-decoration: none;
  }
}
.block-detail__contents {
  background-color: #fff1e4;
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .block-detail__contents {
    width: 100%;
    margin-top: 40px;
    padding: 30px 15px;
  }
}
@media print {
  .block-detail__contents {
    width: 100%;
    margin-top: 40px;
    padding: 30px 15px;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__contents {
    width: 510px;
    padding: 40px 30px;
  }
}
@media print {
  .block-detail__contents {
    width: 510px;
    padding: 40px 30px;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-detail__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.block-detail__item:nth-child(n+2) {
  margin-top: 20px;
}
.block-detail__item__name {
  font-weight: 600;
  margin-right: 10px;
  position: relative;
  padding-top: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}
@media all and (min-width: 1024px) {
  .block-detail__item__name {
    width: 40%;
    min-width: 170px;
    margin-right: 20px;
  }
}
@media print {
  .block-detail__item__name {
    width: 40%;
    min-width: 170px;
    margin-right: 20px;
  }
}
@media all and (max-width: 1023px) {
  .block-detail__item__name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-detail__item__name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.block-detail__item__required {
  font-size: 1rem;
  color: #ffffff;
  background-color: #ff0017;
  width: 40px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}
@media all and (max-width: 1023px) {
  .block-detail__item__required {
    position: relative;
    display: inline-flex;
    margin-bottom: 5px;
  }
}
@media print {
  .block-detail__item__required {
    position: relative;
    display: inline-flex;
    margin-bottom: 5px;
  }
}
.block-detail__item__count {
  flex: 1;
}
.block-detail__item__count__form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: block;
  position: relative;
  height: 35px;
  overflow: hidden;
  border: 1px solid #666666;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  background-color: #ffffff;
}
@media all and (max-width: 1023px) {
  .block-detail__item__count__form {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media print {
  .block-detail__item__count__form {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.block-detail__item__count__form select {
  height: 100%;
  border: none;
  width: 100%;
  padding: 0 0 0 6px;
  padding-right: 30px;
  background-color: #ffffff;
}
.block-detail__item__count__form select.js-required {
  background-color: #ffd9dc;
}
.block-detail__item__count__form select.js-required.is-change {
  background-color: #ffffff;
}
.block-detail__item__count__form:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 11px;
  right: 15px;
  transform: rotate(45deg);
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  pointer-events: none;
}
.block-detail__item__count__detail {
  padding-left: 20px;
}
.block-detail__item__inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .block-detail__item__inside {
    margin-top: 10px;
  }
}
@media print {
  .block-detail__item__inside {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__item__inside:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media print {
  .block-detail__item__inside:nth-child(n+2) {
    margin-top: 10px;
  }
}
.block-detail__item__inside--all {
  border-top: 1px solid #ccc1b7;
  padding-top: 10px;
}
.block-detail__item__inside__name--all {
  font-weight: bold;
}
@media all and (min-width: 1024px) {
  .block-detail__item__inside__name--all {
    max-width: 128px;
  }
}
@media print {
  .block-detail__item__inside__name--all {
    max-width: 128px;
  }
}
.block-detail__item__inside__form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: block;
  position: relative;
  height: 35px;
  width: 120px;
  min-width: 120px;
  overflow: hidden;
  border: 1px solid #666666;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ffd9dc;
}
.block-detail__item__inside__form select {
  height: 100%;
  border: none;
  width: 100%;
  padding: 0 0 0 6px;
}
.block-detail__item__inside__form select.js-required {
  background-color: #ffd9dc;
}
.block-detail__item__inside__form select.js-required.is-change {
  background-color: #ffffff;
}
.block-detail__item__inside__form:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 11px;
  right: 15px;
  transform: rotate(45deg);
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  pointer-events: none;
}
.block-detail__item__inside.disable {
  pointer-events: none;
  opacity: 0.3;
}
.block-detail__item__inside.disable .block-detail__item__inside__form {
  background-color: #ffffff;
}
.block-detail__item__inside.disable .block-detail__item__inside__form select {
  background-color: #ffffff;
}
.block-detail__item__inside__all {
  font-weight: bold;
}
.block-detail__item__inside__all--lg {
  font-size: 2.2rem;
}
.block-detail__item__inside__all--lg.mismatch {
  color: #ff0017;
}
.block-detail__item__inside__all--sm {
  font-size: 1.4rem;
}
.block-detail__item--disable {
  pointer-events: none;
  opacity: 0.3;
}
.block-detail__item--wide {
  display: block;
}
.block-detail__box {
  background-color: #ffffff;
  margin-top: 30px;
}
@media all and (max-width: 1023px) {
  .block-detail__box {
    padding: 15px;
  }
}
@media print {
  .block-detail__box {
    padding: 15px;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__box {
    padding: 20px;
  }
}
@media print {
  .block-detail__box {
    padding: 20px;
  }
}
.block-detail__box:nth-of-type(2) {
  margin-top: 20px;
  margin-bottom: 10px;
}
.block-detail__shipping {
  font-size: 2.2rem;
  font-weight: 600;
}
@media all and (max-width: 1023px) {
  .block-detail__shipping {
    margin-top: 5px;
  }
}
@media print {
  .block-detail__shipping {
    margin-top: 5px;
  }
}
.block-detail__boxitem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-left: 6px;
}
@media all and (max-width: 1023px) {
  .block-detail__boxitem--column {
    display: block;
  }
}
@media print {
  .block-detail__boxitem--column {
    display: block;
  }
}
@media all and (max-width: 1023px) {
  .block-detail__boxitem--price {
    margin-top: 30px !important;
  }
}
@media print {
  .block-detail__boxitem--price {
    margin-top: 30px !important;
  }
}
.block-detail__boxitem:nth-child(n+2) {
  margin-top: 5px;
}
.block-detail__boxitem--highlight {
  color: #ff0000 !important;
  background-color: #fefdcd;
  padding: 6px 0 6px 6px;
  white-space: nowrap;
}
@media all and (min-width: 1024px) {
  .block-detail__boxitem__name {
    flex: 1;
  }
}
@media print {
  .block-detail__boxitem__name {
    flex: 1;
  }
}
.block-detail__boxitem__name--bold {
  font-weight: 600;
  white-space: normal;
}
.block-detail__boxitem__text {
  padding-right: 10px;
  margin-left: 10px;
}
@media all and (max-width: 1023px) {
  .block-detail__boxitem__text {
    text-align: center;
  }
}
@media print {
  .block-detail__boxitem__text {
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__boxitem__text {
    text-align: right;
    white-space: nowrap;
  }
}
@media print {
  .block-detail__boxitem__text {
    text-align: right;
    white-space: nowrap;
  }
}
.block-detail__boxitem__text--bold {
  font-weight: 600;
}
.block-detail__boxitem__allprice {
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .block-detail__boxitem__allprice {
    text-align: center;
  }
}
@media print {
  .block-detail__boxitem__allprice {
    text-align: center;
  }
}
.block-detail__boxitem__allprice--lg {
  font-size: 3.2rem;
  color: #ff0000;
}
.block-detail__boxitem__allprice--md {
  color: #ff0000;
}
@media all and (min-width: 1024px) {
  .block-detail__boxitem__allprice--md {
    font-size: 3.2rem;
  }
}
@media print {
  .block-detail__boxitem__allprice--md {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 1023px) {
  .block-detail__boxitem__allprice--md {
    font-size: 2.2rem;
  }
}
@media print {
  .block-detail__boxitem__allprice--md {
    font-size: 2.2rem;
  }
}
.block-detail__unit {
  display: block;
}
@media all and (max-width: 1023px) {
  .block-detail__unit {
    text-align: center;
  }
}
@media print {
  .block-detail__unit {
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__unit {
    text-align: right;
    margin-right: -1em;
  }
}
@media print {
  .block-detail__unit {
    text-align: right;
    margin-right: -1em;
  }
}
@media all and (max-width: 1023px) {
  .block-detail__unit--right {
    text-align: right;
    margin-right: -1em;
  }
}
@media print {
  .block-detail__unit--right {
    text-align: right;
    margin-right: -1em;
  }
}
@media all and (max-width: 1023px) {
  .block-detail__order {
    margin-top: 30px;
  }
}
@media print {
  .block-detail__order {
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__order {
    margin-top: 40px;
  }
}
@media print {
  .block-detail__order {
    margin-top: 40px;
  }
}
.block-detail__order .primary-button__priority,
.block-detail__order .primary-button__inactive {
  width: 100%;
}
.block-detail__order button:nth-child(n+2) {
  margin-top: 10px;
}
.block-detail__contact .primary-button {
  width: 100%;
  font-size: 1.4rem;
  margin-top: 10px;
}
.block-detail__buttons {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media all and (max-width: 1023px) {
  .block-detail__buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media print {
  .block-detail__buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media print {
  .block-detail__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.block-detail__buttons:hover {
  opacity: 1;
}
.block-detail__buttons + .text--error {
  margin-top: 20px;
}
@media all and (max-width: 1023px) {
  .block-detail__button {
    width: 58px;
  }
}
@media print {
  .block-detail__button {
    width: 58px;
  }
}
@media all and (max-width: 1023px) {
  .block-detail__button:nth-child(n+2) {
    margin-left: 5px;
  }
}
@media print {
  .block-detail__button:nth-child(n+2) {
    margin-left: 5px;
  }
}
@media all and (min-width: 1024px) {
  .block-detail__button:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media print {
  .block-detail__button:nth-child(n+2) {
    margin-left: 10px;
  }
}
.block-detail__button:nth-child(6n) {
  margin-left: 0;
}
.block-detail__button:hover {
  opacity: 1;
}
.block-detail__sample {
  margin-top: 20px;
  text-align: center;
}
.block-detail__sample__in {
  display: inline-flex;
  background-color: #ffffff;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
}
.block-detail__sample__in:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 10px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.block-detail__sample__title {
  font-size: 1.2rem;
  margin-right: 20px;
}
.block-detail__sample__price {
  font-size: 1.4rem;
  color: #ff0000;
}
.block-detail__sample__unit {
  font-size: 1rem;
  color: #888888;
}
.block-detail__temp-link {
  margin-top: 15px;
}
.block-detail .product-detail:nth-child(n+2) {
  margin-top: 20px;
}
.block-detail__edit {
  font-size: 1.4rem;
  margin-top: 10px;
}
.block-detail__images .block-detail__edit {
  margin-top: 20px;
}

.block-dztk {
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: #fefdcd;
}
@media all and (max-width: 1023px) {
  .block-dztk {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media print {
  .block-dztk {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .block-dztk {
    margin-top: 40px;
  }
}
@media print {
  .block-dztk {
    margin-top: 40px;
  }
}
.block-dztk__link {
  display: block;
}
@media all and (min-width: 1024px) {
  .block-dztk__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-dztk__link:hover {
    opacity: 0.6;
  }
}
@media print {
  .block-dztk__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-dztk__link:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 1024px) {
  .block-dztk__link {
    width: 398px;
    height: 80px;
  }
}
@media print {
  .block-dztk__link {
    width: 398px;
    height: 80px;
  }
}
.block-dztk__inner {
  display: flex;
  justify-content: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media all and (max-width: 1023px) {
  .block-dztk__inner {
    padding: 15px;
  }
}
@media print {
  .block-dztk__inner {
    padding: 15px;
  }
}
@media all and (min-width: 1024px) {
  .block-dztk__inner {
    padding: 20px 30px;
  }
}
@media print {
  .block-dztk__inner {
    padding: 20px 30px;
  }
}
.block-dztk__button {
  margin-right: 10px;
}
.block-dztk__button:nth-child(n+3) {
  margin-top: 10px;
}

@media all and (max-width: 1023px) {
  .block-price__list {
    overflow: hidden;
    overflow-x: scroll;
    border-left: 1px solid #ccc;
  }
}
@media print {
  .block-price__list {
    overflow: hidden;
    overflow-x: scroll;
    border-left: 1px solid #ccc;
  }
}
.block-price__list::-webkit-scrollbar {
  width: calc(100% - 32px);
  height: 5px;
}
.block-price__list::-webkit-scrollbar-track {
  width: 100%;
  border-radius: 3px;
  box-shadow: inset 0 0 6px #dfdfdf;
}
.block-price__list::-webkit-scrollbar-thumb {
  box-shadow: 0 0 0 1px #8f8f8f;
  background-color: #8f8f8f;
  border-radius: 5px;
}
.block-price__table {
  width: 100%;
}
@media all and (max-width: 1023px) {
  .block-price__table {
    white-space: nowrap;
  }
}
@media print {
  .block-price__table {
    white-space: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .block-price__table {
    table-layout: fixed;
  }
}
@media print {
  .block-price__table {
    table-layout: fixed;
  }
}
.block-price__table th,
.block-price__table td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ccc;
}
.block-price__quantity {
  color: #ffffff;
  background-color: #ff8d25;
  font-weight: 600;
}
@media all and (max-width: 1023px) {
  .block-price__quantity {
    width: 68px;
    min-width: 68px;
    position: sticky;
    left: 0;
    border-left: none !important;
    font-size: 1.2rem;
  }
}
@media print {
  .block-price__quantity {
    width: 68px;
    min-width: 68px;
    position: sticky;
    left: 0;
    border-left: none !important;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1024px) {
  .block-price__quantity {
    font-size: 1.4rem;
    width: 98px;
  }
}
@media print {
  .block-price__quantity {
    font-size: 1.4rem;
    width: 98px;
  }
}
.block-price__top {
  color: #ffffff;
  background-color: #666666;
  font-weight: 600;
}
@media all and (max-width: 1023px) {
  .block-price__top {
    font-size: 1.2rem;
    height: 30px;
  }
}
@media print {
  .block-price__top {
    font-size: 1.2rem;
    height: 30px;
  }
}
@media all and (min-width: 1024px) {
  .block-price__top {
    font-size: 1.4rem;
    height: 40px;
  }
}
@media print {
  .block-price__top {
    font-size: 1.4rem;
    height: 40px;
  }
}
.block-price__spelling {
  font-weight: 600;
  background-color: #f7f7f7;
}
@media all and (max-width: 1023px) {
  .block-price__spelling {
    font-size: 1.2rem;
    height: 30px;
  }
}
@media print {
  .block-price__spelling {
    font-size: 1.2rem;
    height: 30px;
  }
}
@media all and (min-width: 1024px) {
  .block-price__spelling {
    font-size: 1.4rem;
    height: 40px;
  }
}
@media print {
  .block-price__spelling {
    font-size: 1.4rem;
    height: 40px;
  }
}
.block-price__icon {
  display: block;
  font-size: 1.2rem;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: normal;
}
@media all and (max-width: 1023px) {
  .block-price__icon {
    width: 86px;
    min-width: 86px;
    height: 30px;
    width: 100%;
  }
}
@media print {
  .block-price__icon {
    width: 86px;
    min-width: 86px;
    height: 30px;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .block-price__icon {
    height: 40px;
  }
}
@media print {
  .block-price__icon {
    height: 40px;
  }
}
.block-price__icon:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
.block-price__icon--mono:before {
  background-image: url(../img/ico_sm_mono.svg);
}
.block-price__icon--cmyk:before {
  background-image: url(../img/ico_sm_cmyk.svg);
}
.block-price__count {
  background-color: #fff1e4;
  font-weight: 600;
}
@media all and (max-width: 1023px) {
  .block-price__count {
    position: sticky;
    left: 0;
    border-left: none !important;
    border-right: none !important;
    font-size: 1.2rem;
  }
}
@media print {
  .block-price__count {
    position: sticky;
    left: 0;
    border-left: none !important;
    border-right: none !important;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1024px) {
  .block-price__count {
    font-size: 1.4rem;
  }
}
@media print {
  .block-price__count {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1023px) {
  .block-price__count:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ccc;
  }
}
@media print {
  .block-price__count:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ccc;
  }
}
.block-price__price {
  height: 58px;
}
@media all and (max-width: 1023px) {
  .block-price__price {
    width: 86px;
    min-width: 86px;
  }
}
@media print {
  .block-price__price {
    width: 86px;
    min-width: 86px;
  }
}
.block-price__price--link {
  display: block;
  color: #222222;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.block-price__price--main {
  font-size: 1.4rem;
  text-decoration: underline;
  font-weight: 600;
}
.block-price__price--unit {
  display: block;
  font-size: 1rem;
}
.block-price__price.item-hover01, .block-price__price.item-hover02 {
  background-color: #fefdcd;
}
.block-price__price.item-hover01.item-hover02 {
  background-color: #ffdf00;
}
.block-price__price.item-hover01.item-hover02 .block-price__price--main {
  color: #ff0017;
}

.block-info__table {
  width: 100%;
  font-size: 1.2rem;
}
.block-info__table th,
.block-info__table td {
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.block-info__blank {
  background-color: #ff8d25;
}
@media all and (max-width: 1023px) {
  .block-info__blank {
    width: 90px;
  }
}
@media print {
  .block-info__blank {
    width: 90px;
  }
}
@media all and (min-width: 1024px) {
  .block-info__blank {
    width: 240px;
  }
}
@media print {
  .block-info__blank {
    width: 240px;
  }
}
.block-info__top {
  background-color: #f7f7f7;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 1023px) {
  .block-info__top {
    height: 30px;
  }
}
@media print {
  .block-info__top {
    height: 30px;
  }
}
@media all and (min-width: 1024px) {
  .block-info__top {
    height: 40px;
  }
}
@media print {
  .block-info__top {
    height: 40px;
  }
}
.block-info__specification {
  background-color: #fff1e4;
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .block-info__specification {
    min-width: 90px;
    width: 90px;
  }
}
@media print {
  .block-info__specification {
    min-width: 90px;
    width: 90px;
  }
}
@media all and (min-width: 1024px) {
  .block-info__specification {
    min-width: 240px;
    width: 240px;
  }
}
@media print {
  .block-info__specification {
    min-width: 240px;
    width: 240px;
  }
}
@media all and (max-width: 1023px) {
  .block-info__detail {
    padding: 5px 10px;
  }
}
@media print {
  .block-info__detail {
    padding: 5px 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-info__detail {
    padding: 5px 20px;
  }
}
@media print {
  .block-info__detail {
    padding: 5px 20px;
  }
}

.block-template__contents {
  font-size: 1.4rem;
  line-height: 1.6;
}
.block-template__contents p {
  color: #222222;
}
.block-template__contents p:nth-child(n+2) {
  margin-top: 20px;
}
.block-template__contents ul li:before {
  content: "・";
  display: inline;
}
.block-template__contents a {
  text-decoration: underline;
  color: #337ab7;
}
@media all and (min-width: 1024px) {
  .block-template__contents a {
    cursor: pointer;
  }
  .block-template__contents a:hover {
    text-decoration: none;
  }
}
@media print {
  .block-template__contents a {
    cursor: pointer;
  }
  .block-template__contents a:hover {
    text-decoration: none;
  }
}
.block-template__download {
  margin-top: 35px;
}
@media all and (min-width: 1024px) {
  .block-template__download {
    margin-top: 45px;
  }
}
@media print {
  .block-template__download {
    margin-top: 45px;
  }
}
.block-template__download__item:nth-child(n+2) {
  margin-top: 30px;
}
.block-template__download .subhead {
  margin-bottom: 15px;
}
.block-template__download .button-band {
  margin-top: 15px;
}
.block-template__download .sub-button__download {
  color: #fff;
  text-decoration: none;
}

.block-calendar {
  border-radius: 10px 10px 0 0;
}
@media all and (min-width: 1024px) {
  .block-calendar__tab {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-calendar__tab {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.block-calendar__tab__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.block-calendar__tab__btn {
  font-size: 1.2rem;
  color: #ffffff;
  width: 162px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 10px 10px 0 0;
}
.block-calendar__tab__btn--fixed {
  background-color: #ff5b89;
}
.block-calendar__tab__btn--shipment {
  background-color: #6bcc00;
}
.block-calendar__tab__btn:nth-child(n+2) {
  margin-left: 2px;
}
@media all and (min-width: 1024px) {
  .block-calendar__tab__item {
    width: 50%;
  }
}
@media print {
  .block-calendar__tab__item {
    width: 50%;
  }
}
@media all and (max-width: 1023px) {
  .block-calendar__tab__item {
    display: none;
  }
}
@media print {
  .block-calendar__tab__item {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .block-calendar__tab__item.is-open {
    display: block;
  }
}
@media print {
  .block-calendar__tab__item.is-open {
    display: block;
  }
}
.block-calendar__text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.block-calendar__text strong {
  font-weight: bold;
}
.block-calendar__text--fixed strong {
  color: #ff5b89;
}
.block-calendar__text--shipment strong {
  color: #6bcc00;
}
@media all and (max-width: 1023px) {
  .block-calendar__contents {
    padding: 30px 15px 20px;
  }
}
@media print {
  .block-calendar__contents {
    padding: 30px 15px 20px;
  }
}
@media all and (min-width: 1024px) {
  .block-calendar__contents {
    padding: 30px 20px 20px 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media print {
  .block-calendar__contents {
    padding: 30px 20px 20px 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media all and (max-width: 1023px) {
  .block-calendar__contents--fixed {
    border-radius: 0 10px 0 0;
    border: 1px solid #ff5b89;
    background-color: #ffffff;
  }
}
@media print {
  .block-calendar__contents--fixed {
    border-radius: 0 10px 0 0;
    border: 1px solid #ff5b89;
    background-color: #ffffff;
  }
}
@media all and (min-width: 1024px) {
  .block-calendar__contents--fixed {
    border-radius: 10px 0 0 0;
    background-color: #f7f7f7;
  }
}
@media print {
  .block-calendar__contents--fixed {
    border-radius: 10px 0 0 0;
    background-color: #f7f7f7;
  }
}
.block-calendar__contents--fixed.is-active {
  border: 1px solid #ff5b89;
  background-color: #ffffff;
  position: relative;
}
@media all and (max-width: 1023px) {
  .block-calendar__contents--shipment {
    background-color: #ffffff;
    border: 1px solid #6bcc00;
    border-radius: 0 10px 0 0;
  }
}
@media print {
  .block-calendar__contents--shipment {
    background-color: #ffffff;
    border: 1px solid #6bcc00;
    border-radius: 0 10px 0 0;
  }
}
@media all and (min-width: 1024px) {
  .block-calendar__contents--shipment {
    background-color: #f7f7f7;
    border-radius: 0 10px 0 0;
  }
}
@media print {
  .block-calendar__contents--shipment {
    background-color: #f7f7f7;
    border-radius: 0 10px 0 0;
  }
}
.block-calendar__contents--shipment.is-active {
  border: 1px solid #6bcc00;
  background-color: #ffffff;
  position: relative;
}
.block-calendar__caption {
  margin-top: 15px;
}
@media all and (min-width: 1024px) {
  .block-calendar__caption {
    margin-bottom: 20px;
  }
}
@media print {
  .block-calendar__caption {
    margin-bottom: 20px;
  }
}
.block-calendar__caption a {
  text-decoration: underline;
  color: #337ab7;
}
@media all and (min-width: 1024px) {
  .block-calendar__caption a {
    cursor: pointer;
  }
  .block-calendar__caption a:hover {
    text-decoration: none;
  }
}
@media print {
  .block-calendar__caption a {
    cursor: pointer;
  }
  .block-calendar__caption a:hover {
    text-decoration: none;
  }
}
@media all and (min-width: 1024px) {
  .block-calendar__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .block-calendar__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.block-calendar__btn .primary-button__inactive {
  pointer-events: none;
}
.block-calendar__btn button:focus {
  outline: none;
}
.block-calendar__btn .primary-button {
  color: #ffffff;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.block-calendar__btn .primary-button--fixed {
  border-color: #FF5B89;
  color: #FF5B89;
}
.block-calendar__btn .primary-button--fixed.is-active, .block-calendar__btn .primary-button--fixed.is-show {
  background: #FF5B89;
  color: #ffffff;
  pointer-events: none;
}
.block-calendar__btn .primary-button--shipment {
  border-color: #6BCC00;
  color: #6BCC00;
}
.block-calendar__btn .primary-button--shipment.is-active, .block-calendar__btn .primary-button--shipment.is-show {
  background: #6BCC00;
  color: #ffffff;
  pointer-events: none;
}
.block-calendar__btn .primary-button:nth-child(n+2) {
  margin-top: 10px;
}
.block-calendar__box {
  border: solid 1px #ccc;
  border-radius: 0 0 10px 10px;
}
@media all and (max-width: 1023px) {
  .block-calendar__box {
    padding: 30px 15px;
  }
}
@media print {
  .block-calendar__box {
    padding: 30px 15px;
  }
}
@media all and (min-width: 1024px) {
  .block-calendar__box {
    padding: 30px 30px 35px;
    margin-top: -5px;
  }
}
@media print {
  .block-calendar__box {
    padding: 30px 30px 35px;
    margin-top: -5px;
  }
}
@media all and (min-width: 1024px) {
  .block-calendar__tables {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-calendar__tables {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .block-calendar__wrap {
    width: calc((100% - 6px) / 2);
  }
}
@media print {
  .block-calendar__wrap {
    width: calc((100% - 6px) / 2);
  }
}
@media all and (max-width: 1023px) {
  .block-calendar__wrap:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media print {
  .block-calendar__wrap:nth-of-type(2) {
    margin-top: 20px;
  }
}
.block-calendar__month {
  background: #000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 2px;
  margin-right: 2px;
}
.block-calendar__table {
  width: 100%;
  table-layout: fixed;
}
.block-calendar__week {
  height: 20px;
  font-weight: bold;
}
.block-calendar__week td {
  vertical-align: middle;
  text-align: center;
  border: 2px solid #ffffff;
}
.block-calendar__week--sun {
  background-color: #9d010f;
  color: #ffffff;
}
.block-calendar__week--sat {
  background-color: #1c6e8c;
  color: #ffffff;
}
.block-calendar__week--weekday {
  background-color: #dadada;
  color: #222222;
}
.block-calendar__days {
  height: 50px;
  text-align: center;
  font-weight: bold;
}
.block-calendar__days td {
  border: 2px solid #ffffff;
}
.block-calendar__day span {
  z-index: 1;
  position: relative;
}
.block-calendar__day--normal {
  background-color: #f7f7f7;
  padding-top: 4px;
  position: relative;
  font-weight: normal;
}
.block-calendar__day--none {
  background-color: #dadada;
  padding-top: 4px;
  color: #9d0000;
  font-weight: normal;
}
.block-calendar__day--order {
  background-color: #ff5b89;
  color: #ffffff;
}
.block-calendar__day--eigyo {
  background-color: #fff1e4;
}
.block-calendar__day--delivery {
  background-color: #6bcc00;
  color: #ffffff;
}
.block-calendar__order, .block-calendar__delivery {
  margin-top: 5px;
}
.block-calendar__eigyo {
  margin-top: 3px;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
}
.block-calendar__captions {
  margin-top: 20px;
}
@media all and (max-width: 1023px) {
  .block-calendar__captions span {
    font-size: 1rem;
  }
}
@media print {
  .block-calendar__captions span {
    font-size: 1rem;
  }
}

.block-review__item {
  border-bottom: 1px solid #cccccc;
}
@media all and (max-width: 1023px) {
  .block-review__item {
    padding: 20px 15px 20px;
  }
}
@media print {
  .block-review__item {
    padding: 20px 15px 20px;
  }
}
@media all and (min-width: 1024px) {
  .block-review__item {
    padding: 20px 20px 20px;
  }
}
@media print {
  .block-review__item {
    padding: 20px 20px 20px;
  }
}
@media all and (max-width: 1023px) {
  .block-review__item__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-review__item__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .block-review__item__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-review__item__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .block-review__item__heading__right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-review__item__heading__right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.block-review__item__rate {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 20px;
  font-size: 2rem;
}
.block-review__item__rate:before {
  box-sizing: border-box;
  color: #dadada;
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.block-review__item__rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #ff8d25;
  overflow: hidden;
  white-space: nowrap;
}
.block-review__item__rate--rate01:after {
  width: 20px;
}
.block-review__item__rate--rate02:after {
  width: 40px;
}
.block-review__item__rate--rate03:after {
  width: 60px;
}
.block-review__item__rate--rate04:after {
  width: 80px;
}
.block-review__item__rate--rate05:after {
  width: 100px;
}
.block-review__item__star {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.block-review__item__num {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff8d25;
  margin-right: 30px;
  margin-left: 5px;
}
.block-review__item__name {
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .block-review__item__name {
    margin-top: 10px;
  }
}
@media print {
  .block-review__item__name {
    margin-top: 10px;
  }
}
@media all and (max-width: 1023px) {
  .block-review__item__date {
    font-size: 1rem;
  }
}
@media print {
  .block-review__item__date {
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .block-review__item__date {
    font-size: 1.2rem;
  }
}
@media print {
  .block-review__item__date {
    font-size: 1.2rem;
  }
}
.block-review__item__content {
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .block-review__item__content {
    margin-top: 5px;
  }
}
@media print {
  .block-review__item__content {
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .block-review__item__content {
    margin-top: 5px;
  }
}
@media print {
  .block-review__item__content {
    margin-top: 5px;
  }
}
.block-review__item__title {
  font-weight: bold;
}
.block-review__item__text {
  margin-top: 5px;
  line-height: 1.6;
}
.block-review__item__reply {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.block-review__item__reply__text {
  background-color: #fff1e4;
  font-size: 1.4rem;
  position: relative;
  width: calc(100% - 70px);
  border-radius: 5px;
}
@media all and (max-width: 1023px) {
  .block-review__item__reply__text {
    padding: 20px 15px;
  }
}
@media print {
  .block-review__item__reply__text {
    padding: 20px 15px;
  }
}
@media all and (min-width: 1024px) {
  .block-review__item__reply__text {
    padding: 20px 30px;
  }
}
@media print {
  .block-review__item__reply__text {
    padding: 20px 30px;
  }
}
.block-review__item__reply__text:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/product_detail/balloon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 100%;
}
.block-review__item__shop img {
  width: 50px;
  height: 50px;
}
.block-review__item__shop__name {
  margin-top: 5px;
  display: block;
}
@media all and (max-width: 1023px) {
  .block-review__item__shop__name {
    font-size: 1rem;
  }
}
@media print {
  .block-review__item__shop__name {
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .block-review__item__shop__name {
    font-size: 1.2rem;
  }
}
@media print {
  .block-review__item__shop__name {
    font-size: 1.2rem;
  }
}

.block-items__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}
.block-items__list::-webkit-scrollbar {
  width: calc(100% - 32px);
  height: 5px;
}
.block-items__list::-webkit-scrollbar-track {
  width: 100%;
  border-radius: 3px;
  box-shadow: inset 0 0 6px #dfdfdf;
}
.block-items__list::-webkit-scrollbar-thumb {
  box-shadow: 0 0 0 1px #8f8f8f;
  background-color: #8f8f8f;
  border-radius: 5px;
}
@media all and (max-width: 1023px) {
  .block-items__item {
    width: 120px;
    min-width: 120px;
  }
}
@media print {
  .block-items__item {
    width: 120px;
    min-width: 120px;
  }
}
@media all and (min-width: 1024px) {
  .block-items__item {
    width: calc((100% - 80px) / 5);
    min-width: calc((100% - 80px) / 5);
  }
}
@media print {
  .block-items__item {
    width: calc((100% - 80px) / 5);
    min-width: calc((100% - 80px) / 5);
  }
}
@media all and (max-width: 1023px) {
  .block-items__item:nth-child(n+2) {
    margin-left: 15px;
  }
}
@media print {
  .block-items__item:nth-child(n+2) {
    margin-left: 15px;
  }
}
@media all and (min-width: 1024px) {
  .block-items__item:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media print {
  .block-items__item:nth-child(n+2) {
    margin-left: 20px;
  }
}
.block-items__item__img {
  padding-top: 100%;
  position: relative;
}
.block-items__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.block-items__item__name {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #222222;
  margin-top: 10px;
}
.block-items__item__price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .block-items__item__price {
    margin-top: 5px;
  }
}
@media print {
  .block-items__item__price {
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .block-items__item__price {
    margin-top: 10px;
  }
}
@media print {
  .block-items__item__price {
    margin-top: 10px;
  }
}
.block-items__item__price + .block-items__item__price {
  margin-top: 0;
}
.block-items__item__price--type {
  font-size: 1rem;
  font-weight: normal;
  color: #222222;
}
.block-items__item__price--lot {
  font-size: 1.2rem;
  font-weight: normal;
  color: #222222;
}
.block-items__item__price--unit {
  font-weight: bold;
  color: #ff0000;
  font-size: 1.6rem;
}
.block-items__item__price--unit .tax {
  font-size: 0.8rem;
  font-weight: normal;
}
.block-items__item__price--count {
  font-size: 1rem;
  color: #888888;
}
/* =============================================================
  Product list card price info
============================================================= */
.price-info { margin-top:6px; }
.price-info__row { display:flex; align-items:baseline; line-height:1.2; width:100%; }
.price-info__label { font-size:11px; color:#333; font-weight:400; letter-spacing:.5px; white-space:nowrap; }
.price-info__value { font-size:11px; white-space:nowrap; margin-left:auto; text-align:right; }
.price-info__value--unit { color:#d11; font-size:18px; font-weight:700; letter-spacing:.5px; }
.price-info__value--lot { color:#333; font-weight:400; }
/* Override original horizontal flex on product card price block so two rows stack vertically */
.block-items__item__price.price-info { display:block; }
@media (max-width: 767px) {
    .price-info__label { font-size:10px; }
    .price-info__value { font-size:10px; }
    .price-info__value--unit { font-size:16px; }
}
.block-items__item__tags {
  margin-top: 10px;
  line-height: 2.2;
}
.block-items__item__tag {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 3px;
}
.block-items__item__tag:before {
  bottom: 0;
  top: 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .block-items__item:hover {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-items__item:hover:hover {
    opacity: 0.6;
  }
}
@media print {
  .block-items__item:hover {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-items__item:hover:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 1024px) {
  .block-items__item:hover .block-items__item__name {
    text-decoration: none;
  }
}
@media print {
  .block-items__item:hover .block-items__item__name {
    text-decoration: none;
  }
}
.block-items__item__backordered {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.block-items__link {
  display: block;
}

.block-relation {
  border: solid 15px #fff1e4;
}
@media all and (max-width: 1023px) {
  .block-relation {
    padding: 20px;
  }
}
@media print {
  .block-relation {
    padding: 20px;
  }
}
@media all and (min-width: 1024px) {
  .block-relation {
    padding: 30px;
  }
}
@media print {
  .block-relation {
    padding: 30px;
  }
}
.block-relation__tags {
  line-height: 2.5;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media all and (max-width: 1023px) {
  .block-relation__tags {
    margin-top: -10px;
  }
}
@media print {
  .block-relation__tags {
    margin-top: -10px;
  }
}
@media all and (min-width: 1024px) {
  .block-relation__tags {
    margin-top: -20px;
  }
}
@media print {
  .block-relation__tags {
    margin-top: -20px;
  }
}
.block-relation__tag {
  margin-top: 15px;
}
@media all and (min-width: 1024px) {
  .block-relation__tag .search-tag {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-relation__tag .search-tag:hover {
    opacity: 0.6;
  }
}
@media print {
  .block-relation__tag .search-tag {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-relation__tag .search-tag:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 1023px) {
  .block-relation__tag .search-tag {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media print {
  .block-relation__tag .search-tag {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.zoomLens {
  width: 150px !important;
  height: 150px !important;
}

@media all and (max-width: 1023px) {
  .form-block.is-show {
    display: block !important;
  }
}
@media print {
  .form-block.is-show {
    display: block !important;
  }
}
@media all and (min-width: 1024px) {
  .form-block.is-show {
    display: flex !important;
  }
}
@media print {
  .form-block.is-show {
    display: flex !important;
  }
}

.block-cart {
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
}
@media all and (max-width: 1023px) {
  .block-cart {
    margin-top: 40px;
  }
}
@media print {
  .block-cart {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .block-cart {
    margin-top: 60px;
  }
}
@media print {
  .block-cart {
    margin-top: 60px;
  }
}
.block-cart__left {
  width: 110px;
  min-width: 110px;
  margin-right: 20px;
}
.block-cart__right {
  flex: 1;
}
@media all and (min-width: 1024px) {
  .block-cart__right__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-cart__right__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
.block-cart__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .block-cart__item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print {
  .block-cart__item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-cart__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media print {
  .block-cart__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.block-cart__item__img {
  width: 100%;
  height: 110px;
}
.block-cart__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media all and (max-width: 1023px) {
  .block-cart__item__delete {
    margin-top: 10px;
  }
}
@media print {
  .block-cart__item__delete {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-cart__item__delete {
    margin-top: 15px;
  }
}
@media print {
  .block-cart__item__delete {
    margin-top: 15px;
  }
}
.block-cart__item__delete button {
  margin-left: auto;
  margin-right: auto;
}
.block-cart__item__number {
  color: #888888;
  font-size: 1.2rem;
}
.block-cart__item__title {
  font-size: 1.8rem;
  color: #222222;
  font-weight: bold;
  margin-top: 10px;
}
.block-cart__item__option {
  margin-top: 15px;
  line-height: 1.6;
  font-size: 1.4rem;
  max-width: 570px;
}
.block-cart__item__option span {
  font-weight: bold;
}
.block-cart__item__count {
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .block-cart__item__count {
    text-align: right;
  }
}
@media print {
  .block-cart__item__count {
    text-align: right;
  }
}
.block-cart__item__count--title {
  font-size: 1.4rem;
}
.block-cart__item__count--num {
  font-size: 2.2rem;
  display: inline-block;
  margin-left: 15px;
}
.block-cart__item--border {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.block-cart__draft {
  margin-top: 20px;
}
@media all and (min-width: 1024px) {
  .block-cart__draft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media print {
  .block-cart__draft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.block-cart__draft--title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 20px;
}
.block-cart__draft--detail {
  margin-top: 10px;
}
@media all and (min-width: 1024px) {
  .block-cart__draft--detail {
    width: 480px;
    margin-top: 0;
  }
}
@media print {
  .block-cart__draft--detail {
    width: 480px;
    margin-top: 0;
  }
}
.block-cart__draft--detail .button-band__text--name {
  color: #337ab7;
  text-decoration: underline;
}
@media all and (max-width: 1023px) {
  .block-cart__draft--detail .button-band__text--name {
    font-size: 1.2rem;
  }
}
@media print {
  .block-cart__draft--detail .button-band__text--name {
    font-size: 1.2rem;
  }
}
.block-cart__draft--detail .button-band__text--name:hover {
  text-decoration: none;
}

.block-draft {
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 1023px) {
  .block-draft {
    padding-bottom: 0;
  }
}
@media print {
  .block-draft {
    padding-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .block-draft {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    padding-bottom: 30px;
  }
}
@media print {
  .block-draft {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 1023px) {
  .block-draft__left {
    border-top: 5px solid #f7f7f7;
    padding: 20px 10px;
  }
}
@media print {
  .block-draft__left {
    border-top: 5px solid #f7f7f7;
    padding: 20px 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-draft__left {
    width: 58%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print {
  .block-draft__left {
    width: 58%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.block-draft__left--total {
  padding-top: 20px;
  padding-bottom: 30px;
}
.block-draft__right {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .block-draft__right {
    border-top: 5px solid #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media print {
  .block-draft__right {
    border-top: 5px solid #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 1024px) {
  .block-draft__right {
    width: 41.2%;
    border-left: 1px solid #ccc;
  }
}
@media print {
  .block-draft__right {
    width: 41.2%;
    border-left: 1px solid #ccc;
  }
}
@media all and (max-width: 1023px) {
  .block-draft__right--total {
    border-top: none;
    padding: 0 20px;
    border-bottom: 5px solid #f7f7f7;
    padding-bottom: 30px;
  }
}
@media print {
  .block-draft__right--total {
    border-top: none;
    padding: 0 20px;
    border-bottom: 5px solid #f7f7f7;
    padding-bottom: 30px;
  }
}
.block-draft__shipment {
  text-align: center;
}
.block-draft__shipment--title {
  font-weight: bold;
}
.block-draft__shipment--date {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 10px;
}
.block-draft__shipment--text {
  display: inline-block;
  margin-top: 10px;
}
@media all and (max-width: 1023px) {
  .block-draft__shipment--text {
    font-size: 1rem;
  }
}
@media print {
  .block-draft__shipment--text {
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .block-draft__shipment--text {
    font-size: 1.2rem;
  }
}
@media print {
  .block-draft__shipment--text {
    font-size: 1.2rem;
  }
}
.block-draft__btns {
  margin-top: 20px;
}
.block-draft__btn:nth-child(n+2) {
  margin-top: 10px;
}
.block-draft__btn .primary-button__priority {
  flex-direction: column;
}
@media all and (max-width: 1023px) {
  .block-draft__btn .primary-button__priority {
    min-width: 260px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media print {
  .block-draft__btn .primary-button__priority {
    min-width: 260px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.block-draft__btn a > span {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 5px;
}
@media all and (max-width: 1023px) {
  .block-draft__bottom {
    margin-top: 10px;
  }
}
@media print {
  .block-draft__bottom {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-draft__bottom {
    margin-top: 20px;
  }
}
@media print {
  .block-draft__bottom {
    margin-top: 20px;
  }
}

@media all and (max-width: 1023px) {
  .block-total {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
  }
}
@media print {
  .block-total {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.block-total__title {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #222222;
}
@media all and (max-width: 1023px) {
  .block-total__title {
    padding-top: 5px;
  }
}
@media print {
  .block-total__title {
    padding-top: 5px;
  }
}
.block-total__price {
  text-align: center;
  font-weight: bold;
}
.block-total__price--lg {
  color: #ff0000;
}
@media all and (max-width: 1023px) {
  .block-total__price--lg {
    font-size: 2.2rem;
  }
}
@media print {
  .block-total__price--lg {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1024px) {
  .block-total__price--lg {
    font-size: 3.4rem;
  }
}
@media print {
  .block-total__price--lg {
    font-size: 3.4rem;
  }
}
.block-total__price--sm {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 5px;
}
.block-total__tax {
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .block-total__tax {
    text-align: right;
    margin-top: 10px;
  }
}
@media print {
  .block-total__tax {
    text-align: right;
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-total__tax {
    text-align: center;
    margin-top: 10px;
  }
}
@media print {
  .block-total__tax {
    text-align: center;
    margin-top: 10px;
  }
}

@media all and (max-width: 1023px) {
  .block-mypage {
    padding-bottom: 87px;
  }
}
@media print {
  .block-mypage {
    padding-bottom: 87px;
  }
}
@media all and (min-width: 1024px) {
  .block-mypage {
    padding-bottom: 100px;
  }
}
@media print {
  .block-mypage {
    padding-bottom: 100px;
  }
}
@media all and (min-width: 1024px) {
  .block-mypage__wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-mypage__wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.block-mypage__wrap:nth-child(n+2) {
  margin-top: 20px;
}
@media all and (min-width: 1024px) {
  .block-mypage__left {
    width: 40%;
  }
}
@media print {
  .block-mypage__left {
    width: 40%;
  }
}
.block-mypage__list {
  margin-top: 20px;
}
@media all and (min-width: 1024px) {
  .block-mypage__message {
    width: calc(60% - 40px);
  }
}
@media print {
  .block-mypage__message {
    width: calc(60% - 40px);
  }
}
@media all and (max-width: 1023px) {
  .block-mypage__menu {
    margin-top: 20px;
  }
}
@media print {
  .block-mypage__menu {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .block-mypage__menu {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media print {
  .block-mypage__menu {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.block-mypage__menu:before, .block-mypage__menu:after {
  content: "";
  display: block;
  width: calc((100% - 120px) / 4);
}
.block-mypage__menu:before {
  order: 1;
}
.block-mypage__item {
  color: #222222;
  display: block;
}
@media all and (max-width: 1023px) {
  .block-mypage__item {
    position: relative;
    padding-right: 54px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media print {
  .block-mypage__item {
    position: relative;
    padding-right: 54px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media all and (min-width: 1024px) {
  .block-mypage__item {
    width: calc((100% - 120px) / 4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media print {
  .block-mypage__item {
    width: calc((100% - 120px) / 4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media all and (max-width: 1023px) {
  .block-mypage__item:before {
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #222222;
    border-right: 2px solid #222222;
    transform: rotate(45deg);
  }
}
@media print {
  .block-mypage__item:before {
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #222222;
    border-right: 2px solid #222222;
    transform: rotate(45deg);
  }
}
@media all and (max-width: 1023px) {
  .block-mypage__item:not(:first-child) {
    border-top: 1px solid #ccc;
  }
}
@media print {
  .block-mypage__item:not(:first-child) {
    border-top: 1px solid #ccc;
  }
}
.block-mypage__item:not(:nth-child(4n)) {
  position: relative;
}
@media all and (min-width: 1024px) {
  .block-mypage__item:not(:nth-child(4n)):before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    right: -20px;
  }
}
@media print {
  .block-mypage__item:not(:nth-child(4n)):before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    right: -20px;
  }
}
.block-mypage__item:nth-of-type(-n + 5) {
  position: relative;
}
@media all and (min-width: 1024px) {
  .block-mypage__item:nth-of-type(-n + 5):after {
    content: "";
    display: block;
    width: 270px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: calc(100% + 35px);
    left: 0px;
  }
}
@media print {
  .block-mypage__item:nth-of-type(-n + 5):after {
    content: "";
    display: block;
    width: 270px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: calc(100% + 35px);
    left: 0px;
  }
}
@media all and (min-width: 1024px) {
  .block-mypage__item:nth-child(n+5) {
    margin-top: 70px;
  }
}
@media print {
  .block-mypage__item:nth-child(n+5) {
    margin-top: 70px;
  }
}
@media all and (min-width: 1024px) {
  .block-mypage__item:hover .button {
    opacity: 0.5;
    transition: all 0.2s ease;
  }
}
@media print {
  .block-mypage__item:hover .button {
    opacity: 0.5;
    transition: all 0.2s ease;
  }
}
.block-mypage__item__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.block-mypage__item__img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.block-mypage__item__text {
  flex: 1;
}
.block-mypage__item__text--title {
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.block-mypage__item__text--title .icon {
  color: #bf0000;
  display: inline-block;
  margin-left: 10px;
}
.block-mypage__item__text--desc {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 5px;
}
.block-mypage__item__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.block-member__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.block-member__company {
  font-weight: normal;
}
@media all and (max-width: 1023px) {
  .block-member__company {
    font-size: 1rem;
    display: block;
  }
}
@media print {
  .block-member__company {
    font-size: 1rem;
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .block-member__company {
    font-size: 1.2rem;
  }
}
@media print {
  .block-member__company {
    font-size: 1.2rem;
  }
}
.block-member__name {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
.block-member__rank {
  width: 168px;
  height: 56px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 30px;
  min-width: 168px;
  margin-left: 8px;
}
@media all and (min-width: 1024px) {
  .block-member__rank {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-member__rank:hover {
    opacity: 0.6;
  }
}
@media print {
  .block-member__rank {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-member__rank:hover {
    opacity: 0.6;
  }
}
.block-member__rank__type {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 3px solid #ffffff;
  border-radius: 16px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
.block-member__rank__text {
  margin-left: 10px;
  color: #ffffff;
}
@media all and (max-width: 1023px) {
  .block-member__rank__text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media print {
  .block-member__rank__text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media all and (min-width: 1024px) {
  .block-member__rank__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media print {
  .block-member__rank__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.block-member__rank__text--lg {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
}
.block-member__rank--gold {
  background-color: #cca329;
}
.block-member__rank--silver {
  background-color: #aaaab3;
}
.block-member__rank--bronze {
  background-color: #b36a36;
}

@media all and (max-width: 1023px) {
  .block-productlist {
    padding-bottom: 80px;
  }
}
@media print {
  .block-productlist {
    padding-bottom: 80px;
  }
}
@media all and (min-width: 1024px) {
  .block-productlist {
    padding-bottom: 100px;
  }
}
@media print {
  .block-productlist {
    padding-bottom: 100px;
  }
}
.block-productlist__heading {
  position: relative;
}
.block-productlist__operation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  right: 0;
  bottom: 0px;
}
.block-productlist__sort {
  margin-left: 20px;
}
@media all and (min-width: 1024px) {
  .block-productlist__sort {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 58px;
  }
}
@media print {
  .block-productlist__sort {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 58px;
  }
}
.block-productlist__sort select {
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .block-productlist__change {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .block-productlist__change {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-productlist__change {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.block-productlist__tag {
  margin-top: 0;
}
@media all and (min-width: 1024px) {
  .block-productlist__tag {
    width: calc(100% - 134px);
  }
}
@media print {
  .block-productlist__tag {
    width: calc(100% - 134px);
  }
}
@media all and (max-width: 1023px) {
  .block-productlist__btns {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-productlist__btns {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.block-productlist__btn .sub-button {
  height: 100%;
}
@media all and (max-width: 1023px) {
  .block-productlist__btn {
    width: calc((100% - 10px) / 2);
  }
}
@media print {
  .block-productlist__btn {
    width: calc((100% - 10px) / 2);
  }
}
.block-productlist__btn > * {
  width: 100%;
}
@media all and (max-width: 1023px) {
  .block-productlist__wrap {
    margin-top: 30px;
  }
}
@media print {
  .block-productlist__wrap {
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .block-productlist__wrap {
    margin-top: 40px;
  }
}
@media print {
  .block-productlist__wrap {
    margin-top: 40px;
  }
}
.block-productlist__items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.block-productlist__item {
  position: relative;
}
@media all and (min-width: 1024px) {
  .block-productlist__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-productlist__item:hover {
    opacity: 0.6;
  }
}
@media print {
  .block-productlist__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-productlist__item:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 1023px) {
  .block-productlist__item {
    width: calc((100% - 20px) / 2);
  }
}
@media print {
  .block-productlist__item {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (min-width: 1024px) {
  .block-productlist__item {
    width: calc((100% - 80px) / 5);
  }
}
@media print {
  .block-productlist__item {
    width: calc((100% - 80px) / 5);
  }
}
@media all and (max-width: 1023px) {
  .block-productlist__item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
}
@media print {
  .block-productlist__item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
}
@media all and (max-width: 1023px) {
  .block-productlist__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media print {
  .block-productlist__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .block-productlist__item:nth-child(n+6) {
    margin-top: 30px;
  }
}
@media print {
  .block-productlist__item:nth-child(n+6) {
    margin-top: 30px;
  }
}
.block-productlist__item:nth-child(2n+3) {
  position: relative;
}
@media all and (max-width: 1023px) {
  .block-productlist__item:nth-child(2n+3):before {
    content: "";
    display: block;
    width: calc(200% + 20px);
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: calc(100% + 20px);
    left: 0;
  }
}
@media print {
  .block-productlist__item:nth-child(2n+3):before {
    content: "";
    display: block;
    width: calc(200% + 20px);
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: calc(100% + 20px);
    left: 0;
  }
}
@media all and (min-width: 1024px) {
  .block-productlist__item:not(:nth-child(5n+1)) {
    margin-left: 20px;
  }
}
@media print {
  .block-productlist__item:not(:nth-child(5n+1)) {
    margin-left: 20px;
  }
}
@media all and (min-width: 1024px) {
  .block-productlist__item:hover .block-productlist__del {
    opacity: 1;
    visibility: visible;
    width: 20px;
    height: 20px;
  }
}
@media print {
  .block-productlist__item:hover .block-productlist__del {
    opacity: 1;
    visibility: visible;
    width: 20px;
    height: 20px;
  }
}
.block-productlist__del {
  z-index: 2;
  border-radius: 15px;
  background: #e6e6e6;
  position: relative;
  position: absolute;
  cursor: pointer;
}
@media all and (min-width: 1024px) {
  .block-productlist__del {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-productlist__del:hover {
    opacity: 0.6;
  }
}
@media print {
  .block-productlist__del {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .block-productlist__del:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 1023px) {
  .block-productlist__del {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}
@media print {
  .block-productlist__del {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}
@media all and (min-width: 1024px) {
  .block-productlist__del {
    right: 10px;
    top: 10px;
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    border-radius: 10px;
  }
}
@media print {
  .block-productlist__del {
    right: 10px;
    top: 10px;
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    border-radius: 10px;
  }
}
.block-productlist__del:before, .block-productlist__del:after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.block-productlist__del:before {
  transform: rotate(45deg);
}
.block-productlist__del:after {
  transform: rotate(-45deg);
}

.block-estimate {
  padding-bottom: 80px;
}
@media all and (max-width: 1023px) {
  .block-estimate__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print {
  .block-estimate__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__item:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media print {
  .block-estimate__item:nth-child(n+2) {
    margin-top: 60px;
  }
}
.block-estimate__heading {
  color: #ffffff;
  background-color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .block-estimate__heading {
    padding: 10px;
  }
}
@media print {
  .block-estimate__heading {
    padding: 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__heading {
    padding: 9px 30px;
  }
}
@media print {
  .block-estimate__heading {
    padding: 9px 30px;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__heading--right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-estimate__heading--right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.block-estimate__heading__date {
  font-size: 1.4rem;
}
@media all and (min-width: 1024px) {
  .block-estimate__heading__date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-estimate__heading__date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.block-estimate__heading__date--title {
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .block-estimate__heading__date--data {
    margin-top: 5px;
  }
}
@media print {
  .block-estimate__heading__date--data {
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__heading__date--data {
    margin-left: 15px;
  }
}
@media print {
  .block-estimate__heading__date--data {
    margin-left: 15px;
  }
}
.block-estimate__heading__number {
  font-size: 1.2rem;
}
@media all and (max-width: 1023px) {
  .block-estimate__heading__number {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-estimate__heading__number {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__heading__number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-estimate__heading__number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1023px) {
  .block-estimate__heading__btn {
    margin-top: 5px;
  }
}
@media print {
  .block-estimate__heading__btn {
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__heading__btn {
    margin-left: 20px;
  }
}
@media print {
  .block-estimate__heading__btn {
    margin-left: 20px;
  }
}
.block-estimate__heading__btn .button__dbg {
  background: none;
}
.block-estimate__limit {
  background-color: #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .block-estimate__limit {
    padding: 10px;
  }
}
@media print {
  .block-estimate__limit {
    padding: 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__limit {
    margin-top: 2px;
    padding: 10px 30px;
  }
}
@media print {
  .block-estimate__limit {
    margin-top: 2px;
    padding: 10px 30px;
  }
}
.block-estimate__limit__date {
  font-size: 1.4rem;
}
@media all and (min-width: 1024px) {
  .block-estimate__limit__date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-estimate__limit__date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.block-estimate__limit__date--title {
  font-weight: bold;
}
.block-estimate__limit__date--data {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .block-estimate__limit__date--data {
    margin-top: 5px;
  }
}
@media print {
  .block-estimate__limit__date--data {
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__limit__date--data {
    margin-left: 15px;
  }
}
@media print {
  .block-estimate__limit__date--data {
    margin-left: 15px;
  }
}
.block-estimate__limit__date--data .icon {
  color: #bf0000;
  display: inline-block;
  margin-left: 10px;
}
.block-estimate__limit__btn .sub-button__download {
  background-color: #9d0000;
  border: none;
}
.block-estimate__limit--alert {
  background-color: #fefdcd;
}
.block-estimate__content {
  font-size: 1.4rem;
  position: relative;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 1023px) {
  .block-estimate__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media print {
  .block-estimate__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__content {
    padding: 30px;
    padding-bottom: 20px;
  }
}
@media print {
  .block-estimate__content {
    padding: 30px;
    padding-bottom: 20px;
  }
}
.block-estimate__content__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.block-estimate__content--left {
  width: 160px;
}
@media all and (max-width: 1023px) {
  .block-estimate__content--right {
    width: calc(100% - 160px - 15px);
  }
}
@media print {
  .block-estimate__content--right {
    width: calc(100% - 160px - 15px);
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__content--right {
    width: calc(100% - 160px - 30px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-estimate__content--right {
    width: calc(100% - 160px - 30px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__content--right > div {
    width: 48.4%;
  }
}
@media print {
  .block-estimate__content--right > div {
    width: 48.4%;
  }
}
@media all and (max-width: 1023px) {
  .block-estimate__content--right > div:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print {
  .block-estimate__content--right > div:nth-child(n+2) {
    margin-top: 15px;
  }
}
.block-estimate__content__img img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.block-estimate__content__btn {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1024px) {
  .block-estimate__detail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-estimate__detail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.block-estimate__detail:nth-child(n+2) {
  margin-top: 25px;
}
.block-estimate__detail__title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (max-width: 1023px) {
  .block-estimate__detail__title {
    padding-top: 5px;
    padding-bottom: 6px;
    width: 100%;
  }
}
@media print {
  .block-estimate__detail__title {
    padding-top: 5px;
    padding-bottom: 6px;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__detail__title {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 120px;
    min-width: 120px;
    margin-right: 20px;
  }
}
@media print {
  .block-estimate__detail__title {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 120px;
    min-width: 120px;
    margin-right: 20px;
  }
}
@media all and (max-width: 1023px) {
  .block-estimate__detail__data {
    margin-top: 10px;
  }
}
@media print {
  .block-estimate__detail__data {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__detail__data {
    padding-top: 5px;
  }
}
@media print {
  .block-estimate__detail__data {
    padding-top: 5px;
  }
}
.block-estimate__detail__data--option {
  line-height: 1.6;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block-estimate__detail__data--option span:first-child {
  font-weight: bold;
}
.block-estimate__detail__data--price span:first-child {
  color: #ff0000;
}
.block-estimate__detail__caption {
  margin-top: 5px;
}
.block-estimate__order {
  margin-top: 25px;
}
@media all and (max-width: 1023px) {
  .block-estimate__order {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .block-estimate__order {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1024px) {
  .block-estimate__order .primary-button__priority {
    margin-right: 0;
  }
}
@media print {
  .block-estimate__order .primary-button__priority {
    margin-right: 0;
  }
}

.block-history {
  padding-bottom: 80px;
}
.block-history__item:nth-child(n+2) {
  margin-top: 40px;
}
.block-history__heading {
  color: #ffffff;
  background-color: #666666;
}
@media all and (max-width: 1023px) {
  .block-history__heading {
    padding: 10px;
    position: relative;
  }
}
@media print {
  .block-history__heading {
    padding: 10px;
    position: relative;
  }
}
@media all and (min-width: 1024px) {
  .block-history__heading {
    padding: 9px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-history__heading {
    padding: 9px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .block-history__heading--detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-history__heading--detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .block-history__item--detail .block-history__heading--left {
    width: calc(100% - 695px);
  }
}
@media print {
  .block-history__item--detail .block-history__heading--left {
    width: calc(100% - 695px);
  }
}
@media all and (min-width: 1024px) {
  .block-history__heading--right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-history__heading--right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.block-history__item--detail .block-history__heading--right {
  flex-direction: column;
  align-items: flex-end;
}
@media all and (min-width: 1024px) {
  .block-history__item--detail .block-history__heading--right {
    width: 675px;
  }
}
@media print {
  .block-history__item--detail .block-history__heading--right {
    width: 675px;
  }
}
.block-history__heading__date {
  font-size: 1.4rem;
}
@media all and (min-width: 1024px) {
  .block-history__heading__date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-history__heading__date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.block-history__heading__date--title {
  font-weight: bold;
  white-space: nowrap;
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .block-history__heading__date--title {
    font-size: 1.025vw;
  }
}
.block-history__heading__date--data {
  white-space: nowrap;
}
@media all and (max-width: 1023px) {
  .block-history__heading__date--data {
    margin-top: 5px;
  }
}
@media print {
  .block-history__heading__date--data {
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .block-history__heading__date--data {
    font-size: 1.025vw;
  }
}
@media all and (min-width: 1024px) {
  .block-history__heading__date--data {
    margin-left: 15px;
  }
}
@media print {
  .block-history__heading__date--data {
    margin-left: 15px;
  }
}
.block-history__heading__number {
  white-space: nowrap;
  font-size: 1.6rem;
}
@media all and (max-width: 1023px) {
  .block-history__heading__number {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-history__heading__number {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .block-history__heading__number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-history__heading__number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .block-history__heading__number {
    font-size: 1.025vw;
  }
}
.block-history__heading__number dd {
  color: #ffffff !important;
}
@media all and (min-width: 1024px) {
  .block-history__heading__number--list {
    margin-left: 10px;
    margin-right: 20px;
  }
}
@media print {
  .block-history__heading__number--list {
    margin-left: 10px;
    margin-right: 20px;
  }
}
@media all and (max-width: 1023px) {
  .block-history__heading__btn {
    position: absolute;
    top: 34px;
    right: 10px;
  }
}
@media print {
  .block-history__heading__btn {
    position: absolute;
    top: 34px;
    right: 10px;
  }
}
.block-history__heading__btn .button__dbg {
  background: none;
  margin-left: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .block-history__check__btn {
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.block-history__name {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-right: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media all and (max-width: 1023px) {
  .block-history__name {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}
@media print {
  .block-history__name {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1024px) {
  .block-history__name {
    margin-left: 30px;
  }
}
@media print {
  .block-history__name {
    margin-left: 30px;
  }
}
.block-history__heading--detail .block-history__name {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .block-history__heading--detail .block-history__name {
    margin-top: 5px;
  }
}
.block-history--center .block-history__name {
  margin-top: 16px;
}
@media all and (min-width: 1024px) {
  .block-history--center .block-history__name {
    margin-top: 10px;
  }
}
@media print {
  .block-history--center .block-history__name {
    margin-top: 10px;
  }
}
.block-history__name a {
  color: inherit;
  text-decoration: underline;
}
@media all and (max-width: 1023px) {
  .block-history__name a {
    font-size: 1.8rem;
    text-decoration: none;
    line-height: 1.5;
  }
}
@media print {
  .block-history__name a {
    font-size: 1.8rem;
    text-decoration: none;
    line-height: 1.5;
  }
}
.block-history__name a:hover {
  text-decoration: none;
}
@media all and (min-width: 1024px) {
  .block-history__name--oneline {
    margin-top: 0;
  }
}
@media print {
  .block-history__name--oneline {
    margin-top: 0;
  }
}
.block-history__status {
  background-color: #f4f4f4;
}
@media screen and (max-width: 599px) {
  .block-history__status {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 2px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-history__status {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 2px;
  }
}
@media all and (min-width: 1024px) {
  .block-history__status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 53px;
    margin-top: 2px;
    padding: 10px 20px;
    width: calc((100% - 2px) / 2);
  }
}
@media print {
  .block-history__status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 53px;
    margin-top: 2px;
    padding: 10px 20px;
    width: calc((100% - 2px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .block-history__status--detail {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-history__status--detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-history__status--payment {
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .block-history__status--payment {
    align-items: flex-start;
  }
}
.block-history__status--left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 599px) {
  .block-history__status--left {
    justify-content: space-between;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .block-history__status__wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-history__status__wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.block-history__status__pay {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 599px) {
  .block-history__status__pay {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
.block-history__status__data {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .block-history__status__data {
    font-size: 1.025vw;
  }
}
.block-history__status__data--title {
  font-weight: bold;
  min-width: 42px;
}
.block-history__status__data--data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-weight: normal;
}
@media all and (max-width: 1023px) {
  .block-history__status__data--data {
    margin-left: 10px;
  }
}
@media print {
  .block-history__status__data--data {
    margin-left: 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-history__status__data--data {
    margin-left: 15px;
  }
}
@media print {
  .block-history__status__data--data {
    margin-left: 15px;
  }
}
.block-history__status__btn {
  min-width: 160px;
}
@media screen and (max-width: 599px) {
  .block-history__status__btn {
    margin-top: 5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-history__status__btn {
    margin-left: 20px;
  }
}
.block-history__status__btn.data-upload .button {
  background-color: #33a6de;
  border: none;
}
@media screen and (max-width: 599px) {
  .block-history__status__btn.data-upload .button {
    margin-left: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-history__status__btn.data-upload .button {
    margin-left: 15px;
  }
}
@media all and (min-width: 1024px) {
  .block-history__status__btn.data-upload .button {
    margin-left: 15px;
  }
}
@media print {
  .block-history__status__btn.data-upload .button {
    margin-left: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-history__status__btn .sub-button__priority {
    margin-left: 15px;
  }
}
@media all and (min-width: 1024px) {
  .block-history__status__btn .sub-button__priority {
    margin-left: 15px;
  }
}
@media print {
  .block-history__status__btn .sub-button__priority {
    margin-left: 15px;
  }
}
@media screen and (max-width: 599px) {
  .block-history__status__btn .sub-button__normal {
    margin-left: auto;
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .block-history__status__btn .sub-button__normal .icon {
    font-size: 0.825vw;
  }
}
.block-history__price {
  font-size: 1.4rem;
  color: #ff0017;
  white-space: nowrap;
}
@media all and (max-width: 1023px) {
  .block-history__price {
    display: inline-block;
    margin-right: 5px;
  }
}
@media print {
  .block-history__price {
    display: inline-block;
    margin-right: 5px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .block-history__price {
    font-size: 1.025vw;
  }
}
@media all and (min-width: 1024px) {
  .block-history__price {
    margin-right: 10px;
  }
}
@media print {
  .block-history__price {
    margin-right: 10px;
  }
}
.block-history__payment {
  font-size: 1.4rem;
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .block-history__payment {
    font-size: 1.025vw;
  }
}
@media all and (min-width: 1024px) {
  .block-history__payment {
    margin-right: 10px;
  }
}
@media print {
  .block-history__payment {
    margin-right: 10px;
  }
}
.block-history__content {
  font-size: 1.4rem;
  position: relative;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 1023px) {
  .block-history__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media print {
  .block-history__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 1024px) {
  .block-history__content {
    padding: 20px 30px;
  }
}
@media print {
  .block-history__content {
    padding: 20px 30px;
  }
}
.block-history__content__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.block-history__content--left {
  width: 160px;
}
@media all and (max-width: 1023px) {
  .block-history__content--right {
    width: calc(100% - 160px - 15px);
  }
}
@media print {
  .block-history__content--right {
    width: calc(100% - 160px - 15px);
  }
}
@media all and (min-width: 1024px) {
  .block-history__content--right {
    width: calc(100% - 160px - 30px);
  }
}
@media print {
  .block-history__content--right {
    width: calc(100% - 160px - 30px);
  }
}
@media all and (min-width: 1024px) {
  .block-history__content--right-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-history__content--right-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .block-history__content--right-top > div {
    width: 48.4%;
  }
}
@media print {
  .block-history__content--right-top > div {
    width: 48.4%;
  }
}
@media all and (max-width: 1023px) {
  .block-history__content--right-top > div:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print {
  .block-history__content--right-top > div:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media all and (max-width: 1023px) {
  .block-history__content--right-bottom {
    margin-top: 15px;
  }
}
@media print {
  .block-history__content--right-bottom {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .block-history__content--right-bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-history__content--right-bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .block-history__content--lg {
    padding: 30px;
  }
}
@media print {
  .block-history__content--lg {
    padding: 30px;
  }
}
.block-history__content__img img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.block-history__content__btn {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1024px) {
  .block-history__detail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-history__detail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.block-history__detail:nth-child(n+2) {
  margin-top: 15px;
}
@media all and (min-width: 1024px) {
  .block-history__detail--wide {
    width: calc(100% - 280px);
  }
}
@media print {
  .block-history__detail--wide {
    width: calc(100% - 280px);
  }
}
.block-history__detail__title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (max-width: 1023px) {
  .block-history__detail__title {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
}
@media print {
  .block-history__detail__title {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .block-history__detail__title {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 120px;
    min-width: 120px;
    margin-right: 20px;
  }
}
@media print {
  .block-history__detail__title {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 120px;
    min-width: 120px;
    margin-right: 20px;
  }
}
@media all and (max-width: 1023px) {
  .block-history__detail__data {
    margin-top: 10px;
  }
}
@media print {
  .block-history__detail__data {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-history__detail__data {
    padding-top: 5px;
  }
}
@media print {
  .block-history__detail__data {
    padding-top: 5px;
  }
}
.block-history__detail__data--option {
  line-height: 1.6;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block-history__detail__data--option span:first-child {
  font-weight: bold;
}
.block-history__detail__data--price span:first-child {
  color: #ff0000;
}
.block-history__detail__data--file .icon {
  display: inline-block;
  margin-right: 10px;
  color: #01a6de;
}
.block-history__detail__data--time {
  font-size: 1.2rem;
  color: #888888;
}
@media all and (max-width: 1023px) {
  .block-history__detail__data--time {
    display: block;
    margin-top: 5px;
    text-align: right;
  }
}
@media print {
  .block-history__detail__data--time {
    display: block;
    margin-top: 5px;
    text-align: right;
  }
}
@media all and (min-width: 1024px) {
  .block-history__detail__data--time {
    white-space: nowrap;
    margin-left: 20px;
  }
}
@media print {
  .block-history__detail__data--time {
    white-space: nowrap;
    margin-left: 20px;
  }
}
.block-history__detail__data--caption {
  margin-top: 10px;
}
.block-history__detail__data--sm {
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}
.block-history__detail__caption {
  margin-top: 5px;
}
.block-history__order {
  margin-top: 25px;
}
@media all and (max-width: 1023px) {
  .block-history__order {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .block-history__order {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1023px) {
  .block-history__order__btn {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}
@media print {
  .block-history__order__btn {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}
@media all and (min-width: 1024px) {
  .block-history__order__btn .primary-button__priority,
.block-history__order__btn .primary-button {
    margin-right: 0;
  }
}
@media print {
  .block-history__order__btn .primary-button__priority,
.block-history__order__btn .primary-button {
    margin-right: 0;
  }
}
.block-history__order__btn + .block-history__order__btn {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .block-history__btns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-history__btns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) {
  .block-history__btns {
    margin-left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 10px;
  }
}
@media print {
  .block-history__btns {
    margin-left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 10px;
  }
}
.block-history__btns--output {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .block-history__btns--output {
    margin-left: -5px;
    flex: 1;
    width: calc(100% - 30px);
    margin-right: 5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-history__btns--output {
    margin-right: 20px;
  }
}
@media all and (min-width: 1024px) {
  .block-history__btns--output {
    min-width: 430px;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .block-history__btns--output {
    min-width: 430px;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.block-history__btns--output-btnwrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.block-history__btns--output-note {
  margin-top: 5px;
  font-weight: bold;
}
.block-history__btn {
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .block-history__btn {
    margin-top: 5px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-history__btn {
    margin-top: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .block-history__btn:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media all and (min-width: 1024px) {
  .block-history__btn:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media print {
  .block-history__btn:nth-child(n+2) {
    margin-left: 10px;
  }
}
.block-history__btn .sub-button__download {
  background-color: #eeeeee;
  color: #222222;
  border-color: #eeeeee;
}
.block-history__btn .sub-button__download:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20px 10px"><path fill="%27fff" d="M3.214,7.857,6.429,4.643,5.357,3.571,3.929,5V0H2.5V5L1.071,3.571,0,4.643Z" /></svg>');
}
.block-history__btn .sub-button__download:after {
  background-color: #222222;
}
.block-history__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (min-width: 1024px) {
  .block-history__wrap {
    width: 80%;
  }
}
@media print {
  .block-history__wrap {
    width: 80%;
  }
}

.pager-normal {
  list-style: none;
  list-style-type: none;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
  font-size: 1.2rem;
}
.pager-normal__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.pager-normal__item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
}
.pager-normal__item:nth-child(n+2) {
  margin-left: 10px;
}
.pager-normal__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: inherit;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  padding-left: 0;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 5px;
}
@media all and (min-width: 1024px) {
  .pager-normal__item a:hover {
    background-color: #9d0000;
    color: #ffffff;
  }
}
@media print {
  .pager-normal__item a:hover {
    background-color: #9d0000;
    color: #ffffff;
  }
}
.pager-normal__item--active {
  background: #9d0000;
  color: #ffffff;
  pointer-events: none;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
}
.pager-normal__item--prev, .pager-normal__item--next {
  border: solid 1px #ccc;
}
.pager-normal__item--prev a, .pager-normal__item--next a {
  position: relative;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  padding-left: 0;
  padding-right: 0;
}
.pager-normal__item--prev a:after, .pager-normal__item--next a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .pager-normal__item--prev a:hover:after, .pager-normal__item--next a:hover:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}
@media print {
  .pager-normal__item--prev a:hover:after, .pager-normal__item--next a:hover:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}
.pager-normal__item--prev a:after {
  transform: rotate(-135deg) translate(-1px, 1px);
}
.pager-normal__item--next a:after {
  transform: rotate(45deg) translate(-1px, 1px);
}
.pager-normal__item--disable {
  pointer-events: none;
  opacity: 0.3;
}

.pager-sort-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pager-sort-wrapper__count {
  font-size: 1.4rem;
}
.title + .pager-sort-wrapper {
  margin-top: -20px;
}
@media all and (min-width: 1024px) {
  .title + .pager-sort-wrapper {
    margin-top: -35px;
  }
}
@media print {
  .title + .pager-sort-wrapper {
    margin-top: -35px;
  }
}

.pager-sort {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media all and (min-width: 1024px) {
  .rank-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media print {
  .rank-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.rank-wrap:nth-child(n+2) {
  margin-top: 30px;
}

@media all and (max-width: 1023px) {
  .rank-applying {
    padding: 20px 15px 25px;
  }
}
@media print {
  .rank-applying {
    padding: 20px 15px 25px;
  }
}
@media all and (min-width: 1024px) {
  .rank-applying {
    padding: 25px 15px 30px;
    width: 20%;
  }
}
@media print {
  .rank-applying {
    padding: 25px 15px 30px;
    width: 20%;
  }
}
.rank-applying__heading {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.rank-applying__myrank {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .rank-applying__myrank {
    justify-content: center;
    margin-top: 10px;
  }
}
@media print {
  .rank-applying__myrank {
    justify-content: center;
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .rank-applying__myrank {
    margin-top: 20px;
  }
}
@media print {
  .rank-applying__myrank {
    margin-top: 20px;
  }
}
.rank-applying__icon {
  width: 40px;
  height: 35px;
  margin-right: 10px;
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .rank-applying__icon {
    width: 2.928vw;
    height: 2.562vw;
  }
}
.rank-applying__text {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .rank-applying__text {
    font-size: 1.025vw;
  }
}
.rank-applying__text--strong {
  font-size: 2.2rem;
  font-weight: bold;
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .rank-applying__text--strong {
    font-size: 1.611vw;
  }
}
.rank-applying__judge {
  font-size: 1.2rem;
  text-align: center;
}
@media all and (max-width: 1023px) {
  .rank-applying__judge {
    margin-top: 10px;
  }
}
@media print {
  .rank-applying__judge {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .rank-applying__judge {
    margin-top: 15px;
  }
}
@media print {
  .rank-applying__judge {
    margin-top: 15px;
  }
}
.rank-applying--gold {
  border-top: 6px solid #cca329;
  background-color: #f5edd4;
}
.rank-applying--gold .rank-applying__text--strong {
  color: #cca329;
}
.rank-applying--silver {
  border-top: 6px solid #aaaab3;
  background-color: #eeeef0;
}
.rank-applying--silver .rank-applying__text--strong {
  color: #919199;
}
.rank-applying--bronze {
  border-top: 6px solid #b36a36;
  background-color: #f0e1d6;
}
.rank-applying--bronze .rank-applying__text--strong {
  color: #b36a36;
}

.rank-benefits {
  background-color: #fefdcd;
  padding: 20px 30px;
}
@media all and (max-width: 1023px) {
  .rank-benefits {
    margin-top: 5px;
  }
}
@media print {
  .rank-benefits {
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .rank-benefits {
    width: 39.3%;
  }
}
@media print {
  .rank-benefits {
    width: 39.3%;
  }
}
.rank-benefits__heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .rank-benefits__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media print {
  .rank-benefits__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.rank-benefits__box {
  background-color: #ffffff;
}
@media all and (max-width: 1023px) {
  .rank-benefits__box {
    padding: 10px 10px;
    margin-top: 5px;
  }
}
@media print {
  .rank-benefits__box {
    padding: 10px 10px;
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .rank-benefits__box {
    width: calc((100% - 8px) / 2);
    padding: 20px 10px;
    margin-top: 15px;
  }
}
@media print {
  .rank-benefits__box {
    width: calc((100% - 8px) / 2);
    padding: 20px 10px;
    margin-top: 15px;
  }
}
.rank-benefits__subheading {
  font-size: 1.2rem;
  text-align: center;
}
.rank-benefits__value {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #222222;
  margin-top: 5px;
}
.rank-benefits__value--strong {
  color: #9d0000;
  font-size: 3rem;
}
.rank-benefits__note {
  display: block;
  color: #888888;
  text-align: center;
  font-size: 1.2rem;
}

.rank-status {
  background-color: #f7f7f7;
  padding: 20px 30px;
}
@media all and (max-width: 1023px) {
  .rank-status {
    margin-top: 5px;
  }
}
@media print {
  .rank-status {
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .rank-status {
    width: 39.3%;
  }
}
@media print {
  .rank-status {
    width: 39.3%;
  }
}
.rank-status__heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .rank-status__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media print {
  .rank-status__content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.rank-status__box {
  background-color: #ffffff;
}
@media all and (max-width: 1023px) {
  .rank-status__box {
    padding: 10px 10px;
    margin-top: 5px;
  }
}
@media print {
  .rank-status__box {
    padding: 10px 10px;
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .rank-status__box {
    width: calc((100% - 8px) / 2);
    padding: 20px 10px;
    margin-top: 15px;
  }
}
@media print {
  .rank-status__box {
    width: calc((100% - 8px) / 2);
    padding: 20px 10px;
    margin-top: 15px;
  }
}
.rank-status__subheading {
  font-size: 1.2rem;
  text-align: center;
}
text-a .rank-status__subheading__value {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #222222;
  margin-top: 10px;
}
text-a .rank-status__subheading__value--strong {
  color: #9d0000;
  font-size: 2.2rem;
}
.rank-status__value {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #222222;
  margin-top: 5px;
}
.rank-status__value--strong {
  color: #9d0000;
  font-size: 3rem;
}
.rank-status__setting {
  text-align: center;
  margin-top: 18px;
}
.rank-status__setting__text {
  font-size: 2.2rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  position: relative;
  line-height: 1;
  padding-left: 1em;
  display: inline-block;
  margin-bottom: 12px;
}
.rank-status__setting__text--completed::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  border-bottom: 3px solid #6bcc00;
  border-right: 3px solid #6bcc00;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.rank-status__setting__text--notset {
  position: relative;
}
.rank-status__setting__text--notset:before {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background-color: #ff0017;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
}
.rank-status__setting__text--notset:after {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background-color: #ff0017;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
}
.rank-status__note {
  display: block;
  color: #888888;
  text-align: center;
  font-size: 1.2rem;
}

.rank-conditions {
  margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
  .rank-conditions {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media print {
  .rank-conditions {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1023px) {
  .rank-conditions__item {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .rank-conditions__item {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1024px) {
  .rank-conditions__item {
    width: 31.7%;
  }
}
@media print {
  .rank-conditions__item {
    width: 31.7%;
  }
}
@media all and (max-width: 1023px) {
  .rank-conditions__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print {
  .rank-conditions__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.rank-conditions__top {
  padding: 15px 20px 10px;
  position: relative;
  background-position: right -15px;
  background-repeat: no-repeat;
  min-height: 200px;
  height: 200px;
}
.rank-conditions__top:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: calc(100%);
  left: 0;
  right: 0;
  margin: auto;
}
.rank-conditions__top--gold {
  background-color: #f5edd4;
  border-top: 10px solid #cca329;
  background-image: url(../img/rank/rank_gold_text.png);
  background-size: 171px 68px;
}
.rank-conditions__top--gold .rank-conditions__heading {
  color: #cca329;
}
.rank-conditions__top--gold:after {
  background-image: url(../img/rank/rank_gold_arrow.png);
}
.rank-conditions__top--silver {
  background-color: #eeeef0;
  border-top: 10px solid #aaaab3;
  background-image: url(../img/rank/rank_silver_text.png);
  background-size: 201px 68px;
}
.rank-conditions__top--silver .rank-conditions__heading {
  color: #919199;
}
.rank-conditions__top--silver:after {
  background-image: url(../img/rank/rank_silver_arrow.png);
}
.rank-conditions__top--bronze {
  background-color: #f0e1d6;
  border-top: 10px solid #b36a36;
  background-image: url(../img/rank/rank_bronze_text.png);
  background-size: 241px 68px;
}
.rank-conditions__top--bronze .rank-conditions__heading {
  color: #b36a36;
}
.rank-conditions__top--bronze:after {
  background-image: url(../img/rank/rank_bronze_arrow.png);
}
.rank-conditions__rank {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.rank-conditions__icon {
  width: 50px;
  height: 44px;
  margin-right: 15px;
}
.rank-conditions__heading {
  font-size: 3.4rem;
  font-weight: bold;
}
.rank-conditions__total__heading {
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 20px;
}
.rank-conditions__total__price {
  color: #9d010f;
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  white-space: nowrap;
}
@media all and (max-width: 1023px) {
  .rank-conditions__total__price {
    font-size: 2.8rem;
  }
}
@media print {
  .rank-conditions__total__price {
    font-size: 2.8rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .rank-conditions__total__price {
    font-size: 2.343vw;
  }
}
.rank-conditions__total__note {
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
.rank-conditions__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.rank-conditions__term {
  width: 50%;
  padding: 30px 10px 10px;
}
.rank-conditions__term--gold-left {
  background-color: #dec375;
}
.rank-conditions__term--gold-right {
  background-color: #cca329;
}
.rank-conditions__term--silver-left {
  background-color: #c8c8ce;
}
.rank-conditions__term--silver-right {
  background-color: #aaaab3;
}
.rank-conditions__term--bronze-left {
  background-color: #ce9f7e;
}
.rank-conditions__term--bronze-right {
  background-color: #b36a36;
}
.rank-conditions__term__heading {
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
}
.rank-conditions__term__value {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.rank-conditions__term__value--strong {
  font-size: 5rem;
}

.modal-content {
  display: none;
  /* 初期状態 */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.modal {
  position: absolute;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 10px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
}
@media all and (max-width: 1023px) {
  .modal {
    width: 95%;
    top: 40%;
    max-height: calc(100vh - 150px);
  }
}
@media print {
  .modal {
    width: 95%;
    top: 40%;
    max-height: calc(100vh - 150px);
  }
}
@media all and (min-width: 1024px) {
  .modal {
    top: calc(50% - 60px);
    max-height: calc(100vh - 80px);
  }
}
@media print {
  .modal {
    top: calc(50% - 60px);
    max-height: calc(100vh - 80px);
  }
}
.modal__close {
  border-radius: 15px;
  background: #e6e6e6;
  position: relative;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
@media all and (min-width: 1024px) {
  .modal__close {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .modal__close:hover {
    opacity: 0.6;
  }
}
@media print {
  .modal__close {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .modal__close:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 1023px) {
  .modal__close {
    right: 10px;
    top: 10px;
  }
}
@media print {
  .modal__close {
    right: 10px;
    top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .modal__close {
    right: 20px;
    top: 20px;
  }
}
@media print {
  .modal__close {
    right: 20px;
    top: 20px;
  }
}
.modal__close:before, .modal__close:after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal__close:before {
  transform: rotate(45deg);
}
.modal__close:after {
  transform: rotate(-45deg);
}
.modal__overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal__text {
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .modal__text {
    margin-top: 20px;
  }
}
@media print {
  .modal__text {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .modal__text {
    margin-top: 40px;
  }
}
@media print {
  .modal__text {
    margin-top: 40px;
  }
}
.modal__text--center {
  text-align: center;
}
.modal__text--alert {
  text-align: center;
  font-size: 1.2rem;
  color: #ff0017;
}
.modal__heading {
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
}
.modal__caption {
  font-size: 1rem;
  margin-top: 10px;
}
.modal__btns {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
.modal__btn--half {
  width: calc((100% - 10px) / 2);
}
.modal__btn--half .primary-button,
.modal__btn--half .primary-button__priority {
  width: 100%;
}

@media all and (max-width: 1023px) {
  .modal-sample {
    padding: 30px 15px;
  }
}
@media print {
  .modal-sample {
    padding: 30px 15px;
  }
}
@media all and (min-width: 1024px) {
  .modal-sample {
    min-width: 580px;
    width: 580px;
    padding: 50px;
  }
}
@media print {
  .modal-sample {
    min-width: 580px;
    width: 580px;
    padding: 50px;
  }
}
.modal-sample__band {
  background-color: #f7f7f7;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1.4rem;
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .modal-sample__band {
    margin-top: 20px;
  }
}
@media print {
  .modal-sample__band {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .modal-sample__band {
    margin-top: 40px;
  }
}
@media print {
  .modal-sample__band {
    margin-top: 40px;
  }
}
.modal-sample__item {
  margin-top: 20px;
  padding: 20px 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.modal-sample__item__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.modal-sample__img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-right: 10px;
}
.modal-sample__detail {
  flex: 1;
}
.modal-sample__name {
  font-size: 1.4rem;
  font-weight: normal;
}
.modal-sample__price {
  margin-top: 10px;
}
@media all and (min-width: 1024px) {
  .modal-sample__price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .modal-sample__price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.modal-sample__price--title {
  font-weight: bold;
  font-size: 1.4rem;
}
.modal-sample__price--price {
  font-weight: bold;
  color: #ff0017;
  font-size: 2.2rem;
}
@media all and (max-width: 1023px) {
  .modal-sample__price--price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .modal-sample__price--price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .modal-sample__price--price {
    margin-left: 10px;
  }
}
@media print {
  .modal-sample__price--price {
    margin-left: 10px;
  }
}
.modal-sample__price--unit {
  color: #888888;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 5px;
}
@media all and (max-width: 1023px) {
  .modal-sample__price--unit {
    margin-top: 7px;
  }
}
@media print {
  .modal-sample__price--unit {
    margin-top: 7px;
  }
}
.modal-sample__text {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .modal-sample__text {
    font-size: 1.2rem;
  }
}
@media print {
  .modal-sample__text {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 1023px) {
  .modal-login {
    padding: 30px 15px;
  }
}
@media print {
  .modal-login {
    padding: 30px 15px;
  }
}
@media all and (min-width: 1024px) {
  .modal-login {
    min-width: 580px;
    width: 580px;
    padding: 50px;
  }
}
@media print {
  .modal-login {
    min-width: 580px;
    width: 580px;
    padding: 50px;
  }
}

.order-limit {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 30px;
}
@media all and (max-width: 1023px) {
  .order-limit {
    margin-bottom: 10px;
  }
}
@media print {
  .order-limit {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1024px) {
  .order-limit {
    margin-bottom: 20px;
  }
}
@media print {
  .order-limit {
    margin-bottom: 20px;
  }
}
.order-limit--date {
  font-size: 2.2rem;
}
@media all and (max-width: 1023px) {
  .order-limit--date {
    margin-top: 10px;
  }
}
@media print {
  .order-limit--date {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .order-limit--date {
    margin-left: 30px;
  }
}
@media print {
  .order-limit--date {
    margin-left: 30px;
  }
}
.order-limit--limit {
  font-size: 1rem;
  font-weight: normal;
}
@media all and (min-width: 1024px) {
  .order-limit--limit {
    margin-left: 30px;
  }
}
@media print {
  .order-limit--limit {
    margin-left: 30px;
  }
}
.order-limit__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .order-limit__text {
    flex-direction: column;
  }
}
@media print {
  .order-limit__text {
    flex-direction: column;
  }
}
.order-limit__unsettled {
  color: #ff0017;
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.order-item {
  background-color: #ffffff;
  font-size: 1.4rem;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 1023px) {
  .order-item {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media print {
  .order-item {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media all and (min-width: 1024px) {
  .order-item {
    padding: 30px;
  }
}
@media print {
  .order-item {
    padding: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .order-item__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .order-item__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .order-item__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .order-item__left {
    width: 160px;
  }
}
@media all and (min-width: 1024px) {
  .order-item__left {
    width: 26.3%;
  }
}
@media print {
  .order-item__left {
    width: 26.3%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .order-item__right {
    flex: 1;
    margin-left: 15px;
  }
}
@media screen and (max-width: 599px) {
  .order-item__right {
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .order-item__right {
    width: 71.1%;
  }
}
@media print {
  .order-item__right {
    width: 71.1%;
  }
}
@media screen and (max-width: 599px) {
  .order-item__img {
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .order-item__img {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1024px) {
  .order-item__img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
  }
}
@media print {
  .order-item__img {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .order-item__img img {
    position: relative;
  }
}
@media all and (min-width: 1024px) {
  .order-item__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}
@media print {
  .order-item__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}
.order-item__btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (min-width: 1024px) {
  .order-item__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .order-item__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.order-item__item:nth-child(n+2) {
  margin-top: 20px;
}
.order-item__title {
  min-width: 120px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 32px;
  border: 1px solid #222222;
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .order-item__title {
    width: 100%;
  }
}
@media print {
  .order-item__title {
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .order-item__title {
    width: 14.8%;
  }
}
@media print {
  .order-item__title {
    width: 14.8%;
  }
}
@media all and (max-width: 1023px) {
  .order-item__data {
    margin-top: 10px;
  }
}
@media print {
  .order-item__data {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .order-item__data {
    flex: 1;
  }
}
@media print {
  .order-item__data {
    flex: 1;
  }
}
@media all and (max-width: 1023px) {
  .order-item__data p + p {
    margin-top: 5px;
  }
}
@media print {
  .order-item__data p + p {
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .order-item__data p + p {
    margin-top: 10px;
  }
}
@media print {
  .order-item__data p + p {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .order-item__data--text {
    padding-top: 5px;
  }
}
@media print {
  .order-item__data--text {
    padding-top: 5px;
  }
}
.order-item__data--option {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.order-item__data--option > *:first-child {
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .order-item__data--upload {
    margin-bottom: 10px;
  }
}
@media print {
  .order-item__data--upload {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1024px) {
  .order-item__data--upload {
    margin-bottom: 20px;
  }
}
@media print {
  .order-item__data--upload {
    margin-bottom: 20px;
  }
}
.order-item__data--upload .button {
  background-color: #01a6de;
}
.order-item__data--file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  background: #f7f7f7;
  word-break: break-all;
}
@media screen and (max-width: 599px) {
  .order-item__data--file {
    flex-direction: column;
    align-items: flex-start;
  }
}
.file-choice .order-item__data--file {
  margin-bottom: 10px;
}
.order-item__data--file .icon {
  color: #01a6de;
  display: inline-block;
  margin-right: 10px;
}
.order-item__data--file:nth-child(n+2) {
  margin-top: 5px;
}
.order-item__data--filename {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.order-item__data--time {
  color: #888888;
  font-size: 1.2rem;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .order-item__data--time {
    display: block;
    width: 100%;
    text-align: right;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .order-item__data--time {
    margin-left: 25px;
  }
}
@media all and (min-width: 1024px) {
  .order-item__data--time {
    margin-left: 25px;
  }
}
@media print {
  .order-item__data--time {
    margin-left: 25px;
  }
}
.order-item__data--result {
  margin-top: 15px;
  line-height: 1.7;
}
.order-item__data--result-title {
  float: left;
  clear: left;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .order-item__data--calibration {
    margin-top: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .order-item__data--calibration {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .order-item__data--calibration {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 15px;
  }
}
@media print {
  .order-item__data--calibration {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 15px;
  }
}
.order-item__data--calibration .caption--alert {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
}
@media all and (max-width: 1023px) {
  .order-item__data--calibration .caption--alert {
    margin-bottom: 10px;
  }
}
@media print {
  .order-item__data--calibration .caption--alert {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .order-item__data--calibration .primary-button__priority {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .order-item__data--calibration .primary-button__priority {
    min-width: 260px;
    margin-right: 0;
  }
}
.order-item__data--spare {
  margin-bottom: 10px;
}
@media all and (max-width: 1023px) {
  .order-item__data--spare {
    margin-top: 10px;
  }
}
@media print {
  .order-item__data--spare {
    margin-top: 10px;
  }
}
.order-item__data--address {
  background-color: #f7f7f7;
}
@media all and (max-width: 1023px) {
  .order-item__data--address {
    padding: 20px;
  }
}
@media print {
  .order-item__data--address {
    padding: 20px;
  }
}
@media all and (min-width: 1024px) {
  .order-item__data--address {
    padding: 20px 30px;
  }
}
@media print {
  .order-item__data--address {
    padding: 20px 30px;
  }
}
.order-item__data--address:nth-child(n+2) {
  margin-top: 5px;
}
.order-item__data--address-title {
  font-weight: bold;
  margin-bottom: 5px;
}
@media all and (max-width: 1023px) {
  .order-item__cancel {
    margin-top: 30px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .order-item__cancel {
    margin-top: 30px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1024px) {
  .order-item__cancel {
    margin-top: 40px;
  }
}
@media print {
  .order-item__cancel {
    margin-top: 40px;
  }
}
.order-item__cancel__back {
  text-align: center;
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .order-item__cancel__back {
    margin-top: 15px;
  }
}
@media print {
  .order-item__cancel__back {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .order-item__cancel__back {
    margin-top: 20px;
  }
}
@media print {
  .order-item__cancel__back {
    margin-top: 20px;
  }
}
@media all and (max-width: 1023px) {
  .order-item__cancel__back--lg {
    margin-top: 40px;
  }
}
@media print {
  .order-item__cancel__back--lg {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .order-item__cancel__back--lg {
    margin-top: 60px;
  }
}
@media print {
  .order-item__cancel__back--lg {
    margin-top: 60px;
  }
}

.order-chat {
  font-size: 1.4rem;
  margin-top: 60px;
}
@media all and (max-width: 1023px) {
  .order-chat__left, .order-chat__right {
    width: 90%;
    margin-top: 25px;
  }
}
@media print {
  .order-chat__left, .order-chat__right {
    width: 90%;
    margin-top: 25px;
  }
}
@media all and (min-width: 1024px) {
  .order-chat__left, .order-chat__right {
    width: 83.9%;
    margin-top: 45px;
  }
}
@media print {
  .order-chat__left, .order-chat__right {
    width: 83.9%;
    margin-top: 45px;
  }
}
.order-chat__right {
  margin-left: auto;
}
@media all and (max-width: 1023px) {
  .order-chat__title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media print {
  .order-chat__title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media all and (min-width: 1024px) {
  .order-chat__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .order-chat__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.order-chat__left .order-chat__title {
  padding-left: 20px;
}
.order-chat__right .order-chat__title {
  padding-left: 10px;
}
@media screen and (max-width: 599px) {
  .order-chat__title--wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .order-chat__title--wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1023px) {
  .order-chat__title--wrap {
    margin-top: 5px;
    width: 100%;
  }
}
@media print {
  .order-chat__title--wrap {
    margin-top: 5px;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .order-chat__title--wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex: 1;
  }
}
@media print {
  .order-chat__title--wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex: 1;
  }
}
.order-chat__title--text {
  font-weight: bold;
  margin-right: 15px;
}
.order-chat__title--required {
  height: 17px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50px;
  height: 17px;
  padding: 0;
  margin-bottom: 0;
}
.order-chat__title--date {
  font-size: 1.2rem;
}
@media all and (min-width: 1024px) {
  .order-chat__title--date {
    margin-left: auto;
  }
}
@media print {
  .order-chat__title--date {
    margin-left: auto;
  }
}
.order-chat__right .order-chat__title--date {
  padding-right: 12px;
}
@media all and (max-width: 1023px) {
  .order-chat__right .order-chat__title--date {
    display: block;
    text-align: right;
  }
}
@media print {
  .order-chat__right .order-chat__title--date {
    display: block;
    text-align: right;
  }
}
.order-chat__box {
  border-radius: 5px;
  margin-top: 5px;
}
@media all and (max-width: 1023px) {
  .order-chat__box {
    padding: 20px;
  }
}
@media print {
  .order-chat__box {
    padding: 20px;
  }
}
@media all and (min-width: 1024px) {
  .order-chat__box {
    padding: 20px 30px;
  }
}
@media print {
  .order-chat__box {
    padding: 20px 30px;
  }
}
.order-chat__box--left {
  margin-left: 12px;
  background-color: #f7f7f7;
  position: relative;
}
.order-chat__box--left:before {
  position: absolute;
  left: -12px;
  top: 10px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/baloon_gray.png);
  background-size: 12px;
}
.order-chat__box--right {
  margin-right: 12px;
  background-color: #fefdcd;
  position: relative;
}
.order-chat__box--right:before {
  position: absolute;
  right: -12px;
  top: 10px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/baloon_ivory.png);
  background-size: 12px;
}
.order-chat__imgs {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media all and (max-width: 1023px) {
  .order-chat__imgs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
@media print {
  .order-chat__imgs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.order-chat__img {
  position: relative;
}
@media all and (max-width: 1023px) {
  .order-chat__img {
    width: 75px;
    min-width: 75px;
  }
}
@media print {
  .order-chat__img {
    width: 75px;
    min-width: 75px;
  }
}
@media all and (min-width: 1024px) {
  .order-chat__img {
    width: calc((100% - 50px) / 6);
  }
}
@media print {
  .order-chat__img {
    width: calc((100% - 50px) / 6);
  }
}
@media all and (max-width: 1023px) {
  .order-chat__img:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media print {
  .order-chat__img:nth-child(n+2) {
    margin-left: 10px;
  }
}
.order-chat__img:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/zoom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.order-chat__img__inner {
  padding-top: 66.66%;
  overflow: hidden;
  position: relative;
}
.order-chat__img__inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media all and (min-width: 1024px) {
  .order-chat__img:nth-child(n+7) {
    margin-top: 10px;
  }
}
@media print {
  .order-chat__img:nth-child(n+7) {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .order-chat__img:not(:nth-child(6n+1)) {
    margin-left: 10px;
  }
}
@media print {
  .order-chat__img:not(:nth-child(6n+1)) {
    margin-left: 10px;
  }
}
.order-chat__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.order-past__alert {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 30px;
}

@media all and (max-width: 1023px) {
  .address-choice:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media print {
  .address-choice:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .address-choice:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media print {
  .address-choice:nth-child(n+2) {
    margin-top: 60px;
  }
}
.address-choice__heading {
  background-color: #888888;
  color: #ffffff;
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .address-choice__heading {
    padding: 10px 20px 5px;
  }
}
@media print {
  .address-choice__heading {
    padding: 10px 20px 5px;
  }
}
@media all and (min-width: 1024px) {
  .address-choice__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
  }
}
@media print {
  .address-choice__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
  }
}
.address-choice__option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.address-choice__option--title {
  font-weight: bold;
}
.address-choice__option--item {
  margin-left: 10px;
}
.address-choice__count {
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.address-choice__count--num {
  font-size: 2.2rem;
  margin-left: 10px;
}
.address-choice__list {
  margin-top: 15px;
}
.address-choice__item {
  background-color: #f7f7f7;
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .address-choice__item {
    padding: 10px 20px;
  }
}
@media print {
  .address-choice__item {
    padding: 10px 20px;
  }
}
@media all and (min-width: 1024px) {
  .address-choice__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 30px;
  }
}
@media print {
  .address-choice__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 30px;
  }
}
.address-choice__item:nth-child(n+2) {
  margin-top: 5px;
}
.address-choice__item--top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (min-width: 1024px) {
  .address-choice__item--top {
    flex: 1;
  }
}
@media print {
  .address-choice__item--top {
    flex: 1;
  }
}
.address-choice__item--bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .address-choice__item--bottom {
    justify-content: space-between;
    margin-top: 10px;
  }
}
@media print {
  .address-choice__item--bottom {
    justify-content: space-between;
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .address-choice__item--bottom {
    width: 240px;
    margin-left: auto;
  }
}
@media print {
  .address-choice__item--bottom {
    width: 240px;
    margin-left: auto;
  }
}
.address-choice__item__title {
  font-weight: bold;
  min-width: 75px;
}
@media all and (max-width: 1023px) {
  .address-choice__item__title {
    width: 90px;
  }
}
@media print {
  .address-choice__item__title {
    width: 90px;
  }
}
@media all and (min-width: 1024px) {
  .address-choice__item__title {
    margin-right: 35px;
  }
}
@media print {
  .address-choice__item__title {
    margin-right: 35px;
  }
}
.address-choice__item__select {
  flex: 1;
  max-width: 500px;
}
@media all and (min-width: 1024px) {
  .address-choice__item__select {
    margin-right: 40px;
  }
}
@media print {
  .address-choice__item__select {
    margin-right: 40px;
  }
}
.address-choice__item__quantity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1023px) {
  .address-choice__item__quantity p {
    width: 90px;
  }
}
@media print {
  .address-choice__item__quantity p {
    width: 90px;
  }
}
.address-choice__item__quantity input {
  width: 80px;
  text-align: right;
}
@media all and (min-width: 1024px) {
  .address-choice__item__quantity input {
    margin-left: 20px;
    margin-right: 40px;
  }
}
@media print {
  .address-choice__item__quantity input {
    margin-left: 20px;
    margin-right: 40px;
  }
}
.address-choice__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.address-choice__btn:nth-child(2) {
  margin-left: 10px;
}
.address-choice__error {
  margin-top: 10px;
}

.address-edit__delete .sub-button__negative {
  margin-left: auto;
}
.address-edit__items {
  margin-top: 20px;
}
.address-edit__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.address-edit__item .form-item__box__label {
  margin-top: 0;
}
.address-edit__item__btns {
  min-width: 64px;
  white-space: nowrap;
  margin-left: 10px;
}
.address-edit__item__btns > *:nth-child(n+2) {
  margin-top: 10px;
}
@media all and (max-width: 1023px) {
  .address-edit__add {
    margin-top: 30px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .address-edit__add {
    margin-top: 30px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1024px) {
  .address-edit__add {
    margin-top: 40px;
  }
}
@media print {
  .address-edit__add {
    margin-top: 40px;
  }
}

@media all and (max-width: 1023px) {
  .new-item {
    padding-bottom: 60px;
  }
}
@media print {
  .new-item {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 1024px) {
  .new-item {
    padding-bottom: 100px;
  }
}
@media print {
  .new-item {
    padding-bottom: 100px;
  }
}

.new-item-bnr {
  width: 100%;
}
@media all and (min-width: 1024px) {
  .new-item-bnr {
    height: 186px;
  }
}
@media print {
  .new-item-bnr {
    height: 186px;
  }
}

.pickup {
  background-color: #fff1e4;
  padding: 30px 20px;
}
@media all and (max-width: 1023px) {
  .pickup {
    margin-top: 20px;
  }
}
@media print {
  .pickup {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .pickup {
    margin-top: 40px;
  }
}
@media print {
  .pickup {
    margin-top: 40px;
  }
}
.pickup__heading {
  font-weight: bold;
  font-size: 2.2rem;
  border-bottom: 3px solid #ff8d25;
}
@media all and (max-width: 1023px) {
  .pickup .block-productlist__items {
    margin-top: 20px;
  }
}
@media print {
  .pickup .block-productlist__items {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .pickup .block-productlist__items {
    margin-top: 35px;
  }
}
@media print {
  .pickup .block-productlist__items {
    margin-top: 35px;
  }
}
@media all and (min-width: 1024px) {
  .pickup .block-productlist__item {
    width: calc((100% - 60px) / 4);
  }
}
@media print {
  .pickup .block-productlist__item {
    width: calc((100% - 60px) / 4);
  }
}
@media all and (max-width: 1023px) {
  .pickup .block-productlist__item:nth-child(2n+3):before {
    content: none;
  }
}
@media print {
  .pickup .block-productlist__item:nth-child(2n+3):before {
    content: none;
  }
}
@media all and (max-width: 1023px) {
  .pickup .block-productlist__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media print {
  .pickup .block-productlist__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.new-item-anchor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 599px) {
  .new-item-anchor {
    justify-content: space-between;
  }
}
.new-item-anchor__item {
  margin-top: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .new-item-anchor__item {
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) {
  .new-item-anchor__item {
    margin-right: 10px;
  }
}
@media print {
  .new-item-anchor__item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .new-item-anchor__item {
    width: calc((100% - 10px) / 2);
  }
}

.new-item-block:nth-of-type(n + 2) {
  margin-top: 60px;
}
@media all and (min-width: 1024px) {
  .new-item-block .product-list__item {
    width: calc((100% - 80px) / 5);
  }
}
@media print {
  .new-item-block .product-list__item {
    width: calc((100% - 80px) / 5);
  }
}

.sample-count {
  text-align: center;
  margin-bottom: 25px;
}
@media all and (max-width: 1023px) {
  .sample-count {
    font-size: 1.6rem;
  }
}
@media print {
  .sample-count {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .sample-count {
    font-size: 1.8rem;
  }
}
@media print {
  .sample-count {
    font-size: 1.8rem;
  }
}
.sample-count__text--bold {
  font-weight: bold;
}

.sample-item {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 1023px) {
  .sample-item {
    padding: 20px;
  }
}
@media print {
  .sample-item {
    padding: 20px;
  }
}
@media all and (min-width: 1024px) {
  .sample-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 30px;
  }
}
@media print {
  .sample-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 30px;
  }
}
.sample-item__top {
  width: 100%;
}
@media all and (max-width: 1023px) {
  .sample-item__top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .sample-item__top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .sample-item__top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .sample-item__top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.sample-item__top--right {
  flex: 1;
}
@media all and (min-width: 1024px) {
  .sample-item__top--right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .sample-item__top--right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.sample-item__img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.sample-item__name--title {
  color: #888888;
  font-size: 1.2rem;
}
.sample-item__name--name {
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .sample-item__name--name {
    font-size: 1.6rem;
  }
}
@media print {
  .sample-item__name--name {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .sample-item__name--name {
    font-size: 1.8rem;
  }
}
@media print {
  .sample-item__name--name {
    font-size: 1.8rem;
  }
}
.sample-item__price {
  margin-left: auto;
  text-align: right;
}
@media all and (max-width: 1023px) {
  .sample-item__price {
    margin-top: 5px;
  }
}
@media print {
  .sample-item__price {
    margin-top: 5px;
  }
}
.sample-item__price--strong {
  color: #ff0017;
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .sample-item__price--strong {
    font-size: 2.8rem;
  }
}
@media print {
  .sample-item__price--strong {
    font-size: 2.8rem;
  }
}
@media all and (min-width: 1024px) {
  .sample-item__price--strong {
    font-size: 3.4rem;
  }
}
@media print {
  .sample-item__price--strong {
    font-size: 3.4rem;
  }
}
.sample-item__price--tax {
  font-weight: bold;
  color: #222222;
}
@media all and (max-width: 1023px) {
  .sample-item__price--tax {
    font-size: 1.2rem;
  }
}
@media print {
  .sample-item__price--tax {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1024px) {
  .sample-item__price--tax {
    font-size: 1.4rem;
  }
}
@media print {
  .sample-item__price--tax {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 1023px) {
  .complete-wrap {
    padding-bottom: 60px;
  }
}
@media print {
  .complete-wrap {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 1024px) {
  .complete-wrap {
    padding-bottom: 100px;
  }
}
@media print {
  .complete-wrap {
    padding-bottom: 100px;
  }
}

.complete-text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.complete-tel {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #9d010f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 25px;
}
@media all and (max-width: 1023px) {
  .complete-tel {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media print {
  .complete-tel {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media all and (min-width: 1024px) {
  .complete-tel {
    width: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media print {
  .complete-tel {
    width: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.complete-tel .tel__num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.complete-tel .tel__time {
  margin-left: 10px;
}

@media all and (min-width: 1024px) {
  .complete-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media print {
  .complete-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
.complete-box__item {
  background-color: #fefdcd;
  color: #222222;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media all and (max-width: 1023px) {
  .complete-box__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .complete-box__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 1024px) {
  .complete-box__item {
    width: calc((100% - 10px) / 2);
  }
}
@media print {
  .complete-box__item {
    width: calc((100% - 10px) / 2);
  }
}
@media all and (max-width: 1023px) {
  .complete-box__item:nth-child(2) {
    margin-top: 10px;
  }
}
@media print {
  .complete-box__item:nth-child(2) {
    margin-top: 10px;
  }
}
.complete-box__list {
  font-weight: bold;
  max-width: 360px;
  margin-bottom: 20px;
}
@media all and (max-width: 1023px) {
  .complete-box__list {
    font-size: 1.6rem;
  }
}
@media print {
  .complete-box__list {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .complete-box__list {
    font-size: 1.8rem;
  }
}
@media print {
  .complete-box__list {
    font-size: 1.8rem;
  }
}
.complete-box__check {
  padding-left: 2em;
  position: relative;
}
.complete-box__check:before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  border-right: 4px solid #9d010f;
  border-bottom: 4px solid #9d010f;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 2px;
}
.complete-box__check:nth-child(n+2) {
  margin-top: 10px;
}
.complete-box__btn {
  margin-top: 25px;
  margin-top: auto;
}
@media all and (max-width: 1023px) {
  .complete-box__btn .primary-button__priority {
    width: 260px;
  }
}
@media print {
  .complete-box__btn .primary-button__priority {
    width: 260px;
  }
}

.coupon-wrap {
  margin-top: 30px;
}
@media all and (min-width: 1024px) {
  .coupon-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media print {
  .coupon-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) {
  .coupon-wrap:after {
    content: "";
    display: block;
    width: calc((100% - 60px) / 3);
  }
}
@media print {
  .coupon-wrap:after {
    content: "";
    display: block;
    width: calc((100% - 60px) / 3);
  }
}

.coupon-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media all and (max-width: 1023px) {
  .coupon-item {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .coupon-item {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1024px) {
  .coupon-item {
    width: calc((100% - 60px) / 3);
  }
}
@media print {
  .coupon-item {
    width: calc((100% - 60px) / 3);
  }
}
@media all and (max-width: 1023px) {
  .coupon-item:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print {
  .coupon-item:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .coupon-item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media print {
  .coupon-item:nth-child(n+4) {
    margin-top: 30px;
  }
}
.coupon-item--top {
  width: 100%;
  background-color: #9d0500;
  color: #ffffff;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  border-radius: 5px 5px 0 0;
}
@media all and (max-width: 1023px) {
  .coupon-item--top {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .coupon-item--top {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 1024px) {
  .coupon-item--top {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 255px;
  }
}
@media print {
  .coupon-item--top {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 255px;
  }
}
.coupon-item--used .coupon-item--top {
  background-color: #ccc;
  color: #eeeeee;
}
.coupon-item__name {
  font-weight: bold;
  letter-spacing: -0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .coupon-item__name {
    font-size: 1.8rem;
  }
}
@media print {
  .coupon-item__name {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1024px) {
  .coupon-item__name {
    font-size: 2.2rem;
  }
}
@media print {
  .coupon-item__name {
    font-size: 2.2rem;
  }
}
.coupon-item__detail {
  font-weight: bold;
  font-size: 2.8rem;
  margin-top: -15px;
}
.coupon-item__detail--strong {
  font-size: 6rem;
  letter-spacing: -0.05em;
  margin-right: 3px;
}
.coupon-item__detail--small {
  font-size: 2.2rem;
  margin-right: 3px;
}
.coupon-item__terms {
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.coupon-item__terms--title {
  font-weight: bold;
  width: 50px;
  min-width: 50px;
  white-space: nowrap;
  text-align: right;
  margin-right: 10px;
}
.coupon-item__terms--detail {
  letter-spacing: -0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.coupon-item--bottom {
  font-size: 1.4rem;
  background-color: #aaaaaa;
  color: #ffffff;
  height: 32px;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-image: linear-gradient(to right, #fff, #fff 10px, transparent 10px, transparent 5px);
  background-size: 15px 2px;
  background-position: left top;
  background-repeat: repeat-x;
  position: relative;
  border-radius: 0 0 5px 5px;
}
.coupon-item--bottom:before, .coupon-item--bottom:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  top: -10px;
  position: absolute;
}
.coupon-item--bottom:before {
  left: -10px;
}
.coupon-item--bottom:after {
  right: -10px;
}
.coupon-item--used .coupon-item--bottom {
  background-color: #eee;
  color: #ccc;
  background-image: none;
  border-top: 2px solid #ffffff;
}
.coupon-item__link {
  margin-top: auto;
}
.coupon-item__link .button {
  margin-left: auto;
  margin-right: auto;
}
.coupon-item--used {
  position: relative;
}
.coupon-item--used:after {
  position: absolute;
  left: 10px;
  top: 15px;
  content: "利用済";
  display: block;
  font-size: 1.4rem;
  color: #9d010f;
  font-weight: bold;
  padding: 5px 20px;
  border: 1px solid #9d010f;
  background-color: #ffffff;
}

.notice-list {
  border-top: 1px solid #ccc;
}
@media all and (max-width: 1023px) {
  .notice-list {
    margin-top: 25px;
  }
}
@media print {
  .notice-list {
    margin-top: 25px;
  }
}
@media all and (min-width: 1024px) {
  .notice-list {
    margin-top: 35px;
  }
}
@media print {
  .notice-list {
    margin-top: 35px;
  }
}
.notice-list__item {
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
}
@media all and (min-width: 1024px) {
  .notice-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media print {
  .notice-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.notice-list__item__date {
  width: 105px;
  min-width: 105px;
  margin-right: 20px;
  font-size: 1.2rem;
}
.notice-list__item__title {
  display: block;
}
@media all and (max-width: 1023px) {
  .notice-list__item__title {
    margin-top: 5px;
  }
}
@media print {
  .notice-list__item__title {
    margin-top: 5px;
  }
}
@media all and (min-width: 1024px) {
  .notice-list__item__title {
    flex: 1;
  }
}
@media print {
  .notice-list__item__title {
    flex: 1;
  }
}

.notice-detail__content {
  font-size: 1.4rem;
}

.terms-anchor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 599px) {
  .terms-anchor {
    flex-direction: column;
  }
}
@media all and (max-width: 1023px) {
  .terms-anchor {
    margin-bottom: 20px;
  }
}
@media print {
  .terms-anchor {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1024px) {
  .terms-anchor {
    margin-bottom: 40px;
  }
}
@media print {
  .terms-anchor {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .terms-anchor__item {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .terms-anchor__item {
    max-width: 250px;
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .terms-anchor__item:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .terms-anchor__item:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media all and (min-width: 1024px) {
  .terms-anchor__item:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media print {
  .terms-anchor__item:nth-child(n+2) {
    margin-left: 10px;
  }
}

.terms-text {
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .terms-text + .terms-text {
    margin-top: 20px;
  }
}
@media print {
  .terms-text + .terms-text {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .terms-text + .terms-text {
    margin-top: 30px;
  }
}
@media print {
  .terms-text + .terms-text {
    margin-top: 30px;
  }
}

@media all and (max-width: 1023px) {
  .terms-subhead {
    margin-top: 20px;
  }
}
@media print {
  .terms-subhead {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .terms-subhead {
    margin-top: 40px;
  }
}
@media print {
  .terms-subhead {
    margin-top: 40px;
  }
}

.terms-dlist {
  font-size: 1.4rem;
}
.terms-dlist--title {
  font-weight: bold;
  color: #9d010f;
}
@media all and (max-width: 1023px) {
  .terms-dlist--title:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
@media print {
  .terms-dlist--title:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .terms-dlist--title:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
@media print {
  .terms-dlist--title:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

@media all and (max-width: 1023px) {
  .terms-section {
    margin-top: 30px;
  }
}
@media print {
  .terms-section {
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .terms-section {
    margin-top: 40px;
  }
}
@media print {
  .terms-section {
    margin-top: 40px;
  }
}
@media all and (max-width: 1023px) {
  .terms-section--lg {
    margin-top: 40px;
  }
}
@media print {
  .terms-section--lg {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .terms-section--lg {
    margin-top: 50px;
  }
}
@media print {
  .terms-section--lg {
    margin-top: 50px;
  }
}

.terms-bottom {
  font-size: 1.2rem;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
@media all and (max-width: 1023px) {
  .terms-bottom {
    margin-top: 20px;
  }
}
@media print {
  .terms-bottom {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .terms-bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .terms-bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1023px) {
  .terms-bottom--right {
    margin-top: 20px;
  }
}
@media print {
  .terms-bottom--right {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .terms-bottom--right {
    text-align: right;
  }
}
@media print {
  .terms-bottom--right {
    text-align: right;
  }
}

@media all and (min-width: 1024px) {
  .terms-ssl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .terms-ssl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .terms-ssl__text {
    flex: 1;
  }
}
@media print {
  .terms-ssl__text {
    flex: 1;
  }
}
.terms-ssl__seal {
  font-size: 1.2rem;
}
@media all and (max-width: 1023px) {
  .terms-ssl__seal {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .terms-ssl__seal {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .terms-ssl__seal {
    margin-left: 20px;
    width: 130px;
    min-width: 130px;
  }
}
@media print {
  .terms-ssl__seal {
    margin-left: 20px;
    width: 130px;
    min-width: 130px;
  }
}
@media all and (max-width: 1023px) {
  .terms-ssl__seal__link {
    max-width: 130px;
  }
}
@media print {
  .terms-ssl__seal__link {
    max-width: 130px;
  }
}
.terms-ssl__seal__caption {
  margin-top: 5px;
}
@media all and (max-width: 1023px) {
  .terms-ssl__seal__caption {
    margin-left: 10px;
  }
}
@media print {
  .terms-ssl__seal__caption {
    margin-left: 10px;
  }
}

.terms-caption {
  display: block;
}
@media all and (max-width: 1023px) {
  .terms-caption {
    margin-top: 15px;
  }
}
@media print {
  .terms-caption {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .terms-caption {
    margin-top: 25px;
  }
}
@media print {
  .terms-caption {
    margin-top: 25px;
  }
}

.terms-table {
  font-size: 1.4rem;
  width: 100%;
}
@media all and (max-width: 1023px) {
  .terms-table--recommended {
    margin-top: 20px;
  }
}
@media print {
  .terms-table--recommended {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .terms-table--recommended {
    margin-top: 40px;
  }
}
@media print {
  .terms-table--recommended {
    margin-top: 40px;
  }
}
.terms-table th,
.terms-table td {
  border: 1px solid #ccc;
}
@media all and (max-width: 1023px) {
  .terms-table th,
.terms-table td {
    display: block;
    margin-top: -1px;
    padding: 10px 15px;
  }
}
@media print {
  .terms-table th,
.terms-table td {
    display: block;
    margin-top: -1px;
    padding: 10px 15px;
  }
}
@media all and (min-width: 1024px) {
  .terms-table th,
.terms-table td {
    padding: 15px 20px;
  }
}
@media print {
  .terms-table th,
.terms-table td {
    padding: 15px 20px;
  }
}
.terms-table th {
  background-color: #f7f7f7;
  vertical-align: middle;
}
@media all and (max-width: 1023px) {
  .terms-table th {
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
@media print {
  .terms-table th {
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
@media all and (min-width: 1024px) {
  .terms-table th {
    width: 240px;
  }
}
@media print {
  .terms-table th {
    width: 240px;
  }
}

.term-cards {
  max-width: 410px;
}
@media all and (max-width: 1023px) {
  .term-cards {
    margin-top: 15px;
  }
}
@media print {
  .term-cards {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .term-cards {
    margin-top: 25px;
  }
}
@media print {
  .term-cards {
    margin-top: 25px;
  }
}

.list-disc {
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .list-disc {
    margin-top: 10px;
  }
}
@media print {
  .list-disc {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .list-disc {
    margin-top: 15px;
  }
}
@media print {
  .list-disc {
    margin-top: 15px;
  }
}
@media all and (max-width: 1023px) {
  .list-disc--cookie {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media print {
  .list-disc--cookie {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1024px) {
  .list-disc--cookie {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media print {
  .list-disc--cookie {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1023px) {
  .list-disc--commission {
    margin-top: 0;
  }
}
@media print {
  .list-disc--commission {
    margin-top: 0;
  }
}
@media all and (min-width: 1024px) {
  .list-disc--commission {
    margin-top: 0;
  }
}
@media print {
  .list-disc--commission {
    margin-top: 0;
  }
}
@media all and (max-width: 1023px) {
  .list-disc--pay {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media print {
  .list-disc--pay {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1024px) {
  .list-disc--pay {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
@media print {
  .list-disc--pay {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
.list-disc li {
  padding-left: 1em;
  position: relative;
  line-height: 1.8;
}
.list-disc li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  display: inline-block;
}

.list-num {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.list-num + .list-num {
  padding-left: 1em;
}
.list-num li {
  padding-left: 1.8em;
  position: relative;
}
.list-num li:before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: item;
  content: "(" counter(item) ")";
  /* 以下は自由に装飾... */
  padding-right: 0.5em;
}
@media all and (max-width: 1023px) {
  .list-num {
    margin-top: 10px;
  }
}
@media print {
  .list-num {
    margin-top: 10px;
  }
}
@media all and (min-width: 1024px) {
  .list-num {
    margin-top: 15px;
  }
}
@media print {
  .list-num {
    margin-top: 15px;
  }
}

.list-num-circle li {
  position: relative;
  padding-left: 1.2em;
}
.list-num-circle li > span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.list-past {
  margin-top: 20px;
}
.list-past__item {
  background-color: #f4f4f4;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-size: 1.4rem;
}
.list-past__item:nth-child(n+2) {
  margin-top: 4px;
}
.list-past__img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin-right: 20px;
}
@media all and (min-width: 1024px) {
  .list-past__img {
    margin-right: 40px;
  }
}
@media print {
  .list-past__img {
    margin-right: 40px;
  }
}
.list-past__content {
  width: 100%;
}
@media all and (max-width: 1023px) {
  .list-past__content {
    flex: 1;
  }
}
@media print {
  .list-past__content {
    flex: 1;
  }
}
@media all and (min-width: 1024px) {
  .list-past__content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media print {
  .list-past__content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 1023px) {
  .list-past__content--pc-block:nth-child(2) {
    margin-top: 15px;
  }
}
@media print {
  .list-past__content--pc-block:nth-child(2) {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px) {
  .list-past__content--pc-block:nth-child(2) {
    margin-left: 40px;
  }
}
@media print {
  .list-past__content--pc-block:nth-child(2) {
    margin-left: 40px;
  }
}
@media all and (max-width: 1023px) {
  .list-past__content--pc-block:last-child {
    margin-top: 20px;
  }
}
@media print {
  .list-past__content--pc-block:last-child {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .list-past__content--pc-block:last-child {
    margin-left: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;
    flex: 1;
    min-height: 80px;
  }
}
@media print {
  .list-past__content--pc-block:last-child {
    margin-left: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;
    flex: 1;
    min-height: 80px;
  }
}
.list-past__content--pc-block .button {
  white-space: nowrap;
}
@media all and (max-width: 1023px) {
  .list-past__content--pc-block .button {
    margin-left: auto;
  }
}
@media print {
  .list-past__content--pc-block .button {
    margin-left: auto;
  }
}
.list-past__detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.list-past__detail:nth-child(n+2) {
  margin-top: 15px;
}
.list-past__detail__title {
  font-weight: bold;
  min-width: 80px;
  margin-right: 10px;
}
@media all and (min-width: 1024px) {
  .list-past__detail__title {
    margin-right: 20px;
  }
}
@media print {
  .list-past__detail__title {
    margin-right: 20px;
  }
}
@media all and (min-width: 1024px) {
  .list-past__detail__data {
    min-width: 200px;
  }
}
@media print {
  .list-past__detail__data {
    min-width: 200px;
  }
}

.list-cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media all and (min-width: 1024px) {
  .list-cat {
    margin-bottom: 40px;
  }
}
@media print {
  .list-cat {
    margin-bottom: 40px;
  }
}
.list-cat__item {
  margin-right: 10px;
  margin-top: 15px;
}
.list-cat__item a {
  font-size: 1.4rem;
  color: #9d0000;
  background-color: #ffffff;
  line-height: 1;
  padding: 5px 10px;
  display: block;
  border: 1px solid #ccc;
}
@media all and (min-width: 1024px) {
  .list-cat__item a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .list-cat__item a:hover {
    opacity: 0.6;
  }
}
@media print {
  .list-cat__item a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .list-cat__item a:hover {
    opacity: 0.6;
  }
}
.list-cat__item.is-current a {
  color: #ffffff;
  background-color: #9d0000;
  border: 1px solid #9d0000;
  pointer-events: none;
}

@media all and (max-width: 1023px) {
  .qa-section {
    margin-top: 40px;
  }
}
@media print {
  .qa-section {
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .qa-section {
    margin-top: 50px;
  }
}
@media print {
  .qa-section {
    margin-top: 50px;
  }
}

.qa-anchor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 599px) {
  .qa-anchor {
    justify-content: space-between;
  }
}
.qa-anchor__item {
  margin-top: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .qa-anchor__item {
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) {
  .qa-anchor__item {
    margin-right: 10px;
  }
}
@media print {
  .qa-anchor__item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .qa-anchor__item {
    width: calc((100% - 10px) / 2);
  }
}

.qa-item {
  font-size: 1.4rem;
}
.qa-item--question {
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.qa-item--question:before {
  content: "Q";
  display: block;
  background-color: #9d010f;
  font-weight: bold;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 1;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 1023px) {
  .qa-item--question:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
@media print {
  .qa-item--question:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .qa-item--question:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
@media print {
  .qa-item--question:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.qa-item--answer {
  padding-left: 30px;
  position: relative;
  margin-top: 10px;
}
.qa-item--answer:before {
  content: "A";
  display: block;
  background-color: #aaa;
  font-weight: bold;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 1;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
}
.qa-item--answer .caption {
  margin-top: 10px;
  display: block;
}
.qa-item--answer .text {
  margin-top: 20px;
}
.qa-item__list {
  margin-top: 10px;
}
.qa-item__list .caption {
  margin-top: 5px;
}

.error-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 40px;
}
@media all and (max-width: 1023px) {
  .error-box {
    padding: 40px 15px;
  }
}
@media print {
  .error-box {
    padding: 40px 15px;
  }
}
@media all and (min-width: 1024px) {
  .error-box {
    max-width: 760px;
    width: 760px;
    padding: 40px;
  }
}
@media print {
  .error-box {
    max-width: 760px;
    width: 760px;
    padding: 40px;
  }
}
@media all and (max-width: 1023px) {
  .error-box__sp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media print {
  .error-box__sp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
.error-box__sp:after {
  content: "";
  display: block;
  background-image: url(../img/error_hanako.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 1023px) {
  .error-box__sp:after {
    width: 97px;
    height: 120px;
    margin-top: -67px;
  }
}
@media print {
  .error-box__sp:after {
    width: 97px;
    height: 120px;
    margin-top: -67px;
  }
}
@media all and (min-width: 1024px) {
  .error-box__sp:after {
    width: 125px;
    height: 155px;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    right: -60px;
  }
}
@media print {
  .error-box__sp:after {
    width: 125px;
    height: 155px;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    right: -60px;
  }
}
.error-box__heading {
  color: #004e98;
  font-weight: bold;
  font-size: 1.8rem;
}
@media all and (max-width: 1023px) {
  .error-box__heading {
    flex: 1;
    margin-right: 10px;
  }
}
@media print {
  .error-box__heading {
    flex: 1;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) {
  .error-box__heading {
    text-align: center;
  }
}
@media print {
  .error-box__heading {
    text-align: center;
  }
}
.error-box__text {
  font-size: 1.4rem;
}
@media all and (max-width: 1023px) {
  .error-box__text {
    margin-top: 20px;
  }
}
@media print {
  .error-box__text {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  .error-box__text {
    text-align: center;
    margin-top: 30px;
  }
}
@media print {
  .error-box__text {
    text-align: center;
    margin-top: 30px;
  }
}
@media all and (max-width: 1023px) {
  .error-box__btn {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media print {
  .error-box__btn {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media all and (min-width: 1024px) {
  .error-box__btn {
    margin-top: 40px;
  }
}
@media print {
  .error-box__btn {
    margin-top: 40px;
  }
}
.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
}

@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #9d0000, 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2), 2.5em 0em 0 0em rgba(157, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.2), 0em 2.5em 0 0em rgba(157, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.2), -2.6em 0em 0 0em rgba(157, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.7), 1.8em -1.8em 0 0em #9d0000, 2.5em 0em 0 0em rgba(157, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.2), 0em 2.5em 0 0em rgba(157, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.2), -2.6em 0em 0 0em rgba(157, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.7), 2.5em 0em 0 0em #9d0000, 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.2), 0em 2.5em 0 0em rgba(157, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.2), -2.6em 0em 0 0em rgba(157, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.5), 2.5em 0em 0 0em rgba(157, 0, 0, 0.7), 1.75em 1.75em 0 0em #9d0000, 0em 2.5em 0 0em rgba(157, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.2), -2.6em 0em 0 0em rgba(157, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2), 2.5em 0em 0 0em rgba(157, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.7), 0em 2.5em 0 0em #9d0000, -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.2), -2.6em 0em 0 0em rgba(157, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2), 2.5em 0em 0 0em rgba(157, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.5), 0em 2.5em 0 0em rgba(157, 0, 0, 0.7), -1.8em 1.8em 0 0em #9d0000, -2.6em 0em 0 0em rgba(157, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2), 2.5em 0em 0 0em rgba(157, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.2), 0em 2.5em 0 0em rgba(157, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.7), -2.6em 0em 0 0em #9d0000, -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2), 2.5em 0em 0 0em rgba(157, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.2), 0em 2.5em 0 0em rgba(157, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.5), -2.6em 0em 0 0em rgba(157, 0, 0, 0.7), -1.8em -1.8em 0 0em #9d0000;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #9d0000, 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2), 2.5em 0em 0 0em rgba(157, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.2), 0em 2.5em 0 0em rgba(157, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.2), -2.6em 0em 0 0em rgba(157, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.7), 1.8em -1.8em 0 0em #9d0000, 2.5em 0em 0 0em rgba(157, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.2), 0em 2.5em 0 0em rgba(157, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.2), -2.6em 0em 0 0em rgba(157, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.7), 2.5em 0em 0 0em #9d0000, 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.2), 0em 2.5em 0 0em rgba(157, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.2), -2.6em 0em 0 0em rgba(157, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.5), 2.5em 0em 0 0em rgba(157, 0, 0, 0.7), 1.75em 1.75em 0 0em #9d0000, 0em 2.5em 0 0em rgba(157, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.2), -2.6em 0em 0 0em rgba(157, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2), 2.5em 0em 0 0em rgba(157, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.7), 0em 2.5em 0 0em #9d0000, -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.2), -2.6em 0em 0 0em rgba(157, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2), 2.5em 0em 0 0em rgba(157, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.5), 0em 2.5em 0 0em rgba(157, 0, 0, 0.7), -1.8em 1.8em 0 0em #9d0000, -2.6em 0em 0 0em rgba(157, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2), 2.5em 0em 0 0em rgba(157, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.2), 0em 2.5em 0 0em rgba(157, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.7), -2.6em 0em 0 0em #9d0000, -1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(157, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(157, 0, 0, 0.2), 2.5em 0em 0 0em rgba(157, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(157, 0, 0, 0.2), 0em 2.5em 0 0em rgba(157, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(157, 0, 0, 0.5), -2.6em 0em 0 0em rgba(157, 0, 0, 0.7), -1.8em -1.8em 0 0em #9d0000;
  }
}

.review-list {
  margin-top: 30px;
}

.review-item {
  padding-block: 20px;
  border-bottom: 1px solid #ccc;
}
@media all and (min-width: 1024px) {
  .review-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
}
@media print {
  .review-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
}
.review-item:first-child {
  padding-top: 0;
}
.review-item__img {
  width: 84px;
  height: 84px;
}
@media all and (min-width: 1024px) {
  .review-item__img {
    width: 200px;
    height: 200px;
  }
}
@media print {
  .review-item__img {
    width: 200px;
    height: 200px;
  }
}
.review-item__img:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.review-item__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media all and (min-width: 1024px) {
  .review-item__inner {
    flex: 1;
  }
}
@media print {
  .review-item__inner {
    flex: 1;
  }
}
.review-item__band {
  background: #f2f2f2;
  display: flex;
  align-items: center;
}
.review-item__band img {
  width: 84px;
  height: 84px;
  min-width: 84px;
}
.review-item__band__name {
  padding: 10px;
}
.review-item__band__name a {
  color: #337ab7 !important;
  font-size: 1.4rem;
}
.review-item__rating-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.review-item__rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-item__rating .block-review__item__num {
  font-size: 2rem;
}
.review-item__date {
  font-size: 1.2rem;
}
.review-item__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.review-item__text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.review-item__reference {
  display: flex;
  align-items: center;
  gap: 15px;
}
.review-item__reference__text {
  font-size: 1.4rem;
}
.review-item__reference__text span {
  color: #ff8d25;
  font-weight: bold;
}
