@charset "UTF-8";


html{
	height: 100%;
	font-size: 14px;
}
　
body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

img {  
  max-width: 100%;
  height: auto;
  border: 0;

}

#wrapper {
	width:100%;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	overflow: hidden;
}

#contents{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#contents_block{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header {
    background: #666;
    height: 70px;
    position: fixed;
    width: 100%;
    padding: 8px;
  }

#hd_block{
	width: 100%;
	min-height: 636px;
	position: relative;
}

#hd_block_content{
	width: 100%;
	min-height: 290px;
	position: relative;
}

#hd_title{
	width: 590px;
	height: 290px;
	background: rgba(255,255,255,.7);
	border-radius: 1em;
	margin: 0 auto;
	padding-top: 0px;
	padding: 0;
	position:absolute;
	top:33%;
	right: 0;
	bottom: 33%;
	left: 0;
}

#hd_title_content{
	width: 590px;
	height: 146px;
	background: rgba(255,255,255,.7);
	border-radius: 1em;
	margin: 0 auto;
	padding-top: 0px;
	padding: 0;
	position:absolute;
	top:33%;
	right: 0;
	bottom: 33%;
	left: 0;
}

#hd_title h1{
	margin-top: 105px;
	padding: 5px 5px;
	font-weight: normal;
	text-align: center;
}

#hd_title h1 > span{
	display: block;
	font-size: 60%;
}

#hd_title_content h1{
	margin-top: 45px;
	padding: 5px 5px;
	font-weight: normal;
	text-align: center;
}

#hd_title_content h1 > span{
	display: block;
	font-size: 60%;
}

.hd_block_img{
	width: 100vw;
    background: url("../../content/images/lab1/hd1.jpg") no-repeat;/*ヘッダー画像*/
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 10;
}

/* メニューヘッダー */
#header-menu {
    top: -100px;
    position: absolute;
    width: 100%;
	height: 70px;
    margin: 100px auto 0;
    padding: 0 0 0;
    line-height: 1;
    z-index: 999;
	background: #007FEB;/*カラー設定*/
}

#header-menu a,
#header-menu {
    color:rgba(255,255,255,1.00);
    text-decoration: none;
}

#header-menu a:hover{
	opacity: .7;
	text-decoration: underline;
}
#header-menu .inner {
    position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

#header-menu .logo {
    float: left;
	max-width: 301px;
	height: auto;
	padding-top: 10px;
}
#header-menu-nav ul {
    list-style: none;
    position: absolute;
    right: 160px;
	right: 0;
	top:0;
}
#header-menu-nav ul li {
    float: left;
}
#header-menu-nav ul li a {
    padding: 0 20px;
}
 
/* Fixed */
#header-menu.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 70px;
    background: #007FEB;/*カラー設定*/
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#header-menu.fixed .logo {
	padding-top: 0.65em;
}
#header-menu.fixed #header-menu-nav ul li a {
    color:rgba(255,255,255,1.00);
    padding: 0 20px;
}
#header-menu.fixed #header-menu-nav ul li a:hover {
	opacity: .7;
	text-decoration: underline;
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background:rgba(0,0,0,1.00);
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*コンテンツ*/
#content_main_block{
	width: 100%;
	height: auto;
}

#contnts_a_block{
	width: 100%;
	height: auto;
	background: #007FEB;/*カラー設定*/
	padding: 2em;
}	

#contnts_a_inn{
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
}

.contnts_a_centerarea{
    max-width: 95%;
	margin: 0;
	padding-right: 0em;
}

.contnts_a_left{
    width: 20%;
	margin: 0;
	padding-right: 3em;
	padding-top: 50px;
	display: inline-block;
	vertical-align: top;
}

.contnts_a_right{
	width: 70%;
	margin: 0;
	padding: 0;
display:inline-block;
	vertical-align: top;
	
}


#contnts_b_inn{
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*ニュース*/
#news_block{
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

#news_block dl {
	width:100%;
	color: rgba(0,0,0,1.00);
	padding: 1em;
}

#news_block dt {
  padding: 0.5em 0;
  margin: 0;
  font-size: 120%;
  font-weight: 900;

}

