/* 「XSELL」用　ECフォース　「CSS」の読み込み */
/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
body { margin: 0; }
/* リセット */
#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;
}

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

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

/* 商品選択スライドパーツ */
#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; }

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

/*------------------------------------
* PC部分
*-------------------------------------*/
.form_container_ec {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.menu_ec { width: 20%; }

.form_cv_xsell_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;
}
.alert-danger_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#perform-view .form_perform_ec h1, #cv-xsell-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;
}
.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;
}

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

.table_bordered_ec tr:last-child > th, .table_bordered_ec tr:last-child > td {}
.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; }

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

p.perform_message_ec {
  line-height:24px;
  font-size:14px;
  padding: 10px;
  width: 852px;
  margin: 0 auto !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;
}
/* フォームトップメッセージ */
.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;
}

/* フォームの項目名ラベル */
.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;
}

.form_main_container_ec {
  font-size:12px;
  width: 100%;
  border-radius:3px
}

.form_main_container_ec div.form_group_ec input{
  padding: 5px 10px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec select{
  padding: 5px 10px;
  height: 30px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.landing_form_label_ec {
  padding: 15px;
}
p.form_box_label_ec strong { font-weight: bold; }
p.form_box_label_ec label { font-weight: bold; }
div.form_group_ec p {}
div.form_group_ec span { font-weight: bold; }
div.scheduled_delivery_date_text_ec {
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.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;
  display: inline-block;
}
.menu_sp_ec { width: 30%; }
/* テーブルデザイン */
.form_cv_xsell_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;
}
.alert-danger_sp_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert_sp_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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;
}
.table_bordered_sp_ec tr:last-child > th, .table_bordered_sp_ec tr:last-child > td {}
.center_sp_ec { text-align: center;}
.perform_subtitle_sp_ec p { margin: 0px; }
.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;
}

/* フォーム入力ボックスの基本 */
.form_main_container_sp_ec div.form_group_sp_ec input{
  padding: 12px 3px;
  height: 24px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.form_main_container_sp_ec div.form_group_sp_ec select{
  height: 50px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
.form_main_container_sp_ec {
  font-size:12px;
  width: 100%;
  border-radius:3px
}
.submit_sp_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%
  margin-left: auto;
  margin-right: auto;
}

/* フォームの項目名ラベル */
#cv-xsell-view .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;
}

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

p.form_box_label_sp_ec strong { font-weight: bold; }
p.form_box_label_sp_ec label { font-weight: bold; }
div.form_group_sp_ec p {}
div.form_group_sp_ec span { font-weight: bold; }
p.caution_sp_ec {
  padding-top:10px;
  font-size: 14px;
}

select.input_box_container_payment_schedule_sp_ec { width:98%; }

.landing_form_label_sp_ec { padding: 15px;}

/* フォーム入力ボックスの基本 */
.form_main_container_sp_ec div.form_group_sp_ec input{
  padding: 12px 3px;
  height: 24px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

span.form_required_sp_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
}

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

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

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

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

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

/*------------------------------------
* スマートフォン可変デザイン部分
*-------------------------------------*/
/* 【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;
}

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

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

/* 【SP】フォームの項目名ラベル(入力) */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}
/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 100% 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;
}

    /* 終了 */

blockquote, q {
    display: none;
}

html { scroll-behavior: smooth;}

footer li{
    list-style-type: none;
}

.offer {
    position: relative;
}

.btn {
    display: flex;
    cursor: pointer;
    position: absolute;
    margin: auto;
    bottom: 57%;
    width: 80%;
    left: 0;
    right: 0;
}

/* LP全体のセンターと幅の設定 */
html{
    text-align: center;
}
.wrapper{
    max-width: 750px;
    margin: 0 auto;
}
@media (max-width: 750px) {
    .wrapper{
        max-width: 100%;
    }
}

/* LP購入フォームの設定 */
#lp-form {
    font-size: 17px;
    line-height: 1.42857143;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
}
@media (max-width: 900px) {
    #lp-form {
        font-size: 15px;
    }
}
.form_container_ec,.form_container_sp_ec{
    text-align: left;
    width: 100%;
}
.agreement_view_ec,.agreement_view_sp_ec{
    font-size: 12px;
}
.agreement_view_ec a,.agreement_view_sp_ec a{
    border-bottom: solid 1px;
}

/* amazon_pay */
.amazon_pay_button_wallet_ec{
    width: 200px;
    margin-left: 0px;
    margin-top: -2.5vh;
}
.amazon_pay_button_wallet_sp_ec{
    width: 200px;
    margin-left: 1vw;
    margin-top: -2.5vh;
}

/* フッター */
footer.footer {
    width: 100%;
    text-align: center;
    background: #fff;
}
footer.footer  ul li {
    font-size: 1rem;
}
footer.footer  ul {
    margin-top: 50px;
}
footer.footer  ul li a {
    font-size: 12px;
    text-decoration: none;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    display: block;
}
@media (max-width: 900px) {
    footer.footer  ul li a {
        font-size: 1rem;
    }
}

/* コピーライト */
.copyright {
    display: block;
    background: #87ceeb;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 0.5em;
    padding: 10px 0;
}