@charset "utf-8";
/*
Theme Name: hgsj
Theme URI: 
Description: 「一般社団法人 人文地理学会」専用テンプレート
Version: 2.0 - 170831
Author: prizms design
Author URI: https://prizms.net
*/

/*///// 游ゴシックのウェイト統一 /////*/
@font-face {
	font-family: "YuGothicWin";
	font-weight: normal;
	src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
	font-family: "YuGothicWin";
	font-weight: bold;
	src: local("YuGothic-bold"), local("Yu Gothic");
}

/*///////////////////////////////////*/
html {
	font-family: YuGothicWin, YuGothic, -apple-system, BlinkMacSystemfont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333;
	font-size: 100%;
	line-height: 1.6em;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 640px){
	html {
		font-size: 150%;
		line-height: 1.8em;
	}
}

body {
	min-width: 640px;
	background: #FFF;
	border-top: solid 3px #0F8237;
}


/*///////////////////////////////////////
	LAYOUTS
///////////////////////////////////////*/
/*===== ヘッダー =====*/
header {
	font-size: 100%;
}
@media (max-width: 640px){
	header {
		font-size: 67%;
		line-height: 1.6em;
	}
}
/*
#home header:after {
	content: "";
	display: block;
	width: 100%;
	height: 240px;
	background: #DBD8DA url(img/mainvisual.jpg) center top no-repeat;
	border-bottom: solid 1px rgba(0,0,0,.25);
}
*/
/*===== コンテンツ =====*/
#contents {
	width: 100%;
	padding-top: 1.6rem;
	padding-bottom: 3.2rem;
	background-color: #FFF5E7;
}
.breadcrumbs + #contents {
	padding-top: 0;
}


/*----- メイン -----*/
#main {
	padding: 0 2%;
	font-size: .875rem;
	line-height: 1.2em;
}
@media (max-width: 800px){
	#main {
		padding-bottom: 3.2rem;
	}
}
/*----- サイトバー -----*/
aside {
}
#sidebar {
	padding: 1.6rem;
	background-color: #0c642a;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
}
/*
#home aside {
	margin-top: -240px;
}
*/

/*===== フッター =====*/
footer {
	color: #fff;
	background-color: #0c642a;
}

/*///// float /////*/
.left { float: left;}
.right { float: right;}

.clear { clear: both;}

/*///// clearfix /////*/
.cf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/*///// リンク /////*/
a {
	color: #2e65d2;
}
a:visited {
	color: #582bb5;
}
a:hover {
	text-decoration: none;
}


/*///////////////////////////////////////
	HEADER
///////////////////////////////////////*/
header .site_logo {
	float: left;
}
header .site_logo a {
	display: block;
	padding: .8em 1.2em .6em;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 1.6em;
	text-decoration: none;
	color: #333;
	font-weight: 500;
	letter-spacing: .1em;
}
header .site_logo span {
	font-size: .625em;
	line-height: 1.6em;
	vertical-align: top;
	letter-spacing: .05em;
	font-weight: normal;
}
/* 英語 */
.en header .site_logo a {
	letter-spacing: .01em;
}
@media (max-width: 780px){
	.en header .site_logo a {
		padding-top: .85em;
		padding-bottom: .95em;
		font-size: 1.3em;
	}
}
@media (max-width: 640px){
	.en header .site_logo a {
		padding-top: .9em;
		padding-bottom: .8em;
		font-size: 1.2em;
	}
}


/*///////////////////////////////////////
	NAVIGATIONS
///////////////////////////////////////*/

