footer{
margin-bottom:300px;
    text-align:center;
}
.lp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #222222;
  position: relative;
  margin: 0 auto;
  /* width: 750px;  ←固定幅をやめる */
  width: 100%;
  max-width: 750px; 
}


body .article-body {
  padding: 0 !important;
}

 header,
 footer {
  background-color: #51240d;
  width: 100%;
}

 header .ttl,
 footer .ttl {
  width: 50%;
  margin: 0 auto;
  padding: 20px 0;
}

 header a,
 footer a {
  text-decoration: none;
  border: none;
  color: #ffffff;
  font-size: 90%;
}

 .ql-editor ul {
  padding: 0 !important;
  margin: 0 !important;
}

 .article-body {
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
}

 .FV {
  width: 100%;
}

 .sec1 .caution {
  width: 80%;
  margin: 0 auto;
}

 .sec7 .video {
  background: url(https://file.mysquadbeyond.com/uploads/article_photo/photo/4981575/4563dfff-d565-49c5-827f-0f6c671777c6.jpg) no-repeat center center;
  width: 100%;
  margin: 0 auto !important;
  text-align: center;
  background-size: cover;
}

 video {
  display: block;
  width: 80%;
  vertical-align: bottom;
  margin: 0 auto !important;
  text-align: center;
  padding: 10px;
}

 .sec8 .ttl {
  width: 40%;
  margin: 0 auto;
  padding: 80px 0 40px;
}

 .sec14 .cta_btn_area {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffdad9;
}

 .sec14 .cta_btn_area .cta_btn {
  padding: 35px 0;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  background-color: #ffffff;
}

 .sec14 .cta_btn_area .cta_btn img {
  margin: 0 auto;
}

 .footer {
  background-color: #51240d;
  font-size: 14px;
  padding: 20px 0 20px;
  text-align: center;
  color: #ffffff;
}


@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

 .shiny-btn {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
}

 .shiny-btn img {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

 .shiny-btn::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

 .fixed_btn {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  /*中身をフレックス表示*/
  justify-content: center;
  /*中央寄せ*/
  align-items: center;
  /*縦軸中央寄せ*/
}

 .fixed_btn img {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;

}

@media screen and (max-width:500px) {

   header a,
   footer a {
    font-size: 60%;
  }
}

@media screen and (max-width:450px) {

   header a,
   footer a {
    font-size: 50%;
  }
}

@media screen and (max-width:400px) {

   header a,
   footer a {
    font-size: 45%;
  }
}



/*------------------

ドキドキ動くボタン

-------------------*/
.dokidoki a {
  /* リンク文字を上下方向のセンタリングをするためにflexを利用 */
  display: flex;
  justify-content: center;
  /* 横方向のセンタリング */
  align-items: center;
  /* 縦方向のセンタリング */
  text-decoration: none;
  /* リンクの下線を非表示 */
}

 .dokidoki {
  display: inline-block;
  margin: 10px 0;
  /* ボタンの外側の余白（上下；左右）*/
  overflow: hidden;
  /* ボタンの領域外は非表示 */
  animation-name: dokidoki;
  /* アニメーション名の指定 */
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  animation-duration: 2s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;
  /* アニメーションの動き（徐々に早く徐々に遅く）*/
  animation-iteration-count: infinite;
  /* アニメーションをループさせる */
}

@keyframes dokidoki {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  60% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.02);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}



/*-- フォームのCSS --*/
/*-- AddressBook --*/
div.addressbook {
  max-width: 90%;
  text-align: right;
  position: relative;
}

 div.addressbook div.ab-list {
  position: absolute;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border: 1px solid #ccc;
  border-radius: 4px;
}

 div.addressbook div.ab-list ul li {
  padding: 1em 0.5em;
  cursor: pointer;
}

 div.addressbook div.ab-list ul li:hover {
  background-color: #eee;
}

 div.addressbook div.ab-list ul li div.naa {
  display: flex;
}

 div.addressbook div.ab-list ul li span.name {
  padding: 0 1em 0 0;
  width: 8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

 div.addressbook div.ab-list ul li span.address {
  max-width: 16em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}


/*-- AddressBook End--*/

/*-- Form Element --*/
div.form {
  padding: 0;
  width: 100%;
}

@media only screen and (max-width:768px) {
   div.form {
    min-width: auto
  }

   div.form h3 {
    padding: 0;
  }

   div.form fieldset {
    border: none;
    border-top: 1px solid #eee;
    background-color: #fefefe;
    margin: 0 0 1em;
    border-radius: 4px;
    padding: 1em 0 1em;
    margin: 1em 0;
  }

   div.form fieldset legend {
    background-color: #fff;
    padding: 0 1em;
    text-align: center;
    color: #966;
  }

   div.form fieldset fieldset {
    background-color: #ececec;
    margin: 1em;
  }

   div.form fieldset legend {
    font-size: 1.2rem;
  }

   div.form-note,
   div.note {
    display: none;
  }

   div.formrow input[type=text],
   div.formrow input[type=email],
   div.formrow input[type=tel],
   div.formrow input[type=number],
   div.formrow input[type=password],
   div.formrow select,
   div.formrow textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    padding: 8px 8px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
  }

   div.formrow textarea {
    height: 8em;
  }

   div.formrow select.date {
    padding: 4px 0;
  }

   div.formrow select.date-yyyy {
    width: 5em;
  }

   div.formrow select.date-mm {
    width: 4em;
  }

   div.formrow select.date-dd {
    width: 4em;
  }

   div.formrow {
    position: relative;
    margin: 0;
  }

   div.input-group-address div.formrow {
    border-bottom: 1px dotted #ccc;
  }

   div.input-group-address div.formrow:last-child {
    border: none;
  }

   div.formrow>div {
    padding: 1.5em 0;
  }

   div.formrow div.input-label {
    position: relative;
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: 700;
  }

   div.formrow div.input-label span.input-name {
    float: left;
  }

   div.formrow div.input-label span.input-required,
   div.formrow div.input-label span.input-may-required {
    background-color: #d66;
    color: #fff;
    padding: 1px 4px;
    font-size: 1.0rem;
    border-radius: 3px;
    display: inline-block;
    float: right;
  }

   div.formrow div.input-label span.input-may-required {
    background-color: #c7a;
  }

   div.formrow div.input-control {
    position: relative;
  }

   div.formrow div.input-control div.input-group {
    width: 100%;
  }

   div.formrow div.input-note {
    font-size: 1.0rem;
    color: #666;
  }

   div.formrow div.input-control.input-control-group {
    display: flex;
    width: 100%;
  }

   div.formrow-radio div.input-control div.input-group,
   div.formrow-checkbox div.input-control div.input-group {
    padding: 8px 4px;
  }

   div.formrow div.input-control div.input-group-radio div.radio-item {
    display: inline-block;
  }

   div.formrow div.input-control.input-control-group div.input-group {
    flex: 1;
    padding-left: 8px;
    position: relative;
  }

   div.formrow div.input-control.input-control-group div.input-group:first-child {
    padding-left: 0;
  }

   div.formrow span.input-group-addon {
    position: absolute;
    top: -13px;
    line-height: 11px;
    font-size: 11px;
    padding: 0;
  }

   div.formrow input.required {
    background-color: #ffdfdf;
  }

   div.formrow input.error {
    border: 1px solid #c99;
  }

   div.formrow input.valid {
    background-color: #efe;
    border: 1px solid #9c9;
  }

   .nmessage-default {
    z-index: 100;
    position: absolute;
    top: 2px;
    left: 1em;
    font-size: 1.2rem;
    white-space: nowrap;
    background-color: #fff;
    padding: 4px 8px;
    border: 1px solid #fac;
    border-radius: 4px;
    color: #e06;
    animation: blink 1.2s ease-out infinite alternate;
  }

  @keyframes blink {
    0% {
      opacity: 0.6;
    }

    100% {
      opacity: 1.0;
    }
  }

   div.btn-submit,
   div.formrow-submit {
    text-align: center;
    font-size: 16px;
  }

   div.btn-group {
    padding: 0.5em;
    text-align: right;
  }

   div.btn-group>div {
    display: inline-block;
    padding: 4px;
  }

   .btn+.btn {
    margin-left: 1em;
  }

   button.btn,
   a.btn,
   input[type=button],
   a.btn:visited,
   a.btn:hover {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    font-family: inherit;
    padding: 0.5em 1em;
    text-decoration: none;
    cursor: pointer;
    color: white !important;
  }

   button.btn-submit {
    font-size: 25px;
    font-family: inherit;
    padding: 30px 24px;
    min-width: 280px;
    border-radius: 6px;
    background: linear-gradient(#40d600, #277f00);

    font-weight: bold;
    border: 1px solid #999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }

   button.btn-submit:hover {
    background: linear-gradient(#fff, #ddd);
  }

   button.btn-submit[disabled] {
    color: #666;
    opacity: 0.5;
  }

  /*-- Form Element END--*/



  @media screen and (min-width:800px) {
     div.form {
      padding: 0 1em;
    }

     div.formrow {
      display: flex;
      margin: 0 auto;
    }

     div.formrow>div {
      padding: 1.5em 1em;
    }

     div.formrow div.input-label {
      background-color: #eee;
      padding-top: 2em;
      flex: 1;
    }

     div.formrow div.input-control {
      display: flex;
      flex: 3;
    }

     div.formrow div.input-control div.input-group {
      flex: 2;
    }

     div.formrow div.input-note {
      padding-left: 2em;
      margin-left: auto;
      flex: 1;
    }
  }

  

  /*==============================
  order.css
==============================*/
  div.order_back_link {
    margin-bottom: 20px;
  }

   a.order_back_txt {
    color: inherit;
    padding-left: 1.4em;
    position: relative;
  }

   a.order_back_txt:before {
    content: "<";
    position: absolute;
    left: 0;
  }

   div.orderBtmLinkWrap {
    margin: 60px auto 30px;
  }

   div.orderBtmLinkContents {
    display: flex;
    justify-content: space-around;
    padding: 0 40px;
    font-size: 18px;
  }

   div.orderBtmLinkContents>span {
    background: url(../img/icn_arw_r.png) no-repeat 0 center;
    padding-left: 20px;
    display: inline-block;
  }

   div.orderBtmLinkContents>span>a {
    color: inherit;
  }

   .nmessage-default {
    z-index: 100;
    position: static;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    color: #e61212;
    font-weight: bold;
    white-space: normal;
    border: 0;
    border-radius: 0;
    animation: unset;
    /*background: url(../img/icn_alert.png) no-repeat 0 center;*/
    padding-right: 130px;
  }

  

  /*===============================================================
  02. お届け先の入力
===============================================================*/
  div.formrow div.input-label span.input-required,
   div.form-note span.input-required {
    background-color: #e61212;
    color: #FFFFFF;
    font-weight: bold;
    border: 2px solid #e61212;
    padding: 1px 4px;
    font-size: 0.8rem;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
  }

   div.formrow div.input-label span.input-required {
    position: absolute;
    top: 8px;
    left: -3px;
  }

   div.form-note span.input-required {
    margin-right: 6px;
  }

   div.form-orderer {
    background-color: #f3f3f3;
    margin-bottom: 200px;
    padding: 25px;
    position: relative;
  }

   div.form-orderer>h3 {
    text-align: center;
    font-size: 2.2rem;
    color: #FFFFFF;
    margin-bottom: 0;
    background: #333333;
    padding: 15px 0;
    border-bottom: 3px solid;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   div.form-orderer div.form fieldset,
   div.form-order-checkout-forms div.form fieldset {
    border: 0;
    background-color: #FFFFFF;
    margin: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

   div.formrow {
    padding: 0 0 16px;
    margin: 0 16px 16px;
  }

   div.formrow input[type=email],
   div.formrow input[type=text],
   div.formrow input[type=password],
   div.formrow select,
   div.formrow textarea {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    font-size: 1.3rem;
    line-height: 1.4em;
    font-family: inherit;
    font-weight: 500;
    padding: 12px;
    width: 90%;
    background-color: #ff000020;
    box-sizing: border-box;
  }

   div.formrow input[type=text]:focus {
    background-color: #a2e6ff;
  }

   div.formrow input[type=text]:not(:placeholder-shown) {
    background-color: #ffffff;
  }

   div.formrow input[type=tel]:focus {
    background-color: #a2e6ff;
  }

   div.formrow input[type=tel]:not(:placeholder-shown) {
    background-color: #ffffff;
  }

   div.formrow input[type=email]:focus {
    background-color: #a2e6ff;
  }

   div.formrow input[type=email]:not(:placeholder-shown) {
    background-color: #ffffff;
  }

   div.formrow div.input-label {
    width: 80%;
    padding: 8px 10px 8px 0;
  }

   div.formrow div.input-control {
    width: 100%;
  }

   div.formrow div.input-note {
    padding: 1em 0 0 1em;
    width: auto;
    max-width: 100%;
  }

   div.formrow span.input-group-addon {
    display: none;
  }

  

  /*
#order-entry-content div.formrow-submit {
  position: absolute;
  bottom: -108px;
  left: 50%;
  padding: 0;
  margin-left: -219px;
}                     
*/
  div.form-order-checkout-forms div.form-order-signup {
    background-color: #f3f3f3;
    margin-bottom: 200px;
    padding: 25px;
    position: relative;
  }

   div.form-order-checkout-forms div.form-order-signup>h3 {
    text-align: center;
    font-size: 2.2rem;
    color: #FFFFFF;
    margin-bottom: 0;
    background: #333333;
    padding: 15px 0;
    border-bottom: 3px solid;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   div.form-order-checkout-forms div.form div.form-note,
   div.form-order-checkout-forms div.form div.form-body {
    background-color: #FFFFFF;
  }

   div.form-order-checkout-forms div.form-note,
   div.form-order-checkout-forms div.note {
    margin: 0 auto;
    padding: 16px;
    color: #444444;
    font-size: 1.4rem;
  }

   div.form-order-checkout-forms div.form div.form-body {
    border-top: 1px dotted;
    padding-top: 60px;
  }

   #order-entry-content div.formrow-submit button.btn-success,
   .order__orderer .form-orderer .form-body div.formrow-submit button.btn,
   div.form-order-checkout-forms div.signup-agree-and-submit button.btn-submit {
    background: url(../img/btn_to_payment.png) no-repeat 0 0;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    padding: 0;
    width: 569px;
    height: 200px;
  }

   #order-entry-content div.formrow-submit button.btn-success:hover,
   .order__orderer .form-orderer .form-body div.formrow-submit button.btn:hover,
   div.form-order-checkout-forms div.signup-agree-and-submit button.btn-submit:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
  }

   div.formrow select.date {
    padding: 12px;
  }

   div.formrow select.date-yyyy,
   div.formrow select.date-mm,
   div.formrow select.date-dd {
    width: auto;
  }

   span#zip_search>a {
    background: url(../img/icn_arw_r.png) no-repeat 0 center;
    padding-left: 20px;
    display: inline-block;
    color: inherit;
    margin-bottom: 10px;
  }

  

  /* OrderPrivacy */
  div.privacyWrap h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 3px solid;
    border-top: 1px dotted;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   div.privacyBlk {
    background-color: #f3f3f3;
    margin-bottom: 20px;
    padding: 25px;
    position: relative;
  }

   div.privacyContents {
    background-color: #FFFFFF;
    padding: 25px;
    height: 200px;
    overflow-y: scroll;
  }

   div.privacyContents dt {
    font-weight: bold;
    padding-top: 2em;
    font-size: 0.8rem;
  }

   div.privacyContents dd>p,
   div.privacyContents dd>ul {
    margin-bottom: 1em;
    font-size: 0.8rem;
  }

   div.privacyContents p {
    font-size: 0.8rem;
  }

   div.privacyContents dd>p:last-child,
   div.privacyContents dd>ul:last-child {
    margin-bottom: 0;
  }

   div.privacyContents dd>ul>li {
    padding-left: 1em;
  }

  

  /*===============================================================
  03. お支払方法の設定
===============================================================*/
  div.form-payment>h3 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 3px solid;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   div.form-payment div#paymet-order-invoice,
   div.form-payment div#order-entry-content {
    background-color: #f3f3f3;
    position: relative;
  }

   div.form-payment div#paymet-order-invoice {
    padding: 10px 25px 0;
  }

   div.form-payment div#order-entry-content {
    padding: 25px;
    margin-bottom: 100px;
  }

   div.form-payment div#order-entry-content div.payment-method-list {
    background-color: #FFFFFF;
    padding: 25px;
  }

   #paymet-order-invoice #order-total {
    width: 70%;
    margin: 0 0 0 auto;
    padding: 0;
    background-color: #F3F3F3;
    border-radius: 0;
  }

   #paymet-order-invoice #order-total table {
    /*margin-bottom: 10px;*/
  }

   #paymet-order-invoice #order-total th,
   #paymet-order-invoice #order-total td {
    font-size: 1.6rem;
    padding: 1em 0;
    border-bottom: 1px solid #AAA;
  }

   div.payment-method-list div.payment-method {
    padding: 0;
    margin-bottom: 20px;
  }

   div.payment-method-list div.payment-method div.pm-wrapper {
    padding: 0;
    border-bottom: 1px solid #ccc;
  }

   div.payment-method-list div.payment-method div.pm-wrapper div.pm-label {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 14px;
  }

   button.btn-payment {
    border: 1px solid #20ae09;
    border-radius: 0;
    background-image: -moz-linear-gradient(90deg, #20ae09 0%, #29cc0e 100%);
    background-image: -webkit-linear-gradient(90deg, #20ae09 0%, #29cc0e 100%);
    background-image: -ms-linear-gradient(90deg, #20ae09 0%, #29cc0e 100%);
    box-shadow: inset 0px 1px 0px 0px rgba(210, 243, 199, 0.004);
    width: 60%;
    padding: 1em 0;
    margin: 0 auto 1em;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    color: #FFFFFF !important;
    text-align: center;
  }

   #zeus_token_card_info_area>input[type=radio],
   #zeus_token_card_info_area>label,
   #zeus_token_card_info_area #zeus_registerd_card_area {
    display: none;
  }

   #zeus_token_card_info_area #zeus_new_card_area {
    margin: 10px 0;
    padding: 20px 10px;
  }

   #zeus_token_card_info_area #zeus_new_card_area label {
    margin: 20px 0 10px;
    font-size: 1.4rem;
    border-top: 1px solid #DEDEDE;
    padding-top: 20px;
  }

   #zeus_token_card_info_area #zeus_new_card_area label:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }

   #zeus_token_card_info_area #zeus_new_card_area input[type=text],
   #zeus_token_card_info_area #zeus_new_card_area input[type=tel],
   #zeus_token_card_info_area #zeus_new_card_area select,
   #zeus_token_card_info_area #zeus_new_card_area textarea {
    border: 1px solid #CCCCCC;
    border-radius: 0;
    font-size: 1.3rem;
    line-height: 1.4em;
    font-family: inherit;
    font-weight: 500;
    padding: 12px;
    background-color: #ffdfdf;
  }

   #zeus_token_card_info_area #zeus_new_card_area input#zeus_token_card_number,
   #zeus_token_card_info_area #zeus_new_card_area input#zeus_token_card_name {
    width: 80%;
  }

   #zeus_token_card_info_area #zeus_new_card_area #zeus_token_card_expires_month {
    margin-right: 10px;
  }

   #zeus_token_card_info_area #zeus_new_card_area #zeus_token_card_expires_year {
    margin: 0 10px 0 10px;
  }

   #zeus_token_card_info_area #zeus_new_card_area #zeus_token_card_expires_note {
    margin-top: 10px;
    display: block;
  }

   #default-payment-entry>h4,
   #select-payment-method>h4 {
    text-align: center;
    font-size: 2.2rem;
    color: #FFFFFF;
    margin-bottom: 0;
    background: #333333;
    padding: 18px 0;
    border-top: 1px solid;
    border-bottom: 3px solid;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   #default-payment-entry div.wrapper {
    background-color: #FFFFFF;
    width: auto;
    max-width: 100%;
    padding: 25px;
  }

   #default-payment-entry div.method-name {
    margin-bottom: 25px;
  }

  

  /* クレジット決済方法説明 */
  .creditDescBox {
    text-align: center;
    margin-bottom: 15px;
  }

   .creditDescBox_ttl,
   .creditDescBox_img {
    margin-bottom: 10px;
  }

   .creditDescBox_ttl>span {
    background-color: #FFFFFF;
    padding: 0 1em;
    font-size: 18px;
    color: #e61212;
    line-height: 1.6;
    font-weight: bold;
    display: inline-block;
  }

   .creditDescBox_txt {
    margin-bottom: 10px;
    font-size: 1.0rem;
    font-weight: normal;
  }

  

  /*　Amazon Pay選択ボタン デフォルト非表示　*/
  #order__payment #select-payment-method .payment-method-list .payment-method.payment-method-AmazonPay .pm-submit {
    display: none;
  }

   .amznLogoutLink {
    margin-bottom: 25px;
  }

   .amznLogoutLink>a {
    font-size: 100%;
    line-height: 1.6;
    color: #808080;
  }

  

  /*===============================================================
  03. お届け日時の設定
===============================================================*/
  div.form-deliveryservice>h3 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 3px solid;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   div.form-deliveryservice div#order-entry-content {
    background-color: #f3f3f3;
    position: relative;
    padding: 25px;
    margin-bottom: 100px;
  }

   div.form-deliveryservice div#order-entry-content>.delivery-service-desc,
   div.form-deliveryservice div#order-entry-content>form {
    background-color: #FFFFFF;
  }

   div.form-deliveryservice div#order-entry-content>.delivery-service-desc {
    padding: 25px;
  }

   div.form-deliveryservice div#order-entry-content div#delivery-datetime {
    padding: 9px;
  }

   div.form-deliveryservice div#order-entry-content div#delivery-datetime+div.formrow-textarea {
    border-bottom: 0;
    padding: 0 25px;
    margin: 0;
    display: none;
  }

   div.form-deliveryservice div#order-entry-content .requested-delivery-time div.input-control {
    width: auto;
  }

   div.form-deliveryservice div#order-entry-content textarea#delivery-remark {
    width: 100%;
  }

   div.form-deliveryservice div#order-entry-content .requested-delivery-time div.input-group:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both;
  }

   div.form-deliveryservice div#order-entry-content .requested-delivery-time .radio-item {
    float: left;
    padding: 10px 0;
    width: 30%;
    font-size: 1.5rem;
  }

   div.form-deliveryservice div#order-entry-content .requested-delivery-time .radio-item:nth-child(1),
   div.form-deliveryservice div#order-entry-content .requested-delivery-time .radio-item:nth-child(5) {
    clear: left;
  }

   div.form-deliveryservice div#order-entry-content .requested-delivery-time .radio-item input {
    display: none;
  }

   div.form-deliveryservice div#order-entry-content .requested-delivery-time .radio-item input+span {
    padding-left: 24px;
    position: relative;
  }

   div.form-deliveryservice div#order-entry-content .requested-delivery-time .radio-item input+span::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 50%;
    background-color: #FFFFFF;
  }

   div.form-deliveryservice div#order-entry-content .requested-delivery-time .radio-item input:checked+span::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 7px;
    height: 7px;
    border: 5px solid #050505;
    border-radius: 50%;
    background-color: #FFFFFF;
  }

   div.form-deliveryservice div.formrow-submit button.btn-submit {
    background: url(../img/btn_deliveryservice.png) no-repeat 0 0;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    padding: 0;
    width: 80%;
    height: 190px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }

   div.form-deliveryservice div.formrow-submit button.btn-submit:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
  }

  

  /*===============================================================
  04. ご注文内容の確認
===============================================================*/
  div.order_confirm_back_link {
    padding: 5px 20px 0;
    background: #f3f3f3;
  }

   a.order_confirm_back_txt {
    color: inherit;
    background: url(../img/icn_arw_r.png) no-repeat 0 center;
    padding-left: 20px;
    display: inline-block;
    font-size: 20px;
  }

   #order-entry div.panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
  }

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

   .orderConfirmAlert .orderConfirmAlertTxt {
    font-size: 3.2rem;
    line-height: 1.6;
    color: #B23232;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   #order-entry h2.page-subject {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 0;
    background: #FFFFFF;
    padding: 18px 0;
    border-top: 1px solid;
    border-bottom: 3px solid;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   #order-entry-order {
    background-color: #f3f3f3;
    padding: 20px 20px 60px;
    margin-bottom: 40px;
  }

   #order-entry-order div.orderer,
   #order-entry-order div.payment {
    padding: 0 4px;
  }

   #order-entry-order div.orderer div.header,
   #order-entry-order div.payment div.header {
    font-size: 2.2rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    height: auto;
    line-height: 2.4;
    border-radius: 0;
    background: #333333;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   #order-entry-order div.orderer div.control,
   #order-entry-order div.payment div.control {
    position: absolute;
    top: auto;
    bottom: -40px;
    right: 4px;
  }

   #order-entry div.shipments .body {
    background-color: #f3f3f3;
    padding: 20px 20px 0;
  }

   #order-entry div.shipments div.shipment-content div.header {
    font-size: 2.2rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    height: auto;
    line-height: 2.4;
    border-radius: 0;
    background: #333333;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   #order-entry .shipment div.delivery-service-content dl dd {
    word-break: break-all;
  }

   #order-entry-content .shipments table.order-entry-items {
    width: 100%;
    margin: 30px auto 0;
    background: #F3F3F3;
    table-layout: fixed;
  }

   #order-entry-content .shipments table.order-entry-items caption {
    text-align: center;
    font-size: 2.2rem;
    margin: 0 -20px 30px;
    background: #FFFFFF;
    padding: 18px 0;
    border-bottom: 3px solid;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   #order-entry-content .shipments table.order-entry-items th,
   #order-entry-content .shipments table.order-entry-items td {
    padding: 1em;
    border: 1px solid #F3F3F3;
    font-size: 1.4rem;
    color: #333333;
    vertical-align: middle;
    background: #FFFFFF;
  }

   #order-entry-content .shipments table.order-entry-items th {
    text-align: center;
    background: #E4DDD2;
  }

   #order-entry-content .shipments table.order-entry-items th:first-child {
    width: 45%;
  }

   #order-entry-content .shipments table.order-entry-items td.cartdetail-heading {
    display: flex;
    justify-content: left;
    align-items: center;
  }

   #order-entry-content #order-total {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2em;
    padding: 0 0 30px;
    border-radius: 0;
  }

   #order-entry-content #order-total>table {
    max-width: 400px;
    margin: 0 20px 0 auto;
  }

   #order-entry-content #order-total>table .odr-ttl-amt {
    color: inherit;
  }

   #order-entry-content #order-total>table .odr-ttl-amt th,
   #order-entry-content #order-total>table .odr-ttl-amt td {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1em 0;
    border-bottom: 1px solid #AAA;
  }

   #order-entry-content #order-total>table .odr-ttl-amt td.amount {
    font-size: 2.0rem;
    font-weight: bold;
  }

   #order-entry-content #checkout-control div.checkout button.btn-submit {
    background: url(../img/btn_to_complete.png) no-repeat 0 0;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    padding: 0;
    width: 80%;
    height: 158px;
    margin-bottom: 1em;
  }

   #order-entry-content #checkout-control div.checkout button.btn-submit:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
  }

   #order-entry-content table.purchases-list.order-entry-items .item-name .code {
    display: none;
    /* 商品コード非表示 */
  }

   #order-entry-content table.purchases-list.order-entry-items .item-tags {
    float: none;
    text-align: left;
  }

   #order-entry-content table.purchases-list.order-entry-items .item-tags .item-tag-label-FREE {
    background-color: #6f6052;
    border: 1px solid #6f6052;
  }

   #order-entry-content table.purchases-list.order-entry-items .item-tags .item-tag-label-RP {
    background-color: #d47648;
    border: 1px solid #d47648;
  }

   #order-entry-content table.purchases-list.order-entry-items div.paymentmethod-restriction div.body {
    position: relative;
    background-color: #fff;
    border-radius: 0;
    padding: 0;
  }

  

  /*===============================================================
  05. ご注文完了
===============================================================*/
  #order-complete-default-contents {
    background-color: #f3f3f3;
    margin-bottom: 50px;
  }

   .order-process-main-complete h2.page-subject {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 0;
    background: #FFFFFF;
    padding: 18px 0;
    border-bottom: 3px solid;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   .order-process-main-complete .main-contents {
    padding: 20px;
    font-size: 1.6rem;
    font-family: メイリオ, Meiryo;
    text-align: center;
  }

   .order-process-main-complete .orderCompleteMsg .orderCompleteMsg_number {
    font-size: 3.0rem;
    font-weight: bold;
    display: inline-block;
    margin-top: 0.5em;
  }

   .order-process-main-complete .main-contents .viewOrderDetail {
    background: url(../img/img_order_complete_mail.png) no-repeat 120px center #fff;
    min-height: 53px;
    padding: 30px 30px 30px 230px;
    text-align: left;
    margin: 20px 0;
  }

   .order-process-main-complete .main-contents .viewOrderDetail .viewOrderDetail_link>a {
    background: url(../img/icn_arw_r.png) no-repeat 0 center;
    padding-left: 20px;
    display: inline-block;
    color: inherit;
    text-decoration: none;
  }

   .order-process-main-complete .main-contents .viewOrderDetail .viewOrderDetail_link>a:hover {
    text-decoration: underline;
  }

   .order-process-main-complete .main-contents .view-order-detail,
   .order-process-main-complete .main-contents .viewOrderDetail {
    display: none;
  }

   .order-process-main-complete .orderCompleteMsg {
    margin-bottom: 30px;
  }

   .order-confirm-upselling .order-upselling-contents button[type=button] {
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: none;
    vertical-align: top;
    cursor: pointer;
  }

   .order-confirm-upselling .order-upselling-contents button[type=button]:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
  }

   .order-confirm-upselling .order-upselling-contents button[type=button] img {
    vertical-align: top;
    padding-left: 50px;
  }

   #order-entry-content .shipments table.order-entry-items span.dispPtn02 {
    display: none;
  }

  

  /* 完了画面ポップアップ */
  #colorbox.complete_notice #cboxContent {
    background: transparent;
  }

   #colorbox.complete_notice #cboxLoadedContent {
    border-radius: 10px;
    background-color: #EEEEEE;
  }

   #colorbox.complete_notice .mri_popup_wrap_complete_notice {
    background-color: #EEEEEE;
    text-align: center;
  }

   #colorbox.complete_notice .mri_popup_wrap_complete_notice .mri_popup_txt {
    font-size: 2.4rem;
  }

   #colorbox.complete_notice .mri_popup_wrap_complete_notice .mri_popup_txt span {
    color: #FF0000;
  }

   #colorbox.complete_notice .mri_popup_wrap_complete_notice .mri_popup_img {}

   #colorbox.complete_notice .mri_popup_wrap_complete_notice .mri_popup_img>img {
    max-width: 100%;
    height: auto;
  }

   #colorbox.complete_notice #cboxClose {
    width: 48px;
    height: 48px;
    top: -22px;
    background-size: contain;
  }

   .odr-ttl-earned-pts {
    display: none;
  }

   #container>div>div.form.form-order-signup.form-order-signup-type3>div.form-body>div>div>div.name {
    font-size: 0px;
  }

   #container>div>div.form.form-order-signup.form-order-signup-type3>div.form-body>div>div>div.name:after {
    content: "LINEログインでご注文できます";
    font-size: 16px;
  }

   #default-payment-entry>h2 {
    font-size: 20px;
  }

   div.formrow div.input-label span.input-name {
    margin-left: 15%;
  }

   .itemdetails-caption {
    display: none;
  }

   #order-entry-content>div.addressbook {
    display: none;
  }

  

  /* 20210830 提坂利用規約CSS */
  div.termsWrap h3 {
    text-align: center;
    font-size: 1.0rem;
    margin-bottom: 0;
    padding: 5px 0;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

   div.termsBlk {
    background-color: #f3f3f3;
    margin-bottom: 20px;
    padding: 25px;
    position: relative;

    margin: auto;
  }

   p.termsBlk {
    font-size: 1.0rem;
  }

   p.termsCheck {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #20ae09;
    padding-top: 25px;
  }

   div#nowloading {
    position: fixed;
    z-index: 2000;
    top: 50%;
    left: 0;
    right: 0;
  }

   div#nowloading div.msg {
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 1em;
    margin: 0 auto;
    width: 50%;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 18px;
    font-family: Arial;
  }

   #error-msg {
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #ffe;
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #999;
    text-align: center;
    color: #c00;

  }

   #non-modal-msg {
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #efe;
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #090;
    text-align: center;
    color: #090;

  }

   .modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    background-color: #000;
    opacity: 0.3;
  }

   .modal {
    display: none;
    position: fixed;
    top: 50px;
    left: 10%;
    width: 80%;
    z-index: 1501;
  }

   .modal .modal-dialog {
    border: 1px solid #666;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
  }

   .modal .modal-dialog .modal-header {
    border-bottom: 1px solid #666;
    border-radius: 8px 8px 0 0;
    padding: 16px;
    background: linear-gradient(#fff, #ddd);
  }

   .modal .modal-dialog .modal-header h4 {
    margin: 0;
  }

   .modal .modal-dialog .modal-body {
    padding: 8px 16px;
    height: 540px;
    overflow-y: scroll;
  }

   .modal .modal-dialog .modal-footer {
    padding: 16px;
    border-top: 1px solid #666;
    background-color: #eee;
    border-radius: 0 0 8px 8px;
    text-align: right;
  }

   .ns-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
    color: #fff;
    text-align: center;
  }

   .ns-overlay>* {
    margin: 2em;
  }

   div.tgl {
    display: none;
  }

   .dev-page-information {
    padding: 16px;
    margin: 0;
    background-color: #222;
  }

   .dev-page-information table {
    font-size: 12px;
    border-collapse: collapse;
    width: 100%;
    color: #fff;
  }

   .dev-page-information table th,
   .dev-page-information table td {
    border-bottom: 1px dotted #ccc;
    padding: 2px 4px;
  }

   .dev-page-information table th {
    border-right: 1px solid #ccc;
  }

   .dev-page-information table td {}

   .dev-page-information .template-variables {}

   .dev-page-information .template-variables pre {
    padding: 1em 2em;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #eee;
    overflow: hidden;
    white-space: pre-wrap;
  }

   .dev-page-information div.exception {
    padding: 1em 2em;
    border: 1px solid #0cc;
    border-radius: 6px;
    color: #0cc;

  }

   div.form div.form-confirm-contents-wrapper.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    text-align: center;
  }

   div.form div.form-confirm-contents-wrapper.overlay div.form-confirm-contents {
    margin: auto;
  }

   .after-confirm {
    display: none;
  }

   span.ip-cfm {
    white-space: pre-wrap;
  }

   div.upload-thumbnail {
    padding: 2px;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
  }

   div.upload-thumbnail img {
    width: 100px;
  }

   div.move-item-toggle div.disable-moveitem,
   div.move-item-wrapper,
   div.move-item-wrapper div.new-destination-consignee {
    display: none;
  }

   div.move-item-wrapper ul.move-item-dst>li.active {
    background-color: #fff;
  }

   div.move-item-wrapper ul.move-item-dst>li.inactive {
    background-color: #eee;
  }

  

  /*----------------------- Site Gadget / Item Search Criteria ----------------------------*/
  div.item-search-criteria div.criteria {
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    padding: 2px 0.5em;
    border-radius: 1em;
  }

   div.item-search-criteria div.criteria.off {
    background-color: #fff;
    color: #666;
  }

   div.item-search-criteria div.criteria.on {
    background-color: #f5f5f5;
    border-color: #666;
  }

  

  /*---------------Shasow User Badge------------------*/
  div.shadow-user-badge {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2000;
    font-size: 12px;
    padding: 1em;
    background-color: rgb(200 0 0 / 80%);
    border-radius: 0.5em 0 0 0;
    color: #fff;
    border: 1px solid #c00;
    border-bottom: none;
    border-right: none;
    cursor: pointer;
  }

   div.shadow-user-badge div.user {
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 2px black;
  }

   div.shadow-user-badge div.unreleased {
    font-size: 0.9em;
  }

   .toggler .active {}

   .toggler .inactive {
    display: none;
  }

   div.password-str-meter {
    margin: 0.25em 0;
    display: flex;
    font-size: 0.85em;
    color: #999;
  }

   div.password-str-meter span.msg {
    padding: 0 2px;
    white-space: nowrap;
  }

   div.password-str-meter.DANGER span.msg {
    color: #f00;
  }

   div.password-str-meter.LOW span.msg {
    color: #f93;
  }

   div.password-str-meter.MEDIUM span.msg {
    color: #39c;
  }

   div.password-str-meter.HIGH span.msg {
    color: #3a3;
  }

   div.password-str-meter.GREAT span.msg {
    color: #3c3;
  }

   div.password-str-meter span.unmask-pass {
    text-align: right;
    margin-left: auto;
    cursor: pointer;
  }

   div.password-str-meter span.masked .label-mask,
   div.password-str-meter span.unmasked .label-unmask {
    display: none;
  }

   div.site-announce.fixed {
    position: fixed;
  }

   div.site-announce.FADE_OVERLAY {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

   div.site-announce.SLIDEUP_OVERLAY {
    position: fixed;
    bottom: 0;
    right: 0;
  }

   div.site-announce.SLIDEDOWN_OVERLAY {
    position: fixed;
    top: 0;
    left: 0;
  }

   div.site-announce.SLIDEUP_OVERLAY {}

   div.site-announce.SLIDEDOWN_OVERLAY {}

   div.modify-rpi-option ul.item-options>li div.control.inactive span.option-input {
    display: none;
  }

   div.modify-rpi-option ul.item-options>li div.control span.option-input.disabled {
    display: none;
  }

   .LaterPaydescBox_txt {
    font-size: 1.0rem;
    font-weight: normal;
    text-align: center;
  }

   .pm-use-as-default {
    font-size: 1.0rem;
    font-weight: normal;
  }

   .payment-method-name {
    font-size: 1.0rem;
    font-weight: normal;
  }

   .checkbox {
    font-size: 1.0rem;
    font-weight: normal;
  }

   .order-entry-payment {
    font-size: 1.4rem;
  }

   .LINE {
    display: none;
  }

   .acc-signup {
    font-size: 1.4rem;
    font-weight: 700;
  }

   fieldset:nth-child(4),
   fieldset.acc-signup>legend,
   fieldset.order-entry-payment>div>div:nth-child(1)>div.pm-use-as-default,
   .privacyWrap {
    display: none;
  }

   div:nth-child(8)>button {
    display: none !important;
  }

   fieldset {
    border: none;
  }

   body .article-body a {
    text-decoration: none;
    color: black;
  }

   legend {
    text-align: center;
    background-color: red;
    padding: 0px 120px;
    color: white;
  }

   .payment-method-list {
    padding: 1.5em 0px 0px;
  }

   div.payment-method-name>label {
    border-radius: 15px;
    border: 1px solid #a7a7a7;
    padding: 1.2em;
    background-color: #ffdfdf;
    width: 90%;
    display: block;
    margin: 10px 10px;
  }

   label>input[type=radio] {
    width: 1.5em;
    height: 1.5em;
  }

   div.formrow div.input-control div.input-group .postalCode,
   .address1 {
    width: 50% !important;
    height: 3.4em;
    margin-top: 10px;
    border-radius: 10px;
  }

   div.formrow div.input-control div.input-group .postalCode,
   .address2 {
    margin-top: 10px;
  }

   .phoneNumber {
    width: 70% !important;
    height: 3.4em;
    margin-top: 10px;
  }

   .LINE {
    display: none !important;
  }




/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
body { margin: 0;}

#lp-form h1,
#lp-form h2,
#lp-form h3,
#lp-form h4,
#lp-form h5,
#lp-form h6,
#lp-form p,
#lp-form ul,
#lp-form ol,
#lp-form li,
#lp-form dl,
#lp-form dt,
#lp-form dd,
#lp-form blockquote {
  margin: 0;
}

