@charset "utf-8";
@media print {
/* ==============================================================
   #リセット
   ============================================================== */
    body {
	-webkit-print-color-adjust: exact;
}
body,
html {
	color: #212121;
	font-family: "Roboto", "Noto Sans JP" , "Hiragino Kaku Gothic ProN" , "Hiragino Kaku Gothic Pro" , メイリオ , Meiryo , sans-serif ;
	box-sizing: border-box;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	word-break: break-word;
}
html {
	font-size: 62.5%;
}
html.f-large {
	font-size: 80%;
}
body {
	font-size: 1pc;
	font-size: 16px;
}
    .sp-only {display: none;}
    .pc-only {display: block;}

*,
:after,
:before {
	box-sizing: border-box;
	position: relative;
}

:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit
}
* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

audio:not([controls]) {
	display: none;
	height: 0
}
hr {
	overflow: visible
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}
small {
	font-size: 80%
}
[hidden], template {
display:none
}
abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none
}
a {
	background-color: transparent!important;
	-webkit-text-decoration-skip: objects
}
a:active,
a:hover {
	outline-width: 0
}
code,
kbd,
pre,
samp {
	font-family: monospace
}
b,
strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;!important
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
address,
i {
	font-style: normal
}


/* ==============================================================
   #クリアフィックス
   ============================================================== */
.cf:after,
.cf:before {
	content: "";
	display: table
}
.cf:after {
	clear: both
}
.cf {
*zoom:1
}
/* ==============================================================
   #リンク
   ============================================================== */
a {
	color: inherit;
	text-decoration: none;
}
a:visited {
}
a:hover {
}
/* ==============================================================
   #見出し
   ============================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin:0;
	padding:0;
}
h1,
h2 {
	font-size: 22px;
}
/* ==============================================================
   #本文
   ============================================================== */
p {
	line-height: 1.8;
	font-size:16px;
}
	p {
		font-size:16px;
	}
	p {
		font-size:16px;
	}

/* ==============================================================
   テキスト
   ============================================================== */
strong {
	font-weight: 600;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
/* ==============================================================
   #リスト
   ============================================================== */
ul,
ol {
	margin:0;
	padding: 0;
	list-style: none;
}
ul li,
ol li {
}
ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}
ul.fw-list {
	list-style: disc;
}
ol.fw-list {
	list-style: decimal;
}
ul.fw-list li,
ol.fw-list li {
	margin-left: 1.5em;
}
/* ==============================================================
   #画像
   ============================================================== */
img {
	border: 0;
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
/* ==============================================================
   #テーブル
   ============================================================== */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	table-layout: fixed;
}
theader {
}
tbody {
}
tfooter {
}
th,



td {
	border: transparent solid 1px;
	border-color: #CCC;
	padding: 10px;
}
th {
	background-color: #EEE!important;
	font-size: 15px;
}
td {
	font-size: 15px;
}
    
/* ==============================================================
   #レイアウト
   ============================================================== */
.fw-container {
	min-width: 320px;
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}
.fw-container {
	padding-right: 20px;
	padding-left: 20px;
}
[class*="fw-col-"] {
 padding-right: 20px;
 padding-left: 20px;
}
.fw-row {
	margin-right: -20px;
	margin-left: -20px;
}
.fw-no-gutter > .fw-row {
	margin-right: 0;
	margin-left: 0;
}
.fw-no-gutter > .fw-row > [class*="fw-col-"] {
 padding-right: 0;
 padding-left: 0;
}

	.fw-container {
		/*width: calc(90% - 80px + 4%);*/
		width: 100%;
	}
	.fw-container,
	[class*="fw-col-"] {
	 padding-right: 20px;
	 padding-left: 20px;
	}
	.fw-row {
		margin-right: -20px;
		margin-left: -20px;
	}
	.fw-container,
	 [class*="fw-col-"] {
	 padding-right: 20px;
	 padding-left: 20px;
	}
	.fw-row {
		margin-right: -20px;
		margin-left: -20px;
	}
/* ==============================================================
   #カラム設定
   ============================================================== */
