@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFF;
	border-left: 3px solid  #0096C8;
	border-bottom: 1px solid  #000;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #000;
	border-left: 3px solid  #CE181E;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #0096C8;
}
#soft-title h1 .hard span {
	color:#CE181E;
}
#soft-title h1 .hard .slash {
	color:#9FA0A0;
}

/* main-inner */
#main-inner img {
	vertical-align: bottom;
}
.in-txt {
	position: relative;
}
.txt01 {
	position: absolute;
	top: 0;
	padding: 0 4%;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
}

/* article02 */
.article02 .a02-soft {
	position: relative;
}
.article02 .a02-soft dl {
	position: absolute;
	top: 5.15625%;
	width: 100%;
}
.article02 .a02-soft dt {
	width: 68.125%;
	margin: 0 auto 4.375%;
}
.article02 .a02-soft dd {
	width: 71.875%;
	margin: 0 auto;
}
.article02 .a02-01 {
	position: relative;
}
.article02 .a02-01 dl {
	position: absolute;
	top: 3.59375%;
	width: 100%;
}
.article02 .a02-01 dt {
	width: 59.0625%;
	margin: 0 auto 2.03125%;
}
.article02 .a02-01 dd {
	width: 90.625%;
	margin: 0 auto;
}

/* spec */
#spec {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
#spec .spec-copyright {
	margin-bottom: 20px;
	padding: 0 10px;
	color: #8c8c8c;
	font-size: 10px;
	line-height: 1.4;
}
#spec .spec-copyright p {
	margin: 0 0 5px;
}
#spec .spec-copyright p:last-child {
	margin: 0;
}
#spec .spec-copyright span {
	color: #333;
	font-weight: bold;
}

/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}