/* bootstrapのcontainerサイズを1030pxに変更 */
@media (min-width : 1200px) {
	.container {
		width: 1030px;
	}
}

/* 全体的な設定 */
body {
	font-size: 13px;
	font-family: 'qMmpS Pro W3', 'Hiragino Kaku Gothic Pro', 'CI', Meiryo;
	background: none repeat scroll 0 0 #FFFFFF;
	line-height: 1.8;
	color: #333;
}


a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/* ヘッダーの左側部分（ロゴ画像） */
.logo_image {
	margin-top: 24px;
}

/* ヘッダーの右側部分 */
.col-xs-56 {
	width: 55.6%;
	position: relative;
 	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.col-xs-44 {
	width: 44.3%;
	position: relative;
 	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.h_nav_01>li>a>img:hover {
	opacity: 0.8;
}

.h_nav_02>li>a {
	background: url("../images/arrow_green.gif") no-repeat left center;
	padding-left: 7px;
	font-weight: bold;
}

.h_nav_02>.link_b {
	background: url("../images/link_blank.gif") no-repeat right center;
}

.h_nav_02>.link_b>a {
	padding-right: 10px;
}

.h_nav_03>li>a {
	background: url("../images/arrow_gray.gif") no-repeat left center;
	padding-left: 7px;
	color: #888;
}

/* 画像ナビ */
/* 5分割用の定義 */
@media (min-width : 768px) {
	.five-cols .col-sm-1 {
		width: 20%;
	}
	.five-cols .col-sm-3 {
		width: 60%;
	}
	.five-cols .col-sm-push-3 {
		left: 60%;
	}
	.five-cols .col-sm-pull-1 {
		right: 20%;
	}
}

.top_gnavi {
	margin-top: 20px;
	margin-bottom: 25px;
}

.top_gnavi p {
	border: 1px solid #dadbdb;
	color: #94a6ac;
	line-height: 22px;
}

.top_gnavi img {
	margin-bottom: 12px;
	width: 100%;
}

.top_gnavi a img:hover {
	opacity: 0.8;
}

.top_gnavi .navi_outline, .top_gnavi .navi_electrical {
	padding-right: 3px;
}

.top_gnavi .navi_oragnization, .top_gnavi .navi_communications {
	padding-left: 3px;
}

.top_gnavi .navi_electronic {
	padding-left: 9px;
	padding-right: 9px;
}

.top_gnavi .notify {
	color: #000;
	border: solid 1px #a9a9a9;
	font-size: 16px;
}

.top_gnavi .notify a {
	text-decoration: underline;
	color: #0000ee;
}

.top_gnavi .notify a:visited {
	color: #551a8b;
}

.top_gnavi .notify p {
	color: #000;
	border: none;
	margin: 5px 0 0 0;
}

/* 左側メニュー */
.left_navi {
	padding: 0;
  margin-bottom: 25px;
}

.left_navi img {
	width: 100%;
  margin-bottom: 25px;
}

.left_navi img:hover {
	opacity: 0.8;
}

.aside .tit {
	border-bottom: 1px solid #dbdbdb;
	padding: 23px 20px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}

.arrow {
	background: url("../images/arrow_green.gif") no-repeat left center transparent;
	padding-left: 7px;
}

.tel {
	background: url("../images/ico_phone.png") no-repeat left center transparent;
	margin: 5px 0;
	padding-left: 18px;
}

.emaliadd {
	background: url("../images/ico_mail.gif") no-repeat left center transparent;
	padding-left: 18px;
}

.attention {
	margin-left: 1em;
	padding: 15px 20px 20px;
	text-indent: -1em;
}

.aside {
	background-color: #f3f3f3;
	border-top: 1px solid #626262;
	margin-bottom: 30px;
}

.aside dl {
	padding: 10px 20px 15px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 0;
}

.aside dl dt {
	font-weight: normal;
}

.aside .tit a {
	text-decoration: underline;
}

.aside .tit .smalltext {
	font-size: 11px;
	line-height: 1.5;
}

.aside .tit .t_blue, .aside .tit .t_blue a {
	color: #00baff;
/* 	font-size: 11px; */
}

.aside .tit .txtsmall {
	font-size: 11px;
	font-weight: normal;
}

.aside .h30-shunin {
/* 	background-color: #dbd3d2; */
	background-color: #dbd3d2;
	border-top: 1px solid #aaa;
}

.aside .h30-shunin .tit, .aside .h30-shunin dl {
	border-bottom: 1px solid #aaa;
}

/* メインコンテンツ */
.contents {
	margin-bottom: 20px;
}

.contents>img {
	margin-bottom: 20px;
}

.news_nav {
	background-color: #e2e2e2;
	padding: 4px 0 4px 20px;
	margin: 0 0 20px 0;
}

.news_nav>li>a {
	background: url("../images/arrow_green.gif") no-repeat left center;
	padding-left: 6px;
}

.contents .datebg {
	background: url("../images/datebg2.png") no-repeat center center;
	background-size: contain;
	color: #fff;
	padding: 15px 0;
	line-height: 1;
}

@media(max-width: 768px) {
	.contents .datebg {
		background: url("../images/datebg4.png") no-repeat center center;
	}
}

.newsyear {
	font-size: 12px;
}

.newsdate {
	font-size: 20px;
	line-height: 1;
}

.news_contents {
	padding-left: 0;
	font-size: 15px;
	min-height: 120px;
}

.newstitle {
	padding-top: 20px;
	color: #00baff;
	font-weight: bold;
	font-size: 16px;
}

.latest .newstitle a {
	color: #00baff;
}

.news_box {
	background: url("../images/news_line02.gif") repeat-y 7.9% center;
  word-break: break-all;
}

.first_news_box {
	background: url("../images/news_line03.png") no-repeat 7.9% bottom;
}

.news_box.latest {
	background: url("../images/news_line01.gif") no-repeat 7.9% bottom;
}

.news_contents .more a {
	color: #5ba700;
	text-decoration: underline;
}

.news_contents p a {
	text-decoration: underline;
}

.news_contents a.underlined {
	text-decoration: underline;
}

.latest .datebg {
	padding-bottom: 35px;
}

.latest .news_contents {
	padding-bottom: 20px;
}

.contents .last-lecture-table {
	border-left: solid 1px #8a8a8a;
	text-align: center;
	display: flex;
}

.contents .last-lecture-table>div {
	display: flex;
	-webkit-align-items: center;
 	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-right: solid 1px #8a8a8a;
	border-bottom: solid 1px #8a8a8a;
	white-space: nowrap;
}

.contents .last-lecture-table:last-child {
	margin-bottom: 20px;
}

@media(max-width: 992px) {
	.contents .last-lecture-table {
		flex-wrap: wrap;
	}
}

.contents .last-lecture-table.header {
	border-top: solid 1px #8a8a8a;
	background-color: #ececec;
	font-weight: bold;
}

@media(max-width: 992px) {
	.contents .last-lecture-table>div:last-child {
		border-bottom-width: 3px;
	}
}

@media(min-width: 992px) {
	.contents .col-md-a0 {
		width: 10%;
	}
	.contents .col-md-offset-a0 {
		margin-left: 10%;
	}
	.contents .col-md-a1 {
		width: 90%;
	}
	.contents .col-md-b0 {
		width: 13%;
	}
	.contents .col-md-offset-b0 {
		margin-left: 13%;
	}
	.contents .col-md-b1 {
		width: 87%;
	}
	.contents .col-md-c0 {
		width: 20%;
	}
	.contents .col-md-offset-c0 {
		margin-left: 20%;
	}
	.contents .col-md-c1 {
		width: 80%;
	}
	.contents .col-md-d0 {
		width: 27.5%;
	}
	.contents .col-md-offset-d0 {
		margin-left: 27.5%;
	}
	.contents .col-md-d1 {
		width: 72.5%;
	}
	.contents .col-md-e0 {
		width: 30%;
	}
	.contents .col-md-offset-e0 {
		margin-left: 30%;
	}
	.contents .col-md-e1 {
		width: 70%;
	}
}


/* フッターサイトマップ */
.sitemap {
	background-color: #e8e8e8;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sitemap .tit {
	border-bottom: solid 1px #8a8a8a;
	color: #00baff;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

.sitemap_column {
	padding: 0 5px;
}

.sitemap_inner01 {
	list-style-type: none;
	padding-left: 0;
  margin-bottom: 0;
}

.sitemap_electrical {
	padding-right: 0;
}

.sitemap_electronic {
	padding-left: 0;
	padding-right: 0;
}


.sitemap_communications {
	padding-right: 0;
}
.sitemap_inner01>li {
  background: url("../images/arrow_green.gif") no-repeat left 6px;
  padding-left: 9px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.linkbox .sitemap_inner01>li {
  background: none;
  padding-left: 0;
  font-weight: normal;
}

.sitemap_inner01>li>a {
	/*padding-left: 6px;*/
  font-weight: bold;
  line-height: 1.5;
  font-size: 12px;
}


.sitemap_inner01_h {
	font-weight: bold;
    padding-left: 11px;
}

.sitemap_inner02 {
	list-style-type: none;
	padding-left: 11px;
}

.sitemap_inner02>li {
	background: url("../images/arrow_gray.gif") no-repeat left top 5px;
	line-height: 1;
	padding-left: 8px;
	margin-bottom: 10px;
}

.sitemap_inner02>li>a {
	font-size: 11px;
    font-weight: normal;
}

.sitemap_inner02 .letters {
	letter-spacing: -0.1em;
}

.sitemap .linkbox {
	margin-top: 30px;
	padding-top: 10px;
	border-top: solid 1px #8a8a8a;
}

.sitemap_inner02>li>a.link_b::after {
  content: "";
  background: url(../images/link_blank.gif) no-repeat left 5px;
  width: 15px;
  height: 1em;
  display: inline-block;
  margin-left: 5px;
}

.sitemap02 {
	background-color: #cdcdcd;
	padding-top: 11px;
}

.sitemap02 ul li {
  font-size: 14px;
  background: url(../images/arrow_green.gif) no-repeat left 5px;
  padding-left: 9px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.sitemap02 .link_b::after {
  content: "";
  background: url(../images/link_blank.gif) no-repeat left bottom;
  width: 15px;
  height: 1em;
  display: inline-block;
  margin-left: 5px;
}

.footer {
	background-color: #737373;
	padding-top: 20px;
	padding-bottom: 60px;
}

.footer img {
	margin-bottom: 15px;
}

.footer p {
	color: #fff;
}

/* -- add 201907 -- */
.top_gnavi .notify {
  padding: 10px;
}
/*@media screen and (max-width: 750px) {*/
@media screen and (max-width: 768px) {  
  .top_gnavi .notify {
    text-align: left;
    font-size: 14px;
  }   
  .footer {
    padding-bottom: 0px;
  }
  .footer p.pull-right {
    float: none!important;
    text-align: center;
  }
  .sitemap_inner01>li>a {
    margin-bottom: 5px;
    display: block;
  }
  .sitemap_inner02 {
    overflow: hidden;
    padding-left: 0;
  }
  .sitemap_colmn_2 .sitemap_inner02>li {
    box-sizing: border-box;
    padding-right: 10px;
    flex: 0 0 50%;
  }
  .sitemap_inner02>li:nth-child(odd) {
  }
  .sitemap_electrical {
    padding-left: 15px;
  }
  .sitemap_electronic {
    padding-left: 15px;
  }
  .sitemap_communications {
    padding-left: 15px;
  }
  .sitemap_inner02>li>a {
    font-size: 12px;
    line-height: 1.4;
  }
  .sitemap_inner01_h {
    margin-bottom: 5px;
    display: block;
  }
  .linkbox_2 .sitemap_inner02 li {
    box-sizing: border-box;
    padding-right: 10px;
    flex: 0 0 50%;
  }
  .sitemap .linkbox {
    margin-top: 0px;;
  }
  .aside .tit .txtsmall {      
    font-size: 12px;
  }


  /**/
  .news_box {
    background: none;
    margin: 0 0 20px 0;
  }
  .newsdate {
    font-size: 18px;
  }
  .newsyear {
    font-size: 14px;
  }
  .contents .datebg {
    background-image: none;
    background-color: #00baff;
    padding: 3px;
    position: relative;
  }
  .contents .datebg::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #00baff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -9px;
    z-index: -1;
    margin-left: -15px;

  }
  .newsyear + br {
    display: none;
  }
  .newstitle {
    padding-top: 10px;
    margin-top: 5px;
  }
  .news_contents p {
    line-height: 1.6;
  }
  .news_box.latest {
    background: none;
  }
  .news_contents {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news_nav {
    font-size: 15px;
    padding-top: 10px;
    padding: 10px 10px 0 10px;
  }
  .news_nav li {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .news_nav>li>a {
    padding-left: 10px;
    background-size: auto 10px;
  }
}
.news_contents a {
  text-decoration: underline;
  color: #5ba700;
}
.news_contents dl {
  margin-bottom: 15px;
}
.news_contents dl dt {
  margin-bottom: 5px;

}
.news_contents dl dd  {
  margin-bottom: 15px;
}
.news_contents dl dd ul {
  padding-left: 2em;
}
.news_contents dl dd li {
  margin-bottom: 2px;
}
.news_contents img {
  margin-bottom: 20px;
}
/* photo caption link */
.photo_cap_lnk p {
  margin-bottom: 0;
}
.photo_cap_lnk ul {
  list-style: none;
  padding: 0;
}
.photo_cap_lnk ul li {
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (min-width: 751px) {
  .photo_cap_lnk ul li {
    margin-bottom: 5px;
  }
}

/* header */
.top_gnavi p {
  color: #4b595d;
  border: solid 1px #4b595d;
  line-height: 22px;
}
.h_nav_03>li>a {
  color: #666;
}
/* footer */
.footer dl.address {
  color: #fff;  
}
.footer dl.address dt {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .field_panel .row {
    margin-left: 0;
    margin-right: 0;
  }
}

/* laboratories */
.laboratories {
  background-color: #f3f3f3;
  border-top: 1px solid #626262;
  margin-bottom: 30px;
  padding-bottom: 5px;
  margin-top: -5px;
}
.laboratories .tit {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 20px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
}
.laboratories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.laboratories ul li {
  background: url(../images/arrow_green.gif) no-repeat left 6px;
  padding-left: 9px;
  line-height: 1.5;
  margin-bottom: 5px;
  margin: 15px 10px;
}
.laboratories ul li ul li {
  margin-top: 10px;
}
/* image nav */
@media screen and (max-width: 767px) {
  .top_gnavi {
    display: flex;
    flex-flow: row wrap;
  }
  .navi_outline {
    order: 2;
  }
  .navi_oragnization {
    order: 3; 
  }
  .navi_field {
    order: 1;
  }
  .top_info {
    order: 4;
  }
  .logo_image {
    margin-top: 5px;
    margin-bottom: 0;
  }  
}
@media screen and (max-width: 375px) {
  .bnr_size_01 {
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
/* footer sitemap */
.sitemap_inner01 ul.inner_link {
  list-style: none;
  padding-left: 10px;
  margin-top: 5px;
}
.sitemap_inner01 ul.inner_link li {
  background: url(../images/arrow_green.gif) no-repeat left 6px;
  padding-left: 9px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}