/*////// ヘッダー内のメインナビゲーション /////*/
header nav {
	padding-left: 1em;
	padding-right: 1em;
	background: #0b6028;
	background: linear-gradient(to bottom, #0b6028 0%,#0f8237 100%);
	border-top: solid 1px rgba(0,0,0,.25);
	border-bottom: solid 1px rgba(0,0,0,.25);
	clear: both;
}
/*===== メニュー本体 =====*/
header nav .menu {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 1em;
	list-style: none;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
	align-items: stretch;
}
header nav .menu li {
	position: relative;
	width: auto;
	margin: 0 auto;
	white-space: wrap;
	word-break: keep-all;
	box-sizing: border-box;
}
header nav .menu > li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
header nav .menu li a {
	display: block;
	width: 100%;
	padding: 1em .4em;
	margin: 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}
/*===== ドロップダウンするサブメニュー =====*/
/* ドロップダウンメニューを示す三角 */
header nav .menu .menu-item-has-children > a {
	padding-right: 0;
}
header nav .menu .menu-item-has-children > a:after {
	display: inline-block;
	padding-left: .4em;
	padding-right: .4em;
}
header nav .menu .menu-item-has-children:hover > a:after {
	position: relative;
	top: 2px;
}
/* ドロップダウンメニューとメインナビを結ぶ三角 */
header nav .menu li.menu-item-has-children:hover > a {
	position: relative;
}
header nav .menu li.menu-item-has-children:hover > a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	/*bottom: -19px;*/
	bottom: 4px;
	margin-left: -10px;
	line-height: 0;
	border: solid 10px transparent;
	/*border-top-color: #0F8237;*/
	border-bottom-color: #fff;
	z-index: 1001;
}
/* メニュー部分 */
header nav .menu li:hover .sub-menu {
	display: block;
}
header nav .menu .sub-menu {
	display: none;
	width: 100%;
	min-width: 240px;
	position: absolute;
	left: 50%;
	top: 100%;
	padding: .6em 1em;
	margin: -5px 0 0 -50%;
	line-height: 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	z-index: 1000;
}
header nav .menu .sub-menu li {
	display: inline-block;
	width: 100%;
	white-space: normal;
	word-break: normal;
}
header nav .menu .sub-menu li a {
	padding: .6em .6em .6em 1.2em;
	text-align: left;
	line-height: 1.6em;
	color: #0b6028;
	border-bottom: dashed 1px #ddd;
}
header nav .menu .sub-menu li a:hover:before {
	text-indent: 2px;
}

header nav .menu .sub-menu li:last-child a {
	border-bottom: none;
}
header nav .menu > li:nth-last-child(-n+3) > .sub-menu {
	left: auto;
	right: 0;
}



/*////// ヘッダー内のサブナビゲーション /////*/
header > .sub_menu {
	padding: 1.2em 2em 1.2em 0;
	float: right;
}
header > .sub_menu li {
	display: inline-block;
	padding-left: 1.6em;
}
header > .sub_menu li:first-child {
	padding-left: 0;
}

header > .sub_menu li a {
	color: #9A9A9A;
	text-decoration: none;
}
header > .sub_menu li a:before {
	display: inline-block;
	padding-right: .6em;
}

header > .sub_menu li a:hover {
	color: #0b6028;
}

/*////// サイドバーのメニュー /////*/
.sidebar-box .menu {
	margin: 0 1.6em;
	font-size: .875rem;
	line-height: 1.6em;
}
.sidebar-box .menu a {
	display: block;
	width: 100%;
	padding: .4rem 0;
	color: #ddd;
	text-decoration: none;
}
.sidebar-box .menu a:before {
	margin-right: .4em;
}
.sidebar-box .menu a:hover:before {
	text-indent: 2px;
}

.sidebar-box .menu .sub-menu {
	margin-left: 1em;
}

/*////// サイドバーのサブメニュー /////*/
aside .sub_menu {
	margin: 1.6em .6em 3.2em;
	font-size: .75rem;
	line-height: 1.6em;
}
aside .sub_menu a {
	display: block;
	width: 100%;
	padding: .2rem 0;
	color: #968f8b;
	text-decoration: none;
}
aside .sub_menu a:before {
	display: inline-block;
	width: 1em;
	margin-right: .4em;
}
aside .sub_menu a:hover {
	color: #0b6028;
}


/*////// パンくず /////*/
.breadcrumbs {
	width: 100%;
	background-color: #FFF5E7;
}

.breadcrumbs ol {
	padding: 1.6rem 2% .8rem;
	font-size: .75rem;
	line-height: 1em;
	letter-spacing: .05em;
}
.breadcrumbs ol li {
	display: inline-block;
	position: relative;
	padding: 0 .5em 0 1.5em;
	margin-bottom: .8rem;
}
.breadcrumbs ol li:before {
	content: "";
	display: inline-block;
	width: .3em;
	height: .3em;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.15em;
	line-height: 0;
	border: solid 1px transparent;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
}
.breadcrumbs ol li:first-child {
	padding-left: 0;
}
.breadcrumbs ol li:first-child:before {
	display: none;
}

.breadcrumbs ol li a {
	color: #0b6028;
}
.breadcrumbs ol li > span {
	color: #968f8b;
}

