/*------------------------------------
* 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;
}

/* 受注自由項目 */
.order_free_columns-section_ec input {
  width: 70%;
}
.order_free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}

/* セット商品 */
.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;
}

/* 受注自由項目 */
.order_free_columns-section_sp_ec input {
  width: 98%;
}
.order_free_columns-section_sp_ec .form_group_sp_ec label {
  font-weight: normal;
}

/* セット商品 */
.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;
}



@charset "utf-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 1.5;
  font-weight: inherit;
  margin: 0;
  color: #313131;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 32px;
  color: #222222;
}

img {
  display: block;
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.sp_only {
  display: none;
}

.wrap {
  width: 750px;
  margin: 0 auto;
}

.fv_area {
  position: relative;
}

.main_visual {
  width: 670px;
  margin-left: auto;
  position: relative;
  z-index: -10;
}

.main_visual .pc_only {
  display: block;
  width: 100%;
}

.main_visual::before {
  content: "";
  display: block;
  width: 670px;
  height: 100%;
  border: 2px solid #c7235d;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 0;
}

.main_catch {
  position: absolute;
  bottom: -30px;
}

.main_catch h1 p {
  background: #c7235d;
}

.main_catch p {
  display: inline-block;
  color: #fff;
  font-size: 35px;
  font-style: italic;
  font-weight: 100;
  background: #000;
  padding: 13px 17px 13px 10px;
  margin-bottom: 13px;
}

.catch_title {
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#article {
  margin-top: 80px;
}

#article p {
  font-size: 16px;
  margin-bottom: 20px;
}

.marker {
  background:linear-gradient(transparent 0%, #ffffb3 0%);
}

.content_area01,
.content_area02,
.content_area03,
.content_area04 {
  margin-top: 60px;
}

.title_area {
  position: relative;
}

#article .content_area01 h2 p,
#article .content_area02 h2 p,
#article .content_area03 h2 p {
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}

.content_area01 img,
.content_area02 img,
.content_area03 img {
  margin: 0 auto 50px;
}

.content_area01 img {
  width: 80%;
}

.content_area01 .catch {
  position: absolute;
  top: 260px;
  left: 100px;
}

.content_area01 h2,
.content_area02 h2 {
  writing-mode: vertical-rl;
}

.content_area01 h2 p,
.content_area02 h2 p {
  display: table;
  padding: 5px 10px;
  background: #fff;
  margin-left: 11px;
}

.content_area02 .catch {
  position: absolute;
  top: 50px;
  right: 30px;
}

/* Safari対応 */
_::-webkit-full-page-media, _:future, :root .content_area02 .catch {
  right: 340px;
}

.content_area02 img {
  width: 100%;
}

.content_area02 h2 p {
  box-shadow: 8px 8px 0px 0 rgb(198, 35, 78);
  margin-left: 23px;
}

.content_area03 .catch {
  position: absolute;
  left: 90px;
  bottom: 180px;
}

.content_area03 img {
  width: 80%;
}

.content_area03 h2 p {
  background: #fff;
  box-shadow: 8px 8px 0px 0 rgb(198, 35, 78);
  padding: 10px 5px;
  margin-bottom: 23px;
}

.content_area04 h2 {
  font-size: 30px;
  border-bottom: solid 3px #000;
  position: relative;
  margin-bottom: 50px;
}

.content_area04 h2::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 3px #c6234e;
  bottom: -3px;
  width: 20%;
}

.lp_linkarea {
  margin: 80px 0;
  padding: 0 10%;
}

.lp_linkarea a {
  display: block;
  height: 80px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #c6234e;
  line-height: 80px;
  font-size: 20px;
  letter-spacing: 2.5px;
}

footer{
	background: #000;
	padding: 5px 0 20px 0;
}

.footer-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 30px;
}

.footer-nav a{
	color: #fff;
	text-decoration: none;
	margin: 0 15px;
	font-weight: 400;
}

.footer-nav li:nth-child(n + 2)::before {
  content: '|';
  color: #fff;
  vertical-align: middle;
}

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

  .wrap {
    width: 100%;
  }

  .main_visual {
    width: 95%;
  }

  .main_visual .pc_only {
    display: none;
  }

  .main_visual .sp_only {
    display: block;
    width: 100%;
  }

  .main_visual::before {
    width: 95%;
    top: 20px;
    right: 30px;
  }

  .main_catch {
    left: 10px;
  }

  .main_catch p {
    font-size: 20px;
    padding: 10px 15px 10px 5px;
    margin-bottom: 7px;
  }

  #article {
    margin: 60px 20px 0;
  }

  #article p {
    font-size: 14px;
    line-height: 28px;
  }

  .content_area01 img,
  .content_area02 img,
  .content_area03 img {
    width: 100%;
  }

  #article .content_area01 h2 p,
  #article .content_area02 h2 p,
  #article .content_area03 h2 p {
    font-size: 18px;
  }

  .content_area01 h2 p,
  .content_area02 h2 p,
  .content_area03 h2 p {
    padding: 5px 3px;
  }

  .content_area01 .catch {
    top: 140px;
    left: 0;
  }

  .content_area02 .catch {
    top: 30px;
    left: 160px;
  }

  .content_area02 h2 p {
    box-shadow: 5px 3px 0px 0 rgb(198, 35, 78);
    margin-left: 8px;
  }

  .content_area03 .catch {
    left: 10px;
    bottom: 50px;
  }

  #article .content_area03 h2 p {
    box-shadow: 5px 3px 0px 0 rgb(198, 35, 78);
    margin-bottom: 8px;
  }

  .content_area04 h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .lp_linkarea {
    margin: 60px 0;
    padding: 0;
  }

  .lp_linkarea a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }

  footer{
    background: #000;
    padding: 1% 0;
  }

  .footer-nav{
    display: block;
    overflow: hidden;
    text-align: center;
    margin-top: 2vh;
  }

  .footer-nav li {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .footer-nav li:nth-child(n + 2)::before {
    content: '';
    color: #fff;
    vertical-align: middle;
  }
}

