@charset "utf-8";
*{
	box-sizing: border-box;
	font-family: 'Arial',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
	font-weight: 500;
	font-size: 14px;
	word-break: break-all;
	word-break: break-word;
}
html.modalOpen{
	overflow: hidden;
	height: 100%;
}
body{
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
body.modalOpen{
	overflow-x: hidden;
}
ul, ol{
	list-style: none;
}
img {
	max-width: 100%;
}
a{
	cursor: pointer;
	color: #000;
	text-decoration: none;
}
a:hover{
	opacity: 0.8;
}
strong{
	font-weight: 700;
}
.pc_none{
	display: none;
}
.sp_none{
	display: block;
}
.min-device_only{
	display: none;
}
.objectfit-cover-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;';
}
.objectfit-cover-img img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;';
}

.objectfit-contain-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.objectfit-contain-img img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.wrap{
	width: 100%;
	max-width: 1630px;
	margin: 0 auto;
	background: url('../images/backgroundimage.png'),url('../images/backgroundimage.png');
	background-repeat: no-repeat repeat;
	background-position: top left, top right;
}
.innerArea{
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}
.innerArea02{
	max-width: 700px;
	margin: 0 auto;
	background-color: #fff;
}

@media print, screen and (max-width: 767px) {
	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
	.wrap{
		width: 100%;
		background: transparent;
	}
	.innerArea{
		width: 100%;
		padding: 0 15px;
	}
	.innerAreaSp{
		background-image: url('../images/backgroundimage.png');
    background-repeat: no-repeat repeat;
    background-position: top center;
		padding: 0 36px;
	}
	.innerArea02{
		width: 100%;
		padding: 0 36px;
		background-color: transparent;
	}
}

@media print, screen and (max-width: 374px) {
	.min-device_only{
		display: block;
	}
}


