@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
#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;
}

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

/* Form 項目と入力ボックス間の空白調節*/
/*------------------------------------
* PC部分
*-------------------------------------*/
/* 本フォーム全体  */
.form_container_ec {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}

.form_cv_upsell_ec {
  margin: 10px auto;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 2s;
  overflow: hidden;
}

.form_perform_ec {
  width: 800px;
  margin: 10px auto;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 2s;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.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: 60px;
}

input.input_box_tel2_ec {
  width: 60px;
}

input.input_box_tel3_ec {
  width: 60px;
}

input.input_box_fax_ec {
  width: 70%;
}

input.input_box_fax1_ec {
  width: 60px;
}

input.input_box_fax2_ec {
  width: 60px;
}

input.input_box_fax3_ec {
  width: 60px;
}

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%;
}

p.form_box_label_ec strong {
  font-weight: bold;
}

p.form_box_label_ec label {
  font-weight: bold;
}

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_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;
}

.toggle_text {
  display: none;
}

/* カスタム項目 */
.free_columns-section_ec input {
  width: 70%;
}

.free_columns-section_ec input[type=checkbox], .free_columns-section_ec input[type=radio] {
  width: auto;
  top: -2px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.free_columns-section_ec .checkbox-wrapper, .free_columns-section_ec .radio-wrapper {
  margin-top: 5px;
}

.free_columns-section_ec .checkbox-wrapper > label, .free_columns-section_ec .radio-wrapper > label {
  display: inline-block;
  margin-left: 2px;
  width: 93%;
}

.free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}

.free_columns-section_ec textarea {
  width: 100%;
}

.free_columns-section_ec select {
  width: 70%;
}

.free_columns-section_ec select[multiple] {
  height: 100% !important;
}

.free_columns-section_ec .category-caption-wrapper {
  margin: 1.5em 0 0.8em 3em;
  padding: 1em 0em 1em 1em;
  font-size: 14px;
  font-weight: bold;
  border-left: 5px solid #203594;
  width: 852px;
}

.free_columns-section_ec .category-caption-text {
  display: inline-block;
  width: 90%;
}

.free_columns-section_ec tr.free_column_category-footer td {
  border-left: none;
  border-right: none;
}

.free_columns-section_ec .category-btn-wrapper {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}

.free_columns-section_ec .category-btn-wrapper .category-btn:before {
  display: inline-block;
  margin-right: 0.4rem;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.free_columns-section_ec .category-btn-wrapper.category-minus .category-btn:before {
  content: "ー";
  letter-spacing: 0;
  line-height: 1.95rem;
}

.free_columns-section_ec .category-btn-wrapper.category-plus {
  margin: 0.7em 0 0.8em 2em;
  padding: 1em;
}

.free_columns-section_ec .category-btn-wrapper.category-plus .category-btn:before {
  content: "＋";
  letter-spacing: 0;
  line-height: 1.95rem;
  font-weight: bold;
}

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

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.form_container_sp_ec {
  padding: 0;
  background-size: 100%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.form_cv_upsell_sp_ec {
  width: 100%;
  float: left;
  margin: 10px auto;
  padding: 10px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 2s;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.form_perform_sp_ec {
  width: 100%;
  float: left;
  margin: 10px auto;
  padding: 10px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 2s;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.form_perform_sp_ec h1 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 15px;
}

.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%;
}

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 span {
  font-weight: bold;
}

p.caution_sp_ec {
  padding-top: 10px;
  font-size: 14px;
}

p.product_name_sp_ec {
  padding: 0 15px 0 15px;
  font-size: 16px;
}

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

.optin_view_sp_ec,
.agreement_view_sp_ec,
.order_checklist_view_sp_ec {
  margin-left: 4%;
  padding-top: 15px;
  position: relative;
}

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

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

/* カスタム項目 */
.free_columns-section_sp_ec input {
  width: 98%;
}

.free_columns-section_sp_ec input[type=checkbox], .free_columns-section_sp_ec input[type=radio] {
  width: auto;
  top: -1px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.free_columns-section_sp_ec .checkbox-wrapper, .free_columns-section_sp_ec .radio-wrapper {
  margin-top: 5px;
}

.free_columns-section_sp_ec .checkbox-wrapper > label, .free_columns-section_sp_ec .radio-wrapper > label {
  display: inline-block;
  margin-left: 6px;
  width: 90%;
}

.free_columns-section_sp_ec .form_group_ec label {
  font-weight: normal;
}

.free_columns-section_sp_ec textarea {
  width: 100%;
}

.free_columns-section_sp_ec select {
  width: 98%;
}

.free_columns-section_sp_ec select[multiple] {
  height: 100% !important;
}

.free_columns-section_sp_ec .category-caption-wrapper {
  margin: 1em 0;
  padding: 1em 0em 1em 1em;
  font-size: 13px;
  font-weight: bold;
  border-left: 5px solid #203594;
}

.free_columns-section_sp_ec .category-caption-text {
  display: inline-block;
  width: 78%;
}

.free_columns-section_sp_ec tr.free_column_category-footer td {
  border-left: none;
  border-right: none;
}

.free_columns-section_sp_ec .category-btn-wrapper {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}

.free_columns-section_sp_ec .category-btn-wrapper .category-btn:before {
  display: inline-block;
  margin-right: 0.4rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.free_columns-section_sp_ec .category-btn-wrapper.category-minus .category-btn:before {
  content: "ー";
  letter-spacing: 0;
  line-height: 1.35rem;
}

.free_columns-section_sp_ec .category-btn-wrapper.category-plus {
  padding: 1em;
}

.free_columns-section_sp_ec .category-btn-wrapper.category-plus .category-btn:before {
  content: "＋";
  letter-spacing: 0;
  line-height: 1.35rem;
  font-weight: bold;
}

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

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

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

/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}

/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}

/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

/* 【PC】購入ボタンのデザイン */
.login_button_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

/* 【PC】購入ボタンのデザイン */
.submit_button_complete_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

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

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

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

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

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

.preview_container_sp_ec > table {
  width: 100%;
}

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

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

.table_bordered_sp_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 .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 .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;
}

/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
#confirm-view h1,
#confirm-view h2,
#confirm-view h3,
#confirm-view h4,
#confirm-view h5,
#confirm-view h6,
#confirm-view p,
#confirm-view ul,
#confirm-view ol,
#confirm-view li,
#confirm-view dl,
#confirm-view dt,
#confirm-view dd,
#confirm-view blockquote {
  margin: 0;
}

