﻿@charset "utf-8";
body{font-size:1.6rem}
/*====================================

					attach style

====================================*/
.block{display:block !important;}
.inlineblock{display:inline-block !important;}
.inline{display:inline !important;}
.table{display:table !important;width:100%;}
.table > * {display:table-cell;vertical-align:top;}
.fixed{table-layout:fixed;}
.vt{vertical-align:top;}
.font_bold{font-weight:bold !important;}
.font_normal{font-weight:normal !important;}
.indent10{text-indent:1em !important;}
.indent15{text-indent:1.5em !important;}
.indent30{text-indent:3em !important;}
.indent_pgf10{text-indent:1em !important;padding-left:1em !important;}
.indent_pgf15{text-indent:1.5em !important;padding-left:1.5em !important;}
.indent_pgf30{text-indent:3em !important;padding-left:3em !important;}
.flex_around{
	display:flex !important;
	display:-webkit-flex !important;
	-webkit-justify-content: space-around !important;
	justify-content: space-around !important;
	}
.flex_between{
	display:flex !important;
	display:-webkit-flex !important;
	-webkit-justify-content: space-between !important;
	justify-content:space-between !important;
	}
.flex_row{
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
}
.flex_around > li,
.flex_between > li,
.flex_row > li{
	text-indent:0 !important;
}
.row_2[class*="flex"]{-webkit-flex-wrap: wrap !important;flex-wrap: wrap !important;}
.row_2[class*="flex"] > div:nth-child(1n + 3){margin-top:20px;}
.row_2[class*="flex"] > div:nth-child(even){margin-left:50px;margin-right:120px;}
.row_2[class*="flex"] > div:nth-child(odd){margin-right:50px;margin-left:120px;}
.row_4[class*="flex"]{-webkit-flex-wrap: wrap !important;flex-wrap: wrap !important;}
.row_4[class*="flex"] > div:nth-child(1n + 5){margin-top:10px;}
.row_4.flex_row > * {display: inline-block;width: 24%;box-sizing: border-box;}
.mAuto{margin:0 auto;}
.m0{margin:0 !important}
.m10{margin:10px !important}
.m15{margin:15px !important}
.m30{margin:30px !important}
.m50{margin:5em !important}
.mt0{margin-top:0 !important}
.mt10{margin-top:10px !important}
.mt15{margin-top:15px !important}
.mt30{margin-top:30px !important}
.mt50{margin-top:50px!important}
.mr0{margin-right:0 !important}
.mr10{margin-right:10px !important}
.mr15{margin-right:15px !important}
.mr30{margin-right:30px !important}
.mr50{margin-right:50px!important}
.mb0{margin-bottom:0 !important}
.mb10{margin-bottom:10px !important}
.mb15{margin-bottom:15px !important}
.mb30{margin-bottom:30px !important}
.mb50{margin-bottom:50px!important}
.ml0{margin-left:0 !important}
.ml10{margin-left:10px !important}
.ml15{margin-left:15px !important}
.ml30{margin-left:30px !important}
.ml50{margin-left:50px!important}
.p0{padding:0 !important;}
.p10{padding:10px !important;}
.p15{padding:15px !important;}
.p30{padding:30px !important;}
.p50{padding:50px!important;}
.pt0{padding-top:0 !important}
.pt10{padding-top:10px !important}
.pt15{padding-top:15px !important}
.pt30{padding-top:30px !important}
.pt50{padding-top:50px!important}
.pr0{padding-right:0 !important}
.pr10{padding-right:10px !important}
.pr15{padding-right:15px !important}
.pr30{padding-right:30px !important}
.pr50{padding-right:50px!important}
.pb0{padding-bottom:0 !important}
.pb10{padding-bottom:10px !important}
.pb15{padding-bottom:15px !important}
.pb30{padding-bottom:30px !important}
.pb50{padding-bottom:50px!important}
.pl0{padding-left:0 !important}
.pl10{padding-left:10px !important}
.pl15{padding-left:15px !important}
.pl30{padding-left:30px !important}
.pl50{padding-left:50px!important}
.pl15em{padding-left:1.5em;}
.mb0_ > *{margin-bottom:0 !important;}
.mb15_ > *{margin-bottom:.5em !important;}
.boxShadow{box-shadow: 0px 1px 0.5px rgba(0,0,0,0.2);}
.boxShadow2{box-shadow: 0px -1px 0.5px rgba(0,0,0,.5) inset;}
.txt_ind1{padding-left:1em;text-indent: -1em;}
.txt_ind2{padding-left:2em;text-indent: -2em;}
.txt_ind3{padding-left:3em;text-indent: -3em;}
.cf::after{content: "";display:table;clear: both;}