.fw-row {
	display: flex;
	flex-wrap: wrap;
}
.reverse {
	flex-direction: row-reverse;
}
.vertical-reverse {
	flex-direction: column-reverse;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   スマートフォン（最小）
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
 [class*="fw-col-"] {
 flex-grow: 1;
 width: 100%;
}
.fw-col-100 {
	flex-basis: 100%;
	max-width: 100%;
}
.fw-col-90 {
	flex-basis: 90%;
	max-width: 90%;
}
.fw-col-83 {
	flex-basis: 83.3333%;
	max-width: 83.3333%;
}
.fw-col-80 {
	flex-basis: 80%;
	max-width: 80%;
}
.fw-col-75 {
	flex-basis: 75%;
	max-width: 75%;
}
.fw-col-70 {
	flex-basis: 70%;
	max-width: 70%;
}
.fw-col-66 {
	flex-basis: 66.6666%;
	max-width: 66.6666%;
}
.fw-col-60 {
	flex-basis: 60%;
	max-width: 60%;
}
.fw-col-50 {
	flex-basis: 50%;
	max-width: 50%;
}
.fw-col-40 {
	flex-basis: 40%;
	max-width: 40%;
}
.fw-col-33 {
	flex-basis: 33.33337%;
	max-width: 33.33337%;
}
.fw-col-30 {
	flex-basis: 30%;
	max-width: 30%;
}
.fw-col-25 {
	flex-basis: 25%;
	max-width: 25%;
}
.fw-col-20 {
	flex-basis: 20%;
	max-width: 20%;
}
.fw-col-16 {
	flex-basis: 16.66667%;
	max-width: 16.66667%;
}
.fw-col-10 {
	flex-basis: 10%;
	max-width: 10%;
}
.fw-start {
	justify-content: flex-start;
}
.fw-center {
	justify-content: center;
}
.fw-end {
	justify-content: flex-end;
}
.fw-top {
	align-items: flex-start;
}
.fw-middle {
	align-items: center;
}
.fw-bottom {
	align-items: flex-end;
}
.fw-stretch {
	align-items: stretch;
}
.fw-around {
	justify-content: space-around;
}
.fw-between {
	justify-content: space-between;
}
.fw-first {
	order: -1;
}
.fw-last {
	order: 1;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	タブレット（横768px以上）
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.fw-col-100-md {
	flex-basis: 100%;
	max-width: 100%;
}
.fw-col-90-md {
	flex-basis: 90%;
	max-width: 90%;

}
.fw-col-83-md {
	flex-basis: 83.33337%;
	max-width: 83.33337%;
}
.fw-col-80-md {
	flex-basis: 80%;
	max-width: 80%;
}
.fw-col-75-md {
	flex-basis: 75%;
	max-width: 75%;
}
.fw-col-70-md {
	flex-basis: 70%;
	max-width: 70%;
}
.fw-col-66-md {
	flex-basis: 66.66667%;
	max-width: 66.66667%;
}
.fw-col-60-md {
	flex-basis: 60%;
	max-width: 60%;
}
.fw-col-50-md {
	flex-basis: 50%;
	max-width: 50%;
}
.fw-col-40-md {
	flex-basis: 40%;
	max-width: 40%;
}
.fw-col-33-md {
	flex-basis: 33.33337%;
	max-width: 33.33337%;
}
.fw-col-30-md {
	flex-basis: 30%;
	max-width: 30%;
}
.fw-col-25-md {
	flex-basis: 25%;
	max-width: 25%;
}
.fw-col-20-md {
	flex-basis: 20%;
	max-width: 20%;
}
.fw-col-16-md {
	flex-basis: 16.66667%;
	max-width: 16.66667%;
}
.fw-col-10-md {
	flex-basis: 10%;
	max-width: 10%;
}
.fw-col-hidden-md {
	display: none;
	visibility: hidden;
}
.fw-start-md {
	justify-content: flex-start;
}
.fw-center-md {
	justify-content: center;
}
.fw-end-md {
	justify-content: flex-end;
}
.fw-top-md {
	align-items: flex-start;
}
.fw-middle-md {
	align-items: center;
}
.fw-bottom-md {
	align-items: flex-end;
}
.fw-stretch-md {
	align-items: stretch;
}
.fw-around-md {
	justify-content: space-around;
}
.fw-between-md {
	justify-content: space-between;
}
.fw-first-md {
	order: -1;
}
.fw-last-md {
	order: 1;
}
    
/* ==============================================================
   #ナビゲーション設定
   ============================================================== */
.fw-navi {
	margin: auto;
}
.fw-navi {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}
.fw-navi > li {
	cursor: pointer;
	flex-grow: 1;
	margin: 0;
}
.fw-navi > li > a {
	display: block;
}
/* ==============================================================
   #Youtube埋込
   ============================================================== */
.fw-youtube {
	position: relative;
	width: 100%;
	margin: auto;
	padding-top: 75%;
}
.fw-youtube.sq {
	background-color: #222!important;
	border-radius: 6px;
	padding-top: 100%;
	overflow: hidden;
	z-index: 2;
}
.fw-youtube iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;


	top: 0;
	right: 0;

}




	.visible-lg { 
		display: none !important;
	}

	.visible-md {
		display: none !important; /* 768px以上は消える */
	}
    
	.visible-sm{
		display: none !important; /* 481px以上は消える */
	}
	.hidden-sp{
		display: none !important; /* 0～767pxは消える */
	}

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

.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;
}

