﻿

/* カテゴリトップ共通上部タイトル */
.page_title{
	background-color: #1e1f5c;
	background-image: url(../img/layout/page_title_cat4.jpg);
	background-size: cover;
	background-position: center top;
	height: 245px;
}

/* 組織概要　
**********************************************/
.tbl{
	width: 96%;
	margin:20px auto;
	border-collapse: separate;
    border-spacing: 0 10px;
}

.tbl th{
	padding: 10px;
	text-align: left;
	border-left: 1px solid #2874b4;
	font-size: 14px;
	font-weight: 500;
	transform: rotate(0.03deg);
}

.tbl td{
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	transform: rotate(0.03deg);
}

/* PDFリンクマーク　*/
.lnk-icon-pdf {
    background: url(../img/parts/icon_pdf_blue_s.png) no-repeat left 5px;
    padding-left: 20px;
}

/* リンク後のアイコン（別窓マーク　小さめ）　*/
.icon-win::after{
	content: '';
    display: inline-block;
    margin: 0 0 0 5px;
    width: 13px;
  	height: 10px;
  	background-image: url(../img/parts/icon_linkwin_on.png);
  	background-size: contain;
}

.icon-win:hover::after{
    display: inline-block;
    margin: 0 0 0 5px;
    width: 13px;
  	height: 10px;
  	background-image: url(../img/parts/icon_linkwin_over.png);
}

/* 理事長挨拶　*/
.rijicho  {
	width: 100%;
	margin: 30px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.rijicho .photo{
	margin-right: 20px;
}


.rijicho p{
    font-size: 14px;
    font-weight: 400;
    transform: rotate(0.03deg);
}
 

@media screen and (max-width: 768px) {
	.rijicho{
		display: block;
	}
	
	.rijicho .photo{
		margin: 20px auto;
		width: 200px;
	}
	
	.page_title{
		padding: 0 20px;
		background-size: auto 100%;
		background-position: center center;
		margin:0 -20px;
	}	
	
	.page_title　.title{
		width: 90%; 
	}

}

.flex_getmark{
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 150px;
}

/* box子要素 組織概要下 */
.flex_col2 a {
	width : 33.3%;  
	margin: 0;
	padding: 20px;
	display: block;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	min-height: 150px;
}

.flex_col2 a .col_more2{
	margin: 10px 0 0;
    font-size: 12px;
    font-weight: 500;
    transform: rotate(0.03deg);
}


.leftborder{
	padding-left: 20px;
	border-left: 1px solid #2874b4;	
	height: 170px;
}

.flex_mitem:hover{
	background:#f3f6fd;
}

.flex_mitem h3{
	font-size: 15px;
	font-weight: 500;
	transform: rotate(0.03deg);
}

.flex_mitem p{
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 400;
	transform: rotate(0.03deg);
}

	@media only screen and (max-width: 768px) {
		.flex_ban .flex_mov{
			width: 50%;
		}

		.flex_ban .flex_mov span {
			background-color: #fff;
			opacity: 1;
			width: 100%;
			padding: 5px 0 10px 10px;
			transform: rotate(0);
		}

		.flex_ban .flex_mov span::after {
			right: 25px;
		}

		.flex_ban .flex_mov img{
			width: 100%;
			height: auto;
		}

		.flex_ban .flex_mov .word,
		.flex_ban .flex_col .word2 {
			background-color: #fff;
			font-size: 15px;
			font-weight: 500;
			width: 100%;
			padding: 10px 30px 10px 10px;
			position: absolute;
			left: 0;
			bottom: 0;
			z-index: 2;
		}
				
		.flex_ban .flex_mov .word::after {
			right: 10px;
			position: absolute;			
		}

		.flex_ban .flex_mov .time{
			z-index:2;
		}
		
		.flex_col2 a {
			width : 50%;  
			padding: 10px;
		}
		
		.flex_mitem p{
			line-height:16px;
		}

		.leftborder {
		    padding-left: 10px;
		    height: 100px;
		}

		.leftborder h3{
			line-height: 22px;
		}
		
		.leftborder .col_more2{
			position: inherit;
		}
		
		.flex_mitem:hover{
			background:#fff;
		}
	
	}

	@media only screen and (max-width: 468px) {
		.leftborder {
		    height: 120px;
		}

	}


/* アクセス　
**********************************************/

/*　タブ切り替え全体のスタイル*/
.tabs2 {
	background-color: #fff;
	width: 1020px;
	margin: 20px auto;
}

/*タブのスタイル*/
.tabs2 .tab_item {
  	width: calc(100%/3);
  	height: 50px;
  	border-bottom: 1px solid #2874b2;
  	background-color: #fff;
  	line-height: 50px;
  	font-size: 14px;
	font-weight: 500;
	transform: rotate(0.03deg);
	text-align: left;
	padding-left: 30px;
	color: #2874b2;
	display: block;
	float: left;
}

.tabs2 .tab_item:hover {
	background: #2874b2;
  	color: #fff;
	cursor: pointer;
}

/*ラジオボタンを全て消す*/
.tabs2 input[name=tab_item] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tabs2 .tab_content {
	display: none;
	padding: 20px 0 0;
	clear: both;
	overflow: hidden;
	width: 100%;
}

/*選択されているタブのコンテンツのみを表示*/
#tab1_otemachi:checked ~ #tab1_otemachi_content,
#tab2_yokosuka:checked ~ #tab2_yokosuka_content,
#tab3_abiko:checked ~ #tab3_abiko_content,
#tab4_komae:checked ~ #tab4_komae_content,
#tab5_akagi:checked ~ #tab5_akagi_content,
#tab6_shiobara:checked ~ #tab6_shiobara_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs2 input:checked + .tab_item {
	background-color: #2874b4;
	color: #fff;
}


	@media only screen and (max-width: 768px) {
		.tabs2 {
			width: 100%;
		}
		
		.tabs2 .tab_item {
			padding-left: 10px;
			font-size: 12px;
		}
		
		.tabs2 .tab_item {
		  	width: 50%;
		}
	}

	@media only screen and (max-width: 320px) {
		.tabs2 .tab_item {
		    padding-left: 5px;
		    font-size: 11px;
		}
	}

