@charset "utf-8";

.small {
	font-size: 11px;
}

img {
	max-width: 100%;
	height: auto;
}

.sp-only {
	display: block;
}

.pc-only {
	display: none;
}

@media screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}

	.pc-only {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	header .sp-only {
		display: block;
	}

	header .pc-only {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	header .sp-only {
		display: none;
	}

	header .pc-only {
		display: block;
	}
}

.bold {
	font-weight: bold;
}

main a[target="_blank"]:not(.bnr),
#main-content table a[target="_blank"]:not(.bnr) {
	padding-right: 10px;
	background-image: url(../imgs/common/icon_blank.svg);
	background-size: 12px;
	background-position: right bottom;
}

.entry-content a[target="_blank"]:not(.bnr),
#main-content table a[target="_blank"]:not(.bnr) {
	display: inline-block;
	padding-right: 26px;
	background-position: center right;
}

.entry-content a[target="_blank"].pdf-link,
.entry-content a.pdf-link,
#main-content table a[target="_blank"].pdf-link,
#main-content table a.pdf-link {
	padding-right: 32px;
	background-image: url(../imgs/common/icon_pdf.png);
	background-size: 20px;
	background-position: right bottom;
}

.entry-content a,
#main-content table a {
	color: #3261B8;
	text-decoration: underline;
}

@media screen and (min-width: 1000px) {

	.entry-content a:hover,
	#main-content table a:hover {
		text-decoration: none;
	}
}

/* header */
header {
	background-color: #FFF;
	padding: 15px 0;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}

#logo {
	max-width: 75%;
}

#sitemap-link {
	text-align: right;
}

#sitemap-link a {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}

#sitemap-link a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-width: 4px 6px;
	border-color: transparent transparent transparent #3251B8;
	border-style: solid;
	top: 50%;
	left: -12px;
	transform: translateY(-50%);
}


#logo img,
header,
main,
.slogan-inner h1,
#language-change a,
#picup-nav ul li a,
.a-post a:after,
.a-post a:before,
.btn-topics-list a {
	transition: 0.2s linear;
}

.sub-list a,
#side-link-area-01 a:hover:before,
#side-link-area-01 a:hover:after,
#toTop a {
	transition: 0.1s linear;
}

input::placeholder {
	color: #212121;
}

/* IE */
input:-ms-input-placeholder {
	color: #212121;
}

/* Edge */
input::-ms-input-placeholder {
	color: #212121;
}

input {
	padding: 8px;
}

@media screen and (max-width: 1000px) {
	header {
		height: 86px;
	}

	#logo img {
		max-height: 56px;
	}

	nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #73BED8;
		z-index: -1;
		transform: translateY(-100%);
		opacity: 0;
		transition: opacity 0.5s cubic-bezier(0, 0, 0.1, 1.0),
			transform 0.5s cubic-bezier(0, 1.08, 0, 0.97);
		padding: 75px 0;
		color: #FFF;
	}

	nav.active {
		z-index: 8888;
		transform: translateY(0);
		opacity: 1;
	}

	nav ul.fw-row {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (min-width: 1000px) {
	#logo img {
		max-height: 56px;
	}

	#header-info-area {
		height: 75px;
	}

	header {
		padding-bottom: 0;
		height: 146px;
	}
}

@media screen and (min-width: 1200px) {
	#logo img {
		max-height: 88px;
	}

	#header-info-area {
		height: 105px;
		padding-bottom: 15px;
	}

	header {
		height: 190px;
	}
}

#sp-menu-btn {
	position: fixed;
	z-index: 9999;
	top: 20px;
	right: 20px;
	background-color: #25257C;
	padding: 13px 12px 7px 12px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 21px;
	height: 21px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.menu-trigger span:nth-of-type(3) {
	top: 18px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

.font-resize dl {
	display: flex;
}

.font-resize dl dt {
	margin-right: 14px;
}

.font-resize dl dt span {
	font-size: 12px;
	line-height: 34px;
	display: inline-block;
	font-weight: bold;
}

.font-resize dl dd a {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}

.font-resize dl dd a:first-child {
	border-right: none;
}

#site-search form {
	display: flex;
}

