@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "a-otf-jun-pro",sans-serif;
}
a{
	color: #000000;
	text-decoration: underline;
}
article{
	clear: both;
}
a:hover {
	text-decoration:none;
	color:#333333;
}
h1,h2,h3,h4,h5,h6{
	font-family: "heisei-kaku-gothic-std",sans-serif;
    font-weight: 500;
	}
/*** 商品ページ2017年 ナビゲーション*/ 
#p_navi {
    background: rgba(0,0,0,0.80);
    width: 100%;
    padding:0;
	margin: 0;
    text-align: center;
    color: #fff;
}
#p_navi ul{
	max-width: 930px;
	width: 100%;
    margin: 0 auto;
	text-align:center;
	padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content:space-between;
    list-style: none;    
	}
#p_navi ul a {
	font-size: 110%;
	font-family: "heisei-kaku-gothic-std",sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	color: #fff;
    flex: 1;
    white-space: nowrap;
    text-decoration: none;
	}
#p_navi ul a li{
	padding:20px 0;
	text-align:center;
	color: #fff;
    white-space: nowrap;
	}

#p_navi ul a li:hover{
	color: #fff;
	background:  #EE7800;
	}
 #stk_cont .follow {
    position: fixed;/*スクロールで付加されるclass*/
    top: 0;
}
 /*** 商品ページ2017年 AHDメインビュー*/ 
.hero_h {
	width:100%;
	height: 450px;
	margin: 0 auto;
	padding: 0;
	background-position: bottom;
	background-size: cover;
}
.hero_h section{
	width:100%;
	max-width: 930px;
	margin: 0 auto;
	position: relative;
}
.hero_h section div{
	line-height:180%;
	position: absolute;
	top:220px;
	left: 0;
	width:42%;
	padding: 10px 0 0px 30px;
	background: rgba(250,250,250,0.75);
	/* box-shadow */
box-shadow:0px 4px 10px 0px #666666;
-moz-box-shadow:0px 4px 10px 0px #666666;
-webkit-box-shadow:0px 4px 10px 0px #666666;
	}
.hero_h h1{
	font-size:140%;
	padding: 10px 0 14px 0;
	margin: 0;
	font-family: "heisei-kaku-gothic-std",sans-serif;
	}
.hero_h h2{
	font-size:170%;
	padding: 0;
	margin: 0;
	font-family: "heisei-kaku-gothic-std",sans-serif;
	}
.hero_h h3{
	font-size:250%;
	padding: 0;
	margin: 0;
	color: #ffffff;
	text-shadow: 3px 3px 6px #333333;
	font-family: "heisei-kaku-gothic-std",sans-serif;
	position: absolute;
	top:60px;
	line-height: 140%;
	}
.hero_h section div ul{
	font-size:100%;
	line-height:180%;
	list-style: none;
	padding: 0;
	}
.hero_h section div ul li span{
	display: inline-block;
	width: 50px;
	}
.model_photo{
	width:48%;
	height: auto;
	position: absolute;
	top:100px;
	right:0px;
}
 /*** 商品ページ2018年 AFH-101 */ 
.hero_h_afh {
	width:100%;
	height: 450px;
	margin: 0 auto;
	padding: 0;
	background-position:bottom;
	background-size: cover;
}
.hero_h_afh section{
	width:100%;
	max-width: 930px;
	margin: 0 auto;
	position: relative;
}
.hero_h_afh section div{
	line-height:180%;
	position: absolute;
	top:290px;
	right: 0;
	width:42%;
	padding: 10px 0 0px 25px;
	background: rgba(250,250,250,0.75);
	/* box-shadow */
box-shadow:0px 4px 10px 0px #666666;
-moz-box-shadow:0px 4px 10px 0px #666666;
-webkit-box-shadow:0px 4px 10px 0px #666666;
	}
.hero_h_afh h1{
	font-size:130%;
	padding:3px 0 4px 0;
	margin: 0;
	font-family: "heisei-kaku-gothic-std",sans-serif;
	}
.hero_h_afh h2{
	font-size:160%;
	padding: 0;
	margin: 0;
	font-family: "heisei-kaku-gothic-std",sans-serif;
	}
.hero_h_afh h3{
	font-size:240%;
	padding: 0;
	margin: 0;
	color: #ffffff;
	text-shadow: 3px 3px 6px #333333;
	font-family: "heisei-kaku-gothic-std",sans-serif;
	position: absolute;
	top:40px;
	line-height: 140%;
	}
