/*------------------------------------
* PC,スマートフォン共通部分
*-------------------------------------*/
/* リセット */
body { margin: 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%;}

/*------------------------------------
* 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;
}
.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;
}
.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;
}
.table_bordered_sp_ec tr:last-child > th, .table_bordered_sp_ec tr:last-child > td {}
.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 {
}
.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 {
}
.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デザイン可変部分
 *-------------------------------------*/
/* 【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_button {
    position: absolute;
    width: 703px;
    top: 699px;
    left: 25px;
}
.line_button a {
  display: block;
}

@media(max-width:749px) {
    .line_button {
        width: 93.73vw;
        top: 93.33vw;
        left: 3.33vw;
    }
}