@charset "UTF-8";

#mainImg {
	position: relative;
	min-height: 240px;
	margin: 60px 0;
	background: url(../img/top/top_bgS.jpg) center center no-repeat;
	background-size: cover;
}
#mainImg h1 {
	position: absolute;
	bottom: 20px;
	right: 10px;
}
#mainImg h1 img {
	width: 225px;
}

#content a {
	display: block;
	margin: 0 0 30px;
	border: 1px solid #d2d2d2;
}

#content a ul li {
	color: #000;
}
#content a ul li:nth-child(1) {
	line-height: 0;
	overflow:hidden;
}
#content a ul li:nth-child(2) {
	line-height: 1.8;
	padding: 20px 20px 24px;
}
#content a ul li:nth-child(2) h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 10px;
}

#content a ul li:nth-child(2) span.link {
	display: block;
	color: #3182c5;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	margin: 2em 0 0;
	padding: 0 30px 0 0;
	background: url(../img/arrow_blueR.svg) 5.3em 45% no-repeat;
	transition: 0.5s;
}
#content a:hover ul li:nth-child(2) span.link {
	background: url(../img/arrow_blueR.svg) 5.6em 45% no-repeat;
	transition: 0.5s;
}

#content a ul li img {
	transition:0.5s;
}

#content a:hover ul li img {
	transition:0.5s;
	transform:scale(1.1,1.1);
}










/*media Queries Tablet
----------------------------------------------------*/
@media print, screen and (min-width:601px) {

#content .inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
}

#content .inner a {
	width: 48%;
	max-width: 320px;
}
#content .inner a:nth-child(odd) {
	margin: 0 2% 30px 0;
}
#content .inner a:nth-child(even) {
	margin: 0 0 30px 2%;
}

#content .inner a ul {
	width: 100%;
}






}/* media Queries 601 */







/*media Queries PC
----------------------------------------------------*/
@media print, screen and (min-width:811px) {

#mainImg {
	min-height: 400px;
	margin: 84px 0 100px;
	background: url(../img/top/top_bg.jpg) right center no-repeat;
	background-size: cover;
}
#mainImg h1 {
	position: absolute;
	bottom: 60px;
	right: 80px;
}
#mainImg h1 img {
	width: 350px;
}


}/* media Queries 811 */






/*media Queries PC
----------------------------------------------------*/
@media print, screen and (min-width:891px) {


#content .inner a {
	width: 45%;
	max-width: unset;
}
#content .inner a:nth-child(odd) {
	margin: 0 2.1% 50px 2.9%;
}
#content .inner a:nth-child(even) {
	margin: 0 2.9% 50px 2.1%;
}

#content .inner a ul {
	display: flex;
}
#content .inner a ul li:nth-child(1) {
	width: 45%;
	max-width: 240px;
}
#content .inner a ul li:nth-child(2) {
	position: relative;
	width: calc(100% - 240px);
	width: 55%;
}
#content .inner a ul li:nth-child(2) .link {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 20px;
}



}/* media Queries 891 */





