@charset "utf-8";
/* CSS Document */

p.none{
	text-align: center;
	margin: 120px auto 360px auto;
}

.kenkyu{
	color: #4666aa;
}
.shien{
	color: #ed8148;
}
.ikusei{
	color: #ec7a95;
}


/* --------------------------
	配下ページヘッダー
--------------------------------- */
div#header{
	width: 100%;
	text-align: center;
	background: #4666aa;
	padding: 3% 0 0;
}
div#header h1{
	margin-bottom: 45px;
}
div#header h1 a:hover img{
	opacity: 1;
}
div#header ul#menu{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 85%;
	margin: 2% auto 0;
}
div#header ul#menu li{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between;
	margin: 0 30px;
}
div#header ul#menu li:first-child{
	margin-left: 0;
}
div#header ul#menu li:last-child{
	margin-right: 0;
}

div#header ul#menu li a{
	display: block;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-bottom: 4px solid #4666aa;
	padding: 0 5px 10px 5px;
	font-size: 18px;
	min-width: 4.4em;
	opacity: 0.8;
}
div#header ul#menu li a:hover{
	transition: border-color 0.2s;
	border-bottom: 4px solid #a2b2d4;
	opacity: 1;
}
div#header ul#menu li a.on_page{
	border-bottom: 4px solid #a2b2d4;
	opacity: 1;
}



/* --------------------------
	ページ内リンク
--------------------------------- */

ul#page_link{
	width: 80%;
	margin: 60px auto 80px auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul#page_link li{
	margin: 0 5%;
}
ul#page_link li a{
	text-decoration: underline;
	color: #4666aa;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
}
ul#page_link li a:hover{
	text-decoration: none;
	color: #acbad9;
	transition: color 0.2s;
}
ul#page_link li a.on{
	color: #acbad9;
}

/* お知らせ、業務報告ページ ------------- */
ul#page_link02{
	width: 80%;
	margin: 60px auto 80px auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul#page_link02 li{
	width: 19%;
	text-align: center;
	margin-bottom: 3%;
}
ul#page_link02 li a{
	text-decoration: underline;
	color: #4666aa;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
ul#page_link02 li a:hover{
	text-decoration: none;
	color: #acbad9;
	transition: color 0.2s;
}
ul#page_link02 li a.on{
	color: #acbad9;
}


/* --------------------------
	コンテンツ枠
--------------------------------- */

div.contents{
	width: 1000px;
	margin: 90px auto ;
}

div.contents02{
	width: 1000px;
	padding: 60px 150px;
	background: #f6f7fb;
}

div.contents03{
	width: 860px;
	padding: 60px 70px;
	background: #f3f3f3;
	margin: 0 auto;
	border-radius: 4px;
}



/* --------------------------
	タイトル
--------------------------------- */
h2 {
	position: relative;
	display: inline-block;
	margin: 0 auto 2em auto;
	letter-spacing: 0.2em;
	text-align: center;
	width: 100%;
	font-size: 180%;
}
h2::before {
	content: '';
	position: absolute;
	bottom: -0.6em;
	display: inline-block;
	width: 40px;
	height: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #4666aa;
}




/* --------------------------
	私たちについて
--------------------------------- */
p.about{
	margin: 0 auto 5% auto;
	line-height: 1.8em;
}

/* ご挨拶 ---------------------- */
div.aisatsu{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 50px auto;
}
div.aisatsu img{
	margin: 0 10px;
	width: 84px;
	height: 84px;
	border-radius: 50%;
}
div.aisatsu p{
	font-weight: bold;
	margin: 0 10px;
	font-size: 150%;
	line-height: 1em;
	margin-top: 0.4em;
	/* margin-bottom: 0.4em; */
}
div.aisatsu p span.detail{
	font-size: 70%;
	display: inline-block;
	margin-bottom: 0.4em;
}
div.aisatsu p span.ruby{
	font-size: 50%;
	font-weight:normal;
}


/* 設立趣旨 ---------------------- */


div.contents02 p.about span{
	display: block;
	text-align: right;
}
div.contents02 p.about span a{
	color: #4666aa;
	text-decoration: underline;
}
div.contents02 p.about span a:hover{
	color: #acbad9;
	text-decoration: none;
}

