@charset "UTF-8";

/* CSS Document */

/*====================================

	page_ttl

====================================*/

.page_ttl {
	background: url(../images/page_ttl_bg.jpg) center center;
	background-size: cover;
}
.page_ttl h2 {
}

/*====================================

	archive_yy

====================================*/

.news_list .archive_yy {
	margin-bottom: 80px;
}
.news_list .archive_yy .cell {
	margin-bottom: 30px;
}
.news_list .archive_yy .cell:last-child {
	margin-bottom: 0px;
}
.news_list .archive_yy .cell>.acMenu {
}
.news_list .archive_yy .cell>.acMenu>dt {
    display: block;
    width: 100%;
    cursor: pointer;
    font-family: 'Zen Old Mincho', serif;
	font-size: 150%;
	line-height: 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	pointer-events: none;
	color: #fff;
}
.news_list .archive_yy .cell>.acMenu>dd {
    width: 100%;
    padding: 10px 0;
}

.news_list .archive_yy .cell>.acMenu>dd a {
	font-family: 'Zen Old Mincho', serif;
	display: inline-block;
	border-radius: 20px;
	line-height: 1em;
	padding: .6em 2em;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	background: #fff;
	color: #000;
	border: 1px solid #eee;
	float: left;
	margin-right: 10px;
}
.news_list .archive_yy .cell>.acMenu>dd a:hover,
.news_list .archive_yy .cell>.acMenu>dd a.active {
	color: #fff;
	background: linear-gradient(to bottom right, #7b1082, #336ed6);
}

/*====================================

	news_lower
	
====================================*/

.news_lower {
	padding: 90px 60px 0 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction:row-reverse
}

/* sub_area */

.news_lower .sub_area {
	width: 340px;
}
@media screen and (max-width : 1000px) {
	.news_lower .sub_area {
		width: 200px;
	}	
}
.news_lower .sub_area .cell {
	margin-bottom: 20px;
	background: #f7f7f7;
	padding: 20px 20px;
}
.news_lower .sub_area .cell:last-child {
	margin-bottom: 0px;
}
.news_lower .sub_area .acMenu dt {
    display: block;
    width: 100%;
    cursor: pointer;
    font-family: 'Zen Old Mincho', serif;
	font-size: 120%;
	line-height: 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	pointer-events: none;
}
.news_lower .sub_area .acMenu dd {
    width: 100%;
    padding: 10px 0;
}
.news_lower .sub_area .acMenu dd ul {
	width: 100%;
}
.news_lower .sub_area .acMenu dd ul li {
	width: 48%;
	margin-bottom: 4px;
}
.news_lower .sub_area .acMenu dd ul li:nth-child(odd) {
	float: left;
}
.news_lower .sub_area .acMenu dd ul li:nth-child(even) {
	float: right;
}
@media screen and (max-width : 1000px) {
	.news_lower .sub_area .acMenu dd ul li {
		width: 100%;
		margin-bottom: 4px;
	}
}
.news_lower .sub_area .acMenu dd ul li a {
	font-family: 'Zen Old Mincho', serif;
	display: block;
	border-radius: 20px;
	line-height: 1em;
	padding: .6em 0;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(to bottom right, #7b1082, #336ed6);
	color: #fff;
	border: 1px solid #eee;
}
.news_lower .sub_area .acMenu dd ul li a:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

/* main_area */

.news_lower .main_area {
	flex: 1;
	padding-right: 80px;
}
.news_lower .main_area .text {
	position: relative;
}
.news_lower .main_area .text .cate {
	font-family: 'Zen Old Mincho', serif;
	line-height: 1em;
	font-size: 100%;
	margin-bottom: 10px;
}
.news_lower .main_area .text .date {
	font-family: 'Zen Old Mincho', serif;
	line-height: 1em;
	font-size: 100%;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.news_lower .main_area .text .ttl {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 300%;
	line-height: 1.25em;
	border-bottom: 1px solid #ccc;
	font-family: 'Zen Old Mincho', serif;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news_lower .main_area .ph {
	padding: 80px 0 0 0;
}
.news_lower .main_area .ph ul {
	width: 100%;
}
.news_lower .main_area .ph ul li {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}
.news_lower .main_area .ph ul li:nth-child(odd) {
	padding-right: 2%;
}
.news_lower .main_area .ph ul li:nth-child(even) {
	padding-left: 2%;
}
.news_lower .main_area .ph ul li img {
	display: block;
	padding: 0;
	margin: 0;
}
.news_lower .main_area .btn_back {
	width: 100%;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 40px;
}
.news_lower .main_area .btn_back a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	font-family: 'Zen Old Mincho', serif;
	padding: .6em 6em;
	border-radius: 30px;
	background: linear-gradient(to bottom right, #7b1082, #336ed6);
	color: #fff;
	border: 1px solid #fff;
	font-size: 110%;
}
.news_lower .main_area .btn_back a:hover {
	color: #111926;
	background: #fff;
	border: 1px solid #111926;
}
.news_list {
	background: url(/images/news_bg.jpg) no-repeat center center;
	background-size: cover;
}

/*====================================

	add
	
====================================*/

.news_lower .main_area p,
.news_lower .main_area .wp-block-image {
	margin-bottom: 40px;
}

