@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #0096C8;
	border-left: 6px solid #CE181E;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #CE181E;
}

/* main-inner */
#main-inner {
	background: #FFF;
}
#main-inner img {
	vertical-align: bottom;
}
.in-txt {
	position: relative;
}
.txt {
	font-size: 13px;
	line-height: 1.69;
}
.in-txt .txt {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 0;
	width: 100%;
}

/* main-visual */
.main-visual {
	margin: 0 0 1.6%;
}

/* soft-article */
.soft-index.soft-article {
	margin: 0 0 1.6%;
}
.soft-article .soft-info {
	position: relative;
}
.soft-article .soft-info ul {
	position: absolute;
	top: 0;
	left: 50%;
	width: 300px;
	margin: 0 0 0 -150px;
	color: #FFF;
	text-align:center;
}
.soft-article .soft-info .soft {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 1.4;
}
.soft-article .soft-info .date {
	margin: 0 0 4px;
	font-size: 13px;
	line-height: 1.2;
}
.soft-article .soft-info .company {
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.2;
}
.soft-detail.soft-article .soft-info .soft {
	margin: 0 0 10px;
}
.soft-detail.soft-article .soft-info .company {
	margin: 0 0 10px;
}
.soft-article .soft-info .detail-btn {
	position: relative;
}
.soft-article .soft-info .detail-btn a {
	display: block;
	border-radius: 15px;
	width: 250px;
	margin: 0 auto;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	background-position: 226px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
.soft-article .soft-info .official-btn {
	position: relative;
}
.soft-article .soft-info .official-btn a {
	display: block;
	border-radius: 15px;
	width: 250px;
	margin: 0 auto;
	padding: 10px 0;
	color: #FFF;
	background-position: 226px center;
	background-repeat: no-repeat;
	background-image: url(../img/official_arrow.png) ;
	background-color: #000; 
	background-size: 9px 8px;
	text-decoration: none;
}

/* soft01 */
.soft-index.soft01 .detail-btn a {
	background-color: rgba(255, 255, 255, 0.3);
	background-image: url(../img/soft01_arrow.png) ;
}
.soft-detail.soft01 .txt {
	padding: 0 4.375%;
}
.soft-detail.soft01 .t01 {
	color: #FFF;
	line-height: 1.5;
}
.soft-detail.soft01 .t02 {
	padding: 0 4.375%;
	color: #FFF;
	background: #000;
	text-align: center;
}
.soft-detail.soft01 .t03 {
	color: #000;
}
.soft-detail.soft01 .soft-info ul {
	top: 14.705%;
}

/* soft02 */
.soft-index.soft02 .detail-btn a {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../img/soft02_arrow.png) ;
}
.soft-detail.soft02 .txt {
	padding: 0 5%;
	color: #FFF;
	text-align: center;
}
.soft-detail.soft02 .t01 {
	line-height: 1.4;	
}
.soft-detail.soft02 .t02 {
	padding: 0 8%;
}
.soft-detail.soft02 .soft-info ul {
	top: 14.705%;
}

/* soft03 */
.soft-index.soft03 .detail-btn a {
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../img/soft03_arrow.png) ;
}
.soft-detail.soft03 .txt {
	padding: 0 4.375%;
	color: #F9F4E3;
}
.soft-detail.soft03 .soft-info ul {
	top: 14.705%;
}

/* soft04 */
.soft-index.soft04 .detail-btn a {
	background-color: rgba(6, 66, 86, 0.5);
	background-image: url(../img/soft04_arrow.png) ;
}
.soft-detail.soft04 .txt {
	padding: 0 4.6875%;
	color: #70401D;
	text-align: center;
}
.soft-detail.soft04 .t02 {
	padding: 0 4%;
}
.soft-detail.soft04 .soft-info ul {
	top: 12%;
}
.soft-detail.soft04 .official-btn a {
	background-color: #70401D; 
}

/* soft05 */
.soft-index.soft05 {
	margin: 0;
}
.soft-index.soft05 .detail-btn a {
	background-color: rgba(244, 0, 0, 0.5);
	background-image: url(../img/soft05_arrow.png) ;
}
.soft-detail.soft05 .soft-info ul {
	top: 12%;
}
.soft-detail.soft04 .official-btn a {
	background-color: #148602; 
}


/* check-wrap */
.check-wrap .in-btn {
	position: relative;
}
.check-wrap .in-btn ul {
	position: absolute;
	top: 11.6%;
	left: 10%;
	width: 80%;
}
.check-wrap .in-btn li:first-child {
	margin-bottom: 4%;
}

/* spec */
#spec {
	padding-top: 20px;
	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;
}