@charset "UTF-8";
html{
font-size: 14px;
height:100%;
}

body{
	margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

}

#container{
	width: 100%;
	height: auto;
	background-position:center top;
	background-attachment:scroll;
}

.tops{
	background: url("../../content/images/hd_bg.png")  repeat-x;
}

.contents_top{
	background: url("../../content/images/content_bg.png")  repeat-x;

}

/*img {  
  width: 100%;
  height: auto;
  border: 0;

}*/

/*カラム設定*/

#content {
  width: 1000px;
  min-height: 603px;
  margin: 0 auto;
  padding-top: 30px;
	
}

#header {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top: 120px;
	position: relative;
}

.hd_photo {
width:100%;
height:auto;
background-size: cover;
padding-top:11px;
text-align: center;
margin-bottom: 10px;
}

#header h1 {
	width: 100%;
	height: auto;
	margin-top: -100px;
}

#header h1 a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.header_photo {
	width: 495px;
	height: auto;
	position: absolute;
	top:0px;
	right: 0px;
	left:auto;
	bottom: auto;
}

#main{
 float: right;
 width: 760px;
 height: auto;
 margin-bottom: 100px;
}

.img_main{
 width: 100%;
 height: auto;
 margin-bottom: 30px;
}

#left{
 float: left;
 width: 210px;
 height: auto;
}

/*サブメニュー設定*/

.sub_menu {
	width:100%;
	height:auto;
	position:relative;
	z-index: 999;
}

.sub_menu ul {
	list-style:none;
	font-size: 0.8em;
	text-decoration: none;
	position: absolute;
	top:-85px;
	right: 0;
	left:auto;
	bottom: auto;
}

.sub_menu li {
	padding-left:14px;
	float:left;
}

.sub_menu li a{
	color: #FFFFFF;
}

.sub_menu li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.sub_menu_icon i {
	padding-right: 0.5em;
}


/*グローバルナビ設定*/

.navi_menu {
   padding:1px;
   margin-bottom: 40px;
   font-size: 1.1em;
   border: #000000 solid 1px;
   text-align: center;
   box-shadow: 0 0 8px gray;
}

.navi_menu ul{
    list-style:none;
	/*border:solid 1px #DDD;*/
    border-bottom:none;
	padding: 0em;
    }

.navi_menu li a{ 
     color:#000;
    display:block;
    border-bottom:solid 1px #DDD;
    padding:12px 0 12px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	position:relative;
	cursor: pointer;
    }

.navi_menu li a:hover{
    background-color:#698C00;
	color:#FFF;
     }


.menu_icon::before { 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  padding-right: 1em;
  font-size: 1.3em;
  position: absolute;
  top:21%;
  right: 0;
  left: auto;
  bottom: auto;
  color: #698C00;
}

.menu_icon::after { 
  color: #FFF;
}

#overlay {
    display: none;
    position: fixed;
    background:rgba(77,174,229,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

hr.style1 {
	border-top: 1px solid rgba(255,255,255,1.00);
}

/*Reasearch*/

#reasearch {
	width:100%;
	height:100%;
	padding-bottom:30px;
	clear:both;
	position:relative;
}

/*ニュース設定*/

#news {
	width:100%;
	height:100%;
	clear:both;
	position:relative;
}

#news dl {
	width:100%;
	padding:0.5em 0.2em 2em 0em;
	color:#333333;
}

#news dt {
  clear:left;
  float: left;
  width: 6em;
  height:auto;
  /*margin: 0;*/
  padding: 8px 0px 5px 0;
  /*line-height:1.8em;*/

}

#news dd {
  padding: 8px 0.5em 36px 7em;
  border-bottom: solid 1px #CCCCCC;
  /*margin:0;*/
  /*line-height:1.8em;*/

}

#news a {
	color:#B20000;
	display: block;
	text-align: right;
	margin-top: 1em;
	
}

#news a:hover {
	color:#0059B2;
	text-decoration:underline;
}

#news .news_old a{
	width:73px;
	height:12px;
	float: right;
	margin-top: -60px;
	margin-right: 1em;
	display:block;
	position:relative;
}

#news .news_old a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.news_icon {
	width:80px;
	min-height:20px;
	margin-bottom: 1em;
	float: left;
	display:block;
}

/*業績リスト設定*/
.pub ul {
	width:100%;
	height:auto;
	color: #000;

}
.pub li {
	line-height: 1.7em;
	padding: .5em 0;
	list-style:disc;
}


.list_f-l{
	float: left;
	padding-right: 2em;
	border-right: #878787 solid 1px;
	
}

.list_f-r{
	float:right;
	padding-right: 2em;
	border-right: #878787 solid 1px;
	
}


/*バナー設定*/
#link {
	width:100%;
	height:auto;
	margin-top: 30px;
}

#link ul {
	width:210px;
	margin-left: -40px;
	text-align:left;
	list-style: none;
}

