@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
 
body {
  color: #000;
  background-color: #000;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
div.contents{
	width:1000px;
	margin:0 auto;
	background-color:#fff;
	padding-bottom:30px;
}

#header{
	background-color:#fff;
	width:900px;
	margin:0 auto;
	text-align:left;
}
#header p{
	padding:20px 0;
}

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){

.side-A{
	width:470px;
	float:left;
	text-align:left;
	padding-top:50px;
}
.side-B{
	width:400px;
	float:left;
	margin-left:30px;
	padding-top:50px;
}
.center{
	text-align:center;
	margin:1.5em 0;
}
.samnail{
	width:235px;
	margin:0 auto;
}

.quarter-A{
	width:55px;
	float:left;
	padding-right:5px;
	margin:10px 0 50px 0;
}
.quarter-B{
	width:55px;
	float:left;
	padding-right:5px;
	margin:10px 0 50px 0;
}
.quarter-C{
	width:55px;
	float:left;
	padding-right:5px;
	margin:10px 0 50px 0;
}
.quarter-D{
	width:55px;
	float:left;
	margin:10px 0 50px 0;
}
.btn{
}
#foot{
	width:100%;
	margin:0 auto;
	text-align:center;
	margin:30px 0;
}

p.footer{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 150%;
}
.flex {
   display: flex;           /* Flexコンテナ化 */
   flex-direction: row; /* 横並びに */
   padding-bottom:50px;
}
.caption{
	font-weight:500;
	font-size:0.8em;
	line-height:1.4em;
	color:000;
	text-align:left;
	margin:2em 0;
}
.spec  { order: 1; width: 55%; margin-right:50px; }   /* specを左端(1番目)に幅50%で配置 */
.photo { order: 2; width: 45%; text-align:center; }   /* photoを右端(2番目)に幅50%で配置 */

}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
body {
	font-size:1.2em;
	}
.side-A{
	width:470px;
	float:left;
	text-align:left;
	padding-top:50px;
}
.side-B{
	width:400px;
	float:left;
	margin-left:30px;
	padding-top:50px;
}
.center{
	text-align:left;
	margin:1.5em 0;
}
.samnail{
	width:235px;
	margin:0 auto;
}

.quarter-A{
	width:55px;
	float:left;
	padding-right:5px;
	margin:10px 0 50px 0;
}
.quarter-B{
	width:55px;
	float:left;
	padding-right:5px;
	margin:10px 0 50px 0;
}
.quarter-C{
	width:55px;
	float:left;
	padding-right:5px;
	margin:10px 0 50px 0;
}
.quarter-D{
	width:55px;
	float:left;
	margin:10px 0 50px 0;
}
.btn img{
	min-width: 40%;
	height: auto;
	width
}
.samnail {display:none}

#foot{
	width:900px;
	margin:0 auto;
	text-align:center;
	margin:30px 0;
}

p.footer{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 150%;
}
.flex {
   display: flex;           /* Flexコンテナ化 */
   flex-direction: row; /* 横並びに */
   padding-bottom:50px;
}
.caption{
	font-weight:500;
	font-size:0.9em;
	line-height:1.4em;
	color:000;
	text-align:left;
	margin:2em 0;
}
.spec  { order: 1; width: 55%; margin-right:50px; }   /* specを左端(1番目)に幅50%で配置 */
.photo { order: 2; width: 45%; text-align:center; }   /* photoを右端(2番目)に幅50%で配置 */

}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
body {
	font-size:1.4em;
	}
#header p{
	padding:20px 0;
	font-size:1.8em;
}
.side-A{
	width:100%;
	float:none;
	text-align:none;
	padding-top:50px;
}
.side-B{
	width:100%;
	float:none;
	margin-left:none;
	padding-top:50px;
}
.prodimg img{
min-width: 100%;
height: auto;
width /***/:auto;　
}
.center{
	text-align:left;
	margin:1.5em 0;
}
.samnail{
	width:100%;
	margin:0 auto;
	text-align:center;
}

