@charset "UTF-8";
/*
Theme Name:QUADRA Child
Version:1.7.1
Template:quadra_biz001
*/
:root {
  scroll-padding: 70px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .pc-hide, .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide, .pc-only {
    display: none !important;
  }
}
.post_content p {
  line-height: 1.8;
  margin: 0 0 1.5em;
}

.sp,
.nothing {
  display: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

/*.right{text-align:right}*/
.lr-a {
  margin: 0 auto;
}

.bdr {
  border: 3px solid #000;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sm {
  font-size: 12px;
}

.sm2 {
  font-size: 12px;
  display: block;
  margin: 5px 0 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.yel {
  color: #fcdb67;
  font-size: 1.3em;
}

.am_orange {
  color: #f59e00;
  font-size: 1.3em;
}

.txt p {
  font-size: 18px;
}

.description {
  margin-top: 30px;
}

img.shadow {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.bg_y {
  background: #fcdb67;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg_w {
  background: #fff;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg_w.shop {
  padding-top: 50px;
}

.bg {
  background: #fefaf6;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg_cta {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%) !important;
  padding-left: calc(50vw - 50%) !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.bg_campaign {
  background: url(../../../wp-content/uploads/2024/04/bg-sendgift.png) no-repeat local 50% 50%/cover;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%) !important;
  padding-left: calc(50vw - 50%) !important;
  height: 500px;
}

.bg_campaign p {
  line-height: 1.4;
}

.pdtn {
  padding-top: 0 !important;
}

.pdbn {
  padding-bottom: 0 !important;
}

#container {
  overflow: hidden;
}

.design_button.type1 a {
  outline: 3px solid #000;
}

.design_button.type1 a:hover {
  outline: 3px solid #000;
}

.btn_section {
  text-align: center;
  margin: 0 0 30px;
}

.btn_section a {
  font-weight: bold;
}

.btn_section a::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  -webkit-mask: url(./img/arrow-right-circle.svg);
  mask: url(./img/arrow-right-circle.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.btn_section a:hover::after {
  background-color: #1f1f1f;
}

.btn_section.rev a::after {
  background-color: #1f1f1f;
}

.btn_section.rev a:hover::after {
  background-color: #fff;
}

.q_custom_button {
  border-width: 2px;
  padding: 0 20px 0 30px;
}

.post_content h2 {
  font-size: 33px;
}

h2.wht {
  color: #fff !important;
}

h2.blk {
  color: #000 !important;
}

h2.regular {
  position: relative;
  margin: 0 0 0.5em;
  padding-bottom: 10px;
  border-bottom: 4px solid #e3e3e3;
}

h2.regular:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #fcdb67;
}

h2.ic-flow::before {
  content: "";
  display: inline-block;
  background-image: url(./img/ppl00.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-featured::before {
  content: "";
  display: inline-block;
  background-image: url(./img/ppl02.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-feat::before {
  content: "";
  display: inline-block;
  background-image: url(./img/ppl02-y.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-faq::before {
  content: "";
  display: inline-block;
  background-image: url(./img/ppl03.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-flow::before {
  content: "";
  display: inline-block;
  background-image: url(./img/ppl07.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-reason::before {
  content: "";
  display: inline-block;
  background-image: url(./img/ppl04.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-column::before {
  content: "";
  display: inline-block;
  background-image: url(./img/icon-book.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-comment::before {
  content: "";
  display: inline-block;
  background-image: url(./img/icon-comment.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-light::before {
  content: "";
  display: inline-block;
  background-image: url(./img/icon-light.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-shop::before {
  content: "";
  display: inline-block;
  background-image: url(./img/icon-shopinfo.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-price::before {
  content: "";
  display: inline-block;
  background-image: url(./img/icon-phone.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-pickup::before {
  content: "";
  display: inline-block;
  background-image: url(./img/icon-pickup.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-spec::before {
  content: "";
  display: inline-block;
  background-image: url(./img/ic-spec.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h2.ic-doc::before {
  content: "";
  display: inline-block;
  background-image: url(./img/ic-doc.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}

h3.ic-careless::before {
  content: "";
  display: inline-block;
  background-image: url(./img/ic-carelessly.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

h3.ic-sim::before {
  content: "";
  display: inline-block;
  background-image: url(./img/ppl06.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

h3.ic-sim02::before {
  content: "";
  display: inline-block;
  background-image: url(./img/ppl08.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

h2.ic-map::before {
  content: "";
  display: inline-block;
  background-image: url(./img/icon-map.png);
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

h2.ic-map {
  margin: 50px 0 75px;
}

h2.ic-column {
  font-size: 34px;
}

h2.ic-featured span,
h2.ic-feat span,
h2.ic-reason span,
.info h2 span {
  font-family: "Chatnow";
  font-size: 1.1em;
  font-weight: normal;
  margin-right: 5px;
}

h3.blk {
  line-height: 1.6em !important;
  color: #000 !important;
  margin-bottom: 1em;
}

.marker {
  font-size: 1.1em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fcdb67));
  background: linear-gradient(transparent 70%, #fcdb67 70%);
}

.marker1 {
  font-size: 1.1em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ddd));
  background: linear-gradient(transparent 70%, #ddd 70%);
}

.marker2 {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #eee));
  background: linear-gradient(transparent 70%, #eee 70%);
}

.marker3 {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fcdb67));
  background: linear-gradient(transparent 70%, #fcdb67 70%);
}

.marker_yel {
  background-color: rgba(252, 219, 103, 0.3);
  padding: 5px 10px;
}

figure.bd {
  border: 3px solid #1f1f1f;
}

@media screen and (max-width: 900px) {
  .txt p {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h3.blk {
    font-size: 22px;
  }
  h2.icon::before {
    display: block !important;
    margin: 0 auto 30px !important;
  }
  h3.icon::before {
    display: block !important;
    margin: 0 auto 10px !important;
  }
  h2.ic-price::before,
  h2.ic-shop::before {
    content: none;
  }
  h2.ic-shop {
    font-size: 23px;
  }
  .bdr {
    border: none;
    border-radius: 0;
  }
  /*#main_contents.no_side #main_col{padding-top:0}*/
  .bg_w.shop {
    padding-top: 15px !important;
  }
  .bg.shop {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .rev .innerblocks-wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
/* ヘッダー */
.header_bottom {
  height: 60px;
  background: #000;
  border: none;
}

#header_search .button label:before {
  color: #000;
}

#header_search .input_area input {
  background: #fff;
  border: 2px solid #000;
}

#header_search form {
  right: 0;
}

#archive_header_title .inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h1.title {
  color: #1f1f1f !important;
}

div#archive_header_title h1.title {
  color: #fcdb67 !important;
}

.site_description {
  color: #000;
}

#header_logo a span {
  display: block;
  line-height: 1em;
  text-align: center;
  font-weight: 700;
  border: 2px solid #000;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
}

#global_menu_button {
  top: 0;
}

#global_menu_button span {
  background: #000 !important;
}

#header_logo {
  top: 0;
}

#header_logo .logo_image.mobile {
  width: auto;
  max-height: 40px;
}

#index_header_type1.is-animate .bg_image {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: none;
          transform: none;
}

.common_headline {
  font-size: 34px !important;
}

/* #archive_header_title{background:#1f1f1f} */
@media screen and (min-width: 1202px) {
  #header {
    height: 140px;
  }
  .wp-block-themeisle-blocks-accordion-item {
    margin: 0 100px;
  }
}
@media screen and (max-width: 1201px) {
  #index_header_type1 {
    height: 300px !important;
  }
}
@media screen and (max-width: 900px) {
  #header,
  .header_top {
    height: 65px;
  }
  #header_logo a {
    height: 65px;
    line-height: 65px;
  }
  .bg,
  .bg_y,
  .bg_w,
  .bg_cta {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #archive_header_title .inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #archive_header_title .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .archive_header_title_wrap {
    height: 100px;
  }
  #archive_header_title .title {
    height: 100px;
    line-height: 100px;
  }
  h2.icon {
    padding-right: 1em;
    font-size: 45px;
  }
}
/* グローバルメニュー */
#global_menu > ul > li > a {
  font-size: 1.15em;
  color: #fff;
}

#global_menu > ul > li > a:hover {
  color: #FCDB67;
}

#global_menu_border {
  display: none;
}

li#menu-item-56 a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 35px;
  background: url(./img/ic_leaf.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}

li#menu-item-56 a:hover::before {
  background: url(./img/ic_leaf_on.png) no-repeat;
}

li#menu-item-2008 a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 35px;
  background: url(./img/ic_mobile.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

li#menu-item-2008 a:hover::before {
  background: url(./img/ic_mobile_on.png) no-repeat;
}

li#menu-item-58 a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 35px;
  background: url(./img/ic_shop.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
}

li#menu-item-58 a:hover::before {
  background: url(./img/ic_shop_on.png) no-repeat;
}

li#menu-item-59 a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 35px;
  background: url(./img/ic_megaphone.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
}

li#menu-item-59 a:hover::before {
  background: url(./img/ic_megaphone_on.png) no-repeat;
}

li#menu-item-6099 a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 35px;
  background: url(./img/ic_delivery.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
}

li#menu-item-6099 a:hover::before {
  background: url(./img/ic_delivery_on.png) no-repeat;
}

li#menu-item-6102 a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 35px;
  background: url(./img/ic_book.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
}

li#menu-item-6102 a:hover::before {
  background: url(./img/ic_book_on.png) no-repeat;
}

li#menu-item-6370 a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 31px;
  background: url(./img/ic_cart.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
}

li#menu-item-6370 a:hover::before {
  background: url(./img/ic_cart_on.png) no-repeat;
  background-size: contain;
}

#mobile_menu a {
  font-weight: bold;
  font-size: 16px;
}

li.menu-item-58 a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(./img/ic_shop-sp.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

li.menu-item-2008 a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(./img/ic_mobile-sp.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

li.menu-item-59 a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(./img/ic_megaphone-sp.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

li.menu-item-6099 a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(./img/ic_delivery-sp.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

li.menu-item-6102 a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(./img/ic_book-sp.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

li.menu-item-6370 a::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 28px;
  background: url(./img/ic_cart-sp.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 5px;
  margin-bottom: 3px;
}

/* キービジュアル */
@font-face {
  font-display: swap;
  font-family: "Chatnow";
  font-style: normal;
  font-weight: 400;
  src: url("./img/Chatnow.woff2") format("woff2");
}
#index_header_type1 {
  background: #FCDB67;
}

.n2-ss-layer.n2-ow.n-uc-9YCcYCYHcptp {
  border: 2px solid #1f1f1f;
  display: inline-block !important;
  line-height: normal;
  width: initial;
  -webkit-box-shadow: 7px 7px 0 0 rgb(255, 255, 255);
          box-shadow: 7px 7px 0 0 rgb(255, 255, 255);
}

div#n2-ss-3item1 {
  padding: 5px 15px;
  margin: 5px 0 0 5px;
  background: rgb(255, 255, 255);
}

div#n2-ss-3item1,
h2#n2-ss-3item2,
.n2-ss-text p,
a.n2-ow {
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}

span.en {
  font-family: "Chatnow";
  font-size: 1.3em;
  font-weight: 400;
  margin: 0 10px 0 0;
  letter-spacing: -1px;
}

.n2-ss-slider .n2-ss-layer-row-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#n2-ss-3 .n2-style-2ceeb92740479993e5537bb9fe163c7d-heading {
  padding: 0.75em 3em 0.75em 2em;
}

a.n2-style-2ceeb92740479993e5537bb9fe163c7d-heading.n2-ow > div > div {
  position: relative;
}

a.n2-style-2ceeb92740479993e5537bb9fe163c7d-heading.n2-ow > div > div::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  -webkit-mask: url(../../../wp-content/themes/QUADRA-child/img/arrow-right-circle.svg);
  mask: url(../../../wp-content/themes/QUADRA-child/img/arrow-right-circle.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  position: absolute;
  bottom: 3px;
  margin-left: 3px;
}

a.n2-style-2ceeb92740479993e5537bb9fe163c7d-heading.n2-ow:hover > div > div::after,
a.n2-style-2ceeb92740479993e5537bb9fe163c7d-heading.n2-ow:focus > div > div::after {
  background-color: #1f1f1f;
}

/* ニュースティッカー */
.news_ticker_button .link {
  background: #fcdb67;
  color: #000;
}

.news_ticker_button .link:hover {
  color: rgba(0, 0, 0, 0.5);
}

#index_news_ticker .list {
  border: 2px solid #fcdb67;
  border-right: 0;
}

/*#global_menu > ul > li > a:hover:after{position:absolute;bottom:15px;left:50%;content:'';width:50px;border-bottom:2px solid #007aff;transform:translate(-50%)}*/
/* パンくずリスト */
#bread_crumb ul {
  width: 1130px !important;
}

#bread_crumb,
#bread_crumb li.last {
  color: #1f1f1f;
}

#bread_crumb li a,
.widget_tab_post_list_button a.active,
#tcd_toc.styled .toc_link,
#blog_archive .post_list .link:hover .title,
.cb_blog_carousel .link:hover .title,
#related_blog_list .link:hover .title,
#news_next_prev_post a:hover .title,
#search_archive .link:hover .title {
  color: #4caf50;
}

#bread_crumb li.home a:before {
  color: #4caf50;
}

#bread_crumb li.home a:hover:before {
  color: #fcdb67;
}

@media screen and (max-width: 767px) {
  #bread_crumb ul {
    padding: 0 10px;
  }
  #bread_crumb li {
    font-size: 0.6em;
    margin: 0 3px 0 0;
    padding: 0 10px 0 0;
  }
  #bread_crumb li::after {
    bottom: -20px;
    font-size: 0.6em;
  }
}
/* お知らせ・SNS */
.post_content ul {
  list-style: none;
  margin: 0;
}

.snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 80%;
  margin: 0 auto;
}

/* .newslist,.instagram,.x{background:#fff;width:30%;border-radius:0 0 10px 10px} */
.newslist,
.instagram,
.x {
  background: #fff;
  width: 1130px;
  border-radius: 0 0 10px 10px;
}

.post_content .newslist ul {
  margin: 0;
  padding: 15px 30px !important;
}

.post_content .newslist li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #999;
}

.post_content .newslist p {
  margin: 0;
}

.post_content .snslist h2 {
  background: #fcdb67;
  color: #1f1f1f;
  text-align: center;
  font-size: 1.4em;
  margin: 0;
  padding: 15px;
  border-radius: 10px 10px 0 0;
}

.post_content .newslist h3 {
  margin: 0 0 1em !important;
  font-size: 1em;
  color: #1f1f1f;
  position: relative;
}

.post_content .newslist h3::after {
  content: "";
  background-color: #1f1f1f;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url(./img/chevron-right.svg);
  mask: url(./img/chevron-right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  right: 0;
  top: 0;
  position: absolute;
}

.post_content .newslist a:hover h3::after {
  background-color: #fcdb67;
}

.post_content .newslist a:hover h3 {
  color: #fcdb67;
}

.news_date {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  padding-left: 20px;
  position: relative;
}

.news_date:before {
  font-family: "footer_bar";
  content: "\e912";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.x_post {
  padding: 10px 25px;
}

.x_post p {
  display: none;
}

.insta_post {
  padding: 15px 27px 5px;
  border: 3px solid #fcdb67;
  border-top: 0;
}

a.sbi_header_link {
  color: #1f1f1f;
}

.date {
  font-family: var(--tcd-font-type2);
}

h2.news-archive {
  margin: 0 0 30px;
  padding: 0.5em 0.75em 0.4em;
  color: #494949;
  border-left: solid 5px #4caf50;
  background: #f9f9f9;
  line-height: 1.4;
  font-size: 1.8em;
}

/* 各店舗インスタ */
.insta-single {
  background: #fff;
  width: 100%;
  border-radius: 0 0 10px 10px;
  margin: 0 auto 80px;
}

.insta-single h2 {
  background: #fcdb67;
  color: #1f1f1f;
  text-align: center;
  font-size: 1.4em;
  margin: 0;
  padding: 15px;
  border-radius: 10px 10px 0 0;
}

.insta-single_post {
  padding: 10px 30px 0;
  border: 3px solid #fcdb67;
  border-top: 0;
}

@media screen and (max-width: 1201px) {
  .snslist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: calc(100% - 40px) !important;
  }
  .newslist,
  .instagram,
  .x {
    width: 100% !important;
    margin: 0 0 20px;
  }
  .insta_post {
    padding: 10px 20px 0;
  }
  .insta-single {
    width: 100% !important;
    margin: 0 auto 15px;
  }
  .insta-single h2 {
    padding: 10px;
  }
  .insta-single_post {
    padding: 10px 15px 0;
  }
}
/* Pマーク */
.privacy-mark {
  width: 850px;
  margin: 30px auto 0;
  border: solid 2px #DDDDDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.privacy-mark h2 {
  background: #F7F7F7;
  color: #1f1f1f;
  text-align: center;
  font-size: 1.4em;
  margin: 0;
  padding: 15px;
}

.privacy-mark-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #fff;
}

.privacy-mark-img {
  width: 15%;
}

.privacy-mark-box p {
  width: 80%;
}

@media screen and (max-width: 1201px) {
  .privacy-mark {
    width: 790px;
  }
}
@media screen and (max-width: 901px) {
  .privacy-mark {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .privacy-mark-box {
    padding: 15px;
  }
  .privacy-mark-img {
    width: 25%;
  }
  .privacy-mark-box p {
    width: 70%;
    line-height: 1.5em;
  }
}
/* コンテンツ */
div#cb_content_1 {
  color: #000;
}

.cb_column_content .item a {
  outline: 3px solid #000;
  pointer-events: none;
}

.cb_column_content .item .desc {
  line-height: 1.4;
}

.cb_column_content .link {
  padding: 15px 30px;
}

/* キャッシュゴーの特徴 */
.ft-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.ft-box {
  width: 48%;
  margin: 20px 0;
  background: #fff;
  border: 3px solid #000;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft-img {
  max-width: 150px;
}

.ft-txt {
  margin-left: 20px;
  word-break: break-all;
}

.ft-txt p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 1em;
}

summary.wp-block-themeisle-blocks-accordion-item__title {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 700;
}

.wp-block-themeisle-blocks-accordion-item__title {
  padding: 15px;
  background: #f9f9f9;
}

.wp-block-themeisle-blocks-accordion-item__content {
  background: #fff;
}

summary.wp-block-themeisle-blocks-accordion-item__title div:before {
  content: "Q";
  margin-right: 15px;
  background: #fcdb67;
  color: #1f1f1f;
  border-radius: 50%;
  min-width: 35px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

summary.wp-block-themeisle-blocks-accordion-item__title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}

@media screen and (max-width: 900px) {
  .ft-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .ft-box {
    width: 100%;
    padding: 20px;
  }
  .ft-txt {
    margin: 0;
  }
  .ft-txt p {
    font-size: 16px;
  }
  .ft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .ft-img {
    margin: 0 auto 1em;
  }
}
.co2_top {
  max-width: 750px;
  margin: 40px auto 0;
}

/* 買取価格ページ */
.model_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.list {
  margin: 0 0 30px;
  width: 48%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #1f1f1f;
}

.post_content .list h3 {
  padding: 0.5em 1em;
  margin: 0;
  background: #fcdb67;
  color: #1f1f1f;
  font-size: 16px;
  border-bottom: 2px solid #1f1f1f;
  text-align: center;
}

.post_content .list h3 span {
  font-size: 1.6em;
  margin: 0 5px 0 0;
}

.list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  width: 52%;
}

.list ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  line-height: 1em;
  margin-bottom: 16px;
  position: relative;
}