#site-search label {
	display: block;
	width: calc(100% - 34px);
}

#search-form-1,
#search-form-2,
#search-form-3 {
	display: block;
	border-radius: none;
	border: none;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 2px 16px;
	height: 34px;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
}

.entry-content #site-search {
	max-width: 300px;
}

#site-search .search-submit {
	display: block;
	border-radius: none;
	background-color: #25257C;
	border: none;
	border-top: 1px solid #25257C;
	border-right: 1px solid #25257C;
	border-bottom: 1px solid #25257C;
	height: 34px;
	width: 34px;
	background-image: url(../imgs/common/iconmonstr-magnifier-2.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center;
	border-radius: 0 2px 2px 0;
	-webkit-appearance: none;
	appearance: none;
}

.sub-list {
	display: none;
}

@media screen and (max-width: 1000px) {
	#nav-inner {
		height: calc(100vh - 75px);
		overflow-y: scroll;
		padding-bottom: 80px;
	}

	.utility-box {
		margin-bottom: 30px;
	}

	.font-resize dl dt {
		padding-top: 8px;
	}

	.font-resize dl dd a {
		border: 1px solid #ddd;
		padding: 10px 22px;
	}

	.font-resize dl dd a.current {
		background-color: #FFF;
		color: #25257C;
	}

	#site-search .search-submit {
		border-top: 1px solid #DDD;
		border-right: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
	}

	#language-change a {
		display: block;
		background-color: #333;
		color: #7BC4D6;
		padding: 10px 20px;
		text-align: center;
	}

	#language-change a img {
		width: 16px;
		margin-right: 1em;
		margin-top: -2px;
	}

	#global-nav {
		display: block;
	}

	#global-nav li {
		margin: 15px 0;
	}

	#global-nav li a {
		display: inline-block;
		border-left: 1px solid #333;
		padding-left: 15px;
	}

	.pull-down-trigger {
		padding-right: 30px;
	}

	.pull-down-trigger:after {
		content: "";
		display: block;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		width: 8px;
		height: 8px;
		position: absolute;
		top: 20%;
		right: 0;
		transform: rotate(135deg);
	}

	.sub-list {
		margin-top: 15px;
		padding: 5px 1.5em;
		background-color: rgba(255, 255, 255, 0.1);
	}
}

@media screen and (min-width: 1000px) {
	header {
		box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	}

	#utility-area-pc {
		width: calc(100% - 260px);
	}

	.utility-box {
		margin-top: 10px;
	}

	.font-resize {
		margin-right: 3%;
	}

	.font-resize dl dt {}

	.font-resize dl dd a {
		border: 1px solid #ddd;
		padding: 0 6px;
		line-height: 32px;
		width: 58px;
		text-align: center;
		height: 34px;
	}

	.font-resize dl dd a.current {
		color: #FFF;
		background-color: #25257C;
		border: 1px solid #25257C;
	}

	#site-search {
		margin-right: 3%;
	}

	#language-change a {
		display: inline-block;
		background-color: #7BC4D6;
		color: #FFF;
		padding: 6px 40px;
		border: 1px solid #7BC4D6;
		box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
		font-size: 16px;
	}

	#language-change a:hover {
		box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
	}

	#language-change a img {
		width: 18px;
		margin-right: 1em;
		margin-top: -2px;
	}

	nav {
		background-color: #C9E5F2;
		height: 56px;
	}

	#global-nav {
		color: #333;
	}

	#global-nav>li {
		width: calc((100% / 6) - 1px);
		border-left: 1px solid #819bbd;
	}

	#global-nav>li:first-child {
		border: none;
	}

	#global-nav>li>a {
		font-size: 16px;
		text-align: center;
		display: block;
		padding: 0 8px;
		line-height: 56px;
	}

	.pull-down-trigger:after {
		content: "";
		display: block;
		border-top: 1px solid #555;
		border-right: 1px solid #555;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 38%;
		right: 20px;
		transform: rotate(135deg);
	}

	.sub-list {
		position: absolute;
		top: 56px;
		left: 0;
		background-color: #FFF;
		color: #212121;
		padding: 20px 30px;
		font-size: 16px;
	}

	.sub-list li {
		margin: 10px 0;
	}

	.sub-list a {
		display: block;
		padding-left: 20px;
		padding-right: 10px;
		white-space: nowrap;
	}

	.sub-list a:before {
		content: "";
		display: block;
		width: 12px;
		height: 1px;
		background-color: #212121;
		position: absolute;
		top: 45%;
		left: 0;
	}

	.sub-list a:hover {
		color: #FFF;
		background-color: #516691;
	}

	.sub-list a:hover:before {
		background-color: #FFF;
	}
}