footer p.copy{
	text-align: center;
	color: #fff;
	margin: 3vh 0 0 0;
}


@charset "UTF-8";
.about-content_intro{
  font-size: 1.285rem;
  line-height: 2;
  padding: 100px 0 80px 0;
  text-align: center;
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .about-content_intro {
    font-size: 0.928rem;
    line-height: 2;
    padding: 15vw 0;
  }
}

.about-content_txt {
  padding: 100px 0 0;
}

@media screen and (max-width: 768px) {
  .about-content_txt {
    padding: 10vw 0 0;
  }
}

.about-content_txt li {
  font-size: 1.285rem;
  line-height: 2;
  color: #595656;
  border-bottom: 1px solid;
  padding-bottom: 80px;
}

.about-content_txt li img {
  margin: 0 0 50px 0;
}

@media screen and (max-width: 768px) {
  .about-content_txt li {
    font-size: 0.928rem;
    letter-spacing: -0.01em;
    line-height: 2;
    padding-bottom: 15vw;
  }
  .about-content_txt li img {
  margin: 0 auto 10vw auto;
  width: 200px;
  text-align: center;
  }
}

.about-content_txt li:nth-child(1) {
  background: url(/contents/ex/img/about/about_akaran_bg.png) no-repeat;
  background-position: 100% 95%;
  background-size: 300px;
}

@media screen and (max-width: 768px) {
  .about-content_txt li:nth-child(1) {
    background-position: 100% 97%;
    background-size: 35vw;
  }
}

.about-content_txt li:nth-child(1) img {
  display: block;
  width: 300px;
  height: 53px;
}

@media screen and (max-width: 768px) {
  .about-content_txt li:nth-child(1) img ,
	.about-content_txt li:nth-child(2) img ,
	.about-content_txt li:nth-child(3) img {
	  width: 200px;
	  height: auto;
	}
}

.about-content_txt li:nth-child(2) {
  background: url(/contents/ex/img/about/about_akaranp_bg.png) no-repeat;
  background-position: 100% 80%;
  background-size: 240px;
}


@media screen and (max-width: 768px) {
  .about-content_txt li:nth-child(2) {
    background-position: 100% 96%;
    background-size: 36vw;
  }
}

.about-content_txt li:nth-child(2) img {
  display: block;
  width: 315.5px;
  height: 54px;
}

.about-content_txt li:nth-child(3) {
  background: url(/contents/ex/img/about/about_agarism_bg.png) no-repeat;
  background-position: 100% 100%;
  background-size: 180px;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .about-content_txt li:nth-child(3) {
    background-position: 100% 88%;
    background-size: 22vw;
  }
}

.about-content_txt li:nth-child(3) img {
  display: block;
  width: 299px;
  height: 54px;
}

@media screen and (max-width: 768px) {
  .about-content_txt li:nth-child(1) img ,
  .about-content_txt li:nth-child(2) img ,
  .about-content_txt li:nth-child(3) img {
  width: 200px;
  height: auto;
  }
}

.about-content_txt li:nth-child(n + 2) {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .about-content_txt li:nth-child(n + 2) {
    margin-top: 10vw;
  }
}

.about-content_concierge {
  background: #f7f3f1;
  padding: 50px 45px 50px 30px;
  overflow: hidden;
  width: 1025px;
}

@media screen and (max-width: 768px) {
  .about-content_concierge {
    width: 90%;
    padding: 10vw 5%;
  }
}

.about-content_concierge img {
  float: right;
  width: 410px;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .about-content_concierge img {
    width: 100%;
    height: auto;
  }
}

.about-content_concierge h2 {
  font-size: 1.428rem;
  text-align: center;
  font-weight: bold;
  color: #555352;
  line-height: 1.4;
  letter-spacing: 0.1em;
  width: 580px;
}

@media screen and (max-width: 768px) {
  .about-content_concierge h2 {
    width: 100%;
    font-size: 1.071rem;
    line-height: 4;
  }
}

.about-content_concierge p {
  font-size: 1.142rem;
  color: #555352;
  width: 580px;
  line-height: 2;
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .about-content_concierge p {
    width: 100%;
    font-size: 0.857rem;
    margin-top: 0;
  }
}

.mypage h2 {
  position: relative;
  font-size: 1.785rem;
  font-weight: bold;
  border-bottom: 1px solid;
  line-height: 2;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .mypage h2 {
    font-size: 1.142rem;
    padding-left: 8vw;
  }
}

.mypage h2::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: '';
  width: 11px;
  height: 21px;
  background: url(/contents/ex/img/mypage/arrow.png) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .mypage h2::before {
    top: 3vw;
    left: 4vw;
    width: 2vw;
    height: 4vw;
  }
}

.mypage .attention {
  color: #f00;
  font-size: 1.071rem;
}

@media screen and (max-width: 768px) {
  .mypage .attention {
    font-size: 0.928rem;
  }
}

.mypage .announce {
  font-size: 1.142rem;
  line-height: 2;
  padding: 20px 0 40px;
}

.mypage .announce_mail {
    font-size: 0.928rem;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #f90202;
}