#news_block dd {
  padding: 0 0 30px 0;
  margin: 0;
  line-height: 1.7em;
}

#news_block a {
	color: rgba(255,255,255,1.00);
	margin-top: 0em;
	
}

#news_block a:hover {
	color:rgba(102,170,178,1.00);
	text-decoration:underline;
}

/*コンテンツ共通*/
#contnts_c_block{
	width: 100%;
	height: auto;
	background: rgba(255,255,255,1.00);
	padding: 2em 0;
}	

#contnts_c_inn{
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0 2em;

}

.box_clear{
	clear: both;
}

.box_img{
	float: left;
	padding-right: 2em;
	padding-bottom: 2em;
}

.box_text{
}

#contact_link_block{
	width: 100%;
	height: auto;
	background:rgba(230,230,230,1.00);
	padding-bottom: 30px;
	clear: both;
}

#contact_link_inn{
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
}

/*お問い合わせ*/
#contact_block{
	width: 49%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	padding-top: 50px;
	margin:0 auto;
}

.contact_contet{
	width: 300px;
	padding-top: 0;
	margin: 0 auto;
}

/*リンク*/
#link_block{
	width: 49%;
	height: auto;
    display: inline-block;
	vertical-align: top;
	padding-top: 50px;
	margin:0 auto;
	text-align: center;

}

.link_contet{
	width: 100%;
	padding-top: 0;
}

.link_contet ul{
	width: 250px;
	list-style: none;
	margin: 0 auto;

}

.link_contet li {
	padding:0 0 0.5em 0;
}

/*フッター*/
#footer_block{
	width: 100%;
	height: 80px;
	background:rgba(157,229,209,1.00);
	position: relative;
}

#footer_block_copy{
	width: 100%;
	height: 80px;
	background:rgba(72,72,72,1.00);
	position: absolute;
	bottom: 0;
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.copyright{
	width: 100%;
	text-align: center;
	color: rgba(255,255,255,1.00);
}

/*ページトップ*/
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color:rgba(0,169,104,1.00);
    font-size: 20px;
    text-align: center;
    display: none;
	background-color: rgba(255,255,255,1.00);
    position: fixed;
    z-index: 9999;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

/*文字セット*/

p {
    line-height: 1.8em;
	margin-top: 0;
}

#contnts_a_inn h2{
	font-size: 2em;
	padding-bottom: 0.5em;
	color: rgba(255,255,255,1.00);
	border-bottom: rgba(255,255,255,1.00) solid 1px;
	font-weight: normal;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 2em;
}

h2 {
	font-size: 2em;
	padding-bottom: 0.5em;
	color: rgba(0,0,0,1.00);
	border-bottom: #007FEB solid 1px;/*カラー設定*/
	font-weight: normal;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 2em;
	clear: both;
}

h3 {
	font-size: 140%;
	padding: 0.7em;
	font-weight: 900;
	margin-bottom: 0.5em;
	color: #00396A;
	border-left: #007FEB solid 5px;/*カラー設定*/
	clear: both;
}

h4 {
	font-size: 160%;
	padding: 0.5em;
	font-weight: normal;
	margin-bottom: 1em;
	border: rgba(0,0,0,1.00) solid 1px;
	color: #007FEB;/*カラー設定*/
	font-weight: bold;
}

/*文字色*/

.black{
	color: rgba(0,0,0,1.00);
}

.white{
	color: rgba(255,255,255,1.00);
}

/*色設定*/
.grenn{
	border-bottom-color: #007FEB;/*カラー設定*/
}


/*アイコンセット*/
.iconset {
	padding-right : 5px;
}

/*英語ボタン設定*/
.eng_link {
	width: auto;
	height: 32px;
	display:block;
	margin-right: 0;
	text-align:right;
}

