@charset "utf-8";

/*==========================================
 common
===========================================*/

*, *::before, *::after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

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

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

.pc {
	display: none;
}

.sp {
	display: block;
}

@media print, screen and (min-width: 769px) {

.pc {
	display: block;
}

.sp {
	display: none;
}

}

/* reCAPTCHAの表示を消す */
.grecaptcha-badge {
	visibility: hidden !important;
}

/*==========================================
 ページタイトルのスタイル
===========================================*/

#contentsHead_wrap {
	background-image: url(../images/back_head_00.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	position: relative;
	height: 200px;
	z-index: 0;
}

/* トピックス */
.topics #contentsHead_wrap {
	background-image: url(../images/back_head_02.jpg);
	background-position: center 30%;
}

/* アクションおっぱまとは */
.about #contentsHead_wrap {
	background-image: url(../images/back_head_01.jpg);
	background-position: center bottom;
}

/* 私たちの取り組み */
.project #contentsHead_wrap {
	background-image: url(../images/back_head_07.jpg);
	background-position: center 40%;
}

/* ご協力のお願い */
.support #contentsHead_wrap {
	background-image: url(../images/back_head_08.jpg);
	background-position: center 30%;
}

/* 日々の活動 */
.blog #contentsHead_wrap {
	background-image: url(../images/back_head_03.jpg);
	background-position: center 34%;
}

/* バナー広告募集  */
.banner-pr #contentsHead_wrap {
	background-image: url(../images/back_head_06.jpg);
	background-position: center center;
}

/* 視察・研修の受け入れ */
.inspection #contentsHead_wrap {
	background-image: url(../images/back_head_04.jpg);
	background-position: center center;
}

#contentsHead_wrap::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.3);
	z-index: -1;
}

#contentsHead {
}

#contentsHead .bread {
	padding: 10px;
}

#contentsHead .bread,
#contentsHead .bread a,
#contentsHead .bread strong {
	font-size : 1.2rem;
	transition: all 0.3s;
	color: #FFF;
  text-shadow: 0 0 3px #000;
}

#contentsHead .bread a {
	color: #FFF;
}

#contentsHead .bread a i {
	font-size: 2.0em;
}

#contentsHead .bread a:hover {
	text-decoration: underline;
}

#contentsHead .pageTitle {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 2.0rem;
	letter-spacing: 0.1em;
  color: #FFF;
  width: 100%;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 0 3px #000;
}

@media print, screen and (min-width: 769px) {

#contentsHead_wrap {
	height: 200px;
}

#contentsHead {
	max-width: 980px;
	margin: 0 auto;
}


#contentsHead .pageTitle {
	font-size: 2.8rem;
}

}

/*==========================================
 section
===========================================*/

.sectionTitle {
  padding: 0.2em;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.1em;
  color: #337ABF;
	position: relative;
	margin-bottom: 2.0em;
}

.sectionTitle::before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #337ABF;
}

.sectionTitle::after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #337ABF;
}

.sectionSubTitle {
	padding-left: 0.4em;
	font-size: 1.5rem;
  color: #337ABF;
	border-left: 6px solid #337ABF;
	margin-bottom: 0.4em;
}

@media print, screen and (min-width: 769px) {

.sectionTitle {
	font-size: 2.0rem;
}

.sectionSubTitle {
	font-size: 1.7rem;
}
	
}

/*==========================================
 全体
===========================================*/

html {
	font-size: 62.5%;
}

body {
	position: relative;
	background: #FFF;
	color: #212121;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
}

#wrap {
	width: 100%;
}


/* head */
#head0_wrap {
	width: 100%;
  background: #4496d3;
}

#head0 {
	padding: 4px;
}

#head_wrap {
	width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#head {
	position: relative;
	padding: 10px;
}

#head .head_l {
	text-align: center;
}

#head .head_r {
	text-align: center;
}

/* contents */
#contents_wrap {
	width: 100%;
}

