@charset "utf-8";
/* CSS Document */


/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/

/*jumbotron*/
.jumbotron {
	background:url(../images/other/image13_1200_300.jpg) no-repeat scroll center top / cover;
	padding: 3rem 2rem;
}

/*メイン*/

.article_box {
	background-color: #EBEBEB;
	margin: 0 auto 10px;
	padding: 2.5%;
	position: relative;
	width: 95%;
	transition: opacity 0.15s;
}

.article_box:hover {
	opacity: 0.8;
}

.article_box a {
	color: #333;
	border: none;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

.article_box img {
	height: auto;
	width: 40%;
	float: left;
}

.text {
	padding-left: 42%;
}

.text100 {
	padding-left: 100%;
	}

.text100 p {
	font-size: 12px;
	line-height: 1.4;	
	}	

.text h3 {
	font-size: 14px;
	font-weight: bold;
}

.text p {
	font-size: 12px;
	line-height: 1.4;
}

.text .link {
	background-color: #0056a8;
	color: #fff;
	float: right;
	margin-bottom: 0;
	padding: 5px;
	text-align: center;
	width: 8rem;
}


/*--------------------------------------------*/
/*スマホ（375px～）*/
/*--------------------------------------------*/

@media only screen and (min-width: 375px) {
	.text .link {
		background-color: #0056a8;
		bottom: 10px;
		color: #fff;
		float: none;
		margin-bottom: 0;
		padding: 5px;
		position: absolute;
		right: 0;
		text-align: center;
		width: 7rem;
	}

}





/*--------------------------------------------*/
/*スマホ横/タブレット（576px～）*/
/*--------------------------------------------*/

@media only screen and (min-width: 576px) {


	/*メイン*/
	.text h3 {
		font-size: 18px;
		font-weight: bold;
	}

	.text p {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.text100{
	    padding-left: 100%;
	}

    .text100 p {
		font-size: 14px;
		line-height: 1.5;
	}

	.text .link {
		bottom: 10px;
		padding: 7px;
		/*position: absolute;*/
		/*right: 0;*/
		width: 10rem;
	}

}





/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/

@media only screen and (min-width: 768px) {

	/*メイン*/
	.article_box {
		padding: 1.5%;
		width: 49%;
		margin-bottom: 15px;
	}

	.article_box:nth-of-type(odd) {
		float: left;
		margin-left: 0;
	}

	.article_box:nth-of-type(even) {
		float:right;
		margin-right: 0;
	}

	.text h3 {
		font-size: 14px;
	}

	.text p {
		font-size: 12px;
		line-height: 1.4;
	}
	
	.text100{
	    padding-left: 100%;
	}

    .text100 p {
		font-size: 12px;
		line-height: 1.4;
	}

	.text .link {
		/*bottom: 10px;*/
		padding: 5px;
		width: 7rem;
	}

}





/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/

@media only screen and (min-width: 992px) {

	/*jumbotron*/
	.jumbotron {
		padding: 6rem 2rem;
	}

	/*メイン*/
	.text h3 {
		font-size: 16px;
	}

	.text p {
		font-size: 12px;
		line-height: 1.4;
	}
	
	.text100{
	    padding-left: 100%;
	}

    .text100 p {
		font-size: 12px;
		line-height: 1.4;
	}

	.text .link {
		/*bottom: 10px;*/
		/*padding: 5px;*/
		/*width: 7rem;*/
	}


}




/*--------------------------------------------*/
/*PC(1200px～)*/
/*--------------------------------------------*/

@media only screen and (min-width: 1200px) {

	/*メイン*/
	.text {
		padding-left: 43%;
	}

	.text h3 {
		font-size: 17px;
		margin-bottom: 0.3rem;
	}

	.text p {
		font-size: 14px;
		line-height: 1.5;
	}

	.text .link {
		/*bottom: 0;*/
		/*margin-bottom: 0.5rem;*/
		/*padding: 3px;*/
		width: 8rem;
	}
    .text100{
	    padding-left: 100%;
	}

}