@media screen and (max-width: 768px) {
  .mypage .announce {
    font-size: 0.928rem;
    line-height: 1.6;
    padding: 5vw 0 10vw;
  }

.mypage .announce_mail {
    font-size: 0.928rem;
    line-height: 1.6;
    padding: 0;
    margin: -9% 0 0 0;
    color: #f90202;
}
}

.mypage_table {
  width: 100%;
  border-collapse: collapse;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .mypage_table tbody, .mypage_table tr, .mypage_table th, .mypage_table td {
    display: block;
  }
}

.mypage_table + .mypage_table tr:first-child th,
.mypage_table + .mypage_table tr:first-child td {
  border-top: none;
}

.mypage_table tr + tr th {
  border-top: none;
}

.mypage_table th {
  width: 300px;
  height: 58px;
  border: 1px solid #a3a3a3;
  background: #dae8f5;
  padding: 10px 0 10px 30px;
  font-size: 1.185rem;
}

@media screen and (max-width: 768px) {
  .mypage_table th {
    font-size: 1rem;
    padding-left: 5%;
    width: 95%;
    height: auto;
    line-height: 1.6;
    padding: 3vw 0 3vw 5%;
  }
  .mypage_table th + td {
    border-top: none;
  }
}

.mypage_table td {
  width: 796px;
  height: 58px;
  border: 1px solid #a3a3a3;
  padding: 10px 0 10px 27px;
}

@media screen and (max-width: 768px) {
  .mypage_table td {
    font-size: 1rem;
    padding-left: 5%;
    width: 95%;
    height: auto;
    line-height: 1.6;
    padding: 3vw 0 3vw 5%;
  }
}

.mypage_table td input[type=text], .mypage_table td input[type=password] {
  width: 340px;
  height: 34px;
  border-radius: 5px;
  padding-left: 0.5em;
}


@media screen and (max-width: 768px) {
  .mypage_table td input[type=text], .mypage_table td input[type=password] {
    width: 80%;
  }

	.mypage_table td input[type=text], .mypage_table td input[type=password] {
		width: 80%;
	}
}

.mypage_table td input[type=checkbox] {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  margin-left: 30px;
}

.mypage_table td label {
  font-size: 1.185rem;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .mypage_table td label {
    font-size: 1rem;
  }
}

.mypage_table .mail-address {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .mypage_table .mail-address {
    display: table;
    margin-top: 10px;
  }

  .mypage_table .mail-address input,
  .mypage_table .mail-address label {
    display: table-cell;
  }

  .mypage_table .mail-address input {
    margin-left: 0 !important;
    position: relative;
    top: -2px;
  }

  .mypage_table .mail-address label {
    padding-left: 7px;
  }
}

.mypage .btn_area {
  margin: 40px 0 60px;
  text-align: center;
}

.mypage .btn_area .radiusBtn {
  width: 367px;
  height: 50px;
  color: #fff;
  font-size: 1.285rem;
  background: #7ca2c4;
}

.mypage .btn_area .radiusBtn02 {
  width: 367px;
  height: 50px;
  color: #fff;
  font-size: 1.285rem;
  background: #f6a7a7;
}

.mypage .btn_area_line {
	max-width: 280px;
	height: 64px;
  margin: 50px auto;
  overflow: hidden;
}

.mypage .btn_area_line a:hover img {
  margin-top: -64px;
	opacity: 1;
	transition: 0s;
}

.mypage .btn_area_line a:active img {
  margin-top: -128px;
	opacity: 1;
	transition: 0s;

}

.mypage .btn_area_line a:hover{
	opacity: 1;
}

.mypage .btn_area_line .btn_line img{
	width: 100%;
}

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

  .mypage .btn_area .radiusBtn,
  .mypage .btn_area .radiusBtn02 {
    font-size: 1rem;
    width: 100%;
    height: 3rem;
		margin-bottom: 5vw;
  }

  .mypage .btn_area .btn02{
    width: 100%;
  }

 .cart_bnr img {
    width: 100%;
  }

}

.mypage #agreement {
  font-size: 1.285rem;
}

@media screen and (max-width: 768px) {
  .mypage #agreement {
    font-size: 1rem;
  }
}

.login-mypage {
  margin-top: 45px;
}

.login-mypage p {
  font-size: 1.142rem;
  line-height: 2;
  margin-top: 20px;
}

.login-mypage p.p-spaceTop {
  margin-top: 60px;
}

.login-mypage p.attention {
  margin-top: 40px;
}

.login-mypage p.attention span {
  color: #e60012;
}

.login-mypage_notMember h2 {
  margin-top: 80px;
}

.login-mypage_notMember .btn_area {
  margin-top: 40px;
}

.login-mypage_notMember .btn_area .radiusBtn {
  width: 367px;
  height: 50px;
  background: #f6a7a7;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .login-mypage_notMember .btn_area .radiusBtn {
    width: 100%;
  }
}

.login-mypage_notMember .btn_area .radiusBtn a {
  color: #fff;
  font-size: 1.285rem;
  line-height: 2.8;
}

@media screen and (max-width: 768px) {
  .login-mypage_notMember .btn_area .radiusBtn a {
    font-size: 1rem;
    line-height: 3;
  }
}

.login-mypage #completebox input[type=checkbox],
.login-mypage .mypage_table td input[type=checkbox] {
  margin-left: 10px;
}

.login-mypage #completebox input.box240,
.login-mypage .mypage_table td input.box240 {
  width: 244px;
}

.abouts-content,
.order-content {
  margin-top: 4vw;
}

@media screen and (max-width: 768px) {
  .abouts-content,
  .order-content {
    margin-top: 10vw;
  }
}

.abouts-content .mypage_table,
.order-content .mypage_table {
  margin-top: 30px;
}

.abouts-content .mypage_table td,
.order-content .mypage_table td {
  font-size: 1.185rem;
}