@media screen and (min-width: 1200px) {
	nav {
		height: 70px;
	}

	#utility-area-pc {
		width: calc(100% - 400px);
	}

	#site-search {
		margin-right: 3%;
	}

	.utility-box {
		margin-top: 20px;
	}

	#global-nav>li>a {
		font-size: 20px;
		padding: 0 10px;
		line-height: 70px;
	}

	.sub-list {
		top: 70px;
	}

	.sub-list li {
		margin: 10px 0;
	}

	.sub-list a {
		padding-left: 20px;
	}

	.sub-list a:before {
		width: 12px;
	}
}

/* main */
@media screen and (max-width: 1000px) {
	main {
		margin-top: 80px;
	}
}

@media screen and (min-width: 1000px) {
	main {
		margin-top: 146px;
	}

	body:not(.home):not(#index-prev) main {
		margin-top: 196px;
	}
}

@media screen and (min-width: 1200px) {

	/*main {
		margin-top: 190px;
	}
*/
	body:not(.home):not(#index-prev) main {
		margin-top: 240px;
	}
}

/* kv */
#slogan-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.slogan-inner {
	color: #FFF;
	position: absolute;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

body:not(.home):not(#index-prev) #kv-area {
	height: 120px;
	background: url(../imgs/common/kv_kaso.jpg) no-repeat center;
}

@media screen and (max-width: 768px) {
	.slogan-inner h1 {
		font-size: 26px;
	}

	.slogan-inner p {
		font-size: 22px;
	}
}

@media screen and (min-width: 768px) {

	.home #kv-area,
	#index-prev #kv-area {
		height: 21.35vw;
		overflow: hidden;
	}

	#slide-area {
		transform: translateY(-17.44vw)
	}

	.slogan-inner h1 {
		font-size: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.slogan-inner h1 {
		font-size: 40px;
	}

	.slogan-inner p {
		font-size: 22px;
	}

	body:not(.home):not(#index-prev) #kv-area {
		height: 230px;
		background: url(../imgs/common/kv_kaso.jpg) no-repeat center;
	}
}

@media screen and (min-width: 1200px) {
	.slogan-inner h1 {
		font-size: 50px;
	}

	.slogan-inner p {
		font-size: 30px;
	}
}

/* picup-nav */
#picup-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #CCC;
}

/*
#picup-nav ul li:first-child a {
	background-color: #25257C;
	color: #FFF;
}
*/
#picup-nav ul li a span {
	display: inline-block;
	margin-right: 10px;
}

#picup-nav ul li a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #212121;
	border-bottom: 1px solid #212121;
	position: absolute;
	top: 46%;
	right: 10px;
	transform: rotate(-45deg);
}

/*
#picup-nav ul li:first-child a:after {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
*/
@media screen and (max-width: 768px) {
	#picup-nav ul li {
		width: 50%;
	}

	#picup-nav ul li:first-child {
		width: 100%;
	}

	#picup-nav ul li a {
		line-height: 70px;
		font-size: 16px;
	}

	#picup-nav ul li a img {
		height: 20px;
	}

	#picup-nav ul li:first-child a img {
		height: 24px;
	}

	#picup-nav ul li:last-child:before {
		content: "";
		display: block;
		height: 50px;
		width: 1px;
		position: absolute;
		top: 10px;
		background-color: #444;
		z-index: 2;
		left: 0;
	}
}