.hero_h_afh section div ul{
	font-size:90%;
	line-height:150%;
	list-style: none;
	padding: 0;
    margin: 5px 0 12px 0;
	}
.hero_h_afh section div ul li span{
	display: inline-block;
	width: 50px;
	}
.model_photo_one{
	width:40%;
	height: auto;
	position: absolute;
	top:5px;
	right:40px;
}
.model_photo_two{
	width:40%;
	height: auto;
	position: absolute;
	top:180px;
	left:50px;
}

 /*** 特徴の上メインコピー部分*/ 
.m_copy h2{
	font-family: "heisei-kaku-gothic-std",sans-serif;
	font-size: 140% !important;
	padding:0 !important;
    margin:0 !important;
	text-align: left;
	color:#000000;
    line-height: 190%;
    background:#ffffff !important;
	}
.m_copy img{ 
    display: inline-block;
    width: 30%;
    vertical-align: top !important;
    margin:0 3% 0 0 !important;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.m_copy div{ 
    display: inline-block;
    width: 66%;
    margin: 0 0 20px 0;
    padding: 0;
}
 /*** 商品ページ2017年 AHDシリーズより*/ 
.syohin_info {
	font-family: "a-otf-jun-pro",sans-serif;
	width:90%;
	max-width: 930px;
	font-size:100%;
	line-height:180%;
	margin: 0 auto;
	padding: 0;
	}
.syohin_info a{
	font-size:15px;
	font-weight: bold;
}
.syohin_info section{
	margin:0 0 50px 0;
	padding-top: 100px;
	}
.syohin_info h1{
	font-family: "heisei-kaku-gothic-std",sans-serif;
	font-size: 150%;
	background: #EE7800;
	padding: 10px 0 10px 14px;
	text-align: left;
	color:#ffffff;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.syohin_info h2{
	font-family: "heisei-kaku-gothic-std",sans-serif;
	font-size:130%;
    padding:10px;
	margin:30px 0 20px 0;
	font-weight: bold;
	background: #eeeeee;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	}
.syohin_info h3{
	font-family: "heisei-kaku-gothic-std",sans-serif;
	font-size:120%;
    padding:10px 0;
	margin:10px 0 0 0;
	font-weight: bold;
	color:#000000 ;
	}
.syohin_info h4{
	font-family: "heisei-kaku-gothic-std",sans-serif;
	font-size:120%;
    padding:10px 0;
	margin:0;
	font-weight: bold;
	color:#000000 ;
	}
.syohin_info h5{
	font-family: "heisei-kaku-gothic-std",sans-serif;
	font-size:100%;
    padding:0 10px;
	margin:0;
	font-weight: bold;
	color:#000000 ;
	}

.syohin_info p{
    padding:0;
	font-size: 105%;
	margin:0 0 60px 0;
	line-height: 200%;
	}
span.san_photo{
    padding:0;
	margin:0;
	display: inline-block;
	}
span.san_photo img{
	margin:0 2.5% 0 0;
	width:30%;
	}
.syohin_info p a{
	font-size: 100%;
	}
.syohin_info ul{
    line-height:150%;
    padding:10px;
	margin:0;
	list-style: none;
	}
.syohin_info ul li{
	padding: 0;
	margin:0;
	font-size: 15px;
	}

.syohin_info ol{
    width: 100%;
    max-width:600px;
    line-height:150%;
    padding:10px;
	margin:10px 0 50px 0;
    list-style: none;
    display: table;
	}
.syohin_info ol li{
	list-style:decimal inside;
	padding:0;
	margin:10px 0;
	font-size: 120%;
	}
.syohin_info ol li span{
	display: inline-block;
	width: 70%;
	max-width: 450px;
	}

.syohin_info ol li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}  
.syohin_info ol li {
  display: table-row;
  counter-increment: table-ol;
}
.syohin_info ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}

.syohin_info img{
	margin: 20px 0 0 0;
	}
.option_info img{
	font-family: "heisei-kaku-gothic-std",sans-serif;
	width:40%;
    margin:15px 3% 0 0;
    vertical-align: top;
    display: inline-block;
	font-weight: bold;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	}
.option_info div{
    display: inline-block;
    width: 51%;
	}