@media screen and (max-width: 768px) {
  .abouts-content .mypage_table td,
  .order-content .mypage_table td {
    font-size: 1rem;
  }
}

.privacy-content {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .privacy-content {
    margin-top: 10vw;
  }
}

.privacy-content_area h3 {
  position: relative;
  margin-top: 50px;
  font-size: 1.285rem;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .privacy-content_area h3 {
    font-size: 1.071rem;
  }
}

.privacy-content_area h3::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  background: #120b08;
}

.privacy-content_area p {
  font-size: 1.142rem;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .privacy-content_area p {
    font-size: 1rem;
  }
}

.privacy-content_area ul {
  margin-top: 10px;
}

.privacy-content_area ul li {
  position: relative;
  font-size: 1.142rem;
  line-height: 2;
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .privacy-content_area ul li {
    font-size: 1rem;
  }
}

.privacy-content_area ul li:before {
  content: '・';
  position: absolute;
  top: ０;
  left: 0;
  width: 1rem;
  height: 1rem;
}

#kiyaku-content,
.kiyaku-content {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  #kiyaku-content,
  .kiyaku-content {
    margin-top: 10vw;
  }
}

#kiyaku-content h3,
.kiyaku-content h3 {
  margin-top: 20px;
  font-size: 1.142rem;
  line-height: 2.5;
}

#kiyaku-content p,
.kiyaku-content p {
  font-size: 1.142rem;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  #kiyaku-content p,
  .kiyaku-content p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

#kiyaku-content p.message,
.kiyaku-content p.message {
  text-align: center;
  font-weight: bold;
  font-size: 1.428rem;
}

@media screen and (max-width: 768px) {
  #kiyaku-content p.message,
  .kiyaku-content p.message {
    font-size: 1.285rem;
    padding: 1em 0;
  }
}

#kiyaku-content ul li,
.kiyaku-content ul li {
  font-size: 1.142rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #kiyaku-content ul li,
  .kiyaku-content ul li {
    font-size: 1rem;
  }
}

#kiyaku-content dl dt,
#kiyaku-content dl dd,
.kiyaku-content dl dt,
.kiyaku-content dl dd {
  font-size: 1.142rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #kiyaku-content dl dt,
  #kiyaku-content dl dd,
  .kiyaku-content dl dt,
  .kiyaku-content dl dd {
    font-size: 1rem;
  }
}

#kiyaku-content ol.list_parentheses,
.kiyaku-content ol.list_parentheses {
  padding: 0;
  margin: 0;
}

#kiyaku-content ol.list_parentheses li,
.kiyaku-content ol.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

#kiyaku-content ol.list_parentheses li::before,
.kiyaku-content ol.list_parentheses li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

#kiyaku-content .btn_area ul,
.kiyaku-content .btn_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #kiyaku-content .btn_area ul,
  .kiyaku-content .btn_area ul {
    display: block;
  }
  #kiyaku-content .btn_area ul li:first-child,
  .kiyaku-content .btn_area ul li:first-child {
    margin-bottom: 20px;
  }
}

#kiyaku-content .btn_area .radiusBtn:first-child,
.kiyaku-content .btn_area .radiusBtn:first-child {
  margin-right: 20px;
  background: #fff;
  border: 1px solid #a3a3a3;
}

#kiyaku-content .btn_area .radiusBtn:first-child a,
.kiyaku-content .btn_area .radiusBtn:first-child a {
  color: #a3a3a3;
}

#kiyaku-content .btn_area .radiusBtn:last-child,
.kiyaku-content .btn_area .radiusBtn:last-child {
  background: #f6a7a7;
  border: 1px solid #f6a7a7;
}

#kiyaku-content .btn_area .radiusBtn:last-child a,
.kiyaku-content .btn_area .radiusBtn:last-child a {
  color: #fff;
}

.refusal-content {
  margin-top: 45px;
}

.refusal-content .mt-20 {
  margin-top: 20px;
}

.refusal-content h3 {
  margin-top: 20px;
  font-size: 1.142rem;
  line-height: 2.5;
}

.refusal-content p {
  font-size: 1.142rem;
  line-height: 2.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .refusal-content p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.refusal-content p.message {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.428rem;
}

@media screen and (max-width: 768px) {
  .refusal-content p.message {
    font-size: 1.285rem;
    padding: 1em 0;
  }
}

.refusal-content ul li {
  font-size: 1.142rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .refusal-content ul li {
    font-size: 1rem;
  }
}

.refusal-content .btn_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
	.refusal-content .btn_area ul {
	  display: block;
	}
}

.refusal-content .btn_area .radiusBtn:first-child {
  margin-right: 20px;
  background: #f6a7a7;
  border: 1px solid #f6a7a7;
}

.refusal-content .btn_area .radiusBtn:first-child a {
  color: #fff;
}

.refusal-content .btn_area .radiusBtn:last-child {
  background: #fff;
  border: 1px solid #a3a3a3;
  color: #a3a3a3;
}

.refusal-content .btn_area .radiusBtn:last-child a {
  color: #a3a3a3;
}

.contact-content {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .contact-content {
    margin-top: 10vw;
  }
}

.contact-content h3 {
  margin-top: 20px;
  font-size: 1.085rem;
  line-height: 2;
}

.contact-content .mypage_table th {
  height: auto;
}

@media screen and (max-width: 768px) {
  .contact-content .mypage_table th {
    background: none;
    padding: 3vw 0 1.5vw;
    border: none;
    width: 100%;
    letter-spacing: -0.05em;
  }
  .contact-content .mypage_table th .is-sp {
    display: inline;
  }
  .contact-content .mypage_table th .attention {
    margin-left: 0;
  }
	.box60{
		margin: 2% 0 ;
	}
}