/* header */
header {
	background-color: #FFF!important;
	padding: 15px 0;
	/*position: fixed;*/
    position:relative;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}
#logo {
	width: 40%;
}
#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;
}


	#logo img {max-height: 56px;}
	#header-info-area {height: 75px;}
	header {padding-bottom: 0;height: 146px;}

#sp-menu-btn {
	display: none;
}
.font-resize utility-box {width: 20%;}
.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: 11px;
	font-weight: bold;
}
.font-resize dl dd a:first-child {
	border-right: none;
}
#site-search {width: 25%;}
#site-search form {display: flex;}
#site-search label {
	display: block;
}
#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: 30%;
}
#site-search .search-submit {
	display: block;
	border-radius: none;
	background-color: #3D5585!important;
	border: none;
	border-top: 1px solid #3D5585;
	border-right: 1px solid #3D5585;
	border-bottom: 1px solid #3D5585;
	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;}


	header {box-shadow: 10px 10px 20px rgba(0,0,0,0.2);}
    #utility-area-pc {width: 68%;display: none;}
	.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: #3D5585!important;
		border: 1px solid #3D5585;
	}
	#site-search {margin-right: 3%;}
	#language-change {width: 20%;}
	#language-change a {
		display: inline-block;
		background-color: #3D5585!important;
		color: #FFF;
		padding: 6px 20px;
		border: 1px solid #3D5585;
		box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.2);
		font-size: 16px;
	}
	#language-change a img {
		width: 18px;
		margin-right: 1em;
		margin-top: -2px;
	}
	nav {
		background-color: #3D5585!important;
		height: 56px;
	}
	#global-nav {color: #FFF;}
	#global-nav > li {
		width: 16.5%;
		border-left: 1px solid #6075A2;
	}
	#global-nav > li:first-child {border: none;}
	#global-nav > li > a {
		font-size: 12px;
		text-align: center;
		display: block;
		padding: 0 8px;
		line-height: 56px;
	}
	.pull-down-trigger:after {
		content: "";
		display: block;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
		width: 5px;
		height: 5px;
		position: absolute;
		top: 38%;
		right: 10px;
		transform: rotate(135deg);
	}
	.sub-list {
		position: absolute;
		top: 56px;
		left: 0;
		background-color: #FFF!important;
		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!important;
		position: absolute;
		top: 45%;
		left: 0;
	}
	.sub-list a:hover {
		color: #FFF;
		background-color: #516691!important;
	}
	.sub-list a:hover:before {
		background-color: #FFF!important;
	}


/* main */


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

/* kv */
#slogan-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3)!important;
}
.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;
    }


	.home #kv-area,
	#index-prev #kv-area {
		height: 21.35vw;
		overflow: hidden;
	}
	#slide-area {transform: translateY(-17.44vw)}
    .slogan-inner h1 {font-size: 30px;}
    

    .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;
    }


/* picup-nav */
#picup-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #CCC!important;
}
#picup-nav ul li:first-child a {
	background-color: #3D5585!important;
	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;
}


    #picup-nav ul {
    	padding: 24px 20px;
    }
    #picup-nav ul li {
    	width: 32%;
    }
    #picup-nav ul li:not(:last-child):after {
    	content: "";
    	display: block;
    	position: absolute;
    	width: 1px;
    	height: 50px;
    	background-color: #555!important;
    	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;}


    #picup-nav ul {
    	padding: 30px 20px;
    }
    #picup-nav ul li a {
    	line-height: 60px;
    	font-size: 16px;
    }
    #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: 50px;}
    

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


    #main-content {padding: 0 25px;}
	#content-body {
		width: 75%;
	}
	aside {width: 23%}


