@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap&text=%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40%C2%A9ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E');
/* URLエンコード→ !"#$%&'()*+,-./0123456789:;<=>?@©ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ */

/*================================================
 *  新着情報（news）
 ================================================*/


#news_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	font-size: 18px;
}

/*サイドバー*/
#news_wrap .leftArea {
	width: 250px;
	flex-shrink: 0;
}

#news_wrap .leftArea h3 {
	color: rgba(var(--color-dark-rgb),.35);
	margin-bottom: 0.6em;
}
#news_wrap .leftArea #menu + h3 {
	margin-top: 40px;
}
#news_wrap .leftArea #menu {
	/*
	background-color: #fff;
	border-top: 1px solid #c8c8c8;
	*/
	font-size: 18px;
	color: var(--color-dark);
}
#news_wrap .leftArea #menu .parent {
	/*
	background-color: var(--color-main);
	color: #fff;
	*/
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	cursor: pointer;
	line-height: 1.25;
	position: relative;
	padding: 17px 40px 17px 1em;
    transition: all 0.4s linear;
}
#news_wrap .leftArea #menu .parent::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 20px;
	border-top: 1px solid var(--color-dark);
	border-right: 1px solid var(--color-dark);
	transform: translateY(-50%) rotate(45deg);
}
#news_wrap .leftArea #menu.slide .parent::after {
	margin-top: -4px;
	transform: rotate(135deg);
}
#news_wrap .leftArea #menu.slide li.active .parent::after {
	transform: rotate(-45deg);
}

#news_wrap .leftArea #menu.slide > li:not(.active) + li {
	border-top: 1px solid #fff;
}

#news_wrap .leftArea #menu .child li {
	border-bottom: 1px solid #ccc;
}
#news_wrap .leftArea #menu .child li a {
	display: block;
    padding: 17px 0 17px 2.27em;
    position: relative;
    line-height: 1.25;
}
#news_wrap .leftArea #menu .child li a::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0.9em;
	width: 0.75em;
	border-top: 1px solid;
	transform: translateY(-50%);
}


/*メインカラム*/
section.mainColumn{
	padding-left: 70px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.page-index section.mainColumn > ul {
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 29px;
	*/
}
.page-index section.mainColumn > ul li {
	color: var(--color-dark);

	padding: 30px 0 25px;
}
.page-index section.mainColumn > ul li:first-of-type {
	padding-top: 0;
}
.page-index section.mainColumn > ul li:last-of-type {
	padding-bottom: 0;
}
.page-index section.mainColumn > ul li + li {
	border-top: 1px solid #ccc;
}
.page-index section.mainColumn > ul li a {
	display: block;
}
.page-index section.mainColumn > ul li .date_icon {
	font-size: 18px;
	line-height: 24px;
}
.page-index section.mainColumn > ul li .date_icon img {
	margin-left: 1em;
	height: 24px;
}
.page-index section.mainColumn > ul li .date_icon img + img {
	margin-left: 5px;
}
.page-index section.mainColumn > ul li p {
	font-size: 20px;
	line-height: 1.75;
	margin-top: 0.5em;
	word-break: break-all;
}

/*メインカラム（記事）*/
section.mainColumn article {
	margin-bottom: 80px;
}
section.mainColumn article .title {
	margin-bottom: 45px;
	color: #1e1e1e;
	font-size: 18px;
	line-height: 24px;
}
section.mainColumn article .title img {
	margin-left: 1em;
	width: auto;
	height: 24px;
}
section.mainColumn article .title img + img {
	margin-left: 5px;
}
section.mainColumn article .title p {
	margin-top: 0.5em;
	font-size: 32px;
	line-height: 1.75;
}
section.mainColumn article .content {
	line-height: 2;
}
section.mainColumn article .content p {
	font-size: 20px;
	margin-bottom: 1.5em;
	word-break: break-all;
}
section.mainColumn article .content img {
	max-width: 100%;
	height: auto!important;
	vertical-align: middle;
}

section.mainColumn article .content a {
	color: #0071bc;
	text-decoration: underline;
}

/*メインカラム（戻るボタン）*/
section.mainColumn .return {
	text-align: center;
}
section.mainColumn .return a {
	border-bottom: 1px solid;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 0.08em;
	padding: 0 0.2em 0.7em;
}
section.mainColumn .return a:hover {
	color: var(--color-red);
	opacity: 1;
}



/*ページャー*/
#pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 30px auto 0;
	color: #808080;
	font-size: 14px;
}
#pager a {
	border: 1px solid #c8c8c8;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 3px;
	width: 30px;
	height: 30px;
}
#pager a:hover,
#pager a#current {
	border-color: var(--color-dark);
	background-color: var(--color-dark);
	color: #fff;
	opacity: 1;
}
#pager a.previous_link {
	margin: 0 40px 0 0;
}
#pager a.next_link {
	margin: 0 0 0 40px;
}
#pager a:not(.previous_link):not(.next_link) {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#pager .more {
	margin: 0 5px;
}





