@charset "UTF-8";
.payments-text {
  font-size: 1.4285714286rem;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .payments-text {
      font-size: 1rem;
      padding: 0 10px; } }

.credit-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .credit-wrap {
      margin: 0; } }
  .credit-wrap .credit-card-logo {
    flex: 0 0 164px;
    margin: 10px;
    border: 0.3px solid #707070; }
    @media screen and (max-width: 767px) {
      .credit-wrap .credit-card-logo {
        flex: 0 0 100px; } }

.faq-title-tag {
  font-size: 1.4285714286rem;
  display: inline-block;
  color: #fff;
  background-color: #555;
  text-align: center;
  padding: 5px 10px; }
  @media screen and (max-width: 767px) {
    .faq-title-tag {
      font-size: 1.1428571429rem;
      margin-left: 10px; } }

.faq-item {
  display: block;
  width: 100%;
  border-bottom: dashed 1px #000;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .faq-item {
      width: calc(100% - 20px);
      margin: auto 10px; } }
  .faq-item .question {
    display: table;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .faq-item .question {
        /*margin-bottom: 10px;*/ } }
    .faq-item .question > p {
      display: table-cell;
      vertical-align: middle;
      font-size: 1.4285714286rem; }
      @media screen and (max-width: 767px) {
        .faq-item .question > p {
          font-size: 1.1428571429rem;
          line-height: 26px; } }
    .faq-item .question .icon {
      display: table-cell;
      width: 80px;
      vertical-align: middle;
      color: #707070; }
      @media screen and (max-width: 767px) {
        .faq-item .question .icon {
          width: 50px; } }
      .faq-item .question .icon::before {
        font-size: 1.5714285714rem;
        font-weight: bold;
        text-align: center;
        content: "Q";
        display: inline-block;
        float: left;
        width: 60px;
        height: 60px;
        border: solid 1px #707070;
        border-radius: 50%;
        padding: 15px; }
        @media screen and (max-width: 767px) {
          .faq-item .question .icon::before {
            font-size: 1.4285714286rem;
            width: 40px;
            height: 40px;
            padding: 3px;
            margin-right: 15px; } }
  .faq-item .answer {
    display: table;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 30px; }
    .faq-item .answer > p {
      display: table-cell;
      vertical-align: middle;
      font-size: 1.2857142857rem;
      line-height: 36px; }
      @media screen and (max-width: 767px) {
        .faq-item .answer > p {
          font-size: 1rem;
          line-height: 26px; } }
    .faq-item .answer .icon {
      display: table-cell;
      width: 80px;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .faq-item .answer .icon {
          width: 50px; } }
      .faq-item .answer .icon::before {
        font-size: 1.5714285714rem;
        font-weight: bold;
        text-align: center;
        content: "A";
        display: inline-block;
        float: left;
        width: 60px;
        height: 60px;
        border: solid 1px #707070;
        border-radius: 50%;
        padding: 15px;
        color: #fff;
        background-color: #707070; }
        @media screen and (max-width: 767px) {
          .faq-item .answer .icon::before {
            font-size: 1.4285714286rem;
            width: 40px;
            height: 40px;
            padding: 3px;
            margin-right: 15px; } }

.cart-form-wrap {
  display: block;
  padding-left: 40px; }
  @media screen and (max-width: 767px) {
    .cart-form-wrap {
      padding: 10px; } }

.cart-label-text {
  padding: 0;
  font-size: 1.4285714286rem;
  margin: 30px 0 10px 0; }
  @media screen and (max-width: 767px) {
    .cart-label-text {
      font-size: 1rem;
      text-align: left !important;
      padding: 0px; } }

.cart-label-text.set {
  margin: 0 0 10px 0; }

.cart-ex-text {
  padding: 20px;
  line-height: 2;
  font-size: 1.2857142857rem; }
  @media screen and (max-width: 767px) {
    .cart-ex-text {
      font-size: 1rem; } }
  .cart-ex-text > li {
    list-style-type: none;
    text-indent: -1em; }
    .cart-ex-text > li::before {
      display: inline;
      content: "※"; }

.shop-text {
  font-size: 1.4285714286rem; }
  @media screen and (max-width: 767px) {
    .shop-text {
      font-size: 1rem; } }

#product-link .product-link-text01 {
  font-size: 1.5714285714rem;
  margin-bottom: 0;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    #product-link .product-link-text01 {
      font-size: 1.1428571429rem;
      line-height: 30px; } }
#product-link a.btn01 {
  font-size: 1.1428571429rem;
  padding: 10px 40px 10px 10px;
  width: calc(100% - 20px);
  margin: 10px; }
  #product-link a.btn01 > svg {
    top: 20px;
    right: 10px; }

.aojiru-label {
  display: block;
  width: calc(100% - 10px);
  margin: 5px;
  font-size: 1.4285714286rem;
  text-align: center;
  padding: 5px;
  border: solid 1px #707070;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .aojiru-label {
      font-size: 1rem; } }
  .aojiru-label .price {
    display: block; }