/*
**モーダルCSS**
*/
.modalOpen{
	overflow: hidden;
	height: 100%;
}
.modalArea {
  display: none;
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.modalWrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform:translate(-50%,0);
  width: 100%;
  height: 100%;
  max-width: 960px;
  padding: 70px 30px;
  background-color: #13369B;
}
.modalContents{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.modalContents ul{
	text-align: center;
	list-style: none;
}
.modalContents ul li{
	margin-bottom: 30px;
}
.modalContents ul li a{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
@media print, screen and (max-width: 767px) {
	.modalWrapper {
		padding: 80px 20px;
		height: auto;
	}
	.modalContents{
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0,0);
	}
}

.closeModal{
  cursor: pointer;
}
.closeModal:hover{
	opacity: 0.8;
}
svg {
  fill: currentColor;
}

/*
**header**
*/
header{
	position: relative;
	width: 100%;
	height: 640px;
	max-width: 960px;
	margin: 0 auto;
	background-color: #fff;
}
div:not(.homeWrap) header{
	height: 200px;
	background-color: transparent;
}
header .txtBox01{
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2;
}
header .txtBox01 h2{
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
}
header .txtBox01 h2 span{
	font-size: 39px;
	font-weight: 700;
}
header .txtBox01 h3{
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}
header .txtBox01 h3{

}
header .txtBox02{
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 2;
}
header .txtBox02 h2{
	font-size: 29px;
	font-weight: 700;
}
header .txtBox02 h2 span{
	font-size: 36px;
	font-weight: 700;
}
header .txtBox02 h3{
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 10px;
}
header .menuBox{
	position: absolute;
	top: 20px;
	right: 0;
  width: 40px;
  z-index: 10000;
}
header .menuBox div{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
  -ms-justify-content: center;
	justify-content: center;
}
header .menuBox .icon01{
	position: fixed;
	top: 20px;
}
header .menuBox .icon01:hover{
	opacity: 0.8;
}
header .menuBox .icon02{
	position: fixed;
  top: 75px;
  margin-left: 9px;
}
header .menuBox .icon03{
	position: fixed;
  top: 115px;
  margin-left: 5px;
}

@media print, screen and (max-width: 767px) {
	header{
		padding: 45px 15px 15px;
		height: auto;
	}
	div:not(.homeWrap) header{
		height: auto;
		padding-bottom: 70px;
	}
	header .txtBox01{
		position: static;
	}
	header .txtBox01 h2{
		font-size: 18px;
	}
	header .txtBox01 h2 span{
		font-size: 40px;
		line-height: 1.2;
	}
	header .txtBox01 h3{
		font-size: 11px;
		line-height: 1.2;
		margin-top: 8px;
	}
	header .txtBox02{
		position: static;
		margin-top: 12px;
	}
	header .txtBox02 h2{
		line-height: 1.2;
		font-size: 28px;
	}
	header .txtBox02 h2 span{
		font-size: 34px;
	}
	header .txtBox02 h3{
		font-size: 11px;
	    margin-top: 8px;
	}
	header .menuBox{
		right: 15px;
	}
	header .menuBox .icon01{
		top: 45px;
	}
	header .menuBox .icon02{
		top: 100px;
	}
	header .menuBox .icon03{
		top: 140px;
	}
}


/*
**top_animation**
*/
#animation_container{
	position: absolute;
	top: 150px;
}
@media print, screen and (max-width: 767px) {
	#animation_container{
		position: static;
		width: 100%!important;
		height: 240px!important;
	}
	#canvas{
		position: static;
		width: calc(100% - 30px)!important;
		height: 240px!important;
	}
	#dom_overlay_container{
		position: static!important;
		width: 100%!important;
		height: 240px!important;
	}
}
@media print, screen and (max-width: 414px) {
	#animation_container{
		position: static;
		width: 100%!important;
		height: 190px!important;
	}
	#canvas{
		position: static;
		width: calc(100% - 30px)!important;
		height: 190px!important;
	}
	#dom_overlay_container{
		position: static!important;
		width: 100%!important;
		height: 190px!important;
	}
}
@media print, screen and (max-width: 375px) {
	#animation_container{
		position: static;
		width: 100%!important;
		height: 170px!important;
	}
	#canvas{
		position: static;
		width: calc(100% - 30px)!important;
		height: 170px!important;
	}
	#dom_overlay_container{
		position: static!important;
		width: 100%!important;
		height: 170px!important;
	}
}
@media print, screen and (max-width: 320px) {
	#animation_container{
		position: static;
		width: 100%!important;
		height: 150px!important;
	}
	#canvas{
		position: static;
		width: calc(100% - 30px)!important;
		height: 150px!important;
	}
	#dom_overlay_container{
		position: static!important;
		width: 100%!important;
		height: 150px!important;
	}
}

/*
**slider**
*/
.bx-wrapper{
	width: 870px;
	margin: 40px auto 80px;
	box-shadow: none;
	border: none;
}
.bx-wrapper .bx-prev{
	left: -60px;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 16px solid #000000;
	background: none;
}
.bx-wrapper .bx-next{
	right: -60px;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid #000000;
	background: none;
}
.slideInner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
  	justify-content: flex-start;
}
.slideInner .slideInnerBox{
	width: 250px;
}
.slideInner .slideInnerBox:not(:nth-of-type(3n)){
	margin-right: 60px;
}
.slideInner .slideInnerBox .date{
	margin-bottom: 15px;
}
.slideInner .slideInnerBox .enTxt{
	margin-bottom: 15px;
	line-height: 1.6;
}
.slideInner .slideInnerBox .jaTxt{
	margin-bottom: 15px;
	line-height: 1.6;
}

@media print, screen and (max-width: 767px) {
	.bx-wrapper{
		margin: 40px auto 0;
		width: calc(100% - 60px);
	}
	.bx-wrapper .bx-controls-direction a{
		width: 14px;
		height: 26px;
	}
	.bx-wrapper .bx-prev{
		left: -25px;
		border-top: 16px solid transparent;
		border-bottom: 13px solid transparent;
		border-right: 13px solid #000000;
	}
	.bx-wrapper .bx-next{
		right: -25px;
		border-top: 16px solid transparent;
		border-bottom: 13px solid transparent;
		border-left: 13px solid #000000;
	}
	.slideInner{
		display: block;
	}
	.slideInner .slideInnerBox{
		width: 100%;
		margin: 0 auto;
	}
}