#contents {
	width: 100%;
	position: relative;
}

.home #contents {
	padding: 0;
}

/* fNav */
#fNav_wrap {
  background: #f8f4e6;
	width: 100%;
}

#fNav {
	position: relative;
	padding: 10px;
}

/* foot */
#foot_wrap {
  background: #4496d3;
	width: 100%;
}

#foot {
	position: relative;
	padding: 4px;
}

#foot .foot_l {
	width: 100%;
	text-align: center;
}

#foot .foot_r {
	width: 100%;
	text-align: center;
}

@media print, screen and (min-width: 769px) {

/* head */
#head0_wrap {
}

#head0 {
	max-width: 980px;
	margin: 0 auto;
}

#head_wrap {
  height: auto;
}

#head {
	max-width: 980px;
	margin: 0 auto;
}

#head .head_l {
	float: left;
	width: auto;
	text-align: left;
}

#head .head_r {
	float: right;
	width: auto;
	text-align: right;
}

/* contents */
#contents_wrap {
}

#contents {
  width: 100%;
}

.home #contents {
}

/* fNav */
#fNav_wrap {
}

#fNav {
  max-width: 980px;
  margin: 0 auto;
}

/* foot */
#foot_wrap {
}

#foot {
  max-width: 980px;
  margin: 0 auto;
}

#foot .foot_l {
	float: left;
	width: auto;
	text-align: left;
}

#foot .foot_r {
	float: right;
	width: auto;
	text-align: right;
}

}

/*==========================================
 ヘッダーのスタイル
===========================================*/

#head0 h1 {
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

#head0 h1 span {
	display: inline-block;
	font-size: 1.1rem;
}

#head .logo {
	width: 220px;
}

#head .logo img {
	width: 100%;
	height: auto;
}

#head #sNav {
	position: relative;
}

#head .button-toggle {
	position: absolute;
	top: 20px;
	right: 10px;
	cursor: pointer;
}

#head .button-toggle img{
	width: 36px;
}

@media print, screen and (min-width: 769px) {
	
#head0 h1 {
  margin-right: 10px;
	text-align: right;
}

#head .logo{
	margin-top: 6px;
	width: 240px;
}

#head .logo img{
	width: 100%;
	height: auto;
}

#head #gNav {
	display: block !important;
}

}


@media print, screen and (min-width: 981px) {


}

/*==========================================
 グローバルナビ
===========================================*/

#gNav ul.gNavTop {
	width: 100%;
	border: solid 2px #eee;
  margin-top: 10px;
  margin-bottom: 10px;
}

#gNav ul.gNavTop li {
	float: left;
	width: 50%;
	text-align: left;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	position: relative;
}

#gNav ul.gNavTop li:nth-child(even) {
	border-right: none;
}

#gNav ul.gNavTop li:nth-last-child(2),
#gNav ul.gNavTop li:last-child {
	border-bottom: none;
}

#gNav ul.gNavTop li span {
	display: none;
}

#gNav ul.gNavTop li a {
	display: block;
	padding: 0.8em 0.4em;
	font-size: 1.2rem;
	line-height: 1.0;
	color: #555;
  background: #f8f4e6;
	transition: all 0.3s;
  text-decoration: none;
}

#gNav ul.gNavTop li a:hover {
	color: #347BBF;
}

#gNav ul.gNavTop li a::after {
	position: absolute;
	top: 50%;
	right: 0.4em;
	content: '\f105';
	font-family: FontAwesome;
  font-size : 1.4em;
	margin-top: -0.5em;
}


.topics #gNav ul.gNavTop li.linkTopics a,
.about #gNav ul.gNavTop li.linkAbout a,
.project #gNav ul.gNavTop li.linkProject a,
.support #gNav ul.gNavTop li.linkSupport a,
.blog #gNav ul.gNavTop li.linkBlog a {
	color: #347BBF;
}