.contact-content .mypage_table th .attention {
  margin-left: 10px;
}

.contact-content #comment {
  width: 100%;
}

.contact-content .mypage_table td {
  height: auto;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  font-size: 1.185rem;
}

@media screen and (max-width: 768px) {
  .contact-content .mypage_table td {
    background: none;
    padding: 3vw 0;
    border: none;
    width: 100%;
    font-size: 1.071rem;
  }

  .contact-content.detail .mypage_table th {
    border: 1px solid #a3a3a3;
    background: #dae8f5;
    padding: 3vw 0 1.5vw 2%;
    width: 98%;
  }

  .contact-content.detail .mypage_table th {
    border: 1px solid #a3a3a3;
    background: #dae8f5;
    padding: 3vw 0 1.5vw 2%;
    width: 98%;
  }

  .contact-content.detail .mypage_table td {
    border-right: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    padding: 3vw 0 1.5vw 2%;
    width: 98%;
  }

  .contact-content.detail .mypage_table tr:last-child td {
    border-bottom: 1px solid #a3a3a3;
  }

  .contact-content.detail .btn_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-content #comment {
    width: 100%;
    border: 1px solid #a3a3a3;
  }
}

.contact-content .mypage_table td input[type=text] + span.mini,
.contact-content .mypage_table td input[type=text] + span.attention {
  font-size: 1.071rem;
  margin-left: 15px;
}

.contact-content .mypage_table td input[type=text].top2 {
  margin-bottom: 3vw;
}

.contact-content .mypage_table td input[type=text].box220 {
  width: 224px;
}

.contact-content .mypage_table td input[type=text].box120 {
  width: 124px;
}

.contact-content .mypage_table td input[type=text].box420 {
  width: 424px;
}

@media screen and (max-width: 768px) {
  .contact-content .mypage_table td input[type=text] {
    border: 1px solid #231815;
  }
  .contact-content .mypage_table td input[type=text] + span.mini,
  .contact-content .mypage_table td input[type=text] + span.attention {
    font-size: 1.071rem;
    margin-left: 3.5vw;
  }
  .contact-content .mypage_table td input[type=text].top {
    margin-bottom: 3.5vw;
  }
  .contact-content .mypage_table td input[type=text].box220 {
    width: 75%;
  }
  .contact-content .mypage_table td input[type=text].box220.w82 {
    width: 82%;
  }
  .contact-content .mypage_table td input[type=text].box220.w88 {
    width: 88%;
  }
  .contact-content .mypage_table td input[type=text].box120 {
    width: 25%;
  }
  .contact-content .mypage_table td input[type=text].box440 {
    width: 96%;
  }
}

.contact-content .mypage_table td textarea {
  width: 96%;
  border-radius: 5px;
  padding-left: 0.5em;
}

.contact-content .mypage_table td select {
  font-size: 16px;
  width: 230px;
  height: 2.6rem;
}

@media screen and (max-width: 768px) {
  .contact-content .mypage_table td select {
    border-radius: 5px;
    padding-left: 0.5em;
    border: 1px solid #231815;
    width: 100%;
    font-size: 1.142rem;
  }
}

.contact-content.confirm .mypage_table th {
  border: 1px solid #a3a3a3;
  background: #dae8f5;
  padding: 3vw 0 1.5vw 2%;
  width: 30%;
}

.contact-content.confirm .mypage_table td {
  border-right: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  padding: 4vw 0 4vw 2%;
  width: 70%;
}

.contact-content.confirm .mypage_table tr:last-child td {
  border-bottom: 1px solid #a3a3a3;
}

.contact-content.confirm .btn_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .contact-content.confirm .mypage_table th,
  .contact-content.confirm .mypage_table td {
    width: 100%;
  }

  .contact-content.confirm .btn_area ul {
    display: block;
  }
}

.contact-content.confirm .btn_area .radiusBtn:first-child {
  margin-right: 20px;
  background: #fff;
  border: 1px solid #a3a3a3;
}

.contact-content.confirm .btn_area .radiusBtn:first-child a {
  color: #a3a3a3;
}

@media screen and (max-width: 768px) {
  .contact-content.confirm .btn_area .radiusBtn:first-child a {
    font-size: 1rem;
    line-height: 3;
  }
}

.contact-content.confirm .btn_area .radiusBtn:last-child {
  background: #f6a7a7;
  border: 1px solid #f6a7a7;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .contact-content.confirm .btn_area .radiusBtn:last-child {
    margin-top: 5vw;
    line-height: 3;
  }
}

.contact-content.complete p {
  font-size: 1.142rem;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .contact-content.complete p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.contact-content.complete p.message {
  font-size: 1.285rem;
  font-weight: bold;
  line-height: 2;
  margin: 20px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-content.complete p.message {
    width: 74%;
    margin: 5vw auto;
  }
}

.contact-content.complete .radiusBtn {
  margin: auto;
}

.contact-content.complete .radiusBtn a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .contact-content.complete .radiusBtn a {
    font-size: 1rem;
    line-height: 3;
  }
}

.entry-content {
  margin-top: 50px;
}

.entry-content h2 + p {
  margin-top: 20px;
}

.entry-content p + p {
  margin-top: 10px;
}

.entry-content .mypage_table {
  margin: 40px 0;
}

.entry-content .mypage_table td {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.185rem;
}

@media screen and (max-width: 768px) {
  .entry-content .mypage_table td {
    font-size: 1rem;
  }
	.entry-content .mypage_table td input[type=text], .entry-content .mypage_table td input[type=password] {
	  width: 92%;
	}
}