/*////// コンテンツ内のメニュー /////*/
.entry ul.ContentsList {
	width: 100%;
	margin: 0;
	padding-left: 0;
}
.ContentsList .ContentsParts {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.ContentsList .ContentsParts a {
	display: block;
	padding: .6em 1.2em .6em 1.8em;
	text-align: left;
	line-height: 1.6em;
	color: #0b6028;
}
.ContentsList .ContentsParts:before {
	display: none;
}
.ContentsList .ContentsParts a:hover:before {
	text-indent: 2px;
}

/*////// ページネーション /////*/
#main .wp-pagenavi {
	width: 100%;
	font-size: .875rem;
	text-align: center;
	background-color: #f0f0f0;
}
#main .page .wp-pagenavi span,
#main .page .wp-pagenavi a {
	display: inline-block;
	padding: 1em;
	margin: 0;
	line-height: 1em;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
}
#main .page .wp-pagenavi .current {
	color: #0b6028;
}
#main .page .wp-pagenavi a {
	text-decoration: underline;
}
#main .page .wp-pagenavi a:hover {
	text-decoration: none;
}
#main .page .wp-pagenavi a.previouspostslink:before {
	display: inline-block;
	padding-right: .4em;
}
#main .page .wp-pagenavi a.nextpostslink:after {
	display: inline-block;
	padding-left: .4em;
}


/*///////////////////////////////////////
	MAIN
///////////////////////////////////////*/
#main .page,
#main .post {
	padding: 3rem;
	background-color: #fff;
	border-top: solid 5px #0b6028;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
}
@media (max-width: 640px){
	#main .page,
	#main .post { 
		padding: 3rem 1.5rem;
	}
}
#main .page .page,
#main .page .post,
#main .post .page,
#main .post .post {
	padding: 0;
	background-color: none;
	border: none;
	box-shadow: none;
}
/*===== 見出し =====*/
.pageTitle {
	margin: 0 0 1.6em;
	font-size: 2em;
	line-height: 1.6em;
	color: #0b6028;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: 500;
	letter-spacing: .1em;
}
/*===== 要素 =====*/
hr {
	height: 1px;
	margin: 3.2em 0;
	background: #dbe5d9;
	border: none;
}

/*///////////////////////////////////////
	投稿関連
///////////////////////////////////////*/

/*///// アーカイブ /////*/
#main .archive article.post {
	padding: .6rem 0;
	border-top: solid 1px #ddd;
}
#main .archive .wp-pagenavi + article.post {
	border-top: none;
}

#main .archive article.post .entry + .btn_detail {
	margin: 1.6em 0;
	text-align: right;
}
#main .archive article.post .entry + .btn_detail a {
	display: inline-block;
	padding: .6rem 1em .6em 1.6em;
	color: #0b6028;
	border: solid 1px #0b6028;
}

/* タイトル */
.archive .postTitle {
	padding: 1rem 0;
	font-size: 1.25rem;
	line-height: 1.5em;
}
/* 概要 */
.archive .entry > p {
	/*margin-bottom: 0;*/
}
/*----- メタ -----*/
#main .post_meta {
	font-size: .75rem;
}
#main .post_meta li {
	display: inline-block;
}
#main .post_meta li a {
	display: inline-block;
	padding: 1rem 0;
	margin: 0 0 0 .2em;
}
/* 投稿日 */
#main .post_meta .date {
	margin-right: 1em;
	padding: .6rem 0;
}
#main .post_meta .date:after {
	content: " / ";
	display: inline-block;
	margin-left: .6em;
}
/* カテゴリ */
#main .post_meta .category {
	margin-right: .6em;
}
#main .post_meta .fa-tags:before {
	display: inline-block;
	padding-right: .4em;
	color: #9a9a9a;
}
/* タグ */
#main .post_meta .tag {
	margin-right: .6em;
}
#main .post_meta .tag:after {
	content: " / ";
	display: inline-block;
	margin-left: .6em;
}
/* 編集画面へのリンク */
#main .post_meta .postEdit {
	width: auto;
	font-size: .75rem;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	border: none;
}
#main .post_meta .postEdit a {
	text-decoration: underline;
	background-color: transparent;
}
#main .post_meta .postEdit a:hover {
	color: #787370;
	text-decoration: none;
}

/*///// アーカイブ /////*/

/* タイトル */
.post .pageTitle {
	margin-bottom: 1.6rem;
}
/*----- メタ -----*/
#main .post_meta {
	margin-bottom: 3.2rem;
	border-top: dashed 1px #ddd;
	border-bottom: dashed 1px #ddd;
}
#main .post_meta li a {
	padding: .6rem 0;
}

