@charset "UTF-8";

/*━━━━━━━━━━━━━
▼COMMON STYLE
━━━━━━━━━━━━━━━*/
html{
	font-size: 62.5%;
	line-height: 1.0;
	color: #000;
	background: #FFF;
}
body,
#wrap {
	width: 100%; min-height: 100vh;
}
.cf {zoom:1;}
.cf:before,.cf:after {
	content: "";
	display: table;
}
.cf:after {clear: both;}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*CONTENTS STYLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#wrap {
	width: 1000px; min-width: 980px;
	margin: 30px auto;
	border: solid 2px #000;
	padding: 20px;
	background: rgba(255,255,255,0.9);
	text-align: center;
}
#wrap > h5 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #000;
	border-radius: 2.0rem;
	display: inline-block;
	padding: 10px 30px;
	margin-bottom: 20px;
}

#wrap > h1 {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: solid 2px #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#wrap > h2 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 25px;
}
#wrap > p {
	font-size: 1.4rem;
	line-height: 180%;
	text-align:left;
	text-indent: 1.4rem;
	margin-bottom: 1.8rem;
}

#point {
	width: 100%;
	border: solid 2px #000;
	padding: 15px;
	margin: 0 auto 25px;
	text-align: left;
}

#point > h4,#spec > h4,#information > h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1.0rem;
}
#point > h4:before,#spec > h4:before,#information > h4:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 5px;
}
#point > ul {
	font-size: 1.4rem;
	line-height: 150%;
	margin-left: 2.0rem;
}

#point > h4:before {
	content: "\f06a";
	color: #7aa816;
}
#spec > h4:before {
	content: "\f101";
	color: #7aa816;
}
#information > h4:before {
	content: "\f101";
	color: #7aa816;
}
#spec,#information {
	text-align: left;
	margin-bottom: 25px;
}
table {
	font-size: 1.4rem;
	line-height: 150%;
	margin: 0 0 2.0rem 1.4rem;
}
th,td {
	padding: 2px 25px 2px 0;
}
table span {
	color: #FF0000;
}
#spec > p {
	font-size: 1.4rem;
	line-height: 150%;
	margin: 0 0 2.0rem 1.4rem;
}

.rogo,.visual {
	line-height: 150%;
	margin-bottom: 20px;
}

#mainPict {
	width: 680px;
	display: flex;
	margin: 0 auto 20px;
}
.screen {
	width: 960px;
	margin: 0 auto 20px;
	list-style: none;
}
.screen li {
	width: 300px;
	margin: 0 10px 15px;
	float: left;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
}
.screen li img {
	width: 100%; height: auto;
}
#mainPict div,.screen div {
	text-align: center;
	flex: 1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*FOOTER STYLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
footer {
	/*margin-top: auto;*/
	text-align: center;
	line-height: 2.0;
	padding: 10px 0;
}
address {
	font-size: 1.4rem;
	font-style: normal;
}


/*━━━━━━━━━━━━━━
▼PAGE TOP
━━━━━━━━━━━━━━━*/

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	width: 40px;
	height: 40px;
	display: block;
}

#pageTop a {
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	width: 40px;
	height: 40px;
	background: #000;
	display: block;
	text-decoration: none;
	transition: all 0.6s;
}

#pageTop a:hover {
	color: #FFF;
	background: #FFCC00;
}