#confirm-view ul,
#confirm-view ol {
  list-style: none inside;
}

#confirm-view img,
#confirm-view a img {
  border: 0;
  vertical-align: middle;
}

#confirm-view .clearfix {
  zoom: 1;
}

#confirm-view .clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/* フォームボックスの各項目区切り  */
#confirm-view * {
  outline: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#confirm-view {
  font-size: 12px;
}

#confirm-view table {
  border-collapse: collapse;
  border-spacing: 0;
}

#countdown-timer {
  margin: 30px auto;
}

#countdown-timer h2 {
  line-height: 24px;
  font-size: 16px;
  padding: 10px;
  text-decoration: underline;
}

#countdown-timer .timer-clock {
  font-size: 20px;
  font-weight: bold;
}

#countdown-timer .timer-clock .timer {
  display: inline-block;
}

/*------------------------------------
* PC部分
*-------------------------------------*/
.form_container_ec a {
  text-decoration: none;
}

/* Form 項目と入力ボックス間の空白調節*/
.form_container_ec {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.menu_ec {
  width: 20%;
}

.confirm_subtitle_ec p {
  margin: 0px;
}

.form_confirm_ec {
  width: 800px;
  margin: 10px auto;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 2s;
  overflow: hidden;
}

#confirm-view .form_confirm_ec h1 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 15px;
}

.block_ec {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}

.confirm_title_ec {
  text-align: center;
}

.form_wizard_ec .form_wizard_levels_ec {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 10px;
  background: #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.form_wizard_ec .form_wizard_levels_ec {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 10px;
  background: #33414e;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.form_wizard_ec .form_wizard_levels_ec li {
  float: left;
  position: relative;
}

.form_container_ec ul li {
  list-style: none;
}

