@charset "utf-8";
/* CSS Document */

/* ---reset------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,section,nav,header,footer{margin:0;padding:0;}ul li,ol li {list-style:none;} h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}input,textarea,select{ font-family: inherit;font-size:inherit; font-weight:inherit;}input,textarea,select{ *font-size:100%;}a img { border:none;}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
/* ---common----------------------------------------- */
/* -------------------------------------------------- */
.cf:before,.cf:after {content: " "; display: table;}.cf:after {clear: both;}.cf {*zoom: 1;}
.alpha a:hover img {opacity: 0.8;filter: alpha(opacity=80);-ms-filter: "alpha(opacity=80)";}
img {border: 0px; vertical-align: bottom;}

#pagetop {margin:0 auto;width:100%; max-width:1100px;position: fixed;right: 0;bottom: 5%;left:0;text-align: right;z-index:999;}
#pagetop a {color: #FFF;text-align: center;font-size: 0.75em;text-decoration: none;border-radius: 6px; }
#pagetop a:hover {opacity: 0.8;-ms-filter: "alpha(opacity=80)";filter: alpha(opacity=80);}
/*pagetop float*/


/*.ggmap {position: relative;padding-bottom: 75%;padding-top: 30px;height: 0;overflow: hidden;}
.ggmap iframe,
.ggmap object,
.ggmap embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}*/

.brsp {display:none;}

.pc {display: block;} 
.sp {display: none;}

a:link {
	color: #4B720C;
	text-decoration: none;
}
a:visited {
	color: #4B720C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}

img {
	vertical-align: middle;
}
.flexBox {
	display:-webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	}

.inner {
	margin:0 auto;
	width: 100%;
	max-width: 1000px;
}

.read {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 1em;
	text-align: left;
}

.txtR {
	color: #B22C00;
	font-weight: bold;
}

.txtB {
	color: #00A3D9;
	font-weight: bold;
}

.txtO {
	color: #FF7F00;
	font-weight: bold;
}


body{
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	-webkit-text-size-adjust: none;
	font-family:Lato, Meiryo, "メイリオ", 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	line-height: 1.2em;
}

.page_top{
	height:auto;
	background-image:none;
}

header{
	width: 100%;
}

header .inner {
	margin: 30px auto 36px;
}

header .header_sub {
	margin:0;
	padding: 4px 0;
	background: url("image/header_bg.png") repeat;
}

header .header_sub .inner {
	margin:0 auto;
	padding: 0;
}

header .w_box {
	margin-right: 30px;
	padding: 3px 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
}

header .headerLogo {
	padding-right: 30px;
	border-right: 1px solid #eeeeee;
}

nav.sub_nav {
	margin: auto 0;
}

nav.sub_nav ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
}

nav.sub_nav ul li {
	margin: auto 10px auto 0;
	padding: 0em 0.3em 0.3em 1.3em;
	position: relative;
	top:0;
	bottom:0;
}

nav.sub_nav ul li::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top:0.2em;
	left:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #000000;
}

nav.sub_nav ul li.noneLi::before {
	position: absolute;
	top:0;
	border-color: transparent;
}

nav.globalMenu {
	width: 100%;
	font-size: 16px;
	background-color: #113459;
}

nav.globalMenu > ul {
	margin: 0 auto 0;
	width: 100%;
	max-width: 970px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

nav.globalMenu > ul > li {
	position: relative;
	display: block;
}

nav.globalMenu > ul > li::after {
	margin:auto 0;
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	bottom: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #FFFFFF transparent transparent transparent;
}

nav.globalMenu a {
	padding: 17px 0 15px;
	display: block;
	color: #FFFFFF;
}

#global-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 999;
}

#headerSlider .sliderItem {
	width:100%;
	max-width: 1000px;
}

