@charset"utf-8";
/* ============================================
*
　共通
*
===============================================*/
body{
    min-width: 1200px;
}    
body main{
    width: 100%;
    margin: 0px auto 100px;
}
body .inner{
    width: 900px;
    margin: 0 auto;
    justify-content: space-between;
}

body p,body ul li a,body ul,body li,dl,dt,dd{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 400;
}
button, input,input[type=button], input[type=reset], input[type=submit] {
    touch-action: manipulation;
    transition: border .15s linear, color .15s linear, background-color .15s linear;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 400;
}

/*aタグリンク*/
body a.link_d{
	color: #448aca;
	text-decoration: underline;
}

/*MV*/
body main .mv{
    background: #000;
    background-size: cover;
    position: relative;
    height: 250px;
    width: 100%;
    background-position: right;
}
body main .mv h1{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.4;
    font-size: 4rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
	width: 100%;
}
body main .mv h1 span{
    font-size: 1.4rem;
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-top: 20px;
    letter-spacing: 0.2em;
}
/*ディレクトリ別MV*/
#outline main .mv{
    background-image: url(../../outline/img/ttl_MV.png);
    background-position: right;
}
#education main .mv{
    background-image: url(../../education/img/ttl_MV.png);
    background-position: left;
}
#admissions main .mv{
    background-image: url(../../admissions/img/ttl_MV.png);
    background-position: left;
}
#research main .mv{
    background-image: url(../../research/img/ttl_MV.png);
    background-position: left;
}
#access main .mv{
    background-image: url(../../access/img/ttl_MV.png);
    background-position: left;
}

/*パンくず*/
body main p.breadcrumb{
    font-size: 1.2rem;
    line-height: 1;
    width: 900px;
    margin: 30px auto 0;
    color: #787878;
}
body main p.breadcrumb a{
    text-decoration: underline;
    color: #787878;
}

body main .sec_box{
    margin-top: 80px;
}

/*sec01*/
body main .sec01{
    margin-top: 60px;
}
/*本文*/
body main .sec_box p{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2;
    margin-bottom: 21px;
}

/*リード文*/
body main .sec_box .read{
    border-top: #cbd6e9 1px solid ;
	border-bottom: #cbd6e9 1px solid ;
	margin-bottom: 70px;
	padding: 30px 0;
	
}
body main .sec_box .read p{
	margin-bottom: 10px;
	font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2;
}
body main .sec_box .read p:last-child{
	margin-bottom: 0px;
}
body main .sec_box .read p.ttl{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size:2rem;
	text-align: center;
	line-height:2;
	font-weight: 600;
}

/*画像*/
body main .sec_box img{
    display: block;
    margin: 0 auto;
}


/*リンクボタン*/
body main .link_btn{
	justify-content: space-between;
	flex-wrap: wrap;
}
body main .link_btn li{
	font-size: 1.6rem;
	background: #fff;
	margin-right: 0px;
	width: 440px; 
	margin-bottom: 20px;
}
body main .link_btn li:nth-child(3),
body main .link_btn li:nth-child(4){
	margin-bottom: 0;
}
body main .link_btn li a{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	padding: 15px 40px 15px 20px;
	box-shadow: 0 0 8px #e8e8e8;
	border: 1px solid #153368;
	position: relative;
}
body main .link_btn li a:after{
	content: "";
    background-image: url(../../img/more_arrow_bk.png);
    width: 8px;
    height: 10px;
    position: absolute;
    top: 23px;
    right: 10px;
    background-repeat: no-repeat;
}
body main .link_btn li a.on,
body main .link_btn li a:hover{
	background: #153368;
	color: #fff;
	opacity: 1;
}
body main .link_btn li a.on:after,
body main .link_btn li a:hover:after{
	content: "";
    background-image: url(../../img/more_arrow.png);
    width: 8px;
    height: 10px;
    position: absolute;
    top: 23px;
    right: 10px;
    background-repeat: no-repeat;
}