#lp-form ul,
#lp-form ol {
  ist-style: none inside;
}

#lp-form img,
#lp-form a img {
  border: 0;
  vertical-align: middle;
}

#lp-form .clearfix {
  zoom: 1;
}

#lp-form .clearfix:after {
  clear: both;
  content: '';
  display: block;
}

#lp-form {
  font-size: 12px;
  line-height: 1.42857143;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}

#lp-form table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form 項目と入力ボックス間の空白調節*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
  float: left;
  position: relative;
  min-height: 1px;
}
.col-24 {width: 100%;}
.col-23 {width: 95.83333333%;}
.col-22 {width: 91.66666667%;}
.col-21 {width: 87.5%;}
.col-20 {width: 83.33333333%;}
.col-19 {width: 79.16666667%;}
.col-18 {width: 75%;}
.col-17 {width: 70.83333333%;}
.col-16 {width: 66.66666667%;}
.col-15 {width: 62.5%;}
.col-14 {width: 58.33333333%;}
.col-13 {width: 54.16666667%;}
.col-12 {width: 50%;}
.col-11 {width: 45.83333333%;}
.col-10 {width: 41.66666667%;}
.col-9 {width: 37.5%;}
.col-8 {width: 33.33333333%;}
.col-7 {width: 29.16666667%;}
.col-6 {width: 25%;}
.col-5 {width: 20.83333333%;}
.col-4 {width: 16.66666667%;}
.col-3 {width: 12.5%;}
.col-2 {width: 8.33333333%;}
.col-1 {width: 4.16666667%;}

