﻿@charset "UTF-8";
/* --------------------------------------------------------------------
 Copyright (c) plusi
 -------------------------------------------------------------------- */
/* --------------------------------
	Title調整
-------------------------------- */
.title_box_news{
	margin: 0px auto;
	padding: 25px 0!important;

	width: 100%;
}
.title_box_news.top{ margin-top: 40px; padding-bottom: 0!important;/* 25px 調整*/}
@media screen and (max-width: 767px) {
	.title_box_news{
		padding-top: 90px;
	}
	.title_box_news h1{ font-size: 18pt; }
}
/*
*/
.hakkoubi{
	text-align: right;
	padding: 50px 0!important;
}
h3{
	padding: 50px 0 5px 0;
	font-size: 20px;
	border-bottom: 1px solid #333;
}
h3 i{ font-size: 90%; padding-right: 5px; }
/*h3:before{ content: "\f0c8"; padding-right: 5px; }*/
strong{ color: #0071b9; }
span.uline{ font-size: 100%; text-decoration: underline; }
/* ====================================
 News Style
 ====================================== */
.news_area {
	width: 90%;
	max-width:1000px;
	margin: 50px auto;
}
.news_title {
	color: #0071b9;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.news_list {
	margin: 20px 0;
	border-top: 1px dashed #0071b9;
}
.news_list li {
	padding: 15px 5px;
	border-bottom: 1px dashed #0071b9;
	/* text-overflow: ellipsis; */
	/* overflow: hidden; */
	/* white-space: nowrap; */
}
@media screen and (min-width: 768px) {
	.news_list li {
		display: -webkit-flex;
		display: flex;
	}
}
.date{
	font-size: 16px;
	margin-right: 10px;
}
.category{
	display: inline-block;
	color: #fff;
	width: 160px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	padding: 2px 10px;
	background-color: #0071b9;
}
.news_text a{
	font-size: 16px;
	color: #333;
}

.news_btn{
	text-align: center;
	margin-top: 50px;
}
.news_btn a{
	color: #75b46e;
}
@media screen and (min-width: 768px) {
	.img_large {
		max-width: 742px;
		max-height: 742px;
	}
}
/*
.btn {
	color: #75b46e;
	padding: 10px 50px;
	background: #fff;
	border: 2px solid #75b46e;
	border-radius: 50px;
	transition: all 0.5s;
}
.btn:hover{
	color: #fff;
	background: #75b46e;
}
.btn:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f0da";
	font-weight: 900;
	padding-left: 10px;
}
*/

@media screen and (max-width: 559px) {
	.news{
		width: 100%;
		padding: 0 20px;
	}
	.news_text a {
		display: block;
		margin-top: 10px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
p{
	line-height: 200%;
}