.form_container_ec li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.confirm_content_ec, .block-footer {
  width: 100%;
  float: left;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.form_container_ec th, td {
  text-align: left;
}

.table_bordered_ec {
  border: 0px !important;
}

.table_ec {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

.table_ec tr > td.blank_field_ec {
  background: #eee;
}

.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_sub_total_ec {
  width: 15%;
}

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

.btn_mg_ec {
  margin-left: 20px;
}

.center_ec {
  text-align: center;
}

.form_wizard_ec .form_wizard_levels_ec {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 10px;
  background: #e7e7e7;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.form_wizard_ec .form_wizard_levels_ec li {
  float: left;
  position: relative;
}

.form_wizard_ec .form_wizard_levels_ec li a {
  display: block;
  float: left;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  height: 50px;
  margin-right: 25px;
  position: relative;
}

.form_wizard_ec .form_wizard_levels_ec li a span {
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: 5px;
  font-size: 11px;
  background: #475b6d;
  border: 1px solid #313e4b;
  line-height: 18px;
}

.form_wizard_ec .form_wizard_levels_ec li:first-child a {
  -moz-border-radius: 5px 0px 0px;
  -webkit-border-radius: 5px 0px 0px;
  border-radius: 5px 0px 0px;
}

.form_inline_ec {
  display: inline-block;
}

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

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.form_container_sp_ec a {
  text-decoration: none;
}

.form_container_sp_ec {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.menu_sp_ec {
  width: 30%;
}

/* テーブルデザイン */
.form_confirm_sp_ec {
  width: 100%;
  float: left;
  margin: 10px auto;
  padding: 10px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 2s;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.form_confirm_sp_ec h1 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 15px;
}

.confirm_title_sp_ec {
  text-align: center;
  margin-top: 20px;
}

.confirm_content_sp_ec, .block-footer {
  width: 100%;
  float: left;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.form_container_sp_ec th, td {
  text-align: left;
}

.table_bordered_sp_ec {
  border: 0px !important;
}

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

.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;
}

.center_sp_ec {
  text-align: center;
}

.confirm_subtitle_sp_ec p {
  margin: 0px;
}

p.form_box_label_sp_ec strong {
  font-weight: bold;
}

.pull_right_ec {
  text-align: right;
}

.form_sub_group_sp_ec {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.form_sub_box_label_sp_ec {
  padding: 2%;
  vertical-align: middle;
  text-align: left;
}

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

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

/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】タイトルのアンダーバー */
.confirm_subtitle_ec {
  border: 1px solid #ddd;
  border-bottom: 3px solid #203594;
  font-weight: bold;
  padding: 10px;
  font-size: 120%;
  margin: 0 0 10px 0;
}

/* 【PC】ご注文内容の確認の色 */
.form_wizard_ec .form_wizard_levels_ec li.active a {
  border-top: solid #eee 1px;
  border-bottom: solid #eee 1px;
  background: #203594;
  color: white;
}

.form_wizard_ec .form_wizard_levels_ec li.active a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #203594;
  border-width: 25px;
  margin-top: -25px;
}

.form_wizard_ec .form_wizard_levels_ec li.active a span {
  color: #fff;
  background: #000;
  border-color: #203594;
  font-weight: bold;
}

/* 【PC】ボタン関連 */
.submit_bottom_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;
}

/* 【PC】ボタン関連 */
.btn_ec.btn_default_ec, .btn_ec.btn_default_ec:focus {
  background: #ffffff;
  border: 1px solid #D5D5D5;
}

.btn_default_ec {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn_ec {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.big_btn_ec {
  font-size: 160%;
  padding: 6px 30px;
}

.btn_color_ec {
  background: #00AB00;
  color: white;
}

/* カスタム項目 */
#view-free_columns-confirm .category-caption-text {
  margin: 1em 0;
  padding: 1em;
  font-size: 14px;
  border-left: 5px solid #203594;
  width: 852px;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】タイトルのアンダーバー */
.confirm_subtitle_sp_ec {
  border: 1px solid #ddd;
  border-bottom: 3px solid #203594;
  font-weight: bold;
  padding: 10px;
  font-size: 120%;
  margin: 0 0 10px 0;
}

/* 【SP】フォームの項目名ラベル(確認) */
.form_sub_box_label_sp_ec {
  background: #eee;
}

/* 【SP】ボタン関連 */
.submit_bottom_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;
}

.btn_sp_ec.btn_default_sp_ec, .btn_sp_ec.btn_default_sp_ec:focus {
  background: #ffffff;
  border: 1px solid #D5D5D5;
}

.btn_sp_ec {
  width: 80%;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn_default_sp_ec {
  width: 50%;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn_color_sp_ec {
  background: #00AB00;
  color: white;
}

.big_btn_sp_ec {
  font-size: 160%;
  padding: 10px 30px;
}

/* カスタム項目 */
#view-free_columns-confirm-sp .category-caption-wrapper {
  margin: 1em 0;
  padding: 1em 0em 1em 1em;
  font-size: 13px;
  font-weight: bold;
  border-left: 5px solid #203594;
}

#view-free_columns-confirm-sp .category-caption-text {
  display: inline-block;
  width: 83%;
}

/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】タイトルのアンダーバー */
.confirm_subtitle_ec {
  border: 1px solid #ddd;
  border-bottom: 3px solid #203594;
  font-weight: bold;
  padding: 10px;
  font-size: 120%;
  margin: 0 0 10px 0;
}

/* 【PC】ご注文内容の確認の色 */
.form_wizard_ec .form_wizard_levels_ec li.active a {
  border-top: solid #eee 1px;
  border-bottom: solid #eee 1px;
  background: #203594;
  color: white;
}

.form_wizard_ec .form_wizard_levels_ec li.active a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #203594;
  border-width: 25px;
  margin-top: -25px;
}

.form_wizard_ec .form_wizard_levels_ec li.active a span {
  color: #fff;
  background: #000;
  border-color: #203594;
  font-weight: bold;
}

/* 【PC】ボタン関連 */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btn_ec.btn_default_ec, .btn_ec.btn_default_ec:focus {
  background: #ffffff;
  border: 1px solid #D5D5D5;
}

.btn_default_ec {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn_ec {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.big_btn_ec {
  font-size: 160%;
  padding: 6px 30px;
}

.btn_color_ec {
  background: #00AB00;
  color: white;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】タイトルのアンダーバー */
.confirm_subtitle_sp_ec {
  border: 1px solid #ddd;
  border-bottom: 3px solid #203594;
  font-weight: bold;
  padding: 10px;
  font-size: 120%;
  margin: 0 0 10px 0;
}

/* 【SP】フォームの項目名ラベル(確認) */
.form_sub_box_label_sp_ec {
  background: #eee;
}

/* 【SP】ボタン関連 */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btn_sp_ec.btn_default_sp_ec, .btn_sp_ec.btn_default_sp_ec:focus {
  background: #ffffff;
  border: 1px solid #D5D5D5;
}

.btn_sp_ec {
  width: 80%;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn_default_sp_ec {
  width: 50%;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn_color_sp_ec {
  background: #00AB00;
  color: white;
}

.big_btn_sp_ec {
  font-size: 160%;
  padding: 10px 30px;
}

/*------------------------------------
* PC,スマートフォン共通部分
*-------------------------------------*/
/* リセット */
#perform-view h1,
#perform-view h2,
#perform-view h3,
#perform-view h4,
#perform-view h5,
#perform-view h6,
#perform-view p,
#perform-view ul,
#perform-view ol,
#perform-view li,
#perform-view dl,
#perform-view dt,
#perform-view dd,
#perform-view blockquote {
  margin: 0;
}

#perform-view ul,
#perform-view ol {
  list-style: none inside;
}

#perform-view img,
#perform-view a img {
  border: 0;
  vertical-align: middle;
}

#perform-view .clearfix {
  zoom: 1;
}

#perform-view .clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/* フォームボックスの各項目区切り  */
#perform-view * {
  outline: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

#perform-view table {
  border-collapse: collapse;
  border-spacing: 0;
}

.form_container_ec a {
  text-decoration: none;
}

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

.menu_ec {
  width: 20%;
}

.form_perform_ec {
  width: 800px;
  margin: 10px auto;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 2s;
  overflow: hidden;
}

#perform-view .form_perform_ec h1 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 15px;
}

.block_ec {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}

.perform_title_ec {
  text-align: center;
}

.perform_subtitle_ec p {
  margin: 0px;
}

.form_wizard_ec .form_wizard_levels_ec {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 10px;
  background: #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.form_wizard_ec .form_wizard_levels_ec {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 10px;
  background: #33414e;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.form_wizard_ec .form_wizard_levels_ec li {
  float: left;
  position: relative;
}

.form_container_ec ul li {
  list-style: none;
}

.form_container_ec li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.perform_content_ec, .block-footer {
  width: 100%;
  float: left;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.form_container_ec th, td {
  text-align: left;
}

.table_bordered_ec {
  border: 0px !important;
}

.table_ec {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

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

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

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

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

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

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

.center_ec {
  text-align: center;
}

.form_wizard_ec .form_wizard_levels_ec {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 10px;
  background: #e7e7e7;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.form_wizard_ec .form_wizard_levels_ec li {
  float: left;
  position: relative;
}

.form_wizard_ec .form_wizard_levels_ec li a {
  display: block;
  float: left;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  height: 50px;
  margin-right: 25px;
  position: relative;
}

.form_wizard_ec .form_wizard_levels_ec li a span {
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: 5px;
  font-size: 11px;
  background: #475b6d;
  border: 1px solid #313e4b;
  line-height: 18px;
}

.form_wizard_ec .form_wizard_levels_ec li:first-child a {
  -moz-border-radius: 5px 0px 0px;
  -webkit-border-radius: 5px 0px 0px;
  border-radius: 5px 0px 0px;
}

.perform_content_ec h2 {
  line-height: 24px;
  font-size: 16px;
  padding: 10px;
}

p.perform_message_ec {
  line-height: 24px;
  font-size: 14px;
  padding: 10px;
}

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.form_container_sp_ec a {
  text-decoration: none;
}

.form_container_sp_ec {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.menu_sp_ec {
  width: 30%;
}

.perform_subtitle_sp_ec p {
  margin: 0px;
}

.form_perform_sp_ec {
  width: 100%;
  float: left;
  margin: 10px auto;
  padding: 10px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 2s;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.form_perform_sp_ec h1 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 15px;
}

.perform_title_sp_ec {
  text-align: center;
  margin-top: 20px;
}

.perform_content_sp_ec, .block-footer {
  width: 100%;
  float: left;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.form_container_sp_ec th, td {
  text-align: left;
}

.table_bordered_sp_ec {
  border: 0px !important;
}

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

.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;
}

.center_sp_ec {
  text-align: center;
}

.perform_content_sp_ec h2 {
  line-height: 24px;
  font-size: 16px;
  padding: 10px;
}

p.perform_message_sp_ec {
  line-height: 24px;
  font-size: 14px;
  padding: 10px;
}

/*-------------------------------------*
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】タイトルのアンダーバー */
.perform_subtitle_ec {
  border: 1px solid #ddd;
  border-bottom: 3px solid #203594;
  font-weight: bold;
  padding: 10px;
  font-size: 120%;
  margin: 0 0 10px 0;
}

/* 【PC】ご注文内容の確認の色 */
.form_wizard_ec .form_wizard_levels_ec li.active a {
  border-top: solid #eee 1px;
  border-bottom: solid #eee 1px;
  background: #203594;
  color: white;
}

.form_wizard_ec .form_wizard_levels_ec li.active a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #203594;
  border-width: 25px;
  margin-top: -25px;
}

.form_wizard_ec .form_wizard_levels_ec li.active a span {
  color: #fff;
  background: #000;
  border-color: #203594;
  font-weight: bold;
}

/*-------------------------------------*
* スマートフォンデザイン可変部分
*-------------------------------------*/
/* 【SP】タイトルのアンダーバー */
.perform_subtitle_sp_ec {
  border: 1px solid #ddd;
  border-bottom: 3px solid #203594;
  font-weight: bold;
  padding: 10px;
  font-size: 120%;
  margin: 0 0 10px 0;
}

/* LINE ID 連携 */
.alert_ec.line_alert_ec {
  display: block;
  margin: 30px 100px;
}

.alert_ec ul li {
  list-style-type: disc !important;
}

.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");
}

.alert_sp_ec.line_alert_sp_ec {
  display: block;
  margin: 30px 20px;
}

.alert_sp_ec ul li {
  list-style-type: disc !important;
}

.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%;
}

/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
#upsell-view h1,
#upsell-view h2,
#upsell-view h3,
#upsell-view h4,
#upsell-view h5,
#upsell-view h6,
#upsell-view p,
#upsell-view ul,
#upsell-view ol,
#upsell-view li,
#upsell-view dl,
#upsell-view dt,
#upsell-view dd,
#upsell-view blockquote {
  margin: 0;
}

