@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #000;
}
#soft-title h1 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 298px;
	padding: 8px 8px 8px 29px;
	color: #FFF;
	background: url(../img/soft_title_icon.png) no-repeat 10px 8px;
	background-size: 10px 10px;
	font-size: 12px;
}

/* main-inner */
#main-inner img {
	vertical-align: bottom;
}
.in-txt,
.in-btn {
	position: relative;
}
.txt01 {
	width: 90%;
	padding: 0 5%;
	font-size: 13px;
	line-height: 1.69;
	text-align: center;
}
.in-txt .txt01 {
	position: absolute;
	top: 0;
}
.in-btn .btn01 {
	position: absolute;
	top: 15.6626%;
}

/* main-visual */
.main-visual .txt01 {
	color: #361212;
}

/* article-wrap  */
.article-wrap .txt01 {
	color: #000;
	background: #FFF;
	padding-bottom: 4.375%;
}

/* article02  */
.article02 .btn01 {
	left: 7.8125%;
	width: 84.375%;
}

/* article03  */
.article03 .btn01 {
	left: 19.0625%;
	width: 61.875%;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#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;
}