@media print, screen and (min-width: 769px) {

#gNav ul.gNavTop {
  width: auto;
	margin: 4px 0;
  border: none;
  background: inherit;
}

#gNav ul.gNavTop li {
	float: left;
  width: auto;
	text-align: center;
  border-right: none;
  border-bottom: none;
	border-left: 1px dotted #ddd;
	position: relative;
}

#gNav ul.gNavTop li:last-child {
	border-right: 1px dotted #ddd;
}

#gNav ul.gNavTop li span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 1.4em;
	letter-spacing: 0.06em;
	color: #347BBF;
  
	margin-bottom: 0.3em;
}

#gNav ul.gNavTop li a {
	display: block;
	padding: 0.6em 0.6em;
	font-size: 1.2rem;
	color: #555;
	line-height: 1.3;
  background: inherit;
  transition: all 0.3s;

	text-decoration: none;
}

#gNav ul.gNavTop li a::before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	z-index: 1;
	bottom: 0;
	background: #347BBF;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 2px;
}

#gNav ul.gNavTop li a:hover::before,
#gNav ul.gNavTop li a:focus::before,
#gNav ul.gNavTop li a:active::before {
	left: 0;
	right: 0;
}

#gNav ul.gNavTop li a:hover {
	color: #555;
}
  
#gNav ul.gNavTop li a::after {
	content: none;
}

.topics #gNav ul.gNavTop li.linkTopics a span,
.about #gNav ul.gNavTop li.linkAbout a span,
.project #gNav ul.gNavTop li.linkProject a span,
.support #gNav ul.gNavTop li.linkSupport a span,
.blog #gNav ul.gNavTop li.linkBlog a span {
	color: #EC008B;
}

.topics #gNav ul.gNavTop li.linkTopics a,
.about #gNav ul.gNavTop li.linkAbout a,
.project #gNav ul.gNavTop li.linkProject a,
.support #gNav ul.gNavTop li.linkSupport a,
.blog #gNav ul.gNavTop li.linkBlog a {
  background: inherit;
	color: #555;
}

.topics #gNav ul.gNavTop li.linkTopics a::before,
.about #gNav ul.gNavTop li.linkAbout a::before,
.project #gNav ul.gNavTop li.linkProject a::before,
.support #gNav ul.gNavTop li.linkSupport a::before,
.blog #gNav ul.gNavTop li.linkBlog a::before {
	left: 0;
	right: 0;
  background: #EC008B;
}

}


@media print, screen and (min-width: 981px) {

#gNav ul.gNavTop li a {
	padding: 0.6em 0.8em;
}


}

/*==========================================
 コンテンツナビゲーション
===========================================*/

#cNav_wrap {
	background: #EEE;
	width: 100%;
}

#cNav {
  position: relative;
  overflow: hidden;
}

#cNav ul {
	position: relative;
  left: 50%;
  float: left;
}

#cNav ul li {
  position: relative;
  left: -50%;
  float: left;
	border-right: 1px solid #FFF;
}

#cNav ul li:first-child {
	border-left: 1px solid #FFF;
}

#cNav ul li a {
	display: block;
	font-size: 1.3rem;
	padding: 0.4em 0.4em;
	text-decoration: none;
  transition: all 0.5s;
}

#cNav ul li a:hover {
	background: #DDD;
}

.dai3kaiho #cNav ul li.linkDai3kaiho a,
.kaiyama #cNav ul li.linkKaiyama a,
.tunnel #cNav ul li.linkTunnel a,
.community #cNav ul li.linkCommunity a,
.akiya #cNav ul li.linkAkiya a,
.comunitei #cNav ul li.linkComunitei a {
	background: #347BBF;
	color: #FFF;
}


.post-type-archive-topics #cNav ul li.cat-item-all a,
.topics #cNav ul li.current-cat a,
.post-type-archive-blog #cNav ul li.cat-item-all a,
.blog #cNav ul li.current-cat a {
	background: #347BBF;
	color: #FFF;
}