/*====================================

								base style

====================================*/
.bk_logo {
    display: block;
    background: url(../img/general/contents_back_topPage.png) no-repeat bottom center;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(255,255,255,1);
	    z-index: 0;

}
.bk_logo::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255, .6);
    z-index: -1;
}
*{
	line-height:1.6;
	margin:0;
	color:rgba(51,51,51,1.00);
	box-sizing: border-box;
}
*::before,*::after{
	box-sizing: border-box;
}
.contentsArea.oneColumn {
    width: 100%;
    height:auto;
		min-height: calc(100vh - 266px);
    margin: 0 auto 0;
    overflow: hidden;
}
.contentsArea.oneColumn > main{
	width: 1000px;
	height: auto;
	margin:0 auto 30px;
}
.contentsArea.twoColumn{
	width: 1000px;
	min-height: calc(100vh - 266px);
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.contentsArea.twoColumn > main{
	width: 780px;
	height: auto;
	float: right;
	margin-bottom:30px;
}
.contentsArea.twoColumn > nav{
	width: 200px;
	height: auto;
	float: left;}
ul{
	list-style-type:none;padding:0;
	margin:.5em 0;
}
ol{
	margin:.5em 0;
}

.noStyleList {
	padding-left:1em !important;
}
.noStyleList > li{
	list-style-type:none !important;
}
.bracketlist > li{
	text-indent: -3em;
	padding-left: 3em;
}
p{
	margin-top:10px;
	margin-bottom:10px;
}
p,a,li,strong,b,th,td,dt,dd{
	font-size:1.5rem;
}
figcaption,
figcaption > a{
	font-size:1.4rem;
}
figcaption > [class*="Icon_after"] > a::after,
figcaption > a[class*="Icon_after"]::after{
	width: 18px;
	height: 20px;
	margin-left: 5px;
	background-size:contain;
}
a{
	color:rgba(0,88,164,1.00)/*baseColor*/;
}
a:hover{
	opacity:.8;
}
p,li{
	line-height:1.5;
}
.right > li{
	text-align:right;
}
[class*="ul_"]{
	padding-left: 4em;
}
.ul_disc > li{list-style-type:disc;}
.ul_circle > li{list-style-type:circle;}
.ul_square > li{list-style-type:square;}
[class*="_b"] > li{position:relative;top:0;left:0;text-indent:-.5em;list-style-type:none;}
.ul_disc_b > li::before{
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background:rgba(0,88,164,1.00)/*baseColor*/;
	position: relative;
	left: -1rem;
	top: 0%;
	transform: translatey(-30%);
}
.ul_circle_b > li::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255,255,255,1);
    position: relative;
    left: -1rem;
    top: 0%;
    transform: translatey(-30%);
    border: 1px solid rgba(44,131,227,1.00);
}
.ul_square_b > li::before{
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	background: rgba(0,88,164,1.00)/*baseColor*/;
	position: relative;
	left: -1rem;
	top: 0%;
	transform: translatey(-30%);
}
[class*="_count"]{
	counter-reset: num;
}
[class*="_count"] > li{
	text-indent:-.4em;
}
.ol_num_count_b > li::before{
	content:counter(num)".";
	counter-increment:num;
	color:rgba(0,88,164,1.00)/*baseColor*/;
	display: inline-block;
	position: relative;
	left: -.5rem;
	top: 0%;
	transform: translatey(0);
}
.ol_circle_count_b > li{
	text-indent: 0em;
	padding-left: 0px;
}
.ol_circle_count_b > li::before{
	content: counter(num);
	counter-increment: num;
	font-size: 1.4rem;
	color: rgba(0,88,164,1.00)/*baseColor*/;
	display: inline-block;
	position: absolute;
	left: -31px;
	top: 2px;
	transform: translatey(0);
	padding-right: 0;
	width: 2em;
	text-align: center;
	letter-spacing: -2px;
}
.ol_circle_count_b > li::after{
	content: "";
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: absolute;
	left: -26px;
	top: 1px;
	border: 1px solid rgba(44,131,227,.5)/*transparentColor*/;
	border-radius: 100%;
}
.scrl_visible{
	overflow:visible !important;
	height:auto !important;
}
.float_left{
	
}
.float_right{
	float:right !important;
}
.float_left > * {
    float: left;
    margin-right: 2em;
}
dl{
	
}
dt {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 5px;
    padding-left: 3px;
    font-weight: bold;
}
dt::before {
    content: "";
    width: 10px;
    height: 100%;
    background: url(../img/general/icon_h3.png) no-repeat 5px center;
    background-size: auto;
    padding-right: 1.5em;
}
dt::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px dotted;
}
dd{
	padding-left: 27px;
	margin-top:5px;
	margin-bottom: 10px;
}
[class*="heading"]{
	display: table;
	width:100%;
	height:auto;
	letter-spacing: 3px;	
}
[class*="heading"]::before{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
[class*="heading"] + p{
margin-top:0;
}
.wrap{
	width:100%;
	height:auto;
	position:relative;
	top:0;
	left:0;
}
.box {
	width: 1000px;
	height: auto;
	margin: 50px auto 0;
	padding-bottom: 50px;
}
.tagButton {
    border: none;
    background: transparent;
}
.tagButton{
	width:230px;
	height:50px;
	background:#ccc;
	padding: 0;
}
.tagButton > a {
    text-decoration: none;
    display: block;
    padding: 17.5px;
}
.tagButton.membarStyle01{
	background: rgb(245, 247, 199);
	border: 1px solid;
	border-radius: 5px;
}
.tagButton.membarStyle01 > a {
    color: rgba(0,0,0,1);
    display: block;
    letter-spacing: 3px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 11px 0;
    position: relative;
    text-align: center;
}
.tagButton.membarStyle01 > a::after {
    display: inline-block;
    height: 36px;
    font-family: 'icomoon' !important;
    content: "\e902";
    color: rgba(172,148,66,1.00);
    vertical-align: middle;
    position: absolute;
    top: 14px;
    left: auto;
    right: 10px;
    font-size: 14px;
}
.txt_btnArea {
    margin: 0 auto;
    border: 1px solid;
    border-radius: 5px;
    padding: 2em 2em;
}
.txt_btnArea > *{
	display:block;
	margin:0;
}
.txt_btnArea > p{
	float: left;
	margin-left: 80px;
	width: 500px;
	padding: 5px 0;
}
.txt_btnArea > button{
	float: right;
	margin-right: 80px;
}
/*              heading                */
.heading1::before{
	content:"";
}
.heading1{
	font-size: 2.5rem;
	border-left: 3px solid rgba(51,51,51,1)/*darkGray*/;
	padding: 0px 0 0 22px;
	height: auto;
	vertical-align: middle;
	padding-top: 5px;
	line-height: 1;
	margin-top:1em;
	margin-bottom: 10px;
}
.heading1:first-child{
	margin-top:0;
}
.heading2::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 4px;
    /* padding-right: 0.5em; */
    vertical-align: middle;
    background: rgba(0,88,164,1.00)/*baseColor*/;
    margin-top: -1px;
    /* margin-right: 18px; */
    position: absolute;
    left: 10px;
    top: calc(50%);
}
.heading2 {
    font-size: 2.3rem;
    border: 1px solid rgba(204, 204, 204 , 1);
    box-shadow: 0px 1px 3px rgba(204, 204, 204, 1) inset;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 3px 0 0px 30px;
    position: relative;
}
.heading3::before{
	content: "";
	width: 10px;
	height: 100%;
	background: url(../img/general/icon_h3.png) no-repeat 5px center;
	background-size:auto;
	padding-right: 1.5em;
}
.heading3{
	font-size: 1.8rem;
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 5px;
	padding-left: 3px;
}
.heading3::after{
	content: "";
	width: 100%;
	height:1px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px dotted;
}
.heading4::before{
	content: "";
	width: 15px;
	height: 100%;
	background: url(../img/general/icon_h4.png) no-repeat 10px center;
	background-size: auto;
	padding-right: 1.5em;
}
.heading4{
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.heading5::before{
	
}
.heading5{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.heading6{
	font-size: 1.4rem;
}
[class*="heading"] > span{
	font-size:.7em;
	padding-left:3em;
	vertical-align: middle;
}
/*              table                */
table{
	width:100%;
	height:auto;
	border-collapse:collapse;
	border:1px solid rgba(204,204,204,1)/* light Gray*/;
	margin: 1rem 0 1rem;
}
table th{
	border-collapse:inherit;
	border:1px solid rgba(204,204,204,1)/* light Gray*/;
	background:rgba(239,243,248,1)/*thColor*/;
	    padding: 5px .5em;

}
table td{
	border-collapse:inherit;
	border:1px solid rgba(204,204,204,1)/* light Gray*/;
	padding:5px .5em;
}
table tr > * > ul,
table tr > * > ol,
table tr > * > ul li:last-child,
table tr > * > ol li:last-child{
	margin: 0;	
}

table tr > .center{
	text-align:center;
}
table tr > .left{
	text-align:left;
	padding-left: 5px;
}
table tr > .right{
    text-align: right;
    padding-right: 5px;
}
table tr > .color_b{
	color:rgba(44,131,227,1.00)/*baseColor*/ ;
}
table tr > .color_b time{
	color:rgba(44,131,227,1.00)/*baseColor*/ ;
}

table.kankoubutsu{
	border:none;
	width:auto;
}
table.kankoubutsu tr > * {
    border: none;
    text-align: center;
    vertical-align: top;
    width: 250px;
    max-width: 250px;
		padding-left: 0;
}
table.kankoubutsu tr > td{	
	vertical-align: top;
}
table.kankoubutsu tr > * > p{
	margin:0;
	font-size:1.4rem;
}
/*table.kankoubutsu tr:nth-child(n + 2) > *{
	padding-top:6%;
}*/
table.kankoubutsu tr > * > hr {
    height: 1px;
    width: 95%;
    border-width: 0 0 3px 0;
    border-color: rgba(11,71,209,1.00)/*member_baseColor*/;
    margin: 10px auto;
}
table.kankoubutsu tr > * > hr + p {
    font-weight: bold;
    width: 85%;
    min-height: 2.5em;
    height: auto;
    margin: .5em auto 0;
    line-height: 1.2;
}
table.kankoubutsu tr > * > hr + p + span {
    line-height: 1;
    display: inline-block;
    font-size: 1.4rem;
}
table.kankoubutsu + .button_blk{
    text-align: center;	
		margin-top:70px;
}
table.kankoubutsu + .button_blk > a {
    display: inline-block;
    width: 320px;
    background: rgba(85,85,85,1);
    color: #fff;
    padding: 10px 0 10px;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    letter-spacing: 3px;
    position: relative;
    border-radius: 5px;
}
.kankoubutsu img {
    max-width: 170px;
    max-height: 240px;
}
table.small tr > th,
table.small tr > td{
	font-size:1.3rem !important;
	padding: 1em 5px !important;
}
table.freeSize{
	width: auto !important;
}
/*              figure                */
figure figcaption{
	color:rgba(0,88,164,1.00)/*baseColor*/;
	margin:5px auto 0
}
figure{
	display:table;
	width:100%;
}
figure figcaption > p{
	font-size:1.4rem;
}
figure span{
	display:inline-block;
}
figure.left{
	text-align:left;
}
figure.center{
	text-align:center;
}
figure.right{
	text-align:right;
}
.img_twoClumn {
	text-align: center;
}
.img_twoClumn::after{
	content: "";display:table;clear: both;
}
.img_twoClumn > figure{
	display: inline-block;
	width: 50%;
	max-width: 50%;
	height: auto;
	padding: 0 4px;
}
.img_twoClumn > figure:nth-child(even){
	float:right;
}
.img_twoClumn > figure:nth-child(odd){
	float:left;
}
.text_img,
.img_text{
	width:100%;
	height:auto;
}
.text_img::after,
.img_text::after{
	content: "";
	display: table;
	clear: both;
}
.img_text > div{
	float: left;
	margin: 0 1.6rem 1.6rem 0;
}
.text_img > div{
	float: right;
	margin: 0 0 1.6rem 1.6rem;
}
.img_text > div > span,
.text_img > div > span{
	display: block;
	font-size:1.2rem;
	color:rgba(0,88,164,1.00)/*baseColor*/;
	text-align:center;
}
.text_img > p,
.img_text > p{
	text-align:justify;
}

/*              page_anchor                */
.pageAnchorArea .page_anchor > a{
	display: inline-block;
	color: rgba(51,51,51,1);
	text-decoration: none;
	border-bottom: 1px solid rgba(0,88,164,1.00)/*baseColor*/;
	margin-right: 1em;
	margin-bottom: .5em;
	padding-bottom: 0;
	padding-left: 5px;
}
.pageAnchorArea .page_anchor > a::after {
    font-family: 'icomoon';
    font-size: 12px;
    content: "\e900";
    transform: rotate(90deg);
    color: rgba(0,88,164,1.00)/*baseColor*/;
    display: inline-block;
    margin: 0 10px;
}
.pageAnchorArea .anchorBox{
	margin-top: 1em;
}
.pageAnchorArea .anchorBox:last-child{
	margin-bottom: 1em;
	
}
.pageAnchorArea .pageAnchorArea .page_anchor + div > [class*="heading"]{
	margin-top:3em;
}
.pageAnchorArea .pageAnchorArea .page_anchor + div > [class*="heading"] + *{
	margin-left:30px;
}
.pageAnchorArea .anchorBox ul {
    padding: 0 1em 0 0;
}
/*====================================

							base icon

====================================*/
/*  Icon_afterを含むclassを一括管理  */
[class*="Icon_after"] > a::after,
a[class*="Icon_after"]::after{
	display: inline-block;
	content: "";
	background-size: 100% auto;
	background-position: center;
	margin-left: 10px;
	margin-right: 5px;
	vertical-align: middle;
}
/*  Icon_beforeを含むclassを一括管理  */
[class*="Icon_before"] > a::before,
a[class*="Icon_before"]::before{
	display: inline-block;
	content: "";
	background-size: 100% auto;
	background-position: center;
	margin-right: 10px;
	vertical-align: middle;
}

.newIcon_before > p:first-child::before{
	display: inline-block;
	content: "";
	background-size: 100% auto;
	background-position: center;
	vertical-align: middle;
	background: url(../img/general/icon_new.svg) no-repeat;
	width: 58px;
	height: 22px;
}
.fileIcon_after > a::after, a.fileIcon_after::after {
    width: 17px;
    height: 21px;
    background: url(../img/general/icon_file.svg) no-repeat;
    background-size: cover;
}
.pdfIcon_after > a::after, a.pdfIcon_after::after {
    background: url(../img/general/icon_pdf.svg) no-repeat;
    width: 21px;
    height: 20px;
    background-size: 21px;
}
.wordIcon_after > a::after, a.wordIcon_after::after {
    background: url(../img/general/icon_word.svg) no-repeat;
    height: 21px;
    width: 19px;
    background-size: contain;
}
.xlsIcon_after > a::after, a.xlsIcon_after::after {
    background: url(../img/general/icon_xls.svg) no-repeat;
    height: 22px;
    width: 18px;
    background-size: contain;
}
.zipIcon_after > a::after,
a.zipIcon_after::after {
    background: url(../img/general/icon_zip.svg) no-repeat;
    height: 21px;
    width: 21px;
    background-size: contain;
}
.blk_anchor{
	display: block;
	text-align: center;
	margin: 2em 0;
}
.blk_anchor > a{
    display: inline-block;
    background: rgba(85,85,85,1);
    color: #fff;
    padding: 2px 30px 1px;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    letter-spacing: 3px;
    position: relative;
}
a.trans {
	display: inline-block;
}
a.trans::after, .trans > a::after, .trans > li > a::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 19px;
    background: url(../img/general/icon_trans.svg) no-repeat center;
    background-size: 100% auto;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 5px;
}
a.link {
	display: inline-block;
}
a.link::after, .link > a::after, .link > li > a::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 20px;
    background: url(../img/general/icon_link.svg) no-repeat center;
    background-size: 100% auto;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 5px;
}
.triarrowIcon_b.indent{
	display:block;
	text-indent:calc(-2em + -5px);
	padding-left:calc(2em + 5px);
}
.triarrowIcon_b{
	display:block;
	text-indent:-5px;
	padding-left:5px;
}
.triarrowIcon_b::before{
  font-family: 'icomoon';
	font-size: 12px;
  content: "\e903";
	margin-left: 1em;
	margin-right: 1em;
	color:rgba(0,88,164,1.00)/*baseColor*/;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../icomoon/fonts/icomoon.eot?1h67qd');
  src:  url('../icomoon/fonts/icomoon.eot?1h67qd#iefix') format('embedded-opentype'),
    url('../icomoon/fonts/icomoon.ttf?1h67qd') format('truetype'),
    url('../icomoon/fonts/icomoon.woff?1h67qd') format('woff'),
    url('../icomoon/fonts/icomoon.svg?1h67qd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.kankoubutsu .notes_kanko{
	font-size: 1.2rem !important;
}

/*====================================

								header

====================================*/
header{
	width: 100%;
	height: 80px;
	position: inherit;
	top: inherit;
	left: inherit;
	margin: 0 auto;
	background: url(../img/general/header_back_topPage.png) bottom left;
	background-size: cover;
}
header::after {
	content: "";
	display: table;
	clear: both;
}
header > .header_inner{
	width:1000px;
	height:inherit;
	margin:0 auto;
}
header> .header_inner > div {
    width: auto;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-left: 30px;
}
header> .header_inner > div > h1 img{
	width: 370px;
}
header> .header_inner > div.right {
    padding-top: 10px;
    padding-left: 30px;
}
header> .header_inner > div.right > div{
	width:370px;
	float: left;
}
header> .header_inner > div.right > div > ul{
	display: -webkit-flex;
	display: flex;
	width:100%;
	height:30px;
	-webkit-justify-content: space-between; /* Safari */
	-moz-justify-content: space-between; /* Safari */
	-o-justify-content: space-between; /* Safari */
	-ms-justify-content: space-between; /* Safari */
	justify-content:space-between;
		-webkit-align-items:center; /* Safari */
	-moz-align-items:center; /* Safari */
	-o-align-items:center; /* Safari */
	-ms-align-items:center; /* Safari */
	align-items:center;
	margin: 0;
	padding-left:12px;
}
header> .header_inner > div.right > div > ul > li{
	margin: 0;
}
header> .header_inner > div.right > div > ul > li.backHome{

}
header> .header_inner > div.right > div > ul > li.toEn{
	margin-right:10px;
}
header> .header_inner > div.right > div > ul > li.contact > a::before{
	margin-left: 5px;
}
header> .header_inner > div.right > div > ul > li.access > a::before{
	margin-right: 8px;
}
header> .header_inner > div.right > div > ul > li.toEn > a::before{
	margin-right: 10px;
}
header> .header_inner > div.right > div > ul > li > a::before {
    height: 17px;
    display: inline-block;
    font-family: 'icomoon';
    content: "\e900";
    vertical-align: middle;
    margin-right: 5px;
    font-size: 1rem;
    color: rgba(0,88,164,1.00)/*baseColor*/;
}
header> .header_inner > div.right > div > ul > li.toEn > a::before{
	display:none;
}
header> .header_inner > div.right > div > ul > li.backHome > a::before {
    content: "";
    background: url(../img/general/icon_home.png) no-repeat;
    width: 16px;
    height: 19px;
    background-size: contain;
}
header> .header_inner > div.right > div > ul > li > a{
	font-size: 1.3rem;
	text-decoration: none;
	color: rgba(90,90,90,1.00);
	letter-spacing: 1px;
	font-weight: bold;
}
header> .header_inner > div.right > div > ul > li.toEn > a {
    display: inline-block;
    width: 90px;
    height: auto;
    background: rgba(249,249,249,1.00);
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
    border: 1px solid rgba(146,146,146,1.00);
    padding: 0px 0;
    letter-spacing: normal;
}
header> .header_inner > div.right form > span{
	display: block;
	height: 35px;
	width: 290px;
	position: relative;
	top: 0;
	left: 0;
	margin: 7px 0 0 10px;
}
header> .header_inner > div.right form > span > input{
	width: 100%;
	height: inherit;
	box-shadow: none;
	border: 1px solid rgba(51,51,51,0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-indent: 1em;
	letter-spacing: 2px;
	font-size: 1.5rem;
}
header> .header_inner > div.right form > span > button{
	width: 70px;
	height: inherit;
	font-weight: normal;
	font-size: 1.6rem;
	position: absolute;
	top: 0;
	left: auto;
	z-index: 2;
	right: 0;
	color: rgba(255,255,255,1);
	background: rgba(153,153,153,1.00);
	border-color: transparent;
}
header> .header_inner > div.right a.toMembers {
    display: inline-block;
    width: 170px;
    height: 53px;
    background-color: rgba(230,246,252,1.00);
    font-size: 1.8rem;
    text-align: center;
    color: rgba(0,88,164,1.00)/*baseColor*/;
    font-weight: bold;
    border: 1px solid rgba(0,88,164,1.00)/*baseColor*/;
    text-decoration: none;
    padding: 12px 0 8px;
    float: right;
    margin-top: 5px;
    margin-right: 0;
}
header> .header_inner > div.right a.toMembers::before {
    display: inline-block;
    font-family: 'icomoon';
    content: "\e910";
    vertical-align: middle;
    margin-right: 4px;
    font-size: 1.6rem;
    color: rgba(0,88,164,1.00)/*baseColor*/;
    width: 20px;
    height: 28px;
    -webkit-transform: scale(1.1, 1);
    -moz-transform: scale(1.1, 1);
    -ms-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
}
header> .header_inner > div.right a.toMembers::after {
    display: inline-block;
    font-family: 'icomoon';
    content: "\e902";
    vertical-align: middle;
    margin-left: 12px;
    font-size: 1.3rem;
    color: rgba(0,88,164,1.00)/*baseColor*/;
}
div#currentTitle {
    width: 100%;
    height: 50px;
    border-width: 0 0 3px 0;
    border-style: solid;
    border-color: rgba(0,88,164,1.00)/*baseColor*/;
    background: rgba(255,255,255,1) url(../img/general/bar01.png);
}
div#currentTitle > h1 {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    color: rgba(0,88,164,1.00);
    text-align: center;
    font-size: 2.9rem;
    padding: 2px 0;
    letter-spacing: 6px;
}
#search {
    width: 290px;
    height: 2.6rem;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 2px;
    margin-left: 70px;
}
#input_t{
	width: 220px;
	height: 2.6rem;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	text-indent:1em;
	font-size:1.4rem;
	vertical-align:middle;
}
input_t[placeholder]{
	color:#ddd;
}
#input_s{
	font-size:1.3rem;
	color: rgba(255,255,255,1);
	background: rgba(153,153,153,1.00);
	border-color: transparent;
	width: 70px;
	height: 2.6rem;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:auto;
	right:0;
	z-index: 2;
	
}
/*====================================

								nav

====================================*/
nav {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(204,204,204,1)/* light Gray*/ transparent;
	background:rgba(255,255,255,1);
}
nav .navTab{
	width: 1000px;
	height: 40px;
	display: table;
	margin:0 auto;
}
nav .navTab > li:first-child{
	border-width:0 1px 0 1px;
}
nav .navTab > li {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: rgba(151,151,151,1.00);
		    padding-top: 3px;
}
nav .navTab > li:nth-child(1){
	width:210px
}
nav .navTab > li:nth-child(2){
	width:210px
}
nav .navTab > li:nth-child(3){
	width:210px
}
nav .navTab > li:nth-child(4){
	width:185px
}
nav .navTab > li:nth-child(5){
	width:185px
}
nav .navTab > li.active{
	overflow: visible;
	position:relative;
	opacity:.8;
}
nav .navTab > li > span{
	display: block;
	width: 100%;
	height: inherit;
	color:rgba(0,88,164,1.00)/*baseColor*/;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 0;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	position:relative;
	top:0;
	left:0;

}
nav .navTab > li:nth-child(1) > span::after, nav .navTab > li:nth-child(2) > span::after, nav .navTab > li:nth-child(3) > span::after {
    content: "\e901";
    font-family: 'icomoon' !important;
    font-size: 1.8rem;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg) scale(.9);
    position: absolute;
    left: auto;
    top: calc(50% - 14px );
    right: 6px;
}
nav .navTab > li > a {
    font-size:1.8rem;
    text-decoration: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: block;
    font-weight: bold;
}
nav .navTab > li:hover{
	opacity:.8;
}

