@charset "utf-8";
@media screen and (max-width: 767px) {
body {font-size: 16px; line-height: 1.6;}
img {width: 100%;height: auto;display: block;}

/* ヘッダー */
#header-wrap {display: none;}
#headH1Area {background: #252525;padding: 2px 10px;}
.frame_outer {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
#form-design {border: 10px solid #dfdfdf;margin: 10px 0 0 ;padding: 10px 3px 0;}
#shop_s_info {display: none;}
.header_content_des {display: none;}
.header_menu ul li {display: inline;margin-left: 1px;border-right: 1px solid #aaa;padding: 0 22px 0 0;text-align: center;}

h2.h2_ttl { max-width: 100%;background: #20252c;color: #FFF;font-weight: bold;font-size: 1.2em;padding: 8px 10px;margin: 10px 0; }
h3.h3_ttl {max-width: 100%;font-weight: bold;font-size: 1.1em;padding: 8px 10px;margin: 0;}

.product_details_area_notes {width: 100%;}

.width_740 {width: 100%;box-sizing: border-box;}
.width_740 img {width: 100%!important;height: auto;}

.product_details_area_color {padding:0;width: 100%;clear: both;margin: 0 auto;text-align: center;}
.product_details_area_img {width: 300px;text-align: center;margin: 0 auto;float: none;}

/* 左メニュー */
.side_cart,
.side_search,
.side_menu,
#floatBox {display: none;}

#two_maincolumn_right {width: 100%;}
.content_in {width: 100%;}
 

.product_details_area_specification table th {width: 30%;padding: 8px;border-right: 1px solid #CECECE;border-bottom: 1px solid #CECECE;color: #2C333A;background-color: #F7F7F7; text-align: center; vertical-align: middle;}

.de_cartin_btn {border: none;padding:0 0 10px;}
.product_details_area_contact {display: none;}

/* タブ */
#tab-article01 {width:100% ;}
#tab-article01 #tab-menu ul {
    width: 100%;
    height: 55px;
    overflow: hidden;
    color: #868686;
}
#tab-menu ul {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 ;
    gap: 6px;
    background: none;
    margin: 0;
}
#tab-menu ul li {
    flex: 0 0 auto;
    width: auto;
    min-width: 80px;
    margin: 0;
    background: none;
    list-style: none;
}
#tab-menu ul li a {
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#tab-menu ul li a {
    display: inline-block;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 4px;
    text-align: center;
    background: #f5f5f5;
    white-space: normal; /* ← ここで折り返し可能に */
    word-break: break-word; /* 長い語を途中で折る */
    border: 1px solid #ccc;
}
#tab-article01 #tab-menu ul li.on a,
#tab-article01 #tab-menu ul li a {
    display: block;
    width: 40px;
    height: 48px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#tab-article01 #tab-menu ul li {
    float: left;
    width: 50px;
    height: 48px;
    margin: 7px -15px 0 0;
    position: relative;
    background: none;
}
#tab-menu ul li.on a {
    background-color: #ffefe5;
    border: 2px solid #FFC800;
}
#tab-menu ul li span {
    display: block;
    font-size: 13px;
    padding: 4px 0;
    background: none !important;
}
.tab-border .feature .floR {width: 100%;}
#tab-article01 #tab-menu ul li span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}
#tab-article01 #tab-menu ul li.on {
    display: block;
    position: relative;
    z-index: 30;
    background: none;
}
#tab-article01 #tab-menu ul#specBg {background: none;}

/* テーブル */
#tab-article01 table {
    width: 100%;
    margin: 20px auto 0;
    box-sizing: border-box; /* padding/border対策 */
    word-break: break-word; /* 長い文字が折り返されるように */
}
#tab-article01 table.spec th {
    width: 25%;
    text-align: center;
    font-weight: normal;
    font-size: 85%;
}
table th {width: 25%;font-size: 85%;}
table td {font-size: 85%;}
#tab-article01 p.t_txt {
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 85%;
}

/* サイズ表スクロール */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
  .table-scroll table th,
  .table-scroll table td {
    width: auto !important;
    white-space: nowrap;
  }


.alert_note {
    border: 3px solid #FF4600;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    color: #FF4600;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.alert_img,
.sub_title strong.new-orange,
.new-guide  {display: none;}

}