/**/
.archive .ancBox {
	font-size: 1em;
	line-height: 3em;
	float: right;
}
@media (max-width: 640px){
	.archive .ancBox {
		float: none;
	}
	.archive .pageTitle.left {
		margin-bottom: 0;
	}
	.archive .pageTitle.left + .ancBox {
		margin: 0 0 3em 1em;
	}
}


/*///// 投稿内容 /////*/
.entry > *:first-child {
	margin-top: 0;
}
/*===== 見出し =====*/
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: .1em;
	font-weight: 500;
}
.entry h1,
.entry h2 {
	margin: 3.2em 0 1.6em;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	color: #333;
}
.entry h3 {
	margin: 3.2em 0 1.6em;
}
.entry h4,
.entry h5,
.entry h6 {
	margin: 1.6em 0 1em;
}

.entry h1 {
	padding: .6em 0;
	font-size: 1.5em;
	line-height: 1.6em;
	border-top: double 3px #ddd;
	border-bottom: double 3px #ddd;
}
.entry h2 {
	padding: .6em 0;
	font-size: 1.25em;
	line-height: 1.5em;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.entry h3 {
	padding-bottom: .6em;
	font-size: 1.125em;
	line-height: 1.5em;
	color: #333;
	border-bottom: solid 3px #8BAC97;
}
.entry h4 {
	display: inline-block;
	padding-bottom: .6em;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.5em;
	border-bottom: solid 1px #8BAC97;
}
.entry h4 + * {
	margin-top: 1rem;
}
.entry h5 {
	padding-left: 1em;
	font-size: 1em;
	line-height: 1.5em;
	border-left: solid 3px #8BAC97;
}
.entry h6 {
	padding-left: 1em;
	font-size: 1em;
	line-height: 1.5em;
	border-left: double 3px #8BAC97;
}
/*===== 段落など =====*/
.entry p {
	margin: 16px 0;
	line-height: 1.4em;
}

.entry a {
	color: #4685cd;
}

.entry strong,
.entry b {
	font-weight: bold;
}
.entry em,
.entry i {
	font-style: italic;
	margin-right: .15em;
	margin-left: .15em;
}
.entry del {
	color: #ccc3be;
}
/*===== テーブル =====*/
.entry table {
	width: 100%;
	border: solid 1px #ddd;
	border-collapse: collapse;
	box-sizing: border-box;
}
.entry table th,
.entry table td {
	padding: .6em 1.2em;
	border: solid 1px #ddd;
	box-sizing: border-box;
}
.entry table th {
	text-align: center;
	color: #fff;
	background-color: #4fa27b;
}
/*===== リスト =====*/
.entry ul,
.entry ol {
	margin: 2em 0;
	padding-left: 1em;
	font-size: 1em;
}
.entry ul ul,
.entry ul ol,
.entry ol ul,
.entry ol ol {
	margin: 0;
}
/* Li */
.entry li {
	padding: 0;
	list-style: none;
}
.entry ul li,
.entry ol li {
	padding: 0;
	margin-bottom: .6em;
	line-height: 1.4em;
}
.entry ul > li,
.entry ol > li {
	margin-top: .6em;
}
/*----- リストマーカー - ul -----*/
.entry ul li {
	position: relative;
	padding-left: 1.6em;
}
.entry ul li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: .4em;
	left: .5em;
	background-color: #666;
	border-radius: 100%;
	box-sizing: border-box;
}
/* 2階層目 */
.entry ul ul li:before {
	background-color: #fff;
	border: solid 1px #666;
}
/* 3階層目以降 */
.entry ul ul ul li:before {
	width: 4px;
	height: 4px;
	top: .5em;
	left: .6em;
}
/*----- リストマーカー - ol -----*/
.entry ol {
	counter-reset: num;
}
.entry ol li {
	position: relative;
	padding-left: 1.6em;
}
.entry ol li:before {
	content: counter(num)".";
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0;
	left: .2em;
}
/* 2階層目 */
.entry ol ol li:before {
	content: counter(num)" )";
	left: 0;
	font-size: .75em;
}
/* 3階層目以降 */
.entry ol ol ol li:before {
	content: counter(num);
	display: block;
	width: 1.6em;
	height: 1.6em;
	position: absolute;
	top: .1em;
	left: 0;
	padding-left: .5px;
	text-align: center;
	font-size: .625em;
	line-height: 1.4em;
	border: solid 1px #666;
	border-radius: 100%;
	box-sizing: border-box;
}
/*===== 引用 =====*/
.entry blockquote {
	width: 100%;
	height: auto;
	padding: 2em;
	margin: 1.6em 0;
	position: relative;
	font-size: 1em;
	border: solid 5px #dbe5d9;
	box-sizing: border-box;
}
.entry blockquote:before,
.entry blockquote:after {
	display: block;
	width: .5em;
	height: .5em;
	position: absolute;
	font-size: 5em;
	line-height: 1em;
	color: #0c642a;
	border: none;
	z-index: 1;
}
.entry blockquote:before {
	content: "\00201c";
	top: 0;
	left: .3em;
	vertical-align: top;
	text-align: left;
}
.entry blockquote:after {
	content: "\00201d";
	bottom: 0;
	right: .3em;
	vertical-align: bottom;
	text-align: right;
}
.entry blockquote > *:first-child {
	margin-top: 0;
}
.entry blockquote > *:last-child {
	margin-bottom: 0;
}
/*===== 罫線 =====*/
.entry hr {
	height: 1px;
	margin: 3.2em 0;
	background: #dbe5d9;
	border: none;
}
/*===== 画像 =====*/
.entry img {
	width: auto;
	max-width: 100%;
	height: auto;
}