@media print, screen and (min-width: 769px) {

#cNav_wrap {
}

#cNav {
  max-width: 980px;
  margin: 0 auto;
}

#cNav ul li a {
	font-size: 1.4rem;
	padding: 0.4em 0.8em;
}

}

/*==========================================
 コンテンツアンカー
===========================================*/

#contentsAnchor_wrap {
	background: #EEE;
	width: 100%;
}

#contentsAnchor {
  position: relative;
  overflow: hidden;
}

#contentsAnchor ul {
	position: relative;
  left: 50%;
  float: left;
}

#contentsAnchor ul li {
  position: relative;
  left: -50%;
  float: left;
	border-right: 1px solid #CCC;
}

#contentsAnchor ul li:first-child {
	border-left: 1px solid #CCC;
}

#contentsAnchor ul li a {
	display: block;
	font-size: 1.3rem;
	padding: 0.4em 1.8em 0.4em 0.4em;
	text-decoration: none;
  transition: all 0.3s;
}

#contentsAnchor ul li a::after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  right : 0.4em;
  color: #337ABF;
  transition: all 0.3s;
}

#contentsAnchor ul li a:hover,
#contentsAnchor ul li a:hover::after {
  color: #EC008B;
}

@media print, screen and (min-width: 769px) {

#contentsAnchor_wrap {
}

#contentsAnchor {
  max-width: 980px;
  margin: 0 auto;
}

#contentsAnchor ul li a {
	font-size: 1.4rem;
	padding: 0.4em 2.4em 0.4em 0.8em;
}

#contentsAnchor ul li a::after {
  right : 0.8em;
}

}

/*==========================================
 コンテンツエリア
===========================================*/

#contents #main {
	width: 100%;
  margin: 10px 0;
}

@media print, screen and (min-width: 769px) {

#contents #main {
  max-width: 980px;
  margin: 0 auto;
	padding: 0 80px;
}

}


/*==========================================
 ページトップへボタン
===========================================*/

#page-top {
  position: fixed;
  bottom: 50px;
  right: 10px;
	z-index: 10;
}

#page-top a {
	width: 40px;
	height: 40px;
	padding-top: 2px;
	background: rgba(43,73,133,0.6);
	color: #FFF;
	font-size: 2.8rem;
	line-height: 1.0;
	display: inline-block;
	text-align: center;
	transition: 0.3s;
	border-radius: 50%;
}

#page-top a:hover {
	opacity: 0.8;
}

@media print, screen and (min-width: 769px) {
	
#page-top {
  bottom: 40px;
}

}

/*==========================================
 フッターナビのスタイル
===========================================*/

#fNav ul.fNav1,
#fNav ul.fNav2 {
	width: 100%;
	border: solid 2px #eee;
  background: #FFF;
  margin-bottom: 10px;
}

#fNav ul.fNav1 > li,
#fNav ul.fNav2 > li {
	float: left;
	width: 50%;
	text-align: left;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	position: relative;
}

#fNav ul.fNav1 > li:nth-child(even),
#fNav ul.fNav2 > li:nth-child(even) {
	border-right: none;
}

#fNav ul.fNav1 > li:nth-last-child(2),
#fNav ul.fNav1 > li:last-child,
#fNav ul.fNav2 > li:nth-last-child(2),
#fNav ul.fNav2 > li:last-child {
	border-bottom: none;
}

#fNav ul.fNav1 > li > a,
#fNav ul.fNav2 > li > a {
	display: block;
	padding: 0.8em 0.4em;
	font-size: 1.2rem;
	line-height: 1.0;
	color: #555;
	transition: all 0.5s;
  text-decoration: none;
}

#fNav ul.fNav1 > li > a::after,
#fNav ul.fNav2 > li > a::after {
	position: absolute;
	top: 50%;
	right: 0.4em;
	content: '\f105';
	font-family: FontAwesome;
  font-size : 1.4em;
	margin-top: -0.5em;
}