@media screen and (min-width: 768px) {
	#picup-nav ul {
		padding: 24px 20px;
	}

	#picup-nav ul li {
		width: calc((100% - 20px) / 3);
	}

	#picup-nav ul li:not(:last-child):after {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 50px;
		background-color: #555;
		top: 5px;
		right: -5px;
	}

	#picup-nav ul li a {
		line-height: 60px;
		font-size: 16px;
		box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
	}

	#picup-nav ul li a img {
		height: 20px;
	}

	#picup-nav ul li a:after {
		right: 20px;
	}
}

@media screen and (min-width: 1000px) {
	#picup-nav ul {
		padding: 30px 20px;
	}

	#picup-nav ul li a {
		line-height: 80px;
		font-size: 20px;
	}

	#picup-nav ul li a:hover {
		transform: translateY(-4px);
		box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
	}

	#picup-nav ul li a img {
		height: 24px;
		margin-top: -4px;
	}

	#picup-nav ul li:not(:last-child):after {
		height: 70px;
	}
}

/* main-content */
#content-body,
aside {
	width: calc(100%);
}

#main-content {
	margin-top: 24px;
}

@media screen and (max-width: 1000px) {
	aside {
		margin-top: 60px;
	}
}

@media screen and (min-width: 1000px) {
	#main-content {
		padding: 0 50px;
	}

	#content-body {
		width: calc(100% - 370px);
	}

	aside {
		width: 320px;
	}
}

/* content-body */
h2 {
	border-top: 2px solid #212121;
	border-bottom: 2px solid #212121;
	padding: 16px 0;
	margin-bottom: 16px;
}

.h2-sub {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
}

h3 {
	background-color: #F0F0E1;
	color: #464637;
	padding: 10px 20px;
	margin: 50px 0 25px;
}

section h3:first-child,
section h4:first-child {
	margin-top: 0;
}

h4 {
	margin: 24px 0 10px;
}

section {
	margin-bottom: 60px;
}

.a-post {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.a-post a {
	display: block;
}

.pub-date {
	color: #25257C;
	font-weight: bold;
	font-size: 1.6rem;

	margin-bottom: 20px;
}

.pub-date img {
	width: 20px;
	margin-right: 20px;
	margin-top: -4px;
}

.pub-title {
	font-size: 2.0rem;
	margin-bottom: 10px;
	padding-right: 60px;
}

.pub-sub-title {
	padding-right: 60px;
}

.a-post a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	border-right: 1px solid #212121;
	border-top: 1px solid #212121;
	transform: rotate(45deg) translateY(-50%);
	top: calc(50% + 3px);
	right: 34px;
	z-index: 2;
}

.a-post a:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #212121;
	border-radius: 100%;
	position: absolute;
	border-right: 1px solid #212121;
	border-top: 1px solid #212121;
	transform: rotate(45deg) translateY(-50%);
	top: 50%;
	right: 30px;
	background-color: #FFF;
	z-index: 1;
}

@media screen and (max-width: 1000px) {
	.a-post a:after {
		right: 14px;
		width: 5px;
		height: 5px;
		top: 52.2%;
	}

	.a-post a:before {
		width: 24px;
		height: 24px;
		right: 10px;
	}
}

@media screen and (min-width: 1000px) {
	h2 {
		font-size: 30px;
		padding: 18px 0;
		margin-bottom: 30px;
		line-height: 48px;
	}

	.a-post a:hover .pub-title {
		text-decoration: underline;
	}

	.a-post a:hover:after {
		border-right: 1px solid #FFF;
		border-top: 1px solid #FFF;
	}

	.a-post a:hover:before {
		border: 1px solid #25257C;
		background-color: #25257C;
	}
}

.btn-topics-list {
	text-align: center;
	margin-top: 24px;
}