/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 800px) {


#news_wrap {
	display: block;
	font-size: 4vw;
}

/*サイドバー（セレクター）*/
#news_wrap .leftArea select {
	width: 100%;
	font-size: 5vw;
	border: 1px solid #B3B3B3;
	border-radius: 0;
	padding: 0 0.5em;
	height: 12vw;
	background: url(../images/select_icon.svg) center right 3vw / 3vw auto no-repeat;
}
#news_wrap .leftArea select::-ms-expand {
    display: none;
}

/*サイドバー*/
#news_wrap .leftArea {
	width: 100%;
	margin-right: 0;
}

/*メインカラム*/
section.mainColumn {
	width: 100%;
	padding: 0;
}
.page-index section.mainColumn > ul {
	margin-top: 10vw;
}
.page-index section.mainColumn > ul li{
	padding: 5vw 0;
}
.page-index section.mainColumn > ul li .date_icon {
	font-size: 3.6vw;
	line-height: 5.5vw;
}
.page-index section.mainColumn > ul li .date_icon img {
	height: 5.5vw;
}
.page-index section.mainColumn > ul li .date_icon img + img {
	margin-left: 1vw;
}
.page-index section.mainColumn > ul li p {
	font-size: 4vw;
	margin-top: 0.5em;
}



/*メインカラム（記事）*/
section.mainColumn article {
	margin-bottom: 10vw;
}
section.mainColumn article .title {
	font-size: 3.6vw;
	margin-bottom: 5vw;
	line-height: 5.5vw;
	padding-top: 1px;
}
section.mainColumn article .title img {
	width: auto;
	height: 5.5vw;
}
section.mainColumn article .title img + img {
	margin-left: 1vw;
}

section.mainColumn article .title p {
	font-size: 5.5vw;
}

section.mainColumn article .content p{
	font-size: 4vw;
}


/*メインカラム（戻るボタン）*/
section.mainColumn .return a {
	font-size: 4.3vw;
}

/*ページャー*/
#pager_sp {
	font-size: 3.6vw;
	margin-top: 8vw;
}
#pager_sp .page_number {
	text-align: center;
	margin-bottom: 1em;
}
#pager_sp .pager_nav {
	border: 1px solid #b3b3b3;
	display: table;
	width: 100%;
	height: 3.5em;
	text-align: center;
	margin-bottom: 0;
}
#pager_sp .pager_nav > li {
	border: none;
	color: #b3b3b3;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	line-height: 1;
}
#pager_sp .pager_nav > li:first-child,
#pager_sp .pager_nav > li:last-child {
	width: 12vw;
}
#pager_sp .pager_nav > li:not(:last-child) {
	border-right: 1px solid #b3b3b3;
}

#pager_sp .pager_nav > li a {
	color: var(--color-red);
	display: block;
	line-height: 3.5;
}


	
}