/*h2*/
body main .sec_box h2{
/*    font-size: 4rem;*/
	font-size: 3.9rem;	/* 洋上風車システムインテグレーション共同研究講座が1行に収まるように文字サイズを小さくした */
    line-height: 1;
    position: relative;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
body main .sec_box h2 span{
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	line-height: 1;
	display: block;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
body main .sec_box h2:after{
    content: "";
    background: #448aca;
    width: 1.5px;
    height: 17px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

/*h3*/
body main .sec_box h3{
	font-size: 2.2rem;
	font-weight: 400;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	line-height: 1;
	margin-bottom: 20px;	
	color: #448aca;
}

/*OL >LI*/
body ol{
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
body ol li{
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-bottom: 10px; 
	font-size: 1.3rem;
}
body ol li:last-child{
	margin-bottom: 0;
}
body ol li:before{
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
	font-weight: bold;
	color: #7697d0;
}

/*リンク参考文献などのエリア*/
body .link_box_sankou{
	background: #efeff4;
	padding: 20px;
}
body .link_box_sankou p{
	font-size: 1.4rem!important;
	margin-bottom: 5px!important;
}

/*footer上のリンクエリア*/
body .fotter_link_area{
	margin-top: 80px;
	padding: 30px 0;
	background: #f4f4f4;
}
body .fotter_link_area .inner{
	
}
body .fotter_link_area ul{
	justify-content: center;
}
body .fotter_link_area ul li{
	font-size: 1.4rem;
	background: #fff;
	margin-right: 20px;
	width: 330px;
}
body .fotter_link_area ul li:last-child{
	margin-right: 0;
}
body .fotter_link_area ul li a{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	padding: 20px 34px 20px 20px;
	box-shadow: 0 0 8px #e8e8e8;
	border: 1px solid #153368;
	position: relative;
	text-align: center;
}
body .fotter_link_area ul li a:after{
	content: "";
    background-image: url(../../img/more_arrow_bk.png);
    width: 8px;
    height: 10px;
    position: absolute;
    top: 27px;
    right: 10px;
    background-repeat: no-repeat;
}
body .fotter_link_area ul li a.on,
body .fotter_link_area ul li a:hover{
	background: #153368;
	color: #fff;
	opacity: 1;
}
body .fotter_link_area ul li a.on:after,
body .fotter_link_area ul li a:hover:after{
	content: "";
    background-image: url(../../img/more_arrow.png);
    width: 8px;
    height: 10px;
    position: absolute;
    top: 27px;
    right: 10px;
    background-repeat: no-repeat;
}
body .fotter_link_area ul li a.on{
	pointer-events: none;
	padding: 20px;
}
body .fotter_link_area ul li a.on:after{
	background-image: none;
}
body .fotter_link_area ul li a.on:hover:after{
	background-image: none;
}

/*table*/
body .table_area table{
	width: 100%;
	border: 1px solid #d2d2d2;
}
body .table_area table tr{
	border-bottom: 1px solid #d2d2d2;
}
body .table_area table th{
	background: #efeff4;
	padding: 10px;
	text-align: center;
	border-right: 1px solid #d2d2d2;
}
body .table_area table td{
	padding: 10px;
}


/*iframe*/
body div.iframe_box {
	position:relative;
	width:100%;
	height:0;
	padding-top:56.25%;
}
body div.iframe_box iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*a_link*/
body a.a_link{
	color: #448aca;
}

/*ul_list*/
body ul.ul_list{
	margin: 20px 0;
}
body ul.ul_list li{
	list-style-type: disc;
    text-indent: -3px;
    margin-left: 18px;
    line-height: 1.9;
}

/*ページネーション*/
body .pager{
	margin-top: 30px;
}
body .pager ul.pagination {
	text-align: center;
	margin: 0;
	padding: 0;
	width: auto!important;
	justify-content: center!important;
	display: flex!important;
}
body .pager .pagination li {
	margin: 0 2px!important;
	padding: 0!important;
	display: inline-block!important;
	background: #ffffff!important;
	width: 45px!important;
	height: 45px!important;
	text-align: center!important;
	position: relative!important;
	border: 1px solid!important;
}
body .pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #000;
	text-decoration: none;
	border: 1px solid;
	padding-top: 8px;
}
body.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}
body .pager .pagination li a:hover,
body .pager .pagination li span.current{
	color: #fff!important;
	background: #000!important;
	opacity: 1!important;
}
body .pager .pagination li span.current{
	width: 43px;
	height: 43px;
	display: block;
	padding-top: 9px;
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){  
    body{
        min-width: 100%;
    }    
    body main{
		width: 100%;
		margin: 0 auto 15%;
		padding-top: 80px;
    }
    body .inner{
        width: 100%;
        padding: 0 6%;
    }
	body header .inner{
		padding: 0;
	}
    /*MV*/
    body main .mv{
        width: 100%;
        height: 200px;
    }
    body main .mv h1{
        font-size: 3rem;
        width: 100%;
    }
    body main .mv h1 span{
        font-size: 1.3rem;
    }

    /*パンくず*/
    body main p.breadcrumb{
        display: none;
    }
    body main p.breadcrumb a{
        text-decoration: underline;
        color: #787878;
    }

    body main .sec_box{
        margin-top: 15%;
    }

    /*sec01*/
    body main .sec01{
        margin-top: 15%;
    }
    /*本文*/
    body main .sec_box p{
        font-size: 1.4rem;
    }
    /*画像*/
    body main .sec_box img{
        display: block;
        margin: 0 auto;
    }

    /*h2*/
    body main .sec_box h2{
        font-size: 2.4rem;
        padding-bottom: 30px;
        margin-bottom: 11px;
    }
	/*footer上のリンクエリア*/
	body .fotter_link_area{
		margin-top:15%;
		padding: 5% 0;
		background: #f4f4f4;
	}
	body .fotter_link_area ul{
		justify-content: center;
	}
	body .fotter_link_area ul li{
		font-size: 1.2rem;
		background: #fff;
		margin-right: 0px;
		width: 100%;
		margin-bottom: 3%;
	}
	body .fotter_link_area ul li:last-child{
		margin-right: 0;
		margin-bottom: 0;
	}
	body .fotter_link_area ul li a{
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		display: block;
		padding: 20px 40px 20px 20px;
		box-shadow: 0 0 8px #e8e8e8;
		border: 1px solid #153368;
		position: relative;
	}
	body .fotter_link_area ul li a:after{
		content: "";
		background-image: url(../../img/more_arrow_bk.png);
		width: 8px;
		height: 10px;
		position: absolute;
		top: 27px;
		right: 10px;
		background-repeat: no-repeat;
	}
	body .fotter_link_area ul li a:hover{
		background: #153368;
		color: #fff;
		opacity: 1;
	}
	body .fotter_link_area ul li a:hover:after{
		content: "";
		background-image: url(../../img/more_arrow.png);
		width: 8px;
		height: 10px;
		position: absolute;
		top: 27px;
		right: 10px;
		background-repeat: no-repeat;
	}
	/*リンクボタン*/
	body main .link_btn{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	body main .link_btn li{
		font-size: 1.6rem;
		background: #fff;
		margin-right: 0px;
		width: 100%; 
		margin-bottom: 15px;
	}
	body main .link_btn li:nth-child(3),
	body main .link_btn li:nth-child(4){
		margin-bottom: 20px;
	}
	body main .link_btn li:last-child{
		margin-bottom: 0;
	}
	body main .link_btn li a{
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		display: block;
		padding: 15px 40px 15px 20px;
		box-shadow: 0 0 8px #e8e8e8;
		border: 1px solid #153368;
		position: relative;
	}
	body main .link_btn li a:after{
		content: "";
		background-image: url(../../img/more_arrow_bk.png);
		width: 8px;
		height: 10px;
		position: absolute;
		top: 23px;
		right: 10px;
		background-repeat: no-repeat;
	}
	body main .link_btn li a.on,
	body main .link_btn li a:hover{
		background: #153368;
		color: #fff;
		opacity: 1;
	}
	body main .link_btn li a.on:after,
	body main .link_btn li a:hover:after{
		content: "";
		background-image: url(../../img/more_arrow.png);
		width: 8px;
		height: 10px;
		position: absolute;
		top: 23px;
		right: 10px;
		background-repeat: no-repeat;
	}
	/*ディレクトリ別MV*/
	#admissions main .mv{
		background-image: url(../../admissions/img/ttl_MV.png);
		background-position: right;
	}

	/*table*/
	body .table_area table{
		width: 100%;
		border: 1px solid #d2d2d2;
	}
	body .table_area table tr{
		border-bottom: 1px solid #d2d2d2;
	}
	body .table_area table th{
		background: #efeff4;
		padding: 10px;
		text-align: center;
		border-right: 1px solid #d2d2d2;
		font-size: 1.3rem;
	}
	body .table_area table td{
		padding: 10px;
		font-size: 1.3rem;
	}
	
	/*h3*/
	body main .sec_box h3{
		font-size: 1.7rem;
		font-weight: 400;
		padding-bottom: 10px;
		border-bottom: 1px solid;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	/*リード*/
	body main .sec_box .read p.ttl{
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		font-size:1.75rem;
		text-align: left;
		line-height:2;
		font-weight: 500;
	}
	/*ul_list*/
	body ul.ul_list{
		margin: 5% 0;
	}
	body ul.ul_list li{
		list-style-type: disc;
		text-indent: -3px;
		margin-left: 18px;
		line-height: 1.9;
	}
}/*---------------------SP用ここまで*/



/* ============================================
*
　history.html
*
===============================================*/
#outline.history .history_box dl{
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
}
#outline.history .history_box dt{
	position: relative;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 600;
	font-size: 2.2rem;
	text-align: center;
	display: block;
	padding: 3px 15px;
	width: 110px;
}
#outline.history .history_box dt:after{
	content: "";
    width: 20px;
    height: 23px;
    position: absolute;
    right: -10px;
    top: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
}
#outline.history .history_box dt span{
	font-size: 1.6rem;
}

