@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/

body.news .pagenation {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
}
body.news .pagenation li {
	margin: 0 0.5em 0.5em;
	padding-left: 0 !important;
	border-radius: 50%;
	cursor: pointer;
}
body.news .pagenation li::before {
	content: none !important;
}
body.news .pagenation .current_pg,
body.news .pagenation a:hover {
	padding: 0.3em 0.5em !important;
	border: 1px solid #d2142e;
	background: #d2142e;
	color: #fff !important;
	text-align: center;
	line-height: 1;
	text-decoration: none !important;
}
body.news .pagenation a {
	display: block;
	padding: 0.3em 0.5em;
	border: 1px solid #d2142e;
	border-radius: 50%;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	color: #d2142e;
}
body#news_detail .main_block .head_block .date {
	margin: 0;
}
body#news_detail .main_block .head_block .date .category {
	margin-left: 1em;    
    display: inline-flex;
    justify-content: center;
	background: #d2142e;
    color: #fff;
}
body#news_detail .main_block .head_block h2 {
	margin: 0;
	text-align: left;
	color: #000;
}
.news_list dt span.category {
	background: #d2142e;
	color: #fff;
}
.news_list a {
	color: #000 !important;
}
.news_list a:hover {
	opacity: 0.8;
	text-decoration: none !important;
}
body#news_detail .container .button {
	background: #d2142e;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	transition: background-color 0.3s ease;
}


/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

body#news .main_contents {
	padding: 2em 0;
}
body.news .pagenation {
	margin-top: 41px;
	font-size: 14px;
}
body#news_detail .main_contents .container {
	font-size: 1.5rem;
}
body#news_detail .main_block {
	padding: 2em 0;
}
body#news_detail .main_block .head_block h2 {
	margin: 5px 0 0;
}
body#news_detail .main_block .head_block .date .category {
	width: 130px;
}
body#news_detail .main_block .main_img {
	margin: 1em 0; 
}
body#news_detail .sub_block {
	padding: 20px 0;
	border-top: 1px solid #a0a0a0;
}
body#news_detail .sub_block.has_img > a img {
	width: 40%;
    float: left;
    margin: 0 1em 0 0;
}
body#news_detail .sub_block .sub_text > p:first-child {
	margin-top: 0;
}
.news_list {
	margin: 0;
	padding: 0 4.26666%;
}
.news_list dt {
	font-size: 1.4rem;
	margin: 0 0 1.5%;
}
.news_list dt span.category {
	padding: 0% 1%;
	margin-left: 2.13333%;
	font-size: 1.3rem;
	display: inline-flex;
	justify-content: center;
	width: 130px;
}
.news_list dd {
	font-size: 1.5rem;
	margin: 0 0 4%;
}
body#news_detail .container .button {
	display: block;
    margin: 12% auto 15%;
    font-size: 1.4rem;
    padding: 1.7% 0;
    width: 47%;
}

/* 736px以上用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

body#news .container {
	padding: 50px 25px;
}
body.news .pagenation {
	margin: 104px 0 30px;
}
body.news .pagenation li {
	padding: 0 !important;
	font-size: 16px;
}
body.news .pagenation .current_pg,
body.news .pagenation a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	padding: 0 !important;
}
body#news_detail .main_block {
	padding: 50px 0;
}
body#news_detail .main_block .head_block {
	float: right;
    width: 60%;
}
body#news_detail .main_block .head_block .date .category {
	width: 160px;
}
body#news_detail .main_block .main_img {
	float: left;
	width: 35%;
}
body#news_detail .main_block .main_text {
	float: right;
    width: 60%;
}
body#news_detail .sub_block {
	padding: 40px 0;
	border-top: 1px solid #a0a0a0;
	clear: both;
}
body#news_detail .sub_block .sub_text > *:nth-child(1) {
	margin-top: 0;
}
body#news_detail .sub_block.has_img {
	display: flex;
	justify-content: space-between;
}
body#news_detail .sub_block.has_img > a {
	display: block;
	width: 20%;
}
body#news_detail .sub_block.has_img > a img {
	height: auto;
}
body#news_detail .sub_block.has_img .sub_text {
	width: 75%;
}
.news_list {
	margin: 0;
	padding: 0;
}
.news_list dt {
	font-size: 1.8rem;
	float: left;
	margin: 0 0 0 0;
	width: 345px;
	clear: both;
}
.news_list dt span.category {
	padding: 0;
	margin-left: 25px;
	font-size: 1.5rem;
	display: inline-flex;
	justify-content: center;
	width: 160px;
}
.news_list dd {
	font-size: 1.8rem;
	margin: 0;
	padding: 0 0 1.0em 0;
	float: left;
	width: 770px;
}
.news_list:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	zoom: 100%;
}
body#news_detail .container .button {
	display: block;
    margin: 86px auto 114px;
    font-size: 1.8rem;
    padding: 10px 0px;
    width: 224px;
}

/* 737px以上用（PC用）の記述 end */
}


/*--------------------------------------------------------------------
 *	印刷用（PC表示）の記述
 *--------------------------------------------------------------------*/
@media print {
/* 印刷用（PC表示）の記述 */



/* 印刷用（PC表示）の記述 end */
}


body#news_detail .main_block::after,
body#news_detail .sub_block::after {
	display: block;
	content: "";
	clear: both;
}