@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 16px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{color: #475ba1; text-decoration: none;}
a:hover{text-decoration: none;}
a:active, a:focus,input:active, input:focus{outline:0;}
.center {text-align: center;}
.right {text-align: right;}

/* ヘッダー
------------------------------------------------------------*/
#header{
	background-image: url(../img/header_bg.png);
	background-size:cover;
	text-align: center;
}
#headerWrap{
	margin: 0 auto;
	width: 1024px;
}
#header .topArea{
	width: 12em;
	padding: 0.5em 1em;
    margin: 0;
    color: #ffffff;
    background: #475ba1;/*背景色*/
}

#header h1 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #475ba1;
	position: relative;
	padding: 0.5rem;
	text-align: right;
}

#header h1 span {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
}

/* フッター
------------------------------------------------------------*/
.footLink{
	clear: both;
	padding: 10px 10px 10px 0;
	background-color: #f6f6f6;
}
.footWrap{
	margin: 0 auto;
	width: 1024px;
	text-align: right;
}
#footer{
	clear: both;
	padding: 10px 10px 10px 0;
	text-align: center;
	font-size: 12px;
	color: aliceblue;
	background-color: #475ba1;
}
#t-scroll {
    position:fixed;
    bottom:30px;
    right:20px;
}
#t-scroll a {
    background-color:#999;
    color:#fff;
    text-align:center;
    text-decoration:none;
    padding:20px 20px;
}
#t-scroll a:hover {
    background-color:#666;
    text-decoration:none;
}

/* 共通
------------------------------------------------------------*/

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

section{
	clear:both;
	padding-top: 70px;
}

.inner_W {
	margin: 10px auto;
	padding: 0.8rem 1.5rem;
}

.inner_G{
	width: 75%;
	background-color: #f5f5f5;
	margin: 0px auto;
	padding: 0.8rem 1.5rem;
}
section h2{
	font-size: 130%;
	text-align: center;
	margin-bottom: 20px;
}
section h2.b_gray{
	font-size: 150%;
	color: #475ba1;
}

section h3{
	font-size: 120%;
	margin-bottom: 0px;
	color: #475ba1;
}
section h2.doc_title {
	position: relative;
	margin-top: 1em;
	padding: .3em;
	border-bottom: 1px solid #7986CB;
	text-align: left;
}
section h2.doc_title::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 15%;
	height: 5px;
	background-color: #475ba1;
}