.adress{
	margin:30px;
}

.adress p{
	font-size: 14px;
	font-weight: 400;
	transform: rotate(0.03deg);
}

.adress .flow{
	padding: 0;
	margin: 10px;
}

.adress h4{
	font-size: 14px;
	font-weight: 500;
	transform: rotate(0.03deg);
	color:#000;
}

.adress h5{
	font-size: 12px;
	font-weight: 500;
	transform: rotate(0.03deg);
	line-height: 26px;
}

.bolder{
	font-weight: 500;
	transform: rotate(0.03deg);
}

.disc{
	margin-left: 20px;
}

.disc li{
	list-style-type: disc;
	font-size: 14px;
	font-weight: 400;
	transform: rotate(0.03deg);
}

/* 部署名・研究所　*/
.disc2{
	margin:10px 0 0 30px;
}

.disc2 li{
	list-style-type: disc;
	font-size: 14px;
	font-weight: 400;
	transform: rotate(0.03deg);
}

/* 写真 */	
.access_photo{
	width: 600px;
	margin: 0 auto;
}

	@media only screen and (max-width: 768px) {
		.adress{
			margin:30px 0 0;
		}
		.access_photo{
			width: 80%;
			margin: 20px auto;
		}

	}
	
.print-btn2 a{
    margin: 20px 0 0 0;
    width: 200px;
    background: #2874b4;
    font-size: 12px;
    font-weight: 400;
    transform: rotate(0.03deg);
    text-align: center;
    color: #fff;
    display: block;
    padding: 5px 10px;
}

.print-title{
	display: none;
}

.print-off {
    display: none;
}


/* 組織図
**********************************************/
.map-pc{
	width: 818px;
	margin: 0 auto;
}

.map-sp{
	display: none;
}

	@media only screen and (max-width: 768px) {
		.map-pc img{
			width: 100%;
		}

	}

	@media only screen and (max-width: 480px) {
		
		.map-pc{
			width: 100%;
		}
		
		img[usemap] {
			height: auto;
			max-width: 100%;
			width: auto;
		}
	}
	
/* 創立録
**********************************************/
/* 扉のみ　*/
.founding_box{
	background:#f4f6fe;
	padding: 37px 0;
}

.founding_box .flex-col{
	margin: 50px 0 28px;
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	flex-wrap: wrap;
    align-content: flex-start;	
}

