/* -----------------------------
NWE-LPページのスタイル 
-----------------------------*/

@charset "utf-8";

body {
    margin: 0;
}
.lp__page-top a {
    background: #333 !important;
}
.lp-container {
    max-width: 1032px;
    padding: 0 16px;
    margin: auto;
    min-height: 95vh;
}
h2,
h3,
h4,
h5,
h6 {
    margin: 25px 0 10px;
}

#page-top a {
    z-index: 999 !important;
}

/* ↓スマホのときのみ表示 */
.u-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .u-sp {
        display: block;
    }
}

/* -----------------------------
TBTラップ-SMS用_LPページのスタイル 
-----------------------------*/
@media screen and (max-width: 768px) {
  .tbt-wrap_h1 {
    font-size: 23px;
    padding: 1em 0.3em !important;
  }
}

.tbt-w__bara-box {
    width: 300px;
    margin: auto;
    font-weight: bold;
}

.tbt-w__bara-box_size {
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    top: 20px;
    left: 17px;
}

.tbt-wrap-lp-table .detaill-td {
  padding-bottom: 0 !important;
}

.tbt-w__bara-box .price {
    font-size: 20px;
    color: #F77601;
    padding: 1em 0.5em;
    text-align: center;
}

.size-750 .tbt-w__bara-box .price {
    color: #FA2B2B;
}

.tbt-w__bara-box .price .big {
    font-size: 36px;
}

.tbt-w__paret-box {
    width: 300px;
    margin: auto;
    font-weight: bold;
}

.tbt-w__paret-min {
    font-size: 20px;
    margin-bottom: 0;
}

.tbt-w__paret-box .price {
    font-size: 20px;
    color: #fff;
    background: rgb(255,122,0);
    background: linear-gradient(174deg, rgba(255,122,0,1) 0%, rgba(227,109,0,1) 100%);
    padding: 1em 0.5em;
    text-align: center;
}

.size-750 .tbt-w__paret-box .price {
    background: rgb(255,43,43);
    background: linear-gradient(174deg, rgba(255,43,43,1) 0%, rgba(215,39,39,1) 100%);
}

.tbt-w__paret-box .price .big {
    font-size: 36px;
    text-align: center;
    padding: 0;
}

.bara-wrap {
    position: relative;
}

.bara-wrap::after {
    content: "▼";
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 45%;
    transform: rotate(-90deg);
    font-size: 40px;
    color: #F77601;
}

.size-750 .bara-wrap::after {
    color: #FA2B2B;
}


@media screen and (max-width: 765px) {
    .bara-wrap::after {
        content: "▼";
        font-size: 30px;
        right: 45%;
        top: 150px;
        transform: rotate(0deg);
    }
    .size-750 {
        padding-top: 50px;
    }
}

/*  
　TBTラップ-SMS用_LPページの注文フォームのスタイル　ここから----------------------------------------
*/

.tbt-wrap-lp-table .form-table {
    /* padding: 16px; */
    max-width: 700px;
    margin: auto;
  }

  .tbt-wrap-lp-table .hissu {
    text-align: center;
    margin-bottom: 0;
  }

  .tbt-wrap-lp-table .form-table table {
    width: 95%;
  }
  
  .tbt-wrap-lp-table .form-table .input-message {
    text-align: center;
    font-size: 16px;
  }
  
  .tbt-wrap-lp-table .form-table .tac {
    text-align: center;
  }
  
  .tbt-wrap-lp-table .form-table table .detaill {
    width: 5em;
    display: inline-block;
  }
  
  .tbt-wrap-lp-table .form-table table .form-price {
    font-weight: bold;
    color: #F12929;
  }
  .tbt-wrap-lp-table .form-table table .item-num {
    width: 4em; 
    margin-right: 5px;
    display: inline;
  }
  
  .tbt-wrap-lp-table .form-table table .border-b {
    border-bottom: 0.5px solid #333;
  }
  
  .tbt-wrap-lp-table .form-table h2 {
    border-bottom: 1px solid #333;
  }
  
  .tbt-wrap-lp-table .form-table h2 .small {
    font-size: 14px;
  }
  
  .tbt-wrap-lp-table .form-table th,
  .tbt-wrap-lp-table .form-table td {
    display: block;
    text-align-last: left;
    background: none;
    padding: 5px 0;
    border: none;
  }

  .tbt-wrap-lp-table .form-table td {
    padding-bottom: 15px;
  }
  
  .tbt-wrap-lp-table .form-table input,
  .tbt-wrap-lp-table .form-table textarea {
    padding: 5px;
    width: 100%;
    background: #fff;
  }
  .tbt-wrap-lp-table .form-table input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  .tbt-wrap-lp-table .form-table input[type="submit"] {
    width: 200px;
    padding: 1em;
    border-radius: 100vh;
    background: #FF7A00;
    color: #fff;
    border: none;
    display: block;
    margin: auto;
    font-weight: bold;
  }
  /*  
　TBTラップ-SMS用_LPページの注文フォームのスタイル　ここまで----------------------------------------
*/
