
@charset "UTF-8";

/*----------------------------------------------
  common
------------------------------------------------*/

/* フォントの言語別設定 added 2016-07-15 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.fontlang{
	
	font-family: 'Noto Sans JP', sans-serif !important;
	
}

.hidden{
	display:none;
}

body {
	background: #fff;
	position: relative;
	overflow-x: hidden;
	max-width: 100%;
	/*font-size: 130%;*/
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a {
	color: #1360af;
	background: url(../images/icon_arrow.png) no-repeat 6px center;
	background-size: 5px 7px;
	padding: 0 0 0 16px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
p {
	line-height: 180%;
}
h2.ttl {
	background: #f2f8ff;
	color: #1360af;
	/*font-size: 150%;*/
	font-size: 22px;
	padding: 10px 15px 10px;
	margin-top: 10px;
	margin-bottom:20px;
	border-bottom:4px solid #1360af;
}

/*
h2.ttl strong {
	padding: 8px 10px;
	border-left: 4px solid #fff;
	display: block;
	font-weight: normal
}*/

/*----------------------------------------------
  header
------------------------------------------------*/

#header {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #ddd;
}
#header .head-link {
	display: block;
	width: 100%;
	background: #1360af;
}
#header .head-link ul {
	display: block;
	float: right;
	line-height: 1;
	padding: 7px 9px 0 0;
}
#header .head-link ul li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	margin: 0 1px;
}
#header .head-link ul li a {
	color: #fff;
	background: url(../images/icon_arrow_w.png) no-repeat 6px center;
	background-size: 5px 7px;
	text-decoration: none;
}
#header .head-link .chara-point {
	background: #e3e3e3;
	width: 160px;
	display: block;
	float: right;
}
#header .head-link .chara-point dl dt,#header .head-link .chara-point dl dd {
	display: block;
	float: left;
}
#header .head-link .chara-point dl {
	margin: 0;
	padding: 1px 0 4px 0;
	line-height: 1;
}
#header .head-link .chara-point dl dt {
	font-weight: normal;
	font-size: 12px;
	padding: 4px 1px 0 8px;
}
#header .head-link .chara-point dl dd {
	text-decoration: none;
	background: #fff;
	padding: 3px 4px;
	font-size: 12px;
	margin: 0 2px;
	cursor: pointer;
}
#header .head-link .chara-point dl dd.active {
	background: #1360af;
	color: #fff;
}
#header .head-info {
	display: block;
	float: right;
}
#header .search {
	display: block;
	/*width: 300px;*/
	float: right;
	clear: both;
}
#header .head-info .lang {
	margin: 14px 0 9px 0;
	display: block;
	float: right;
	clear: both;
}
#header .head-info .lang ul {
	font-size: 13px;
}
#header .head-info .lang a {
	color: #666;
	padding: 2px 5px;
	border-left: 1px solid #ddd;
	background: none;
	text-decoration: none;
}
#header .head-info .lang ul li:first-child a {
	border-left: 0;
}

#header .head-logo {
	display: block;
	float: left;
}
#header h1 {
	margin-top: 15px;
}
#header ul {
	padding: 0;
	margin: 0;
}
#header ul li {
	list-style: none;
	display: inline-block;
}
#header ul.navi {
	border-right: 1px solid #ddd;
	line-height: 1;
	clear: both;
	
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight:bold;
}
#header ul.navi li {
	display: block;
	float: left;
	font-size: 15px;
}
#header ul.navi li a {
	display: block;
	float: left;
	padding: 12px 20px;
	border-left: 1px solid #ddd;
	background: none;
	text-decoration: none;
	box-sizing: border-box;
	color: #1360af;
}
#header ul.navi li a:hover {
	background:#f2f8ff;

}


/*----------------------------------------------
 slider
------------------------------------------------*/

#main-visual {
	position: relative;
	margin-top: -1px;
}
.flexslider .slides li {
	position: relative;
}
.flexslider .slides li a {
	padding: 0;
	background: 0;
	color: #333;
}
.flexslider .slides li .visual-txt {
	position: absolute;
	width: 950px;
	padding: 0 20px;
	left: 50%;
	margin-left: -495px;
}
.flexslider .slides li .visual-txt h2 {
	line-height: 130%;
	font-size: 38px;
	margin: 40px 0 20px 0;
}
.flexslider .slides li .visual-txt .visual-bnr {
	background: url(../images/icon_arrow_b.png) no-repeat 12px center #fff;
	background-size: 14px 14px;
	border: 1px solid #1360af;
	display: block;
	width: 150px;
	padding: 8px 0 8px 33px;
	font-weight: bold;
	border-radius: 4px;
	font-size: 13px;
}
#carousel {
	background: none;
	margin: 0;
	width: 397px;
	position: absolute;
	z-index: ;
	bottom: 16px;
	left: 50%;
	margin-left: -198px;
}
#carousel ul.slides li {
	cursor: pointer;
	position: relative;
	box-sizing: content-box;
	border: 1px solid rgba(255,255,255,0.2)
}
#carousel ul.slides li h3 {
	position: absolute;
	font-size: 13px;
	color: #fff;
	margin: 0;
	padding: 0;
	left: 8px;
	top:8px;
	text-shadow: 1px 1px 1px #000;  
}
#carousel ul.slides li.flex-active-slide {
	border: 1px solid rgba(255,255,255,0.9)
}