/*吹き出しの色変更-------------*/
#outline.history .history_box dt.y01{
	background: #5ebbb1;
}
#outline.history .history_box dt.y01:after{
	background-image: url(../../outline/img/history/ar_1.png);
}
#outline.history .history_box dt.y02{
	background: #3eafd3;
}
#outline.history .history_box dt.y02:after{
	background-image: url(../../outline/img/history/ar_2.png);
}
#outline.history .history_box dt.y03{
	background: #0088cf;
}
#outline.history .history_box dt.y03:after{
	background-image: url(../../outline/img/history/ar_3.png);
}
#outline.history .history_box dt.y04{
	background:#3d5d9d;
}
#outline.history .history_box dt.y04:after{
	background-image: url(../../outline/img/history/ar_4.png);
}
#outline.history .history_box dt.y05{
	background: #8473b3;
}
#outline.history .history_box dt.y05:after{
	background-image: url(../../outline/img/history/ar_5.png);
}
#outline.history .history_box dt.y06{
	background: #005682;
}
#outline.history .history_box dt.y06:after{
	background-image: url(../../outline/img/history/ar_6.png);
}
/*吹き出しの色変更ここまで-------------*/

#outline.history .history_box dd{
	font-size: 1.4rem;
	position: relative;
	padding-left: 50px;
}
#outline.history .history_box dd span{
	padding: 11px 0px 10px;
	display: block;
	position: relative;
	width: 730px;
}
#outline.history .history_box dd span:before{
	position: absolute;
	content: "●";
	left: -30px;
	color: #ccc;
	font-size: 1.2rem;
}
#outline.history .history_box dd:before{
	background: #ccc;
	height: 180%;
	width: 1px;
	content: "";
	position: absolute;
	left: 26px;
	top: 1px;
	z-index: -1;
}
#outline.history .history_box dl:first-child dd:before{
	top: 21px;
}
#outline.history .history_box dl:last-child dd:before{
	height: 60px;
}
#outline.history .history_box dl dd img{
	width: auto;
	display: inline-block;
	margin-right: 10px;
}

