@charset "utf-8";

@media screen and (max-width: 640px) {
/*共通で使用するもの　ここから*/
.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_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_pt2 {
  padding-top: 2% !important;
}
.sp_pb2 {
  padding-bottom: 2% !important;
}
.sp_ptb2 {
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}
.sp_pr4 {
  padding-right: 4% !important;
}
.sp_pl4 {
  padding-left: 4% !important;
}
.sp_floatn {
  float: none !important;
}
.sp_txtc {
  text-align: center !important;
}
.sp_txtl {
  text-align: left !important;
}
.sp_wb_ba {
  word-break: break-all;
}
.sp_width_100 iframe {
  width: 100%;
  height: auto;
}
/*共通で使用するもの　ここまで*/

/*商品について*/
.box-bg1 .box-bg2 {
    margin-top: 0;
}
.box_price_normal {
    background-color: #FF0;
    margin: 1%;
    padding: 2%;
    font-weight: bold;
}
.box-bg1 div {
    font-size: 100% !important;
}
.box-bg1 div.sp_f_13,.box-bg1 div span.sp_f_13{
font-size:90% !important;
}
.box-bg1 div.txt_off {
    font-size: 22px !important;
}
/*タブ切替css*/
.tab_wrap1 {
width:100% !important;
}
.tab_area1 {
    width: 100%;
}
.tab_area1 label {
    width: 32%;
    margin-left: 2%;
    margin-top: 15px;
	font-size: 14px;
}
#tab1:checked ~ .tab_area1 .tab1_label {
    font-size: 14px;
}
#tab2:checked ~ .tab_area1 .tab2_label {
    font-size: 14px;
}
#tab3:checked ~ .tab_area1 .tab3_label {
    font-size: 14px;
}
.panel_area1 {
    padding: 2%;
    border: none;
}
.static a {
    width: 96%;
}
/*見積りボタン　設定*/
form.cart_type1 .estimate-button button.linkToEstimate {
    margin: auto 2%;
    text-align: center;
    width: 96%;
    height: 44px;
}
/*お買い物ボタン　設定*/
form.cart .cart-button button[type="submit"]  {
    width: 100%;
    height: 44px;
    display: block;
    text-indent: 0;
    background: #d70101 !important;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #fff !important;
    box-shadow: 0 3px 0 rgba(158, 0, 0, 1);
}
	
/* 追記 */
.sp_pa2 {
    padding: 2% !important;
}	
.line_black_dotted {
    display: block !important;
    margin: 2%;
}
.h2-type1 {
    font-size: 15px !important;
}
.sp_f_65 {
    font-size: 65% !important;
}
.sp_f_150 {
    font-size: 150% !important;
}
.sp_mt8 {
    margin-top: 8% !important;
}
.h4-type1 {
    font-size: 14px;
    color: #555;
    background: #f4f4f4 !important;
    padding: 10px;
    border: solid 1px #eaeaea !important;
}	
}