#carousel .flex-direction-nav {
	z-index: 50;
}
#carousel .flex-nav-prev a,#carousel .flex-nav-next a {
	width: 10px;
	height: 48px;
	top: 0;
	margin: 0;
	opacity: 1;
	padding: 0;
	font-size: 0;
}
#carousel .flex-nav-prev a {
	left: -15px;
	background: url(../images/icon_arrow_w_l.png) no-repeat center center #1360af;
	background-size: 5px 7px;
}
#carousel .flex-nav-next a {
	right: -15px;
	background: url(../images/icon_arrow_w.png) no-repeat center center #1360af;
	background-size: 5px 7px;
}
#slider .flex-control-nav {
	bottom: 4px;
	display: none;
}


/*----------------------------------------------
 content
------------------------------------------------*/

h4 {
	border-left: 3px solid #1360af;
	border-bottom: 2px solid #ddd;
	font-size: 18px;
	padding: 10px 0 10px 8px;
	margin-bottom: 15px;
	position: relative;
	
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight:bold;
		
}
h4 span.ichirann {
	position: absolute;
	right: 0;
}
h4 span.ichirann a {
	color: #333;
	font-size: 12px;
}
span.ichirann-sp a {
	border: 1px solid #1360af;
	display: block;
	text-align: center;
	background: none;
	color: #333;
	padding: 8px 0;
	font-size: 12px;
	border-radius: 4px;
	margin: 0 0 20px 0;
}
ul.news {
	padding: 0 0 0 8px;
	margin: 0 0 30px 0;
}
ul.news li {
	margin:8px 0;
	border-bottom:1px dotted #ccc;	
}
ul.news li:hover{	
	background:#f2f8ff;
}

ul.news li em.date {
	font-style: normal;
	margin: 0 5px 0 0;
}
.mdeia-top {
	background: #f5f5f5;
	padding: 20px;
}
.mdeia-top .media-left a {
	padding: 0;
	background: none;
}
.mdeia-top h5 {
	font-size: 150%;
	margin: 0 0 20px 0;
}
.mdeia-top p {
	font-size: 100%;
	line-height: 160%;
}
.mdeia-top p .more {
	font-size: 100%;
	float: right;
	color: #333;
}
.mdeia-people {
	margin: 20px 0 15px 0;
}
.mdeia-people h5 {
	font-size: 18px;
}
.mdeia-people h5 small {
	color: #333;
	font-size: 70%;
	line-height: 120%;
}

.mail-banner a {
	display: block;
	text-decoration: none;
	border: 2px solid #1360af;
	padding: 12px 10px;
	text-align: center;
	background: #fff;
	border-radius: 6px;
	vertical-align: middle;
	margin: 10px 0 20px 0;
}
.mail-banner a span {
	margin: 0 5px 0 0;
}
.side-navi dl {
	margin-top: 10px;
}
.side-navi dl dt {
	background: #f2f8ff;
	color: #1360af;
	padding: 12px 12px 12px 8px;
	border-left: 4px solid #a1b8f4;
}
.side-navi dl dt span {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.side-navi dl dt span img {
	margin: -4px 0 0 0;
}
.side-navi dl dd a {
	display: block;
	padding: 7px 0 7px 16px;
	border-bottom: 1px dotted #ddd;
	text-decoration:none;
	background:none;
}
.side-navi dd:hover {
	background-color:#f2f8ff;
}


.side-navi dl.navi-expo {
	position: relative;
	padding: 0 0 40px 0;
}
.charactor {
	position: absolute;
	z-index: 10;
	right: -10px;
	bottom: -30px;
}
.side-navi dl.navi-expo dt {
	background: #f1fff4;
	border-left: 4px solid #afe1b8;
	color: #00861a;
}
.side-navi dl.navi-expo dd a {
	color: #00861a;
	/*background: url(../images/icon_arrow_green.png) no-repeat 6px center;*/
	background-size: 5px 7px;
	padding: 7px 0 7px 16px;
}


/*----------------------------------------------
 footer
------------------------------------------------*/

#footer {
	margin: 0 0 0 0;
	/*background-color: rgba(255,255,255,0); */
}
#footer ul li a {
	background: #80858a;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px solid #aaa;
}
#footer .footer-address {
	width: 100%;
	display: block;
	background: #1360af;
	padding: 6px 0;
	margin: 0 0 6px 0;
}
#footer .footer-address p {
	color: #fff;
	line-height: 130%;
	margin: 0;
}


