@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FEE1E6;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px 8px 8px 8px;
	color: #000;
	font-size: 12px;
}
#soft-title h1 img {
	display: inline-block;
	padding: 0 0.5em 0 0;
	vertical-align: middle;
}

/* main-inner */
#main-inner img {
	vertical-align: bottom;
}

/* main-visual */
.main-visual .mv02 {
	float: right;
	width: 25.625%;
}
.main-visual .mv03,
.main-visual .mv04 {
	float: left;
	width: 74.375%;
}
.main-visual .mv05 {
	clear: both;
}

/* article01 */
.article01 {
	padding: 0 0 6.25%;
	background:url(../img/article01_bg01.gif) repeat-y;
	background-size: 100%;
}
.article01-contents {
	padding: 5.9375% 0 0;
}
.article01-article {
	margin: 0 0 8.75%;
}
.article01 .txt01 {
	margin: 0 3.4375% 6.25%;
	line-height: 1.69;
	font-size: 16px;
}
#main-inner .article01 .txt01 img {
	vertical-align: 0;
}
.txt01 .catch_txt01 {
	color: #FF0008;
	font-size: 22px;
}
.article01-contents .pic01 {
	margin: 0 3.4375% 6.25%;
	color: #000;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}
.article01-contents .pic01 img {
	display: block;
	margin: 0 0 1.875%;
}

/* article02 */
.article02 div {
	position: relative;
}
.article02 div {
	position: relative;
}
.article02 .pos {
	position: absolute;
}
.article02 .ttl {
	top: -13.4375%;
}
.article02 .txt {
	top: 18.3125%;
}
.article02 .btn {
	top: 52.1875%;
}
.article02 .note02 {
	top: 52.1875%;
}
.article02 .note {
	padding: 3.4375%;
	color: #000;
	background: #FFFF00;
}
.article02 .note p {
	margin: 0 0 0 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.69;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}