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

/*----------------トップ・３件ずつ表示----------------*/
.recent-list{
	margin-bottom: 10px;
}

.news_title{
	font-size: 15px;
	font-weight: 400;
	color: #333C7B;
	line-height: 2;
}

/*----------------ニュース一覧yrp_news.html----------------*/

#news{
	margin-top: 100px;
}

@media (min-width:768px){
	#news{
		margin-top: 150px;
	}
}

#news .recent-list{
	border-bottom: solid 3px #333C7B;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

#news .date{
	font-size: 15px;
	font-weight: 600;
	color: #333C7B;
	line-height: 2;
	margin-bottom: 20px;
}

#news .recent-list p{
	font-size: 15px;
	font-weight: 400;
	color: #181818;
	line-height: 1.2;
}

#news .recent-list a{
	font-size: 15px;
	font-weight: 400;
	color: #465DAA;
	line-height: 1.2;
	text-decoration: underline;
}

/*----------------ニュース一覧yrp_news.php----------------*/

#news_page{
	margin-top: 100px;
}

@media (min-width:768px){
	#news_page{
		margin-top: 150px;
	}
}

/*----------------コンタクト----------------*/

#contact{
	margin-top: 100px;
}

@media (min-width:768px){
	#contact{
		margin-top: 150px;
	}
}


.contact{
	text-align: center;
}

.contact_p{
	margin-top: 40px;
}

.contact_p p{
	font-size: 13px;
	font-weight: 400;
	color:#292929;
	line-height: 1.5;
}

.form{
	padding-top: 20px;
	padding-bottom: 20px;
}

.btn{
	display: inline-block;
	border: solid 3px #181818;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 14px;
	color: white;
	transition: all 0.6s;
	cursor: pointer;
	background-color: #181818;
}

.btn:hover{
	background-color: white;
	color: #181818;
}

.wpcf7 input[name="your-name"] { /* 名前入力欄 */
 width: 95%;
	max-width: 500px;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
 width: 95%;
	max-width: 500px;
}
.wpcf7 input[name="your-subject"] { /* タイトル入力欄 */
 width: 95%;
	max-width: 500px;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
 width: 95%;
	max-width: 500px;
}