/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){  
	#outline.history .history_box{
		position: relative;
		height: auto;
	}
	#outline.history .history_box:after{
		background: #ccc;
		height: 100%;
		width: 1px;
		content: "";
		position: absolute;
		left: 84px;
		top: 1px;
		z-index: -1;
	}
	#outline.history .history_box dl{
		display: flex;
		align-items: flex-start;
		margin-bottom: 5px;
	}
	#outline.history .history_box dt{
		position: relative;
		color: #fff;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		font-weight: 600;
		font-size: 1.4rem;
		text-align: center;
		display: block;
		padding: 3px 15px;
		background: #153368;
		width: 60px;
	}
	#outline.history .history_box dt:after{
		content: "";
		background-image: url(../../outline/img/history/img_02.png);
		width: 20px;
		height: 23px;
		position: absolute;
		right: -10px;
		top: 10px;
	}
	#outline.history .history_box dt span{
		font-size: 1.6rem;
	}
	#outline.history .history_box dd{
		font-size: 1.4rem;
		position: relative;
		padding-left: 50px;
	}
	#outline.history .history_box dd span{
		padding: 0 0 10px;
		display: block;
		position: relative;
		width: 100%;
	}
	#outline.history .history_box dd span:before{
		position: absolute;
		content: "●";
		left: -30px;
		color: #ccc;
		font-size: 1.2rem;
		top: 12px;
	}
	#outline.history .history_box dd:before{
		display: none;
	}
	#outline.history .history_box dl:first-child dd:before{
		top: 21px;
	}
	#outline.history .history_box dl:last-child dd:before{
		height: 0;
	}
	#outline.history .history_box dl dd img{
		width: 70%;
		display: inline-block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	#outline.history .sec_box .read p.ttl{
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		font-size: 2.2rem;
		text-align: left;
		line-height: 1.7;
		font-weight: 500;
		margin-bottom: 20px;
		display: block;
	}
}/*---------------------SP用ここまで*/




/* ============================================
*
　message.html
*
===============================================*/
#education.massage .message_box{
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 60px;
}
#education.massage .message_box .txt_area{
	width: 640px;
}
#education.massage .message_box .txt_area .name{
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
}
#education.massage .message_box .txt_area .name span{
	font-size: 2.3rem;
	color: #a7b0ee;
	line-height: 1;
	padding-left: 20px;
	font-weight: 300;
}
#education.massage .message_box .txt_area .memo{
	font-size: 1.3rem;
	line-height: 1.8;
}
#education.massage .message_box .txt_area .message_area{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #000;
}
#education.massage .message_box .txt_area .message_area h3{
	font-size: 3rem;
	line-height: 1.5;
    position: relative;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
	text-align: left;
	margin-bottom: 14px;
	padding: 0;
	border: none;
	color: #000;
}
#education.massage .message_box .img_area{
	width: 230px;
}
#education.massage .message_box .img_area img{
	width: 100%;
}