.aojiru-radio {
  display: none; }
  .aojiru-radio:checked + .aojiru-label {
    border-color: #f8b500;
    box-shadow: 0 0 5px #fff, 0 0 5px #f8b500, 0 0 1px #f8b500; }

.lead-text {
  font-size: 2.1428571429rem;
  font-weight: bold;
  line-height: 1.9;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lead-text {
      font-size: 1.1428571429rem; } }

.lead-text02 {
  font-size: 1.8571428571rem;
  font-weight: bold;
  line-height: 1.9;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lead-text02 {
      font-size: 1.1428571429rem; } }

.gift-content-text {
  font-size: 1.4285714286rem;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .gift-content-text {
      font-size: 1rem;
      padding: 10px; } }

.gift-situation-item {
  width: 100%;
  display: block;
  position: relative;
  text-align: center; }
  .gift-situation-item .gift-situation-img {
    display: block;
    width: calc(100% - 35px);
    z-index: 10;
    position: relative;
    left: 5px; }
    @media screen and (max-width: 767px) {
      .gift-situation-item .gift-situation-img {
        width: 70%;
        left: 10px; } }
  .gift-situation-item .gift-situation-text {
    font-size: 1.4285714286rem;
    line-height: 2;
    width: calc(100% - 35px);
    padding: 50px 20px 20px;
    background-color: #EFEFEF;
    z-index: 1;
    position: relative;
    top: -30px;
    left: 25px; }
    @media screen and (max-width: 991px) {
      .gift-situation-item .gift-situation-text {
        font-size: 1rem;
        padding: 50px 10px 10px; } }
    @media screen and (max-width: 767px) {
      .gift-situation-item .gift-situation-text {
        width: calc(70% - 10px);
        left: calc(30% - 10px); } }

.message-card-wrap {
  margin: 0 -15px; }
  @media screen and (max-width: 767px) {
    .message-card-wrap {
      margin: auto; } }

/*.message-card-img{
	margin: 15px;
	border: solid 1px #707070;
	@include max-screen($md){
		margin: 5px;
	}
}*/
.message-card-img {
  margin: 7.5px;
  border: solid 1px #707070; }
  @media screen and (max-width: 767px) {
    .message-card-img {
      margin: 5px; } }

.message-card-name {
  font-size: 1.4285714286rem; }
  @media screen and (max-width: 767px) {
    .message-card-name {
      font-size: 1rem; } }

.fax-single-wrap {
  display: block;
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .fax-single-wrap {
      padding: 0 0 0 7.5px; } }

.fax-single-wrap:first-child {
  padding: 0 20px 0 0; }
  @media screen and (max-width: 767px) {
    .fax-single-wrap:first-child {
      padding: 0 7.5px 0 0; } }

.fax-single-wrap:last-child {
  padding: 0 0 0 20px; }
  @media screen and (max-width: 767px) {
    .fax-single-wrap:last-child {
      padding: 0 7.5px 0 0; } }

.fax-aojiru-wrap {
  display: block;
  padding: 0 0 0 20px; }
  @media screen and (max-width: 767px) {
    .fax-aojiru-wrap {
      padding: 10px; } }

.fax-aojiru-wrap:nth-child(odd) {
  padding: 0 20px 0 0; }

.bg-gray.box {
  padding: 40px 30px; }
  @media screen and (max-width: 767px) {
    .bg-gray.box {
      padding: 30px 20px; } }

.title-underline03 {
  letter-spacing: 0rem;
  padding-bottom: 40px; }

.indentback {
  text-indent: -1em;
  padding-left: 1em !important; }

.lead-title {
  font-size: 1.5714285714rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lead-title {
      font-size: 1.1428571429rem; } }

.row.justify-content-center {
  /*margin: 0 10px;*/
  margin: 0; }
  @media screen and (max-width: 767px) {
    .row.justify-content-center {
      margin: 0; } }

#delivery div.container {
  padding: 0 10px; }

@media screen and (max-width: 767px) {
  #delivery p.payments-text {
    padding: 0 !important; } }

@media screen and (max-width: 767px) {
  #delivery h3.title-underline03, #payments h3.title-underline03 {
    width: 100%;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0; } }

#payments div.container {
  padding: 0 10px; }

a.btn01 {
  min-width: 746px; }
  @media screen and (max-width: 991px) {
    a.btn01 {
      min-width: 100%; } }

.accordion-btn {
  font-size: 1.2857142857rem; }
  @media screen and (max-width: 991px) {
    .accordion-btn {
      font-size: 1.1428571429rem; } }

.range15 {
  display: block;
  width: 100%;
  height: 15px; }

@media screen and (max-width: 575px) {
  .btn01 > svg {
    top: 40px; } }