/*----------------------------------------------
 menu
------------------------------------------------*/

#menu {
	position: relative;
	z-index: 100;
	background: #1360af;
}
#menu .meun-bnr {
	background: url(../images/icon_menu.png) no-repeat 10px center #1360af;
	background-size: 18px 15px;
	color: #fff;
	padding: 10px 10px 10px 36px;
	cursor: pointer;
}
#menu #menu-inner {
	position: absolute;
	width: 100%;
	background: #eee;
	display: none;
}
#menu #menu-inner ul {
	padding: 0;
}
#menu #menu-inner ul li {
	display: block;
	border-bottom: 1px solid #fff;
}
#menu #menu-inner ul li a {
	display: block;
	background: none;
	padding: 6px 10px;
	background: #eee;
	text-decoration: none;
}
#menu #menu-inner ul li.menu-lang {
	padding: 6px 0;
}
#menu #menu-inner ul li.menu-lang span {
	display: inline-block;
	font-size: 11px;
}
#menu #menu-inner ul li.menu-lang span a {
	color: #333;
	padding: 8px 8px;
	border: 1px solid #bbb;
}
#menu #menu-inner ul li.menu-search {
	padding: 5px 10px;
}


.memu_ul{
	font-size:18px;
}


/*----------------------------------------------
 clearfix
------------------------------------------------*/

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* IE < 8 */
}

@media (max-width: 992px) {
	
	.flexslider .slides li .visual-txt {
		left: 0;
		margin-left: 0;
	}
	.flexslider .slides li .visual-txt h2 {
		font-size: 34px;
		margin: 20px 0 10px 0;
	}
	
	.side-navi {
		margin: 20px 0 0 0;
	}
	.side-navi dl {
		border: 1px solid #ddd;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.side-navi dl dd a {
		background: url(../images/icon_arrow.png) no-repeat 95% center;
		background-size: 5px 7px;
		padding: 10px;
	}
	.side-navi dl.navi-expo dd a {
		background: url(../images/icon_arrow_green.png) no-repeat 95% center;
		background-size: 5px 7px;
		padding: 10px;
	}
	.charactor {
		right: -2px;
	    top: -5px;
	}
	.charactor img {
		width: 80px;
	}
	
	#footer {
		margin: 0 0 0 0;
	}
	#footer p {
		background: #1360af;
		color: #fff;
		margin: 0;
	}
	#footer .footer-address {
		margin: 0;
		padding: 12px 0 0 0;
	}
	#footer .copyright {
		margin: 0;
		padding: 0 0 10px 0;
	}
	
}

@media (max-width: 768px) {
	
	#header h1 {
		margin-top: 0;
		margin-bottom: 0;
		margin: 10px 0 0 0;
	}
	.flexslider .slides li .visual-txt {
		width: 90%;
		padding: 5% 5%;
	}
	.flexslider .slides li .visual-txt h2 {
		width: 80%;
		line-height: 140%;
		font-size: 28px;
		margin: 8% 0 0 0
	}
	#slider .flex-control-nav {
		display: block;
	}
	h1 img {
		width: 270px;
	}
	ul.news {
		margin: 0 0 15px 0;
	}
	ul.news em {
		display: block;
	}
	ul.news li a {
		background: none;
		padding: 0;
	}

}
@media (max-width: 480px) {
	
	
	.flexslider .slides li .visual-txt h2 {
		font-size: 20px;
	}
	
}

.visual-txt {
	font-family: 'Noto Sans JP', sans-serif !important;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;

	font-weight:bold;
			 
}

.label_new{
	background-color:#F42529;
	color:#FFFFFF;
	padding:2px;
	margin:5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 80%;
	
}

.label_newsletter{
	background-color:#1360af;
	color:#FFFFFF;
	padding: 2px 5px;
	margin:5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 80%;
	font-weight:bold;
	
	display:inline-block;
	width:90px;
	text-align:center;
}

.label_koubo{
	background-color:#1360af;
	color:#FFFFFF;
	padding: 2px 5px;
	margin:5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 80%;
	
	display:inline-block;
	width:90px;
	text-align:center;
}