.list ul li:last-child {
  margin-bottom: 0;
}

.list ul li a {
  padding: 11px;
  display: block;
  text-align: center;
  background: #fff;
  color: #1f1f1f;
  font-weight: 700;
  border: 2px solid #1f1f1f;
  border-radius: 7px;
}

.list ul li a:hover {
  background-color: #1f1f1f;
}

.list ul li a::after {
  content: "";
  background-color: #1f1f1f;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url(./img/chevron-right.svg);
  mask: url(./img/chevron-right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  position: absolute;
  right: 10px;
}

.list ul li a:hover::after {
  background-color: #fcdb67;
}

.series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 40px;
  background: #fff;
}

.series p {
  width: 38%;
  margin: 0 !important;
  padding: 0;
}

div.note {
  background: #fff !important;
  border: 2px solid #1f1f1f;
}

.what-the-model .wp-block-themeisle-blocks-accordion-item {
  margin: 2em;
}

.what-the-model .wp-block-themeisle-blocks-accordion-item__title div:before {
  content: none;
}

.basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  padding: 0.5em 1em !important;
  border-bottom: 2px solid #1f1f1f;
  text-align: left;
  background: #fcdb67;
}

.price_table ul.half li {
  width: 48%;
}

.price_table ul.half li h3 span.storage {
  display: inline-block;
  background: #000;
  padding: 5px 10px;
  font-size: 0.6em;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  vertical-align: 5px;
  margin-left: 10px;
}

.price_table ul.half li h3 span.sim {
  display: block;
  font-size: 0.6em;
}

.price_table ul.half li .model {
  padding: 1.5em 2em;
}

.price_table ul.half li .model_img {
  width: 30%;
}

.price_table ul.half li .model_txt {
  width: 63%;
}

.model_txt ul li {
  width: 100% !important;
  border: none;
  border-bottom: 1px dotted #1f1f1f;
  line-height: 1em;
  margin-bottom: 25px;
  padding-bottom: 5px;
}

.model_txt ul li:last-child {
  margin-bottom: 0;
}

.max-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.by-model {
  margin: 30px 0 0;
}

.by-model ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-display {
  display: none;
}

.by-model ul li {
  width: 24.25% !important;
  margin: 0 1% 1% 0 !important;
  position: relative;
}

.by-model ul li:nth-child(4n) {
  margin-right: 0 !important;
}

.by-model ul li.mr0 {
  margin-right: 0 !important;
}

.by-model ul li a {
  border: 1px solid #e8e4e1;
  color: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-weight: 700;
  padding: 10px 15px;
  line-height: 1;
  background: #fff;
}

.by-model ul li a:hover {
  border: 1px solid #4caf50;
  color: #4caf50;
}

.by-model ul li a::after {
  content: "";
  background-color: #1f1f1f;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url(./img/chevron-right.svg);
  mask: url(./img/chevron-right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  position: absolute;
  right: 10px;
}

.by-model ul li a:hover::after {
  background: #4caf50;
}

.by-model ul li a.off {
  background: #eee;
  border: 2px solid #eee;
  color: #ccc;
  pointer-events: none;
}

.by-model ul li a.off::after {
  background-color: #ccc;
}

.by-model ul li a.off img {
  opacity: 0.1;
}

.by-model ul li img {
  max-width: 35px;
  height: auto;
}

.by-model ul li p {
  font-size: 18px;
  line-height: 1.2;
  padding-left: 15px;
}

li.docomo h3 {
  background: #cb0000;
  color: #fff;
}

li.au h3 {
  background: #ea5212;
  color: #fff;
}

li.softbank h3 {
  background: #707070;
  color: #fff;
}

/* 拡大画像アイコン */
.fancybox-zoom {
  position: relative;
  display: inline-block;
}

.fancybox-zoom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #1f1f1f;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.fancybox-zoom::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url(./img/zoom-in.svg) no-repeat center center;
  background-size: contain;
  z-index: 1;
}

/* 機種の確認方法 */
.model-check ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.model-check ul li {
  width: 22%;
}

.model-check p {
  line-height: 1.6;
  margin: 1em 0 0 !important;
  padding: 1em;
  background: #eee;
}

.model-check-ttl {
  margin: 4em 0 2em !important;
  padding: 0.5em 0.75em 0.4em;
  color: #494949;
  border-left: solid 5px #4caf50;
  background: #f9f9f9;
  font-size: 1.2em;
  font-weight: bold;
}

.model-title td {
  background: #fcdb67;
  text-align: center;
  font-weight: 700;
  padding: 15px 0 !important;
}

table.models td {
  padding: 5px 10px;
}

.bdt {
  border-top: 1px solid #000 !important;
}

.model_number_link {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.model_number_link a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #4caf50;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 700;
  padding: 15px 0;
}

.model_number_link a:hover {
  background: #FCDB67;
  color: #000;
}

@media screen and (max-width: 900px) {
  .model-check ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .model-check ul li {
    width: 100%;
    margin-top: 30px;
  }
  .model-check ul li:first-child {
    margin-top: 0;
  }
  .model-check figure {
    max-width: 60%;
    margin: 0 auto;
  }
  .wp-block-themeisle-blocks-accordion {
    margin: 0;
  }
  .what-the-model .wp-block-themeisle-blocks-accordion-item {
    margin: 1em;
  }
  .model_number_link {
    width: 100%;
  }
  .model_number_link a {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
/* SIMロック確認方法 */
#simlock_model_check .wp-block-themeisle-blocks-accordion-item__content,
#model_number .wp-block-themeisle-blocks-accordion-item__content {
  padding: 0;
}

.sim-check01 {
  background: #fff8de;
  padding: 20px;
  margin-bottom: 15px;
}

.sim-check01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sim-check01 ul li {
  width: 22%;
}

.sim-check01 p {
  line-height: 1.6;
  margin: 1em 0 0 !important;
  padding: 1em;
  background: #fff;
}

.sim-check02 {
  background: #fff8de;
  padding: 20px;
}

.sim-check02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 30px;
}

.sim-check02 ul:last-child {
  margin-bottom: 0;
}

.sim-check02 ul li {
  width: 35%;
}

.sim-check02 p {
  line-height: 1.6;
  margin: 1em 0 0 !important;
  padding: 1em;
  background: #fff;
}

.sim-check01 h4,
.sim-check02 h4 {
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 10px !important;
}

.sim-check01 h4 span,
.sim-check02 h4 span {
  display: inline-block;
  background: #1F1F1F;
  padding: 8px 25px;
}

.link_btn_center {
  text-align: center;
  margin-top: 10px;
}

.link_btn_center a {
  display: inline-block;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
  padding: 15px 40px;
  background: #4caf50;
}

.link_btn_center a:hover {
  color: #000;
  background: #fcdb67;
}

.bgcolor_ipad_check {
  margin-top: 25px;
}

@media screen and (max-width: 900px) {
  .sim-check01 {
    padding: 20px 10px 10px;
  }
  .sim-check01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sim-check01 ul li {
    width: 100%;
    margin-top: 30px;
  }
  .sim-check01 ul li:first-child {
    margin-top: 0;
  }
  .sim-check01 figure {
    max-width: 60%;
    margin: 0 auto;
  }
  .sim-check02 {
    padding: 20px 10px 10px;
  }
  .sim-check02 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sim-check02 ul li {
    width: 100%;
    margin-top: 30px;
  }
  .sim-check02 ul li:first-child {
    margin-top: 0;
  }
  .sim-check02 figure {
    max-width: 70%;
    margin: 0 auto;
  }
  .wp-block-themeisle-blocks-accordion {
    margin: 0;
  }
  .what-the-model .wp-block-themeisle-blocks-accordion-item {
    margin: 1em;
  }
  .sim-check h4,
  .sim-check02 h4 {
    font-size: 1.4em;
  }
  .bgcolor_ipad_check {
    padding: 20px 10px 10px;
  }
}
/* iPadモデル番号一覧 */
.ipad_model_number table {
  width: 100%;
  margin-bottom: 5px;
  border: solid 1px #333;
}

.ipad_model_number table th,
.ipad_model_number table td {
  padding: 5px !important;
  text-align: left;
  vertical-align: middle;
  border: solid 1px #333;
}

.ipad_model_number table thead th {
  background: #FCDB67;
  font-weight: 700;
}

.ipad_model_number table tbody th {
  width: 30%;
  background: #fef4d1;
  font-weight: 700;
}

.ipad_model_number table tbody td {
  width: 35%;
  font-weight: 500;
}

.ipad_model_number_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 40px;
}

.ipad_model_number_link a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24.5%;
  text-align: center;
  background: #4caf50;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  padding: 15px 0;
  position: relative;
}

.ipad_model_number_link a::before {
  content: "\f35a";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 10%;
  top: 25px;
}

.ipad_model_number_link a:hover {
  background: #FCDB67;
  color: #000;
}

.ipad_model_number_link a:hover::before {
  color: #000;
}

@media screen and (max-width: 767px) {
  .ipad_model_number_link {
    margin-bottom: 30px;
  }
  .ipad_model_number_link a {
    width: 49%;
    margin-bottom: 1%;
  }
}
.accordion-item:not(:first-child) {
  margin-top: 20px;
}

.accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  cursor: pointer;
  padding: 7px 0;
  width: 100%;
  text-align: left;
  outline: none;
  border: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  font-size: 21px;
  pointer-events: none;
  font-weight: 700;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #1f1f1f;
}

.accordion-button img {
  max-width: 35px;
  height: auto;
  margin-right: 15px;
}

.accordion-button::after {
  display: none;
}

.accordion-button:hover {
  background: #fcdb67;
}

.accordion-content {
  display: none;
  padding: 0;
  overflow: hidden;
}

.accordion-content ul {
  list-style: none;
  padding: 2% 0 0;
  margin: 0;
}

.accordion-content ul li {
  padding: 0;
  background-color: #fff;
}

@media screen and (max-width: 1201px) {
  .series {
    padding: 30px;
  }
  .by-model ul li {
    width: 23.22%;
    margin: 7px;
  }
}
@media screen and (min-width: 901px) {
  .accordion {
    display: none;
  }
  .list-display {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .list {
    width: 100%;
  }
  .price_table h3 {
    font-size: 24px !important;
  }
  .price_table ul.half li {
    width: 100%;
  }
  .by-model ul li {
    width: 49% !important;
    margin: 0 2% 2% 0 !important;
  }
  .by-model ul li:nth-child(even) {
    margin-right: 0 !important;
  }
  .by-model ul li a {
    padding: 10px 20px 10px 15px !important;
  }
  .by-model ul li a::after {
    right: 5px !important;
  }
  .by-model ul li p {
    font-size: 16px !important;
    word-break: break-all;
    padding-left: 10px;
  }
  .max-price {
    margin-top: 5px;
    line-height: 1.2;
  }
  .accordion-item:not(:first-child) {
    margin-top: 10px;
  }
  .accordion-button {
    pointer-events: auto;
    border: 1px solid #1f1f1f;
    border-radius: 5px;
    padding: 10px 15px;
  }
  .accordion-button::after {
    display: block;
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #1f1f1f;
  }
  .accordion-button.open {
    background: #fcdb67;
  }
  .accordion-button.open::after {
    content: "\f077";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
}
@media screen and (max-width: 767px) {
  h3.basic {
    font-size: 16px;
    text-align: left;
  }
}
/* カウントダウン */
#countdown {
  font-family: "Chatnow";
  display: inline-block;
  text-align: center;
  font-size: 2em;
  padding: 10px 5px;
  background: #1f1f1f;
}

#countdown div {
  display: inline-block;
  margin: 0 5px;
  padding: 15px;
  background: #fcdb67;
  color: #1f1f1f;
}

#countdown div span {
  display: block;
  font-size: 0.5em;
  margin-top: 5px;
  color: #1f1f1f;
}

.price-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

p.max-price {
  font-weight: 700;
  margin: 0 1em 0 0 !important;
}

p.total-price {
  color: red;
  font-size: 2em;
  font-weight: 700;
}

.cd-wrap {
  display: inline-block;
}

.cd-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1f1f1f;
  margin: 10px 0;
}

.time {
  padding: 0 10px 0 20px;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  color: #fcdb67;
}

/* 買取の流れ */
.flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px 0;
}

.flow-txt {
  margin-top: 1em;
  text-align: left;
}

.flow {
  width: 30%;
  border: 3px solid #000;
  border-radius: 10px;
  padding: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #fff;
  position: relative;
}

.flow p {
  line-height: normal;
  margin-bottom: 1em;
}

.flow-ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2em;
  text-align: center;
  position: relative;
}

.flow-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 2px;
  left: 50%;
  background: #fcdb67;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow-img img {
  max-height: 150px !important;
  width: auto;
}

.guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.notice {
  background: #fefaf6;
  padding: 1em;
  line-height: 1.4em;
  font-size: 12px;
}

.guide-img {
  margin-right: 40px;
}

.ic-one:before {
  content: "1";
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  font-weight: 700;
  font-size: 4em;
}

.ic-two:before {
  content: "2";
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  font-weight: 700;
  font-size: 4em;
}

.ic-three:before {
  content: "3";
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  font-weight: 700;
  font-size: 4em;
}

.need {
  background: #eee;
  border-radius: 10px;
  border: 3px solid #000;
  padding-top: 25px;
}

p.bd {
  border-bottom: 3px solid #000;
  padding-bottom: 20px;
  margin: 0;
}

@media (max-width: 900px) {
  .flow-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 50px 0 !important;
  }
  .flow {
    width: 100% !important;
    margin-bottom: 2em;
  }
  .flow:last-child {
    margin-bottom: 0;
  }
  .flow-img {
    max-width: 50%;
    margin: 0 auto;
  }
  .ic-one:before,
  .ic-two:before,
  .ic-three:before,
  .ic-four:before {
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    background: #000;
    color: #fff !important;
    width: 30px;
    height: 30px;
    font-size: 1.2em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0 0 10px 0;
    padding-bottom: 2px;
  }
  .guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 2em 1em !important;
  }
  .guide-img {
    margin: 0 auto 1em !important;
    max-width: 80%;
  }
  .guide-txt p {
    margin: 0 0 1em;
    line-height: 1.6;
  }
  .need {
    padding-top: 15px !important;
  }
  .post_content .need h2 {
    font-size: 21px;
    margin-bottom: 0;
  }
  .post_content .need p.bd {
    padding: 10px 15px 15px;
    line-height: 1.6;
  }
}
/* 検索結果 */
body.search-no-results.search-in-stores .post_archive_form_area {
  display: none;
}

.back {
  margin-bottom: 90px;
  text-align: center;
}

h2#no_post {
  background: #f4f4f4;
  padding: 2em 0;
}

a.back-button {
  border: 2px solid #1f1f1f;
  border-radius: 50px;
  padding: 1em 4em 1em 3em;
  display: inline-block;
  font-weight: 900;
}

a.back-button:hover {
  background: #1f1f1f;
  color: #fff;
}