.option_info div p{
    font-size: 90%;
    line-height: 150%;
    margin:5px 10px 20px 10px;
	}
.option_info div p span{
    display: inline-block;
    width: 48%;
	}
.option_info p{
    font-size: 100%;
    line-height: 160%;
    margin:20px 0 0 0;
	}
.option_info img{
	font-family: "heisei-kaku-gothic-std",sans-serif;
	width:40%;
    margin:15px 3% 0 0;
    vertical-align: top;
    display: inline-block;
	font-weight: bold;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	}
/* オプション情報 シングル用*/
.option_info_sg div{
    display: inline-block;
    width:100%;
	}
.option_info_sg div h4{
    line-height: 150%;
    margin:5px 0 0 0;
    padding: 0;
	}
.option_info_sg div h5{
    line-height: 150%;
    margin:15px 0 0 0;
    padding: 0;
	}
.option_info_sg div p{
    font-size: 90%;
    line-height: 150%;
    margin:10px 0 15px 0;
	}
.option_info_sg div p span{
    display: inline-block;
    width: 25%;
	}
.option_info_sg div div{
   display: flex;
    justify-content: space-between;
	}
.option_info_sg div div img{
    width: 48%;
    height: 100%;
	}
.option_info_sg ul{
    padding: 0;
    margin-top: 10px;
	}