nav .rollAccordion{
	display: block;
	width: 1000px;
	height: auto;
	position: absolute;
	top: 55px;
	left: 0;
	right:0;
	margin:0 auto;
}
nav .rollAccordion > li {
    width: 100%;
    min-width: 70%;
    height: auto;
    background: rgba(255,255,255,1);
    border: 3px solid rgba(0,88,164,1.00);
    padding:10px 1em 10px;
    position: absolute;
    top: 0;
    display: none;
    z-index: 9999;
}
nav .rollAccordion > li[class*="gnav"]{
	left:0;
	right:0;
	margin:0 auto;
}
nav .rollAccordion > li[class*="gnav"]::before {
	content: "\e903";
	font-family: 'icomoon' !important;
	display: inline-block;
	color: rgba(0,88,164,1.00)/*baseColor*/;
	position:absolute;
	transform: rotate(-90deg) scale(1.4,1);
	font-size: 2.5rem;
	top: -28px;
}
nav .rollAccordion > li.gnav1::before {
    left: 100px;
}
nav .rollAccordion > li.gnav2::before{
    left: 305px;
}
nav .rollAccordion > li.gnav3::before{
    left: 515px;
}
nav .rollAccordion > li > ul{
	margin:0 !important;
}
nav .rollAccordion > li > ul > li {
    display: table;
    width: calc(33.333% - 2.5em);
    height: 2em;
    min-height: 2em;
    margin: 0 .5em;
    position: relative;
    top: 0;
    left: 0;
    float: left;
}
nav .rollAccordion > li > ul:hover{
	cursor:default;
}
nav .rollAccordion > li > ul > li > a {
    display: table-cell;
    width: 100%;
    height: 100%;
    color: rgba(51,51,51,1)/*darkGray*/;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 1em;
}
nav .rollAccordion > li > ul > li > a::before {
    content: "\e901";
    font-size: 1.5rem;
    font-family: 'icomoon' !important;
    color: rgba(0,88,164,1.00)/*baseColor*/;
    margin-right: 10px;
    vertical-align: middle;
    height: 27px;
    display: inline-block;
}
.navClose {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 5px 10px;
    position: absolute;
    top: auto;
    bottom: 5px;
    left: auto;
    right: 5px;
    background: rgba(204,204,204,.2);
}
.navClose::after{
	font-family: 'icomoon' !important;
  content: "\e915";
	vertical-align: middle;
    color: rgba(0,88,164,1.00)/*baseColor*/;
}
.navClose:hover{
	cursor:pointer;
}
/*====================================

						パンくず

====================================*/
.breadcrumb {
	width:1000px;
	height:auto;
	margin: 10px auto 10px;
}
.breadcrumb > span::before{
	content:">";
	margin:0 1em;
}
.breadcrumb > span:first-child::before{
	content:"";
	display:none;
}
.breadcrumb > span,
.breadcrumb > span > a{
	font-size:1.4rem !important;
}
/*====================================

						container

====================================*/