#upsell-view ul,
#upsell-view ol {
  list-style: none inside;
}

#upsell-view img,
#upsell-view a img {
  border: 0;
  vertical-align: middle;
}

#upsell-view .clearfix {
  zoom: 1;
}

#upsell-view .clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/* フォームボックスの各項目区切り  */
#upsell-view * {
  outline: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

#upsell-view table {
  border-collapse: collapse;
  border-spacing: 0;
}

#countdown-timer {
  margin: 30px auto;
}

#countdown-timer h2 {
  line-height: 24px;
  font-size: 16px;
  padding: 10px;
  text-decoration: underline;
}

#countdown-timer .timer-clock {
  font-size: 20px;
  font-weight: bold;
}

#countdown-timer .timer-clock .timer {
  display: inline-block;
}

#cv-offer-preview-view .without_border_ec {
  border: none !important;
}

#cv-offer-preview-view td {
  border: 1px solid #d0dcec !important;
  line-height: 18px;
  font-size: 14px;
}

#cv-offer-preview-view th {
  border: 1px solid #d0dcec !important;
  background-color: #e1edfd;
  line-height: 18px;
  font-size: 14px;
}

#cv-offer-preview-view .pull_right_ec {
  text-align: right;
}

.form_cv_upsell_ec {
  margin: 10px auto;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 2s;
  overflow: hidden;
}