.founding_box .flex-col a img { border:2px solid #f4f6fe;}
.founding_box .flex-col a:hover img { border:2px solid #2b417f;}

.founding_box .flex-bann {
	margin: 0 0 20px;
	display: flex;
	align-items: flex-end;
	justify-content: space-evenly;
	flex-wrap: wrap;
    align-content: flex-start;	
	z-index: 999;
}

.founding_box .flex-bann .ban-top {
	margin-bottom: 10px;
}



.founding_box .flex-col .story2{
	padding-top:104px;
}

.founding_box .flex-col .story4 {
	padding-top:116px;
}

.founding_box .btn-list {
    margin: 10px 0 20px 68px!Important;
    position: relative;
    width: 341px;
    background: #2874b4;
    font-size: 14px;
    font-weight: 400;
    transform: rotate(0.03deg);
}

.founding_box .btn-list a{
	color: #fff;
/*	display: inline-block; */
	padding: 14px;	
}

.founding_box .btn-list a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    color: #fff;
    right: 10px;
    position: absolute;
}

.founding_box .btn-list:hover {
	background: #2b417f;
}

.img-sp{
	display: none;
}

	@media only screen and (max-width: 768px) {
		.founding_box{
			margin: 0 0 20px;
			padding: 10px 0;
			width: 100%;
		}

		.img-pc{
			display: none;
		}
		
		.img-sp{
			display: block;
			width: 100%;
		}

		.founding_box .flex-col{
			margin: 30px auto 10px;
			width: 94%;
		}
		
		.founding_box .flex-col img {
			margin: 0 auto;
		}

		.founding_box .flex-col .story1 {
			width: 310px;
			margin:10px auto;
			border:2px solid #2874b4;			
		}
		
		.founding_box .flex-col .story3 {
			width: 310px;		
			margin:10px auto;
			border:2px solid #2874b4;			
		}

		.founding_box .flex-col .story2{
			width: 310px;				
			padding-top:0;
			margin:10px auto;
			border:2px solid #2874b4;
		}
		
		.founding_box .flex-col .story4 {
			width: 310px;		
			padding-top:0;
			margin:10px auto;
			border:2px solid #2874b4;					
		}

		.founding_box .btn-list {
			width: 92%;
			margin: 0 auto 20px!Important;
		}
		
		.disp-pc{
			display: none;
		}

		.founding_box .flex-bann {
			width: 310px;
			margin: 0 auto 20px;
		}

		.founding_box .flex-bann div{
			margin-bottom: 20px;
		}

		.founding_box .flex-bann .ban-top {
		     margin-bottom: 0;
		}
}

.founding_box2{
	background:#f4f6fe;
	margin: 0;
	padding: 30px 20px;
}

.founding_box2 p{
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	transform: rotate(0.03deg);	
	color: #231815;
}

.uline span{
	color:#010044!important;
	display: block;	
	margin:0 0 10px;
	font-weight: 400!important;
}

.story1 .ph_box{
	width: 301px;
	margin: 40px auto;
}

.story2 .ph_box{
	width: 301px;
	margin: 40px auto;
}

.story3 .ph_box{
	width: 301px;
	margin: 40px auto;
}

.story4 .ph_box{
	width: 301px;
	margin: 40px auto;
}

.story_box{
	width: 900px;
	margin: 0 auto;
}

.flex-tab{
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #2874b4;
}

.flex-tab div{
	width: 25%;
	height: 57px;
	position: relative;
}


.flex-tab div a{
	color: #2874b4;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	transform: rotate(0.03deg);	
	padding: 0 10px;
	display: block;
	position: absolute;
	top: 20%;
}

.flex-tab div:hover a{
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	transform: rotate(0.03deg);	
	padding: 0 10px;
	display: block;
	position: absolute;
	top: 20%;	
}

.flex-tab div:hover,
.story1 .flex-tab div.story1,
.story2 .flex-tab div.story2,
.story3 .flex-tab div.story3,
.story4 .flex-tab div.story4{
	background: #2874b4;	
}

.story1 .flex-tab div.story1 a {
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	transform: rotate(0.03deg);	
	padding: 0 10px;
	display: block;
	position: absolute;
	top: 35%;
}

.story2 .flex-tab div.story1 a,
.story3 .flex-tab div.story1 a,
.story4 .flex-tab div.story1 a{
	position: absolute;
	top: 35%;	
}

.story2 .flex-tab div.story2 a,
.story3 .flex-tab div.story3 a,
.story4 .flex-tab div.story4 a{
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	transform: rotate(0.03deg);	
	padding: 0 10px;
	display: block;
	position: absolute;
	top: 20%;
}


.line-box{
	width: 900px;
	margin: 60px auto 20px;
	border:1px solid #2b417f;
	padding: 27px;
	position: relative;
	background: #fff;
}

.line-box h3{
	background: #2b417f;
	color: #fff;
	display: inline-block;
	padding:0 20px;
	position: absolute;
	top: -22px;
	left: -10px;
	z-index: 2;
}

.line-box .mtitle{
	color: #2b417f;
	font-size: 14px;
	font-weight: 500;
	transform: rotate(0.03deg);	
	margin: 10px 0;
}

.recom-box{
	width: 600px;
	margin: 40px auto;
}

.recom-box h3{
	font-size:15px;
	line-height: 18px;
	font-weight: 500;
	color: #010044;
	text-align:center;
}

.recom-box .flex{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 20px 0 0;
}

.recom-box .flex-col{
	font-size: 14px;
	font-weight: 400;
	transform: rotate(0.03deg);	
	margin: 20px 0;	
}

.source p{
	font-size:12px;
	font-weight: 400;
	line-height: 18px;
	transform: rotate(0.03deg);		
}

.founding_box2 .recom-box .btn-list{
	width: 238px;
}

/*　リコメンドトップ用　*/
.btn-list2 {
    position: relative;
    width: 290px;
    background: #2874b4;
    font-size: 12px;
    font-weight: 400;
    transform: rotate(0.03deg);
    margin: 30px 0 30px 40px;
}

.btn-list2 a{
	color: #fff!important;
	display: block;
	padding: 10px;
}

.btn-list2 a:hover{
	background: #2b417f;
}

.btn-list2 a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    color: #fff;
    right: 10px;
    position: absolute;
}