.btn-topics-list a {
	display: inline-block;
	width: 100%;
	max-width: 450px;
	background-color: #CCCCCC;
	padding: 18px 40px;
	font-weight: bold;
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.btn-topics-list a:hover {
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.btn-topics-list a:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 1px solid #212121;
	border-bottom: 1px solid #212121;
	top: 50%;
	right: 20px;
	transform: rotate(-45deg) translateY(-50%);
}

/* aside */
#side-link-area-01 {
	border-top: 2px solid #25257C;
}

#side-link-area-01 a {
	display: block;
	border-bottom: 1px solid #25257C;
	padding-left: 60px;
	font-size: 20px;
}

#side-link-area-01 a:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #25257C;
	top: 50%;
	transform: translateY(-50%);
}

#side-link-area-01 a:after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	top: 49%;
	transform: rotate(-45deg) translateY(-50%);
	z-index: 2;
}

#side-link-area-02 {
	margin-top: 26px;
	border-bottom: 1px solid #25257C;
}

.a-event-post {
	padding: 24px 0;
	border-top: 1px solid #CCC;
}

.a-event-post .thumb {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 20px;
	background-size: cover;
	background-repeat: no-repeat;
}

.a-event-post .a-event-post-link {
	padding: 0 !important;
	display: block;
}

.a-event-post .thumb-img {
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
}

.a-event-post .thumb-img img {
	width: 100%;
	display: block;
}

.a-event-post .a-event-post-ttl {
	display: block;
	line-height: 1.4;
	font-weight: 600;
	float: none;
}

.side-area-title {
	font-size: 20px;
}

.side-area-title img {
	width: 20px;
	margin-right: 20px;
}

.a-event-post a {
	display: block;
}

.a-event-post:first-child {
	border-top: none;
}

.a-event-post a img {
	float: left;
	width: 80px;
	margin-right: 20px;
}

.a-event-post a span {
	float: left;
	padding-right: 20px;
}

.a-event-post a .thumb+span {
	width: calc(100% - 100px);
}

#ex-bnr-area {
	margin-top: 24px;
}

@media screen and (max-width: 1000px) {
	#side-link-area-01 a {
		padding-top: 22px;
		padding-bottom: 22px;
		padding-left: 36px;
	}

	#side-link-area-01 a:before {
		left: 0px;
	}

	#side-link-area-01 a:after {
		left: 8px;
	}
}

@media screen and (min-width: 1000px) {
	#side-link-area-01 a {
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 60px;
		line-height: 48px;
	}

	#side-link-area-01 a:hover:before {
		left: 30px;
	}

	#side-link-area-01 a:hover:after {
		left: 38px;
	}

	#side-link-area-02 {
		padding-right: 24px;
		padding-left: 24px;
	}

	#side-link-area-01 a:before {
		left: 24px;
	}

	#side-link-area-01 a:after {
		left: 32px;
	}

	#ex-bnr-area {
		padding-left: 24px;
	}

	.a-event-post a:hover span {
		text-decoration: underline;
	}
}

/* footer */
footer {
	margin-top: 30px;
	background-color: #EEE;
	padding-top: 80px;
	padding-bottom: 80px;
}

.footer-menu-box a {
	display: block;
	font-size: 16px;
	border-left: 1px solid;
	padding-left: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.footer-menu-box a.indent-menu {
	border: none;
	font-weight: normal;
	margin-bottom: 10px;
}

#copy {
	text-align: center;
	font-size: 12px;
	margin-top: 60px;
	color: #666;
}

@media screen and (max-width: 768px) {
	.footer-menu-box {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1000px) {
	.footer-menu-box a:hover {
		color: #25257C;
	}
}

#toTop {
	position: fixed;
	width: 44px;
	height: 44px;
	z-index: 10;
	right: 20px;
	bottom: 20px;
	background-color: #25257C;
	border-radius: 2px;
}

#toTop a {
	display: block;
	width: 100%;
	height: 100%;
}

#toTop a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-135deg);
}

@media screen and (min-width: 1000px) {
	#toTop a:hover {
		background-color: #999;
	}
}