/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){  
	#education.massage .message_box{
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 15%;
		display: flex;
		flex-wrap: wrap;
	}
	#education.massage .message_box:nth-child(odd){
		flex-direction: row-reverse;
	}
	#education.massage .message_box .img_area{
		width: 100%;
		margin-bottom: 20px;
	}
	#education.massage .message_box .img_area img{
		width: 180px;
	}
	#education.massage .message_box .txt_area{
		width: 100%;
	}
	#education.massage .message_box .txt_area .name{
		font-size: 2.3rem;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 15px;
	}
	#education.massage .message_box .txt_area .name span{
		font-size: 1.5rem;
		color: #a7b0ee;
		line-height: 1;
		padding-left: 20px;
		font-weight: 300;
	}
	#education.massage .message_box .txt_area .memo{
		font-size: 1.3rem;
		line-height: 1.8;
	}
	#education.massage .message_box .txt_area .message_area{
		padding-top: 15px;
		margin-top: -6px;
		border-top: 1px solid #000;
	}
	#education.massage .message_box .txt_area .message_area h3{
		font-size: 2.6rem;
		line-height: 1.5;
		position: relative;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		font-weight: 400;
		text-align: left;
		margin-bottom: 14px;
	}
}/*---------------------SP用ここまで*/



/* ============================================
*
　research 
*
===============================================*/
#research .in_box{
	margin-bottom: 80px;
}
#research .in_box:last-child{
	margin-bottom: 0px;
}
#research .in_box .flex{
	justify-content: space-between;
	align-items: flex-start;
}
#research .in_box .flex .txt_area{
	width: 442px;
}
#research .in_box .flex .name_aera p{
	background: #efeff4;
	font-size: 1.4rem;
	line-height: 1;
	padding: 15px 20px;
	margin-bottom: 10px;
}
#research .in_box .flex .name_aera p span.btn a{
	color: #448aca;
}
#research .in_box .flex .name_aera p span.btn{
	position: relative;
	padding-right: 20px;
}
#research .in_box .flex .name_aera p span.btn:after{
	position: absolute;
	content: "";
	background-image: url(../img/link_win_bl.png);
	width: 14px;
	height: 14px;
	right: -4px;
}
#research .in_box .btn_area{
	margin-top: 30px;
}
#research .in_box .flex .btn_area .flex{
	justify-content:space-between;
}
#research .in_box .flex .btn_area .flex li{
	
}
#research .in_box .flex .btn_area .flex li:first-child{
	width: 230px;
}
#research .in_box .flex .btn_area .flex li:last-child{
	width: 197px;
}
#research .in_box .flex .btn_area .flex li a{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	text-align: center;
	padding: 15px 20px;
}
#research .in_box .flex .btn_area .flex li:first-child a{
	background: #448aca;
	border: 2px solid #448aca;
	color: #fff;
	position: relative;
}
#research .in_box .flex .btn_area .flex li:first-child a:after{
	position: absolute;
	content: "";
	background-image: url(../img/link_win_wt.png);
	width: 14px;
	height: 14px;
	right: 18px;
	top: 19px;
}
#research .in_box .flex .btn_area .flex li:last-child a{
	border: 2px solid #bd3e3e;
	background: #fff;
	box-sizing: border-box;
	color: #000;
	position: relative;
}
#research .in_box .flex .btn_area .flex li:last-child a:after{
	position: absolute;
	content: "";
	background-image: url(../img/link_pdf.png);
	width: 29px;
	height: 13px;
	right: 18px;
	top: 19px;
}
#research .sec_box p {
	line-height:1.9; 
}
#research main .illust_map .illust_inner{
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
#research main .illust_map .illust_inner img{
	width: 100%;
	display: block;
}
#research main .illust_map .illust_txt p{
	color: #fff;
	flex-wrap: 500;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	margin: 0;
	font-weight: 500;
	font-size: 1.4rem;
	padding: 10px;
	border-radius: 90px;
	position: relative;
	box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
	border: 2px solid #fff;
	width: 160px;
	letter-spacing: 0.09em;
}
#research main .illust_map .illust_txt:hover{
	transition: .3s;
	opacity: 0.7;
}
#research main .illust_map .illust_txt p:after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #ffffff;
	z-index: 1;
}
#research main .illust_map .illust_txt p:before{
	content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #205499;
    z-index: 2;
}
#research main .illust_map .illust_txt p span{
	position: relative;
    display: block;
    padding-left: 10px;
    width: 100%;
    text-align: center;
}
#research main .illust_map .illust_txt p span:before{
	content: "";
	background-image: url(../../research/img/mordal_icon.png);
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: -10px;
	left: 11px;
	-webkit-transform: translate(0%, 0%);
	transform: translate(-50%, 0%);
	background-repeat: no-repeat;
	background-size: 80%;
}
/*知能化船*/
#research main .illust_map .illust_txt div:first-child{
	position: absolute;
    top: 294px;
    right: 348px;
}
#research main .illust_map .illust_txt div:first-child p{
	width: 220px;
	background: #00000024;
}
/*洋上プラットフォーム*/
#research main .illust_map .illust_txt div:nth-child(2){
	position: absolute;
	top: 134px;
	right: 558px;
}
#research main .illust_map .illust_txt div:nth-child(2) p{
	width: 240px;
	background: #00000024;
}
#research main .illust_map .illust_txt div:nth-child(2) p:before,
#research main .illust_map .illust_txt div:nth-child(2) p:after{
	left: 80%;
}
#research main .illust_map .illust_txt div:nth-child(2) p:before{
	border-top: 12px solid #c1c7ca;
}
/*再生可能エネルギー*/
#research main .illust_map .illust_txt div:nth-child(3){
	position: absolute;
    top: 414px;
    right: 688px;
}
#research main .illust_map .illust_txt div:nth-child(3) p{
	width: 220px;
	background: #00000024;
}
/*海中・海底技術*/
#research main .illust_map .illust_txt div:nth-child(4){
	position: absolute;
	top: 573px;
	right: 828px;
}
#research main .illust_map .illust_txt div:nth-child(4) p{
	width: 220px;
	background: #00000024;
}
#research main .illust_map .illust_txt div:nth-child(4) p:before{
	border-top: 12px solid #16243b;
}
/*海洋波*/
#research main .illust_map .illust_txt div:nth-child(5){
	position: absolute;
	top: 213px;
	right: 108px;
}
#research main .illust_map .illust_txt div:nth-child(5) p{
	width: 130px;
	background: #00000033;
}
#research main .illust_map .illust_txt div:nth-child(5) p:before{
	border-top: 12px solid #20508d;
}
/*水素技術・アンモニア技術*/
#research main .illust_map .illust_txt div:nth-child(6){
	position: absolute;
	top: 143px;
	right: 148px;
}
#research main .illust_map .illust_txt div:nth-child(6) p{
	width: 260px;
	background: #00000024;
}
#research main .illust_map .illust_txt div:nth-child(6) p:before{
	border-top: 12px solid #a4c0cf;
}
/*極域*/
#research main .illust_map .illust_txt div:nth-child(7){
	position: absolute;
    top: 173px;
    right: 858px;
}
#research main .illust_map .illust_txt div:nth-child(7) p{
	width: 110px;
	background: #00000024;
}
#research main .illust_map .illust_txt div:nth-child(7) p:before{
	border-top: 12px solid #d9d9db;
}
/*大型養殖*/
#research main .illust_map .illust_txt div:nth-child(8){
	position: absolute;
	top: 200px;
	right: 618px;
}
#research main .illust_map .illust_txt div:nth-child(8) p{
	width: 130px;
	background:#00000033;
}
#research main .illust_map .illust_txt div:nth-child(8) p:before{
	border-top: 12px solid #4b7db8;
}
/*IoT工場*/
#research main .illust_map .illust_txt div:nth-child(9){
	    position: absolute;
    top: 450px;
    right: 28px;
}
#research main .illust_map .illust_txt div:nth-child(9) p{
	width: 130px;
	background:#00000033;
}
#research main .illust_map .illust_txt div:nth-child(9) p:before{
	border-top: 12px solid #104793;
}
/*海洋生物*/
#research main .illust_map .illust_txt div:nth-child(10){
    position: absolute;
    top: 260px;
    right: 828px;
}
#research main .illust_map .illust_txt div:nth-child(10) p{
	width: 130px;
	background:#00000033;
}
#research main .illust_map .illust_txt div:nth-child(10) p:before{
	border-top: 12px solid #3a6ba9;
}