.eng_link a:hover{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

.eng_link_bt {
	width: 80px;
	height: 20px;
	text-decoration: none;
	display:inline-block;
	text-align:center;
	padding: 8px 10px 0 10px;
	margin-top: 1.3rem;
	color:rgba(0,0,0,1.00);
	background: rgba(255,255,255,1.00);
	border-radius: 4px;
	border: rgba(0,0,0,1.00) solid 1px;
}

/*ボタン設定*/
a.more_link_bt:hover{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

a.more_link_bt {
	width: 250px;
	height: 40px;
	text-decoration: none;
	text-align: center;
	padding: 14px 0 0 0;
	color:rgba(255,255,255,1.00);
	border-radius: 4px;
	background-color: #007FEB;/*カラー設定*/
	font-size: 140%;
	display: block;
	margin: 0 0 0 auto;
}

a.more_link_bt::before { 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  color: rgba(255,255,255,1.00);
}

/*リスト設定*/

#content_main_block ol,ul{
	padding: 2em 0;
	margin: 0;
	padding-left: 2em;
}

#content_main_block li{
	padding: 0.5em 0;
}


/*アーカイブ用ニュース*/
#news_old_block{
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    align-items: center;
	padding: 0;
}

.news_old_title{
    width: 20%;
	padding-right: 96px;
	padding-top: 46px;
}

.news_old_contet{
	flex: 1;
	padding-top: 42px;
}

#news_old_block dl {
	width:100%;
	color: rgba(0,0,0,1.00);
}

#news_old_block dt {
  padding: 0.5em 0;
  margin: 0;
  font-size: 120%;

}

#news_old_block dd {
  padding: 0 0 30px 0;
  margin: 0;
  line-height: 1.7em;
}

#news_old_block a {
	color:rgba(102,170,178,1.00);
	margin-top: 0em;
	
}

#news_old_block a:hover {
	color:rgba(102,170,178,0.5);
	text-decoration:underline;
}

/*テーブル設定*/
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  table-layout: fixed;
	margin-top: 40px;
}

table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}

table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}

.clear{
	clear:both;
}

@media screen and (max-width : 640px ){
	
#wrapper {
	width:100%;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	overflow: hidden;

}

#contents{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#hd_block{
	width: 100%;
	min-height: 350px;
	position: relative;
}

#hd_title{
	width: 90%;
	height: 185px;
	background: rgba(255,255,255,.7);
	border-radius: 1em;
	margin: 0 auto;
	padding-top: 0px;
	padding: 0;
	position:absolute;
	top:33%;
	right: 0;
	bottom: 0;
	left: 0;
}

#hd_title h1{
	margin-top: 60px;
	padding: 5px 5px;
	font-weight: normal;
	text-align: center;
}

#hd_title h1 > span{
	display: block;
	font-size: 60%;
}
	
#hd_block_content{
	width: 100%;
	min-height: 290px;
	position: relative;
}

#hd_title_content{
	width: 90%;
	height: 146px;
	background: rgba(255,255,255,.7);
	border-radius: 1em;
	margin: 0 auto;
	padding-top: 0px;
	padding: 0;
	position:absolute;
	top:33%;
	right: 0;
	bottom: 33%;
	left: 0;
}
	
#hd_title_content h1{
	margin-top: 45px;
	padding: 5px 5px;
	font-weight: normal;
	text-align: center;
}

#hd_title_content h1 > span{
	display: block;
	font-size: 60%;
}
	
#contnts_a_block{
	width: 100%;
	height: auto;
	background: #007FEB;/*カラー設定*/
	padding: 2em 0;
}	
	
#contnts_a_inn{
	width: 95%;
	height: auto;
	margin: 0 auto;
}
	
.contnts_a_centerarea{
    max-width: 100%;
	margin: 0;
	padding-right: 0em;
}

.contnts_a_left{
    width: 100%;
	margin: 0;
	padding-right: 0em;
	padding-top: 50px;
	display: inline-block;
	text-align: center;
}

.contnts_a_right{
	width: 100%;
	margin: 0;
	padding: 0;
display:inline-block;
	
}
	
#contnts_b_inn{
	width: 96%;
	height: auto;
	margin: 0 0;
	padding: 2em 0;
}
	
#contnts_c_block{
	width: 100%;
	height: auto;
	background: rgba(255,255,255,1.00);
	padding: 2em 0;
}

#contnts_c_inn{
	width: 95%;
	height: auto;
	margin: 0 0;
	padding: 2em 0 0 0.5em;
}

.box_clear{
	clear: both;
}