a.back-button::before {
  content: "";
  background-color: #1f1f1f;
  display: inline-block;
  height: 1.5rem;
  width: 1rem;
  -webkit-mask: url(./img/chevron-left.svg);
  mask: url(./img/chevron-left.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: -6px;
  margin-right: 1em;
}

a.back-button:hover::before {
  background-color: #fff;
}

/* 店舗一覧ページ */
.form-area {
  width: 60%;
  margin: 0 auto;
  padding: 30px 0;
}

.form-area .wp-block-search__input {
  font-size: 21px;
  padding: 0.5em;
  border: 1px solid #cccccc;
}

nav.area {
  padding: 30px 0 0;
}

nav.area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav.area ul li {
  width: 25%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav.area ul li:not(:first-child):not(:nth-child(4)) {
  margin-left: 3%;
}

nav.area ul li a {
  display: block;
  width: 100%;
  padding: 15px 0 20px;
  border-radius: 7px;
  border: 2px solid #1f1f1f;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1f;
  position: relative;
  letter-spacing: 5px;
  text-indent: 5px;
  line-height: 1.2em;
}

nav.area ul li a::after {
  content: "";
  background-color: #fcdb67;
  display: block;
  height: 1rem;
  width: 1.3rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask: url(./img/chevron-down.svg);
  mask: url(./img/chevron-down.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  bottom: 5px;
}

nav.area ul li a:hover {
  background: #1f1f1f;
  color: #fcdb67;
}

nav.area ul li a.off {
  background: #eee;
  border: 2px solid #eee;
  color: #ccc;
  pointer-events: none;
}

nav.area ul li a.off::after {
  background-color: #ccc;
}

.shop-area {
  margin-top: 100px;
}

.shop-area h3 {
  margin-top: 50px;
  margin-bottom: 0;
  background: #f9f9f9;
  border-top: 1px solid #e3e3e3;
  padding: 15px 30px;
}

.shop-area h3::before {
  content: "";
  background-color: #1f1f1f;
  display: inline-block;
  height: 22px;
  width: 22px;
  -webkit-mask: url(./img/map-pin.svg);
  mask: url(./img/map-pin.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: -3px;
  margin-right: 10px;
}

.shop-area a h3 {
  color: #000;
}

.shop-area a:hover h3 {
  background: #000;
  color: #fff;
}

.shop-area a:hover h3:before {
  background: #fff;
}

.prefectures {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-indent: 10px;
}

.shop-area ul li:first-child {
  border-top: 1px solid #e3e3e3;
}

.shop-area ul li a.shop-area-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
  padding: 30px;
}

.shop-area ul li a:hover {
  background: #fcdb67;
}

.shop-area ul li a::after {
  content: "";
  background-color: #1f1f1f;
  display: inline-block;
  height: 1.3rem;
  width: 1rem;
  -webkit-mask: url(./img/chevron-right.svg);
  mask: url(./img/chevron-right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-top: auto;
  margin-bottom: auto;
}

.thumbnail {
  width: 20%;
}

.thumbnail img {
  border: 2px solid #1f1f1f;
}

.shop-info {
  width: 65%;
}

.post_content .shop-info p {
  color: #1f1f1f;
  line-height: 1.4em;
  margin: 0 0 10px;
}

.post_content .shop-info p:last-child {
  margin: 0;
}

p.shop-name {
  font-size: 24px;
  font-weight: 700;
}

.shop-btn {
  display: none;
}

.area-list {
  margin: 50px 0;
}

.area-list a {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #fff;
  color: #1f1f1f;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #1f1f1f;
}

.area-list a:hover {
  background-color: #1f1f1f;
  color: #fff;
}

.area-list a::before {
  content: "";
  background-color: #1f1f1f;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url(./img/map-pin.svg);
  mask: url(./img/map-pin.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: -2px;
  margin-right: 5px;
}

.area-list a:hover::before {
  background-color: #fff;
}

h2.search-word::before {
  content: "";
  background-color: #1f1f1f;
  display: inline-block;
  height: 34px;
  width: 34px;
  -webkit-mask: url(./img/search.svg);
  mask: url(./img/search.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: -5px;
  margin-right: 10px;
}

h2.search-area::before {
  content: "";
  background-color: #1f1f1f;
  display: inline-block;
  height: 34px;
  width: 34px;
  -webkit-mask: url(./img/map.svg);
  mask: url(./img/map.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: -5px;
  margin-right: 10px;
}

.jp-area {
  margin: 50px 0;
}

.area-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 24px;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.area-name {
  width: 20%;
  font-weight: 500;
  margin-bottom: 10px;
}

.pre-name {
  width: 75%;
}

.pre-name a.off {
  color: #ccc;
  pointer-events: none;
}

.pre-name ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pre-name ul li {
  line-height: 1em;
  margin: 0 0 10px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
}

.pre-name ul li:last-child {
  border-right: 1px solid #ccc;
}

.pre-name a {
  font-weight: 500;
}

.omit {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1201px) {
  .shop-info {
    width: 55%;
  }
  .shop-btn {
    width: 17%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop-btn span {
    display: block;
    border-radius: 30px;
    border: 2px solid #1f1f1f;
    text-align: center;
    background: #fff;
    color: #1f1f1f;
    font-weight: 700;
    padding: 10px 15px 10px 25px;
    line-height: 1.3;
  }
  a:hover .shop-btn span {
    background: #1f1f1f;
    color: #fff;
  }
  .shop-btn span::after {
    content: "";
    background-color: #1f1f1f;
    display: inline-block;
    height: 1.3rem;
    width: 1.3rem;
    -webkit-mask: url(./img/chevron-right.svg);
    mask: url(./img/chevron-right.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: -5px;
  }
  a:hover .shop-btn span::after {
    background-color: #fff;
  }
  .shop-area ul li a::after {
    content: none;
  }
}
@media (max-width: 900px) {
  nav.area ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  nav.area ul li {
    width: 31%;
    margin-bottom: 15px;
  }
  nav.area ul li a {
    font-size: 14px;
  }
  nav.area ul li a {
    letter-spacing: 0;
    text-indent: 0;
  }
  .shop-area ul li a {
    padding: 20px 0;
  }
  .post_content .shop-info p {
    margin: 0 0 5px;
    font-size: 85%;
  }
  .post_content .shop-info p.shop-name {
    font-size: 16px;
  }
  .shop-area {
    margin-top: 75px;
  }
  .shop-area h3 {
    padding: 15px;
  }
  .shop-area h3::before {
    width: 18px;
    height: 18px;
    vertical-align: -3px;
  }
  h2.search-word::before,
  h2.search-area::before {
    width: 28px;
    height: 28px;
    vertical-align: -3px;
  }
  .area-list a {
    font-size: 12px;
    padding: 6px 12px;
    border: 1px solid #1f1f1f;
  }
  .area-list a::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  .form-area {
    width: 100%;
  }
  .form-area .wp-block-search__input {
    font-size: 18px !important;
  }
  .prefectures {
    font-size: 24px;
  }
  .area-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.5em 0;
    font-size: 18px;
  }
  .area-name {
    width: 100%;
  }
  .pre-name {
    width: 100%;
    word-break: auto-phrase;
  }
}
/* 店舗詳細ページ */
.metaslider {
  border: 5px solid #1f1f1f;
  border-radius: 20px;
}

.metaslider img {
  border-radius: 13px;
}

iframe {
  vertical-align: bottom;
}

.post_content td {
  vertical-align: top;
}

.post_content h2.ttl {
  text-align: center;
  padding: 1.5em 0 0.5em;
}

table.shopinfo {
  max-width: 100%;
  margin: 0 auto;
}

.now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 0;
  border: 2px solid #1f1f1f;
  position: relative;
}

.now:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 20px 18px 0;
  border-style: solid;
  border-color: #1f1f1f transparent transparent;
}

.now:after {
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 20px 18px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

.emp {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4;
}

.wp-block-themeisle-blocks-slider {
  overflow: hidden;
}

.wp-block-themeisle-blocks-slider .glide__track {
  margin-bottom: 42px;
}

.glide__arrow {
  top: 46%;
}

.glide__bullets {
  bottom: 1em;
}

.open-schedule {
  background: #FCDB67;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 2em 0;
  font-size: 4em;
  font-weight: bold;
  border-radius: 20px;
}

.root_choice {
  display: block;
  width: 730px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  background: #FCDB67;
  padding: 10px;
  margin: 0 auto;
}

.feedzy-rss {
  width: 98%;
  margin: 0 auto;
}

.feedzy-rss ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feedzy-rss ul li.rss_item {
  width: 49%;
  margin: 0.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #1f1f1f !important;
  padding: 1% !important;
}

.feedzy-rss ul li .rss_image {
  margin: 0 5% 0 0 !important;
}

@media screen and (max-width: 900px) {
  .root_choice {
    display: block;
    width: 97%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .open-schedule {
    font-size: 3em;
    padding: 1.5em 0;
  }
  .post_content h2.h2_root {
    font-size: 24px;
  }
  .root_choice {
    font-size: 1.1em;
  }
  .feedzy-rss ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .feedzy-rss ul li.rss_item {
    width: 100%;
    margin: 0.5% 0;
  }
}
@media screen and (max-width: 600px) {
  .root_choice {
    width: 95.2%;
  }
}
.shopinfo th {
  min-width: 85px;
}

.shopinfo th,
.shopinfo td {
  line-height: 1.4;
}

.shopinfo td p {
  margin-bottom: 0.5em;
}

.price_table {
  margin: 50px 0 25px;
}

.price_table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price_table li {
  width: 30%;
  margin-bottom: 30px;
  border: 2px solid #1f1f1f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.price_table h3 {
  text-align: center;
  font-size: 26px;
  margin: 0;
  padding: 0.3em;
  background: #fcdb67;
  border-bottom: 2px solid #1f1f1f;
}

.model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em;
}

.model_img {
  width: 40%;
}

.model_txt {
  width: 52%;
  color: red;
  font-size: 28px;
  font-weight: 700;
}

.model_txt p {
  margin-bottom: 10px;
  line-height: 1em;
}

.model_txt p:first-child {
  padding-bottom: 8px;
  border-bottom: 1px dotted #1f1f1f;
}

span.grade_ttl {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.2;
  display: block;
}

span.unit {
  font-size: 16px;
}

.btn_area {
  text-align: center;
  padding: 0 1.5em 1.5em;
}

a.btn_detail {
  display: inline-block;
  background: #1f1f1f;
  border: 2px solid #1f1f1f;
  color: #fff;
  border-radius: 5px;
  margin: 0;
  padding: 8px 15px 6px 25px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}

a.btn_detail:hover {
  background: #fff;
  color: #1f1f1f;
}

a.btn_detail::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url(./img/chevron-right.svg);
  mask: url(./img/chevron-right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

a.btn_detail:hover:after {
  background-color: #1f1f1f;
}

img.icon {
  height: 25px;
}

td.tel a {
  font-size: 20px;
  font-weight: bold;
  color: #4caf50 !important;
}

td.tel a:before {
  content: "";
  background-color: #4caf50;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  -webkit-mask: url(./img/free-dial.svg);
  mask: url(./img/free-dial.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}

@media screen and (min-width: 901px) {
  .wp-block-themeisle-blocks-slider {
    width: 750px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .wp-block-themeisle-blocks-slider {
    width: 100%;
    height: auto;
  }
  .wp-block-themeisle-blocks-slider .glide__track {
    border: none;
    border-radius: 0;
  }
  .glide__arrow {
    top: 40%;
  }
  .wp-block-themeisle-blocks-slider .glide__arrows .glide__arrow {
    padding: 6px;
  }
  .glide__arrow--left {
    left: 1em;
  }
  .glide__arrow--right {
    right: 1em;
  }
}
@media screen and (max-width: 1201px) {
  .now {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: none;
    border-right: none;
  }
  .now p {
    padding: 0 1em;
  }
  .emp {
    margin-bottom: 0.5em;
    text-align: center;
  }
  .price_table li {
    width: 48%;
  }
  .shopinfo th,
  .shopinfo td {
    display: block;
    border-top: 0;
    white-space: normal;
    padding: 15px;
    text-align: left;
  }
  .shopinfo th {
    font-weight: bold;
  }
  .shopinfo tr:first-child {
    border-top: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) {
  .price_table li {
    width: 100%;
  }
  .glide__arrow {
    display: none;
  }
}
/* プライバシーポリシー、クッキーポリシー */
.pp {
  border: 1px solid #E3E3E3;
  margin-bottom: 50px;
  padding: 40px 50px;
  background: #fcfcfc;
}

.pp h2 {
  text-align: center;
  margin: 0 0 30px;
  padding-bottom: 15px;
  border-bottom: 4px solid #e3e3e3;
}

.pp p {
  line-height: 1.6;
}

.pp ul {
  margin-left: 0;
  padding: 0;
}

.pp ul li {
  list-style: none;
  margin-top: 30px;
}

.pp ul li:first-child {
  margin-top: 0;
}

.post-content > .pp > h2 {
  text-align: center;
  padding: 0 10px 7px;
  line-height: 1.4;
  border-bottom: 4px solid #E3E3E3;
}

.post-content > .pp > h2:after {
  display: none;
}

.post-content > .pp > p:last-child {
  margin-bottom: 0;
}

.b {
  font-size: 1.1em;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 15px;
  padding-bottom: 5px;
  line-height: 1.4;
}

.b2 {
  font-weight: 700;
  display: inline-block;
}

.notation {
  margin-top: 30px;
}

.notation p {
  font-size: 0.8em;
  text-align: right;
}

.info {
  margin-top: 50px;
}

.info h2 {
  position: relative;
  margin: 0 0 0.5em;
  padding-bottom: 10px;
  border-bottom: 4px solid #e3e3e3;
}

.info h2:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #fcdb67;
}

.info ol,
.info ul {
  margin-left: 0;
  padding: 0;
}

.info ol li {
  list-style: none;
  margin-bottom: 2em;
}

.info ol li ol,
.info ol li ul {
  font-size: 0.9em;
  margin: 2em 0 3em 2em;
}

.table th,
.table td {
  line-height: 1.6;
  padding: 15px 25px;
}

.table th {
  width: 21%;
}

table#cookie {
  margin-top: 2em;
}

table#cookie li {
  line-height: 1.4;
  margin-bottom: 1em;
}

table#cookie li:last-child {
  margin: 0;
}

@media (max-width: 900px) {
  .pp {
    padding: 15px;
  }
  .pp h2,
  .info h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .table th,
  .table td {
    padding: 10px;
  }
  .table th {
    width: 30%;
  }
}
/* 利用規約 */
.terms-service {
  border: 1px solid #E3E3E3;
  margin-bottom: 10px;
  padding: 40px 50px;
  background: #fcfcfc;
}

.terms-service h2 {
  text-align: center;
  margin: 0 0 30px;
  padding-bottom: 15px;
  border-bottom: 4px solid #e3e3e3;
}

.terms-service p {
  line-height: 1.6;
}

.terms-service p.terms_h3 {
  font-size: 1.1em;
  font-weight: 700;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 15px;
  padding-bottom: 5px;
  line-height: 1.4;
}

.terms-service > ol {
  margin-left: 0;
  padding: 0;
}

.terms-service ul li,
.terms-service ol li {
  list-style: none;
  text-align: justify;
}

.terms-service > ol > li {
  margin-bottom: 15px;
  padding-left: 1.15em;
  text-indent: -1.15em;
  line-height: 1.5em;
}

.terms-service > ol ol {
  margin: 0;
}

.terms-service > ol ol li {
  margin: 10px 0;
  line-height: 1.5em;
  padding-left: 1.15em;
  text-indent: -1.15em;
}

.terms-service > ol ul li {
  margin: 5px 0;
  line-height: 1.4em;
  padding-left: 1em;
  text-indent: -1em;
}

.post-content > .terms-service > h2 {
  text-align: center;
  padding: 0 10px 7px;
  line-height: 1.4;
  border-bottom: 4px solid #E3E3E3;
}

.post-content > .terms-service > h2:after {
  display: none;
}

.post-content > .terms-service > p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .terms-service {
    padding: 15px;
  }
  .terms-service h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
/* コラム */
#blog_title .meta_top {
  margin: 10px 0 0 0;
}

#blog_title .title {
  line-height: 1.4;
}

.cb_blog_carousel .title,
#blog_archive .post_list .title {
  height: initial;
}

.cb_blog_carousel .category,
#blog_title .category,
#blog_archive .post_list .category {
  left: 0;
  border-radius: 0;
}

div#single_blog .post_content h2 {
  position: relative;
  background: #fcdb67;
  -webkit-box-shadow: 0 0 0 5px #fcdb67;
          box-shadow: 0 0 0 5px #fcdb67;
  border: 1px dashed #fff;
  margin: 0 0 25px;
  padding: 0.4em 0.5em 0.3em;
  color: #1f1f1f;
  font-size: 26px;
  line-height: 1.2;
}

.toc_title {
  text-align: center;
}

li.toc_item {
  border-bottom: 1px dashed #ddd;
  margin-top: 0 !important;
  padding: 8px 0;
}

li.toc_item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

li.toc_item:last-child a {
  margin-bottom: 0 !important;
}

#tcd_toc.styled .toc_title {
  color: #1f1f1f;
}

#tcd_toc.styled .toc_link {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  position: relative;
  display: block;
  padding-left: 30px;
}

#tcd_toc.styled .toc_link::before {
  content: "";
  background-color: #ccc;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  -webkit-mask: url(./img/bookmark.svg);
  mask: url(./img/bookmark.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.points {
  margin: 1.5em 0;
}

.points ul {
  border: 2px solid #fcdb67;
  border-radius: 9px;
  margin: 0;
  padding: 0.5em 1em 1em 2.5em;
  background: #fffdf6;
  font-weight: bold;
  list-style: circle;
}

.points ol {
  border: 2px solid #fcdb67;
  border-radius: 9px;
  margin: 0;
  padding: 0.5em 1em 1em 2.5em;
  background: #fffdf6;
  font-weight: bold;
  list-style: auto;
}

.points ul li,
.points ol li {
  line-height: 1.5;
  padding: 10px 0 0;
}

.points ul li:not(:last-child)::after,
.points ol li:not(:last-child)::after {
  content: "";
  display: block;
  border-bottom: 1px dashed #fcdb67;
  padding-bottom: 10px;
  margin-left: -1.5rem;
}

.category_list_widget li a:hover::before {
  content: "\e910";
  font-family: "design_plus";
  position: absolute;
  top: -1px;
  left: 15px;
  color: #fcdb67;
}

/* .points ul li::marker,.points ol li::marker{color:#4caf50} */
.faq {
  margin: 0 0 1.5em;
  background: #f9f9f9;
  border: 1px solid #1f1f1f;
}

.question {
  padding: 10px 15px;
  background: #1f1f1f;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question p {
  line-height: 1.6;
}

.answer {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question:before {
  content: "Q";
  background: #fff;
  color: #1f1f1f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.answer:before {
  content: "A";
  background: #fff;
  color: #1f1f1f;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border: 1px solid #1f1f1f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  font-weight: 700;
}

h3.column {
  padding: 0.5em 0.75em 0.4em;
  color: #494949;
  border-left: solid 5px #4caf50;
  background: #f9f9f9;
  line-height: 1.4;
}

div#single_blog .post_content h3 {
  padding: 0.5em 0.75em 0.4em;
  color: #494949;
  border-left: solid 5px #4caf50;
  background: #f9f9f9;
  line-height: 1.4;
}

/* あわせて読みたい */
.read {
  position: relative;
  margin: 2.5em 0;
  border: 2px solid #4caf50;
}

.read-title {
  z-index: 999;
  position: absolute;
  display: inline-block;
  top: -0.8em;
  left: 10px;
  padding: 0 10px;
  line-height: 1.5 !important;
  color: #4caf50;
  font-size: 0.8em;
  font-weight: 700;
  background: #fff;
  letter-spacing: 0.1em;
}

.read-title:before {
  content: "";
  background-color: #4caf50;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url(./img/edit-2.svg);
  mask: url(./img/edit-2.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: -4px;
  margin-right: 10px;
}

.linkcard,
.lkc-card {
  margin: 0;
}

.lkc-internal-wrap {
  max-width: 100%;
  border: none;
  border-radius: 0;
  background: #fff;
}

.lkc-excerpt {
  font-size: 13px;
  line-height: 20px;
}

figure.lkc-thumbnail {
  margin: 0 20px 0 0;
}

.lkc-content {
  margin-top: 15px;
  height: 90px;
}

a.lkc-link {
  padding: 30px;
  display: block;
}

.lkc-title-text {
  font-size: 18px;
  margin-bottom: 5px;
}

.card {
  padding: 2em;
}

.card p {
  margin-bottom: 1em;
}

.card p:last-child {
  margin-bottom: 0;
}

.shop-link-column a {
  display: inline-block;
  background: #4caf50;
  border-radius: 15px;
  padding: 10px 30px;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
}

.shop-link-column {
  margin-top: -10px !important;
}

.shop-link-column a:hover {
  background: #FCDB67;
  color: #000;
}

.shop-link-column a::before {
  content: "≫ ";
}

/* 都道府県アコーディオン */
.accordion-prefecture {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  border-left: solid 1px #333;
}

/* チェックボックスを非表示 */
.accordion-prefecture-toggle {
  display: none;
}

/* ラベルのスタイル */
.accordion-prefecture-label {
  display: block;
  padding: 15px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border-bottom: solid 1px #333;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.accordion-prefecture-label.prefecture-label {
  background: #f5f5f5;
}

.accordion-prefecture-label:hover {
  background: #FCDB67;
}

.accordion-prefecture-label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 700;
  font-size: 16px;
  margin-right: 5px;
}

/* 矢印アイコン */
.accordion-prefecture-label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-size: 16px;
}

.accordion-prefecture-toggle:checked + .accordion-prefecture-label::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

/* コンテンツのスタイル（高さの自動調整） */
.accordion-prefecture-content {
  max-height: 0;
  /* 初期状態で非表示 */
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  /* 高さとパディングのアニメーション */
  font-size: 15px;
  font-weight: 500;
}

/* チェックされている場合、コンテンツ全体を表示 */
.accordion-prefecture-toggle:checked + .accordion-prefecture-label + .accordion-prefecture-content {
  max-height: 1000px;
  /* 必要に応じて調整 */
}

/* 子アコーディオン用スタイル */
.accordion-prefecture-content .accordion-prefecture-label {
  color: #333;
  font-size: 15px;
}

.accordion-prefecture-content .area-label:hover {
  background: #FCDB67;
}

.accordion-prefecture-content .prefecture-label:hover {
  background: #4caf50;
  color: #fff;
}

.accordion-prefecture-toggle:checked + .area-label {
  background: #FCDB67;
}

.accordion-prefecture-toggle:checked + .prefecture-label {
  background: #4caf50;
  color: #fff;
}

/* 店舗名のスタイル */
.accordion-prefecture-content .accordion-prefecture-content p {
  color: #333;
  font-size: 14px;
  border-bottom: solid 1px #fff;
}

