@charset "utf-8";

/* CSS Document */
@media screen and (max-width: 855px) {

  /*共通で使用するもの　ここから*/
  .static_scroll {
    width: auto !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
    clear: both;
    -webkit-overflow-scrolling: touch;
  }

  .static_scroll::-webkit-scrollbar {
    height: 5px;
  }

  .static_scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }

  .static_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }

  .line_black_dotted {
    display: block !important;
    margin: 20px 2% !important;
  }

  .sp_block {
    display: block;
  }

  .sp_unset {
    display: unset;
  }

  .sp_height_auto {
    height: auto !important;
  }

  .sp_width_100 {
    width: 100% !important;
    box-sizing: border-box;
  }

  .sp_width_98 {
    width: 98% !important;
    margin: 0 1% !important;
    box-sizing: border-box;
  }

  .sp_width_98_m1 {
    width: 98% !important;
    margin: 1% !important;
    box-sizing: border-box;
  }

  .sp_width_96 {
    width: 96% !important;
    box-sizing: border-box;
  }

  .sp_width_96_mrl2 {
    width: 96% !important;
    margin: 0 2% !important;
    box-sizing: border-box;
  }

  .sp_width_96_m2 {
    width: 96% !important;
    margin: 2% !important;
    box-sizing: border-box;
  }

  .sp_width_94_m3 {
    width: 94% !important;
    margin: 3% !important;
    box-sizing: border-box;
  }

  .sp_width_92_p4 {
    width: 92% !important;
    padding: 4% !important;
    box-sizing: border-box;
  }

  .sp_width_66 {
    width: 66% !important;
    box-sizing: border-box;
  }

  .sp_width_49 {
    width: 49% !important;
    box-sizing: border-box;
  }

  .sp_width_32 {
    width: 32% !important;
    box-sizing: border-box;
  }

  .sp_ma0 {
    margin: 0 !important;
  }

  .sp_mt0 {
    margin-top: 0 !important;
  }

  .sp_mr0 {
    margin-right: 0 !important;
  }

  .sp_mb0 {
    margin-bottom: 0 !important;
  }

  .sp_ml0 {
    margin-left: 0 !important;
  }

  .sp_mrl0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .sp_ma2 {
    margin: 2% !important;
  }

  .sp_mt2 {
    margin-top: 2% !important;
  }

  .sp_ml2 {
    margin-left: 2% !important;
  }

  .sp_mr2 {
    margin-right: 2% !important;
  }

  .sp_mb2 {
    margin-bottom: 2% !important;
  }

  .sp_mrl2 {
    margin-right: 2% !important;
    margin-left: 2% !important;
  }

  .sp_mt4 {
    margin-top: 4% !important;
  }

  .sp_mt6 {
    margin-top: 6% !important;
  }

  .sp_mt8 {
    margin-top: 8% !important;
  }

  .sp_mb4 {
    margin-bottom: 4% !important;
  }

  .sp_mb6 {
    margin-bottom: 6% !important;
  }

  .sp_mtb4 {
    margin-top: 4% !important;
    margin-bottom: 4% !important;
  }

  .sp_pa0 {
    padding: 0 !important;
  }

  .sp_pt0 {
    padding-top: 0 !important;
  }

  .sp_pr0 {
    padding-right: 0 !important;
  }

  .sp_pb0 {
    padding-bottom: 0 !important;
  }

  .sp_pl0 {
    padding-left: 0 !important;
  }

  .sp_pa2 {
    padding: 2% !important;
  }

  .sp_pt2 {
    padding-top: 2% !important;
  }

  .sp_pb2 {
    padding-bottom: 2% !important;
  }

  .sp_pr2 {
    padding-right: 2% !important;
  }

  .sp_pl2 {
    padding-left: 2% !important;
  }

  .sp_ptb2 {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
  }

  .sp_pa3 {
    padding: 3% !important;
  }

  .sp_pa4 {
    padding: 4% !important;
  }

  .sp_pr4 {
    padding-right: 4% !important;
  }

  .sp_pl4 {
    padding-left: 4% !important;
  }

  .sp_pb4 {
    padding-bottom: 4% !important;
  }

  .sp_floatn {
    float: none !important;
  }

  .sp_floatl {
    float: left !important;
  }

  .sp_txtc {
    text-align: center !important;
  }

  .sp_txtl {
    text-align: left !important;
  }

  .sp_txtr {
    text-align: right !important;
  }

  .sp_f_bold {
    font-weight: bold !important;
  }

  .sp_wb_ba {
    word-break: break-all;
  }

  .sp_width_100 iframe {
    width: 100%;
    height: auto;
  }

  .box-bg1 .box-bg2 {
    margin-top: 0;
  }

  .h3_box {
    box-sizing: border-box;
  }

  .sp_f_8 {
    font-size: 8px !important;
  }

  .sp_f_10 {
    font-size: 10px !important;
  }

  .sp_f_12 {
    font-size: 12px !important;
  }

  .sp_f_13 {
    font-size: 13px !important;
  }

  .sp_f_14 {
    font-size: 14px !important;
  }

  .sp_f_15 {
    font-size: 15px !important;
  }

  .sp_f_16 {
    font-size: 16px !important;
  }

  .sp_f_18 {
    font-size: 18px !important;
  }

  .sp_f_20 {
    font-size: 20px !important;
  }

  .sp_f_24 {
    font-size: 24px !important;
  }

  .sp_f_26 {
    font-size: 26px !important;
  }

  .sp_f_28 {
    font-size: 28px !important;
  }

  .sp_f_30 {
    font-size: 30px !important;
  }

  .sp_f_32 {
    font-size: 32px !important;
  }

  .sp_f_36 {
    font-size: 36px !important;
  }

  .sp_f_38 {
    font-size: 38px !important;
  }

  /*目次・注釈*/
  ol.t-o-contents li.toc-midashi {
    font-size: 100%;
  }

  .pc_comment {
    font-size: 10px;
    text-align: left;
    color: #777;
  }

  /*共通で使用するもの　ここまで*/
  .productDetail thead th {
    font-size: 14px;
    background: #319b03;
    border: none;
    text-align: left;
    padding: 12px 16px;
  }

  .productDetail tbody th {
    width: auto;
    display: inline-block;
    list-style: none;
    text-align: left;
    margin: 40px 0 16px 16px;
    padding: 4px 0 4px 8px;
    background: none;
    border-left: 4px solid #319b03;
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-size: 14px;
    color: #319b03;
  }

  .productDetail tbody td {
    width: 90%;
    display: list-item;
    list-style: none;
    padding: 0 16px;
    border: none;
    font-size: 14px;
    line-height: 1.65;
  }

  .nameArea strong {
    color: #222 !important;
    font-size: 14px;
  }

  .nameArea [data-item-code] {
    word-break: break-all;
  }

  .productPrice .nameArea {
    color: #222;
    background: none;
    font-size: 14px;
    line-height: 1.65;
    padding: 0 16px;
    margin-top: 16px;
  }

  .productPrice .priceArea {
    color: #222;
    background: none;
    font-size: 14px;
    line-height: 1.65;
    padding: 0 16px;
    margin-top: 16px;
    border: none;
  }

  .productPrice .priceArea .after {
    background: none;
    padding: 0;
    float: none;
    text-align: left;
    overflow: visible;
    display: inline-block;
  }

  .productPrice .priceArea .after .lastPrice {
    vertical-align: bottom;
  }

  .productPrice .priceArea .after .lastPrice {
    float: none;
    overflow: hidden;
    *zoom: 1;
    font-size: 18px;
    color: #d70101;
    display: block;
  }

  .productPrice .priceArea .lastPrice span {
    display: inline-block !important;
    font-size: 22px !important;
  }

  .productPrice .orderArea {
    margin: 16px 0 0 0;
    padding: 16px;
    background: #f5f5f5;
    border: none;
    text-align: left;
  }

  .list_price {
    text-decoration: line-through;
    font-size: 16px;
    line-height: 1.6;
  }

  .list_price+div {
    display: none;
  }

  .no_tax {
    display: none;
  }

  .discount {
    font-size: 14px !important;
    color: #fff;
    background: #d70101;
    padding: 5px 10px 3px 8px;
    display: inline-block;
    border-radius: 12px;
    margin-top: 2px;
  }

  .discount_number {
    display: inline-block;
  }

  .f_l.discount {
    float: none !important;
    display: inline-block !important;
  }

  .productPrice .priceArea .after div {
    float: none;
    display: inline-block;
  }
  .productPrice .priceArea .after > div {
    padding-left: 0;
}

  .priceArea .f_left {
    float: none;
  }


  .support {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  /*タイトル*/
  div.productMain h1 {
    background: #f5f5f5 !important;
    color: #222 !important;
  }

  .productMain h1 span {
    display: block;
    font-size: 12px;
  }

  .productMain h1 span.new-line-font-small {
    display: inline;
    font-size: 15px;
  }

  div#content_frame>table.productDetail {
    margin: 16px 0;
  }

  .item_title {
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    color: #222;
    display: inline-block;
    padding: 7px 5px 5px;
    margin: 20px 0 10px;
    float: none;
    margin-right: 10px;
    width: 96%;
    text-align: center;
    border: solid 1px #ccc;
  }

  .option_text {
    display: flex;
    float: left;
  }

  .option_text li {
    padding: 5px;
    text-align: left;
    margin: 8px 2px;
    background: #f5f5f5;
    border: solid 1px #eee;
    border-radius: 4px;
  }

  .option_text span {
    display: block;
  }

  .tokka_allow_remotoset {
    display: none;
    float: left;
  }

  .list_price_wrap {
    width: auto;
    float: none;
    text-align: left;
    margin-right: 0;
  }

  .retail_price {
    font-size: 12px;
    font-weight: normal;
    display: inline;
  }

  .triangle3 {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #d70101;
    margin: 20px auto;
  }

  .product_info_title {
    background: #eee;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .total_priceArea {
    background: #d70101;
    border: none;
    border-bottom: none;
    padding: 10px 10px 18px;
    overflow: hidden;
    color: #fff;
  }

  .productPrice .total_priceArea .after {
    overflow: hidden;
    *zoom: 1;
    text-align: left;
    padding-left: 0;
    padding-top: 0;
  }

  .productPrice .total_priceArea .after div {
    float: left;
    font-weight: bold;
    font-size: 40px !important;
    line-height: 1.2;
  }

  .productPrice .total_priceArea .after .lastPrice {
    float: none;
    overflow: hidden;
    color: #fff;
    display: inline-block;
  }

  .productPrice .total_priceArea .lastPrice span {
    font-weight: bold;
    margin-top: 2px;
    display: inline-block;
  }

  .total_price {
    display: inline-block;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    vertical-align: baseline;
  }

  .sale_text {
    font-size: 12px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .total_text {
    text-align: left;
    line-height: 1.4;
    font-size: 12px;
  }

  .total_text a {
    color: #fff !important;
    text-decoration: underline !important;
  }

  .const_border {
    border-bottom: none !important;
  }

  .estimate-button {
    display: block !important;
  }

  form.cart_type1 .estimate-button button.linkToEstimate {
    background: url(/img/default/button/btn_esti_static_190711.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 64px !important;
    width: 100% !important;
    background-size: 100% !important;
    margin: 0 !important;
  }

  .orderArea .btn_favorite_static {
    margin-top: 2% !important;
    margin-right: 0 !important;
    text-align: right;
  }

  .estimate_btn {
    display: inline-block;
    padding: 15px 5px 25px !important;
    border-radius: 40px;
    text-decoration: none;
    color: #FFF !important;
    background-image: linear-gradient(45deg, #f25c05 0%, #ff985c 100%);
    transition: .4s;
    width: 90%;
    text-align: center;
    margin: 4% 5% 0% 3%;
    font-size: 18px;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, .11);
    line-height: 24px;
  }

  #info_relation>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0;
    padding: 0 !important;
  }

  /*オープン価格用打消し線取り消し*/
  .list_price.sp_text-d-none {
    text-decoration: none;
  }

  /*カートボタン調整*/
  .orderArea form.cart {
    float: none;
  }

  .orderArea .cart-button {
    text-align: right;
  }

  .orderArea .cart-button button[type="submit"] {
    margin-right: 0;
  }

  /*バリエーション・オプション余白調整*/
  .productPrice .orderArea select {
    height: auto !important;
    padding: 3%;
    font-size: 15px;
    width: 100%;
    background: #fff;
    margin-bottom: 4% !important;
  }

  form.cart_type1 div.variation-selector {
    display: block !important;
    margin-right: 0;
    margin-top: 2%;
  }

  form.cart_type1 div.variation-selector:first-child {
    margin-top: 0 !important;
  }

  div.orderArea div.option-list {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }

  /*バリエーション・オプション余白設定打消し*/
  .productPrice .orderArea select:nth-child(2n) {
    margin-top: 10px !important;
  }

  .productPrice .orderArea select:first-child {
    margin-bottom: 2% !important;
  }

  .productPrice .orderArea div.option-list select:last-child {
    margin-bottom: 2% !important;
  }

  /*景表法対応記述の上の罫線設定*/
  div.orderArea .freebie-display-text {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }

  hr.dotted-line {
    border-bottom: 1px dotted #aaa;
    margin-top: 5%;
    margin-bottom: 3%;
  }

  /*「フリースペース1」内のメーカー直送表記の中央ぞろえ設定*/
  .freeSpace table {
    width: 100% !important;
  }

  /*注釈追加*/
  .pc_comment {
    font-size: 10px;
    text-align: left;
    color: #777;
  }

  .un_food_option_text {
    display: flex;
  }

  .un_food_option_text li {
    display: flex;
    align-items: center;
    padding: 5px;
    margin: 8px 2px;
    background: #f5f5f5;
    border: solid 1px #eee;
    border-radius: 4px;
  }
}

/*関連情報内工事費表記調整*/
@media screen and (max-width: 640px) {
  .mr1 {
    margin-right: 1px;
  }
  .box-grey {
    margin: 0 0 20px 0;
  }
}