/*------------------------------------
* PC部分
*-------------------------------------*/
/* 本フォーム全体  */
.form_container_ec {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.form_main_container_ec {
  font-size:12px;
  width: 100%;
  border-radius:3px
}
.landing_form_label_ec {
  padding: 15px;
}
/* フォームの項目名ラベル */
.form_box_label {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  color: #333;
  margin-bottom: 2%;
}
span.form_required_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
  float: right !important;
}
/* フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  width: 852px;
  margin: 0 auto;
}
/* フォーム一項目　項目名ラベルと入力ボックス */
.landing_form_ec tr {
  line-height: 18px;
  font-size: 14px;
}
/* フォーム左側　項目名ラベル */
.landing_form_ec th {
  text-align: left;
  vertical-align: top;
  padding: 13px 11px;
}
/* フォーム右側　入力ボックス */
.landing_form_ec td {
  width: 584px;
  padding: 13px 5px;
}
/* フォームトップメッセージ */
.login_message_ec,
.purchase_message_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

.formError .formErrorContent {
  width: 60%;
  font-size: 100%;
}

.alert_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
p.caution_ec {
  padding-top:10px;
  font-size: 14px;
}
.optin_view_ec,
.agreement_view_ec,
.order_checklist_view_ec {
  margin-left: 4%;
  padding-top: 20px;
  position: relative;
}