#cv-upsell-view .form_confirm_ec h1 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 15px;
}

#cv-upsell-view .form_box_label_sp_ec {
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 2%;
}

.submit_cv_upsell_button_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;
}

.submit_cv_upsell_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;
}

.submit_cv_upsell_button_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_cv_upsell_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;
}

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

#cv-xsell-view ul,
#cv-xsell-view ol {
  list-style: none inside;
}

#cv-xsell-view img,
#cv-xsell-view a img {
  border: 0;
  vertical-align: middle;
}

#cv-xsell-view .slick-next:before {
  color: #5f5f5f !important;
}

#cv-xsell-view .slick-prev:before {
  color: #5f5f5f !important;
}

#cv-xsell-view .clearfix {
  zoom: 1;
}

#cv-xsell-view .clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/* フォームボックスの各項目区切り  */
#cv-xsell-view * {
  outline: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

#cv-xsell-view table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ボタンパーツ */
#cv-xsell-view .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  user-select: none;
}

#cv-xsell-view .btn-primary {
  color: #fff;
  background-color: #2780E3;
  border-color: #2780E3;
}

#cv-xsell-view .btn-primary.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

#cv-xsell-view .btn-default {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

#cv-xsell-view .btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

#cv-xsell-view .form_box_label_sp_ec {
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 2%;
}

/* 商品選択スライドパーツ */
#xsell-multiple-select-view {
  margin: 0 30px;
}

#xsell-multiple-select-view img.product_img {
  border: 0;
  vertical-align: middle;
  width: 80%;
}

#xsell-multiple-select-view .product_name {
  min-height: 26px;
  word-break: break-all;
  margin-top: 5px;
}

#xsell-multiple-select-view p {
  margin: 10.5px 0;
}

#xsell-multiple-select-view .btn {
  width: 80%;
}

#xsell-multiple-select-view .btn {
  width: 80%;
}

/* 商品選択スライドパーツ(SP) */
#xsell-multiple-select-view p.product_price.sp {
  margin: 0 0 10.5px;
}

#xsell-multiple-select-view .fieldset.form_group_sp_ec {
  padding: 5px 5px;
}

#xsell-multiple-select-view .fieldset.form_group_sp_ec select {
  height: 20px;
  font-size: 12px;
}

/* 商品テーブルパーツ */
#cv-xsell-table-view {
  margin-bottom: 30px;
}

#cv-xsell-table-view .perform_message_ec {
  padding: 10px 0 !important;
  width: 852px;
  margin: 0 auto !important;
}

#xsell-multiple-empty-message {
  margin: 50px 0 100px;
}

#product_quantity_container .form_group_sp_ec p.input_product_sp_ec {
  display: inline-block;
  font-weight: bold;
}

#product_quantity_container .form_group_sp_ec select.quantity_select {
  display: inline-block;
  width: initial;
  margin-left: 5px;
}

#product_quantity_container .form_group_sp_ec .quantity_number {
  font-size: 11px;
}

#product_quantity_container .form_group_sp_ec .input_option_type_container label {
  font-size: 11px;
}

#product_quantity_container .input_box_quantity_ec {
  margin-left: 5px;
}

.form_cv_xsell_ec {
  margin: 10px auto;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 2s;
  overflow: hidden;
}

.submit_cv_xsell_button_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;
}

.submit_cv_xsell_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;
}

.submit_cv_xsell_button_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_cv_xsell_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;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, blockquote {
  font-size: inherit;
  margin: 0;
}

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
}

