@CHARSET "windows-31j";

#sou_grid{
	width:700px;
	margin: 0 auto;
}

#sou_grid li{
	width: 344px;
	margin-right:12px;
	margin-bottom:10px;
	float:left;
}
#sou_grid li:nth-child(2n){
	margin-right:0;
}
.sou_pdf{
	width: 344px;
	margin: 0 auto;
}

.SouIchiran{
	position: relative;
	width: 100%;
	height: 40px;
	margin: 80px 0;
	background: #EFEFEF;
}
.SouIchiran .img-top{
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 350px;
	height: 95px;
	margin: auto;
}
.SouSeparater{
	display:block;
	position: relative;
	margin: 20px 0;
	padding: 15px 50px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color:#FFF;
	background:#78CA9B;
	cursor: pointer;
}
.SouSeparater:hover{
	opacity: .8;
}
.SouSeparater:after{
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 24px;
	height: 24px;
	margin: auto;
    font-family: FontAwesome;
}
.SouSeparater:first-of-type:after,
.SouSeparater.active:after{
	content: "\f056";
}
.SouSeparater:first-of-type.active:after,
.SouSeparater:after{
	content: "\f055";
}

.SouList{
	line-height: 1.5;
}
.SouList a{
	display: block;
	position: relative;
	padding: 20px 80px 20px 50px;
	color: #231815;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.SouList a:before,
.SouList a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	border-top: 2px solid #A8A9A9;
	border-right: 2px solid #A8A9A9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .1s;
	transition: all .1s;
}
.SouList a:before{
	right: 60px;
}
.SouList a:after{
	right: 50px;
}
.SouList:nth-of-type(2n) a{
	background: #F1FAF5;
}
.SouList a:hover{
	color: #EA5504;
	background: #C5E8D4;
	opacity: .8;
}
.SouList a:hover:before{
	right: 40px;
	border-top-color: #EA5504;
	border-right-color: #EA5504;
}
.SouList a:hover:after{
	right: 30px;
	border-top-color: #EA5504;
	border-right-color: #EA5504;
}
.SouList{
	border-top:1px solid #9FA0A0;
}
.SouList:last-child{
	border-bottom:1px solid #9FA0A0;
}
.InfoTitle{
	font-weight: bold;
	color: #006BB9;
}
.SouList a:hover .InfoTitle{
	color: #EA5504;
}
.InfoNum{
	color: #7E7876;
}
.SouSmall{
	display: block;
}

.SouDetailHead{
	margin: 40px 0;
	padding: 20px;
	border-top:1px solid #9FA0A0;
	border-bottom:1px solid #9FA0A0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #006BB9;
	background: linear-gradient(to top, #E6E7E7, #fff)
}
.SouDetailHead2{
	margin: 40px 0;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.SouDetailWrap{
	width: 800px;
	margin: 0 auto;
}
.SouBack{
	margin-top: 30px;
	text-align: center;
}
.SouBack a{
	display: inline-block;
	padding: 10px 50px;
	border-radius: 50px;
	font-weight: bold;
	color: #FFF !important;
	background: #9FA0A0;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.SouBack a:hover{
	background: #004EA2;
	opacity: .8;
}

.img-sm {
	width: auto;
}



/*----------------------------------------------------------- 
///////////////以下、SP用///////////////
-----------------------------------------------------------*/

/*@media only screen and (max-device-width: 1300px) and (max-width: 640px) {*/
@media only screen and (max-width: 640px) {

#sou_grid{
	width:auto;
}

#sou_grid li{
	width: 49%;
	margin: 0 2% 10px 0;
}
.sou_pdf{
	width: 80%;
}

.SouIchiran{
	height: 20px;
	margin: 40px 0;
}
.SouIchiran .img-top{
	top: 40px;
}
.SouSeparater{
	margin: 10px 0;
	padding: 10px 30px 10px 10px;
}
.SouSeparater:after{
	right: 0;
}

.SouList a{
	padding: 10px 30px 10px 10px;
}
.SouList a:before,
.SouList a:after{
	width: 12px;
	height: 12px;
}
.SouList a:before{
	right: 20px;
}
.SouList a:after{
	right: 10px;
}
.SouList a:hover:before{
	right: 20px;
}
.SouList a:hover:after{
	right: 10px;
}

.SouDetailHead{
	margin: 20px 0;
	padding: 10px;
	font-size: 16px;
}
.SouDetailHead2{
	margin: 20px 0;
}
.SouDetailWrap{
	width: auto;
}
.SouBack{
	margin-top: 10px;
}





}