/**/
.pageContent.entry {
	margin-bottom: 5em;
	clear: both;
}

/*///////////////////////////////////////
	SIDEBAR
///////////////////////////////////////*/
#sidebar > section,
#sidebar > .sidebar-box {
	margin-bottom: 2.2rem;
	text-align: center;
	/*border-top: solid 3px #0e7933;*/
	border-top: solid 3px #ebde70;
}
/* 見出し */
#sidebar .sectionTitle,
.widgettitle {
	display: inline-block;
	padding: .6em;
	margin-bottom: 1rem;
	color: #f2f2f2;
	font-weight: bold;
	/*border-bottom: solid 1px #0b5925;*/
	border-bottom: dashed 1px #5b8b62;
}

/*===== 検索 =====*/
#searchform {
	padding: 1em 0;
}
#searchform #s {
	width: 100%;
	padding: .4em;
	margin: 0 0 .5em;
	font-size: 1rem;
	color: #fff;
	background: rgba(255,255,255,0.15);
	border: solid 1px #0c6229;
}
#searchform #s:hover,
#searchform #s:focus {
	background: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,0.15);
}
#searchform #searchsubmit {
	display: block;
	width: 100%;
	padding: .6em;
	margin: 0;
	font-size: .875rem;
	letter-spacing: .1em;
	color: #ddd;
	background: #0a5423;
	background: linear-gradient(to bottom, #0b5925 0%,#0a5423 100%);
	border: solid 1px #0e702f;
	border-radius: 5px;
	cursor: pointer;
}
#searchform #searchsubmit:hover {
	background: #0b5925;
}
#searchform #searchsubmit .fa-search:before {
	display: inline-block;
	margin-right: .4em;
}
/* メインエリア内に表示時 */
.noResult #searchform {
	width: 80%;
	padding: 1rem 3rem;
	margin: 0 auto;
}
.noResult #searchform #s {
	color: #333;
}
.noResult #searchform #s:hover,
.noResult #searchform #s:focus {
	background: rgba(255,255,255,0.15);
	border: solid 1px #0c6229;
}

/*===== バナーエリア =====*/
#sidebar .widget_text {
	border-top: none;
}
#sidebar .widget_text .widgettitle {
	display: none;
}

/*===== アドレス =====*/
address {
	padding: 1.6em;
	margin: 0 .6em;
	font-size: .75rem;
	line-height: 1.6em;
	color: #968f8b;
	border: solid 1px #ccc3be;
}
address .name {
	padding-bottom: .6em;
	margin-bottom: .6em;
	font-size: .875rem;
	border-bottom: solid 1px #ccc3be;
}
address .address {
	margin-bottom: .6em;
}


/*///////////////////////////////////////
	FOOTER
///////////////////////////////////////*/
#footer {
	padding: 1rem 0;
	text-align: center;
}
#footer small {
	font-size: .75rem;
	line-height: 1em;
	color: #9bc1a7;
	letter-spacing: .1em;
}
#footer small:before {
	display: inline-block;
	margin-right: .1em;
}