.submit_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

.option_type label {
  display: inline-block;
  width: 80px;
}

.form_group_ec {
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}
.form_main_container_ec div.form_group_ec input{
  padding: 10px 10px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_ec div.form_group_ec select{
  padding: 10px 10px;
  height: 40px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec .disabled-input-ec {
  pointer-events: none;
  background-color: #ccc !important;
  opacity: 0.7;
}
input.input_box_ec { width:70%; }
select.input_box_product_ec { min-width:50%; }
p.input_product_ec { display:inline-block; }
input.input_box_name_ec { width:70%; }
input.input_box_name1_ec { width:70%; }
input.input_box_name2_ec { width:70%; }
input.input_box_kana_ec { width:70%; }
input.input_box_kana1_ec { width:70%; }
input.input_box_kana2_ec { width:70%; }
select.input_box_sex_ec { width: 25%; }
select.input_box_job_ec { width: 70%; }
select.input_box_birth_year_ec { width: 25%; }
select.input_box_birth_month_ec { width: 15%; }
select.input_box_birth_day_ec { width: 15%; }
input.input_box_zip1_ec { width: 50px; }
input.input_box_zip2_ec { width: 60px; }
select.input_box_pref_ec { width: 150px; }
input.input_box_addr1_ec { width: 70%; }
input.input_box_addr2_ec { width: 70%; }
input.input_box_addr3_ec { width: 70%; }
input.input_box_tel_ec { width: 70%; }
input.input_box_tel1_ec { width: 45px; }
input.input_box_tel2_ec { width: 45px; }
input.input_box_tel3_ec { width: 45px; }
input.input_box_fax_ec { width: 70%; }
input.input_box_fax1_ec { width: 45px; }
input.input_box_fax2_ec { width: 45px; }
input.input_box_fax3_ec { width: 45px; }
input.input_box_email_ec { width: 70%; }
input.input_box_email_confirm_ec { width: 70%; }
input.input_box_customer_number_ec { width: 70%; }
select.input_box_card_method_ec { width: 50%; }
select.input_box_card_times_ec { width: 15%; }
input.input_box_card_number_ec { width: 70%; }
select.input_box_card_month_ec { width: 15%; }
select.input_box_card_year_ec { width: 15%; }
input.input_box_card_name_ec { width: 70%; }
input.input_box_password_ec { width: 70%; }
input.input_box_password_confirm_ec { width: 70%; }

p.form_box_label_ec strong { font-weight: bold; }
p.form_box_label_ec label { font-weight: bold; }
div.form_group_ec p {}
div.form_group_ec span { font-weight: bold; }
div.scheduled_delivery_date_text_ec {
  font-size: 14px;
  line-height: 20px;
}

div.pre_ordered_delivery_description_text_ec {
  font-size: 14px;
  line-height: 20px;
}

.preview_container_ec > table th,
.preview_container_ec > table td {
  border: 1px solid #d0dcec;
}

.table_bordered_ec {
  border: 0px !important;
}

.table_ec {
  width: 100%;
  max-width: 100%;
}

.table_ec tr > .pull_right_ec {
  text-align: right;
}

.table_ec tr > th.product_name_ec {
  width: 60%;
}

.table_ec tr > th.product_price_ec {
  width: 15%;
}

.table_ec tr > th.product_quantity_ec {
  width: 10%;
}

.table_ec tr > th.product_pickup_available_date_ec {
  width: 15%;
}

.table_ec tr > th.product_sub_total_ec {
  width: 15%;
}

.total_color_ec {
  color: #ff0000;
  font-weight: bold;
}

.without_border_ec {
  border: none !important;
}

/* Paypal */
#paypal-button-container {
  width: 50%;
}

/* Amazon Pay */
.amazon_pay_box_ec {
  border: solid 1px #C3C3C3;
  margin: 10px;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 25px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  color: #e6a300;
}

.amazon_pay_message_ec {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_ec {
  height: 32px;
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_button_all_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_ec {
  padding-top: 15px;
  margin-left: -25px;
}

.amazon_pay_button_wallet_ec input.billing_agreement_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_ec {
  height: 228px;
}

.wallet_widget_wrapper_ec {
  height: 228px;
  width:417px;
  float:left;
  margin-right:6px;
}

.consent_widget_wrapper_ec {
  height:193px;
  width:417px;
  float:left;
  margin-top: 5px;
}

.consent_wrapper_ec {
  height: 30px;
  width: 405px;
  color: white;
  background: red;
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px;
  border-radius: 5px;
  position: relative;
}

.consent_wrapper_ec > span.consent_message_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_ec > span.consent_mandatory_ec {
  float: right;
  background: white;
  color: red;
  padding: 0 4px;
}

.consent_wrapper_ec > input.consent_checkbox_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_ec {
  margin: 40px 0 30px;
  font-size: 18px;
}

.amazon_pay_popup_body_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_ec {
  width: 852px;
  margin: 20px auto 0px auto;
  border: solid 1px #C3C3C3;
}

p.login_message_wrapper_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_ec {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: center;
}

.socialplus_ec .button-container {
  width: calc(33.3% - 10px);
  margin: 5px;
}

.socialplus_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 40px;
  padding-left: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.socialplus_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* ecforce-payment */
.ecforce-payment-card-number,
.ecforce-payment-card-expiry,
.ecforce-payment-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.ecforce-payment-card-number #card-number,
.ecforce-payment-card-expiry #card-expiry,
.ecforce-payment-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* payjp */
.payjp-card-number,
.payjp-card-expiry,
.payjp-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.payjp-card-number #card-number,
.payjp-card-expiry #card-expiry,
.payjp-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* fincode */
.fincode-card-number,
.fincode-card-expiry,
.fincode-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.fincode-card-number #card-number,
.fincode-card-expiry #card-expiry,
.fincode-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

.toggle_text {
  display: none;
}

/* カスタム項目 */
.free_columns-section_ec input {
  width: 70%;
}
.free_columns-section_ec input[type=checkbox], .free_columns-section_ec input[type=radio] {
  width: auto;
  top: -2px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_ec .checkbox-wrapper, .free_columns-section_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_ec .checkbox-wrapper>label, .free_columns-section_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 2px;
  width: 93%;
}
.free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_ec textarea {
  width: 100%;
}
.free_columns-section_ec select {
  width: 70%;
}
.free_columns-section_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_ec .category-caption-wrapper {
  margin: 1.5em 0 0.8em 3em;
  padding: 1em 0em 1em 1em;
  font-size: 14px;
  font-weight: bold;
  border-left: 5px solid #203594;
  width: 852px;
}
.free_columns-section_ec .category-caption-text {
  display: inline-block;
  width: 90%;
}
.free_columns-section_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.95rem;
}
.free_columns-section_ec .category-btn-wrapper.category-plus {
  margin: 0.7em 0 0.8em 2em;
  padding: 1em;
}
.free_columns-section_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.95rem;
  font-weight: bold;
}

/* セット商品 */
.table_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.form_container_sp_ec {
  padding: 0;
  background-size: 100%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.landing_form_label_sp_ec {
  padding: 15px;
}
/* フォーム入力ボックスの基本 */
.form_main_container_sp_ec div.form_group_sp_ec input{
  padding: 8px 4px;
  line-height: 2.4;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.form_main_container_sp_ec div.form_group_sp_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_sp_ec div.form_group_sp_ec select{
  height: 50px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
.form_group_sp_ec {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
.form_main_container_sp_ec div.form_group_sp_ec .disabled-input-ec {
  pointer-events: none;
  color: #555;
  background-color: #ccc !important;
  border: 1px solid #cccccc;
  opacity: 0.7;
}
/* フォームトップメッセージ */
.login_message_sp_ec,
.purchase_message_sp_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_sp_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_sp_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert_sp_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.form_main_container_sp_ec {
  width: 100%;
  border-radius:3px
}
span.form_required_sp_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
}
/* フォームの項目名ラベル */
.form_box_label_sp_ec {
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 2%;
}
select.input_box_sp_ec {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 50px;
}
input.input_box_sp_ec { width:98%; }
select.input_box_product_sp_ec { width:98%; }
select.input_box_quantity_sp_ec { width:98%; }
input.input_box_name_sp_ec { width:98%; }
input.input_box_name1_sp_ec { width:45%; }
input.input_box_name2_sp_ec { width:45%; }
input.input_box_kana_sp_ec { width:98%; }
input.input_box_kana1_sp_ec { width:45%; }
input.input_box_kana2_sp_ec { width:45%; }
select.input_box_sex_sp_ec { width:98%; }
select.input_box_job_sp_ec { width:98%; }
select.input_box_birth_year_sp_ec { width: 40%; }
select.input_box_birth_month_sp_ec { width: 25%; }
select.input_box_birth_day_sp_ec { width: 25%; }
input.input_box_zip1_sp_ec { width: 80px; }
input.input_box_zip2_sp_ec { width: 100px; }
select.input_box_pref_sp_ec { width:98%; }
input.input_box_addr1_sp_ec { width:98%; }
input.input_box_addr2_sp_ec { width:98%; }
input.input_box_addr3_sp_ec { width:98%; }
input.input_box_tel_sp_ec { width: 98%; }
input.input_box_tel1_sp_ec { width: 24%; }
input.input_box_tel2_sp_ec { width: 24%; }
input.input_box_tel3_sp_ec { width: 24%; }
input.input_box_fax_sp_ec { width: 98%; }
input.input_box_fax1_sp_ec { width: 24%; }
input.input_box_fax2_sp_ec { width: 24%; }
input.input_box_fax3_sp_ec { width: 24%; }
input.input_box_company_sp_ec { width: 98%; }
input.input_box_email_sp_ec { width:98%; }
input.input_box_email_confirm_sp_ec { width:98%; }
input.input_box_customer_number_sp_ec { width:98%; }
select.input_box_shipping_address_sp_ec { width:98%; }
select.input_box_wrapping_sp_ec { width:98%; }
select.input_box_card_method_sp_ec { width:98%; }
select.input_box_card_times_sp_ec { width:98%; }
input.input_box_card_number_sp_ec { width:98%; }
select.input_box_card_month_sp_ec { width: 25%; }
select.input_box_card_year_sp_ec { width: 25%; }
input.input_box_card_name_sp_ec { width:98%; }
select.input_box_container_payment_schedule_sp_ec { width:98%; }
input.input_box_password_sp_ec { width:98%; }
input.input_box_password_confirm_sp_ec { width:98%; }

p.form_box_label_sp_ec strong { font-weight: bold; }
p.form_box_label_sp_ec label { font-weight: bold; }
div.form_group_sp_ec p {}
div.form_group_sp_ec span { font-weight: bold; }
p.caution_sp_ec {
  padding-top:10px;
  font-size: 14px;
}
p.product_name_sp_ec {
  padding: 0 15px 0 15px;
  font-size: 16px;
}
div.scheduled_delivery_date_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}
.optin_view_sp_ec,
.agreement_view_sp_ec,
.order_checklist_view_sp_ec {
  margin-left: 4%;
  padding-top: 15px;
  position: relative;
}
.submit_sp_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%
  margin-left: auto;
  margin-right: auto;
}

.pre_ordered_delivery_description_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}

/* カスタム項目 */
.free_columns-section_sp_ec input {
  width: 98%;
}
.free_columns-section_sp_ec input[type=checkbox], .free_columns-section_sp_ec input[type=radio] {
  width: auto;
  top: -1px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_sp_ec .checkbox-wrapper, .free_columns-section_sp_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_sp_ec .checkbox-wrapper>label, .free_columns-section_sp_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 6px;
  width: 90%;
}
.free_columns-section_sp_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_sp_ec textarea {
  width: 100%;
}
.free_columns-section_sp_ec select {
  width: 98%;
}
.free_columns-section_sp_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_sp_ec .category-caption-wrapper {
  margin: 1em 0;
  padding: 1em 0em 1em 1em;
  font-size: 13px;
  font-weight: bold;
  border-left: 5px solid #203594;
}
.free_columns-section_sp_ec .category-caption-text {
  display: inline-block;
  width: 78%;
}
.free_columns-section_sp_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_sp_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_sp_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.35rem;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus {
  padding: 1em;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.35rem;
  font-weight: bold;
}

/* セット商品 */
.table_sp_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}
/* 【PC】購入ボタンのデザイン */
.login_button_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_button_complete_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*------------------------------------
* スマートフォンデザイン可変部分
*-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】ログインボタンのデザイン */
.login_button_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.submit_button_complete_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.preview_container_sp_ec > table {
  width: 100%;
}