.fs12{
	font-size: 12px!important;
	font-weight: 400;
	transform: rotate(0.03deg);		
}


/* 本文内下部リンク（中央ぞろえ）　*/
.founding_box2 .btn-list{
	width: 324px;
	margin: 20px auto 0!important;
}

/* 写真右バージョン　*/
.flex_box{
	width: 900px;
	margin: 30px auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

/* 写真左バージョン　*/
.flex_box2{
	width: 900px;
	margin: 30px auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.msg_box{
	width:580px;
}

.ph_box2 {
	width:290px;
}

.ph_box2 .photo{
	position:relative;
	text-align:center;
}

.ph_box2 .photo .zoom{
	position:absolute;
	bottom:0;
	right:0;
	z-index:2;
}

.ph_box2 .photo .zoom img{
	width:32px;
}

.ph_box2 .caption{
	font-size:12px;
	font-weight: 400;
	line-height: 18px;
	transform: rotate(0.03deg);
	margin:10px 0 20px;			
}


	@media only screen and (max-width: 768px) {		
		.flex-tab {
    		margin-top: 15px;
		}
				
		.flex-tab div {
		    width: 25%;
		    height: 47px;
		    position: relative;
		}

		.story_box,
		.msg_box,
		.founding_box2 .btn-list {
		    width: 100%;
		    margin: 20px auto 0;
		    position: inherit;
		}

		.line-box {
		    width: 100%;
		    margin: 50px auto 0;
		}

		/* 本文(story1-4）　*/
		.founding_box2{
			margin-bottom: 20px;
			padding: 30px 20px 10px;
		}
				
		.founding_box2 .uline h2{
		    font-size: 18px!Important;
	   		line-height: 25px!Important;
	   		transform: rotate(0.03deg);	
		}
		
		.founding_box2 .br-sp {
		    display: none;
		}
				
		.story1 .flex-tab div.story1 a,
		.story1 .flex-tab div.story2 a,
		.story1 .flex-tab div.story3 a,
		.story1 .flex-tab div.story4 a,		
		.story2 .flex-tab div.story1 a,		
		.story2 .flex-tab div.story2 a,	
		.story2 .flex-tab div.story3 a,	
		.story2 .flex-tab div.story4 a,	
		.story3 .flex-tab div.story1 a,
		.story3 .flex-tab div.story2 a,
		.story3 .flex-tab div.story3 a,
		.story3 .flex-tab div.story4 a,
		.story4 .flex-tab div.story1 a,
		.story4 .flex-tab div.story2 a,
		.story4 .flex-tab div.story3 a,						
		.story4 .flex-tab div.story4 a{
			top: 35%;
		}
		
		.recom-box{
			width: 100%;
		}
		
		.recom-box .flex{
			flex-direction: column;
		}
		
		.recom-box .flex-col {
			margin: 0;
		}
		
		.source{
			margin: 20px 0;
		}
		
		.founding_box2 .recom-box .btn-list{
			width: 100%;
		}
		
		.flex_box {
	    	width: 100%;
	    }
	        
	    .flex_box2{
	    	width: 100%;
	    	display:block;
	    }

		.story2 .ph_box {
		    width: 450px;
		    margin: 20px auto;
		}
	    
	    .ph_box2 .photo .zoom{
			right: 0;
		}

	    .ph_box2 {
	    	margin:20px auto;
		    width: 50%;
		}

	    .ph_box2 img{
		    width: 100%;
	    }
	    
	    .btn-list2{
		    width: 450px;
		    margin: 0 auto 30px;
	    }

	}

	@media only screen and (max-width: 480px) {
		.founding_box .flex-col{
			margin: 10px auto 0;
			width: 90%;
			flex-direction: column;
		}
		
		.story1,
		.story2,
		.story3,
		.story4 {
			width: 100%;
		}

		.flex-tab div {
		    width: 25%;
		    height: 47px;
		    position: relative;
		}

		.story1 .flex-tab div.story1 a,
		.story1 .flex-tab div.story2 a,
		.story1 .flex-tab div.story3 a,
		.story1 .flex-tab div.story4 a,		
		.story2 .flex-tab div.story1 a,		
		.story2 .flex-tab div.story2 a,	
		.story2 .flex-tab div.story3 a,	
		.story2 .flex-tab div.story4 a,	
		.story3 .flex-tab div.story1 a,
		.story3 .flex-tab div.story2 a,
		.story3 .flex-tab div.story3 a,
		.story3 .flex-tab div.story4 a,
		.story4 .flex-tab div.story1 a,
		.story4 .flex-tab div.story2 a,
		.story4 .flex-tab div.story3 a,						
		.story4 .flex-tab div.story4 a{
			top: 32%;
			font-size: 13px;
		}

		.founding_box2 .br-sp {
		    display: block;
		}

		.story1 .ph_box,
		.story2 .ph_box,
		.story3 .ph_box,
		.story4 .ph_box {
		    width: 100%;
		    margin: 20px auto;
		}

		.story2 .ph_box {
		    width: 100%;
		}

		.flex_box {
	    	display:block;
	    }
	    
	    .ph_box2 {
	    	margin:20px auto;
		    width: 100%;
		}

	    .btn-list2{
		    width: 100%;
		    margin: 0 auto 30px;
	    }

	}
	
	/* SE */
	@media only screen and (max-width: 320px) {

		.story1 .flex-tab div.story1 a,
		.story1 .flex-tab div.story2 a,
		.story1 .flex-tab div.story3 a,
		.story1 .flex-tab div.story4 a,		
		.story2 .flex-tab div.story1 a,		
		.story2 .flex-tab div.story2 a,	
		.story2 .flex-tab div.story3 a,	
		.story2 .flex-tab div.story4 a,	
		.story3 .flex-tab div.story1 a,
		.story3 .flex-tab div.story2 a,
		.story3 .flex-tab div.story3 a,
		.story3 .flex-tab div.story4 a,
		.story4 .flex-tab div.story1 a,
		.story4 .flex-tab div.story2 a,
		.story4 .flex-tab div.story3 a,						
		.story4 .flex-tab div.story4 a{
			top: 32%;
			font-size: 12px;
			padding: 0 5px;
		}

	    .btn-list2 a{
			font-size: 92%;
		}
	}

/* 創立録　リコメンデーション（一覧）
**************************************************/
.recom .msg_box{
	width: 920px;
	margin: 30px auto;
}

.flex-reccol {
    margin-left: 12px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}

.flex-recsptitle{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
}

.flex-recsptitle h3{
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}

.flex-recsptitle h3 span{
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
}


.flex-recglitem {
    background: #fff;
    width: 49%;
    padding: 18px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.flex-recglitem-img img{
    width: 150px;
    text-align: center;
}

.flex-recglitem-ch {
    text-align: left;
    width: 260px;
    position: relative;
}

.flex-recglitem-ch h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    transform: rotate(0.03deg);
    position: absolute;
    bottom: 35px;
}

.flex-recglitem-ch p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    transform: rotate(0.03deg);
}

.icon-file::before {
    font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    font-weight: 900;
    padding-right: 5px;
}

.icon-file2::before {
    font-family: "Font Awesome 5 Free";
    content: '\f15b';
    font-weight: 400;
    padding-right: 5px;
}

.flex-recglitem .btn-list{
	display: none;
}

.btn-pc{
	margin: 10px 0;
}

	@media only screen and (max-width: 768px) {
		.recom .msg_box {
			width: 100%;
	    }
		
		.flex-reccol {
			margin-left: 0;
		}
		
		.flex-recglitem-img {
		    width: 150px;
		    margin: 20px auto;
		}
		
		.flex-recglitem-ch {
			width: 100%;
		}

		.flex-recglitem .btn-list{
			display: block;
			position: inherit;
			margin:10px auto!Important;
		}
				
		.btn-pc,
		.br-pc{
			display: none;
		}

	}

	@media only screen and (max-width: 480px) {
		.flex-reccol {
			flex-direction: column;
		}
				
		.flex-recglitem {
			width: 100%;
		}

	}

.smaller{ font-size: 90%;}
.no-border{ border-bottom: none!Important;}


/* 環境行動指針　*/
.content_box ol{
	margin:20px 0 20px 20px;
}

.content_box ol li{
	list-style-type:decimal;
	font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    transform: rotate(0.03deg);
}

.koudoushishin{
	width:500px;
	margin:20px auto;
}

/* 環境・社会レポート　*/
.flex-ems {
	width: 90%;
	margin: 20px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.content_box .report{
	margin:20px 0 20px 20px;
}

.content_box .report li{
	font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    transform: rotate(0.03deg);
}

.pic_ems{
	margin:30px 30px 0 0;
}

	@media only screen and (max-width: 768px) {
		.flex-ems {
			width: 100%;
			display: block;
		}
			
		.pic_ems{
			width: 250px;
			margin:30px auto 0;
		}

	}


/* 行動指針　*/
.t1{
	font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: 500!important;
    line-height: 26px;
    transform: rotate(0.03deg);	
    margin:20px 0 5px;
    color:#000;
}

.behavioral{
	margin-left:30px;
}

.behavioral li{
	list-style-type:disc;
	font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    transform: rotate(0.03deg);
}

/* popup　*/
.flex-title{
	width:100%;
	display:flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}

.flex-title h1 img{
	width:200px;
}

.flex-title p{
	position:absolute;
	right:10px;
	top:10px;
}

.flex-title i{
	font-size:20px;
}

#popwin h2 {
    color: #010044;
    font-size: 25px;
    line-height: 35px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    padding: 0;
}

.hyogikai,
.rijikai{
	margin:20px auto;
	width: 100%;
}

.hyogikai p,
.rijikai p{
	font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    transform: rotate(0.03deg);
}

.hyogikai .itm,
.rijikai .itm{
	width: 800px;
	margin: 30px auto;
}

.jinin{
	margin:20px auto;
	width: 400px;	
}

.jinin p{
	font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    transform: rotate(0.03deg);
}

.jinin .itm{
	width: 400px;	
	margin:30px auto;
}
	@media only screen and (max-width: 786px) {
		.hyogikai,
		.rijikai{
			margin:20px auto;
			width:98%;	
		}
		
		.hyogikai .itm,
		.rijikai .itm{
			width: 100%;
			margin: 30px auto;
		}

	}

	@media only screen and (max-width: 480px) {
		.koudoushishin{
			width:100%;
		}
	
		.jinin{
			margin:20px auto;
			width:98%;	
		}

	}


/* 沿革 */
.history_box{
	width: 900px;
	margin:0 auto;
}

.chronology_list {
    width: 100%;
    padding: 0 0 30px;
    background: url("../../intro/img/line.png") no-repeat center top / 3px 100%;
}

.chronology_item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.chronology_head {
    width: 125px;
    order: 2;
}

.chronology_year {
    width: 102px;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    background: #0072cd;
    color:#fff;
    text-align:center;
    font-size:14px;
    border-radius:5px;
}

.chronology_year:before {
    content: '';
    display: block;
    width: 134px;
    height: 134px;
    position: absolute;
    top: 0;
    left: 0;
}


.chronology_year2 {
    width: 70px;
    padding: 2px 5px;
    margin: 0 auto;
    position: relative;
    border:1px solid #0072cd;
    color:#0072cd;
    text-align:center;
    font-size:13px;
    border-radius:5px;
    background: #fff;
}


.chronology_body-a {
    order: 1;
}

.chronology_body {
    width: calc(288/700 * 100%);
    padding: 20px 3px;
    flex: 1 1 auto;
    position: relative;
    border-bottom: 1px solid #333;
}


.chronology_body2 {
    width: calc(288/700 * 100%);
    padding: 20px 3px;
    flex: 1 1 auto;
    position: relative;
    border-bottom: none;
}


.chronology_bodyTitle {
    color: #0072cd;
    padding: 15px 3px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 15px;
    font-weight: 500;
    transform: rotate(0.03deg);    
}

.chronology_body-a .chronology_bodyTitle {
    text-align: right;
}

#chronology .text {
    font-size: 14px;
    line-height: 1.55;
    text-align: justify;
}

