@charset "utf-8";
/* CSS Document */

/* ------------------------------------------  
COMMON
------------------------------------------ */

a{
	outline: none;
	color: #239a9b;
	text-decoration:none;
	cursor: pointer;
	}

a:visited {color: #239a9b;}

a:hover {
	color: #126768;
	/*text-decoration:underline;*/
	-webkit-transition:0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;}

a:active {color: #126768;}

img {
	max-width: 100%;
	height:auto;}

p img {
	max-width: 100%;
	margin:0;}

a img:hover	{
	opacity: 0.7;
	-webkit-transition:0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}

figcaption{
	font-size:90%;
	text-align:center;
	margin-bottom:2em;}

p{margin:0 0 1.6em;}

strong{
	font-weight:bold;}

hr{
	border:#bbab96 solid 1px;
	margin:50px 0;
}


.t_right{text-align:right;}
.center{text-align:center;}
.aligncenter{
    text-align: center;
    margin: 0 auto;
    display: block;
}

#wrapper{position: relative;}

/* ------------------------------------------  
HEADER
------------------------------------------ */
header{
	width:100%;
	display:block;
	top:0;
	z-index:20;
	overflow: hidden;
}

header div{
	width:90%;
	max-width:1000px;
	margin:30px auto;}

header h1 {
	display:inline-block;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat bottom left /contain;
	width:270px;
	max-width:calc(90% - 100px);
	height:27px;
	margin:0;
	line-height: 0.7;}

header h1:hover{opacity:0.7;}

header h1>a {
	display: block;
	height: 100%;
	width: 100%;}

header p{
	display:inline-block;
	margin: 0 0 0 5px;
	width:calc(100% - 280px);
	max-width:70%;
	font-size:78%;
	line-height:1.5;
	}

header span:before{
	content:"/";}

.home header{
	padding-bottom:32.3%;
	min-height:600px;
	position: relative;
	background: url(../img/eyecatch.jpg) no-repeat center /cover;}

.home header div{
	padding-bottom:25px;
	border-bottom:#126768 solid 7px;}

@media screen and (max-width: 1020px) {
header{
	text-align:center;}
header h1{
	margin-bottom:10px;}
header p{
	display:block;
	margin-left:0;
	width:100%;
	max-width: 100%;}
}

@media screen and (max-width: 650px) {
header{
	border-bottom:#126768 solid 7px;}
header p{
	font-size:70%;}
header span{
	display:block;}
header span:before{
	content:none;}
header div{
	width:100%;}

.home header{
	min-height:460px;
	border-bottom:none;
	background: url(../img/eyecatch-sp.jpg) no-repeat bottom center /auto 100%;}
.home header div {
	width:100%;}
}

/* ------------------------------------------  
PC,SP　切りわけ
------------------------------------------ */
.pc{display:block;}
.sp{display:none;}
.brpc{display:inline;}

.mb_40{margin-bottom:40px;}
.mb_20{margin-bottom:20px;}
.mb_0{margin-bottom: 0;}

@media screen and (max-width: 640px) {
.pc{display:none;}
.sp{display:block;}
.brpc{display:none;}
.inner > p .spbr{display:inline;}
}

/* ------------------------------------------
MENU
------------------------------------------ */
#main_nav{
	width:100%;
	background:#126768;
	font-size:90%;
}

	#main_nav ul{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
   		width: 90%;
   		max-width:1000px;
		margin:0 auto;
		padding:0;
	}

	#main_nav ul li{
		list-style:none;
		width:16.666%;
		text-align:center;
	}

		#main_nav ul li a{
		    display:block;
			color:#ffffff;
			padding: 15px 1px;
		}

		#main_nav ul li a:hover{background:#125354;}

@media screen and (max-width:768px) {
	
}

@media screen and (max-width: 640px) {	
#main_nav{
	display: none;
}
}