.preview_container_sp_ec > table th {
  background: #cadefc;
}

.preview_container_sp_ec > table,
.preview_container_sp_ec > table tr,
.preview_container_sp_ec > table th,
.preview_container_sp_ec > table td {
  border: 1px solid #C3C3C3;
}

.table_bordered_sp_ec {
  border: 0px !important;
}

.table_sp_ec {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table_sp_ec > thead > tr > th,
.table_sp_ec > tbody > tr > th,
.table_sp_ec > tfoot > tr > th,
.table_sp_ec > thead > tr > td,
.table_sp_ec > tbody > tr > td,
.table_sp_ec > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table_bordered_sp_ec > thead > tr > th,
.table_bordered_sp_ec > tbody > tr > th,
.table_bordered_sp_ec > tfoot > tr > th,
.table_bordered_sp_ec > thead > tr > td,
.table_bordered_sp_ec > tbody > tr > td,
.table_bordered_sp_ec > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table_sp_ec tr > th {
  border-top: 0px;
  background: #F0F0F0;
  font-size: 10px;
}

.table_sp_ec tr > th,
.table_sp_ec tr > td {
  font-size: 12px;
}

.table_bordered_sp_ec tr > th,
.table_bordered_sp_ec tr > td {
  border: 1px solid #e5e5e5 !important;
}

.table_sp_ec th,
.table_sp_ec td {
  vertical-align: middle !important;
  line-height: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
}

.total_color_sp_ec {
  color: #ff0000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

/* Amazon Pay */
.amazon_pay_box_sp_ec {
  border: solid 3px #C3C3C3;
  margin: 10px auto;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_message_sp_ec {
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_sp_ec {
  margin: 0 10px !important;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 12px;
  color: #e6a300;
}

.amazon_pay_button_all_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_sp_ec {
  padding-top: 15px;
  margin-left: -15px;
}

.amazon_pay_button_wallet_sp_ec input.billing_agreement_sp_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.consent_wrapper_sp_ec {
  height: 30px;
  color: white;
  background: red;
  padding-top: 5px;
  margin: 10px 0;
}

.consent_wrapper_sp_ec > span.consent_message_sp_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_sp_ec > span.consent_mandatory_sp_ec {
  float: right;
  background: white;
  color: red;
  padding: 2px 8px;
  margin: 2px 10px;
}

.consent_wrapper_sp_ec > input.consent_checkbox_sp_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_sp_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_sp_ec {
  margin: 40px 0 30px;
  font-size: 15px;
}

.amazon_pay_popup_body_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_sp_ec {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #d0dcec;
}

p.login_message_wrapper_sp_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_sp_ec {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.socialplus_sp_ec .button-container {
  width: 100%;
  float: left;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

.socialplus_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.socialplus_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_sp_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_sp_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_sp_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_sp_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_sp_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_sp_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_sp_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_sp_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_sp_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_sp_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_sp_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_sp_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_sp_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_sp_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_sp_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_sp_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_sp_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_sp_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_sp_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_sp_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_sp_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* LINE ID 連携 */

.line_ec {
}

.line_ec .button-container.w100 {
  width: 100%;
}

.line_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

@media screen and (min-width: 480px) {
  .line_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:after {
    width: 40px;
  }
}

.line_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_ec .button-container .btn-line:after {
  border-color: #70C053;
}

.line_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.line_sp_ec {
}

.line_sp_ec .button-container.w100 {
  width: 100%;
}

.line_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.form_container_sp_ec .line_alert_sp_ec {
  font-size: 12px;
  padding: 0px;
}

.line_alert_sp_ec {
  margin: 10px;
}

@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:after {
    width: 40px;
  }
}

.line_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
  margin: 10px;
  width: 95%;
}

#popup_required_field_check.pc {
  z-index: 99999;
  width: 275px !important;
  float: right;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 25px;
  right: 25px;
  display: none;
}

#popup_required_field_check.sp {
  z-index: 99999;
  width: 100% !important;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 0;
  display: none;
  text-align: center;
}

#popup_required_field_check.required_field_exists {
  background: rgba(242, 133, 12, 0.8);
}

#popup_required_field_check.required_field_not_exists {
  background: rgba(4, 162, 34, 0.8)
}

.input_required_ec {
  background-color: rgba(242, 133, 12, 0.2) !important;
}

.hide {
  display: none !important;
}
/* 認証基盤 連携 */

.auth_infra_ec {
}

.auth_infra_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

#auth_infra_button_name::before {
  content: '認証基盤でログイン';
}

@media screen and (min-width: 480px) {
  .auth_infra_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_ec .button-container .button {
    line-height: 40px;
    height: 40px;
  }
}

.auth_infra_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}

.auth_infra_sp_ec {
}

.auth_infra_sp_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .auth_infra_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
}

.auth_infra_sp_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}


/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