.chronology_body-b {
    order: 3;
}

	@media only screen and (max-width: 768px) {
	.history_box{
		width: 100%;
		margin-bottom:20px;
	}	
	
	.text {
	    font-size: 12px;
	    line-height: 18px;
	}
	
	.chronology_year {
	    width: 90px;
	    padding: 5px;
    }
    
	.chronology_bodyTitle {
	    color: #0072cd;
	    padding: 12px 0;  
	    font-size: 11px;
      	position: absolute;
    	top: -5px;
	}
}
	
/* 利用規約
**********************************************/
.kiyaku h3{
	color: #010044;
	border-bottom: 1px solid #010044;
	line-height: 30px;
	margin-bottom: 10px;
}

.catt{
	font-weight: 500!important;
	margin: 0 0 10px;
	color: #010044;
}

.catt:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f111";
	font-weight: 900;
	padding-right: 5px;
}

.kiyaku ul.disc li{
	font-size: 14px;
}

/* FAQ
**********************************************/
.faq .content_box{
	width: 98%;
	margin: 20px auto;
}

.faq h3{
	color: #010044;
	line-height: 36px;
	margin-bottom: 10px;
	font-size: 20px;
}

.faq h4{
	font-size: 15px;
    font-weight: 500;
    transform: rotate(0.03deg);    

}