#research main .illust_map .modalbox{
	display: none;
}
#research .featherlight h3{
	    display: block;
    text-align: center;
    font-size: 2.1rem;
    margin-bottom: 22px;
}
#research .featherlight img{
	display: block;
	margin: 0 auto;
}
#research .featherlight p{
	margin-top: 15px;
}

/*facirity.html
---------------------------------*/
#research.facility .in_box .img_3area{
	justify-content: space-between;
	background: #efeff4;
	padding: 30px 40px 20px;
}
#research.facility .in_box .img_3area li{
	width: 31%;
}
#research.facility .in_box .img_3area li img{
	width: 100%;
}
#research.facility .in_box .img_3area li span{
	text-align: center;
	display: block;
	font-size: 1.2rem;
	margin-top: 5px;
}
#research.facility .DL_area{
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}
#research.facility .DL_area li:first-child{
	width: 120px;
	margin-right: 10px;
}
#research.facility .DL_area li{
	font-size: 1.4rem;
	line-height: 1.8;
}

/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){  
	#research .in_box{
		margin-bottom: 15%;
	}
	#research .in_box .flex .txt_area{
		width: 100%;
	}
	#research .in_box .flex .name_aera p{
		background: #efeff4;
		font-size: 1.4rem;
		line-height: 1;
		padding: 15px 20px;
		margin-bottom: 10px;
	}
	#research .in_box .flex .name_aera p span.btn a{
		color: #448aca;
	}
	#research .in_box .flex .name_aera p span.btn{
		position: relative;
		padding-right: 20px;
	}
	#research .in_box .flex .name_aera p span.btn:after{
		position: absolute;
		content: "";
		background-image: url(../img/link_win_bl.png);
		width: 14px;
		height: 14px;
		right: -4px;
	}
	#research .in_box .btn_area{
		margin-top: 20px;
	}
	#research .in_box .flex .btn_area .flex{
		justify-content:space-between;
	}
	#research .in_box .flex .btn_area .flex li:first-child{
		width: 100%;
		margin-bottom: 10px;
	}
	#research .in_box .flex .btn_area .flex li:last-child{
		width: 100%;
	}
	#research .in_box .flex .btn_area .flex li a{
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		display: block;
		text-align: center;
		padding: 15px 20px;
	}
	#research .in_box .flex .btn_area .flex li:first-child a{
		background: #448aca;
		border: 2px solid #448aca;
		color: #fff;
		position: relative;
	}
	#research .in_box .flex .btn_area .flex li:first-child a:after{
		position: absolute;
		content: "";
		background-image: url(../img/link_win_wt.png);
		width: 14px;
		height: 14px;
		right: 18px;
		top: 19px;
	}
	#research .in_box .flex .btn_area .flex li:last-child a{
		border: 2px solid #bd3e3e;
		background: #fff;
		box-sizing: border-box;
		color: #000;
		position: relative;
	}
	#research .in_box .flex .btn_area .flex li:last-child a:after{
		position: absolute;
		content: "";
		background-image: url(../img/link_pdf.png);
		width: 29px;
		height: 13px;
		right: 18px;
		top: 19px;
	}
	#research main .illust_map .illust_inner{
		width: 100%;
		margin: 0 auto;
	}
	#research main .illust_map .illust_inner img{
		width: 100%;
		display: block;
		pointer-events: none;
	}
	#research main .illust_map .illust_txt,
	#research main .illust_map map{
		display: none;
	}
	
	/*facirity.html
	---------------------------------*/
	#research.facility .in_box .img_3area{
		justify-content: space-between;
		background: #efeff4;
		padding: 30px 40px 20px;
	}
	#research.facility .in_box .img_3area li{
		width: 100%;
		margin-bottom: 10px;
	}
	#research.facility .in_box .img_3area li img{
		width: 100%;
	}
	#research.facility .in_box .img_3area li span{
		text-align: center;
		display: block;
		font-size: 1.2rem;
		margin-top: 5px;
	}
	#research.facility .DL_area{
		justify-content: flex-start;
		align-items: center;
		margin-top: 20px;
	}
	#research.facility .DL_area li:first-child{
		width: 30%;
		margin: 0 auto 10px;
	}
	#research.facility .DL_area li:first-child img{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#research.facility .DL_area li{
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#research.facility .table_area table th{
		min-width: 100px;
	}

}/*---------------------SP用ここまで*/