.box_img{
	float:none;
	width: 100%;
	margin: 0 auto;
	padding-right: 0;
	padding-bottom: 2em;
	padding-top: 1em;
	text-align: center;
}

.box_text{
}

#contact_link_inn{
	width: 95%;
	height: auto;
	margin: 0 auto;
}

/*お問い合わせ*/
#contact_block{
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	padding-top: 50px;
	margin:0 auto;
}

.contact_contet{
	width: 100%;
	padding-top: 30px;
	margin: 0 auto;
	text-align: center;
}

/*リンク*/
#link_block{
	width: 100%;
	height: auto;
    display: inline-block;
	vertical-align: top;
	padding-top: 50px;
	margin:0 auto;
	text-align: center;

}
/*ニュース*/
#news_block{
	width: 100%;
	height: auto;
	display:block;
	display: -webkit-block!important;
    justify-content: center;
    align-items: center;
	padding: 0;
}
	
.news_title{
    width: 100%;
	padding-right: 0;
	padding-top: 20px;
	text-align: center;
}

.news_contet{
	flex: none;
	padding: 20px 0.5em 0 0.5em;
}

/*ボタン設定*/
.more_link {
	width: auto;
	height: 48px;
	display:block;
	margin: 0 auto;
}

#header-menu-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background:rgba(255,255,255,1.0);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
	
#header-menu-nav ul {
        list-style: none;
        position:absolute;
        right:0;
		left:auto;
        bottom: 0;
		top:0em;
        font-size: 16px;
		text-align: center;
		background: #007FEB;/*カラー設定*/
		width: 100%;
    }
	
#header-menu-nav ul li {
        position: static;
		width: 100%;
		height: auto;
		font-size: 1em;
        list-style-type: none;
		line-height: 50px;
		background: #007FEB;/*カラー設定*/
        border-bottom: 1px dotted rgba(255,255,255,1.0);
	}
	
#top-head #header-menu-nav ul li a,
#top-head.fixed #header-menu-nav ul li a {
        color: rgba(255,255,255,1.0);
    }
#header-menu a,
#header-menu {
    color:rgba(255,255,255,1.00);
    text-decoration: none;
}

#header-menu-nav ul li a:hover {
        display: block;
        color:rgba(255,255,255,1.00);
	opacity: 0.7;
	    border-bottom:none;
    }
	
#nav-toggle {
        display: block;
		margin-top: 0.4em;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #header-menu-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
	#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background:rgba(255,255,255,1.00);
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
	
/* メニューヘッダー */

#header-menu .inner {
    position: relative;
	width: 100%;
	margin: 0 auto;
}
#header-menu .logo {
    float: left;
	max-width: 200px;
	height: auto;
	padding-top: 1em;
	padding-left: 1em;
}
	
	
/*リスト設定*/

#content_main_block_inner ol,ul{
	padding-left: 0.8em;
}

#content_main_block_inner li{
	padding: 1em 0;
	word-wrap: break-word;
}
	
	
/*アーカイブ用ニュース*/
#news_old_block{
	width: 100%;
	height: auto;
	display:block;
	display: -webkit-block!important;
    justify-content: center;
    align-items: center;
	padding: 0;
}
	
.news_old_title{
    width: 100%;
	padding-right: 0;
	padding-top: 20px;
	text-align: center;
}

.news_old_contet{
	flex: none;
	padding: 20px 0.5em 0 0.5em;
}
	
/*英語ボタン設定*/
.eng_link {
	width: auto;
	height: 32px;
	display:block;
	margin-right: 0em;
	text-align:right;
	padding-right: 3.8em;
}

.eng_link a:hover{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

.eng_link_bt {
	width: 80px;
	height: 20px;
	text-decoration: none;
	display:inline-block;
	text-align:center;
	padding: 8px 10px 0 10px;
	margin-top: 1.3rem;
	color:rgba(0,0,0,1.00);
	border-radius: 4px;
	border: rgba(0,0,0,1.00) solid 1px;
}

/*テーブル設定*/
table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }

table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 1em;
    text-align:center;
    position: relative;
    padding: .625em .625em .625em .625em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
	
}