@charset "utf-8";




/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/

/*リンク*/
.s_btn a{
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: 4px;
	display: block;
	text-align: center;
	color: #333;
	border: 1px solid #333;
	transition: all 0.2s linear;
	padding: 0.25em 0;
	text-decoration: none;
	box-sizing:border-box;
	font-weight: bold;
	width: 240px;
	margin: 2em auto 0;
}
.s_btn  a:hover,.s_btn a:active{
	color: #fff;
	background-color: #2c79ba;
	text-decoration: none;
	border: 1px solid #2c79ba;
}

/*ヘッダー*/
header {
	background-image: url(../img/sokuryo/top_img.png);
	background-size: 110% auto;
	background-position: center;
	background-repeat: no-repeat;
}

/*メイン*/
h2{width: 100%;
	text-align: center;
	line-height:1.4;
	padding:0 0 20px 0;
}
.sokuryo{
	margin: 3em auto 0;
}
.sokuryo ul{
	display: flex;
	justify-content:space-between;
	margin:2em 0 0; 	
}
.sokuryo ul li{
	width: 48%;
}


/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/

/* pc */
@media screen and (min-width: 1300px)  {

/*ヘッダー*/
	
/*メイン*/
.sokuryo{
	width: 1280px;
}

}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px)  {
	
/*ヘッダー*/
	
/*メイン*/
.sokuryo{
	width: 96%;
}

}
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/

/* 1024px以下共通背景css ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px)  {
	
/*メイン*/

}
/* 899px以下共通ここまで ------------------------------------------------------------------------------------------*/



/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px)  {

/*ヘッダー*/
}


/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

/*リンク*/

/*ヘッダー*/
header {
	background-size: 120% auto;
}
/*メイン*/
}

/* tablet3  */
@media only screen and (max-width: 767px) {

/*リンク*/
	
/*ヘッダー*/
header {
	background-size: 120% auto;
}

/*メイン*/
.sokuryo ul{
	flex-direction: column;
}
section:nth-child(1) .sokuryo ul{
	flex-direction: column-reverse;
}
.sokuryo ul li{
	width: 100%;
}
.sokuryo ul li img{
	margin:1em 0 0; 
}
.sokuryo ul li p{
	display: none;
}
}

/* smartPhone1 */
@media only screen and (max-width: 499px) {

/*リンク*/
	
/*ヘッダー*/
header {
	background-size: 115% auto;
}

/*メイン*/
.sokuryo ul{
	margin:1em 0 0; 	
}
}

/* smartPhone1 */
@media only screen and (max-width: 375px) {

/*リンク*/
	
/*ヘッダー*/
header {
	background-size: 145% auto;
}

/*メイン*/

}