#fNav ul.fNav1 > li > a:hover,
#fNav ul.fNav2 > li > a:hover {
  background: #fff;
	color: #347BBF;
}


@media print, screen and (min-width: 769px) {

#fNav ul.fNav1,
#fNav ul.fNav2 {
	border: none;
  background-color: inherit;
  margin-bottom: 0;
}

#fNav ul.fNav1 {
	float: left;	
	width: 78.724%;
}

#fNav ul.fNav2 {
	float: right;	
	width: 21.276%;
}

#fNav ul.fNav1 > li {
	float: left;
	border: none;
}

#fNav ul.fNav1 > li.linkTopics {
	width: 14.893%;
}

#fNav ul.fNav1 > li.linkAbout {
	width: 27.659%;
}

#fNav ul.fNav1 > li.linkProject {
	width: 21.276%;
}

#fNav ul.fNav1 > li.linkSupport {
	width: 19.148%;
}

#fNav ul.fNav1 > li.linkBlog {
	width: 14.893%;
}

#fNav ul.fNav1 > li > a,
#fNav ul.fNav2 > li > a {
  display: inline-block;
	margin-bottom: 8px;
	padding: 0;
	font-size: 1.3rem;
	color: #347BBF;
	transition: all 0.3s;
}

#fNav ul.fNav1 > li > a:hover,
#fNav ul.fNav2 > li > a:hover {
  color: #EC008B;
  text-decoration: underline;
  background: inherit;
}

#fNav ul.fNav1 > li > a::after,
#fNav ul.fNav2 > li > a::after {
  content: none;
}

#fNav ul.fNav1 > li ul {
	width: 100%;
}

#fNav ul.fNav1 > li ul li {
	width: 100%;
}

#fNav ul.fNav1 > li ul li a {
	font-size : 1.2rem;
	line-height: 1.2;
	color : #777;
	margin-bottom: 4px;
  transition: all 0.3s;
}

#fNav ul.fNav1 > li ul li a:hover {
  color: #EC008B;
	text-decoration: none;
}


#fNav ul.fNav2 li {
  float: none;
  border: none;
  width: auto;
}

#fNav ul.fNav2 li a {
  display: inline-block;
	margin-bottom: 8px;
	font-size: 1.3rem;
	line-height: 1.0;
  transition: all 0.3s;
	padding: 0;
	border: none;
}

}

@media print, screen and (min-width: 981px) {

}

/*==========================================
 フッターのスタイル
===========================================*/

#foot ul.fNav3 {
	text-align: center;
}

#foot ul.fNav3 li {
	display: inline-block;
}

#foot ul.fNav3 li a {
	font-size: 1.2rem;
	line-height: 1.2;
	text-decoration: none;
	color: #FFF;
	padding: 0 0.8em;
	border-right: 1px solid #E0E0E0;
}

#foot ul.fNav3 li:last-child a {
	border-right: none;
}

#foot ul.fNav3 li a:visited {
}

#foot ul.fNav3 li a:hover {
	text-decoration: underline;
}

#foot .copyright {
	margin-top: 4px;
	font-size: 1.1rem;
	color: #FFF;
	letter-spacing: 0.1em;
}

@media print, screen and (min-width: 769px) {

#foot ul.fNav3 li a {
	font-size: 1.3rem;
}


}

@media print, screen and (min-width: 981px) {

}

/*==========================================
 投稿前後ナビ
===========================================*/

.postNavi {
  margin-top: 40px;
}

.postNavi:before,
.postNavi:after {
  display: table;
  content: "";
  line-height: 0;
}

.postNavi:after {
  clear: both;
}

.postNavi p {
  font-size: 1.4rem;
  width: 50%;
	color: #4682b4;
}