.main{
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

h2 {
    margin: 0 auto 25px;
    padding: 50px 0 0 0;
    width: 100%;
    font-size: 24px;
    line-height: 100%;
    padding-bottom: 0.1em;
    letter-spacing: 0.1em;
    text-align: left;
    border-bottom: 1px solid #999999;
}

h2.title {
	width: 100%;
	max-width: 1000px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

h2.nonBorderh2 {
	text-align: center;
	border-bottom: none;
}

/*h2.title span {
	position:relative;
	display: inline-block;
}

h2.title span::before {
	content: "";
	width: 100%;
	height: 100%;
	border-bottom:3px solid #615750;
	position: absolute;
	top: 0.5px;

}

div.service h2 {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
	

}

h2.title span.rightTxt {
	position: inherit;
	display: inline;
}

h2.title span.rightTxt::before {
	content: "";
	width: auto;
	height: auto;
	border-bottom: none;
}*/

/*information*/
.informationArea {
	width: 100%;
	margin-bottom: 60px;
}

.informationArea ul.infoBox {
	width: 100%;
}

.informationArea .mgBtn {
	margin: 30px auto 0;
	padding: 4px;
	width:100%;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1em;
	background-color: #FF9326;
	border-radius: 5px;
}

.informationArea .mgBtn a {
	display: block;
	padding: 16px 0 12px;
	color: #FFFFFF;
}

ul.infoBox li ul {
	width: 100%;
	color: #222222;
	text-align: left;
}
ul.infoBox > li {
	width: 30%;
	margin: 0 10px 30px;
}

ul.infoBox li ul li.infoTag {
	margin: 0 auto 3px;
	padding: 4px 0;
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 2px;
}

ul.infoBox li ul li.tag01 {/*Information*/
	background-color: #FF8000;
}

ul.infoBox li ul li.tag02 {/*Event*/
	background-color: #9326FF;
}

ul.infoBox li ul li.tag03 {/*FYI*/
	background-color: #D93600;
}

ul.infoBox li ul li.tag04 {/*Research*/
	background-color: #4DA6FF;
}

ul.infoBox li ul li.tag05 {/*Assessment*/
	background-color: #85B200;
}


ul.infoBox li ul li.infoPhoto img {
	width: 100%;
}

ul.infoBox li ul li.infoData {
	margin: 9px 0 8px 0;
	width: 100%;
}

ul.infoBox li ul li.infoText {
	margin-top: 10px;
	width: 100%;
}
ul.infoBox li ul li.infoText span {
	margin-top: 11px;
	font-size: 16px;
}
ul.infoBox li ul li.infoText img {
	margin-right: 8px;
}

ul.infoBox li ul li .title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin-bottom: 1em;
}

ul.infoBox > li span.moreBtn {
	padding: 0.5em 1em;
	width: auto;
	background-color: #FF8800;
	border-radius: 5px;
}

ul.infoBox > li span.moreBtn a {
	padding: 0.5em 1em;
	color: #FFFFFF;
}

/*MessageArea*/
.messageArea {
	padding-bottom: 80px;
	background-color: #EEEEEE;
}

.messageArea .messagePhoto {
	width: 318px;
}

.messageArea .messageText {
	margin-top: 12px;
	text-align: left;
	color: #444444;
}

.messageArea .messageBox {
	width: 635px;
	text-align: left;
	font-size: 16px;
	line-height: 130%
}

.messageArea .messageBox p + p {
	margin-top: 18px;
}

.navi , .navi a , .next_navi , .next_navi a {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: #FFFFFF;
	opacity: 0;
	text-decoration: none;
}

.page_title , .page_title h1 {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: #FFFFFF;
	opacity: 0;
}

.headerBox {
	width: 100%;
	background-color: #666666;
}

.headerBox h2 {
	margin: 0 auto;
	padding: 50px 0 43px;
	width: 100%;
	max-width: 1000px;
	text-align: left;
	font-size: 27px;
	color: #FFFFFF;
	border: none;
}

.headerBox .headerImageBox {
	width: 100%;
	height: 343px;

}
.headerImageBox .inner {
	height: 100%;
	position: relative;
}
.headerImageBox .inner img {
	margin: auto 0;
	position: absolute;
	top:0;
	right: 0;
	bottom:0;
}

.mgArea {
	padding: 3px 0 41px;
	font-weight: bold;
	font-size: 17px;
	color: #444444;
	line-height: 2em;
}

.mgArea .mg3 {
	margin: 0 1px;
	width:33%;
	color: #666666;
	text-align: left;
}

.mgArea .mg100 {
	position: relative;
	margin: 65px auto 0;
	padding: 25px 0 28px;
	width: 100%;
	font-size: 22px;
	color: #666666;
	background-color: #EEEEEE;
	border:3px solid #615750;
	border-radius: 5px;
}

.mgArea .mg100::before {
	margin: 0 auto;
	position: absolute;
	top: -50px;
	right:0;
	left: 0;
	width: 35px;
	height: 25px;
	content: "";
	background: url(image/mg_triangle@2x.png) no-repeat;
	background-size: 37px 25px;
}

.mgArea .mgBtn {
	margin: 60px auto 0;
	padding: 4px;
	width:100%;
	font-size: 24px;
	line-height: 1em;
	background-color: #FF9326;
	border-radius: 5px;
}

.mgArea .mgBtn a {
	display: block;
	padding: 16px 0 12px;
	color: #FFFFFF;
}


.aoArea {
	background-color: #EEEEEE;
}

.aoArea .ao30 {
	margin-bottom: 30px;
	width: 32%;
	line-height: 1.3em;
}

.aoArea .w_box {
	padding: 10px 10px 3px;
	min-height: 80px;
	text-align: center;
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	border-radius: 5px;
}

footer {
	margin: 0 auto;
	padding: 84px 0 76px;
	color: #ffffff;
	background-color: #000000;
}

footer .footerLogo {
	margin: 0 auto;
	width: 500px;
}

footer .footerNavArea {
	margin: 54px 0;
}

footer .footerNav1 > ul {
	margin: 40px auto 10px 0;
	width: 100%;
}

footer .footerNav1 li {
	position: relative;
}

footer .footerNav1 li::before {
	margin: auto 0;
	padding-right: 5px;
	width: 11px;
	height: 8px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: url("image/footer_triangle@2x.png") no-repeat;
	background-size: 11px 8px;
}

footer .footerNav1 a {
	width: 100%;
	margin: 0 1px 0;
	font-size: 16px;
	padding: 6px 20px 6px 10px;
}

footer .footerNav2 {
	margin: 6px auto 0;
	width: 90%;
	font-size: 16px;
	text-align: center;
}

footer .footerNav2 li {
	margin:40px 10px 0;
}

footer a , footer a:visited , footer a:link {
	display: block;
	color: #ffffff;
}

footer small {
	font-size: 16px;
}

.fix-header {
	padding: 12px 0 2px;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: -118px;
    left: 0;
    text-align: center;
    color: #fff;
	background-color: #113459;
    opacity: 0;
    z-index: 1000;
}

/*page*/

div.page {
	margin: 90px 0 100px;
	text-align: left;
}

.page .pageH3 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 23px;
	color: #46008C;
}

.page .pageH4 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #46008C;
}

.page .resourcesBox {
	padding: 24px 28px 20px;
	width: 47%;
	font-size: 22px;
	line-height: 1.4em;
	background-color: #F3F3F3;
}

.page .textBox p {
	font-size: 22px;
	line-height: 1.2em;
}

.page .textBox p + p {
	margin-top: 25px;
}

.page .resPhoto {
	width: 340px;
}
.tableArea {
	width: 100%;
}

.tableArea th {
	padding: 12px 0 12px 15px;
	font-weight: normal;
	text-align: left;
	background-color: #F2F2F2;
	border: 1px solid #666666;
}
.tableArea td {
	padding: 12px 0 12px 15px;
	border: 1px solid #666666;
}

.tableArea input[type="text"]{
	width:250px;
}

@media screen and (max-width: 572px) {
	.pc {display: none;}
	.sp {display: inherit;}
}

@media screen and (max-width: 768px) {
	.pc {display: none;}
	.sp {display: block;}
}