.accordion-prefecture-content .accordion-prefecture-content p:last-child {
  border-bottom: none;
}

.accordion-prefecture-content .accordion-prefecture-content p a {
  display: block;
  background: #333;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.accordion-prefecture-content .accordion-prefecture-content p a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-right: 8px;
}

.accordion-prefecture-content .accordion-prefecture-content p a:hover {
  background: #fff;
  color: #333;
  border-bottom: solid 1px #333;
}

.accordion-prefecture-content .accordion-prefecture-content p a:hover::before {
  color: #333;
}

@media screen and (min-width: 1202px) {
  #blog_title .content {
    border: none;
    padding: 30px 0 0;
  }
}
@media (max-width: 900px) {
  a.lkc-link {
    padding: 20px;
  }
  .lkc-title-text {
    font-size: 16px;
  }
  .shop-link-column a {
    display: block;
    text-align: center;
    padding: 10px;
  }
  .shop-link-column a::before {
    content: "";
  }
  .shop-link-column a::after {
    content: " ≫";
  }
}
/* コラムCTA */
.cta {
  margin: 4em 0;
  padding: 1em;
  text-align: center;
  position: relative;
  background: #f9f9f9;
}

.cta_inner {
  border: 1px solid #1f1f1f;
  padding: 1.5em 2.5em 2.5em;
}

.kinds {
  margin-bottom: 30px;
}

.cta_img img {
  margin: 0;
}

.cta_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

p.cta_ttl {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.6em !important;
  color: #fff;
  margin-bottom: 20px !important;
}

.cta_txt {
  width: 60%;
}

.cta_txt p {
  color: #20202c;
  margin: 0 0 10px;
  text-align: left;
}

.cta_txt p:last-child {
  margin: 0;
}

.cta_img {
  width: 38%;
}

a.cta_btn {
  display: inline-block;
  overflow: hidden;
  margin: 20px 0 0;
  text-decoration: none;
  padding: 12px 30px 12px 35px;
  font-weight: 700;
  color: #fff;
  background: #666;
  -webkit-box-shadow: 0 3px 0 #555;
          box-shadow: 0 3px 0 #555;
  border-radius: 5px;
}

a.cta_btn:after {
  content: "\e910";
  font-family: "design_plus";
  color: #fff;
  margin-left: 10px;
  top: 1px;
  position: relative;
}

a.cta_btn:hover {
  -webkit-transform: translate3d(0px, 3px, 1px);
  transform: translate3d(0px, 3px, 1px);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #555;
  color: #fff;
}

@media (max-width: 900px) {
  .cta_inner {
    padding: 2em 1.5em;
  }
  .cta_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .cta_txt,
  .cta_img {
    width: 100% !important;
  }
  p.cta_ttl {
    font-size: 1.4em !important;
    margin: 20px 0 !important;
    text-align: center;
  }
  .cta_txt p:last-child {
    text-align: center;
  }
  .cta_img img {
    max-width: 40%;
  }
}
.cta2 {
  margin: 2em 0;
  text-align: center;
}

.cta2 a {
  display: block;
  padding: 0.3em;
  background: #FCDB67;
}

.cta2_inner {
  padding: 1.5em 2.5em;
  background: #fff;
}

.cta2_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta2_img {
  width: 25%;
}

.cta2_cont_right {
  width: 75%;
}

.kinds2 {
  margin-bottom: 20px;
}

p.cta2_ttl {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.6em !important;
  color: #1f1f1f;
  margin-bottom: 15px !important;
}

p.cta2_btn {
  display: inline-block;
  background: #1f1f1f;
  padding: 0.6em 1.5em;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2em;
  -webkit-box-shadow: 0 0.1em 0 #bbb;
          box-shadow: 0 0.1em 0 #bbb;
}

p.cta2_btn span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

p.cta2_btn span::before {
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

p.cta2_btn span::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 3px #1f1f1f;
  border-right: solid 3px #1f1f1f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 6px;
  bottom: 0;
  margin: auto;
}

.cta2 a:hover p.cta2_ttl span.marker1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FCDB67));
  background: linear-gradient(transparent 70%, #FCDB67 70%);
}

@media (max-width: 900px) {
  p.cta2_ttl {
    font-size: 2.4em;
    margin-bottom: 5% !important;
  }
  p.cta2_btn {
    padding: 0.4em 1.4em;
  }
}
@media (max-width: 750px) {
  .cta2_inner {
    padding: 1.5em;
  }
  .cta2_img {
    width: 27%;
  }
  .cta2_cont_right {
    width: 73%;
  }
  .kinds2 {
    margin-bottom: 5%;
  }
  p.cta2_ttl {
    font-size: 1.7em;
    margin-bottom: 5% !important;
  }
  p.cta2_btn {
    padding: 0.4em 1.2em;
    font-size: 1em;
  }
  p.cta2_btn span {
    padding-left: 28px;
  }
  p.cta2_btn span::before {
    width: 20px;
    height: 20px;
  }
  p.cta2_btn span::after {
    top: 0;
    left: 5px;
    border-top: solid 2px #1f1f1f;
    border-right: solid 2px #1f1f1f;
  }
}
.cta3 {
  margin: 4em 0;
  padding: 1em;
  text-align: center;
  position: relative;
  background: #f9f9f9;
}

.cta3_inner {
  border: 1px solid #1f1f1f;
  padding: 1.5em 2.5em;
}

.kinds3 {
  margin-bottom: 30px;
}

.cta3_img img {
  margin: 0;
}

.cta3_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

p.cta3_ttl {
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1.6em !important;
  color: #fff;
  margin-bottom: 20px !important;
}

.cta3_txt {
  width: 65%;
}

.cta3_txt p {
  color: #20202c;
  margin: 0 0 10px;
  text-align: left;
}

.cta3_txt p:last-child {
  margin: 0;
}

.cta3_img {
  width: 31.5%;
}

a.cta3_btn {
  display: inline-block;
  overflow: hidden;
  margin: 20px 0 0;
  text-decoration: none;
  padding: 12px 30px 12px 35px;
  font-weight: 700;
  color: #fff;
  background: #666;
  -webkit-box-shadow: 0 3px 0 #555;
          box-shadow: 0 3px 0 #555;
  border-radius: 5px;
}

a.cta3_btn:after {
  content: "\e910";
  font-family: "design_plus";
  color: #fff;
  margin-left: 10px;
  top: 1px;
  position: relative;
}

a.cta3_btn:hover {
  -webkit-transform: translate3d(0px, 3px, 1px);
  transform: translate3d(0px, 3px, 1px);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #555;
  color: #fff;
}

@media (max-width: 900px) {
  .cta3 {
    margin: 3em 0;
    padding: 0.5em;
  }
  .cta3_inner {
    padding: 2em 1.5em;
  }
  .cta3_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .cta3_txt,
  .cta3_img {
    width: 100% !important;
  }
  p.cta3_ttl {
    font-size: 1.3em !important;
    margin: 20px 0 !important;
    text-align: center;
  }
  .cta3_txt p:last-child {
    text-align: center;
  }
  .cta3_img img {
    max-width: 50%;
  }
}
/* キャンペーン */
.am-card {
  position: relative;
  display: inline-block;
}

.circle {
  position: absolute;
  top: -20px;
  left: -30px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 3px solid #f59e00;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.circle p {
  color: #121821;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.number {
  display: inline-block;
  margin-right: 2px;
  font-size: 2.2em;
  letter-spacing: -1px;
  color: #f59e00;
}

h2.cp-ttl {
  font-size: 28px;
  margin-bottom: 1em;
}

@media screen and (max-width: 1201px) {
  h2.cp-ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .bg_campaign {
    height: 750px;
    background: url(../../../wp-content/uploads/2024/04/bg-sendgift_sp.png) no-repeat local 50% 50%/cover;
  }
  .amazon {
    padding-top: 50px !important;
    max-width: 75%;
  }
  .circle {
    width: 85px;
    height: 85px;
  }
  .circle p {
    font-size: 14px;
  }
  h2.cp-ttl {
    text-align: center;
  }
}
/* CTA */
.shop-phone_ttl strong {
  display: inline-block;
  background: #1f1f1f;
  padding: 0.3em 1em;
  border-radius: 7px;
  line-height: 1.4;
}

.phone::before {
  content: "";
  background-color: #1f1f1f;
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  -webkit-mask: url(./img/phone-call.svg);
  mask: url(./img/phone-call.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  position: relative;
  top: -5px;
  margin-right: 20px;
}

a[href*="tel:"],
a[href*="tel:"]:hover {
  color: #1f1f1f !important;
}

.bg_cta .innerblocks-wrap {
  border: 3px solid #1f1f1f;
  padding: 3em;
  background: #fff;
}

span.tap {
  display: none;
}

@media screen and (max-width: 1201px) {
  .bg_cta .innerblocks-wrap {
    padding: 2em 1.5em 3em;
  }
}
@media screen and (max-width: 750px) {
  a[href*="tel:"] {
    font-size: 42px;
  }
  td.tel a[href*="tel:"] {
    font-size: 24px;
    font-weight: bold;
    color: #4caf50 !important;
  }
  .phone::before {
    content: none;
  }
  .mt0_sp {
    margin-top: 0 !important;
  }
  span.tap {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
  }
  span.tap::before {
    content: "";
    background-color: #1f1f1f;
    display: inline-block;
    height: 1.2rem;
    width: 1.2rem;
    -webkit-mask: url(./img/phone-call.svg);
    mask: url(./img/phone-call.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
}
/* フッター */
#footer_menu .footer_menu li:first-of-type {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 13px;
}

#footer_menu .footer_menu li:first-of-type a {
  color: #fff;
}

#footer > .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#footer_menu .footer_menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer_menu .footer_menu a:hover,
#footer_menu .footer_menu li:first-of-type a:hover {
  color: #fcdb67;
}

#footer_menu .footer_menu a::before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url(./img/chevron-right.svg);
  mask: url(./img/chevron-right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
}

#footer_menu .footer_menu a:hover::before {
  background-color: #fcdb67;
}

#copyright {
  height: revert;
  line-height: 1.4;
  border-top: 0;
  margin: 0 auto;
  padding: 20px 0;
}

#copyright p:not(:last-child) {
  margin-bottom: 10px;
}

#footer_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}

#footer_image img {
  margin-right: 10px;
}

.footer_image_txt {
  color: #fff;
  font-size: 0.8em;
  width: 130px;
  text-align: justify;
}

.link-d {
  pointer-events: none;
}

.link-d a {
  color: #fff !important;
  font-size: 1em !important;
}

@media screen and (max-width: 1201px) {
  #footer_search .input_area input {
    color: #1f1f1f;
    background: revert;
  }
  #footer_search .button label {
    background: #1f1f1f;
  }
  #footer_image {
    width: 260px;
    text-align: center;
    margin: 0 auto 15px;
  }
  .footer_image_txt {
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  #footer_menu {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 751px) {
  #footer_top {
    text-align: center;
    padding: 30px 10px;
  }
  .footer_image_txt {
    font-size: 0.9em;
    line-height: 1.1em;
  }
  #copyright {
    margin: 0;
  }
}
/* サイトマップ */
h2.wsp-blogs-title,
h2.wsp-pages-title {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

ul.children li {
  margin-left: 1em;
}

ul.children li::before {
  content: "";
  background-color: #fcdb67;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url(./img/chevron-right.svg);
  mask: url(./img/chevron-right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
}

ul.wsp-blogs-list li::before,
ul.wsp-pages-list li::before {
  content: "・";
  color: #fcdb67;
}

/* 内部リンクバナー */
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0;
}

.banner div {
  width: 48%;
}

.banner-single {
  margin: 80px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .banner {
    margin: 0 0 30px;
  }
  .banner-single {
    margin: 40px auto 0;
  }
}
/* フローティングバナー【フリーダイヤル】 */
.free-dial {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1f1f1f;
  text-align: center;
  padding: 10px 15px;
  display: none;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.free-dial p {
  margin: 0;
  padding: 0;
}

a.btn--yellow {
  color: #1f1f1f;
  background-color: #fcdb67;
}

a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #b59e4b;
}

a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #b59e4b;
}

.free-dial p a.btn--green {
  color: #ffffff;
  background-color: #4caf50;
  font-size: 1.3em;
  line-height: 1.4em;
}

.free-dial p a.btn--green.btn--cubic {
  border-bottom: 5px solid #27702B;
}

.free-dial p a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #27702B;
}

a.btn-c {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5rem;
  position: relative;
  padding: 5px 0 0 15px;
  border-radius: 100vh;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.25rem;
  margin: 0;
  padding: 0;
  content: "\f095";
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

a.btn--green.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.25rem;
  margin: 0;
  padding: 0;
  content: "\f0e0";
}

a.btn-c[href*="tel:"] {
  color: #1f1f1f !important;
}

a.btn--yellow span {
  display: block;
  font-size: 0.8rem;
  white-space: nowrap;
}

.lr-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-btn {
  width: 84%;
}

.r-btn {
  width: 13%;
}

.r-btn a {
  display: block;
  position: relative;
  height: 50px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.r-btn a:before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

a.btn--gray {
  color: #fff;
  background-color: #777;
}

a.btn--gray:hover {
  color: #fff;
  background: #777;
}

a.btn--gray.btn--cubic {
  border-bottom: 5px solid #555;
}

a.btn--gray.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #555;
}

