@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #60D646;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #FFF;
	border-left: 6px solid #CE181E;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #CE181E;
}

/* main-inner */
#main-inner img {
	vertical-align: bottom;
}
.in-txt {
	position: relative;
}
.txt {
	position: absolute;
	top: 0;
	color: #000;
}
.txt01 {
	padding: 0 7.5%;
	font-size: 14px;
	line-height: 1.6;
}
.txt02 {
	padding: 0 5%;
	font-size: 16px;
	line-height: 1.6;
}

/* article01 */
.article01 .in-btn {
	position: relative;
}
.article01 .in-btn .btn {
	position: absolute;
	top: 0;
	padding: 0 2.8125% 0 3.125%;
}

/* article04 */
.article04 .movie-wrap {
	position: relative;
}
.article04 .movie-wrap-inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	padding: 0 4.6875%;
}
.article04 .movie {
	position: relative;
	padding-top: 56.25%;
}
.article04 .movie iframe {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
	border: 4px solid #B4E0FF;
	border-radius: 10px;
}
.article04 .movie noscript div img {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
	border: 4px solid #B4E0FF;
	border-radius: 10px;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
#spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-color: #008C46;
	background-image: url(../img/official_arrow.png);
	background-size: 16px 16px;
	font-size: 15px;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #8C8C8C;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}