/* ------------------------------------------  
footer
------------------------------------------ */
footer{
	width:100%;
	text-align: center;
	color:#fff;
	background:#126768;
	padding:50px 0 20px;
}

	footer a,
	footer a:visited,
	footer a:active{color:#fff;}
	
	footer ul{
   		display: inline-block;
   		width: 90%;
   		margin:0 auto 20px;
		padding:0 3%;
	}
	
		footer ul li {
			list-style:none;
			display: inline-block;
    		padding: 0 1px 0 0;
			border-left: solid 1px #ffffff;
			font-size:90%;
		}
	
		footer ul li:first-child {border-left: none;}

			footer ul li a{
				display:block;
				padding: 0 1em 0 1.2em;
				line-height:1.3em;
			}
			
			footer ul li a,
			footer ul li a:visited{
				text-decoration:none;
			}
			
			footer ul li a:hover{
				text-decoration:underline;
				color:#fbfbfb;
			}
	
	footer small{
		display: block;
		width:96%;
		padding:10px 0 30px;
		margin:0 auto;
	}

	footer .copy a:hover{text-decoration:underline;}

aside > a{
	width:100%;
	display:block;
	padding:2em 1em;
	background:#126768;
	text-align:center;
	color:#fff;
	line-height:1.5;
	font-weight:bold;
	font-size:140%;}

aside > a:visited{
	color:#fff;}

	aside > a:before{
		font-family:"Font Awesome 5 Free";
		content: "\f0e0";
		padding:0 15px 0 0;
		font-size:140%;
	    line-height:1.1;
		vertical-align:bottom;}

	aside > a:hover{
	    color:#fff;
		background:#599293;	}

.box_banner{
	padding:60px 0 30px;}

.box_banner .inner{
	max-width:1000px;
	padding:0;}
	
@media screen and (max-width: 768px) {
footer{padding-bottom:40px;}	
	footer small{margin: 0 auto 20px;}
}
	
@media screen and (max-width: 640px) {
footer{padding:40px 0;}

footer ul{
	margin-bottom:0;}

	footer ul li {width:100%;margin:0 1%;border-left:none;border-bottom: solid 1px #d3e1e5;}
	footer ul li:last-child {border-right:none;}
		footer ul li a{padding:1em 10px;}

	footer small{
    	width: 91%;
    	font-size: 80%;
    	margin-top:30px;
    	padding-bottom:0;
	}

.box_banner{
	padding:30px 0 15px;}

.box_banner a{
	width:48%;
	margin-bottom:2%;}
}

/* ------------------------------------------  
CONTENTS BASE
------------------------------------------ */
.inner{
	max-width:750px;
	width:90%;
	padding:50px 0;
	margin:0 auto;
	position:relative;
	z-index:5;
	text-align:left;
}

.inner > *:last-child{
	margin-bottom:0;}

.inner *:first-child{
	margin-top:0;}

	
/* ------------------------------------------  
BOX
------------------------------------------ */
/*box*/
.bg-green{
	background:#d1e2e2;
	padding:5px 0;
	color:#444444;}

	.box_gray > *:first-child{margin-top:0;padding-top:0;}
	.box_gray > *:last-child{margin-bottom:0;padding-bottom:0;}


@media screen and (max-width: 640px) {

.inner{/* padding:20px 0; */margin:0 auto;}	

}


/* ------------------------------------------  
TITLE
------------------------------------------ */
h1,h2,h3,h4{
	font-family:"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

h1{
	margin-bottom:1.5em;
	font-weight:normal;
	font-size:200%;
	text-align:center;
	line-height:1.3em;
	color:#126768;
}
	#contents h1{max-width:90%;margin:0 auto 1.5em;}

	h1 + *{
		margin-top:0 !important;
		padding-top:0 !important;}

h2{
	margin:1.8em auto 1em;
	padding-bottom:1em;
	color:#444444;
	font-size:150%;
	font-weight:bold;
	text-align: center;
	border-bottom:solid 3px #444444;}

h2 span{
    font-size:74%;}

h2 + *{
	margin-top:0;}

h3{
	line-height:1.4em;
	margin:1.5em auto 3px;
	font-size:150%;
	font-size:145%;
	color:#444444;}

h4{
	color:#126768;
	line-height:1.4em;
	margin: 1.5em auto 3px;
	font-size: 130%;}

h5{
	color:#444;
	font-size:100%;
}


@media screen and (max-width: 640px) {
.inner h2{
	width: 112%;
	margin-left: -6%;
	padding:0 6% 1em;}
}

/* ------------------------------------------  
table
------------------------------------------ */
table{
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	font-size:90%;
	margin:0 0 30px;
	border: #126768 1px solid;
	word-break:break-all;
}

	table th,
	table td{
		padding:10px 1.5em;
		line-height:1.4em;
		text-align:left;
		border: #126768 1px solid;}

	table th{
		font-weight:normal;
		background-color: #e7f0f0;}

	table thead th{
		text-align:center;
		font-weight:bold;
		color:#126768;}

	.nowrap{white-space: nowrap;}
	
@media screen and (max-width: 640px) {
	table th,
	table td{
		padding: 5px 12px;
		display:block;
		border:none;
	}

	table{
		border: solid 1px #e7f0f0;
		border-bottom:2px solid #e7f0f0;}

	table td,table th{padding: 10px 12px;}

	table thead{display:none;}

	table td:before{
		font-weight:bold;
		color:#666;
		font-size:90%;
	}

	.resp td + td{padding-top:0px;}

}

/* ------------------------------------------  
BUTTON
------------------------------------------ */
.btn{
	text-align: center;
	margin: 0 auto 40px;}

.btn a{
	display:inline-block;
	padding:10px 2.5em;
	height:auto;
	border:solid 1px #126768;
	color:#126768;
	text-align:center;}
		
	.btn a:hover {
		background:#126768;
		color:#fbfbfb;}

	.btn a:before{
		display: inline-block;
		font-family:"Font Awesome 5 Free";
		vertical-align: baseline;
		content: "\f0a9";
		font-weight: 900;
		padding:0 5px 0 0;}


@media screen and (max-width: 640px) {
	.flex2.btn a{
		width:80%;
		margin:0 auto 10px;
	}
}
		
/* ------------------------------------------  
LIST
------------------------------------------ */
ul{list-style-position:inside;margin-left: 2%;}
ol{list-style-position:outside;margin-left: 1em;}

	.box_gray ol li{margin: 0 0 15px;font-weight:bold;}
	.box_gray ol li:last-child{margin:0;}

.narrow{
	width: 100%;
	max-width:730px;
	margin: 0 auto;
}

body.archive .narrow{
	max-width:840px;
}

ul.news_list {
	list-style:none;
	display: block;
	text-align: center;
	border-top:solid #126768 1px;
	margin:0 0 10px;}

.page .news_list{
	margin-bottom:2em;}
.no-list{
	padding:12px 0;}

	ul.news_list li {
		text-align:left;
		border-bottom:solid #126768 1px;}

		ul.news_list li a{
			padding:12px .8em;
			display: block;
			color: #444;}

		ul.news_list li a:hover{
			color: #248ea9;
			background: #ddeeee;}

		ul.news_list li a > span{
			display:inline-block;
			vertical-align:top;
		}

			ul.news_list li a span.news_cat{
			text-align:center;
				color:#fbfbfb;
				display:inline-block;
				width:90px;
				font-size:70%;
				line-height:25px;
				letter-spacing:0;
				margin-right:20px;
				vertical-align:text-top;
			}

			.news_cat.info,
			.news_cat.news,ul.news_nav li.news a{background:#9eafb3;}
			.news_cat.reports,ul.news_nav li.reports a{background:#e6923f;}
			.news_cat.events,ul.news_nav li.events a{background:#74a65c;}

		ul.news_list li a > span:last-child{
			width:calc(100% - 110px);}

			ul.news_list li a span.news_date{
				margin-right:20px;
				letter-spacing:0.05em;
			}

ul.news_nav{
	margin:20px 1% 40px;
	text-align:center;
}

	ul.news_nav li{
		display:inline-block;
		font-size:75%;
		margin-left:0;
		text-indent:0;
		margin:0 5px 0 0;
		list-style:none;
		background-image:none;
		padding-left:0;
	}
	
	ul.news_nav li a{
		width: auto;
		padding: 4px 15px;
		margin: 0 0 8px 0;
		text-indent: 0;
		text-align: center;
		color: #ffffff;
		min-width: 120px;
		text-decoration: none;
		display: inline-block;
		position: relative;
		overflow: visible;
	}
	
	ul.news_nav li a{background-color:#0f6b84;}

	ul.news_nav li a:hover{opacity:0.7;}

.ul_nav{
	margin:20px 0;
	text-align:center;}

	.ul_nav li{
		display:inline-block;
		font-size:90%;
		margin-left:0;
		margin:0 3px;
		list-style:none;
		padding-left:0;	}
	
	.ul_nav li a{
		width:auto;
		padding:5px 1.2em;
		margin-bottom: 8px;
		color:#ffffff;
		display:inline-block;
		background-color:#126768;}

	.ul_nav li a:before{
		display: inline-block;
		font-family:"Font Awesome 5 Free";
		vertical-align: baseline;
		padding:0 5px 0 0;
		content:"\f107";
		font-weight:900;}
	
	.ul_nav li a:hover{
		opacity:0.7;}

.dl-list dt{
	font-weight:bold;
    padding-left:1.6em;
    text-indent:-1.6em;
}

.dl-list dd{
    margin-bottom:20px;
    padding-left:1.15em;
}

.dl-list a{
	text-indent:0;
}

.dl-list dt:before{
	font-family:"Font Awesome 5 Free";
	content: "\f0c8";
	color:#d1e2e2;
	vertical-align:baseline;
	padding-right: .3em;
}
	
@media screen and (max-width:640px) {

	ul.news_list li a span.news_cat{
		text-align:center;
		width:66px;
		font-size:70%;
		margin-right:12px;
		margin-bottom:3px;}

	ul.news_list li a span.news_date{
		margin-right:10px;
		letter-spacing:0.05em;}

	ul.news_list li a > span:last-child{
		width:calc(100% - 80px);}

}

/* ------------------------------------------  
index
------------------------------------------ */
/*お知らせ*/
#top-news{
	background:#d1e2e2;
	padding-bottom:20px;
}

	#top-news ul.news_nav{
		padding:0;
		margin:0 0 20px;
	}

/* ------------------------------------------  
page
------------------------------------------ */
/*outline*/
.group-organization{
	padding:.5em .5em 0;
	background:#d1e2e2;}

.group-organization div{
    position:relative;
	padding:1em;
	margin-bottom:.5em;
	border:solid 1px #d1e2e2;
	background:#fbfbfb;
	font-size:88%;
	line-height:1.5;}

.group-organization strong,
.group-organization em{
	display:inline-block;
    margin-bottom:.3em;
	font-size:110%;}

.group-organization p{margin-bottom:0;}


.group-organization > div:nth-child(2):before{
	content: "|";
	font-weight:bold;
	font-size:20px;
	color:#fbfbfb;
	position:absolute;
	top:-20px;
	left:50%;}

.group-organization .flex3{
	background:#d1e2e2;
	padding:0;
	border:none;}

.group-organization .flex3 > div{
    margin-top:1em;
	width:32.6%;}

.group-organization .flex3 > div:before{
		font-family:"Font Awesome 5 Free";
		content: "\f063";
		font-weight:bold;
		font-size:150%;
		color:#126768;
		position:absolute;
		top:-1.3em;
		left:47.5%;}

.group-organization ul{
	list-style-position:outside;
	list-style:none;
	margin-bottom:1em;
	padding-left:.5em;
}

.group-organization{
	padding:.5em .5em .1em;
	background:#d1e2e2;}

.group-organization .bukai{
	border:none;
	padding:0;
	margin:1em 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-align-items    : stretch;
	align-items        : stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;}

.group-organization .bukai > *{
	width:33%;
	border-width:2px;
	margin-bottom:0;}

.group-organization .bukai > div:nth-of-type(1){order:1;}
.group-organization .bukai > div:nth-of-type(2){order:3;}
.group-organization .bukai > div:nth-of-type(3){order:2;}

.group-organization .group-support{
	width:26%;
	max-width:400px;
	margin:7em auto 0;
	text-align:center;
	border-width:2px;
	position:relative;}

.group-organization .group-support:before,
.group-organization .group-support:after{
	font-family:"Font Awesome 5 Free";
	font-weight:bold;
	font-size:180%;
	color:#126768;
	bottom:45%;
	position:absolute;}

.group-organization .group-support:before{
  content: "\f060";
  left:-1.2em;}

.group-organization .group-support:after{
  content: "\f061";
  right:-1.2em;}

.group-organization .group-support strong{
	color:#126768;}

.group-organization .group-support ul{
	list-style:disc;
	display:inline-block;
	text-align:left;
	margin-bottom:0;}

@media screen and (max-width:768px) {
.group-organization .bukai > *{
	width:49%;}

.group-organization .bukai > div:nth-of-type(2){order:2;}
.group-organization .bukai > div:nth-of-type(3){order:3;}

.group-organization .bukai > div:nth-of-type(1):after,
.group-organization .bukai > div:nth-of-type(2):after{
	font-family:"Font Awesome 5 Free";
	content: "\f062";
	font-weight:bold;
	font-size:180%;
	color:#126768;
	position:absolute;
	bottom:-1.5em;
	left:47.5%;}

.group-organization .group-support:before,
.group-organization .group-support:after{
	content:none;}

.group-organization .group-support{
	width:100%;
	margin-top:2em;}
}


@media screen and (max-width:768px) {
.group-organization .flex3 > div{
	width:90%;
	margin-left:10%;}

.group-organization .flex3 > div{
    margin-top:0;}

.group-organization .flex3 > div:before{
		content: "\f061";
		top:46%;
		left:-10%;}

}

/* member */
.post-password-form{
	margin:0 auto;
	width:90%;
	text-align:center;
}

/* report */

.tbl-report {
  font-size:90%;
}

.tbl-report th:nth-child(n+2),
.tbl-report td:nth-child(n+2){
	width:28%;}

.tbl-report tbody th,
.tbl-report tbody td{
    padding:10px .5em;}


@media screen and (max-width:640px) {
.tbl-report td:empty{
	display:none;}

.tbl-report th:nth-child(n+2),
.tbl-report td:nth-child(n+2){
	width:100%;}

.tbl-report td:before{
	display:block;
	font-weight:bold;
	color:#126768;}

.tbl-report td:nth-of-type(1):before{content:"連携推進協議会";}
.tbl-report td:nth-of-type(2):before{content:"作業部会";}
.tbl-report td:nth-of-type(3):before{content:"実施事業";}
}

/* 2column table */
.tbl-2col {
  font-size:90%;
}
.tbl-2col th {
	width:18%;
	padding:15px 0.75em;
}
.tbl-2col td {
	width:82%;
	padding:15px 0.75em;
}

@media screen and (max-width:640px) {
.tbl-2col td:empty{
	display:none;}

.tbl-2col th,
.tbl-2col td {
	width:100%;
}
}
/*contact*/
.contact_mail form{
	font-weight:normal;
}
label{cursor: pointer;}

form em{
	font-size:90%;
	font-weight:bold;
	color:#c66351;
}

input,textarea,select {
	font-family:'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",sans-serif;
	padding:3px 4px;
	vertical-align: middle;
	border:solid 1px #d3e1e5;
	margin:3px 0;
	font-size:95%;
	width:100%;}

input[type="password"]{
	max-width:200px;}

select{font-size:100%;}

span.wpcf7-list-item {
	display: inline-block;
	margin:0 1em 0 0 !important;
}

textarea{height:100px;width:100%;}
textarea.form_add{height:60px;}

span.wpcf7-form-control-wrap.acceptance {
	padding-right: 0.3em;
}

input[type="checkbox"]{
	width:auto;}

input[type="submit"],input.submit{
	-webkit-appearance: none;
	border-radius: 0;
	background:#126768;
	border:none;
	color:#fff;
	padding:0.4em 1em;
	width:100px;
	display:block;
	text-align:center;
	margin:10px auto 0;
	font-family:"noto sans Japanese";
}

input[type="submit"]:hover,input.submit:hover{
	opacity:.7;
	transition:.3s;
}

div.wpcf7 .ajax-loader{display:none !important;}

.input_s{max-width:250px;}

/* ------------------------------------------  
archive
------------------------------------------ */
/* archive */
.archive article{
	width:90%;
}

.archive article section{
    margin-bottom:3em;
    border-bottom:solid 1px #ddd;
		padding-bottom:2rem;
}

.archive article section:last-of-type{
	border:none;
    margin-bottom:1em;
}

.archive article h2{
    text-align:left;
    margin:0 0 .5em;
    padding-bottom:.5em;
		width: 100%;
}

.archive article h2 + p{
    margin-bottom:1em;
}

.archive article h2 + p a{
    font-size:93%;
}

.archive article p{
	width:100%;
}

/* pagenavi */
.wp-pagenavi {
	width:100%;
	font-size:90%;
	text-align:center;
	margin-bottom: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 10px;
	margin: 2px;
	display:inline-block;
	background:#f0f0f0;
	vertical-align:top;
}

.wp-pagenavi a:hover{
	color:#444;
	background:#dce4e6;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background:#126768;
	color:#fff;
}

.wp-pagenavi .pages{
	display:block;
	background:#f0f0f0;
	padding:5px 10px;
	margin: 0 0 10px;
}

/* ------------------------------------------  
single
------------------------------------------ */
.single .update{
	margin-top: 7px;
	text-align:right;
	font-size:90%;
}

.entry-content .alignright{
    width:49% !important;
    float:right;
    margin:0 0 20px;
	max-width:100%;
}

.entry-content .alignright + *{clear:both;}

.entry-content .alignleft{
    width:49% !important;
    float:left;
    margin: 0 0 20px;
	max-width:100%;
	clear:both;
}

.entry-content .alignleft + br{display:none;}

.entry-content .alignnone,.entry-content .aligncenter{
    width:100%;
    float:left;
    margin: 0 auto 20px;
	max-width:100%;
}

/* post-navigation */
.post-navigation h2 {display:none;}
.navigation {
	width:100%;
	margin:20px 0 60px;
	padding: 0;
	font-size: 85%;
	clear:both;
	text-align:left;
}

.nav-previous a, .nav-next a, .nav-back a {
	padding:9px 15px;
}

.nav-previous a, .nav-next a {
	display: block;
	margin-bottom: 5px;
	line-height: 1.5em;
	text-decoration: none;
	background:#e7f0f0;
	color:#444;
	border-radius:4px;
}

.nav-previous a:hover,
.nav-next a:hover{
	display: block;
	background:#d0e6e7;
}

.navigation a span {
	display:inline;
	margin-right: 1em;
	padding-right: 1em;
}

.navigation a span.navitext{border-right: 1px solid #a5a5a4;}

		
/* ------------------------------------------  
for - 768px
------------------------------------------ */
@media screen and (max-width:768px) {

}

/* ------------------------------------------  
for - 640px
------------------------------------------ */
@media screen and (max-width:640px) {
.brpc{display:none;}

/* single */
.entry-content .alignright,
.entry-content .alignleft,
.entry-content .aligncenter,
.entry-content .alignnone{
    width:100% !important;
    float:none;
    margin:0 0 20px;
}
.entry-content .alignleft + br{display:inline;}
}