a.btn--gray span {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

/* 店舗名が長い場合 */
a.btn-c.long {
  height: 80px;
  line-height: 1rem;
  padding: 5px 20px 10px 40px;
}

a.btn-c.long span {
  white-space: normal;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  body.page-child {
    padding-bottom: 85px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body.page-id-5824 {
    padding-bottom: 85px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /*body.page-child.parent-pageid-1168{padding-bottom:0}*/
  body.page-id-1057 {
    padding-bottom: 0;
  }
  .free-dial {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .free-dial {
    padding: 10px 5px;
  }
}
.store-announcement {
  width: 95%;
  max-width: 750px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 20px;
  text-align: center;
  border: solid 2px #000;
}

.store-announcement-title {
  font-size: 1.4em;
  font-weight: bold;
  background: #FCDB67;
  display: block;
  margin-bottom: 0 !important;
  padding: 4px;
}

.store-announcement-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
}

.store-announcement-inner p {
  font-size: 1em;
  font-weight: 500;
}

.store-announcement-important {
  font-size: 1.2em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .store-announcement-title {
    font-size: 1.3em;
  }
  .store-announcement {
    width: 99%;
  }
  .store-announcement-important {
    font-size: 1.1em;
  }
}
/* フローティングバナー【店舗を探す】 */
a.btn--black {
  color: #ffffff;
  background-color: #1f1f1f;
}

a.btn--black.btn--cubic {
  border-bottom: 5px solid #555555;
}

a.btn--black.btn--cubic:hover {
  border-bottom: 2px solid #555555;
}

a.btn-d {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  position: relative;
  padding: 19px 0 0 0;
  border-radius: 100vh;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*a.btn-d:before{font-family:'Font Awesome 5 Free';font-size:1.6rem;font-weight:900;line-height:1;position:absolute;top:calc(50% - .7rem);left:1.25rem;margin:0;padding:0;content:'\f54e';transform:scaleX(-1)}*/
a.btn-d::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(./img/icon-white-right-arrow.png);
  right: 25px;
  top: 21px;
}

a.btn-d:hover::after {
  top: 23px;
}

/* ページトップへ戻る */
#return_top a {
  background: #1f1f1f;
}

#return_top a:before {
  font-size: 18px;
  font-weight: 900;
  width: 18px;
  top: 0;
}

@media (max-width: 900px) {
  #return_top {
    display: none !important;
  }
}
/* 店舗案内ボタン【フリーダイヤル+道順】 */
.store-information {
  display: none;
  width: 100%;
  margin-bottom: 10px;
}

.store-information p {
  margin: 0;
  padding: 0;
}

.si-lr-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.si-l-btn,
.si-r-btn {
  width: 49%;
}

.si-l-btn a,
.si-r-btn a {
  display: block;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  font-weight: 700;
  line-height: 55px;
  height: 55px;
  text-align: center;
  position: relative;
}

.si-l-btn a {
  color: #1f1f1f;
  background-color: #fcdb67;
}

.si-l-btn a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  display: inline-block;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 8px;
}

.si-r-btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #1f1f1f;
}

.si-r-btn a:hover {
  color: #fff;
}

.si-r-btn a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  margin-right: 8px;
}

/* 店舗名が長い場合 */
.si-lr-btn a.long,
.si-lr-btn a.long {
  line-height: 1.2em;
  padding: 11px 5px 0 15px;
}

.si-lr-btn a.long::before,
.si-lr-btn a.long::before {
  position: absolute;
  left: 10px;
  top: 20px;
  font-size: 1.4em;
  margin-right: 0;
}