.faq h4:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f059";
	font-weight: 900;
	padding-right: 5px;
}

.item_box{
	width: 96%;
	margin: 20px auto;
}


/* ==========================================================================
 annual report 
 ========================================================================== */

.flex_column{
	display:flex;
	justify-content: space-between;
	margin:30px auto;
	width: 100%;
}

/* annual report　サムネイル追加　*/
.flex_item .thum_ann{
	width: 80px;
	margin: 10px auto;
}

.flex_item .thum_ann img{
	border: 1px solid #ccc;
}


/* Annual Plan　*/
.thumnail_box{
	background:#f7f7f7;
	width:510px;
	height:310px;
	order:1;
}

.thumnail_box p{
	width:190px;
	margin:25px auto;
}

.detail_box{
	width:250px;
	margin-top: 210px;
	order:2;
}

.detail_box3 {
	width: 250px;
	margin-top: 170px;
	order:2;
}


.detail_box p,
.detail_box3 p{
	margin:20px 0;
    font-size: 14px;
    font-weight: 500;
    transform: rotate(0.03deg);	
}

	
.detail_box .btn-list,
.detail_box2 .btn-list,
.detail_box3 .btn-list {
    margin: 5px 0 0 0!important;
    position: relative;
    width: 100%;
    background: #2874b4;
    font-size: 12px;
    font-weight: 400;
    transform: rotate(0.03deg);
}