.postNavi p a {
	color: #4682b4;
  text-decoration: underline;
}

.postNavi p a:hover {
  text-decoration: none;
}

.postNavi p.prev {
  float: left;
  padding-left: 10px;
  position: relative;
}

.postNavi p.next {
  float: right;
  padding-right: 10px;
  text-align: right;
  position: relative;
}

.postNavi p.prev i {
  margin-right: 4px;
}

.postNavi p.next i {
  margin-left: 4px;
}

/*==========================================
 ページナビ
===========================================*/

.page_navi {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}

.page_navi li {
	display: inline;
}

.page_navi li a {
	padding: 4px 6px;
	background-color: #fff;
	color: #484848;
	display: inline-block;
	border: 1px solid #7d7a7a;
	border-radius: 6px;
}

.page_navi li a:hover {
	background-color: #7d7a7a;
	color: #fff;
}

.page_navi li.current span {
	padding: 4px 6px;
	background-color: #7d7a7a;
	color: #fff;
	display: inline-block;
	border: 1px solid #7d7a7a;
	border-radius: 6px;
}

.page_navi li.page_nums span {
	padding: 4px 6px;
	background-color: #7d7a7a;
	color: #fff;
	display: inline-block;
	border: 1px solid #7d7a7a;
	border-radius: 6px;
}

/*==========================================
 sectionSubBox
===========================================*/

.sectionSubBox {
	margin-bottom: 40px;
}

.sectionSubBox .desc {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 1.0em;
}

.sectionSubBox .desc span {
	font-size: 1.0em;
	color: #347BBF;
	font-weight: bold;
	margin-right:  1.0em;
}

.sectionSubBox dl {
	padding: 0.5em 0.5em 0;
  position: relative;
	margin-bottom: 1.0em;
}

.sectionSubBox dl dt,
.sectionSubBox dl dd {
	font-size: 1.4rem;
	line-height: 1.5;
}

.sectionSubBox dl dt {
	padding: 0.2em 0 0.2em 1.2em;
}

.sectionSubBox dl dd {
}

.sectionSubBox dl dt::before {
  font-family: FontAwesome;
  content: "\f152";
  position: absolute;
  left : 0.2em;
  color: #337ABF;
}

.sectionSubBox .text {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 0.4em;
}

.sectionSubBox .text a {
	font-size: 1em;
  color: crimson;
  font-weight: bold;
  text-decoration: underline;
}

.sectionSubBox .note {
	font-size: 1.3rem;
	line-height: 1.3;
	color: firebrick;
}

.sectionSubBox .note2 {
	font-size: 1.4rem;
	line-height: 1.3;
	color: firebrick;
}

.sectionSubBox ul.item,
.sectionSubBox ul.case {
	margin-left: 0.4em;
	padding: 0.5em 0.5em 0;
  position: relative;
	margin-bottom: 1.0em;
}

.sectionSubBox ul li {
	font-size: 1.4rem;
	line-height: 1.5;
}

.sectionSubBox ul li .full {
  font-size: 1em;
  text-decoration: line-through;
}

.sectionSubBox ul li .fullText {
  font-size: 1em;
  color: crimson;
  font-weight: bold;
}

.sectionSubBox ul.item li,
.sectionSubBox ul.case li {
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0.1em 0 0.1em 1.2em;
}

.sectionSubBox ul.item li::before,
.sectionSubBox ul.case li::before {
  font-family: FontAwesome;
  position: absolute;
  left : 0.2em;
}

.sectionSubBox ul.item li::before {
  content: "\f046";
  color: #337ABF;
}

.sectionSubBox ul.case li::before {
  content: "\f0f7";
  color: #337ABF;
}

.sectionSubBox ul li a {
	font-size: 1em;
  color: crimson;
  font-weight: bold;
  text-decoration: underline;
}

.sectionSubBox .source {
	font-size: 1.4rem;
	line-height: 1.3;
  text-align: right;
}


