

@charset "UTF-8";

/* =============================================
Page Common CSS
================================================ */
/* Reset */
body {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,dl,li,dt,dd,form {margin:0px;padding:0px;}
li,dt,dd {list-style:none;}
img {border:none;}

/* Utility Class */
.tL {text-align:left !important;}
.tR {text-align:right !important;}
.tC {text-align:center !important;}
.fL {float:left !important;}
.fR {float:right !important;}
.mb00 {margin-bottom:0 !important;}
.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.fz10 {font-size:10px !important;}
.fz12 {font-size:12px !important;}
.fz14 {font-size:14px !important;}
.fz16 {font-size:16px !important;}
.fwB {font-weight:bold !important;}


/* Link */
a:link {
	color:#0186c7;
	text-decoration:none;
}
a:visited {color:#0186c7;}
a:hover {text-decoration:underline;}
a:active {color:#d00;}

/* Table */
table {
	border-collapse:collapse;
	font-size:16px;
	text-align:center;
	color:#333;
}
	caption {}
	th,td {
		border:1px solid #ccc;
	}
	th {
		padding:8px;
		font-weight:normal;
	}
	td {
		font-size:16px;
		padding:10px;
	}

/* Clearfix */
.clearfix {
	zoom:100%;
}
.clearfix:after {
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

img{max-width:100%;}
.pc {display:block;}
.sp_bk {display:none;}
.sp_il {display:none;}

body {
	color:#333;
	font-size:16px;
	line-height:1.5em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;;
	background-color:#fff;
}

#wrapper {}
section {
	padding:60px 0;
}


/* ■ヘッダ
========================================================== */
header{}
	header .inner {
		width:960px;
		margin:0 auto;
		padding:15px 0;
	}
	header .logo {}


.mainimage {
	border-top:4px solid #0074be;
	border-bottom:4px solid #0074be;
	padding-top:20px;
	padding-bottom:0;
	background-color:#fff100;
	text-align:center;
	line-height:0em;
}

.bg-style01 {
	background:transparent url("bg_section01.gif") repeat;
}

section .inner {
	width:960px;
	margin:0 auto;
}
section h2 {
	font-size:60px;
	color:#0074be;
	text-align:center;
	line-height:1.2em;
	margin-bottom:0.5em;
	font-weight:normal;
}
section h2 span {
	line-height:1.2em;
	color:#333;
	font-weight:normal;
	font-size:14px;
	display:block;
}

/* ABOUT */
.about {}
.about article {
	border:1px solid #417be8;
	background-color:#fff;
	padding:1.0em 1.3em;
	font-size:16px;
}
.about article p {
	margin-bottom:1.0em;
}
.about article p:last-child {
	margin-bottom:0;
}

.about article ul.point {
	color:#d00;
	margin-bottom:1.0em;
}

/* FEATURE */
.feature {}
.feature ul {
	width:840px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}
.feature ul li {
	width:390px;
	margin-right:60px;
	margin-bottom:1.5em;
}
.feature ul li:nth-child(2n) {
	margin-right:0;
}
.feature ul li p {margin-bottom:1.0em;}
.feature ul li p:last-child {margin-bottom:0;}
.feature ul li dl {}
.feature ul li dl dt {
	font-weight:bold;
	text-align:center;
	font-size:24px;
	margin-bottom:0.6em;
	line-height:1.3em;
}

/* LET’S CHECK */
.check {}
	.check .inner {
		overflow:hidden;
	}
	.check .youtube {
		float:right;
	}
		.check .youtube iframe {
			width:560px;
			height:315px;
		}

	.check p {
		width:380px;
		box-sizing:border-box;
		border:1px solid #417be8;
		background-color:#fff;
		padding:1.0em 1.3em;
		font-size:16px;
		float:left;
		line-height:1.6em;
	}
	.check p img {
		vertical-align:middle;
		margin:0 0.3em;
	}

/* MANUAL */
.manual {}
	.manual .inner {}
	.manual ul {
		display:flex;
		justify-content: space-between;
	}
	.manual ul li {
		width:450px;
		text-align:center;
	}
	.manual ul dt {
		font-size:18px;
		margin-bottom:1.0em;
		font-weight:bold;
	}

/* HOW TO */
.howto {}
	.howto ul {
		display:flex;
		flex-wrap: wrap;
		margin-bottom:2.0em;
		margin-right:-30px;
	}
	.howto ul li {
		width:300px;
		text-align:center;
		margin-right:30px;
		margin-bottom:1.0em;
	}

.howto p.btn {
	text-align:center;
}
.howto p.btn a {
	display:inline-block;
	background-color:#ff9800;
	color:#fff;
	font-size:30px;
	line-height:1.0em;
	padding:1.0em;
	text-decoration:none;
}
.howto p.btn a span {
	background:transparent url("icn_arrow01.gif") no-repeat left center;
	padding-left:30px;
}
.howto p.btn a span>span{
	background:transparent url("icn_blank01.gif") no-repeat right center;
	padding-left:0;
	padding-right:42px;
}
.howto p.btn a:hover {
	opacity:0.8;
}

/* ENVIRONMENT */
.environment {}
.environment p.lead {
	text-align:center;
	margin-bottom:2.0em;
}
.environment article {
	overflow:hidden;
}
.environment p.img {
	float:left;
	width:455px;
	margin-right:55px;
}
.environment .terminal-info {
	width:450px;
	overflow:hidden;
}
.environment .terminal-info dt {
	text-align:center;
	font-weight:bold;
	margin-bottom:0.3em;
	font-size:18px;
}
.environment .terminal-info dd {
	font-size:14px;
	border:1px solid #417be8;
	background-color:#fff;
	padding:1.0em 1.3em;
	margin-bottom:1.0em;
}
.environment .terminal-info dd:last-child {
	margin-bottom:1.0em;
}
.environment .terminal-info .note {
	font-size:12px;
	line-height:1.5em;
}
.environment .terminal-info .note li {
	text-indent:-1.0em;
	padding-left:1.0em;
}

/* お問い合わせ */
.contact {}
.contact dl {
	text-align:center;
}
.contact dl dt {
	font-size:20px;
	margin-bottom:1.0em;
}
.contact dl dd {
	font-size:32px;
}


/* ■フッタ
========================================================== */
footer {
	background-color:#0074be;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:0;
	padding:1.0em 0 1.5em;
}




/* ======== Media Queries 769px ====== */
@media screen and (max-width: 769px) {
.pc {display:none;}
.sp_bk {display:block;}
.sp_il {display:inline;}

body {
	font-size:14px;
}

section {
	padding:1.8em 10px;
}
section h2 {
	font-size:30px;
	margin-bottom:0.3em;
}

header {}
header .inner {
	width:auto;
	padding:0.5em 0;
}

/* ロゴ */
header .logo{
	width:20%;
	padding:0 1.0em;
}

.mainimage {
	border-top:2px solid #0074be;
	border-bottom:2px solid #0074be;
	padding-top:10px;
}
.mainimage h1 {
	padding:0 0.6em;
}

section .inner {
	width:auto;

}

/* ABOUT */
.about {}
.about p {
	font-size:14px;
}

/* FEATURE */
.feature {}
.feature ul {
	width:auto;
	display:block;
}
.feature ul li p {
	text-align:center;
	margin-bottom:0.5em;
}
.feature ul li p img {
	width:80%;
}
.feature ul li {
	width:auto;
	margin-right:0;
	margin-bottom:1.5em;
}
.feature ul li dl dt {
	font-size:18px;
	margin-bottom:0.4em;
}
.feature ul li dl dd p{
	text-align:left;
}

/* LET’S CHECK */
.check {}
.check .youtube {
	position:relative;
	width:100%;
	height: 0;
	padding-top:56.25%;
	margin-bottom:1.0em;
	float:none;
}
.check .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
	.check p {
		width:auto;
		padding:0.8em;
		font-size:14px;
		float:none;
	}

/* MANUAL */
.manual {}
	.manual .inner {
	}
	.manual ul {
		display:flex;
		justify-content: space-between;
	}
	.manual ul li {
		width:49%;
	}
	.manual ul dt {
		font-size:16px;
	}
/* HOW TO */
.howto {}
	.howto ul {
		overflow:hidden;
		display:block;
		flex-wrap: wrap;
		margin-bottom:2.0em;
		margin-right:0;
	}
	.howto ul li {
		width:49%;
		box-sizing:border-box;
		text-align:left;
		margin-right:0;
		margin-bottom:1.0em;
		float:left;
	}
	.howto ul li:nth-child(2n) {
		margin-right:0;
		float:right;
	}
	.howto ul li .youtube {
		position:relative;
		width:100%;
		height: 0;
		padding-top:56.25%;
		margin-bottom:0.3em;
		float:none;
	}
	.howto ul li .youtube iframe{
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:100%;
	}
.howto p.btn a {
	display:block;
	font-size:14px;
	padding:1.4em 1.0em;
}
.howto p.btn a span {
	background-size:10px;
	padding-left:15px;
}
.howto p.btn a span>span{
	background-size:14px;
	padding-right:19px;
}

/* ENVIRONMENT */
.environment p.lead {
	text-align:left;
}
.environment p.img {
	display:none;
}
.environment .terminal-info {
	width:auto;
	overflow:hidden;
}

/* お問い合わせ */
.contact {}
.contact dl {
	text-align:center;
}
.contact dl dt {
	font-size:16px;
	margin-bottom:0.3em;
}
.contact dl dd {
	font-size:18px;
}



/* フッタ
========================================================== */








/* ======== Media Queries 769px ====== */
}