/* ============================================
*
　access \ contant 
*
===============================================*/
#access .sec_box .tel{
	position: relative;
	padding-left: 50px;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 0;
	color: #153368;
	margin-bottom: 28px;
}
#access .sec_box .tel a{
	color: #153368;
	pointer-events: none;
}
#access .sec_box .tel:before{
	position: absolute;
	content: "";
	background-image: url(../img/tel_icon.png);
	width: 41px;
	height: 41px;
	left: 0;
	top: -4px;
}
#access .sec_box .tel span{
	font-weight: 400;
	font-size: 1.3rem;
	color: #646464;
	margin-left: 10px;
}
#access .sec_box .mail{
	position: relative;
	padding-left: 50px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 0;
	color: #153368;
	margin-top: 20px;
	margin-bottom: 0px;
}
#access .sec_box .mail:before{
	position: absolute;
	content: "";
	background-image: url(../img/mail_icon.png);
	width: 41px;
	height: 41px;
	left: 0;
	top: -9px;
}
#access .sec_box .mail_box{
	background: #efeff4;
	padding: 20px 20px 33px;
	margin-bottom: 20px;
}
#access .sec_box p.address{
	margin-bottom: 5px;
}

#access .sec02 img{
	margin-bottom: 30px;
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){  
	#access .sec_box .tel a{
		color: #153368;
		pointer-events: auto;
	}
	#access .sec_box .tel span{
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
	#access .sec_box .mail{
		position: relative;
		padding-left: 50px;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.5;
		padding-bottom: 0;
		color: #153368;
		margin-top: 20px;
		margin-bottom: 0px;
	}
	#access .sec_box .mail:before{
		position: absolute;
		content: "";
		background-image: url(../img/mail_icon.png);
		width: 41px;
		height: 41px;
		left: 0;
		top: 8px;
	}
	#access .sec_box .mail_box{
		padding: 5%;
	}
	#access .sec02 li{
		margin-bottom: 10px;
	}
}/*---------------------SP用ここまで*/