@media (max-width: 767px) {
  .store-information {
    display: block;
  }
}
/* 区切り */
/* div#cb_content_1{overflow:hidden;position:relative}
div#cb_content_1::before{content:'';font-family:'shape divider from ShapeDividers.com';position:absolute;z-index:3;pointer-events:none;background-repeat:no-repeat;bottom:-.1vw;left:-.1vw;right:-.1vw;top:-.1vw;background-size:100% 30px;background-position:50% 0;background-image:url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" fill="%23fcdb67"/></svg>')}
@media (min-width:2100px) {
div#cb_content_1::before{background-size:100% calc(2vw + 30px)}
} */
.model_detail_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  border: solid 1px #000;
  background-color: #fff;
  margin-top: 38px;
  margin-bottom: 30px;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1201px) {
  .model_detail_panel {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .model_detail_panel {
    padding: 20px 15px;
  }
}
.model_detail_panel .thumb {
  width: 210px;
  min-width: 210px;
  height: 210px;
  border: solid 1px #DADADA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
  margin-right: 40px;
}

@media screen and (max-width: 1201px) {
  .model_detail_panel .thumb {
    max-width: 100%;
    margin-left: auto;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .model_detail_panel .thumb {
    width: 150px;
    min-width: 150px;
    height: 150px;
    margin: 0 30px 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .model_detail_panel .thumb {
    min-width: 250px;
    padding: 20px;
    height: auto;
    margin: 0 auto 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.model_detail_panel .thumb img {
  display: block;
  max-width: 100%;
}

.model_detail_panel .model_content {
  width: 100%;
}

@media screen and (max-width: 1201px) {
  .model_detail_panel .model_content {
    width: 100%;
    padding: 0;
  }
}
.model_detail_panel .model_content .main_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}

@media screen and (max-width: 700px) {
  .model_detail_panel .model_content .main_part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .model_detail_panel .model_content .main_part .detail {
    width: 100%;
  }
}
.model_detail_panel .model_content .limit_price_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}

/* .model_detail_panel .model_content .limit_price_part::before{content:'';display:inline-block;background-image:url(./img/icon-money_new.png);width:55px;height:55px;background-repeat:no-repeat;background-size:contain;vertical-align:middle;margin-right:10px;position:relative;margin-bottom:10px} */
@media screen and (max-width: 1201px) {
  .model_detail_panel .model_content .limit_price_part {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  /* .model_detail_panel .model_content .limit_price_part::before{display:none} */
}
@media screen and (max-width: 700px) {
  .model_detail_panel .model_content .limit_price_part {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.model_detail_panel .model_content .limit_price_part .label {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #1E2528;
}

.model_detail_panel .model_content .limit_price_part .val {
  padding-left: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #FE0000;
}

@media screen and (max-width: 1201px) {
  .model_detail_panel .model_content .limit_price_part .label {
    font-size: 16px;
  }
  .model_detail_panel .model_content .limit_price_part .val {
    font-size: 24px;
  }
}
@media screen and (max-width: 374px) {
  .model_detail_panel .model_content .limit_price_part .val {
    padding-left: 10px;
    font-size: 18px;
  }
}
.model_detail_panel .model_content .ref {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1E2528;
}

@media screen and (max-width: 700px) {
  .model_detail_panel .model_content .ref {
    line-height: normal;
    text-align: center;
  }
}
.model_detail_panel .model_content h3.invest_price {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #1E2528;
  margin-bottom: 0;
}

.model_detail_panel .model_content h3.invest_price::before {
  content: "";
  display: inline-block;
  background-image: url(./img/icon-money_new.png);
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 2px;
  position: relative;
  margin-bottom: 19px;
}

@media screen and (max-width: 700px) {
  .model_detail_panel .model_content h3.invest_price {
    font-size: 18px;
    text-align: center;
  }
}
.model_detail_panel .model_content .step_part {
  padding: 20px 25px;
  background-color: #F7F7F7;
  margin-bottom: 30px;
}

.model_detail_panel .model_content .step_part .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #1E2528;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1% 0;
}

@media screen and (max-width: 700px) {
  .model_detail_panel .model_content .step_part {
    padding: 15px 10px;
    margin-bottom: 20px;
  }
  .model_detail_panel .model_content .step_part .title {
    font-size: 14px;
    line-height: normal;
    margin: 2.5%;
  }
}
.model_detail_panel .model_content .step_part .title .step {
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  margin-right: 15px;
  padding: 0 0.4em;
  background: #fcdb67;
}

@media screen and (max-width: 700px) {
  .model_detail_panel .model_content .step_part .title .step {
    font-size: 14px;
    margin-right: 10px;
  }
}
.model_detail_panel .model_content .radio_select_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 20px;
}

.model_detail_panel .model_content .radio_select_part input[type=radio] {
  display: none;
}

.model_detail_panel .model_content .radio_select_part input[type=radio] + label {
  padding: 18px 24px;
  background-color: #fff;
  border: solid 1px #E8E4E1;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #1E2528;
  margin: 0 1% 10px;
  width: 23%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.model_detail_panel .model_content .radio_select_part input[type=radio] + label .small {
  font-size: 10px;
}

@media screen and (max-width: 700px) {
  .model_detail_panel .model_content .radio_select_part input[type=radio] + label {
    padding: 12px 10px;
    line-height: 1.2;
    font-size: 12px;
    width: 45%;
    margin: 0 2.5% 10px;
  }
}
.model_detail_panel .model_content .radio_select_part input[type=radio]:checked + label {
  background-color: #fcdb67;
  -webkit-box-shadow: inset 0 0 0 2px #000;
          box-shadow: inset 0 0 0 2px #000;
}

.model_detail_panel .model_content .select_state_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 1%;
}

.model_detail_panel .model_content .select_state_panel .radio_select_part {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.model_detail_panel .model_content .select_state_panel .radio_select_part input[type=radio] + label {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.model_detail_panel .model_content .select_state_panel .radio_select_part input[type=radio] + label:has(.price) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.model_detail_panel .model_content .select_state_panel .radio_select_part input[type=radio] + label .price {
  white-space: nowrap;
}

.model_detail_panel .model_content .select_state_panel .state_thumb {
  margin-left: 40px;
  min-width: 40%;
}

@media screen and (max-width: 700px) {
  .model_detail_panel .model_content .select_state_panel .state_thumb {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .model_detail_panel .model_content .select_state_panel .state_thumb img {
    /* width: 80%; */
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .model_detail_panel .model_content .select_state_panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.model_detail_panel .model_content .real_price_part {
  width: 666px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #1E2528;
  border: solid 2px #000;
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  .model_detail_panel .model_content .real_price_part {
    font-size: 16px;
  }
}
.model_detail_panel .model_content .real_price_part .price {
  padding-left: 20px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #FE0000;
}

@media screen and (max-width: 700px) {
  .model_detail_panel .model_content .real_price_part .price {
    font-size: 24px;
  }
}
.model_detail_panel .model_content .ref2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .model_detail_panel .model_content .ref2 {
    font-size: 14px;
    line-height: 1.6;
  }
}
.countdown_panel {
  width: 100%;
}

.countdown_panel .countdown_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  padding: 0;
  margin-top: 30px;
}

.countdown_panel .countdown_part .label {
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px 0 0;
  text-align: left;
  line-height: 1.4;
}

/* .countdown_panel .countdown_part .counter{border:1px solid #000;color:#1f1f1f;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-right:10px;width:65px;height:65px;} */
.countdown_panel .countdown_part .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.countdown_panel .countdown_part .counter:last-child {
  margin-right: 0;
}

.countdown_panel .countdown_part .counter .number {
  font-size: 30px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.countdown_panel .countdown_part .counter .text {
  font-size: 15px;
  font-weight: 500;
  color: #1f1f1f;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 900px) {
  .countdown_panel .countdown_part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 30px 0 20px;
    border: none;
  }
  .countdown_panel .countdown_part .label {
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
a.go_near_shop_btn {
  width: 280px;
  max-width: 100%;
  height: 60px;
  border-radius: 40px;
  background-color: #1f1f1f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

a.go_near_shop_btn::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: url(./img/icon-white-right-arrow.png);
  right: 25px;
  top: 21px;
}

#step_2_select,
#step_3_select,
#step_4_select,
#step_5_select {
  display: none;
}

/* pz linkcard */
.lkc-internal-wrap {
  border-radius: 0;
}

.linkcard {
  margin: 0 0 20px 0;
  border: solid 1px #333;
}

.lkc-content {
  height: 120px;
}

.lkc-link {
  display: block;
  padding: 15px 25px !important;
}

.lkc-card {
  margin: 0;
}

.lkc-info {
  margin-bottom: 13px;
}

.lkc-info img {
  margin-right: 4px !important;
}

.lkc-internal-wrap .lkc-info::after {
  content: " iPhone買取Cash Go!【お役立ちコラム】";
}

.lkc-date {
  display: none !important;
}

.lkc-domain {
  display: none !important;
}

.lkc-thumbnail {
  margin: 0 15px 0 0;
  width: 140px;
  overflow: hidden;
}

.lkc-thumbnail-img {
  width: 100% !important;
  border: none !important;
}

.lkc-title {
  margin-bottom: 5px;
}

.lkc-url {
  display: none;
}

.lkc-excerpt {
  line-height: 1.7em;
}

@media only screen and (max-width: 767px) {
  .lkc-link {
    padding: 10px 20px;
  }
  .lkc-content {
    height: 115px;
  }
}
.mb80 {
  margin-bottom: 80px;
}

.open_and_shut_table {
  width: 90%;
  margin: 0 auto;
}

.open_and_shut_table table {
  width: 100%;
  position: relative;
  margin: 0;
}

.open_and_shut_table table th,
.open_and_shut_table table td {
  width: 50%;
  border: 1px solid #ddd;
  padding: 8px 0;
  text-align: center;
}

.open_and_shut_table table th {
  background-color: #f4f4f4;
}

.open_and_shut_table .hidden {
  display: none;
}

.open_and_shut_table .button-container {
  position: relative;
  height: 50px;
}

.open_and_shut_table .toggle-button {
  width: 100%;
  height: 50px;
  background-color: rgba(76, 175, 80, 0.8);
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.open_and_shut_table .overlap {
  position: absolute;
  bottom: 45px;
  left: 0;
  border-radius: 0;
}

.open_and_shut_table .normal {
  position: static;
}

@media only screen and (max-width: 767px) {
  .open_and_shut_table {
    width: 100%;
  }
  .open_and_shut_table .button-container {
    height: 40px;
  }
  .open_and_shut_table .toggle-button {
    height: 40px;
  }
  .open_and_shut_table .overlap {
    bottom: 35px;
  }
}
/* 宅配買取の流れ */
.delivery-flow-wrap {
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin: 40px auto 80px;
}

.delivery-flow-wrap h2 {
  background: #fcdb67;
  color: #1f1f1f;
  text-align: center;
  font-size: 1.4em;
  margin: 0;
  padding: 15px;
  border-radius: 10px 10px 0 0;
}

.delivery-flow-inner {
  padding: 30px;
  border: 3px solid #fcdb67;
  border-top: 0;
}

.delivery-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 auto;
  position: relative;
}

.delivery-flow::after {
  content: "";
  width: 90%;
  height: 80px;
  background: #FCDB67;
  position: absolute;
  left: 5%;
  top: calc(50% - 40px);
  z-index: 0;
}

.delivery-flow-txt {
  text-align: center;
}

.delivery-flow p {
  color: #333;
  font-weight: 500;
}

a.df-wrap {
  display: block;
  width: 23%;
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 35px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  z-index: 1;
}

a.df-wrap h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

a.df-wrap p {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: justify;
}

a.df-wrap:hover {
  background: #fdedb2;
}

a.df-wrap::after {
  content: "";
  width: 100%;
  height: 25px;
  background: #4caf50;
  border-radius: 0 0 7px 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

a.df-wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 6px;
  z-index: 3;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

a.df-wrap:hover::after {
  background: #333333;
}

a.df-wrap:hover::before {
  border-top: 12px solid #FCDB67;
}

.df-img {
  width: 70%;
  margin: 0 auto;
}

#delivery-step {
  margin-bottom: 20px;
}

.delivery-step-wrap {
  background: #fff;
  padding: 35px;
  border: solid 2px #333;
  border-radius: 15px;
  margin-bottom: 20px;
}

.delivery-step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.ds-img {
  width: 40%;
}

.ds-img02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ds-img02 div {
  width: 24.5%;
  margin-bottom: 5px;
}

.ds-img img {
  width: 100%;
}

.ds-txt {
  width: 58%;
}

.about-yamato-box {
  margin-bottom: 20px;
}

.about-yamato-box table {
  width: 100%;
  border: solid 2px #ccc;
}

.about-yamato-box table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 45%;
  border: solid 1px #ccc;
  font-weight: bold;
}

.about-yamato-box table thead th {
  background: #fdedb2;
}

.about-yamato-box table tbody th {
  background: #F7F7F7;
}

.about-yamato-box table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 55%;
  border: solid 1px #ccc;
  vertical-align: middle;
}

.df-caution01 {
  max-width: 920px;
  background: #fff;
  padding: 15px 20px;
  border: solid 4px #ff0000;
  border-radius: 20px;
  margin: 0 auto;
}

.df-caution01 ul li {
  line-height: 1.4em;
  margin: 10px 0;
  padding-left: 1em;
  text-indent: -1em;
}

.df-caution02 ul li {
  line-height: 1.4em;
  margin: 10px 0;
  padding-left: 1em;
  text-indent: -1em;
}

.df-caution03 {
  max-width: 960px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 25px;
  border: solid 4px #ff0000;
  border-radius: 20px;
  margin: 0 auto 10px;
}

.df-caution03 h3 {
  color: #ff0000 !important;
  font-weight: bold;
}

.df-caution03 ol {
  margin: 0;
}

.df-caution03 ol li {
  list-style: none;
  line-height: 1.4em;
  margin: 10px 0;
  padding-left: 1.85em;
  text-indent: -1.85em;
  text-align: justify;
}

.pad01 {
  padding-left: 1em;
  text-indent: -1em;
}

.df-id-card {
  width: 90%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
  border: solid 3px #1876d0;
  border-radius: 15px;
  margin: 0 auto;
}

.df-id-card ul li {
  line-height: 1.4em;
  margin: 10px 0;
  padding-left: 1em;
  text-indent: -1em;
}

.df-id-card p:last-child {
  margin-bottom: 0;
  line-height: 1.3em;
}

.df-id-card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.df-id-card-box-left {
  width: 40%;
}

.df-id-card-box-right {
  width: 50%;
}

.btn-delivery {
  text-align: center;
}

.btn-delivery a {
  display: inline-block;
  background: #4caf50;
  border-radius: 10px;
  padding: 18px 50px;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  line-height: 1.3em;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.btn-delivery a:hover {
  background: #FCDB67;
  color: #333;
}

.shop-btn-guide {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 -80px !important;
}

.box-contact {
  width: 450px;
  margin: 50px auto 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: solid 3px #333;
}

.box-contact h3 {
  text-align: center;
  font-weight: bold;
}

.box-contact p {
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}

.box-contact p a {
  font-size: 1.2em;
  font-weight: bold;
  color: #4caf50 !important;
}

.box-contact p a:before {
  content: "";
  background-color: #4caf50;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  -webkit-mask: url(./img/free-dial.svg);
  mask: url(./img/free-dial.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}

.box-contact p .support-hours {
  font-size: 1.2em;
  font-weight: 700;
}

@media screen and (min-width: 1202px) {
  #delivery-step {
    max-width: 960px;
    margin: 0 auto;
  }
  #delivery-step3 .ds-img {
    width: 30%;
  }
  #delivery-step3 .ds-txt {
    width: 68%;
  }
}
@media screen and (max-width: 1201px) {
  .delivery-flow-inner {
    padding: 20px;
  }
  .delivery-flow::after {
    top: calc(50% - 30px);
  }
  a.df-wrap {
    width: 23.5%;
    padding: 12px 8px 30px;
  }
  a.df-wrap h3 {
    font-size: 1em;
  }
  a.df-wrap p {
    font-size: 0.8em;
  }
  a.df-wrap::after {
    height: 23px;
  }
  a.df-wrap::before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #ffffff;
    left: calc(50% - 4px);
    bottom: 6px;
  }
  .df-img {
    width: 80%;
  }
  .df-id-card-box-right {
    width: 55%;
  }
}
@media screen and (max-width: 900px) {
  .delivery-flow::after {
    width: 26%;
    height: 90%;
    left: 37%;
    top: 5%;
  }
  a.df-wrap {
    display: block;
    width: 100%;
    padding: 10px 30px 30px;
    margin-bottom: 20px;
  }
  a.df-wrap h3 {
    font-size: 1.3em;
    margin-bottom: 0;
  }
  a.df-wrap p {
    font-size: 1em;
  }
  a.df-wrap::after {
    height: 25px;
  }
  a.df-wrap::before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid #ffffff;
    left: calc(50% - 5px);
    bottom: 6px;
  }
  a.df-wrap:hover::before {
    border-top: 12px solid #FCDB67;
  }
  .df-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -30px;
  }
  .df-txt {
    width: 70%;
  }
  .df-img {
    width: 25%;
    margin: 0;
  }
  .df-id-card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .delivery-flow-txt {
    text-align: justify;
  }
  a.df-wrap h3 {
    font-size: 1.1em;
  }
  .df-box {
    margin-top: 0;
  }
  .ds-img02 div {
    width: 49.5%;
    margin-bottom: 1%;
  }
  .delivery-step-wrap {
    padding: 15px;
  }
  .delivery-step-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .ds-img {
    width: 90%;
    margin: 0 auto;
  }
  .ds-txt {
    width: 100%;
  }
  .df-caution01 {
    padding: 10px 15px;
    border: solid 3px #ff0000;
    border-radius: 15px;
  }
  .df-caution03 {
    padding: 10px 15px;
    border: solid 3px #ff0000;
    border-radius: 15px;
  }
  .df-id-card-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .df-id-card-box-left {
    width: 100%;
  }
  .df-id-card-box-right {
    width: 100%;
  }
  .btn-delivery {
    display: none;
  }
  .shop-btn-guide {
    font-size: 1.3em;
    margin: 40px 0 -40px !important;
  }
  .box-contact {
    width: 100%;
    padding: 15px;
  }
}
.btn-group {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .btn-group {
    gap: 20px;
  }
}
.btn-group > li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.link-btn {
  position: relative;
  width: 270px;
  max-width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1F1F1F;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 56px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px 8px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .link-btn {
    width: 240px;
    font-size: 16px;
    height: 50px;
  }
}
.link-btn.btn-green {
  background: #4CAF50;
}
.link-btn:hover {
  color: #FCDB67;
}

body .toastify {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px 30px;
  border-radius: 8px;
  color: #FFFFFF;
  background: #4CAF50;
}
@media only screen and (max-width: 768px) {
  body .toastify {
    font-size: 16px;
    padding: 16px 20px;
  }
}
body .toastify.error {
  background: #FE0000;
}
body .toastify.warning {
  background: #FFA500;
}

.post_content .btn-group {
  margin-top: 30px;
}
.post_content .link-btn {
  color: #FFFFFF;
}
.post_content .link-btn:hover {
  color: #FCDB67;
}
.post_content .cart_detail_panel {
  position: relative;
  max-width: 1130px;
  padding: 50px 40px;
  background: #FFFFFF;
  border: 1px solid #000000;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel {
    padding: 20px 16px 24px;
  }
}
.post_content .cart_detail_panel .detail_content {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.post_content .cart_detail_panel .cart_list_part {
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #000000;
}
.post_content .cart_detail_panel .cart_list_part > li {
  position: relative;
  display: block;
}
.post_content .cart_detail_panel .cart_list_part > li:not(:last-child) {
  margin-bottom: 30px;
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 27px minmax(0px, 1fr) 27px 224px;
  grid-template-columns: 180px minmax(0px, 1fr) 224px;
  gap: 27px;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_list_part > li .cart_item {
    -ms-grid-columns: 180px 15px minmax(0px, 1fr);
    grid-template-columns: 180px minmax(0px, 1fr);
    gap: 24px 15px;
  }
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .thumb {
  position: relative;
  width: 180px;
  min-width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  border: 1px solid #DADADA;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  z-index: 0;
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .thumb .img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .detail {
  position: relative;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_list_part > li .cart_item .detail {
    padding: 0;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-column: 1/-1;
  }
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .detail .title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 9px;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_list_part > li .cart_item .detail .title {
    font-size: 18px;
  }
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .detail .meta {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .detail .price {
  position: relative;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_list_part > li .cart_item .detail .price {
    font-size: 16px;
  }
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .detail .price .label {
  font: inherit;
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .detail .price .val {
  font: inherit;
  color: #FE0000;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_list_part > li .cart_item .detail .price .val {
    font-size: 18px;
  }
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .action {
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_list_part > li .cart_item .action {
    padding-top: 36px;
  }
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .action .counter {
  position: relative;
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .action .counter select {
  position: relative;
  display: block;
  width: 100%;
  background: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50195 8.06641C6.76562 8.33008 7.20508 8.33008 7.46875 8.06641L13.1816 2.38281C13.4453 2.08984 13.4453 1.65039 13.1816 1.38672L12.5078 0.712891C12.2441 0.449219 11.8047 0.449219 11.5117 0.712891L7 5.22461L2.45898 0.712891C2.16602 0.449219 1.72656 0.449219 1.46289 0.712891L0.789062 1.38672C0.525391 1.65039 0.525391 2.08984 0.789062 2.38281L6.50195 8.06641Z' fill='%23677075'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 12px) 50%;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  border: 1px solid #DADADA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 16px;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #1E2528;
  outline: none;
  border-radius: 4px;
  z-index: 0;
  margin: 0;
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .action .remove {
  position: relative;
  text-align: right;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_list_part > li .cart_item .action .remove {
    margin-top: 15px;
  }
}
.post_content .cart_detail_panel .cart_list_part > li .cart_item .action .remove .remove_link {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #677075;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_list_part > li .cart_item .action .remove .remove_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 10px 8px;
    background: #FF0000;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .post_content .cart_detail_panel .cart_list_part > li .cart_item .action .remove .remove_link:hover {
    color: #FCDB67;
  }
}
.post_content .cart_detail_panel .cart_sum_part {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.post_content .cart_detail_panel .cart_sum_part::after {
  content: "";
  display: block;
  clear: both;
}
.post_content .cart_detail_panel .cart_sum_part .price_total_sum {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  list-style: none;
  display: block;
  white-space: nowrap;
  max-width: 100%;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}
@media print, screen and (min-width: 769px) {
  .post_content .cart_detail_panel .cart_sum_part .price_total_sum {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_sum_part .price_total_sum {
    width: 100%;
  }
}
.post_content .cart_detail_panel .cart_sum_part .price_total_sum > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: inherit;
  gap: 20px;
}
.post_content .cart_detail_panel .cart_sum_part .price_total_sum span {
  position: relative;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background: none;
  border: none;
}
.post_content .cart_detail_panel .cart_sum_part .price_total_sum .label {
  text-align: left;
}
.post_content .cart_detail_panel .cart_sum_part .price_total_sum .val {
  text-align: right;
}
.post_content .cart_detail_panel .cart_sum_part .add_new_action {
  position: relative;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .post_content .cart_detail_panel .cart_sum_part .add_new_action {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_sum_part .add_new_action {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.post_content .cart_detail_panel .cart_sum_part .add_new_action .cart_link_btn {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-decoration: underline;
  cursor: pointer;
  color: #101010;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_sum_part .add_new_action .cart_link_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.post_content .cart_detail_panel .cart_bottom_action {
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_bottom_action {
    margin-top: 30px;
  }
}
.post_content .cart_detail_panel .cart_back_part {
  position: relative;
}
.post_content .cart_detail_panel .cart_back_part .no-result {
  position: relative;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_back_part .no-result {
    padding: 10px 0;
    font-size: 18px;
  }
}
.post_content .cart_detail_panel .cart_back_part .action {
  position: relative;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_back_part .action {
    margin-top: 20px;
  }
}
.post_content .cart_detail_panel .cart_back_part .action .link-btn {
  margin: 0 auto;
}
.post_content .cart_detail_panel .cart_info_part {
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_info_part {
    margin-top: 30px;
  }
}
.post_content .cart_detail_panel .cart_info_part .cart_info_box {
  position: relative;
  display: block;
  padding: 20px 24px;
  background: #F7F7F7;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_info_part .cart_info_box {
    padding: 20px 18px;
  }
}
.post_content .cart_detail_panel .cart_info_part .cart_info_box .title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .post_content .cart_detail_panel .cart_info_part .cart_info_box .title {
    text-align: center;
  }
}
.post_content .cart_detail_panel .cart_info_part .cart_info_box .desc {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #484E52;
}
.post_content .post_form_panel {
  position: relative;
  width: 100%;
  max-width: 650px;
  padding: 0;
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.post_content .post_form_panel .post_form_panel_header {
  position: relative;
  padding: 12px 20px;
  background: #FCDB67;
}
@media only screen and (max-width: 768px) {
  .post_content .post_form_panel .post_form_panel_header {
    padding: 12px 15px;
  }
}
.post_content .post_form_panel .post_form_panel_header h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .post_content .post_form_panel .post_form_panel_header h3 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .post_content .post_form_panel .post_form_panel_header h3::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 25px;
    background: url(./img/icon-mail.png) no-repeat center center;
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 15px;
    margin-bottom: 1px;
  }
}
.post_content .post_form_panel .post_form_panel_content {
  position: relative;
  padding: 30px 30px;
}
@media only screen and (max-width: 768px) {
  .post_content .post_form_panel .post_form_panel_content {
    padding: 20px 15px;
  }
}
.post_content .wpcf7 {
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  background: none;
}
.post_content .wpcf7 form {
  margin: 0;
}

.shipping-purchase-form {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #1E2528;
  /* input */
}
.shipping-purchase-form div,
.shipping-purchase-form span,
.shipping-purchase-form applet,
.shipping-purchase-form object,
.shipping-purchase-form iframe,
.shipping-purchase-form h1,
.shipping-purchase-form h2,
.shipping-purchase-form h3,
.shipping-purchase-form h4,
.shipping-purchase-form h5,
.shipping-purchase-form h6,
.shipping-purchase-form p,
.shipping-purchase-form blockquote,
.shipping-purchase-form pre,
.shipping-purchase-form a,
.shipping-purchase-form abbr,
.shipping-purchase-form acronym,
.shipping-purchase-form address,
.shipping-purchase-form big,
.shipping-purchase-form cite,
.shipping-purchase-form code,
.shipping-purchase-form del,
.shipping-purchase-form dfn,
.shipping-purchase-form em,
.shipping-purchase-form img,
.shipping-purchase-form ins,
.shipping-purchase-form kbd,
.shipping-purchase-form q,
.shipping-purchase-form s,
.shipping-purchase-form samp,
.shipping-purchase-form small,
.shipping-purchase-form strike,
.shipping-purchase-form strong,
.shipping-purchase-form sub,
.shipping-purchase-form sup,
.shipping-purchase-form tt,
.shipping-purchase-form var,
.shipping-purchase-form b,
.shipping-purchase-form u,
.shipping-purchase-form i,
.shipping-purchase-form center,
.shipping-purchase-form dl,
.shipping-purchase-form dt,
.shipping-purchase-form dd,
.shipping-purchase-form ol,
.shipping-purchase-form ul,
.shipping-purchase-form li,
.shipping-purchase-form fieldset,
.shipping-purchase-form form,
.shipping-purchase-form label,
.shipping-purchase-form legend,
.shipping-purchase-form table,
.shipping-purchase-form caption,
.shipping-purchase-form tbody,
.shipping-purchase-form tfoot,
.shipping-purchase-form thead,
.shipping-purchase-form tr,
.shipping-purchase-form th,
.shipping-purchase-form td,
.shipping-purchase-form article,
.shipping-purchase-form aside,
.shipping-purchase-form canvas,
.shipping-purchase-form details,
.shipping-purchase-form embed,
.shipping-purchase-form figure,
.shipping-purchase-form figcaption,
.shipping-purchase-form footer,
.shipping-purchase-form header,
.shipping-purchase-form hgroup,
.shipping-purchase-form menu,
.shipping-purchase-form nav,
.shipping-purchase-form output,
.shipping-purchase-form ruby,
.shipping-purchase-form section,
.shipping-purchase-form summary,
.shipping-purchase-form time,
.shipping-purchase-form mark,
.shipping-purchase-form audio,
.shipping-purchase-form video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.shipping-purchase-form input[type=text],
.shipping-purchase-form input[type=email],
.shipping-purchase-form input[type=tel],
.shipping-purchase-form input[type=number],
.shipping-purchase-form input[type=password],
.shipping-purchase-form select,
.shipping-purchase-form textarea {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
  border: 1px solid #677075;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #1E2528;
  outline: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
  margin: 0;
}
.shipping-purchase-form input[type=text]::-webkit-input-placeholder, .shipping-purchase-form input[type=email]::-webkit-input-placeholder, .shipping-purchase-form input[type=tel]::-webkit-input-placeholder, .shipping-purchase-form input[type=number]::-webkit-input-placeholder, .shipping-purchase-form input[type=password]::-webkit-input-placeholder, .shipping-purchase-form select::-webkit-input-placeholder, .shipping-purchase-form textarea::-webkit-input-placeholder {
  color: #677075;
}
.shipping-purchase-form input[type=text]::-moz-placeholder, .shipping-purchase-form input[type=email]::-moz-placeholder, .shipping-purchase-form input[type=tel]::-moz-placeholder, .shipping-purchase-form input[type=number]::-moz-placeholder, .shipping-purchase-form input[type=password]::-moz-placeholder, .shipping-purchase-form select::-moz-placeholder, .shipping-purchase-form textarea::-moz-placeholder {
  color: #677075;
}
.shipping-purchase-form input[type=text]:-ms-input-placeholder, .shipping-purchase-form input[type=email]:-ms-input-placeholder, .shipping-purchase-form input[type=tel]:-ms-input-placeholder, .shipping-purchase-form input[type=number]:-ms-input-placeholder, .shipping-purchase-form input[type=password]:-ms-input-placeholder, .shipping-purchase-form select:-ms-input-placeholder, .shipping-purchase-form textarea:-ms-input-placeholder {
  color: #677075;
}
.shipping-purchase-form input[type=text]::-ms-input-placeholder, .shipping-purchase-form input[type=email]::-ms-input-placeholder, .shipping-purchase-form input[type=tel]::-ms-input-placeholder, .shipping-purchase-form input[type=number]::-ms-input-placeholder, .shipping-purchase-form input[type=password]::-ms-input-placeholder, .shipping-purchase-form select::-ms-input-placeholder, .shipping-purchase-form textarea::-ms-input-placeholder {
  color: #677075;
}
.shipping-purchase-form input[type=text]::placeholder,
.shipping-purchase-form input[type=email]::placeholder,
.shipping-purchase-form input[type=tel]::placeholder,
.shipping-purchase-form input[type=number]::placeholder,
.shipping-purchase-form input[type=password]::placeholder,
.shipping-purchase-form select::placeholder,
.shipping-purchase-form textarea::placeholder {
  color: #677075;
}
.shipping-purchase-form input[type=text],
.shipping-purchase-form input[type=email],
.shipping-purchase-form input[type=tel],
.shipping-purchase-form input[type=number],
.shipping-purchase-form input[type=password],
.shipping-purchase-form select {
  height: 45px;
}
.shipping-purchase-form textarea {
  height: 200px;
}
.shipping-purchase-form input[type=text]:focus,
.shipping-purchase-form input[type=email]:focus,
.shipping-purchase-form input[type=tel]:focus,
.shipping-purchase-form input[type=number]:focus,
.shipping-purchase-form input[type=password]:focus,
.shipping-purchase-form select:focus,
.shipping-purchase-form textarea:focus {
  border: 1px solid #000000;
}
.shipping-purchase-form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50195 8.06641C6.76562 8.33008 7.20508 8.33008 7.46875 8.06641L13.1816 2.38281C13.4453 2.08984 13.4453 1.65039 13.1816 1.38672L12.5078 0.712891C12.2441 0.449219 11.8047 0.449219 11.5117 0.712891L7 5.22461L2.45898 0.712891C2.16602 0.449219 1.72656 0.449219 1.46289 0.712891L0.789062 1.38672C0.525391 1.65039 0.525391 2.08984 0.789062 2.38281L6.50195 8.06641Z' fill='%23677075'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 12px) 50%;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  z-index: 0;
}
.shipping-purchase-form select option {
  font-weight: 500;
}
.shipping-purchase-form .form-description {
  position: relative;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .form-description {
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
}
.shipping-purchase-form .form-description h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .form-description h5 {
    font-size: 16px;
  }
}
.shipping-purchase-form .form-description p {
  position: relative;
  text-align: center;
  margin-top: 2px;
}
.shipping-purchase-form .form-description p span {
  color: #FF0000;
}
.shipping-purchase-form .form-inputs {
  position: relative;
}
.shipping-purchase-form .input-group {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .input-group {
    margin-bottom: 24px;
  }
}
.shipping-purchase-form .input-group > label {
  position: relative;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .input-group > label {
    margin-bottom: 6px;
  }
}
.shipping-purchase-form .input-group > label .required {
  position: relative;
  display: inline-block;
  color: #FF0000;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .input-group > label .required {
    margin-left: 6px;
  }
}
.shipping-purchase-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .form-group {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  .shipping-purchase-form .form-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0px, 1fr) 40px minmax(0px, 1fr);
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 30px 40px;
  }
  .shipping-purchase-form .form-group .input-group {
    margin: 0 !important;
  }
}
.shipping-purchase-form .form-privacy {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #DADADA;
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .form-privacy {
    margin-top: 24px;
    padding-top: 20px;
  }
}
.shipping-purchase-form .form-privacy .policy-title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .form-privacy .policy-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.shipping-purchase-form .form-privacy .policy-content {
  position: relative;
  padding: 20px 20px;
  background: #FAFAFA;
  border: 1px solid #DADADA;
  max-height: 200px;
  overflow-y: auto;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .form-privacy .policy-content {
    padding: 15px 15px;
  }
}
.shipping-purchase-form .form-privacy .policy-content p {
  position: relative;
}
.shipping-purchase-form .form-privacy .policy-content ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.shipping-purchase-form .form-privacy .policy-content ul li {
  position: relative;
}
.shipping-purchase-form .form-privacy .policy-content ul li .b {
  position: relative;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
.shipping-purchase-form .form-privacy .policy-content ul li p {
  position: relative;
}
.shipping-purchase-form .form-privacy .policy-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.shipping-purchase-form .form-accept {
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .form-accept {
    margin-top: 24px;
  }
}
.shipping-purchase-form .form-accept a {
  text-decoration: underline;
}
.shipping-purchase-form .form-accept .wpcf7-form-control-wrap {
  display: block;
}
.shipping-purchase-form .form-accept .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
  text-align: center;
}
.shipping-purchase-form .form-accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  position: relative;
}
.shipping-purchase-form .form-accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  margin: 0;
}
.shipping-purchase-form .form-accept .accept-text {
  position: relative;
  text-align: center;
  margin-top: 10px;
}
.shipping-purchase-form .package-tabs {
  position: relative;
}
.shipping-purchase-form .package-tabs .tab-btns {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: -1px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .package-tabs .tab-btns {
    gap: 8px;
  }
}
.shipping-purchase-form .package-tabs .tab-btns > li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.shipping-purchase-form .package-tabs .tab-btns .tab-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 40px;
  background: #FDF7DF;
  border: 1px solid #000000;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}
.shipping-purchase-form .package-tabs .tab-btns .tab-btn:hover {
  background: #F5E6B2;
}
.shipping-purchase-form .package-tabs .tab-btns .tab-btn.active {
  background: #F5E6B2;
  border-width: 2px;
}
.shipping-purchase-form .package-tabs .tab-panels {
  position: relative;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel {
  position: relative;
  background: #FAFAFA;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel.active {
  display: block;
  opacity: 1;
  visibility: visible;
  border: 1px solid #000000;
  padding: 20px 20px;
  height: auto;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-label {
  position: relative;
  font-weight: 700;
  margin-bottom: 6px;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-label span {
  color: #FF0000;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-desc {
  position: relative;
  font-weight: 700;
  color: #FF0000;
  text-align: center;
  margin-bottom: 16px;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group {
    padding: 0;
  }
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option + .package-option {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option + .package-option {
    margin-top: 20px;
  }
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option .option-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 44px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option .option-content {
    padding: 0 36px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option .option-content .image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 150px;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: none;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option .option-content .image {
    width: 100%;
    height: 30vw;
    min-height: 100px;
  }
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option .option-content .image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  padding: 0;
  margin: 0;
  border: none;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option .option-content .info {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 174px);
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option .option-content .info {
    width: 100%;
    padding-top: 15px;
  }
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option .option-content .info h5 {
  font-size: 16px;
  font-weight: 700;
  text-indent: -8px;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option .option-content::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 0;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option .option-content::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 4px;
  width: 12px;
  height: 12px;
  background: #000000;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .package-option input[type=radio]:checked + .option-content::after {
  opacity: 1;
  visibility: visible;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  padding-left: 44px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .wpcf7-form-control-wrap {
    padding-left: 36px;
  }
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .wpcf7-form-control-wrap .wpcf7-form-control {
  display: none;
}
.shipping-purchase-form .package-tabs .tab-panels .tab-panel .package-option-group .wpcf7-form-control-wrap .wpcf7-list-item-label {
  opacity: 0;
  visibility: hidden;
}
.shipping-purchase-form .form-submit {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .form-submit {
    margin-top: 24px;
  }
}
.shipping-purchase-form .form-submit .submit-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 10px 10px 8px;
  background: #1E2528;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .form-submit .submit-btn {
    height: 50px;
    padding: 8px 10px 6px;
    font-size: 14px;
  }
}
.shipping-purchase-form .form-submit .submit-btn:hover {
  opacity: 0.8;
}
.shipping-purchase-form .wpcf7-spinner {
  display: none;
}
.shipping-purchase-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .shipping-purchase-form .wpcf7-form-control-wrap .wpcf7-radio,
  .shipping-purchase-form .wpcf7-form-control-wrap .wpcf7-checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .shipping-purchase-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
  .shipping-purchase-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .wpcf7-form-control-wrap .wpcf7-radio,
  .shipping-purchase-form .wpcf7-form-control-wrap .wpcf7-checkbox {
    position: relative;
    display: block;
  }
}
.shipping-purchase-form .wpcf7-list-item {
  position: relative;
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .shipping-purchase-form .wpcf7-list-item {
    display: block;
  }
  .shipping-purchase-form .wpcf7-list-item:not(:last-child) {
    margin-bottom: 6px;
  }
}
.shipping-purchase-form .wpcf7-list-item label {
  display: inline-block;
  cursor: pointer;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=radio], .shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label, .shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  line-height: inherit;
  padding-left: 30px;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after, .shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before, .shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before, .shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::before {
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=radio] + .wpcf7-list-item-label::after {
  top: 5px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #000000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #000000;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::before {
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=checkbox] + .wpcf7-list-item-label::after {
  top: 3px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: 2px solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  visibility: hidden;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #000000;
}
.shipping-purchase-form .wpcf7-list-item.wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.shipping-purchase-form .wpcf7-not-valid-tip {
  margin-top: 6px;
}

#cart-view-button {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  #cart-view-button {
    bottom: 15px;
    right: 15px;
  }
}
#cart-view-button .cart-view-btn {
  position: relative;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4CAF50;
  padding: 0 0 0 6px;
  border-radius: 50%;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  #cart-view-button .cart-view-btn {
    width: 60px;
    height: 60px;
  }
}
#cart-view-button .cart-view-btn .cart-icon {
  position: relative;
  display: block;
  width: 60px;
  height: 46px;
  background: url(./img/ic_cart.png) no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #cart-view-button .cart-view-btn .cart-icon {
    width: 40px;
    height: 31px;
  }
}
#cart-view-button .cart-view-btn .cart-count {
  position: absolute;
  top: 0;
  right: 0;
  background: #FF0000;
  color: #FFFFFF;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #cart-view-button .cart-view-btn .cart-count {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
#cart-view-button .cart-view-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  text-decoration: none;
}
#cart-view-button .cart-view-btn:hover .cart-icon {
  background: url(./img/ic_cart_on.png) no-repeat;
  background-size: contain;
  background-position: center;
}