@charset "utf-8";
/* CSS Document */
/*
===================================================
0.base format
===================================================
*/
html {
    font-size: 62.5%;/*62.5%=10px*/
}
body {
    font-size: 1.6rem;/*16px*/
    color: #fff;
    background: #333;
}
header,footer,h1,h2,h3,ol,ul,li,form,input,p,div {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
ul,ol {
    list-style: none;
}
/*
===================================================
1.index.html
===================================================
*/
#TopIndex {
	width: 830px;
	margin: 20px auto 0;
}
.headA {
	width: 100%;
}
.headA h1 {
	width: 200px;
	float: left;
}
.search {
	width: 550px;
	float: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search li {
	display: inline-block;
	font-size: 2.8rem;
	padding-right: 10px;
}
.search li a {
	color: #fff;
	transition: all 300ms 0s ease;
}
.search li a:hover {
	opacity: 0.7;
}
.srch-b {
	background: #333;
	border: solid 1px #fff;
	color: #fff;
	padding: 8px;
	border-radius: 5px;
	width: 200px;
}
.s-btn {
	padding: 8px 12px;
	background: #009245;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all 300ms 0s ease;
}
.s-btn:hover {
	opacity: 0.7;
}
.submenu {
	float: left;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}
.submenu ul {
	float: right;
}
.submenu li {
	display: inline-block;
	padding: 0 8px;
	border-right: solid 1px #fff;
	font-size: 1.2rem;
}
.submenu li:last-child {
	border-right: none;
}
.submenu li a {
	color: #fff;
	text-decoration: none;
	transition: all 300ms 0s ease;
}
.submenu li a:hover {
	opacity: 0.7;
}
li.large {
	font-size: 2.0rem;
	font-weight: bold;
}
.mainmenu1 {
	float: left;
	width: 100%;
	margin-top: 8px;
	font-family: 'Noto Sans JP', sans-serif;
}
.mainmenu1 ul {
	float: left;
	width: inherit;
}
.mainmenu1 li {
	width: calc(100% / 4);
	float: left;
	box-sizing: border-box;
	text-align: center;
	border-right: solid 1px #fff;
	background: #009245;
	transition: all 300ms 0s ease;
}
.mainmenu1 li:last-child{
	border-right: none;
}
.mainmenu1 li:hover {
	opacity: 0.7;
}
.mainmenu1 a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 0;
}
.mainmenu2 {
	float: left;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}
.mainmenu2 ul {
	float: left;
	width: inherit;
	padding: 10px 0;
}
.mainmenu2 li {
	width: calc(100% / 5);
	float: left;
	box-sizing: border-box;
	text-align: center;
	border-right: solid 1px #fff;
	font-size: 1.4rem;
}
.mainmenu2 li:last-child {
	border-right: none;
}
.mainmenu2 a {
	color: #fff;
	text-decoration: none;
	position: relative;
}
.mainmenu2 a::after {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: 0;
	transition: all 300ms 0s ease;
}
.mainmenu2 a:hover::after {
	width: 100%;
}
.slide {
	width: 570px;
	float: left;
	margin-top: 2em;
}
.sidebnA {
	float: left;
	margin-top: 2em;
	margin-left: 13px;
}
a.bnbA {
	width: 247px;
	height: 46px;
	display: block;
	box-sizing: border-box;
	border: solid 4px #fff;
	margin-top: 5px;
	border-radius: 3px;
	text-align: center;
	font-size: 1.4rem;
	padding-top: 8px;
	color: #fff;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
}
.bnbA li{
	position: relative;
}
.bnbA li::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	bottom: 6px;
	right: 20px;
}
/*.bnbA li::before {
	font-family: FontAwesome;
	font-size: 3.0rem;
	content: "\f518";
	position: absolute;
	left: 20px;
	top: -5px;
}*/
.bnbA li::before {
	content:"";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../img/book-open.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-right: 0.5em;
}
.bnbA {
	transition: all 300ms 0s ease;
}
.bnbA:hover {
	opacity: 0.7;
}
/*
--- ↓ここから一時リンク無効化 ---
*/
a.bnbA_InvalidLink {
	width: 247px;
	height: 46px;
	display: block;
	box-sizing: border-box;
	border: solid 4px #666;
	margin-top: 5px;
	border-radius: 3px;
	text-align: center;
	font-size: 1.4rem;
	padding-top: 8px;
	color: #666;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	pointer-events:none;
}
.bnbA_InvalidLink li{
	position: relative;
}
.bnbA_InvalidLink li::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	transform: rotate(45deg);
	bottom: 5px;
	right: 20px;
}
.bnbA_InvalidLink li::before {
	font-family: FontAwesome;
	font-size: 3.0rem;
	content: "\f518";
	position: absolute;
	left: 20px;
	top: -5px;
}
/*
--- ↑ここまで一時リンク無効化 ---
*/
.conA1 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
}
.conA1 p {
	margin: 12px 0;
}
.conA1 a {
	color: #fff;
	text-decoration: none;
}
.conA1 a:hover {
	color: #009245;
	text-decoration: underline;
}
.impI a {
	color: #ff206e;
	text-decoration: none;
}
.impI a:hover {
	text-decoration: underline;
	color: #fff;
}
.link_bunner_area {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.newp {
	float: left;
	width: 50%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #A3A3A3;
}
p.section-title {
	position: relative;
	margin-bottom: 16px;
}
p.section-title::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 1px;
	box-sizing: border-box;
	border-top: solid 1px #A3A3A3;
	top: 12px;
	left: 210px;
}
.newp p {
	position: relative;
	margin-bottom: 16px;
}
.newp p::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 1px;
	box-sizing: border-box;
	border-top: solid 1px #A3A3A3;
	top: 12px;
	left: 210px;
}

