@charset "utf-8";

@media screen and (max-width: 640px) {
.productImg {
  text-align: center;
  margin-top: 10px;
}

.nameArea {
  background: #777;
  color: #fff;
  padding: 13px 10px;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 20px;
}

.nameArea strong {
  color: #fff;
  font-size: 18px;
}

.productPrice {
  border-bottom: 1px solid #ccc;
}

.productPrice .priceArea {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 25px 10px 18px;
  overflow: hidden;

}

.productPrice .priceArea .after {
  overflow: hidden;

  text-align: right;
  padding-left: 20px;
  padding-top: 5px;
}

.productPrice .priceArea .after div {
  float: left;
  font-weight: bold;
  line-height: 1.2;
}

.productPrice .priceArea .after > div {
  padding-left: 0;
}

.discount {
  color: #d70101;
  font-size: 22px !important;
}

.f_l.discount {
  float: right !important;
}

.productPrice .priceArea .after .lastPrice {
  float: none;
  overflow: hidden;
  color: #d70101;
  display: inline-block;
}

.productPrice .priceArea .lastPrice span {
  font-size: 24px !important;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}

.productPrice .orderArea {
  background: #f4f3f3;
  border: 1px solid #ccc;
  border-bottom: none;
  text-align: right;
  padding: 20px 0;
}

.productPrice .orderArea select {
  margin: 0;
  padding: 5px;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
  background: #fff;
}

table {
  border-collapse: collapse;
}

.productDetail thead th {
  background: #777;
  border: 1px solid #777;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.productDetail th,
.productDetail td {
  padding: 10px;
  word-break: break-all;
}

.productDetail tbody th {
  text-align: center;
  width: 90px;
  font-weight: bold;
  font-size: 14px;
}

.productDetail th,
.productDetail td {
  padding: 10px;
  word-break: break-all;
}

.productDetail img {
  margin: 0;
}

th {
  background: #f7f7f7;
}

th,
td {
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #b8b8b8;
}

.f_left {
  float: left;
}

.list_price {
  line-height: 1.1em;
  font-weight: bold;
  font-size: 18px;
}

.no_tax {
  font-weight: normal !important;
  float: none !important;
}

.item_title {
  font-size: 16px;
  font-weight: bold;
  background: #767676;
  color: #fff;
  display: inline-block;
  padding: 7px 5px 5px;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
  width: 100px;
  text-align: center;
}

.tokka_allow_remotoset {
  float: left;
  margin-top: 10px;
}

.retail_price {
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.const_border {
  border-bottom: 1px solid #ccc !important;
}

.total_price {
  display: inline-block;
  overflow: hidden;
  line-height: 2;
  font-weight: bold;
  font-size: 16px;
}

.triangle3 {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #d70101;
  margin: 20px auto;
}

.total_priceArea {
  background: #d70101;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 25px 10px 18px;
  overflow: hidden;
  color: #fff;
}

.productPrice .total_priceArea .after {
  overflow: hidden;

  text-align: right;
  padding-left: 20px;
  padding-top: 5px;
}

.productPrice .total_priceArea .after div {
  float: left;
  font-weight: bold;
  font-size: 40px;
  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: 5px;
  display: inline-block;
}

.total_text {
  text-align: right;
}

.sale_text {
  background: #fff;
  color: #222;
  padding: 4px 10px;
  margin: 0 12px 6px 0;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  font-size: 16px;
}

form.cart_type1 .estimate-button button.linkToEstimate {
  background: url(https://www.sunrefre.jp/img/default/button/btn_esti_static_190711.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 75px !important;
  width: 478px !important;
  display: inline-block;
  *display: inline;

  vertical-align: bottom;
  text-indent: -9999px;
  cursor: pointer;
  border: 0px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 20px;
}

form.cart_type1 div.variation-selector div.variation-rows {
  margin-top: 5px !important;
  margin-bottom: 30px !important;
}

form.cart_type1 div.stock-selector-wrapper {
  margin-bottom: 0;
}

span.stock-selector {
  display: none !important;
}

.total_text {
  text-align: right;
}

.total_text a {
  color: #fff !important;
  text-decoration: underline !important;
}

.total_text a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}

table {
  border-collapse: collapse;
}

.productDetail th,
.productDetail td {
  padding: 10px;
  word-break: break-all;
}

.un_gastable_option_text {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}

.un_gastable_option_text li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  margin: 0 5px;
  background: #f5f5f5;
  border: solid 1px #eee;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.3;
  width: 52px;
}

.productDetail tbody td {
  font-size: 14px;
}

/*「販売終了」帯*/
.sold-out-title {
  background: #d70101;
  font-size: large;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.sold-out-box {
  padding: 20px;
  border: 2px solid #d70101;
  font-size: 18px;
  text-align: center;
}

.sold-out-box a,
.sold-out-box a:link {
  color: #222 !important;
}


  .sold-out-box {
    font-size: 16px;
  }

  .productDetail tbody tr td .stitle :nth-child(1) {
    width: 80px;
  }

  tr .u-komi_table td .un_gastablePaloma_uKomi {
    width: 90%;
  }

  .freeSpace .un_sharedGastableStatic_functionTableImg {
    margin-top: 0;
  }

  .un_gastableCookingplate {
    justify-content: space-around !important;
  }

  .freeSpace .un_sharedGastableStatic_functionTableImg {
    margin-top: 0;
  }

  .un_gastableCookingplate_card {
    width: calc(100% - 63%);
  }

  .un_gastableCookingplate_title {
    text-align: center;
  }
  
  .bl_panel_wrapper + .un_sharedGastableStatic_functionTableImg {
    margin-top: 10px;
  }

  /* シェフポット */
  .productDetail_related > .un_sharedGastableStatic_option_linkBnr_link + .un_sharedGastableStatic_option_linkBnr_link {
    margin-top: 10px;
  } 
  .productDetail_related > .un_sharedGastableStatic_option_linkBnr a.un_sharedGastableStatic_option_linkBnr_link,
  .productDetail_related > .un_sharedGastableStatic_option_linkBnr a.un_sharedGastableStatic_option_linkBnr_link:visited {
    width: 290px;
}
}

@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_m {
    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 !important;
    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;
  }

  .nameArea strong {
    color: #222 !important;
    font-size: 14px;
  }

  .nameArea [data-item-code] {
    word-break: break-all;
  }

  .productPrice {
    border-bottom: none;
  }

  .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 .before {
    float: none;
    width: 100%;
    text-align: left;
    text-decoration: line-through;
  }

  .productPrice .priceArea .before br,
  .productPrice .priceArea .before span {
    display: none;
  }

  .productPrice .priceArea .after {
    background: none;
    padding: 0;
    float: none;
    text-align: left;
    overflow: visible;
    display: inline-block;
  }

  .productPrice .priceArea .after p:first-child {
    margin-right: 8px;
  }

  .productPrice .priceArea .after p {
    font-size: 14px;
    float: none;
    display: inline-block;
  }

  .productPrice .priceArea .after strong {
    font-size: 14px;
    color: #fff;
    /*background: #e70202;*/
    padding: 5px 8px;
    display: inline-block;
    border-radius: 12px;
    margin-top: 2px;
  }

  .productPrice .priceArea .after .lastPrice {
    vertical-align: bottom;
  }

  .productPrice .priceArea .after .lastPrice {
    float: none;
    overflow: hidden;

    font-size: 18px;
    color: #d70101;
    display: block;
  }

  .productPrice .priceArea .after .lastPrice strong {
    font-size: 20px;
    color: #e70202;
    background: none;
    padding: 0;
    display: inline-block;
    border-radius: 12px;
    margin-top: 2px;
  }

  .productPrice .priceArea .after .lastPrice span.taxIn {
    display: inline-block;
  }

  .productPrice .priceArea .lastPrice .taxIn {
    color: #d70101;
    font-weight: bold;
    font-size: 14px;
  }

  .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;
  }

  .productPrice .orderArea dt,
  .productPrice .orderArea dd,
  .productPrice .orderArea .quantity,
  .productPrice .orderArea .btns {
    display: block;
  }

  .productPrice .btns li {
    margin-bottom: 16px;
  }

  .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;
  }

  .productDetail_related .un_sharedGastableStatic_relatedInfo_2colLinkBnr.un_sharedGastableStatic_relatedInfo_2colLinkBnr__option .un_sharedGastableStatic_relatedInfo_2colLinkBnr_link {
    padding: 5px 18px 5px 10px;
  }
  .productDetail_related p + .un_sharedGastableStatic_relatedInfo_2colLinkBnr.un_sharedGastableStatic_relatedInfo_2colLinkBnr__option {
    margin-top: 10px;
  }
  .productDetail_related .un_sharedGastableStatic_relatedInfo_2colLinkBnr.un_sharedGastableStatic_relatedInfo_2colLinkBnr__option .un_sharedGastableStatic_relatedInfo_2colLinkBnr_link + .un_sharedGastableStatic_relatedInfo_2colLinkBnr_link {
    margin-top: 10px;
  }
  .un_sharedGastableStatic_relatedInfo_2colLinkBnr + p {
    margin-top: 20px;
  }
  .productDetail_related .un_sharedGastableStatic_option_linkBnr img {
    margin: unset;
  }
  .productDetail_related .un_sharedGastableStatic_relatedInfo_2colLinkBnr .un_sharedGastableStatic_relatedInfo_2colLinkBnr_link.un_sharedGastableStatic_relatedInfo_2colLinkBnr_link__bnrOnly img {
    margin: 0;
    margin-top: 10px;
  }
  .productDetail_related .un_sharedGastableStatic_relatedInfo_2colLinkBnr.un_sharedGastableStatic_relatedInfo_2colLinkBnr__option .un_sharedGastableStatic_relatedInfo_2colLinkBnr_link .un_sharedGastableStatic_relatedInfo_2colLinkBnr_link_img img {
    margin: 0;
  }
  .un_sharedGastableStatic_option_linkBnr .un_sharedGastableStatic_option_linkBnr_link.un_sharedGastableStatic_option_linkBnr_link__between {
    text-decoration: underline;
  }
  .un_sharedGastableStatic_option_linkBnr .un_sharedGastableStatic_option_linkBnr_link.un_sharedGastableStatic_option_linkBnr_link__between .un_sharedGastableStatic_option_linkBnr_link_img.un_sharedGastableStatic_option_linkBnr_link_img__small img {
    margin: 0;
  }

  .un_sharedGastableStatic_option_linkBnr .un_sharedGastableStatic_option_linkBnr_link .un_sharedGastableStatic_option_linkBnr_link_img img,
  .un_sharedGastableStatic_relatedInfo_2colLinkBnr .un_sharedGastableStatic_relatedInfo_2colLinkBnr_link .un_sharedGastableStatic_relatedInfo_2colLinkBnr_link_img img{
    margin: 0;
  }
  .discount_number {
    display: inline-block;
  }

  .specials_tokka {
    margin-top: 7px;
  }

  .f_l.discount {
    float: none !important;
    display: inline-block !important;
  }

  .tokka_allow {
    display: none !important;
  }

  .f_35 {
    font-size: 24px !important;
  }

  .productPrice .priceArea .after div {
    float: none;
    display: inline-block;
  }

  .priceArea .f_left {
    float: none;
  }
  .support {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer_box_01,
  .footer_box_02 {
    width: 96% !important;
    margin: 0 2%;
  }

  .flex a {
    color: #222 !important;
  }

  /*タイトル*/
  div.productMain h1 {
    background: #f5f5f5 !important;
    color: #222 !important;
  }

  .productMain h1 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }

  .productMain h1 span.new-line-font-small {
    display: inline;
    font-size: 15px;
  }

  div#content_frame>table.productDetail {
    margin: 16px 0;
  }

  .productMain+.freeSpace {
    margin-top: 0px;
  }

  /* リモコンセットの追記分 */
  .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;
  }

  .bd_b {
    border-bottom: 1px solid #ccc !important;
  }

  .triangle3 {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #d70101;
    margin: 20px auto;
  }

  .kanren {
    background: #777;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
  }

  .ps_const_border {
    border-bottom: none !important;
  }

  .thumb_width {
    width: 80%;
    margin-bottom: 20px;
    margin: 0 auto;
  }

  .thumb_width li {
    width: 100%;
  }

  .total_priceArea {
    background: #d70101;
    border: none;
    border-bottom: none;
    padding: 10px;
    overflow: hidden;
    color: #fff;
  }

  .productPrice .total_priceArea .after {
    overflow: hidden;

    text-align: left;
    padding-left: 0;
    padding-top: 0;
  }

  .productPrice .total_priceArea .after p {
    float: left;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
  }

  .productPrice .total_priceArea .after div {
    float: left;
    font-weight: bold;
    font-size: 40px !important;
    line-height: 1.2;
  }

  .productPrice .total_priceArea .after strong {
    color: #fff;
    font-size: 22px;
  }

  .productPrice .total_priceArea .after .lastPrice {
    float: none;
    overflow: hidden;
    color: #fff;
    display: inline-block;
  }

  .productPrice .total_priceArea .lastPrice strong {
    font-size: 35px;
  }

  .productPrice .total_priceArea .lastPrice .taxIn {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }

  .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;
    line-height: 2.2;
  }

  .sale_text {
    font-size: 12px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .total_text {
    text-align: left;
    line-height: 1.4;
    font-size: 12px;
  }

  .const_border {
    border-bottom: none !important;
  }

  /*見積りボタン　幅・高さ修正*/
  .linkToEstimate_02 {
    background: url(/img/default/button/btn_esti_static.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 80px !important;
    width: 485px !important;
    display: inline-block;
    *display: inline;

    vertical-align: bottom;
    text-indent: -9999px;
    cursor: pointer;
    border: 0px;
    margin-top: 10px;
    max-width: 100%;
    background-size: contain;
  }

  .estimate-button_02 {
    text-align: center;
    margin: 0;
  }

  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;
  }

  div.orderArea div.option-list {
    display: block;
  }

  .indentback p {
    text-indent: -2em;
    padding-left: 2em;
  }

  /*景表法対応記述の上の罫線設定*/
  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_gastableCookingplate {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .un_gastableCookingplate_card {
    margin-top: 20px;
  }

  .un_gastableCookingplate_title {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .un_gastableCookingplate_txt {
    margin-top: 10px;
  }

  .sp_text-d-none {
    text-decoration: none;
  }

  /* 画像横並び */
  .un_gastableCleaner_lyt {
    flex-direction: column;
  }

  .un_gastableCleaner_lyt._reverse {
    flex-direction: column-reverse;
  }

  .un_gastableCleaner_lyt_col+.un_gastableCleaner_lyt_col {
    margin-left: 0;
    margin-top: 10px;
  }

  .un_gastableCleaner_lyt._reverse .un_gastableCleaner_lyt_col+.un_gastableCleaner_lyt_col {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .un_gastableCleaner_lyt_col_title>a {
    font-size: 16px;
  }

  .un_gastableCleaner_lyt_col_img img {
    margin: 10px auto !important;
  }

  .un_GasOvenPanel {
    margin: 4% 0;
    flex-direction: column;
    align-items: center;
  }

  .un_GasOvenPanel_img {
    margin-right: 0px;
  }

  .un_GasOvenPanel_txt {
    margin-top: 2%;
  }

  .un_GasOvenTxtPanel {
    margin: 4% 0;
  }

  /* オプション画像横並び */
  .un_gastableOption_lyt {
    flex-direction: column;
  }

  .un_gastableOption_lyt._reverse {
    flex-direction: column-reverse;
  }

  .un_gastableOption_lyt_col+.un_gastableOption_lyt_col {
    margin-left: 0;
    margin-top: 10px;
  }

  .un_gastableOption_lyt._reverse .un_gastableOption_lyt_col+.un_gastableOption_lyt_col {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .un_gastableOption_lyt_col_title>a {
    font-size: 16px;
  }

  .un_gastableOption_lyt_col_img img {
    margin: 10px auto !important;
  }

  .un_gastableOptionNogrill {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .un_gastableOptionNogrill_col+.un_gastableOptionNogrill_col {
    margin-left: 0;
  }

  .un_gastableOptionNogrill_col2 {
    margin-top: 0;
    margin-right: 0;
  }

  .un_gastable_option_text {
    display: flex;
  }

  .un_gastable_option_text li {
    display: flex;
    align-items: center;
    padding: 5px;
    margin: 8px 2px;
    background: #f5f5f5;
    border: solid 1px #eee;
    border-radius: 4px;
  }

  .el_hdg4+.un_gastablePaloma_Panel {
    margin-top: 10px;
  }

  .un_gastablePaloma_Panel+.el_hdg4 {
    margin-top: 16px;
  }

  .el_hdg4+.un_gastablePaloma_Panel_txt {
    margin-top: 10px;
  }

  .un_gastablePaloma_Panel_txt+.el_hdg4 {
    margin-top: 16px;
  }

  .un_GasOvenTxtPanel {
    margin: 10px 0;
  }

  /* 機能表 */
  .un_sharedgastable_functionTable.hp_pcNone {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: 0;
    justify-content: center;
  }

  .un_sharedgastable_functionTable_wrap {
    margin-left: 5px;
  }

  .un_sharedgastable_functionTable.hp_pcNone .un_sharedgastable_functionTable_wrap .un_sharedgastable_functionList.un_sharedgastable_functionList .un_sharedgastable_functionOn {
    background: #92D050;
    padding: 0px 10px;
  }

  .un_sharedgastable_functionTable.hp_pcNone .un_sharedgastable_functionTable_wrap_left .un_sharedgastable_functionList.un_sharedgastable_functionList .un_sharedgastable_functionOn {
    background: #92D050;
  }

  .un_sharedgastable_functionTable.hp_pcNone .un_sharedgastable_functionTable_wrap .un_sharedgastable_functionList.un_sharedgastable_functionList li {
    box-sizing: border-box;
    background: #CCCCCC;
    display: flex;
    align-items: center;
    min-height: 30px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
  }

  .un_sharedgastable_functionTable.hp_pcNone .un_sharedgastable_functionTable_wrap_left .un_sharedgastable_functionList.un_sharedgastable_functionList li {
    box-sizing: border-box;
    background: #CCCCCC;
    display: flex;
    align-items: center;
    min-height: 30px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
  }

  .un_sharedgastable_functionTable_wrap li {
    margin: 0 18px 5px 0;
    width: 100%;
    justify-content: center;
  }

  .un_sharedgastable_functionTable_wrap_left li {
    margin: 0 18px 5px 0;
    width: 100%;
    justify-content: center;
  }

  .un_gastablePaloma_detailstxt {
    color: #d70101;
    font-weight: bold;
  }

  .un_gastablePaloma_detailstxt+.el_hdg4 {
    margin-top: 15px;
  }

  .productDetail table.inner_table tbody tr td {
    font-size: 13px !important;
  }

  .un_gastablePaloma_accessory.hp_pcNone {
    margin-bottom: -20px;
  }

/* 関連情報欄 2カラムリンクバナー　※「ガスコンロとの同時交換がおすすめ」他 */
  .un_sharedGastableStatic_relatedInfo_2colLinkBnr {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }

  .un_sharedGastableStatic_relatedInfo_2colLinkBnr .un_sharedGastableStatic_relatedInfo_2colLinkBnr_link+.un_sharedGastableStatic_relatedInfo_2colLinkBnr_link {
    margin-top: 10px;
  }

  .productDetail_related > .un_sharedGastableStatic_relatedInfo_2colLinkBnr a.un_sharedGastableStatic_relatedInfo_2colLinkBnr_link,
  .productDetail_related > .un_sharedGastableStatic_relatedInfo_2colLinkBnr a.un_sharedGastableStatic_relatedInfo_2colLinkBnr_link:visited {
    width: 290px;
  }

.productDetail_related > .un_sharedGastableStatic_relatedInfo_2colLinkBnr a.un_sharedGastableStatic_relatedInfo_2colLinkBnr_link .un_sharedGastableStatic_relatedInfo_2colLinkBnr_link_txt,
.un_sharedGastableStatic_option_linkBnr a.un_sharedGastableStatic_option_linkBnr_link .un_sharedGastableStatic_option_linkBnr_link_txt{
  justify-content: center;
  line-height: 1.5;
}

  .un_sharedGastableStatic_basicSpecification .title_left {
    width: 30% !important;
  }

  /* 基本仕様　テーブル設定*/
  .productDetail table.un_sharedGastableStatic_table {
    box-sizing: border-box;
    margin-top: 0;
    border: 1px solid #ececec;
    border-collapse: collapse;
  }

  .productDetail table.un_sharedGastableStatic_table tbody tr th {
    display: table-cell;
    padding: 8px 4px;
    font-size: 12px;
    width: 30%;
    background: var(--secondBgColor);
    color: var(--defaultTxtColor);
    border: 1px solid #ececec;
  }

  .productDetail table.un_sharedGastableStatic_table tbody tr td {
    display: table-cell;
    padding: 8px 4px;
    font-size: 12px;
    width: auto;
    border: 1px solid #ececec;
  }


  .un_sharedGastableStatic_functionTableImgNotes {
    margin-left: 0;
  }

  .bl_mediaPanel .bl_mediaPanel_img.un_sharedGastableStatic_mediaPanel_img__spCenter {
    display: flex;
    align-items: center;
    flex-direction: column;
  }


  .un_withna_cardUnit.un_withna_cardUnit__space>.un_withna_card {
    box-sizing: border-box;
    width: calc((100% + 10px) / 2 - 10px);
  }

  .un_withna_cardUnit.un_withna_cardUnit__space .un_withna_card .un_withna_card_img {
    padding: 0;
  }


  .un_withna_cardUnit.un_withna_cardUnit__space .un_withna_card+.un_withna_card {
    border-left: 2px solid #ececec;
    ;
  }

  .un_withna_cardUnit.un_withna_cardUnit__space .un_withna_card .un_withna_card_ttl {
    font-size: 13px;
  }

  /* 特長部分（特長を書いたセル）の背景がオレンジのテーブル（例：SAFULL＋（セイフルプラス）の疑似スタ（static\gastable\rinnai\RHS21W40P38YGWW\index.html）） */
  .productDetail table.un_gasTsharedProduct_characteristicsCompareTable thead tr:first-child th {
    margin-top: 0;
  }

  table.un_gasTsharedProduct_characteristicsCompareTable thead th {
    font-size: 12px;
    text-align: center;
  }

  table.un_gasTsharedProduct_characteristicsCompareTable thead th,
  table.un_gasTsharedProduct_characteristicsCompareTable tbody th {
    border: 1px solid #b8b8b8;
    color: var(--defaultTxtColor);
    display: table-cell;
  }

  table.un_gasTsharedProduct_characteristicsCompareTable tbody th,
  table.un_gasTsharedProduct_characteristicsCompareTable tbody td {
    text-align: center;
  }

  table.un_gasTsharedProduct_characteristicsCompareTable tbody td {
    border: 1px solid #b8b8b8;
    display: table-cell;
    width: unset;
  }

  table.un_gasTsharedProduct_characteristicsCompareTable th.un_gasTsharedProduct_characteristicsCompareTable_situationHead {
    text-align: left;
    width: 27% !important;
  }

  /* 8019_デリシア */
  .un_sharedGastableStatic_table_wrapper {
    width: unset;
  }
  .un_sharedGastableStatic_table .un_sharedGastableStatic_table_data {
    text-align: center;
  }
  .un_gastableRinnai_applicationPanel {
    display: block;
  }
  .un_gastableRinnai_applicationPanel .un_gastableRinnai_applicationPanel_img {
    text-align: center;
  }
  .productDetail img {
    display: unset !important;
  }
  .un_gastableRinnai_applicationPanel .un_gastableRinnai_applicationPanel_txt + .un_gastableRinnai_applicationPanel_img {
    margin-top: 10px;
  }
  .un_sharedGastableStatic_table .un_sharedGastableStatic_table_item,
  .un_sharedGastableStatic_table .un_sharedGastableStatic_table_combination {
    text-align: center;
  }
  .un_gastableRinnai_applicationPanel .un_gastableRinnai_applicationPanel_txt {
    margin-right: 0;
  }
  .un_sharedGastableStatic_table + .un_sharedGastableStatic_table {
    margin-top: 20px !important;
  }
  .bl_panel + .un_sharedGastableStatic_table {
    margin-top: 10px;
  }
  .un_sharedGastableStatic_table + .un_sharedGastableStatic_table.un_sharedGastableStatic_table__gap {
    margin-top: 20px;
  }
  .un_gastable_paloma_panel_wrapper + .el_hdgPs {
  margin-top: 20px;
  }
}