@charset "UTF-8";
/* --------------------
 Variables
-------------------- */
/*---------------------
Mixins
-----------------------*/
#doyoushi .campaign {
  background-image: url(/library/contents/products/doyoushi2602/img/parts/bg_3.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding: 1.5em 1em 4em;
  background-position: left top;
  position: relative;
}
#doyoushi .campaign_container {
  width: 96%;
  margin: 0.5em auto 0;
  max-width: 500px;
}
#doyoushi .campaign_bnr {
  width: 100%;
}
#doyoushi .campaign_note {
  margin-top: 1em;
  text-align: center;
  font-size: 1rem !important;
}
#doyoushi .campaign_detailLink {
  text-align: center;
  margin-top: 0.5em;
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
#doyoushi .campaign_netLink {
  background-color: #cc2222;
  display: block;
  border-radius: 100px;
  padding: 0.75em 0;
  border: solid 2px #e5d790;
  color: #fff;
  filter: drop-shadow(2px 4px 3px #adadad);
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  max-width: 500px;
  margin: 1em auto 0;
  font-weight: bold;
  line-height: 1;
}
#doyoushi .campaign_netLink span {
  font-size: 0.7em;
  line-height: 1;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  #doyoushi .campaign_netLink {
    padding: 0.75em 0;
    font-size: min(4vw, 1.5em);
  }
}
#doyoushi .campaign_netLink:hover {
  opacity: 0.8;
  text-decoration: none;
}
#doyoushi .mf-flt ul {
  grid-template-columns: repeat(1, 1fr) auto;
}
@media print, (min-width: 769px) {
  #doyoushi .mf-flt ul .btnPageBtn {
    padding: 0;
  }
}
#doyoushi .mf-flt li.receive_btn {
  position: relative;
  background-color: #00558F;
  border: solid #ffffff;
  border-radius: 999px;
  width: 24em;
  left: 50%;
  transition: background-color ease 0.2s;
}
@media screen and (max-width: 768px) {
  #doyoushi .mf-flt li.receive_btn {
    width: calc(90% - 50px);
    left: 2vw;
    bottom: 5.5vw;
  }
}
@media print, (min-width: 769px) {
  #doyoushi .mf-flt li.receive_btn {
    transform: translateX(-50%);
    bottom: 22%;
  }
  #doyoushi .mf-flt li.receive_btn:hover {
    background-color: #6699BC;
  }
}
#doyoushi .mf-flt li.receive_btn a {
  color: #ffffff;
}
#doyoushi .mf-flt li.receive_btn::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: rotate(135deg);
}
#doyoushi .item_order {
  position: relative;
  z-index: 100;
}
#doyoushi .item_appeal {
  z-index: 300;
}
@media print, (min-width: 769px) {
  #doyoushi .item_appeal {
    top: 330px;
  }
}
#doyoushi .top_yoyaku.item_order {
  padding: 1em 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}
#doyoushi .top_yoyaku.item_order ul a {
  padding: 0.75em 0 1em;
}
@media screen and (max-width: 768px) {
  #doyoushi .top_yoyaku.item_order ul a {
    font-size: min(4vw, 2em);
  }
}
#doyoushi .yoyaku {
  background-color: #fffdf6;
}
#doyoushi .yoyaku_ttl {
  text-align: center;
  color: #000000;
  font-size: 2.8em;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 1em 0;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  #doyoushi .yoyaku_ttl {
    font-size: 2.3em;
  }
}
#doyoushi .yoyaku .table_ttl {
  margin-inline: auto;
  width: 35%;
}
@media screen and (max-width: 768px) {
  #doyoushi .yoyaku .table_ttl {
    width: 55%;
  }
}
#doyoushi .yoyaku_table {
  max-width: 750px;
  margin: 0 auto;
}
#doyoushi .yoyaku_table .table_subTitle {
  width: 8em;
}
@media screen and (max-width: 768px) {
  #doyoushi .yoyaku_table .table_subTitle {
    width: 4em;
  }
}
#doyoushi .yoyaku_table table.mod-bottom th {
  border-top: none;
}
#doyoushi .yoyaku_table th {
  background-color: #7B0222;
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  #doyoushi .yoyaku_table th {
    font-size: min(3.6vw, 1.2em);
  }
}
#doyoushi .yoyaku_table td {
  background-color: #E2D9DB;
  color: #000000;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #doyoushi .yoyaku_table td {
    font-size: min(3.5vw, 1em);
  }
}
#doyoushi .yoyaku_table th,
#doyoushi .yoyaku_table td {
  padding: 0.7em 0.5em;
  border: solid 2px #fff;
  border-collapse: collapse;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #doyoushi .yoyaku_table th,