.sectionSubBox .pdf {
	padding: 0.1em 0 0.1em 1.8em;
}

.sectionSubBox .pdf::before {
  font-family: FontAwesome;
  content: "\f1c1";
  position: absolute;
  left: 1.0em;
  font-size: 1.4rem;
  color: #FF0000;
}

.sectionSubBox .pdf a {
	font-size: 1.4rem;
  text-decoration: none;
}

.sectionSubBox .pdf a:hover {
  color: #FF0000;
}

@media print, screen and (min-width: 769px) {

.sectionSubBox .desc {
	font-size: 1.6rem;
}

.sectionSubBox dl dt,
.sectionSubBox dl dd {
	font-size: 1.5rem;
}

.sectionSubBox .text {
	font-size: 1.5rem;
}

.sectionSubBox .note {
	font-size: 1.4rem;
}

.sectionSubBox .note2 {
	font-size: 1.5rem;
}

.sectionSubBox ul li {
	font-size: 1.5rem;
}

.sectionSubBox .pdf a {
	font-size: 1.5rem;
}

}


/*==========================================
 linkBox
===========================================*/

.linkBox {
	padding: 1em;
	background: #EEE;
	margin: 40px 0;
}

.linkBox .text {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

.linkBox .text a {
	font-size: 1em;
  color: crimson;
  font-weight: bold;
  text-decoration: underline;
}

.linkBox .linkBtn {
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
}

.linkBox .linkBtn a {
	display: block;
	font-size: 1.3rem;
  color: #FFF;
	text-decoration: none;
	background: #337ABF;
  transition: all 0.3s;
}

.linkBox .linkBtn a:hover {
	opacity: 0.8;
}

@media print, screen and (min-width: 769px) {
  
.linkBox {
	padding: 2em;
}

.linkBox .text {
	font-size: 1.5rem;
}

.linkBox .linkBtn a {
	font-size: 1.5rem;
}

}


/*==========================================
 bookBox
===========================================*/

.bookBox {
	padding: 10px;
}

#dai3kaiho02 .bookBox {
	border: 3px solid #39C;
	background-color: #CEE7FF;
}

#kaiyama03 .bookBox {
	border: 3px solid #096;
	background-color:#E6FFE6;
}

#tunnel01 .bookBox {
	border: 3px solid #333;
	background-color:#EEE;
}

.bookBox .l-side {
	width: 100%;
	margin-bottom: 20px;
}

.bookBox .l-side .pic {
	width: 100%;
}

.bookBox .l-side .pic img {
	width: 100%;
	height: auto;
}

.bookBox .r-side {
	width: 100%;
}

.bookBox .title {
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#dai3kaiho02 .bookBox .title {
	color: #39C;
}

#kaiyama03 .bookBox .title {
	color: #096;
}

#tunnel01 .bookBox .title {
	color: #333;
}

.bookBox .text {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

.bookBox .note {
	font-size: 1.3rem;
	line-height: 1.5;
	color: firebrick;
}

@media print, screen and (min-width: 769px) {

.bookBox {
	padding: 20px;
}

.bookBox .l-side {
	float: left;
	width: 30%;
	margin-bottom: 0;
}

.bookBox .r-side {
	float: right;
	width: 70%;
	padding-left: 40px;
}

.bookBox .title {
	font-size: 1.7rem;
}

.bookBox .text {
	font-size: 1.5rem;
}

.bookBox .note {
	font-size: 1.4rem;
}

}


/* ヘッダー固定 */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

@media print{

body {
	width: 980px;
}
#head_wrap {
	position: static;
}

.mainVisual_wrap {
	display: none;
}

.cd-fixed-bg.cd-bg-1,
.cd-fixed-bg.cd-bg-2,
.cd-fixed-bg.cd-bg-3,
.cd-fixed-bg.cd-bg-4 {
  display: none;
}
 
#page-top a {
	display: none;
}

}