/*.entry-content .mypage_table p:not(.top) {
  display: inline;
}*/

.entry-content .mypage_table input {
  height: 34px;
  border-radius: 5px;
  padding-left: 0.5em;
}

.entry-content .mypage_table input[type=radio] {
  height: inherit;
}

.entry-content .mypage_table input[type=radio] + label {
  vertical-align: middle;
}

.entry-content .mypage_table input[name="email02"], .entry-content .mypage_table input[name="email_mobile02"], .entry-content .mypage_table input[name=password02], .entry-content .mypage_table input#addr01, .entry-content .mypage_table input#addr02, .entry-content .mypage_table input#shipping_addr01, .entry-content .mypage_table input#shipping_addr02 {
  margin-top: 20px;
}

.entry-content .mypage_table select {
  font-size: 16px;
  width: 230px;
  height: 2.6rem;
}

.entry-content .mypage_table select[name=year] {
  width: 120px;
  margin-right: 5px;
}

.entry-content .mypage_table select[name=month], .entry-content .mypage_table select[name=day] {
  width: 60px;
  margin: 0 5px 0 10px;
}

.entry-content .mypage_table .box60 {
  width: 64px;
}

.entry-content .mypage_table .box120 {
  width: 240px;
}

.entry-content .mypage_table .box240 {
  width: 240px;
}

.entry-content .mypage_table .box260 {
  margin-top: 20px;
}

.entry-content .message {
  font-size: 1.285rem;
  margin-top: 20px;
}

.entry-content #kiyaku-content {
  font-size: 1.285rem;
  margin-top: 0;
}

.entry-content .btn_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .entry-content .btn_area ul {
    display: block;
  }
  .entry-content .btn_area ul li:nth-child(2) {
    margin-top: 5vw;
  }
}

.entry-content .btn_area .radiusBtn:first-child {
  margin-right: 20px;
  background: #fff;
  border: 1px solid #a3a3a3;
}

.entry-content .btn_area .radiusBtn:first-child a {
  color: #a3a3a3;
}

.entry-content .btn_area .radiusBtn:last-child {
  background: #f6a7a7;
  border: 1px solid #f6a7a7;
  color: #fff;
}

.entry-content .information {
  font-size: 1.071rem;
  line-height: 1.8;
}

.entry-content .deliv_check {
  font-size: 1.071rem;
  line-height: 1.8;
}

.entry-content .deliv_check input[name="deliv_check"] {
  width: 15px;
  height: 15px;
  border-radius: 3px;
}

.entry-content #deliv_box {
  display: none;
}

#two_maincolumn_right .cart-content {
  width: 100%;
}

#two_maincolumn_right .cart-content #cart_navi {
  width: 90%;
}
@media screen and (max-width: 768px) {
  #two_maincolumn_right .cart-content #cart_navi {
    width: 100%;
  }
}

.cart-content h2:nth-of-type(n + 1) {
  margin-top: 40px;
}

.cart-content h3 {
  font-size: 1.428rem;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .cart-content h3 {
    font-size: 1.285rem;
  }
}

.cart-content h3 .radiusBtn {
  line-height: 2;
  font-size: 1.142rem;
  float: right;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .cart-content h3 .radiusBtn {
    font-size: 1rem;
  }
}

.cart-content .mypage_table {
  margin: 15px 0 40px;
}

@media screen and (max-width: 768px) {
  .cart-content .mypage_table {
    margin: 10vw auto 15vw;
  }
}

.cart-content .mypage_table.epMultiple th,
.cart-content .mypage_table.epMultiple td {
  padding-left: 0;
  text-align: center;
}

.cart-content .mypage_table.epMultiple th .box60,
.cart-content .mypage_table.epMultiple td .box60 {
  text-align: center;
  padding-left: 0;
}

.cart-content .mypage_table.epMultiple th select,
.cart-content .mypage_table.epMultiple td select {
  width: 450px;
}

.cart-content p {
  font-size: 1.285rem;
  line-height: 1.8;
}

.cart-content p.deliv_txt {
  font-size: 1rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .cart-content p {
    font-size: 1rem;
  }

  .cart-content p.deliv_txt {
  font-size: 0.8rem;
  margin-bottom:1rem;
}

}

.cart-content p.teiki_detail, .cart-content p.teiki_caution {
  margin-top: 15px;
}

.cart-content p select {
  font-size: 16px;
  width: 230px;
  height: 2.6rem;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .cart-content p select {
    border-radius: 5px;
    padding-left: 0.5em;
    border: 1px solid #231815;
    width: 100%;
    font-size: 1.142rem;
  }
}

.cart-content .delivdate {
  font-size: 1.285rem;
}

.cart-content .delivdate .deliv_blc {
  padding-top: 10px;
}

.cart-content .delivdate select {
  font-size: 16px;
  width: 230px;
  height: 2.6rem;
}

@media screen and (max-width: 768px) {
  .cart-content .delivdate select {
    border-radius: 5px;
    padding-left: 0.5em;
    border: 1px solid #231815;
    width: 100%;
    font-size: 1.142rem;
  }
}

.cart-content_contact {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .cart-content_contact {
    padding-top: 10vw;
  }
}

.cart-content_contact textarea {
  width: 100%;
  margin-top: 5px;
  border: 1px solid #231815;
}

@media screen and (max-width: 768px) {
  .cart-content_complete {
    margin-top: 10vw;
  }
}

.cart-content_complete p {
  font-size: 1.285rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .cart-content_complete p {
    font-size: 1rem;
  }
}

.cart-content_complete p.mt20 {
  margin-top: 20px;
}