.lp_inner {
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.lp_footer {
  text-align: center;
  color: #000;
  background: #F7F8F9;
  padding: 50px 0 0;
  overflow: hidden;
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .lp_footer {
    padding: 6% 0 0;
    margin-top: 50px;
  }
}
.lp_footer .links {
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.4em;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .lp_footer .links {
    font-size: 13px;
  }
}
.lp_footer .links li {
  display: inline-block;
  line-height: 1.15;
  padding: 0px 10px;
  border-left: 1px solid #000;
  letter-spacing: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
.lp_footer .links li:first-child {
  border-left: none;
}
@media screen and (max-width: 800px) {
  .lp_footer .links li {
    padding: 0px 7px;
    margin: 5px 0;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
}
.lp_footer .links li a {
  text-decoration: none;
}
.lp_footer .links li a:hover {
  text-decoration: underline;
}
.lp_footer .copy {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 14px;
}
@media screen and (max-width: 800px) {
  .lp_footer .copy {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 8px;
  }
}
.lp_footer .copy small {
  font-size: 1em;
}
.lp_footer .f_logo {
  background: #cfcfcf;
  padding: 30px 0;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .lp_footer .f_logo {
    padding: 3.8% 0;
    margin-top: 3.8%;
  }
}
.lp_footer .f_logo a {
  display: block;
  width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .lp_footer .f_logo a {
    width: 70px;
  }
}

/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec,
span.form_required_sp_ec {
  background: #ef6262;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 6px;
}

.landing_form_label_ec {
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 15px;
  border-bottom: 2px solid #333;
  margin-top: 30px !important;
}

table.landing_form_ec {
  width: 100%;
  margin: 0 auto;
  border-top: none;
  border-right: none;
  background: #FFF;
  border-bottom: none;
  table-layout: fixed;
}

.landing_form_ec tr {
  line-height: inherit;
}

.landing_form_ec th {
  background-color: #FFF;
  border-bottom: 1px dotted #767676;
  border-left: none;
  vertical-align: middle;
  padding: 16px 20px 16px 15px;
  width: auto;
}

.landing_form_ec td {
  border-bottom: 1px dotted #767676;
  border-left: none;
  background-color: #fff;
  padding: 16px 5px;
  width: auto;
}

.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 追加 */
#lp-form {
  font-family: inherit;
}

#lp-form textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
}

#popup_required_field_check.required_field_exists {
  background: #c61616;
  font-size: 16px;
}

#view-billing-information-header {
  display: none;
}

p.form_box_label_ec strong {
  margin-right: 10px;
  font-weight: 500;
}

.form_main_container_ec .formError,
.form_main_container_sp_ec .formError {
  width: auto;
}

div.formError div.formErrorContent {
  background: #c61616;
  width: auto;
}

.form_main_container_ec {
  border: 1px solid #ddd;
  margin-top: 50px;
  padding: 30px;
}

.login_message_ec, .purchase_message_ec {
  padding: 20px 0px 30px;
  margin-left: 15px;
}

div.form_group_ec span {
  font-weight: 400;
}

div.form_group_ec .option_type label {
  display: block !important;
  width: 100% !important;
  padding-bottom: 8px;
  font-size: 13px;
}

.input_required_ec {
  background-color: #f4ece7 !important;
}

#shipping_carrier_description,
#payment_method_description {
  padding-top: 10px;
}

.form_main_container_ec div.form_group_ec input {
  font-size: 14px;
}

.form_main_container_ec div.form_group_ec select {
  font-size: 14px;
  max-width: 100%;
}

.optin_view_ec, .agreement_view_ec, .order_checklist_view_ec {
  margin-left: 0;
  text-align: center;
}

.optin_view_ec a, .agreement_view_ec a, .order_checklist_view_ec a {
  text-decoration: underline;
}

.submit_ec .login_button_ec {
  width: 450px;
  height: 100px;
  background-image: url(../img/lp/form/btn-login.webp);
  background-size: contain;
}

.submit_ec .submit_bottom_ec,
.submit_ec .submit_upsell_bottom_ec,
.submit_cv_upsell_button_ec,
.submit_cv_xsell_button_ec {
  width: 450px;
  height: 100px;
  background-image: url(../img/lp/form/btn-confirm.webp);
  background-size: contain;
}

.submit_ec .submit_button_complete_ec,
.confirm_content_ec .submit_bottom_ec {
  width: 400px;
  height: 100px;
  background-image: url(../img/lp/form/lp_complete.webp);
  background-size: contain;
  margin-top: 20px;
}

.submit_cv_upsell_button_complete_ec,
.submit_cv_xsell_button_complete_ec {
  width: 450px;
  height: 100px;
  background-image: url(../img/lp/form/lp_upsell.webp);
  background-size: contain;
}

.perform_subtitle_ec {
  background: 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 15px;
  border: none;
  border-bottom: 2px solid #333;
}

.cv-offer-preview-view br:nth-of-type(1), .cv-offer-preview-view br:nth-of-type(2) {
  display: none;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  font-size: 16px;
  background: #d1d1d1;
  border-bottom: 1px solid #aaa;
  color: #333;
  font-weight: 700;
  padding: 12px 20px;
  line-height: 2;
  margin-top: 15px !important;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #ededed;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
  border: none;
  padding: 12px 20px;
  font-size: 13px;
}

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

.amazon_pay_box_sp_ec {
  width: 94%;
}

.login_message_box_sp_ec {
  width: 94% !important;
  border: 1px solid #C3C3C3 !important;
}