.label_information{
	background-color:rgba(187,17,20,1.00);
	color:#FFFFFF;
	padding: 2px 5px;
	margin:5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 80%;
	
	display:inline-block;
	width:90px;
	text-align:center;
}

.non_arrow{
	background-image:url('');
	padding: 0 0 0 0px;

}

.header_logo{
	background:url('');
}



.newsletter_author{
	text-align:right;
	font-size:70%;
	margin-top:10px;
	
}


.label_ListYear{
	background: #f2f8ff;
	color: #1360af;
	padding: 6px 2px 2px 6px;
	border-left: 4px solid #a1b8f4;

	font-size: 120%;
	font-weight: bold;
	
	display:block;
	width:100%;
}

.label_ListNo{
	font-size: 100%;
	font-weight: bold;
	padding: 2px 2px 2px 10px;
	
}

/* ページ先頭へ */
#page-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 100%;
	
	z-index: 99;
}
#page-top a {
    background: #1360af;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity:0.9;
}
#page-top a:hover {
    text-decoration: none;
    background: #1360af;
	opacity:0.7;
}
@media (max-width: 640px) {
	#page-top {
		bottom: 10px;
	}
}

/* 検索結果 */
.search_list {
	padding:0px 20px;
}
@media (max-width: 640px) {
	.search {
		padding:0px 0px;
	}

}
.search_result {
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	padding-left:20px;
}
.search_result_num{
	font-size:20px;
	color:rgba(219,32,35,1.00);
	font-weight:bold;
	
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi {
	clear: both;
	margin:20px 0px;

}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	background:url('');
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #1360af;
	background-color: #1360af;
	color:#fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}



/* PageNavi */

.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
 display: inline-block;
} 
.wp-pagenavi a:hover {
 display: inline-block;
}
 .wp-pagenavi span.current{
 display: inline-block;
}





.side-navi dl dt a{	
	background:url('');
	font-size:130%;
	padding: 0 0 0 0px;
	
	text-decoration:none;
	vertical-align: middle;
}


.input-group .form-control {
	    width: 250px;
}


.row {
    margin-bottom: 50px;
}

.title_eng {
	font-size:90%;
}



/* ニュースレター用 */
.news_letter_no {
	font-size:16px;
	text-align:right;
	font-weight:bold;
	font-family: 'Noto Sans JP', sans-serif;
}

/* COP表示用 */
.cop_table {
	border:1px #ccc solid;
}
.cop_table tr,
.cop_table td
{
	border:1px #ccc dotted;
}

/* ENB表示用 */
.enb_repotrs{
	margin-bottom:50px;
}

.enb_repotrs td {
	padding:5px;
}

/* COP報告セミナー表示用 */
.cop_seminar td {
	padding:3px;
}



.media-object {
    display: block;
    width: 120px;
}


/* 関連機関・組織 表示用*/
.link_list_title {
	font-size:16px;
}
.link_list td{
	padding:5px 0;
}

/* 固定ページその他用 */
.information_fixedpage_others{
	
	width:100%;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top:100px;
}
@media (max-width: 480px) {
	.information_fixedpage_others{
		font-size:16px;
		margin-top:10px;
	}
}

/* 画像表示用 */
@media (max-width: 480px) {
	.media-left, .media-right, .media-body {
	
		display: block;
		padding-right: 0px;
	}
	.media-object{
	
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.media-body {
	
		width:100%;
		margin-top:10px;
		
	}
	
	.media-heading{
		text-align:center;
	}
	
	.row {
    	margin-bottom: 0px;
	}

}




/***** コンタクトフォーム *****/

.wpcf7_submit{
	text-align:center;
}

.btn-success {
    color: #fff;
    background-color: #1360af;
    border-color: #1360af;
}

.table-contactform7{
  	overflow: hidden;
	table-layout: fixed;
}
 
.required-contactform7{
  padding: 2px ;
  background: #F72727;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
  
  font-weight:normal;
  font-size:9px;
  font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace !important;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}


/***** メールマガジンフォーム *****/
.mailmag_desc{
	border:1px #ccc solid;
	padding:10px;
	margin-bottom:10px;
	
}

.wpcf7_err{
	background-color:rgba(245,119,121,1.00);
}

.wpcf7_err_msg{
	color:#F00;
	font-size:10px;
}

.mailmag{
	font-size:18px;
}

.btn-success_RED {
    color: #fff;
    background-color: #A01315;
    border-color: #A01315;
}
.btn-success_RED:hover {
    color: #fff;
    background-color: #E92E31;
    border-color: #E92E31;
}
.btn-success_RED:active {
    color: #fff;
    background-color: #A01315;
    border-color: #A01315;
}