#link li {
	padding:0 0 0.7em 0;

}

#link a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*フッター設定*/
#footer{
	width: 100%;
	height: 180px;
	clear: both;
	background: #698C00;
}

.ft_inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.copyright{
	width: 100%;
	padding-top: 205px;
	text-align: center;
	color: rgba(0,0,0,1.00);
}

.ft_id{
	width: 338px;
	height: auto;
	text-align: left;
	position: absolute;
	top:55px;
	left:0;
	right: auto;
	bottom: auto;
}

#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 30px;
    text-align: center;
    display: none;
    background: #698C00;
    position: fixed;
    z-index: 9999;
    border-radius: 30px;
    -webkit-transform: translateZ(0);
}

#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

/* ---------------------------------------------

	clearfix

--------------------------------------------- */
.clearfix:after { 
	content: ""; 
	display: block; 
	clear: both; 
}

.clearfix {
  	min-height: 1px;
}

* html .clearfix {
  	height: 1px;
}

.clear {
	clear:both;
	height: 1px;
	overflow:hidden;
	margin: 0 -1px -1px 0;
	padding: 0;
	font-size:0;
	line-height:0;
}


/*文字設定*/
P {
	line-height: 1.7em;
	padding: 0 1em 1em 1em;
	color: rgba(0,0,0,1.00);
}

.over{
	overflow: auto;
}

#main h2 {
border-top: #698C00 solid 4px;
border-bottom:2px solid #DDDDDD; 
color: #00000;
position: relative;
font-size: 1.4em;
font-weight: bold;
padding: 0.7em 0 0.7em 1.7em;
margin-bottom: 1em;
}

#main h2::before {
   font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  font-size: 1em;
  position: absolute;
  top:28%;
  left: 10px;
  right: auto;
  bottom: auto;
  color: #000000;
	
}

#main h3 {
	 font-size: 1.2em;
	 color:#000000;
     border-left:5px solid #4D7AFF; 
	background: #CCCCCC;
     padding:0.7em 1em; 
	 margin-bottom: 1em;
	font-weight: bold;
	clear: both;
}

#main h3:before {
	/*font-family: "FontAwesome";
	content: '\f192';
	font-weight: bold;
	padding-right: 0.2em;
	color: #4D7AFF;*/
	content: url("../../content/images/h3-icon.png");
	padding-right: 0.2em;
}


#main h4 {
    	position: relative;
    	padding-left: 30px;
    	font-size:1.1em;
    	color: #4D7AFF;
	font-weight: normal;
    }
#main h4::before,
#main h4::after{
    	content: "□";
    	position: absolute;
    }
#main h4::before{
    	left:0;
    	top:-3px;
    }
#main h4::after{
    	left: 5px;
    	top: 3px;
    	color: #A1B8D1;
    }

.big_n {
	 font-size: 1.5em;
	 color:#000000; 
}
.profile_left {
	float: left;
	margin-right: 1em;
}

i{  
font-family: "Font Awesome 5 Free";
font-style:900;  
}

.list-mm{  
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;  
}

.text_rightset{
	text-align: right;
}


.photo_name {
	width: 100%;
	min-height:170px;
	margin-top: 0.5em;
	margin-left: 1em;
	float: left;
}

.photo_name_left {
	float: left;
	width: 150px;
	min-height:170px;
	margin-top: 0.5em;
	margin-right: 2em;
}


.photo_left {
	float: left;
	width: 300px;
	min-height:170px;
	margin-top: 0.5em;
	margin-right: 1em;
}

.photo_right {
	float: right;
	width: 300px;
	min-height: 200px;
	margin-left: 1em;
	margin-top: 0.5em;
	clear: both;
}

.reserch_menu {
	width: 760px;
	height: auto;
	margin-bottom: 20px;
}

.reserch_menu ul{
	width: 760px;
	float:left;
	margin-left: 0;
	margin-bottom: 30px;
}

.reserch_menu li {
	float:left;
	margin: 5px;
	list-style: none;
}

.reserch_menu li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



/*テーブル設定*/

table {
width: auto;
border-collapse: collapse;
margin: 1em 0 2em 0;
}
th {
/*width: 13%;*/
/*background: #f4f4f4;*/
padding: 10px;
font-size: 1.2em;
vertical-align: top;
/*border: 1px solid #dddddd;*/
}
td {
text-align: left;
vertical-align: top;
padding: 10px;
/*border: 1px solid #dddddd;*/
}
td:first-child {
text-align: left;
vertical-align: top;
font-weight: normal;
}

.name a:hover{
text-decoration: underline;
}

.icon a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.t_border{
border: 2px solid #dddddd;
}

.tb_back{
	background-color:#E1E1E1;
}

.tb_bold{
	font-weight:bold;
}

.tr_wh{
	width: auto;
}

.child-pc {
    display: none;
}

.child {
    display: none;
}