.detail_box .btn-list a::after,
.detail_box3 .btn-list a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    font-weight: 400;
    color: #fff;
    right: 10px;
    position: absolute;
}

.detail_box .btn-list:hover,
.detail_box3 .btn-list:hover {
    background: #2b417f;
}


/*　デザインPDFマーク　*/
.icon-pdf {
    background: url(../img/parts/icon_pdf_blue3.png) no-repeat right 0;
    background-size: auto;
    background-size: 25px 25px;
}

.year_box_pc{
	width:150px;
	order:3;
}

.year_box_pc ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.year_box_pc li a {
	background: #f2f2f2;
	display: block;
	width: 70px;
	padding:5px;
	font-size: 14px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;	
    transform: rotate(0.03deg);	
	margin-bottom: 8px;				
}

.year_box_pc li a:hover {
	color:#fff;
	background: #2874b4;
}

.year_box_pc li.active a{
	color:#fff;
	background: #010044;
}

.year_box_pc .long a {
	background: #f2f2f2;
	display: block;
	width: 150px;
	padding:5px;
	font-size: 14px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;	
    transform: rotate(0.03deg);					
}


.year_box_sp{
	display: none;
}

.sp-title{
	display: none;
}

.btn-sp{
	display:none;
}

@media screen and (max-width: 768px) {	

	.flex_column {
	    display: block;
	    width: 100%;
	    position: relative;
    }
 
	/*　annual report用　*/
	.hei240{
		min-height:240px!Important;
	}

   
    .sp-title{
    	clear: both;
    	margin: 0 20px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

    .sp-title p{
	  	font-size: 18px;
    	font-weight: 500;
    	transform: rotate(0.03deg);
    }

    .btn-sp{
    	margin:10px 0;
		display: block;
	}
    
    .btn-sp a {
	    display: inline-block;
	    width: 100%;
	    line-height: 48px;
	    padding-left: 20px;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 500;
	    transform: rotate(0.03deg);
	    background: #2874b4;
	}    
		
    .btn-sp a::after {
	    font-family: "Font Awesome 5 Free";
	    font-size: 18px;
	    content: '\f1c1';
	    font-weight: 400;
	    position: absolute;
	    right: 20px;
	}	
	
    .thumnail_box {
    	margin:10px 0 0;
	    background: #f7f7f7;
	    width: 100%;
	    height:310px;
	    padding-top:2px;
	    order:2;
	}
	
	.thumnail_box p {
	    width: 190px;
	    margin: 25px auto;
	}
	
	.detail_box {
	    display: none;
	}

	.year_box_pc{
		display: none;
	}
	
	.year_box_sp {
		display: block;
		margin: 0 0 20px;
	    width: 150px;
	    order: 1;
	    float: right;
    }
    		
	/* IEのセレクトボックス矢印削除　*/
	select::-ms-expand {
		display: none;
	}
	
	/* 各ブラウザのselect要素のセレクトボックス 標準CSSをリセット */
	select{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;	
	}
	
	.year_box_sp select{
	    width: 100%;	
		height: 37px;
		border: none;
		color: #fff;		
		padding: 5px;
		background-color: #010044;
		background-image: url(../../intro/img/select_sp_arrow.png);
		background-repeat: no-repeat;
		background-size: 16px 37px;
		background-position: right 5px center;
	    font-size: 14px;
	    font-family: 'M PLUS 1p', sans-serif;
	    font-weight: 500;
	    transform: rotate(0.03deg);		
	}
		
	.year_box_sp select option {
		color: #555;
		background: #f2f2f2;
	    font-size: 14px;
	    font-family: 'M PLUS 1p', sans-serif;
	    font-weight: 500;
	    transform: rotate(0.03deg);				
	}

	.detail_box3 {
		display: none;
	}
}


/* ==========================================================================
 リンク集
 ========================================================================== */
ul.linklist{
	margin:0 20px 30px;
	overflow: hidden;
}

ul.linklist li{
	float: left;
	width: 45%;
	font-size: 14px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	transform: rotate(0.03deg);		
	list-style-type: disc;	
	margin-left: 3%;	
}

/* リンク後のアイコン（別窓マーク　小さめ）　*/
ul.linklist li a:after{
	content: '';
    display: inline-block;
    margin: 0 0 0 5px;
    width: 13px;
  	height: 10px;
  	background-image: url(../img/parts/icon_linkwin_on.png);
  	background-size: contain;
}

/* スマホ版 */
@media screen and (max-width: 480px) {	
	ul.linklist li{
		float: none;
		width: 100%;
	}
}

/* ==========================================================================
 研究年報　3分割
 ========================================================================== */
.flex-pamp{
	margin-left: 12px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
  	align-content: flex-start;
  	justify-content: space-between;	
}

.flex-npitem{
	background: #fafafa;
	width: 33%;
	padding: 18px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
  	align-content: flex-start;
  	justify-content: space-between;
  	margin-bottom: 20px;
}

.flex-npitem:hover{
	background:#f3f6fd;
}

.flex-npitem .flex-sptitle {
    display: none;
}

.flex-npitem-ch{
	text-align: left;
	width: 160px;
	height: 162px;
	position: relative;	
}

.flex-npitem-ch h3{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	transform: rotate(0.03deg);
	position: absolute;
	bottom: 25px;
}

.flex-npitem-ch p{
	font-size: 12px;
	font-weight: 500;
	transform: rotate(0.03deg);	
	position: absolute;
	bottom: 0;	
}

.flex-npitem-ch p a:after{
	font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    padding-left: 10px;
}

.btn-sp2{
	display: none;
}


@media screen and (max-width: 768px) {	
	.flex-pamp {
	    flex-direction: column;
	}

	.flex-npitem{
		width: 100%;
		padding: 9px 18px;
	}

	.flex-npitem .flex-sptitle {
	    display: block;
	    width: 100%;
	}

	
	.flex-npitem-img{
		width: 126px;
		margin:0 auto 10px;
	}
	
	.flex-npitem-ch {
	    display: none;
	}

	.btn-sp2 {
		width: 100%;
		display: block;
	}

	.btn-sp2 a {
		display: inline-block;
		width: 100%;
		line-height: 36px;
		padding-left: 15px;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		transform: rotate(0.03deg);
		background: #2874b4;
	}
	
	.btn-sp2 a:after {
		color: #fff;
	    font-family: "Font Awesome 5 Free";
	    font-size: 16px;
	    content: '\f054';
	    font-weight: 900;
	    position: absolute;
	    right: 15px;
	}
}