@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


/*================================================
 *  新着情報（news）
 ================================================*/


#news_wrap {
	padding: 0 50px;
	max-width: 1200px;
	width: 100%;
	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 {
	margin-bottom: 0.9em;
}
#news_wrap .leftArea #menu + h3 {
	margin-top: 40px;
}
#news_wrap .leftArea #menu {
	border-top: 1px solid #c8c8c8;
	font-size: 18px;
}
#news_wrap .leftArea #menu .parent {
	background-color: var(--color-black);
	color: #fff;
	cursor: pointer;
	line-height: 1.25;
	position: relative;
	padding: 17px 40px 17px 10px;
	-webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#news_wrap .leftArea #menu .parent::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
#news_wrap .leftArea #menu.slide .parent::after {
	margin-top: -4px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#news_wrap .leftArea #menu.slide li.active .parent::after {
	-webkit-transform: rotate(-45deg);
	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 #c8c8c8;
}
#news_wrap .leftArea #menu .child li a {
	display: block;
    padding: 17px 0 17px 35px;
    position: relative;
    line-height: 1.25;
}
#news_wrap .leftArea #menu .child li a::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 12px;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid var(--color-red);
	border-right: 2px solid var(--color-red);
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}


/*メインカラム*/
section.mainColumn{
	padding-left: 70px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.page-index section.mainColumn > ul {
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	margin-top: 29px;
}
.page-index section.mainColumn > ul li {
	padding: 30px 20px;
}
.page-index section.mainColumn > ul li + li {
	border-top: 1px solid #1e1e1e;
}
.page-index section.mainColumn > ul li,
.page-index section.mainColumn > ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	text-align: left;
}
.page-index section.mainColumn > ul li .date_icon {
	color: #1e1e1e;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 17px;
	height: 31px;
}
.page-index section.mainColumn > ul li .date_icon img {
	margin: 0 40px 0 30px;
}
.page-index section.mainColumn > ul li p {
	line-height: 1.75;
	word-break: break-all;
}


/*メインカラム（記事）*/
section.mainColumn article {
	margin-bottom: 80px;
}
section.mainColumn article .title {
	margin-bottom: 28px;
}
section.mainColumn article .title .date_icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
section.mainColumn article .title .date_icon img {
	margin-left: 20px;
}
section.mainColumn article .title p{
	margin-top: 0.75em;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
section.mainColumn article .content {
	line-height: 1.75;
}
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 a {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.06em;
	width: 400px;
	height: 100px;
	margin: 0 auto;
}


/*ページャー*/
#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: var(--color-black);
	font-size: 14px;
}
#pager a {
	border: 1px solid var(--color-black);
	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 {
	background-color: var(--color-black);
	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: 767px) {


#news_wrap {
	display: block;
	max-width: inherit;
	width: 80vw;
	padding: 0;
	font-size: 4vw;
}

/*サイドバー（セレクター）*/
#news_wrap .leftArea select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	font-size: 5vw;
	border: 1px solid #1e1e1e;
	border-radius: 0;
	padding: 0 0.5em;
	line-height: normal;
	height: 12vw;
	background: url(../images/select_icon.svg) no-repeat center right 3vw;
	background-size: 3vw;
}
#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: 5vw;
}
.page-index section.mainColumn > ul li {
	padding: 5vw 0;
}
.page-index section.mainColumn > ul li,
.page-index section.mainColumn > ul li a {
	display: block;
}
.page-index section.mainColumn > ul li .date_icon {
	font-size: 3.8vw;
	height: auto;
}
.page-index section.mainColumn > ul li .date_icon img {
	width: auto;
	height: 5.5vw;
	margin: 0 0 0 0.5em;
}
.page-index section.mainColumn > ul li p {
	font-size: 4vw;
	margin-top: 0.5em;
}
.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 .date_icon img {
	width: auto;
	height: 5.5vw;
	margin-left: 1em;
}

section.mainColumn article .title p {
	font-size: 4.5vw;
}

section.mainColumn article .content p{
	font-size: 4vw;
}


/*メインカラム（戻るボタン）*/
section.mainColumn .return a {
	font-size: 5.6vw;
    margin: 10vw auto 0;
    width: 80vw;
    height: 20vw;
}


/*ページャー*/
#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-black);
	display: block;
	line-height: 3.5;
}


	
}