/* content-body */
h2 {
	border-top: 2px solid #212121;
	border-bottom: 2px solid #212121;
	padding: 8px 0;
	margin-bottom: 16px;
}
.h2-sub {
	display: block;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 5px;
}
h3 {
	background-color: #F0F0E1!important;
	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: #3260B8;
	font-weight: bold;
	font-size: 16px;

	margin-bottom: 20px;
}
.pub-date img {
	width: 20px;
	margin-right: 20px;
	margin-top: -4px;
}
.pub-title {
	font-size: 16px;
	margin-bottom: 10px;
	padding-right: 60px;
}
.pub-sub-title {padding-right: 60px;}
.a-post a:after {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	border-right: 1px solid #212121;
	border-top: 1px solid #212121;
	transform: rotate(45deg) translateY(-50%);
	top: calc(50% + 3px);
	right: 4px;
	z-index: 2;
}
.a-post a:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	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: 0;
	background-color: #FFF!important;
	z-index: 1;
}


	h2 {
		font-size: 20px;
		padding: 9px 0;
		margin-bottom: 30px;
		line-height: 32px;
	}
	.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 #3D5585;
		background-color: #3D5585!important;
	}

.btn-topics-list {
	text-align: center;
	margin-top: 24px;
}
.btn-topics-list a {
	display: inline-block;
	width: 100%;
	max-width: 450px;
	background-color: #CCCCCC!important;
	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 #3D5585;
}
#side-link-area-01 a {
	display: block;
	border-bottom: 1px solid #3D5585;
	padding-left: 60px;
	font-size: 12px;
}
#side-link-area-01 a:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #3D5585!important;
	top: 50%;
	transform: translateY(-50%);
}
#side-link-area-01 a:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 2px;
	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 #3D5585;
}
.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;
}
.side-area-title {font-size: 12px;}
.side-area-title img {
	width: 10px;
	margin-right: 10px;
}
.a-event-post a {display: block;}
.a-event-post:first-child {border-top: none;}
.a-event-post a img {
	float: left;
	width: 20%;
	margin-right: 10px;
}
.a-event-post a span {
	float: left;
	padding-right: 20px;
}
.a-event-post a .thumb + span {width: 80%;}
#ex-bnr-area {margin-top: 24px;}



	#side-link-area-01 a {
		padding-top: 18px;
		padding-bottom: 18px;
	    padding-left: 20px;
	    line-height: 1.5;
	}
	#side-link-area-01 a:hover:before {left: 30px;}
	#side-link-area-01 a:hover:after {left: 38px;}
	#side-link-area-02 {
		padding-right: 0;
		padding-left: 0;
	}
	#side-link-area-01 a:before {
		left: 0px;
	}
	#side-link-area-01 a:after {
		left: 6px;
	}
	#ex-bnr-area {padding-left: 24px;}

    

/* footer */
footer {
	margin-top: 30px;
	background-color: #EEE!important;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-menu-box a {
	display: block;
	font-size: 12px;
	border-left: 1px solid;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.footer-menu-box a.indent-menu {
	border: none;
	font-weight: normal;
	margin-bottom: 5px;
}
#copy {
	text-align: center;
	font-size: 12px;
	margin-top: 60px;
	color: #666;
}

#toTop {
	display: none;
}


/* 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 #3d5585;
	margin-right: 10px;
}
#pagenation span {color: #3d5585;}
#pagenation a {
	background-color: #3d5585!important;
	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 #3d5585;
    padding: 8px 16px;
}
.a-nendo a.current {
	background-color: #3d5585!important;
	color: #FFF;
}

/* member-list */
.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: 16px;
}

/* event-list */
.event-list a {
	display: block;
	width: 100%;
	height: 100%;
}
.event-list .img-area {margin-right: 20px;}


.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 {
}

.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: 20px;
	color: #d43131;
}
.alert-head .date {
	font-size: 14px;
	margin-left: 20px;
}
.alert-head + .alert-lead {margin-top: 20px;}
.alert-lead + .alert-img,
.alert-head + .alert-img {margin-top: 20px;}
