@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);

#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #CCC;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

a {
	color: #000;
}
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color:#000;
}
a:active {
	text-decoration: underline;
	color:#000;
}

body{
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	color:#000;
	font-size:12px;
	line-height:1.6;
	font-family: 'Noto Sans Japanese', sans-serif;
	background:#fff;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}
.ie8 body{min-width:1000px;}



/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){

.pc{
	display:none;
	}
	
#wrapper{
	width:100%;
}

.logo{
	width:100%;
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
}

.wid{
	width:90%;
	margin:0 auto;
}

.title{
	margin-bottom:10px;
}

.title h2{
	font-size:1.6em;
	font-weight:600;
	line-height:1em;
	margin-left:15px;
}

.title h1{
	font-size:2.4em;
	font-weight:700;
	line-height:1.4em;
	margin:0 15px;
	border-bottom:#000000 1px solid;
}

.mobile {
	margin-bottom:30px;
}
	
.mobile h3{
	font-size:2em;
	font-weight:700;
	line-height:1.2em;
	display:block;
	background-color:#000000;
	color:#FFFFFF;
	padding:15px;
}

.mobile h4{
	font-size:3.6em;
	font-weight:700;
	line-height:1em;
	margin:0 15px;
}

.mobile h5{
	font-size:1.2em;
	font-weight:600;
	padding:1em 0;
}

.gray{
	width:100%;
	background-color:#CCCCCC;
	padding:15px 0;
}
.mobile h6{
	font-size:1.2em;
	font-weight:600;
	margin:0 15px;
}

.flex{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	
}

.mob-product{
	width: calc(50%);
	text-align:center;
	padding:20px 0;
  }
  
.mob-product img{
	width:70%;
	height:auto;
}

.name{
	font-size:0.9em;
	font-weight:600;
	line-height:1.2em;
}

.mob-product .name{
	padding:10px 0;
}

div .buybtn a{
	display:block;
	background-color:#000;
	width:6em;
	font-size:0.8em;
	font-weight:500;
	padding:0.4em;
	color:#FFFFFF;
	text-align:center;
	margin:0 auto;
}

div .buybtn a:hover {
	background-color: #666666;
}

section{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:20px 0;
	width:90%;
	margin:0 auto 40px;
}
.products{
	text-align:center;
	padding:20px 0;
}
.icon{
	margin:0 0 0 15px;
}

.icon2{
	display:none;
	}

.v-line{
	display:none;
}

#view-area{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

#view-area div{
	margin:10px 10px;
}

}

/*===============================================
●tablet.css 画面の横幅が481px以上、768px以下
===============================================*/
@media screen and (min-width: 481px) and (max-width: 768px) {

.mobile{
	display:none;
}
#wrapper{
	width:98%;
	margin:0 auto;
}

.logo{
	width:100%;
	text-align:right;
	margin-top:25px;
}

.title{
	margin-bottom:50px;
}

.title h2{
	font-size:1.6em;
	font-weight:600;
	line-height:1em;
}

.title h1{
	font-size:3.4em;
	font-weight:700;
	border-bottom:#000000 1px solid;
	line-height:1.4em;
}

h3{
	font-size:1.8em;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:0.5em;
}

h4{
	font-size:3.6em;
	font-weight:700;
	line-height:1em;
	margin-bottom:0.1em;
}

.name{
	font-size:1.1em;
	font-weight:700;
	line-height:1.2em;
}

div .buybtn a{
	display:block;
	background-color:#000;
	width:4em;
	font-size:0.8em;
	font-weight:500;
	padding:0.4em;
	color:#FFFFFF;
	text-align:center;
}

div .buybtn a:hover {
	background-color: #666666;
}

table {
	margin-bottom:50px;
}

table p{
	padding:0 0 0.5em;
}


table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width:100%;

}
table.type01 thead th {
	padding: 5px;
	font-weight: 700;
	vertical-align: top;
	border-bottom: 2px solid #000;
	font-size:1.3em;
}
table.type01 tbody th {
	padding: 15px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #f3f3f3;
}


table.type01 tbody td {
	background: #e1e1e1;
	text-align:center;
	vertical-align:middle;
	padding: 20px;
	}


table.type01 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


table.type01 tbody .right-none{
	border-right-style:none;
}

.v-line{
	border-left:#333333 1px dotted;
}

section{
	display: -webkit-flex;
	display: flex;
	padding:20px 0;
	border-bottom:#000000 1px dotted;
	margin-bottom:50px;
}
.products{
	text-align:center;
	flex: 2;
}

.icon{
	margin-bottom:20px;
}

.icon3{
	display:none;
	}
	
	#view-area{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

#view-area div{
	margin:0 10px;
}

}



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

.mobile{
	display:none;
}
#wrapper{
	width:1000px;
	margin:0 auto;
}

.logo{
	width:100%;
	text-align:right;
	margin-top:25px;
}

.title{
	margin-bottom:50px;
}

.title h2{
	font-size:1.6em;
	font-weight:600;
	line-height:1em;
}

.title h1{
	font-size:3.4em;
	font-weight:700;
	border-bottom:#000000 1px solid;
	line-height:1.4em;
}

h3{
	font-size:1.8em;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:0.5em;
}

h4{
	font-size:3.6em;
	font-weight:700;
	line-height:1em;
	margin-bottom:0.1em;
}

.name{
	font-size:1.1em;
	font-weight:700;
	line-height:1.2em;
}

div .buybtn a{
	display:block;
	background-color:#000;
	width:4em;
	font-size:0.8em;
	font-weight:500;
	padding:0.4em;
	color:#FFFFFF;
	text-align:center;
}

div .buybtn a:hover {
	background-color: #666666;
}

table {
	margin-bottom:50px;
}

table p{
	padding:0 0 0.5em;
}


table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width:100%;

}
table.type01 thead th {
	padding: 5px;
	font-weight: 700;
	vertical-align: top;
	border-bottom: 2px solid #000;
	font-size:1.3em;
}
table.type01 tbody th {
	padding: 15px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #f3f3f3;
}


table.type01 tbody td {
	background: #e1e1e1;
	text-align:center;
	vertical-align:middle;
	padding: 20px;
	}


table.type01 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


table.type01 tbody .right-none{
	border-right-style:none;
}

.v-line{
	border-left:#333333 1px dotted;
}

section{
	display: -webkit-flex;
	display: flex;
	padding:20px 0;
	border-bottom:#000000 1px dotted;
	margin-bottom:50px;
}
.products{
	text-align:center;
	flex: 2;
}

.icon{
	margin-bottom:20px;
}

.icon3{
	display:none;
	}
	
	#view-area{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

#view-area div{
	margin:0 10px;
}

}







.products p{
	padding:0 0 5px;
	}

.number{
	font-size:1em;
	font-weight:400;
}

div .buybtn2 a{
	display:block;
	background-color:#000;
	width:4em;
	font-size:1em;
	font-weight:500;
	padding:0.4em;
	color:#FFFFFF;
	text-align:center;
	margin:0 auto;
}
div .buybtn2 a:hover {
	background-color: #666666;
}



.plus{
	padding:80px 0 0;
}






#footer {
	width: 100%;
	height: 6rem;
	padding-top:3rem;
	text-align: center;
	font-size:0.9em;
}