.newt{
	float: left;
	width: 50%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #A3A3A3;
}
.newt p {
	position: relative;
	margin-bottom: 16px;
}
.newt p::after {
	content: "";
	position: absolute;
	width: 260px;
	height: 1px;
	box-sizing: border-box;
	border-top: solid 1px #A3A3A3;
	top: 12px;
	left: 150px;
}
#info-news {
	height: 350px;
	width: 95%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	background: rgba(34,34,34,0.5);
	overflow: auto;
	overflow-x: hidden;
}
#topic-news {
	height: 420px;
	width: 98.7%;
	padding-left: 10px;
	box-sizing: border-box;
	background: rgba(34,34,34,0.5);
	overflow: auto;
	overflow-x: hidden;
}
#info-news {
	height: 665px;
}
.newsarea {
	width: 380px;
	font-size: 1.3rem;
}
.newparea {
	width: 360px;
	font-size: 1.4rem;
}
table.newparea {
	float: left;
}
.newsarea img {
	display: inline-block;
}
.newsarea a {
	color: #fff;
	text-decoration: none;
}
.newsarea a:hover {
	color: #009245;
}
.new_kugiri_ue {
	border-bottom: dotted 2px #555;
}
.new_nakami a {
	color: #fff;
	text-decoration: none;
}
.new_nakami a:hover {
	color: #009245;
}
.newparea a {
	color: #6f9;
	text-decoration: none;
}
.newparea a:hover {
	color: #fff;
}
.newparea .new_day,
.newsarea .new_day {
	color: #A3A3A3;
}
.newparea .new_nakami {
	color: #A3A3A3;
}

.news-item {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc; /* new_kugiri_ueの代替 */
}
.news-date {
    display: inline-block;
    width: 60px;
    font-weight: bold;
    color: #555;
}
.news-item p {
    margin: 5px 0;
    font-size: 1.3rem;
    line-height: 1.5;
}
.news-item p a {
	color: #6f9;
}

.sidebnB {
	width: 100%;
	float: left;
}
.sidebnB ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 15px 0;
}
.sidebnB li {
	margin: 3px 0;
	transition: all 300ms 0s ease;
}
.sidebnB li:hover {
	opacity: 0.7;
}
.footer {
	float: left;
	width: 100%;
	margin-top: 30px;
	font-family: 'Noto Sans JP', sans-serif;
}
.footer ul {
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
	background: #009245;
}
.footer li {
	font-size: 1.3rem;
}
.footer li a {
	color: #fff;
	text-decoration: none;
	transition: all 300ms 0s ease;
}
.footer li a:hover {
	opacity: 0.7;
}
.footer p {
	text-align: center;
	margin: 10px 0;
	font-size: 1.3rem;
	color: #A3A3A3;
}
.tweet_div {
	color: #333;
	font-size: 1.3rem;
}
.tweet_div table {
	width: 370px;
	height: auto;
}
.feed table {
	height: 500px;
}