#doyoushi .yoyaku_table td {
    padding: 0.5em;
  }
}
#doyoushi .yoyaku_table--1 th,
#doyoushi .yoyaku_table--1 td {
  border: solid 2px #fff;
}
#doyoushi .yoyaku_table--1 tr:last-of-type td::before {
  border-top: 0.5em solid #fff;
}
#doyoushi .yoyaku_table--2 {
  margin-top: 2em;
}
#doyoushi .yoyaku_table--2 .tableTitle-red {
  background-color: #242424;
  color: #fff;
  width: 2.5em;
}
#doyoushi .yoyaku_table--2 .tableTitle-red span {
  writing-mode: vertical-rl;
  white-space: pre;
  display: inline-block;
}
#doyoushi .yoyaku_table--2 th,
#doyoushi .yoyaku_table--2 td {
  border: solid 2px #fff;
}
#doyoushi .yoyaku_table--2 tr:last-of-type td::before {
  border-top: 0.5em solid #fff;
}
#doyoushi .yoyaku table {
  width: 100%;
  margin: 0.5em auto 0;
}
#doyoushi .yoyaku table.mod-bottom {
  margin: 0 auto;
}
#doyoushi .yoyaku_sub-ttl {
  padding: 2em 0 0.3em;
  color: #7b0222;
  font-size: 1.5em;
}
#doyoushi .yoyaku .bnr-wrap {
  max-width: 800px;
  margin: 0 auto 2em;
}
#doyoushi .yoyaku .yoyaku_giftbanner {
  margin: 1em auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #doyoushi .yoyaku .yoyaku_giftbanner {
    width: 100%;
  }
}
#doyoushi .yoyaku .p-yoyaku-step__pdf {
  margin-block: 1em;
}
#doyoushi .yoyaku .c-select {
  padding: 0 1em;
}
#doyoushi .yoyaku .c-select__input {
  margin-top: 1em;
  margin-inline: auto;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  position: relative;
  display: none;
  background-color: #f18403;
}
#doyoushi .yoyaku .c-select__input::before {
  content: "";
  display: block;
  border-top: 1em solid #fff;
  border-left: 0.6em solid transparent;
  border-right: 0.6em solid transparent;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#doyoushi .yoyaku .c-select__input select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.75em 2em 0.75em 1em;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #doyoushi .yoyaku .c-select__input select {
    font-size: min(1.2em, 3.8vw);
  }
}
#doyoushi .yoyaku .c-select__input option {
  background-color: #fff;
  color: #000;
}
#doyoushi .yoyaku .c-select__output a {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 0.5rem 1rem;
  text-align: center;
  border: 0.2em solid;
  border-radius: 0.5em;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 1.4em;
  transition: background ease 0.3s;
}
#doyoushi .yoyaku .c-select__output a:hover {
  color: #fff;
  border: 0.2em solid #f18403;
}
#doyoushi .yoyaku .c-select .yoyaku_btn {
  padding: 0;
}
#doyoushi .yoyaku .c-select .yoyaku_btn a {
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  #doyoushi .yoyaku .c-select .yoyaku_btn a {
    font-size: min(1.3em, 4vw);
  }
}
#doyoushi .yoyaku .yoyaku_btn {
  text-align: center;
  margin-block: 1em;
  padding: 0 1em;
}
#doyoushi .yoyaku .yoyaku_btn a {
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 0.5em 3em;
  background-color: #d1485e;
  border-radius: 0.5em;
  border: 0.15em solid #d1485e;
  position: relative;
  text-decoration: none;
  transition: ease 0.2s;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #doyoushi .yoyaku .yoyaku_btn a {
    font-size: min(1.3em, 4vw);
  }
}
#doyoushi .yoyaku .yoyaku_btn a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media print, (min-width: 769px) {
  #doyoushi .yoyaku .yoyaku_btn a:hover {
    background-color: #ffffff;
    color: #d1485e;
  }
}
#doyoushi .yoyaku .yoyaku_btn a.pdf {
  background-color: #f18403;
  border: 0.15em solid #f18403;
}
@media print, (min-width: 769px) {
  #doyoushi .yoyaku .yoyaku_btn a.pdf:hover {
    background-color: #ffffff;
    color: #f18403;
  }
}
#doyoushi .yoyaku .note li {
  font-size: 1.2em;
}
#doyoushi .yoyaku ol > li {
  counter-increment: number;
  padding-left: 1em;
  text-indent: -1em;
}
#doyoushi .yoyaku ol > li::before {
  content: counter(number) ".";
}
@media screen and (max-width: 768px) {
  #doyoushi #doyoumochi {
    padding: 1em 0;
  }
}
#doyoushi #doyoumochi .item_column {
  background-color: #920B4A;
  color: #fff;
  padding: 1em 1em 1.5em;
  width: 100%;
  box-sizing: border-box;
}
#doyoushi #doyoumochi .column_ttl {
  position: relative;
  text-align: center;
}
#doyoushi #doyoumochi .column_ttl span {
  font-size: 1.25rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  #doyoushi #doyoumochi .column_ttl span {
    font-size: min(5vw, 1.4em);
  }
}
#doyoushi #doyoumochi .column_ttl::before, #doyoushi #doyoumochi .column_ttl:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  height: 0.1em;
  background-color: #fff;
  pointer-events: none;
}
#doyoushi #doyoumochi .column_ttl::before {
  top: 0;
}
#doyoushi #doyoumochi .column_ttl::before {
  bottom: 0;
}
#doyoushi #doyoumochi .column_txt {
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #doyoushi #doyoumochi .column_txt {
    font-size: min(3.5vw, 1em);
  }
}
@media screen and (max-width: 768px) {
  #doyoushi #doyoumochi .item_img {
    padding-inline: 1em;
  }
}
@media screen and (max-width: 768px) {
  #doyoushi #doyoumochi .item_detail {
    padding-inline: 1em;
  }
}

.btnPageBtn {
  z-index: 3000;
}
/*# sourceMappingURL=doyoushi-honkoku.css.map */