.quarter-A{
	width:150px;
	float:left;
	padding-right:1em;
	margin:10px 0 50px 0;
}
.quarter-B{
	width:150px;
	float:left;
	padding-right:1em;
	margin:10px 0 50px 0;
}
.quarter-C{
	width:150px;
	float:left;
	padding-right:1em;
	margin:10px 0 50px 0;
}
.quarter-D{
	width:150px;
	float:left;
	margin:10px 0 50px 0;
}



.samnail {display:none}


.btn img{
	min-width: 50%;
	height: auto;
	width
}

p.footer{
	text-align:left;
	display:block;
	width:100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 150%;
	color: #656565;
	padding:40px 10px 30px;
}

.flex {
   display: flex;           /* Flexコンテナ化 */
   flex-direction: column; /* ボックスを縦並びに */
   padding-bottom:5em;
}

.caption{
	font-weight:500;
	font-size:0.9em;
	line-height:1.4em;
	color:000;
	text-align:left;
	margin:2em 0;
}
.spec  { order: 2; width: 100%; margin-right:0; }   /* spec を先頭に配置 */
.photo { order: 1; width: 100%; text-align:center; }   /* photoを最後に配置 */
}







#title{
	background-color:#000;
	width:900px;
	margin:0 auto;
	text-align:center;
}


h1 {
     font-weight:900;
	 font-size:3em;
	 line-height:1em;
	 margin:0.8em 0 0.5em;
}
h2 {
     font-weight:900;
	 font-size:1.4em;
	 line-height:1em;
}





.line{
	width:8em;
	margin:0 auto;
	height:0.3em;
	background-color:#FFFFFF;
}

.line-bk{
	width:8em;
	margin:0 auto;
	height:0.3em;
	background-color:#000;
}

.line-bks{
	width:4em;
	height:0.3em;
	background-color:#000;
	margin-bottom:1em;
}

#prod{
	background-color:#fff;
	width:900px;
	margin:0 auto;
	
}

#prod h3{
	color:#000;
	padding-top:1em;
}
#present h3{
	color:#000;
	padding-top:1em;
}







#present{
	background-color:#fff;
	width:900px;
	margin:0 auto;
}

.detail{
	width:850px;
	margin:0 auto;
}
#caution{
	width:550px;
	float:left;
	font-size:0.75em;
	margin-top:30px;
}
#item{
	width:300px;
	float:left;
	text-align:center;
	margin-bottom:20px;
}	




h3{
	font-weight:900;
	 font-size:3em;
	 line-height:1.5em;
	 margin:0.5em 0 0;
	 color:#fff;
	 text-align:center;
}
h3 .small{
	font-size:0.6em;
}
h4{
	font-weight:600;
	 font-size:2em;
	 line-height:1.6em;
	 margin:0.8em 0 0.5em;
	 color:#fff;
	 text-align:center;
}

h5{
	font-weight:700;
	 font-size:1.8em;
	 line-height:2.5em;
	 color:#000;
	 text-align:center;
}

.detail h5{
	font-weight:700;
	 font-size:1.8em;
	 line-height:1.6em;
	 margin:0.8em 0 0;
	 color:#000;
	 text-align:center;
}
.prod-name{
	font-weight:700;
	 font-size:1.8em;
	 line-height:1.6em;
	 color:#000;
	 text-align:left;
}
.name{
	font-weight:600;
	 font-size:1.2em;
	 line-height:1.4em;
	 color:#000;
	 text-align:left;
	 margin-top:1.4em;
}






/*============================ Footer =============================*/


p.footer{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #fff;
}
p.footer a {
	color: #fff;
}
p.footer a:link {
	text-decoration: none;
	color:#fff;
}
p.footer a:visited {
	text-decoration: none;
	color: #666;
}
p.footer a:hover {
	text-decoration: underline;
	color:#666;
}
p.footer a:active {
	text-decoration: underline;
	color:#fff;
}