div.nerai{
	margin: 60px auto 120px auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
div.nerai01{
	color: #ec7a95;
	width: 30%;
}
div.nerai01 > h4{
	border: 2px solid #ec7a95;
	border-radius: 24px;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 15px;
	font-size: 112%;
}
div.nerai01 > ul >li{
	border-bottom: 1px solid #ec7a95;
	padding-bottom: 20px;
	margin-bottom: 20px;
	height: 100px;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

div.nerai02{
	width: 720px;
	margin: 0 auto;
}
div.nerai02 > div > h4{
	border: 2px solid #ed8148;
	border-radius: 24px;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 15px;
	font-size: 112%;
	color: #ed8148;
}
div.nerai02 > div > p{
	text-align: center;
	margin-bottom: 5%;
}

h3.about{
	font-size: 160%;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}
h3.about_pink{
	color: #ec7a95;
}
h3.about_orange{
	color: #ed8148;
}

div.about_img{
	text-align: center;
	margin: 5% auto;
}


/* 所在地案内 ---------------------- */
div.map{
	width: 800px;
	height:460px;
	margin: 0 auto 120px auto;
	position: relative;
	overflow: hidden;
}
div.map img{
	position: relative;
}
div.map iframe{
	position: absolute;
	height: 500px;
	width: 1800px;
	top: -40px;
	left: -300px;
}
div.map > div{
	position: absolute;
	top: 0;
	left: 40px;
	background: rgba(255,255,255,0.85);
	padding: 40px;
	width: 38%;
	height:100%;
	font-size: 85%;
}
div.map > div > h3 > img{
	width: 100%;
}
div.map > div > h4.info{
	display: block;
	background: #4666aa;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	width: 100%;
	margin: 5px 0;
	margin: 2em 0 1em 0;
}
div.map > div > p{
	margin: 20px auto;
}
div.map > div> p.info{
	margin: 10px auto 20px auto;
	font-size: 95%;
}
div.map > div > a.link{
	text-decoration: underline;
	color: #4666aa;
}
div.map > div > a.link:hover{
	text-decoration: none;
}



/* --------------------------
	事業計画
--------------------------------- */
p.plan{
	margin: 0 auto 5% auto;
	text-align: center;
}

div.plan{
	width: 100%;
	margin: 0 auto 50px;
}
div.plan > p{
	text-align: center;
	margin: 40px auto;
}

div.plan > h4{
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 110%;
	border-radius: 30px;
	overflow: hidden;
	white-space: nowrap;
}
div.plan > h4.kenkyu{
	background: #4666aa;
}
div.plan > h4.shien{
	background: #ed8148;
}
div.plan > h4.ikusei{
	background: #ec7a95;
}

div.plan > ul.plan{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
div.plan > ul.plan > li{
	padding: 2%;
	background: #fff;
	text-align: center;
	margin: 0 1%;
	border-radius: 10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 90%;
	overflow: hidden;
	white-space: nowrap;
}

div.plan > ul.plan01 > li{
	width: 22%;
}
div.plan > ul.plan02 > li{
	width: 25%;
}

div.plan > ul.kenkyu > li{
	border: 1px solid #4666aa;
}
div.plan > ul.shien > li{
	border: 1px solid #ed8148;
}
div.plan > ul.ikusei > li{
	border: 1px solid #ec7a95;
}

div.plan > ul.plan > li:first-child{
	margin-left: 0;
}
div.plan > ul.plan > li:last-child{
	margin-right: 0;
}

div.photo_box{
	text-align: center;margin: 40px 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
div.photo_box div{
	margin: 0 0 5px 0;
	padding: 0;
}
div.photo_box div p{
	font-size: 90%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
div.photo01{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
div.photo02{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
div.photo01 img, div.photo02 img{
	margin: 0 5px;
}
div.photo_box img.arrow01{
	position: absolute;
	top: 70px;
	left: 270px;
}
div.photo_box img.arrow02{
	position: absolute;
	top: 70px;
	right: 270px;
}


div.plan02{
	text-align: center;
	width: 1000px;
	margin: 120px auto;
	border: 4px solid #4666aa;
	border-radius: 40px;
	padding: 10px 0;
	color: #4666aa;
	position: relative;
	font-weight: bold;
	font-size: 150%;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
}
div.plan02::before{
	content: url("../about/image/arrow.gif");
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	margin: auto;
}




/* -----------------------------
	事業報告、お知らせ
--------------------------------- */
ul.box{
	width: 1000px;
	margin: 120px auto;
}
ul.box li{
	padding-bottom: 70px;
	margin-bottom: 60px;
	border-bottom: 1px solid #3c3c3c;
	overflow: hidden;
}
ul.box li > h3{
	font-size: 120%;
	margin-bottom: 0;
	text-align: left;
}
ul.box li > p.date{
	font-size: 80%;
	margin: 0.6em 0 1.2em 0;
}
ul.box li > p.text{
	line-height: 1.8em;
}

ul.box li:last-child{
	border-bottom: none;
}
ul.box li > img{
	float: right;
	margin: 0 0 1.2em 1.8em;
	clear: both;
	width: 40%;
}
ul.box a.pdf{
	text-decoration: underline;
	color: #4666aa;
}
ul.box a.pdf:hover{
	text-decoration: none;
	color: #acbad9;
}



/* -----------------------------
	リンク
--------------------------------- */
/* 福井県関連リンク ------------ */
dl.link_pref{
	width: 80%;
	margin: 0 auto 60px auto;
}
dl.link_pref dt{
	font-size: 110%;
	font-weight: bold;
}
dl.link_pref dt::before{
	content: "●";
	color: #4666aa;
}
dl.link_pref dd{
	margin-bottom: 50px;
}
dl.link_pref dd a{
	color: #4666aa;
	text-decoration: underline;
}
dl.link_pref dd a:hover{
	color: #acbad9;
	text-decoration: none;
}
dl.link_pref dd > p{
	margin-top: 10px;
}


/* 市町関連リンク ------------ */
ul.link_city{
	width: 80%;
	margin: 0 auto 60px auto;
	overflow: hidden;
}
ul.link_city li{
	float: left;
	width: 50%;
	font-weight: bold;
	margin-bottom: 45px;
}
ul.link_city li::before{
	content: "●";
	color: #4666aa;
}
ul.link_city a{
	color: #4666aa;
	text-decoration: underline;
	font-weight: normal;
}
ul.link_city a:hover{
	color: #acbad9;
	text-decoration: none;
}


/* -----------------------------
	技術相談／お問い合わせ
--------------------------------- */
div.technic{
	width: 100%;
	overflow: hidden;
}
div.technic img{
	float: left;
	width: 300px;
	height: 45em;
}
div.technic > div{
	float:right;
	width: 640px;
}
div.technic > div > h3{
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #3c3c3c;
}
div.technic > div > p{
	margin-bottom: 3em;
	line-height: 1.6em;
	font-size: 86%;
}

div.contact_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: center;
	margin-bottom: 120px;
}
