@charset "utf-8";
.sec1 > p{
	font-size: 20px;
	line-height: 35px;
}

.sec1 h2{
	border-bottom: 3px solid #2162b1;
	color: #2162b1;
	font-size: 26px;
}

.sec1 li{
	margin-bottom: 30px;
	width: 300px;
}

.sec1 li .body{
	border: 1px solid #2162b1;
}

.sec1 li .body h3{
	background: #2162b1;
    border: 1px solid #2162b1;
	color: #ffffff;
    display: table-cell;
	font-size: 20px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
    width: 300px;
}

.sec1 li .body .txt{
	padding: 30px;
}

.sec1 li .body p{
	margin-bottom: 20px;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.section{
		padding: 0 0 50px
	}

	.sec1 > p {
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 0;
		padding: 0 10px;
	}
	
	.sec1 .in{
		margin: 0 auto;
		width: 95%;
	}

	.sec1 h2{
		font-size: 20px;
		margin-top: 15px;
	}
	
	.sec1 li{
		margin-bottom: 20px;
		width: 48%;
	}
	
	.sec1 li .body h3 {
		font-size: 16px;
		height: 60px;
	}

	.sec1 li .body .txt {
		padding: 10px;
	}	

	.sec1 li .body p {
		font-size: 12px;
		line-height: 25px;
	}
	
	.sec1 li .img img{
		width: 100%;
	}
	
	.sec1.original li .body .link-btn2{
		font-size: 12px;
		width: 100%;
	}
	
	.sec1.original li .body .link-btn2:after {
		font-size: 16px;
		right: 10px;
	}

}