#popup_required_field_check.sp {
  left: 0;
}

#product_container .form_group_sp_ec .input_option_type_container label {
  display: block !important;
  width: 100% !important;
  padding-bottom: 6px;
}

.form_main_container_sp_ec div.form_group_sp_ec input {
  padding: 6px 10px;
  line-height: 2;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
}

.form_main_container_sp_ec div.form_group_sp_ec select {
  height: 50px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ccc;
}

div.scheduled_delivery_date_text_sp_ec {
  padding: 15px 20px;
}

.submit_sp_ec .login_button_sp_ec {
  width: 100%;
  max-width: 450px;
  height: 100px;
  background-image: url(../img/lp/form/btn-login.webp) !important;
  background-size: contain;
}

.submit_sp_ec .submit_button_sp_ec,
.submit_sp_ec .submit_bottom_sp_ec,
.submit_sp_ec .submit_cv_upsell_button_ec,
.submit_sp_ec .submit_cv_xsell_button_sp_ec {
  width: 100%;
  max-width: 450px;
  height: 100px;
  background-image: url(../img/lp/form/btn-confirm.webp) !important;
  background-size: contain;
}

.form_confirm_sp_ec .submit_sp_ec .submit_bottom_sp_ec,
.submit_sp_ec .submit_button_complete_sp_ec {
  width: 100%;
  max-width: 400px;
  height: 100px;
  background-image: url(../img/lp/form/lp_complete.webp) !important;
  background-size: contain;
  margin-top: 30px;
}

.submit_cv_upsell_button_complete_sp_ec,
.submit_cv_xsell_button_complete_sp_ec {
  width: 100%;
  max-width: 450px;
  height: 100px;
  background-image: url(../img/lp/form/lp_upsell.webp) !important;
  background-size: contain;
}

.form_cv_upsell_sp_ec .preview_container_sp_ec .table_sp_ec {
  margin-bottom: 10px;
}

/*-------------------------------------*
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】タイトルのアンダーバー */
.confirm_subtitle_ec {
  border: none;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  padding: 10px 6px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 16px 0;
}

/* 【PC】ご注文内容の確認の色 */
.form_wizard_ec .form_wizard_levels_ec {
  border-radius: 0;
}

.form_wizard_ec .form_wizard_levels_ec li a {
  color: #000;
}
.form_wizard_ec .form_wizard_levels_ec li a span {
  background: #545454;
  color: #FFF;
}

.form_wizard_ec .form_wizard_levels_ec li.active a {
  border: none;
  background: #545454;
  color: white;
}

.form_wizard_ec .form_wizard_levels_ec li.active a:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #545454;
  border-width: 25px;
  margin-top: -25px;
}

.form_wizard_ec .form_wizard_levels_ec li.active a span {
  color: #000;
  background: #FFF;
  border: none;
  font-weight: 700;
}

/* 【PC】ボタン関連 */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btn_ec.btn_default_ec, .btn_ec.btn_default_ec:focus {
  background: #ffffff;
  border: 1px solid #D5D5D5;
}