.cart-content_complete .empty {
  margin-top: 20px;
}

.cart-content_complete .empty .attention {
  font-size: 1.142rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .cart-content_complete .empty .attention {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.cart-content_complete .btn_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .cart-content_complete .btn_area ul {
    display: block;
  }
}

.cart-content_complete .btn_area ul .radiusBtn + li {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .cart-content_complete .btn_area ul .radiusBtn + li {
    margin-top: 5vw;
    margin-left: 0;
  }
}

.cart-content_complete .btn_area ul .radiusBtn a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cart-content_complete .btn_area ul .radiusBtn a {
    font-size: 1rem;
    line-height: 3;
  }
}

.cart-content_table {
  width: 100%;
  display: table;
  font-size: 1.285rem;
  margin: 30px 0;
}

.cart-content_table.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .cart-content_table.is-sp {
    display: table;
    font-size: 1rem;
  }
  .cart-content_table.is-pc {
    display: none;
  }
}

.cart-content_table tr:last-child th {
  background: #e5e5e5;
  text-align: right;
  padding-right: 20px;
}

.cart-content_table tr:last-child td {
  text-align: right;
}

.cart-content_table th {
  background: #dae8f5;
  border: 1px solid #a3a3a3;
  text-align: center;
  line-height: 45px;
}

.cart-content_table td {
  display: table-cell;
  border: 1px solid #a3a3a3;
  text-align: center;
  padding: 10px;
}

.cart-content_table td a {
  color: #555352;
}

.cart-content_table td #quantity_level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .cart-content_table td #quantity_level {
    display: block;
  }
  .cart-content_table td #quantity_level li:first-child {
    margin: 5vw 0;
  }
}

.cart-content #payment {
  font-size: 1.285rem;
  line-height: 1.8;
}

#cart_navi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 20px auto 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #cart_navi {
    width: 100%;
  }
}

#cart_navi::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background: #a3a3a3;
}

#cart_navi li {
  border-radius: 25px;
  border: 1px solid #a3a3a3;
  padding: 5px 20px;
  background: #fff;
  z-index: 1;
}

#cart_navi li.now {
  background: #dae8f5;
}

@media screen and (max-width: 768px) {
  #cart_navi li {
    border-radius: 3px;
  }
  #cart_navi li {
    border-radius: 5px;
    padding: 5px 17.5px;
    margin: 0 2.1% 0 0;
    font-size: 0.9rem;
    z-index: 1;
}
}

.entry-confirm-content .mypage_table td {
  font-size: 1.185rem;
}

.entry-confirm-content .btn_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-confirm-content .btn_area .radiusBtn:first-child {
  margin-right: 20px;
  background: #fff;
  border: 1px solid #a3a3a3;
}

.entry-confirm-content .btn_area .radiusBtn:first-child a {
  color: #a3a3a3;
}

.entry-confirm-content .btn_area .radiusBtn:last-child {
  background: #f6a7a7;
  border: 1px solid #f6a7a7;
  color: #fff;
}

.regularVisual {
  position: absolute;
  margin-left: -5%;
}

.regular-content {
  margin: 30vw auto 0;
  color: #555352;
}

@media screen and (max-width: 768px) {
  .regular-content {
    margin: 50vw auto 0;
  }
}

.regular-content .regular-point .point1 img {
  width: 100%;
}

.regular-content .regular-point .point-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .regular-content .regular-point .point-other {
    display: block;
    padding-top: 25px;
  }
}

.regular-content .regular-point .point-other .point2,
.regular-content .regular-point .point-other .point3 {
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .regular-content .regular-point .point-other .point2,
  .regular-content .regular-point .point-other .point3 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.regular-content .regular-point .point-other img {
  width: 100%;
}

.regular-content .regular-point h3 {
  padding-top: 45px;
  font-size: 1.642rem;
  color: #7ca2c4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .regular-content .regular-point h3 {
    font-size: 1.285rem;
  }
}

.regular-content .regular-point p {
  padding-top: 30px;
  font-size: 1.285rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .regular-content .regular-point p {
    font-size: 0.928rem;
    letter-spacing: -0.05rem;
    text-align: left;
  }
}

.regular-content .regular-delivery {
  overflow: hidden;
}

.regular-content .regular-delivery h2 {
  position: relative;
  font-size: 1.785rem;
  font-weight: bold;
  border-bottom: 1px solid;
  line-height: 2;
  padding-left: 40px;
  margin-top: 110px;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .regular-content .regular-delivery h2 {
    font-size: 1.142rem;
    padding-left: 8vw;
    margin: 10vw 0 5vw;
  }
}

.regular-content .regular-delivery h2::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: '';
  width: 30px;
  height: 25.5px;
  background: url(/contents/ex/img/regular/teiki_truck_icon.png) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .regular-content .regular-delivery h2::before {
    top: 3vw;
    left: 0;
    width: 4.8vw;
    height: 4vw;
  }
}

.regular-content .regular-delivery_wrap {
  width: 494px;
  height: 315px;
  background: #f6f6f6;
  padding: 28px 23px;
  margin-bottom: 17px;
  float: left;
}

@media screen and (max-width: 768px) {
  .regular-content .regular-delivery_wrap {
    width: 94%;
    height: auto;
    float: none;
    padding: 5% 3%;
  }
}

.regular-content .regular-delivery_wrap:nth-child(even) {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .regular-content .regular-delivery_wrap:nth-child(even) {
    margin-right: 0;
  }
}

.regular-content .regular-delivery_wrap h3 {
  color: #7ca2c4;
  font-size: 1.357rem;
  padding-bottom: 15px;
}

.regular-content .regular-delivery_wrap p {
  line-height: 2;
  font-size: 1.071rem;
}