/* ボタンリンク
------------------------------------------------------------*/
.flex_box {
	padding: 0px;
	display: flex;
	justify-content: center;
  align-items: center;
}
.flex_box img {
	margin: 0.25em 0.4em;
	width: 260px;
	height: auto;
	border: solid 1px #3F51B5;

}
.flex_item {width: 180px;
	margin:  10px;
	border: solid 2px;
	border-radius: 100vh;
	text-align: center;
}
.doc_btn {width: 78%;
	margin:  5px auto 0;
	padding: 0.25em 0;
	border-radius: 100vh;
	text-align: center;
  background-color: #3F51B5;
}
.doc_btn:hover {
  background-color: #99A3DB;
}
.nav01 {border-color:#5d5fed;}     
.nav02 {border-color:#55ac48;}     
.nav03 {border-color:#d436e1;} 
.nav04 {border-color:#736d71;} 

.nav01 a {color:  #5d5fed;}
.nav02 a {color:  #55ac48;}
.nav03 a {color:  #d436e1;}
.nav04 a {color:  #736d71;}

.flex_item, .flex_item2 a:hover {color: white; text-decoration: none;}

.nav01 a:hover{color: #ffffff;}
.nav02 a:hover{color: #ffffff;}
.nav03 a:hover{color: #ffffff;}
.nav04 a:hover{color: #ffffff;}
	
.nav01:hover{background-color: #5d5fed;}
.nav02:hover{background-color: #55ac48;}
.nav03:hover{background-color: #d436e1;}
.nav04:hover{background-color: #736d71;}


.bn1 {
  display: inline-block;
  padding: 0em 1em;
  margin: 0 0.5em 0.1em 0.5em;
  border: 0.16em solid #3F51B5;
  border-radius: 2em;
  box-sizing: border-box;
  text-decoration: none;
  color: #3F51B5;
  text-align: center;
  transition: all 0.2s;
}
.bn1 a:hover {
	color: #ffffff;
}
.bn1:hover {
  background-color: #3F51B5;
}

.bn2 {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  padding: 0em 1em;
  margin: 0 0.5em 0.1em 0.5em;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
}

.doc_btn a {
  align-items: center;
  margin: 1rem auto 0;
  padding: 0.2rem 1rem;
  text-decoration: none;
}
.doc_btn a:hover {
  background-color: #99A3DB;
}

.doc_btn .b__text {
  flex-grow: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 16px;
}

/* ボタンリンク
------------------------------------------------------------*/
.sec {
	position: relative;
    margin: 1em 0;
    padding: 28px 0px 0px;
}
.sec01 {border-bottom: solid 2px #5d5fed;}
.sec02 {border-bottom: solid 2px #55ac48;}
.sec03 {border-bottom: solid 2px #d436e1;}
.sec04 {border-bottom: solid 2px #736d71;}

.sec .sec-title {
    position: absolute;
    display: inline-block;
	top: -0px;
    left: -20px;
	padding: 0 10px;
    height: 0px;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	width: 200px;
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
}
.t01{border-bottom: 30px solid #5d5fed;}
.t02{border-bottom: 30px solid #55ac48;}
.t03{border-bottom: 30px solid #d436e1;}
.t04{border-bottom: 30px solid #736d71;}

/* DLボタンリンク
------------------------------------------------------------*/
.btn-dl {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.85em;
	margin-bottom: 1.5em;
	text-decoration: none;
	color: #FFF;
	background: #63c4c9;
	transition: .4s;
	border-radius: 6px;
}

.btn-dl:hover {
	background: #1ec7bb;
	text-decoration: none;
}

/* 成果物一覧
------------------------------------------------------------*/
.col4 img{
	display: block;
	margin: 0 auto 5px;
}

.col4 li{
	line-height: 2.0;
}

.col4 .img{
	padding: 10px 10px;
	margin-bottom: 20px;
	line-height: 0 !important;
	background: #f6f6f6;
}
.col4 p.title{
	line-height: 1.5em
}
.col3 {
	margin-bottom: 5px;
}
.col3 img{
	display: block;
	margin: 0 auto 5px;
}
.col3 .img{
	padding: 10px 10px;
	margin-bottom: 20px;
	line-height: 0 !important;
	background: #f6f6f6;
}
.col3 p.title{
	line-height: 1.5em
}
.col3 video {
  width: 100%;
}
/* 資料集
------------------------------------------------------------*/
.doc_col2 ul{
	width: 50%;
	vertical-align: top;
	margin: 0em 0.3em 0;
	}
.doc_col2 ul.doc {
	padding:1.8em 1em 1.5em 2em;
	list-style-type:none;
}
.doc_col2 ul.doc li {
	position:relative;
	padding: 0em 1.5em 1em 2em;
	font-size: 1.1em;
}
ul.doc li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #3F51B5;
}



/* 新着情報 設定
------------------------------------------------------------*/
.scrollArea{
	height: 66px;
	overflow: auto;
	padding: 10px;
	border: 1px solid #475ba1;
	border-radius: 3px;
}
/*スクロールバーの横幅指定*/
.scrollArea.deco::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background:#09C9D9;
}
dt{
	margin-right: 18px;
	float: left;
}
dd{
  margin-left: 90px;
}

.mb200{
	margin-bottom: 200px;
}



/* レスポンシブ 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	#headerWrap{width: 1024px;}
	.inner {width: 1024px;}
	.inner_G, .inner_W {width: 1024px;}
}
@media (min-width:770px) and (max-width:810px){
	#headerWrap{width: 100%;}
	.inner, .inner_G, .inner_W {width: 90%;}
	.footWrap{ width: 100%;}
	
	.bn1 {
		display: inline-block;
		padding: 0em 1em;
		margin: 0 0.2em 0.1em 0.2em;
		border: 0.16em solid #3F51B5;
		border-radius: 2em;
		box-sizing: border-box;
		text-decoration: none;
		color: #3F51B5;
		text-align: center;
		transition: all 0.2s;
		}
	.bn1:hover {
		color: #ffffff;
		background-color: #3F51B5;
		}

}

@media only screen and (min-width: 769px){
	body{font-size:14px;}
	
	/* 成果物一覧
	-----------------*/
	.col4{
		text-align: left;
	}
	.col4 li{
		display: inline-block;
		width: 22.5%;
		padding: 0 1% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	#footer{
		padding: 20px 10px 30px 0;
	}
	.col3 {
    display: -webkit-flex;
    display: flex;
	 }
	.doc_col2 {
    display: -webkit-flex;
    display: flex;
	 }
	.video {
		width: 50%;
		margin: 0 0 0 0;
		-webkit-order: 1;
		order: 1;
		}
	.guide1 {
		width: 22.5%;
		padding: 0 1% 50px;
		-webkit-order: 2;
		order: 2;
		}
	.guide2 {
		width: 22.5%;
		padding: 0 1% 50px;
		-webkit-order: 3;
		order: 3;
		}
	.col3 video {
		width: 100%;
		}

}


@media only screen and (min-width: 641px){
	.doc_col2 ul{
		width: 100%;
		vertical-align: top;
	}

}

@media only screen and (max-width: 640px){
	.inner {
		width: 96%;
		padding-bottom: 30px;
	}
	.inner_G, .inner_W {
		width: 96%;
		padding-bottom: 30px;
	}
	.col4 li{
		line-height: 1.7;
	}
	.col4 img{
		margin: 0 auto;
	}
	.col4 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	.doc_col2 ul{
		width: 100%;
		vertical-align: center;
	}
	ul.doc {
	padding:0em 1em 0em 0.5em;
	list-style-type:none;
	}
	ul.doc li {
	position:relative;
	padding: 0em 1.5em 1em 2em;
	}
	.flex_box {
	margin: 0 auto;
	display: flex;
	flex-flow: column;	
	justify-content: center;
}
	.doc_col2 ul.doc {
	padding:0 1em 1.5em 2em;
	list-style-type:none;
}
	.bn1 {
		width: 86%;
	}
	.bn1 a:hover {
	color: #ffffff;
	}
	.bn1:hover {
		background-color: #3F51B5;
}




}

@media only screen and (max-width: 769px) {
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	#headerWrap{
		position: relative;
		width: 100%;
		height: 170px;
	}
	#header .topArea{
		width: 12em;
		padding: 0.5em 1em;
		margin: 0 auto;
		color: #ffffff;
		background: #475ba1;
	}
	#header h1 {
		font-size: 11px;
		font-size: 1.1rem;
		color: #475ba1;
		position: relative;
		padding: 0.5rem;
		text-align: center;
	}
	#header h1 span {
		font-size: 14px;
		font-size: 1.4rem;
		display: block;
	}
	.footWrap{
		width: auto;
		text-align: center;
		}
	.col4 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section {padding-top: 180px;}
	section h2{margin: 0 auto 20px;}
	section h2 span {padding: 0 30px;}
	.inner_G, .inner_W {
		width: 90%;
		padding-bottom: 30px;
	}
	

}