/* 録画方法 */
.rec_method img{ 
    display: inline-block;
    width:30%;
    vertical-align:top;
}
.rec_method div{ 
    display: inline-block;
    width: 69%;
}
/* 追加防水推奨 */
.add_bousui{ 
    margin-bottom: 80px!important;
}
.add_bousui img{ 
    display: inline-block;
    width: 35%;
    vertical-align: top;
    margin-top: 0;
    margin-right: 2%;
}
.add_bousui div{ 
    display: inline-block;
    width: 62%;
}
.add_bousui div p{ 
    margin-bottom: 0;
}
/* hrの天地マージン*/
.line_mar{ 
    margin: 50px 0;
}
/* hrの天地マージン*/
.kurowaku {
	width: 99%;
    max-width: 885px;
	padding: 20px;
    border: rgba(0,0,0,1.00) solid 1px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

.pkg_block {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 0;
	width: 63%;
	}
.pkg_photo {
	display: inline-block;
	width: 35%;
	}
.one_block {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}
.two_block {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 0;
	width: 48%;
	}
.two_block img{
	width: 100%;
	margin: 10px 0 0 0;
	}
.two_block h3{
    padding: 0;
	}
.two_block p{
	width: 100% !important;
	margin:10px;
	}
div.two_block p{
	width:100%;
	margin: 0;
	padding: 0;
	}
 /* 2%スペース */
.space_2par{
    width:2.5% !important;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#d_load p{
	margin: 10px;
	padding: 0;
	line-height: 120%;
}
.pdficon_mini a{
font-size: 100%;
	padding:8px 0 12px 40px;
	margin: 0px;
	display: block;
	background: url(../sp/ctlg/pdf3.gif) no-repeat center left;
}
.diskicon_mini{
	font-size:100%;
	background:url(../sp/ctlg/hdd2.gif) no-repeat;
	padding:7px 0 12px 35px;
	text-align:left;
	margin:5px auto;
	display:block;
}

/*** ダウンロード*/
.d-area_column{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.d-area_column a{
	width: 22%;
	text-decoration: none;
}
.d-area_column a div{
	width: 100%;
	text-align: center;
	padding: 0 0 0 0;
	border: #747474 solid 1px;
	border-radius: 10px;
	display: flex;
	position: relative;
}
.d-area_column div:hover{
	opacity: 0.8;
}
.d-area_column::before, .d-area_column::after {
  content: "";
  display: block;
  width: 22%;
}
.d-area_column::before{
  order: 1;
}
.d-area_column p{
    display: flex;
    align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    padding: 2em 0 !important;
    width: 100%;
}
.d-area_column span{
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 1.2rem;
	margin-bottom:0;
	border-radius: 0 0 9px 9px;
	padding: 0.75em 0;
	font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.pdf span{
	background-color: #C83C3C;
	color: #FFFFFF;
}
.xls span{
	background-color: #007800;
	color: #FFFFFF;
}
.zip span{
	background-color: #BB9900;
	color: #FFFFFF;
}
.exe span{
	background-color: #FF7800;
	color: #0099CC;
}

 /*** 仕様掲載用テーブル */ 		
.specseat {
	width: 100%;
    margin:0;
	padding:10px 0;
	border-spacing: 0;
	font-size: 105%;
}
.specseat tr:hover td {
    background-color:#FFFFec;
}
.specseat td {
    padding:8px;
	border-bottom: #333333 solid 1px;
    text-align: left;
}
.specseat th {
    padding:8px;
	border-bottom: #333333 solid 1px;
	background: #eeeeee;
    text-align: left;
    width: 32%;
}
.caution h5{
	font-size:100%;
    line-height:150%;
    padding:5px 10px 10px 10px;
	margin:0;
	}
.caution h6{
	font-size:100%;
    line-height:150%;
    padding:5px 10px 0 ;
	margin:0;
	list-style: none;
	}
.caution ul{
    line-height:150%;
    padding:10px;
	margin:0;
	list-style: none;
	}
.caution ul li{
	padding: 0;
	margin:0;
	font-size: 95%;
	}
 /*** てきすとレッド */ 
 .redtxt {
	color:rgba(255,0,4,1.00);
}
 small.redtxt {
	color:rgba(255,0,4,1.00);
    line-height: 140% !important;
}
 /*** 注釈文*/ 
ul.kometxt {
	 padding: 0;
	 margin:0 0 15px 0;
	list-style: outside;

}
ul.kometxt li{
	 padding:0;
	 margin:5px 0 0 35px;
	 
}
 .kometxt span{
	 margin-right:0px;
	 display:inline-block;
}

/* サポート&ダウンロードのページ*/
.spdl {
	font-family: "a-otf-jun-pro",sans-serif;
	width:90%;
	max-width: 930px;
	font-size:100%;
	line-height:180%;
	margin: 0 auto;
	padding: 0;
	}
.spdl section{
	margin-bottom: 80px;
}
.spdl h1{
	font-size: 130%;
	background: #EE7800;
	padding: 10px 0 10px 14px;
	text-align: left;
	color:#ffffff;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.spdl h2{
    margin: 0 0 30px 0;
	font-size: 150%;
	padding:0 0 10px 0;
	text-align: left;
	}
.spdl h3{
    margin: 0 0 30px 0;
	font-size: 110%;
	padding:0 0 10px 0;
	text-align: left;
    border-bottom:#EE7800 solid 2px;
	}
.spdl h4{
    font-size: 100%;
	text-align: left;
	margin:35px 0 15px 0;
	padding:0;
	}


.spdl ul{
	list-style:none;
	margin:0;
	padding:0 0 15px 0;
	text-align: left;
	border-bottom: #666666 dotted 1px;
}
.spdl ul li{
	list-style:none;
	margin:2px 25px 0 0;
	padding:5px 0 10px 35px;
	display: inline-block;
}
/* サポート第一階層*/
.spt_block {
    margin-top: 80px;
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  align-items: center;
}
.spt_block a {
	width: 45%;
	margin: 25px auto;
    padding: 80px 0 ;
	text-align: center;
     white-space: nowrap;
	font-size: 120%;
	background:#EE7800;
    color:#ffffff;
    text-decoration: none;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.spt_block a:hover{
	text-align: center;
	background:#949494;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}     
.sp_tel {
	width: 95.5%;
    max-width: 930px;
	text-align: left;
	font-size: 120%;
	display: inline-block;
	padding:2% 2%;
	margin:0;
    border: solid 1px #EE7800;
	background:#EE7800;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
.sp_tel  img{
	width:60%;
    margin:10px 0;
}

/* カタログダウンロード*/
.ctlg_dl{
    width: 100%;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    }
.ctlg_dl::after{
    width: 40%;
    display:block;
    height: 0;
    content: "";
    margin: auto;
}
.ctlg_dl div{ 
    width:40%;
    margin: 100px auto 0 auto;
    padding: 0;
    text-align: center;
    background:none;
    color: rgba(0,0,0,1.00);
    display:block;
	background:none;
    transition:none;
	-webkit-transition:none;
	-moz-transition:none;
	border-radius: 0;        /* CSS3草案 */  
    -webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0;   /* Firefox用 */ 
}
.ctlg_dl div:hover{ 
    width:40%;
    background: none;
    color: rgba(0,0,0,1.00);
	display:block;
	background:none;
	padding:0;
    margin: 100px auto 0 auto;
	color: rgba(0,0,0,1.00);
	border-radius: 0px;        /* CSS3草案 */  
    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0px;   /* Firefox用 */ 
}
.ctlg_dl div img{ 
    height:300px;
    margin: 0;
}
.ctlg_dl div h4{ 
    margin: 10px;
    text-align: center; 
}
.ctlg_dl div p{ 
    margin-top:0px;
}
p.dl_btn {
    width:85%;
    padding:10px 0;
    text-align: center;
    background: rgba(180,180,180,1.00);
    border-radius: 5px;
    margin:0 auto;
    transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
}
.ctlg_dl a{
    text-decoration: none;
}
p.dl_btn img{
    width: 25px;
    height: auto;
    margin-right: 10px;
    vertical-align:middle;
}
p.dl_btn:hover{
	background:#EE7800;
    color:rgba(255,255,255,1.00);
}
    /* スマホの時だけ表示*/
.look_mb{ 
    display: none;
}
    /* PCの時だけ表示*/
.look_pc{ 
    display: block;
}

@media (max-width: 640px)
{
 /*** 商品ページ2018年 AFH-101 */ 
.hero_h_afh {
	height:80vh;
	max-height:1024px;
	margin: 0 auto;
	padding: 0;
}
.hero_h_afh section{
	width:100%;
	max-width: 930px;
	margin: 0 auto;
	position: relative;
}
.hero_h_afh section div{
    font-size: 80%;
	line-height:180%;
	position: absolute;
	top:56vh;
	left:5%;
	width:82%;
	padding:0 4%;
	background: rgba(250,250,250,0.75);
	/* box-shadow */
box-shadow:0px 4px 10px 0px #666666;
-moz-box-shadow:0px 4px 10px 0px #666666;
-webkit-box-shadow:0px 4px 10px 0px #666666;
	}
.hero_h_afh h1{
	font-size:120%;
	}
.hero_h_afh h3{
	font-size:150%;
	text-align: center;
	position: absolute;
	top:2vh;
    right:0;
    left:0;
    line-height: 145%;
	}
.model_photo_one{
	width:47%;
	height: auto;
	position: absolute;
	top:13.5vh;
	right:40px;
}
.model_photo_two{
	width:47%;
	height: auto;
	position: absolute;
	top:34.5vh;
	left:30px;
}

/*** 商品ページ2017年 AHDメインビュー*/ 
.hero_h {
	height:80vh;
	max-height: 667px;
	margin: 0 auto;
	padding: 0;
}
.model_photo{
	width:70%;
	height: auto;
	position: absolute;
	top:20vh;
	right:15%;
}	
	.hero_h section div{
		font-size: 80%;
	line-height:180%;
	position: absolute;
	top:50vh;
	left:10%;
	width:72%;
	padding:0 4%;
	background: rgba(250,250,250,0.75);
	/* box-shadow */
box-shadow:0px 4px 10px 0px #666666;
-moz-box-shadow:0px 4px 10px 0px #666666;
-webkit-box-shadow:0px 4px 10px 0px #666666;
	}
	.hero_h h1{
	font-size:115%;
	padding: 10px 0 5px 0;
	margin: 0;
	font-family: "heisei-kaku-gothic-std",sans-serif;
	}
.hero_h h2{
	font-size:170%;
	padding: 0;
	margin: 0;
	font-family: "heisei-kaku-gothic-std",sans-serif;
	}
.hero_h h3{
	font-size:180%;
	padding: 0;
	margin: 0;
	width:80%;
	text-shadow: 3px 3px 6px #333333;
	top:5vh;
	left: 10%;
	right: auto;
	text-align: center;
	}
	.hero_h section div ul{
	font-size:100%;
	line-height:180%;
	list-style: none;
	padding: 0;
		margin:5px 0;
	}
.hero_h section div ul li span{
	display: inline-block;
	width: 50px;
	}
 /*** 商品ページ2017年 ナビゲーション*/ 
#p_navi {
	position: fixed;
	bottom: 0;
}
#p_navi ul{

	}
#p_navi ul li{
	font-size:68%;
	}

 #stk_cont .follow {
    position: fixed;/*スクロールで付加されるclass*/
    bottom:0;
	top: auto;
}
     /*** 特徴の上メインコピー部分*/ 
.m_copy h2{
	font-family: "heisei-kaku-gothic-std",sans-serif;
	font-size: 140% !important;
	padding:0 !important;
    margin:10px 0 0 0 !important;
	text-align: left;
	color:#000000;
    line-height: 180%;
    background:#ffffff !important;
	}
.m_copy img{ 
    display:block;
    width: 100%;
}
.m_copy div{ 
    display:block;
    width: 100%;
}
	.syohin_info {
	width:90%;
	font-size:90%;
	line-height:150%;
	}
    .syohin_info h4{
	font-size:110%;
    padding:0;
	margin:0 0 8px 10px;
	}
	.syohin_info section{
	margin:0 0 10px 0;
	padding-top: 3px;
	}
	.syohin_info section p{
	margin:0 0 40px 0;
	padding-top: 0;
	}
	.syohin_info img{
	width: auto;
	max-width: 100%;
	margin: 20px auto 10px auto;
	}
	
     /* 2%スペース */
    .space_2par{
    display: none;
}
    .option_info img{
	width:100%;
    margin-right:0;
	}
    .option_info div{
    width: 100%;
	}
    .option_info div p{
    margin:5px 10px 20px 10px;
	}
    .option_info div p span{
    width: 100%;
	}
    .option_info p{
    margin:0;
	}
/* hrの天地マージン*/
.line_mar{ 
    margin: 20px 0;
}
span.san_photo img{
	margin:1% 0;
	width:100%;
	}
	.specseat {
	width: 100%;
    margin:0;
	padding:0 10px;
	border-spacing: 0;
	font-size:95%;
    word-wrap: break-word;
}
	.specseat td {
    padding:2%;
		width: 95%;
		display: block;
		border-bottom: none;
}
.specseat th {
    padding:2%;
	width: 95%;
	display: block;
	border-bottom: none;
}
.syohin_info ol{
    width: 93%;
	margin:0 0 20px 0;
	}
.syohin_info ol li{
	font-size: 105%;
	}
.syohin_info ol li span{
	width: 90%;
	max-width: 350px;
	}
    
.option_info_sg div p span{
    display:block;
    width: 90%;
	}
    
/* 録画方法 */
.rec_method img{ 
    display:block;
    width: 100%;
}
.rec_method div{ 
    display:block;
    width: 100%;
}
/* 追加防水施工 */
.add_bousui img{ 
    display:block;
    width: 100%;
    margin-bottom: 40px;
}
.add_bousui div{ 
    display:block;
    width: 100%;
}
 /** 2カラム **/ 
.two_block {
	padding:0;
	display:block;
	vertical-align:top;
	margin:0 0 10px 0;
	width:100%;
	}
.two_block img{
	width: 100%;
	}
div.two_block p{
	width:100%;
	margin: 0;
	padding: 0;
	}
.pkg_block {
	display: block;
	width: 100%;
	}
.pkg_photo {
	display: block;
	width: 100%;
	}
	/*** ダウンロード*/
	.d-area_column a{
	width: 90%;
	margin-bottom: 2em;
	display: block;
	margin: auto;
	}
	.d-area_column a div{
	padding: 1em 0 0 0;
	}
/* サポート&ダウンロードのページ*/
/* サポート第一階層*/
.spt_block {
    margin:50px auto 0 auto;
	display:block;
}
.spt_block a {
	width: 100%;
    display: block;
    max-width: 280px;
    padding: 50px 0 ;
    margin: 30px auto;
}
.sp_tel  {
    font-size:0.8rem;
    margin: 0 auto;
}
.sp_tel  img{
	width:100%;
    margin:10px 0;
}


/* カタログダウンロード*/
.ctlg_dl{ 
    width:100%;
    display:block;
    margin: auto;
    justify-content:center;
    max-width: 300px;
    text-align: center;
}
.ctlg_dl div{ 
    width:100%;
}
.ctlg_dl div:hover{ 
    width:100%;
}
    
    /* スマホの時だけ表示*/
.look_mb{ 
    display: block
}
    /* PCの時だけ表示*/
.look_pc{ 
    display: none;
}
@media (max-width: 320px)
{   
    #p_navi ul li{
	font-size:60%;
	}
    .m_copy h2{
	font-family: "heisei-kaku-gothic-std",sans-serif;
	font-size: 110% !important;
	padding:0 !important;
    margin:10px 0 0 0 !important;
	text-align: left;
	color:#000000;
    line-height: 180%;
    background:#ffffff !important;
	}
    }