@media screen and (max-width: 768px) {
  .regular-content .regular-delivery_wrap p {
    line-height: 1.8;
    font-size: 0.928rem;
    /*letter-spacing: -0.05rem;*/
  }
}

.regular-content .regular-delivery_wrap p + h4 {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .regular-content .regular-delivery_wrap p + h4 {
    padding-top: 10vw;
  }
}

.regular-content .regular-delivery_wrap p a:hover,
.regular-content .regular-delivery_wrap p a:link,
.regular-content .regular-delivery_wrap p a:active,
.regular-content .regular-delivery_wrap p a:visited {
  color: #00f;
}

.regular-content .regular-delivery_wrap img {
  width: 100%;
  padding: 20px 0;
}

.regular-content .regular-delivery_wrap .bold {
  font-weight: bold;
}

.regular-content .regular-delivery_wrap .attention {
  font-size: 0.928rem;
  letter-spacing: 0.06rem;
}

@media screen and (max-width: 768px) {
  .regular-content .regular-delivery_wrap .attention {
    font-size: 0.785rem;
    letter-spacing: 0;
  }
}

.regular-content_list {
  clear: both;
}

.regular-content_list h2 {
  position: relative;
  font-size: 1.785rem;
  font-weight: bold;
  border-bottom: 1px solid;
  line-height: 2;
  padding-left: 40px;
  margin-top: 110px;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .regular-content_list h2 {
    font-size: 1.142rem;
    padding-left: 8vw;
    margin: 10vw auto 5vw;
  }
}

.regular-content_list h2::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: '';
  width: 30px;
  height: 25.5px;
  background: url(/contents/ex/img/regular/teiki_cart_icon.png) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .regular-content_list h2::before {
    top: 3vw;
    left: 0;
    width: 4.4vw;
    height: 4vw;
  }
}

.regular-content_list .list_area img {
  width: 100%;
}
.shoppingGuide_wrap {
overflow: hidden;
margin: 20px 0;
}
@media screen and (max-width: 768px) {
.shoppingGuide_wrap {
margin: 10vw 0;
}
}
.shoppingGuide_wrap img {
width: 50%;
float: right;
margin-top: 20px;
}
@media screen and (max-width: 768px) {
.shoppingGuide_wrap img {
width: 100%;
float: none;
margin-top: 7vw;
}
}
.shoppingGuide_wrap h3 {
margin-top: 20px;
font-size: 1.285rem;
font-weight: bold;
line-height: 2.5;
}
@media screen and (max-width: 768px) {
.shoppingGuide_wrap h3 {
font-size: 1.142rem;
margin-top: 3vw;
}
}
.shoppingGuide_wrap ul {
width: 48%;
counter-reset: number;
}
@media screen and (max-width: 768px) {
.shoppingGuide_wrap ul {
width: 100%;
}
}
.shoppingGuide_wrap ul li {
position: relative;
list-style: none;
text-indent: -2rem;
margin-left: 2rem;
margin-bottom: 40px;
font-size: 1.142rem;
}
@media screen and (max-width: 768px) {
.shoppingGuide_wrap ul li {
font-size: 1rem;
margin-bottom: 5vw;
}
}
.shoppingGuide_wrap ul li::before {
content: '';
position: absolute;
width: 20px;
height: 20px;
background: #7ca2c4;
border-radius: 50%;
display: inline-block;
z-index: -1;
top: 0.1rem;
}
@media screen and (max-width: 768px) {
.shoppingGuide_wrap ul li::before {
width: 5vw;
height: 5vw;
}
}
.shoppingGuide_wrap ul li .num {
color: #fff;
display: inline;
margin-right: .5em;
padding: 0 .45rem;
}
@media screen and (max-width: 768px) {
.shoppingGuide_wrap ul li .num {
padding: 0 1.4vw;
margin-right: 0.8em;
}
}

.coupon-content {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .coupon-content {
    margin-top: 10vw;
  }
}

.kiyaku_wrap{
    margin-top: 70px;
}

#kiyaku_area {
    width: 90%;
    padding: 2% 5%;
    margin: 20px auto 0 auto;
    height: 200px;
    overflow: auto;
    background-color: #EFEFEF;
}

@media screen and (max-width: 768px) {
 .kiyaku_wrap{
     margin-top: 25px;
 }
}

/* サイトマップ */
.sitemap-content{
	display: flex;
	margin-top: 3vw;
	font-size: 1.228rem;
}

@media screen and (max-width: 768px) {
	.sitemap-content{
		display: block;
		margin-top: 3vw;
		font-size: 0.957rem;
	}
}
.sitemap-content ul{
	padding: 0;
	list-style: none;
	flex-basis: 33%;
}

.sitemap-content ul a{
	text-decoration: none;
	color: #555352;
}

.sitemap-content ul a:hover{
	color: #ccc;
}

.sitemap-content ul li{
	margin-bottom: 1rem;
}

.sitemap-content ul li.sitemap-title{
	font-size: 1.375rem;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.sitemap-content ul li.sitemap-title{
		font-size: 0.957rem;
}
}


.sitemap-content ul.sitemap li ul {
	margin: 0.8rem 0 2rem 0.6rem;
	padding: 0;
}

.sitemap-content ul.sitemap li ul {
	margin: 0.8rem 0 2rem 0.6rem;
	padding: 0;
}

.amazon_mypage{
  margin: 30px 0;
}

.amazon_mypage_btn{
  text-align: center;
}

@media screen and (max-width: 768px) {
  .amazon_mypage{
    margin: 30px 0;
  }

  .amazon_mypage_btn{
    text-align: center;
  }
}