.btn_default_ec {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn_ec {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.big_btn_ec {
  font-size: 160%;
  padding: 6px 30px;
}

.btn_color_ec {
  background: #00AB00;
  color: white;
}

.form_confirm_ec {
  width: auto;
}

#confirm-view .form_confirm_ec h1.confirm_title_ec {
  margin: 20px 0 20px;
  font-weight: 400;
}

.confirm_content_ec {
  padding: 30px 0;
}

/*-------------------------------------*
* スマートフォンデザイン可変部分
*-------------------------------------*/
/* 【SP】タイトルのアンダーバー */
.confirm_subtitle_sp_ec {
  border: none;
  border-bottom: 2px solid #ddd;
  font-weight: 700;
  padding: 10px 6px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 16px 0;
}

/* 【SP】フォームの項目名ラベル(確認) */
.form_sub_box_label_sp_ec {
  background: #eee;
}

/* 【SP】ボタン関連 */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btn_sp_ec.btn_default_sp_ec, .btn_sp_ec.btn_default_sp_ec:focus {
  background: #ffffff;
  border: 1px solid #D5D5D5;
}

.btn_sp_ec {
  width: 80%;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn_default_sp_ec {
  width: 50%;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn_color_sp_ec {
  background: #00AB00;
  color: white;
}

.big_btn_sp_ec {
  font-size: 160%;
  padding: 10px 30px;
}

.form_confirm_sp_ec h1.confirm_title_sp_ec {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 0;
  font-weight: 400;
}

.form_container_sp_ec {
  font-size: 14px;
  font-size: 0.875rem;
}

.submit_sp_ec {
  padding: 0 2%;
}
.submit_sp_ec br {
  display: none;
}

/*-------------------------------------*
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】タイトルのアンダーバー */
.perform_content_ec {
  border: none;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  padding: 10px 6px 10px;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 16px 0;
  padding-top: 20px;
  clear: both;
}
.perform_content_ec > h2 {
  margin-bottom: 1em;
  font-size: inherit;
  font-weight: 400;
}
.perform_content_ec .line_alert_ec,
.perform_content_ec .line_ec {
  display: none;
}

.perform_title_ec {
  margin: 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

/*-------------------------------------*
* スマートフォンデザイン可変部分
*-------------------------------------*/
/* 【SP】タイトルのアンダーバー */
.perform_subtitle_sp_ec {
  border: none;
  border-bottom: 2px solid #ddd;
  font-weight: 700;
  padding: 10px 6px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 16px 0;
}

h1.perform_title_sp_ec {
  margin: 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.perform_content_sp_ec > h2 {
  font-size: 14px;
  font-size: 0.875rem;
}
.perform_content_sp_ec .line_alert_sp_ec,
.perform_content_sp_ec .line_sp_ec {
  display: none;
}

.lp_set123_video1 {
  position: relative;
}
.lp_set123_video1_txt {
  position: absolute;
  z-index: 2;
  width: 86.25vw;
  max-width: 690px;
  left: 7.125%;
  bottom: 4%;
}

.lp_set123_video2 {
  position: relative;
}
.lp_set123_video2_img {
  position: absolute;
  z-index: 2;
  width: 86.25vw;
  max-width: 690px;
  left: 6.75%;
  bottom: 3.4736842105%;
}

.lp_faqSlider1 {
  max-width: 700px;
  width: 87.5%;
  margin: 0 auto 60px;
  position: relative;
}
.lp-sub-1990 .lp_faqSlider1 {
  margin-top: 40px;
}
.lp_faqSlider1 .slide_wrapper .swiper-slide {
  height: auto;
}
.lp_faqSlider1 .slide_wrapper .swiper-slide img {
  width: 80%;
  height: auto;
}
.lp_faqSlider1 .swiper-container {
  overflow: hidden;
}
.lp_faqSlider1 .swiper-button-prev {
  background-image: url("../img/lp/set-123/arrow-org.webp");
  background-size: 100% auto;
  width: 11.4285714286%;
  height: auto;
  aspect-ratio: 1/1;
  left: 0;
  transform: rotate(-180deg) translateX(-50%);
  transform-origin: left center;
}
.lp_faqSlider1 .swiper-button-prev::after {
  content: "";
}
.lp_faqSlider1 .swiper-button-next {
  background-image: url("../img/lp/set-123/arrow-org.webp");
  background-size: 100% auto;
  width: 11.4285714286%;
  height: auto;
  aspect-ratio: 1/1;
  right: 0;
  transform: translateX(50%);
}
.lp_faqSlider1 .swiper-button-next::after {
  content: "";
}
.lp_faqSlider1 .swiper-pagination-fraction,
.lp_faqSlider1 .swiper-pagination-custom,
.lp_faqSlider1 .swiper-container-horizontal > .swiper-pagination-bullets {
  position: static;
}
.lp_faqSlider1 .swiper-pagination {
  position: static;
  margin-top: 4.5%;
}
.lp_faqSlider1 .swiper-pagination .swiper-pagination-bullet {
  background: #b7b7b7;
  width: 14px;
  height: 14px;
  margin: 0 2.5% !important;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .lp_faqSlider1 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.lp_faqSlider1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #d77b00;
}

.lp_cv_set123_cv1 {
  position: relative;
}
.lp_cv_set123_cv1 a {
  display: block;
  position: absolute;
  width: 88.75%;
  left: 5.625%;
  bottom: 3.9024390244%;
  transition: opacity 0.3s;
}
.lp_cv_set123_cv1 a:hover {
  opacity: 0.7;
}
.lp_cv_set123_cv2 {
  position: relative;
}
.lp_cv_set123_cv2 a {
  display: block;
  position: absolute;
  width: 88.75%;
  left: 5.625%;
  bottom: 6.1904761905%;
  transition: opacity 0.3s;
}
.lp_cv_set123_cv2 a:hover {
  opacity: 0.7;
}
.lp_cv_set123_cv3 {
  position: relative;
}
.lp_cv_set123_cv3 a {
  display: block;
  position: absolute;
  width: 52.5%;
  left: 39.375%;
  bottom: 10.3846153846%;
  transition: opacity 0.3s;
}
.lp_cv_set123_cv3 a:hover {
  opacity: 0.7;
}

.lp_sub1990_fv {
  position: relative;
}
.lp_sub1990_fv_slider {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
}
.lp_sub1990_fv_slider_ttl {
  text-align: center;
  margin: 0 auto 2%;
  width: 74%;
}
.lp_sub1990_fv_slider_txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  padding: 2% 2.75%;
}

.userSldier {
  padding-left: 12px;
}

.lp_sub1990_cv1 {
  text-align: center;
}
.lp_sub1990_cv1_btn {
  width: 95%;
  display: block;
  margin: 0 auto;
  transition: opacity 0.3s;
}
.lp_sub1990_cv1_btn:hover {
  opacity: 0.7;
}

.lp_sub1990_cv2_btn {
  width: 95%;
  display: block;
  margin: 0 auto 6.25%;
  transition: opacity 0.3s;
}
.lp_sub1990_cv2_btn:hover {
  opacity: 0.7;
}

.lp_sub1990_cv3 {
  position: relative;
}
.lp_sub1990_cv3_btn {
  width: 52.5%;
  display: block;
  transition: opacity 0.3s;
  position: absolute;
  right: 8.25%;
  bottom: 10.3846153846%;
}
.lp_sub1990_cv3_btn:hover {
  opacity: 0.7;
}