/* entry-content */
.entry-content ol {
	padding-left: 1.5em;
	margin: 20px 0;
}

.entry-content ol li {
	list-style-type: decimal;
	margin: 10px 0;
}

.entry-content ul {
	padding-left: 1.5em;
	margin: 20px 0;
}

.entry-content ul li {
	list-style-type: disc;
	margin: 10px 0;
}

body:not(.page) .entry-content p {
	margin: 20px 0;
}

/* pagenation */
#pagenation {
	margin-top: 30px;
}

#pagenation span,
#pagenation a {
	display: inline-block;
	width: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 11px;
	border: 1px solid #25257C;
	margin-right: 10px;
}

#pagenation span {
	color: #25257C;
}

#pagenation a {
	background-color: #25257C;
	color: #FFF;
}

/* topics */
#nendo-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}

.a-nendo {
	margin-right: 5px;
	margin-bottom: 5px;
}

.a-nendo a {
	display: block;
	border: 1px solid #25257C;
	padding: 8px 16px;
}

.a-nendo a.current {
	background-color: #25257C;
	color: #FFF;
}

/* member-list */
.member-list {
	table-layout: auto;
}

.member-list tr th.num,
.member-list tr td.num {
	width: 3em;
	font-size: 12px;
	text-align: center;
}

.member-list tr th,
.member-list tr td {
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.member-list {
		width: auto;
	}

	.member-list tr th,
	.member-list tr td {
		white-space: nowrap;
	}

	.scroll-table {
		overflow-x: scroll;
	}
}

@media screen and (min-width: 768px) {
	.member-list tr th:first-child {
		width: 4.3%;
		min-width: 36px;
	}

	.member-list tr th:nth-child(2) {
		width: 35.7%;
	}

	.member-list tr th:nth-child(3) {
		width: 43.4%;
	}
}

/* event-list */
.event-list a {
	display: block;
	width: 100%;
	height: 100%;
}

.event-list .img-area {
	margin-right: 20px;
}

@media screen and (max-width: 1000px) {
	.event-list .thumb {
		width: 100px;
		height: 100px;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.event-list .info-area {
		width: calc(100% - 120px);
	}
}

@media screen and (min-width: 1000px) {
	.event-list a:hover {
		text-decoration: underline;
	}

	.event-list .info-area {
		width: calc(100% - 160px);
	}

	.event-list .thumb {
		width: 140px;
		height: 140px;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

.event-list a:before,
.event-list a:after {
	display: none;
}

/* sitemap */
.sitemap ul li {}

@media screen and (max-width: 768px) {
	.sitemap ul li {
		width: 40%;
	}

	.sitemap ul li:nth-child(odd) {
		margin-right: 10%;
	}
}

@media screen and (min-width: 768px) {
	.sitemap ul li {
		width: 20%;
		margin-right: 5%;
	}

	.sitemap ul li:nth-child(4n) {
		margin-right: 0;
	}
}

/* alert */
.a-alert {
	margin-bottom: 30px;
}

.alert-head {
	font-size: 2.0rem;
	color: #d43131;
}

.alert-head .date {
	font-size: 1.4rem;
	margin-left: 20px;
}

.alert-head+.alert-lead {
	margin-top: 20px;
}

.alert-lead+.alert-img,
.alert-head+.alert-img {
	margin-top: 20px;
}

@media screen and (min-width: 1000px) {
	.a-alert a:hover * {
		opacity: 0.6;
	}
}

/* 記事内のスタイル */

.post-inner p {
	margin-bottom: 1em;


}

.post-inner a {
	color: #4278BA;


}



.post-inner dl,
.post-inner ol,
.post-inner ul {
	margin-top: 1.5em;
	margin-bottom: 1.2em;
}

.post-inner dd {
	border-left-color: #e5e5e5;
}

.post-inner dd,
.post-inner dt {
	padding: 8px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	margin-bottom: 10px;
}

.post-inner dt {
	border-left-color: #25257C;
}