/* ============================================
*
　What's New
*
===============================================*/
#news main .mv{
	background: #0f254c;
}
#news .sec_box ul{
	justify-content: flex-start;
    margin: 0px auto 0;
    flex-wrap: wrap;
	width: 1080px;
}
#news .breadcrumb{
	width: 1080px;
}
#news .sec_box ul li{
    width: 340px;
    text-align: left;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 30px;
    color: #fff;
	margin-right: 25px;
}
#news .sec_box ul li:nth-child(3),
#news .sec_box ul li:nth-child(6),
#news .sec_box ul li:nth-child(9),
#news .sec_box ul li:nth-child(12),
#news .sec_box ul li:nth-child(15),
#news .sec_box ul li:nth-child(18),
#news .sec_box ul li:nth-child(21){
	margin-right: 0px;
}
#news .sec_box ul li:nth-child(4),
#news .sec_box ul li:nth-child(5),
#news .sec_box ul li:nth-child(6){
    margin-bottom: 0px;
}
#news .sec_box ul li img{
	border: 1px solid #dadada;
}
#news .sec_box ul li a{
    color: #000;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
}
#news .sec_box ul li p.honbun{
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	border-bottom: 1px solid #9b9b9b;
	color: #000;
	line-height: 1.8;
}
#news .sec_box ul li p.time{
    color: #898c92;
    font-weight: 500;
    padding: 20px 0;
    line-height: 1;
	margin-bottom: 0px;
}

/*news_in*/
#news_in main .mv{
	background: #0f254c;
}
#news_in .ttl{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
#news_in .ttl h2{
	font-size: 2.5rem;
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
#news_in .ttl h2:after{
	display: none;
}
#news_in .ttl p{
	font-size: 1.3rem;
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight: 600;
    margin-bottom: 5px;
}
#news_in .img_txt_area{
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
#news_in .img_txt_area p{
	width: 470px;
}
#news_in .img_txt_area img{
	margin: 0;
}
#news_in .img_area_cl01 img{
	margin: 20px auto;
}
#news_in .bk_btn{
	font-size: 1.4rem;
    background: #fff;
    margin-right: 20px;
    width: 270px;
    box-sizing: border-box;
    display: block;
    padding: 10px 34px 10px 20px;
    /* box-shadow: 0 0 8px #e8e8e8; */
    border: 1px solid #153368;
    position: relative;
    text-align: center;
    display: block;
    margin: 30px auto 0;
}
#news_in .bk_btn:before{
	position: absolute;
	content: "";
	background-image: url(../../news/img/more_arrow_bk.png);
	width: 8px;
	height: 10px;
	left: 20px;
	top: 16px;
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
	#news .sec_box ul{
		justify-content: space-between;
		margin: 0px auto 0;
		flex-wrap: wrap;
		width: 100%;
	}
	#news .sec_box ul li{
		width: 90%;
		text-align: left;
		padding: 0px;
		box-sizing: border-box;
		height: auto;
		position: relative;
		font-size: 1.6rem;
		margin-bottom: 30px;
		color: #fff;
		margin-right: 0px;
		margin: 0 auto;
	}
	#news .sec_box ul li:nth-child(3),
	#news .sec_box ul li:nth-child(6),
	#news .sec_box ul li:nth-child(9),
	#news .sec_box ul li:nth-child(12),
	#news .sec_box ul li:nth-child(15),
	#news .sec_box ul li:nth-child(18),
	#news .sec_box ul li:nth-child(21){
		margin: 0 auto;
	}
	#news .sec_box ul li:nth-child(4),
	#news .sec_box ul li:nth-child(5),
	#news .sec_box ul li:nth-child(6){
		margin-bottom: 0px;
	}
	#news .sec_box ul li img{
		border: 1px solid #dadada;
	}
	#news .sec_box ul li a{
		color: #000;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		display: block;
	}
	#news .sec_box ul li p.honbun{
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.1em;
		padding-bottom: 20px;
		border-bottom: 1px solid #9b9b9b;
		color: #000;
		line-height: 1.8;
	}
	#news .sec_box ul li a p.time{
		color: #898c92;
		font-weight: 500;
		padding: 15px 0;
		line-height: 1;
		margin-bottom: 0px;
	}

	/*news_in*/
	#news_in .ttl{
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #000;
	}
	#news_in .ttl h2{
		font-size: 2.5rem;
		text-align: left;
		margin: 0;
		padding: 0;
		font-weight: 600;
	}
	#news_in .ttl h2:after{
		display: none;
	}
	#news_in .ttl p{
		font-size: 1.3rem;
		text-align: left;
		margin: 0;
		padding: 0;
		font-weight: 600;
		margin-bottom: 5px;
	}
	#news_in .img_txt_area{
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 5%;
	}
	#news_in .img_txt_area p{
		width: 100%;
	}
	#news_in .img_txt_area img{
		margin: 0;
	}
	#news_in .img_area_cl01 img{
		margin: 5% auto;
	}
}/*---------------------SP用ここまで*/