/*===== 表示中のページを編集するためのリンク =====*/
.postEdit {
	margin: 3.2rem 0 0;
	width: 100%;
	font-size: .875rem;
	line-height: 1em;
	border: solid 1px #787370;
	clear: both;
}
.toPageTop + .postEdit {
	margin-top: 1.6em;
}

.postEdit a {
	display: block;
	padding: 1.6rem;
	color: #787370;
	text-align: center;
	text-decoration: none;
	background-color: rgba(120,115,112,.05);
}
.postEdit a:before {
	display: inline-block;
	margin-right: .4em;
}
.postEdit a:hover {
	color: #fff;
	background-color: rgba(120,115,112,.75);
}

/*////// ページの先頭へ /////*/
.toPageTop {
	width: 100%;
	margin-top: 3.2rem;
	text-align: right;
	clear: both;
}
.toPageTop a {
	display: inline-block;
	padding: .6rem;
	color: #9A9A9A;
	font-size: .875rem;
	text-decoration: none;
	line-height: 1.6em;
}
.toPageTop a:hover {
	color: #0b6028;
}
.toPageTop a:after {
	display: inline-block;
	position: relative;
	padding-left: .6em;
}
.toPageTop a:hover:after {
	top: -3px;
}


/*///////////////////////////////////////
	CONTENTS
///////////////////////////////////////*/

/* 	NEWS, TOPICS
///////////////////////////////////////*/
/*///// topics /////*/
#topics {
	width: 100%;
	padding: 0 3em 2em;
	margin-bottom: 1.6rem;
	box-sizing: border-box;
	background-color: #fff;
	border-top: solid 5px #0F8237;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.25);
}
#topics .sectionTitle {
	width: 100%;
	text-align: center;
	letter-spacing: .1em;
}
#topics .sectionTitle:before {
	display: inline-block;
	padding-right: .2em;
}
#topics .newsList li a {
	padding: .6rem 0;
}
/*///// news /////*/
#eventNews,
#news {
	background: #fff;
	border-top: solid 5px #0F8237;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.25);
}

#main .sectionTitle {
	display: inline-block;
	padding: 1.2rem .6rem 1.2rem 1rem;
	margin-bottom: .6em;
	font-size: 1.2rem;
	font-weight: bolder;
	letter-spacing: .02em;
	color: #0b6028;
	border-bottom: solid 1px #C1C1C1;
}
/* ニュースの一覧 */
.newsList > li {
	border-bottom: dotted 1px #C1C1C1;
}
.newsList > li:last-child {
	border-bottom: none;
}
.newsList > li > a {
	display: block;
	padding: 1rem;
	line-height: 1.4em;
}
.newsList li .date {
	display: block;
	margin: 1rem 1rem -.6rem;
	font-size: .75rem;
	line-height: 1em;
	color: #5B5B5B;
}

/* ニュースの一覧内、タグ一覧 */
.tags {
	display: block;
	width: 100%;
	padding: 0 1rem 1rem;
	margin-top: -.4rem;
	text-align: right;
	color: #9a9a9a;
	font-size: .75rem;
	line-height: 1.4em;
}
.tags li {
	display: inline-block;
}
.tags li:before {
	content: ", ";
	display: inline;
}
.tags li:first-of-type {
	margin-left: .4em;
}
.tags li:first-of-type:before {
	content: "";
	display: none;
}

/*///// 重要なお知らせ一覧へのボタン /////*/
#main #topics .sectionTitle + .fa-caret-right {
	position: relative;
	padding: .6rem 0;
	margin: -3.5rem 0 .8rem;
	font-size: .875em;
	color: #0b6028;
	float: right;
	z-index: 1;
}
/* 重要なお知らせ内の日付 */
#topics .newsList li .date {
	display: inline-block;
	margin: 0 0 0 .4rem;
	font-size: .75rem;
	line-height: inherit;
	color: #5B5B5B;
}

/*///// 新着情報一覧へのボタン /////*/
#main .sectionTitle + .fa-caret-right {
	padding: .6rem 1rem .6rem 0;
	margin: .8rem 0;
	font-size: .875em;
	color: #0b6028;
	float: right;
}

.btn_newsList {
	display: block;
	margin: 2.2rem 0;
	text-align: center;
	clear: both;
}
.btn_newsList a {
	display: inline-block;
	padding: 1.2rem 1.6rem 1.2rem 2.2rem;
	margin: 0 .6em;
	color: #fff;
	background: #0f8237;
	background: linear-gradient(to bottom, #0f8237 0%, #0b6028 100%);
}