/*
**ttlbox**
*/
.ttlBox{
	text-align: center;
}
.ttlBox h4{
	font-size: 24px;
	font-weight: 700;
	padding-top: 10px;
}

@media print, screen and (max-width: 767px) {
	.ttlBox h4{
		font-size: 20px;
		margin-top: 5px;
	}
	.ttlBox .icon_hexagon01{
		width: 28px;
	}
	.ttlBox .icon_hexagon02{
		width: 20px;
	}
	.ttlBox .icon_hexagon03{
		width: 25px;
	}
}

/*
**toppage**
*/
/*.homeWrap section{
	background-color: #fff;
}*/

.homeWrap .sec01 .innerArea{
	position: relative;
	padding: 15px 0 20px;
}
.homeWrap .sec01 .innerArea .moreBtn{
	position: absolute;
	top: 30px;
	right: 0;
}
.homeWrap .sec01 .innerArea .moreBtn a{
	font-weight: 700;
	color: #000;
	text-decoration: underline;
}
.homeWrap .sec02 .innerArea{
	padding: 0 0 120px;
}
.homeWrap .sec02 .cntsArea{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	margin-top: 45px;
}
.homeWrap .sec02 .cntsArea .leftBox{
	width: 50%;
	padding-right: 40px;
}
.homeWrap .sec02 .cntsArea .rightBox{
	width: 50%;
}
.homeWrap .sec02 .cntsArea .cnts:not(:last-of-type){
	margin-bottom: 30px;
}
.homeWrap .sec02 .cntsArea .cnts h5{
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.homeWrap .sec02 .cntsArea .cnts h5:after{
	content: "";
	width: 200px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #707070;
}
.homeWrap .sec02 .cntsArea .cnts p{
  line-height: 1.8;
}
.homeWrap .sec02 .cntsArea .cnts p + p{
	margin-top: 15px;
}
.homeWrap .sec02 .cntsArea .cnts .dl .yearBox{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
}
.homeWrap .sec02 .cntsArea .cnts .dl .yearBox + .yearBox{
	margin-top: 30px;
}
.homeWrap .sec02 .cntsArea .cnts .dl .yearBox .yearBoxHead{
	width: 120px;
}
.homeWrap .sec02 .cntsArea .cnts .dl .yearBox .yearBoxItem{
	width: calc(100% - 120px);
}
.homeWrap .sec02 .cntsArea .cnts .dl .yearBox .yearBoxItem .dd + .dd{
	margin-top: 8px;
}
.homeWrap .sec03{
	padding: 110px auto 0;
}
.homeWrap .sec03 .cntsArea{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	margin-top: 45px;
}
.homeWrap .sec03 .cntsArea .leftBox{
	width: 52%;
}
.homeWrap .sec03 .cntsArea .rightBox{
	width: 48%;
	margin-left: 50px;
}
.homeWrap .sec03 .cntsArea .cnts p{
	line-height: 1.6;
}
.homeWrap .sec03 .cntsArea .cnts p + p{
	margin-top: 20px;
}
.mapArea{
	padding: 65px 0;
}
.topFootLinks{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
  -ms-justify-content: space-between;
	justify-content: space-between;
}
.topFootLinks .topFootLinkItem{
	width: 300px;
	background-color: #fff;
}
.topFootLinks .topFootLinkItem a{
	display: block;
	border: 1px solid #707070;
	padding: 30px 40px;
	text-decoration: none;
	color: #000;
}
.topFootLinks .topFootLinkItem a p{
	text-align: center;
}
.homeWrap .sec04 .topFootLinks .topFootLinkItem:nth-of-type(1) a p{
	padding-left: 30px;
	position: relative;
}
.homeWrap .sec04 .topFootLinks .topFootLinkItem:nth-of-type(1) a p:before{
	content: "";
	background: url('../images/logo_isir.svg') no-repeat;
	width: 34px;
	height: 19px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.homeWrap .sec04 .topFootLinks .topFootLinkItem:nth-of-type(2) a p{
	padding-left: 20px;
	position: relative;
}
.homeWrap .sec04 .topFootLinks .topFootLinkItem:nth-of-type(2) a p:before{
	content: "";
	background: url('../images/logo.svg') no-repeat;
	width: 24px;
	height: 23px;
	position: absolute;
	top: 50%;
	left: 55px;
	transform: translate(0,-50%);
}

@media print, screen and (max-width: 767px) {
	.homeWrap .sec01 .innerArea{
		padding: 20px 0 45px;
	}
	.homeWrap .sec01 .innerArea .moreBtn{
		position: absolute;
		top: 30px;
		right: 10px;
	}
	.homeWrap .sec02 .innerArea{
		padding: 0 0 85px;
	}
	.homeWrap .sec02 .cntsArea{
		display: block;
    margin: 30px auto 0;
    width: 90%;
	}
	.homeWrap .sec02 .cntsArea .leftBox{
		width: 100%;
		padding: 0 0 35px;
	}
	.homeWrap .sec02 .cntsArea .rightBox{
		width: 100%;
	}
	.homeWrap .sec02 .cntsArea .cnts h5{
		text-align: center;
	}
	.homeWrap .sec02 .cntsArea .cnts h5:after{
		left: 50%;
		transform: translate(-50%,0);
	}
	.homeWrap .sec02 .cntsArea .cnts p{
		line-height: 1.5;
	}
	.homeWrap .sec02 .cntsArea .cnts:not(:last-of-type){
		margin-bottom: 35px;
  }
	.homeWrap .sec02 .cntsArea .cnts03{
		padding: 15px 0 0;
  }
	.homeWrap .sec03 .cntsArea{
		display: block;
		margin-top: 20px;
	}
	.homeWrap .sec03 .cntsArea .leftBox{
		width: 100%;
	}
	.homeWrap .sec03 .cntsArea .rightBox{
		width: 100%;
		margin: 30px 0 0;
	}
	.homeWrap .sec03 .mapArea{
		padding: 20px 0 0;
		margin: 0 -36px;
	}
	.homeWrap .sec04{
		margin-top: 60px;
	}
	.homeWrap .sec04 .topFootLinks{
		display: block;
	}
	.homeWrap .sec04 .topFootLinks .topFootLinkItem{
		width: 100%;
	}
	.homeWrap .sec04 .topFootLinks .topFootLinkItem + .topFootLinkItem{
		margin-top: 20px;
	}
}


/*
**research**
*/
.researchWrap .sec01 .cntsArea{
	padding: 70px 0 0;
}
.researchWrap .sec01 .cnts:not(:last-of-type){
	margin-bottom: 80px;
}
.researchWrap .sec01 .cnts h5{
	text-align: center;
	position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.researchWrap .sec01 .cnts h5:after{
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0;
  background-color: #707070;
}
.researchWrap .sec01 .cnts .subHeading{
	margin: 25px 0 10px;
	text-align: center;
}
.researchWrap .sec01 .cnts p{
	line-height: 1.5;
}
.researchWrap .sec01 .cnts img{
	display: block;
	margin: 40px auto;
	max-width: 100%;
}
.researchWrap .sec01 .cnts ol li{
	line-height: 1.5;
}

@media print, screen and (max-width: 767px) {
	.researchWrap .sec01 .cntsArea{
		padding: 60px 0 0;
	}
	.researchWrap .sec01 .cnts:not(:last-of-type) {
    margin-bottom: 50px;
	}
	.researchWrap .sec01 .cnts img{
		margin: 20px auto;
	}
}

/*
**research-english**
*/
.research-englishWrap .sec01 .cntsArea{
	padding: 70px 0 0;
}
.research-englishWrap .sec01 .cnts:not(:last-of-type){
	margin-bottom: 80px;
}
.research-englishWrap .sec01 .cnts h5{
	text-align: center;
	position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.research-englishWrap .sec01 .cnts h5:after{
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0;
  background-color: #707070;
}
.research-englishWrap .sec01 .cnts .subHeading{
	margin: 25px 0 10px;
	text-align: center;
}
.research-englishWrap .sec01 .cnts p{
	line-height: 1.5;
}
.research-englishWrap .sec01 .cnts img{
	display: block;
	margin: 15px auto;
	max-width: 100%;
}
.research-englishWrap .sec01 .cnts ol li{
	line-height: 1.5;
}

@media print, screen and (max-width: 767px) {
	.research-englishWrap .sec01 .cntsArea{
		padding: 60px 0 0;
	}
	.research-englishWrap .sec01 .cnts:not(:last-of-type) {
    margin-bottom: 50px;
	}
}



/*
**member**
*/
.memberWrap .sec01 .cntsArea .cnts01{
	padding: 70px 0 35px;
}
.memberList{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.memberList .memberProfileBox{
	width: 340px;
	min-height: 136px;
	border: 1px solid #707070;
	padding: 20px;
}
.memberList .memberProfileBox:first-of-type{
	margin-right: calc(100% - 340px);
}
.memberList .memberProfileBox:not(:first-of-type){
	margin-top: 25px;
}
.memberList .memberProfileBox:last-of-type{
	display: inline-flex;
	-webkit-align-items: center;
    -ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
    -ms-justify-content: center;
	justify-content: center;
	border: none;
}
.memberList .memberProfileBox .memberPost{
	font-size: 14px;
	margin-bottom: 13px;
}
.memberList .memberProfileBox .memberName{
	font-size: 25px;
	margin-bottom: 22px;
}
.memberList .memberProfileBox .memberName span,
.memberList .memberProfileBox .memberName a span{
	font-size: 18px;
	margin-bottom: 22px;
}

.memberList .memberProfileBox .memberName a{
  text-decoration: underline;
}
.memberList .memberProfileBox .memberName a:hover{
  text-decoration: none;
}
.memberList .memberProfileBox .memberMail{
	font-size: 14px;
}
.aluminiArea{
	padding: 115px 0 0;
}
.aluminiArea h5{
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 10px;
    text-align: center;
}
.aluminiArea h5:after{
	content: "";
    width: 200px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    background-color: #707070;
}
.aluminiArea ul .aluminiItem{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0;
	border-bottom: 1px solid #707070;
}
.aluminiArea ul .aluminiItem:first-child{
	padding-top: 0;
}
.aluminiArea ul .aluminiItem p.aluminiItemDt{
	width: 165px;
	padding: 0 40px 0 30px;
	line-height: 1.5;
}
.aluminiArea ul .aluminiItem p.aluminiItemDd{
	width: 535px;
	padding-right: 30px;
	line-height: 1.5;
}

@media print, screen and (max-width: 767px) {
	.memberWrap .sec01 .cntsArea .cnts01{
		margin: 0 -36px;
	}
	.memberWrap .sec01 .cntsArea .cnts01 img{
		width: 100%;
		height: auto;
	}
	.memberWrap .sec01 .cntsArea .cnts .memberList{
		display: block;
	}
	.memberList .memberProfileBox{
		width: 100%;
	}
	.memberWrap .sec01 .cntsArea .cnts .memberList .memberProfileBox:first-of-type{
		margin-right: 0;
	}
	.memberWrap .sec01 .cntsArea .cnts .memberList .memberProfileBox:last-of-type{
		display: block;
		text-align: center;
		padding: 0;
		margin: 15px 0 10px;
		height: auto;
	}
	.memberWrap .sec01 .cntsArea .cnts .memberList .memberProfileBox .memberName{
		font-size: 26px;
	}
	.aluminiArea{
		padding:0 0 40px;
	}
	.aluminiArea ul .aluminiItem p.aluminiItemDt{
		width: 120px;
		padding: 0 10px 0 0;
		line-height: 1.8;
	}
	.aluminiArea ul .aluminiItem p.aluminiItemDd{
		width: calc(100% - 120px);
		padding-right: 15px;
		line-height: 1.8;
	}
}

/*
**paper**
*/
.paperWrap .sec01 .cntsArea .cnts{
	padding-top: 70px;
}
.paperWrap .sec01 .cntsArea .cnts:last-child{
	padding-bottom: 50px;
}
.paperWrap .sec01 .cntsArea .cnts h5{
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.paperWrap .sec01 .cntsArea .cnts h5:after{
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0;
  background-color: #707070;
}
.paperWrap .sec01 .cntsArea .cnts ul li{
	line-height: 1.5;
	border-bottom: 1px dashed #707070;
	padding: 20px 0;
}
.paperWrap .sec01 .cntsArea .cnts ul li:first-child{
	padding: 0 0 20px;
}

/*
**paper**
*/
.facilitiesWrap .sec01 .cntsArea{
	padding: 70px 0 0;
}
.facilitiesItemList{
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
    -ms-justify-content: space-between;
	justify-content: space-between;
}
.facilitiesItemList .facilitiesItemBox{
	flex-basis: 280px;
}
.facilitiesItemList .facilitiesItemBox img{
	width: 280px;
	height: 210px;
}
.facilitiesItemList .facilitiesItemBox .facilitiesItemName{
	min-height: 180px;
	padding: 15px 0 40px;
	line-height: 1.5;
}

@media print, screen and (max-width: 767px) {
	.facilitiesWrap .sec01 .cntsArea .cnts .facilitiesItemList{
		display: flex;
	}
	.facilitiesWrap .sec01 .cntsArea .cnts .facilitiesItemList .facilitiesItemBox{
		margin: 0 auto;
	}
	.facilitiesWrap .sec01 .cntsArea .cnts .facilitiesItemList .facilitiesItemBox .facilitiesItemName{
		min-height: 175px;
		padding: 15px 0 35px;
	}
}

/*
**topics**
*/
.topicsWrap .innerArea{
	width: 865px;
	margin: 0 auto;
}
.topicsWrap .topicsArea{
	padding-top: 60px;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
  	justify-content: flex-start;
}
.topicsWrap .topicsArea .topicsInner{
	width: 250px;
	margin-bottom: 60px;
}
.topicsWrap .topicsArea .topicsInner:not(:nth-of-type(3n)){
	margin-right: 56px;
}
.topicsWrap .topicsArea .topicsInner .date{
	margin-bottom: 15px;
}
.topicsWrap .topicsArea .topicsInner .enTxt{
	line-height: 1.5;
	margin-bottom: 10px;
}
.topicsWrap .topicsArea .topicsInner .jaTxt{
	line-height: 1.5;
}
.pageNavi{
	text-align: center;
}
.pageNavi span,
.pageNavi a{
	margin: 0 10px;
	color: #000;
	font-weight: 700;
	line-height: 1.5;
}
.pageNavi a{
	text-decoration: underline;
}
@media print, screen and (max-width: 767px) {
	.topicsWrap .innerArea{
		width: 100%;
	}
	.topicsWrap .topicsArea .topicsInner{
		width: 100%;
		margin-bottom: 50px;
	}
	.topicsWrap .topicsArea .topicsInner:not(:nth-of-type(3n)){
		margin-right: 0;
	}
	.topicsWrap .topicsArea .topicsInner .enTxt{
		margin-bottom: 30px;
	}
	.pageNavi{
		margin-bottom: 10px;
	}
}


/*
**footer**
*/
footer .copy{
	text-align: center;
	padding: 40px 0 70px;
	line-height: 1.2;
}

@media print, screen and (max-width: 767px) {
	footer .copy{
		padding: 35px 0 40px;
	}
}
/* 20/12/18 升田追記 */
.homeWrap .sec_movie{
	text-align: center;
}
.homeWrap .sec_movie .cntsArea{
	margin: 45px 0 45px;
}

@media print, screen and (max-width: 767px) {
  .homeWrap .sec_movie .cntsArea{
    margin: 30px 0 30px;
  }
  .homeWrap .sec_movie .cntsArea iframe{
    width: 100%;
  }
}

/* 20/12/18 升田追記 end */