@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #000;
	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;
}

/* main-visual */
.main-visual {
	margin: 0 0 1.6%;
}

/* soft-article */
.soft-article {
	margin: 0 0 1.6%;
}
.soft-article .bg {
	position: relative;
}
.soft-article .bg ul {
	position: absolute;
	top: 0;
	width: 100%;
}
.soft-article .soft-info li {
	width: 250px;
	margin: 0 auto 8px;
	color: #FFF;
	text-align:center;
}
.soft-article .soft-info .soft {
	width: 260px;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 1.4;
}
.soft-article .soft-info .soft span {
	display: block;
	font-size: 12px;
}
.soft-article .soft-info .date,
.soft-article .soft-info .company {
	font-size: 13px;
	line-height: 1.3;
}
.soft-article .soft-info .detail-btn {
	position: relative;
}
.soft-article .soft-info .detail-btn a {
	display: block;
	border-radius: 15px;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	background-position: 226px center;
	background-repeat: no-repeat;
	background-color: rgba(66,0,0,0.6); 
	background-size: 16px 16px;
	font-size: 13px;
}
.soft-article .soft-info .official-btn {
	position: relative;
}
.soft-article .soft-info .official-btn a {
	display: block;
	border-radius: 15px;
	padding: 10px 0;
	color: #FFF;
	background-position: 226px center;
	background-repeat: no-repeat;
	background-image: url(../img/official_arrow01.png) ;
	background-color: #000; 
	background-size: 9px 8px;
	text-decoration: none;
	font-size: 13px;
}

/* soft-detail */
.soft-detail .soft-info .soft {
	padding-top: 5%;
	margin-bottom: 4px;
}
.soft-detail .in-txt {
	position: relative;
}
.soft-detail .txt {
	position: absolute;
	top: 0;
	padding: 0 4.6875%;
}
.soft-detail .t01 {
	font-size: 13px;
	line-height: 1.69;
}
.soft-detail .t02 {
	font-size: 10px;
	line-height: 1.4;
}

/* soft01 */
.soft01 .soft-info .detail-btn a {
	color: #3B1A02;
	background-color: #FFF; 
	background-image: url(../img/soft01_arrow.png) ;
}
/* soft01(詳細) */
.soft-detail.soft01 .t01 {
	color: #340000;
}
.soft-detail.soft01 .soft-info li {
	color: #340400;
}
.soft-detail.soft01 .official-btn a {
	background-color:#340400; 
}

/* soft02 */
.soft02 .soft-info .detail-btn a {
	color: #142755;
	background-color: #FFF; 
	background-image: url(../img/soft02_arrow.png);
}
/* soft02(詳細) */
.soft-detail.soft02 .t01 {
	color: #FFF;
}
.soft-detail.soft02 .soft02-article01 .lh-adj01 {
	line-height: 1.32;
}
.soft-detail.soft02 .soft-info li {
	color: #FFF;
}
.soft-detail.soft02 .official-btn a {
	color: #16264F;
	background-color: #FFF;
	background-image: url(../img/official_arrow03.png) ;
}

/* soft03 */
.soft03 .soft-info li {
	color: #6C4E36;
}
.soft03 .soft-info .detail-btn a {
	color: #FFF;
	background-image: url(../img/soft03_arrow.png) ;
}
/* soft03(詳細) */
.soft-detail.soft03 .t01 {
	color: #956027;
	line-height:1.59;
}
.soft-detail.soft03 .soft-info li {
	color: #D16338;
}
.soft-detail.soft03 .official-btn a {
	background-color: #E98E6A; 
}

/* soft04 */
.soft04 .soft-info .detail-btn a {
	color: #00AAE7;
	background-color: #FFE100; 
	background-image: url(../img/soft04_arrow.png) ;
}
/* soft04(詳細) */
.soft-detail.soft04 .t01 {
	padding-top: 3%;
	color: #00AAE8;
	line-height: 1.5;
}
.soft-detail.soft04 .soft-info li {
	color: #0384B3;
}
.soft-detail.soft04 .official-btn a {
	color: #FFF;
	background-color: #00AAE7; 
}

/* soft05 */
.soft05 {
	margin-bottom: 0;
}
.soft05 .soft-info li {
	color: #EE037E;
}
.soft05 .soft-info .detail-btn a {
	background-color: #EC047E; 
	background-image: url(../img/soft05_arrow.png) ;
}
/* soft05(詳細) */
.soft-detail.soft05 .t01 {
	color: #FFF;
}
.soft-detail.soft05 .soft05-article01 .t01 {
	color: #A66FA5;
}
.soft-detail.soft05 .soft05-article01 .t01 span {
	color: #EB6EA5;
}
.soft-detail.soft05 .soft-info li {
	color: #FFF;
}
.soft-detail.soft05 .official-btn a {
	color: #FFF;
	background-color: #EE037E; 
}

/* check-shop */
.check-shop {
	background: #016F09; /* Old browsers */
	background: -moz-linear-gradient(top,  #016F09 0%, #00561C 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#016F09), color-stop(100%,#00561C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #016F09 0%,#00561C 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #016F09 0%,#00561C 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #016F09 0%,#00561C 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #016F09 0%,#00561C 100%); /* W3C */
	border-bottom: 2px solid #007D0E;
}
.check-shop .txt {
	padding: 5%;
	color: #FFF;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.check-shop .btn {
	padding: 0 21.5625% 5%;
}

/* 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;
}