section.news,
section.documents {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: rgba(255,255,255,0);
	border-radius: 6px;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
section.news h2,
section.documents h2{
	font-size: 2.8rem;
	border-left: 3px solid rgba(51,51,51,1)/*darkGray*/;
	padding-left: 1em;
	letter-spacing: 5px;
	padding: 7px 0 3px 1em;
	line-height: 1;
}
section.news > ul,
section.documents > ul{
	width: 100%;
	height: 245px;
	overflow: hidden;
	overflow-y: auto;
	margin: 0;
}
section.news > ul.scroll,
section.documents > ul.scroll{
	overflow-y: scroll;
}
section.news > ul.scroll::-webkit-scrollbar,
section.documents > ul.scroll::-webkit-scrollbar{
	height:10px;
}
section.news > ul.scroll::-webkit-scrollbar-track,
section.documents > ul.scroll::-webkit-scrollbar-track{
	background:#dddddd;
}
section.news > ul.scroll::-webkit-scrollbar-thumb,
section.documents > ul.scroll::-webkit-scrollbar-thumb{
	background:#2cc2e4;
}
.scroll{overflow-x:scroll;}
.scroll::-webkit-scrollbar{height:10px;}/*バーの太さ*/
.scroll::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.scroll::-webkit-scrollbar-thumb{background:#2cc2e4;}/*バーの色*/
section.news > ul  li,
section.documents > ul li{
	display: table;
	width: 94%;
	height: auto;
	padding: 5px 0;
	margin:0;
	border-bottom: 1px solid rgba(220,220,220,.50);
}
section.news ul  li > *,
section.documents ul li > *{
	display:table-cell;
}
section.news ul  li > time,
section.documents ul  li > time{
	width: 15%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
section.news ul  li > div,
section.documents ul  li > div{
	width: 82%;
}
section.news ul  li > div > *,
section.documents ul  li > div > *{
	margin-bottom:0;
	margin-top: 0;
}
section.news ul  li > div > p > a,
section.documents ul  li > div > p >a{
font-weight:normal;
}
.heading1 + section.list{
	margin-top:-25px;
}
.heading2 + section.list{
	margin-top:-10px;
}
section.list > ul{
    width: 100%;
    height: auto;
    margin: 0;
}
section.list > ul li {
    display: block;
    width: 100%;
    height: auto;
    font-weight: bold;
    padding: 10px 10px 10px;
    margin: 0;
    border-bottom: 2px dashed rgba(117,117,117,1);
}
section.list > ul li > *{
	display:block;
}
section.list > ul li > p{
	margin-bottom:.5em;
}
section.list > ul li > time{
	width: 18%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
section.list > ul li > div{
	width: 82%;
	font-weight: bold;
}
section.list > ul li > div > *{
	margin-bottom:0;
}
.archivePanel > *{
	width:25%;
	text-align:center;
	float:left;
}
.archivePanel > * > a,
.archivePanel > * + * > a{
	background:#c58;
	display:block;
	margin:0 0 0 -5px
}
.archivePanel > *:nth-child(1) > a,
.archivePanel > *:nth-child(4n + 5) > a{
	background:#ccc;
	margin:0;
}

.archivePanel > * > a{
}
.archive {
    flex-wrap: wrap;
    display: flex;
    margin-top: 0;
    margin-bottom: 30px;
}
.archive > li {
    width: 180px;
    margin-left:20px;
		margin-bottom:10px;
		box-shadow: 0px 1px 0.5px rgba(0,0,0,0.2);
}
.archive > li > a {
    display: inline-block;
    width: 180px;
    text-align: center;
    color: inherit;
    line-height: 1;
    border: 1px solid rgba(204,204,204,1);
    padding: 8px 0px 4px;
    text-decoration: none;
    font-size: 2.2rem;
    letter-spacing: 1px;
}
.archive > li.active a{
    background: #fceca6;
    background: -moz-linear-gradient(top, #fceca6 1%, #fde471 100%);
    background: -webkit-linear-gradient(top, #fceca6 1%,#fde471 100%);
    background: linear-gradient(to bottom, #fceca6 1%,#fde471 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceca6', endColorstr='#fde471',GradientType=0 );
}
.archive > li.active a:hover{
	opacity:1;
}
.archive > li:first-child,
.archive > li:nth-child(4n + 1) {
    margin-left:0;
}
.archive_list{
	display:none;
}

/*====================================

							side nav 							

====================================*/
.contentsArea nav{
	background:transparent;
	border:none;
}
.sideNav_a ,
.sideNav_banner{
	background:rgba(255,255,255,1);
}
.sideNav_banner{
	
}
.sideNav_a > ul {
	margin: 0;
	border-bottom: 1px solid rgba(0,88,164,1.00)/*baseColor*/;
}
.sideNav_a > ul > li {
    margin: 0;
    height: auto;
    text-align: center;
    border-top: 1px solid rgba(0,88,164,1.00)/*baseColor*/;
    min-height: 39px;
    position: relative;
    top: 0;
    left: 0;
}
.sideNav_a > ul > li > span > a::before {
    font-family: 'icomoon' !important;
    content: "\e903";
    color: rgba(0,88,164,1.00)/*baseColor*/;
    position: absolute;
    left: 5px;
    top: calc(50% - 6px);
    font-size: 12px;
}
.sideNav_a > ul > li.active > span > a{
	background:rgba(44,131,227,.2)/*transparentColor*/;
	color: rgba(0,88,164,1.00)/*baseColor*/;
	font-weight: bold;
}
.sideNav_a > ul > li.active > span > a:hover{
	opacity:1;
}
.sideNav_a > ul > li.active > span > a::before{
    transform: rotate(90deg);
    transform-origin: left;
		font-size: 10px;
    margin-left: 5px;
		top: calc(50% - 10px);
}
.sideNav_a > ul > li span{
	position:relative;
	top:0;
	left:0;
}
.sideNav_a > ul > li span > a {
    text-decoration: none;
    display: block;
    text-align: left;
    line-height: 1.2;
    color: rgba(51,51,51,1);
    padding: 10px 0em 10px 1.5em;
    position: relative;
    top: 0;
    left: 0;
}
.sideNav_a .nav_second {
	margin: 0;
}
.sideNav_a .nav_second > li{
	height: auto;
	min-height: 2em;
	margin:0;
	border-top: 1px dotted rgba(0,88,164,1.00)/*baseColor*/;
	position:relative;
	top:0;
	left:0;
}
.sideNav_a .nav_second > li:first-child{
	border-top: 1px solid rgba(0,88,164,1.00)/*baseColor*/;
}
.sideNav_a .nav_second > li > span > a {
    font-size: 1.4rem;
    padding: 10px 1em 10px 2em;
    text-align: left;
    padding-left: 3em;
    text-indent: -0.5em;
}
.sideNav_a .nav_second > li.nest_s > span > a{
   padding-left: 4em;
}
.sideNav_a .nav_second > li > span > a::before {
    display: inline-block;
    font-family: 'icomoon' !important;
    content: "\e90b";
    color: rgba(0,88,164,1.00)/*baseColor*/;
    margin-right: 5px;
    font-size: 10px;
    transform: scale(.7);
}
.sideNav_a .nav_second > li.nest_s > span > a::before {
    transform: scale(0.6);
}
.sideNav_a > ul > li > .nav_second > li{
	display:none;
}
.sideNav_a > ul > li.active > .nav_second > li{
	display:block;
}
.sideNav_a > ul > li.active > .nav_second > li.nest_active > span > a {
    background: rgba(44,131,227,.1)/*transparentColor*/;
    color: rgba(0,88,164,1.00)/*baseColor*/;
    font-weight: bold;
}
.sideNav_a > ul > li.active > .nav_second > li > span > a{
	opacity:.8;
}
.sideNav_a > ul > li.active > .nav_second > li > span > a:hover{
	opacity:.8;
}
.sideNav_a > ul > li.active > .nav_second > li > ul {
    margin: 0;
}
.sideNav_a > ul > li.active > .nav_second > li > ul > li{
		height: auto;
    min-height: 2em;
    margin: 0;
    border-top: 1px dotted rgba(0,88,164,1.00)/*baseColor*/;
    position: relative;
    top: 0;
    left: 0;
}
.sideNav_a > ul > li.active > .nav_second > li > ul > li > span > a {
    font-size: 1.4rem;
    opacity: .8;
    padding-left: 3em;
}
.sideNav_a > ul > li.active > .nav_second > li > ul > li.nest_active > span > a{
    background: rgba(44,131,227,.1)/*transparentColor*/;
    color: rgba(0,88,164,1.00)/*baseColor*/;
    font-weight: bold;
}
.sideNav_a > ul > li.active > .nav_second > li > ul > li > span > a::before{
			display: inline-block;
    font-family: 'icomoon' !important;
    content: "\e90b";
    color: rgba(0,88,164,1.00)/*baseColor*/;
    margin-right: 5px;
    font-size: 10px;
    transform: scale(.7);
}
/*====================================

					Footer Area

====================================*/
footer{
	width: 100%;
	height: 50px;
	background:rgba(0,88,164,1.00)/*baseColor*/;
}
footer > .footer_inner{
	width:1000px;
	height:inherit;
	margin:0 auto;
}
footer > .footer_inner > *{
	width:50%;
	float:left;
}
footer > .footer_inner > ul {
    display: table;
    width: 46%;
    height: inherit;
    margin: 0;
}

footer > .footer_inner > ul > li {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    margin: 0;
    padding-left: 14px;
}
footer > .footer_inner > ul > li:first-child{
	padding-left:0;
}
footer > .footer_inner > ul > li > a {
    text-decoration: none;
    color: rgba(255,255,255,1);
    font-size: 1.4rem;
}
footer > .footer_inner > ul > li > a::before {
    font-family: 'icomoon' !important;
    content: "\e900";
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    font-size: 1rem;
    margin-right: 8px;
}
footer > .footer_inner > small {
    width: 54%;
    color: rgba(255,255,255,1);
    font-size: 1.2rem;
    text-align: right;
    padding: 18px 0 0px;
}
.pagetop {
    display: block;
    text-align: right;
}
.pagetop > a {
    text-decoration: none;
    border-bottom: 1px solid;
    padding: 0 3px;
}
.pagetop > a::after {
    font-family: 'icomoon' !important;
    content: "\e903";
    display: inline-block;
    transform: scale(.8) rotate(-90deg);
    margin-left: 5px;
}


#upToTop {
    font-family: 'icomoon' !important;
    content: "\e901";
    display: inline-block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: auto;
    bottom: 0;
    background: rgba(239,239,239,1.00);
    left: auto;
    right: calc((100vw - 1150px) / 2);
    text-decoration: none;
}
#upToTop::before {
    font-family: 'icomoon' !important;
    content: "\e900";
    display: block;
    font-size: 3rem;
    text-decoration: none;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: rotate(-90deg);
}
#upToTop.atach{
	bottom: 70px;
}
@media all and (min-width:1400px){
header{
	background-size: 100% auto;
}
}

/*  modal 2020.07 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 760px;
    background: #fff;
    padding: 56px;
    color: #333;
    text-align: center;
}

.modal_inner h2 {
    font-size: 2.3rem;
    color: #0058a4;
}

.modal_inner p {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2;
}

.modal_inner .modal_q {
    color: #0058a4;
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 45px;
}

.modal_inner .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.modal_inner .btn a {
    text-align: center;
    width: 230px;
    height: 68px;
    line-height: 68px;
    cursor: pointer;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    font-size: 2.3rem;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}

.modal_inner .btn a svg {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}

.modal_inner .btn #yes {
    background: #0058a4;
    color: #fff;
    margin-right: 40px;
}

.modal_inner .btn #yes .cls-1 {
    fill: #fff;
}

.modal_inner .btn #no {
    background: #fff;
    border: 1px solid #ccc;
    color: #0058a4;
    box-sizing: border-box;
}

.modal_inner .btn #no .cls-1 {
    fill: #0058a4;
}

