@charset "UTF-8";
/* css all */


/* PC */
@media print, screen and (min-width: 961px) {
/*---------------------------------------------------- */
/* ヘッダ固定時のページ内リンクのズレ補正 */
/*---------------------------------------------------- */
.zure {
  margin-top : -182px;
  padding-top : 182px;
}

/*---------------------------------------------------- */
/* H2 */
/*---------------------------------------------------- */
#sitewise {
	margin-top: 182px;
	padding: 0;
	width: 100%;
	height: 80px;
	background: url(../images/all/bg_sitewise.png) center top no-repeat;
	background-color: #ceedf9;
}

#sitewise .waku_sitewise {
	padding: 0;
	margin: 0;
	width:100%;
	height: auto;	
}

#sitewise .waku_sitewise .sitewisebox {
	max-width: 1120px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
}

#sitewise .waku_sitewise .sitewisebox .page-title {
	padding: 28px 0 0 0;
	margin: 0 auto;
	width: 600px;
	float: right;
	
}

#sitewise .waku_sitewise .sitewisebox .page-title h2 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-size: 160%;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.2em;
	text-align: right;
}

/*---------------------------------------------------- */
/* BreadCrumb */
/*---------------------------------------------------- */
#breadcrumbs {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	position: relative;
}

#breadcrumbs .waku_breadcrumbs {
	padding: 10px 0 10px 0;
	margin: 0 auto;
	max-width: 1120px;
	height: auto;
	overflow: hidden;
	color: #3a3b3c;
	font-size: 12px;
	line-height: 20px;
}

#breadcrumbs .waku_breadcrumbs .navi {
	margin: 0 0 0 12px;
	padding: 0;
}

#breadcrumbs .waku_breadcrumbs .navi a {
	float:left;
	font-style: normal;
	text-decoration: none;
	color: #3a3b3c;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 10px;
	margin: 2px 0 0 0;
}

#breadcrumbs .waku_breadcrumbs .navi span {
	float:left;
	font-style: normal;
	text-decoration: none;
	color: #3a3b3c;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 5px;
}

#breadcrumbs .waku_breadcrumbs .navi a:hover {
	float:left;
	font-style: normal;
	text-decoration: underline;
	color: #1e9244;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 10px;
	margin: 2px 0 0 0;
}

#breadcrumbs .waku_breadcrumbs .navi em {
	float:left;
	font-style: normal;
	font-weight: normal;
	color: #1e9244;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 10px;
	margin: 2px 0 0 0;
}

#breadcrumbs .waku_breadcrumbs .navi .kaiso {
	float:left;
	font-style: normal;
	font-weight: normal;
	color: #3a3b3c;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 10px;
	margin: 2px 0 0 0;
}

#breadcrumbs .waku_breadcrumbs .navi span {
	background: url(../images/common/breadcrumb_arrow.png) no-repeat right center;
	width: 0;
	height: 20px;
	overflow: hidden;
	margin-top: 0;
	padding: 0 0 0 16px;
}

/*---------------------------------------------------- */
/* h4 */ 
/*---------------------------------------------------- */
.item-title {
	padding: 0 0 18px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.item-title h4 {
	position: relative;
	padding: .45em 1em .35em 1.5em;
	border: 1px solid #cccccc;
	color: #2d2e2f;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	background-color: rgba(255,255,255,.95);
}

.item-title h4::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 10px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #1e9244;
	border-radius: 16px;
}

/*---------------------------------------------------- */
/* h5 */ 
/*---------------------------------------------------- */
.name-title {
	padding: 0 0 16px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.name-title h5 {
	position: relative;
	padding-bottom: .3em;
	border-bottom: 3px solid #ccc;
	color: #2d2e2f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
}

.name-title h5::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #1e9244;
}

/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.waku_all {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.waku_all .all_left {
	padding: 0;
	margin: 0;
}

.waku_all .all_right {
	padding: 0;
	margin: 0 0 0 4%;
	width: 38%;
	float: right;
}

/*---------------------------------------------------- */
/* Photo */
/*---------------------------------------------------- */
.photo_all {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.photo_all img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* Text */
/*---------------------------------------------------- */
.textbox {
	padding: 0 0 16px 0;
	margin: 0;
}

.textbox p {
	padding: 0;
	margin: 0;
	color: #3a3b3c;
	font-size: 116%;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
}

/*---------------------------------------------------- */
/* list-disc */
/*---------------------------------------------------- */
.list_disc {
	padding: 0 2em 0 3.5em;
	margin: 0 auto;
}

.list_disc ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

.list_disc ul li { 
    padding: 4px 0;
	margin: 0;
	color: #3a3b3c;
	font-size: 108%;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	list-style-type: disc;
}

/*---------------------------------------------------- */
/* Disc */
/*---------------------------------------------------- */
.waku_disc {
	padding: 0;
	margin: 0;
}

.waku_disc {
	padding: 0;
	margin: 0 auto;
	width: 98%;
}

.waku_disc .discbox ul {
	padding: 0;
	margin: 0;
	color: #3a3b3c;
	font-size: 116%;
	font-weight: 400;
}

.waku_disc .discbox ul li {
	line-height: 1.6;
	margin-bottom: .5em;
	padding-left: 1.2em;
	position: relative;
	text-decoration: none;
}

.waku_disc .discbox ul li:before {
	content: "\f058";
	font: 88% "FontAwesome";
	color: #1e9244;
	position: absolute;
	left: 0;
	top: .30em;
}


}


/* Tablet */
@media only screen and (max-width: 960px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* ヘッダ固定時のページ内リンクのズレ補正 */
/*---------------------------------------------------- */
.zure {
  margin-top : -152px;
  padding-top : 152px;
}

/*---------------------------------------------------- */
/* H2 */
/*---------------------------------------------------- */
#sitewise {
	margin-top: 152px;
	width: 100%;
	height: 80px;
	background: url(../images/all/bg_sitewise.png) center top no-repeat;
	background-color: #ceedf9;
	background-size: 100% auto;
}

#sitewise .waku_sitewise {
	padding: 0;
	margin: 0;
	width: 100%;
}

#sitewise .waku_sitewise .sitewisebox {
	width: 100%;
	height: 80px;
	margin: 0 auto;
}

#sitewise .waku_sitewise .sitewisebox .page-title {
	padding: 28px 0 0 0;
	margin: 0 auto;
	width: 80%;
	text-align: center;
}

#sitewise .waku_sitewise .sitewisebox .page-title h2 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-size: 145%;
	font-weight: 600;
	line-height: 1.4;
}

/*---------------------------------------------------- */
/* BreadCrumb */
/*---------------------------------------------------- */
#breadcrumbs {
	width: 100%;
	height: auto;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	position: relative;
}

#breadcrumbs .waku_breadcrumbs {
	padding: 10px 0 10px 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
	overflow: hidden;
	color: #3a3b3c;
	font-size: 12px;
	line-height: 20px;
}

#breadcrumbs .waku_breadcrumbs .navi {
	margin: 0 0 0 10px;
	padding: 0;
}

#breadcrumbs .waku_breadcrumbs .navi a {
	float:left;
	font-style: normal;
	text-decoration: none;
	color: #3a3b3c;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 8px;
	margin: 1px 0 0 0;
}

#breadcrumbs .waku_breadcrumbs .navi span {
	float:left;
	font-style: normal;
	text-decoration: none;
	color: #3a3b3c;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 5px;
}

#breadcrumbs .waku_breadcrumbs .navi a:hover {
	float:left;
	font-style: normal;
	text-decoration: underline;
	color: #1e9244;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 8px;
	margin: 1px 0 0 0;
}

#breadcrumbs .waku_breadcrumbs .navi em {
	float:left;
	font-style: normal;
	font-weight: normal;
	color: #1e9244;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 8px;
	margin: 1px 0 0 0;
}

#breadcrumbs .waku_breadcrumbs .navi .kaiso {
	float:left;
	font-style: normal;
	font-weight: normal;
	color: #3a3b3c;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 10px;
	margin: 1px 0 0 0;
}

#breadcrumbs .waku_breadcrumbs .navi span {
	background: url(../images/common/breadcrumb_arrow.png) no-repeat right center;
	width: 0;
	height: 20px;
	overflow: hidden;
	margin-top: 0;
	padding: 0 0 0 14px;
}

/*---------------------------------------------------- */
/* h4 */ 
/*---------------------------------------------------- */
.item-title {
	padding: 0 0 18px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.item-title h4 {
	position: relative;
	padding: .45em 1em .35em 1.5em;
	border: 1px solid #cccccc;
	color: #2d2e2f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	background-color: rgba(255,255,255,.95);
}

.item-title h4::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 10px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #1e9244;
	border-radius: 14px;
}

/*---------------------------------------------------- */
/* h5 */ 
/*---------------------------------------------------- */
.name-title {
	padding: 0 0 16px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.name-title h5 {
	position: relative;
	padding-bottom: .3em;
	border-bottom: 3px solid #ccc;
	color: #2d2e2f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
}

.name-title h5::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #1e9244;
}

/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.waku_all {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.waku_all .all_left {
	padding: 0;
	margin: 0;
}

.waku_all .all_right {
	padding: 0;
	margin: 0 0 0 4%;
	width: 38%;
	float: right;
}

/*---------------------------------------------------- */
/* Photo */
/*---------------------------------------------------- */
.photo_all {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.photo_all img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* Text */
/*---------------------------------------------------- */
.textbox {
	padding: 0 0 14px 0;
	margin: 0;
}

.textbox p {
	padding: 0;
	margin: 0;
	color: #3a3b3c;
	font-size: 108%;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
}

/*---------------------------------------------------- */
/* list-disc */
/*---------------------------------------------------- */
.list_disc {
	padding: 0 1.5em 0 3em;
	margin: 0 auto;
}

.list_disc ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

.list_disc ul li { 
    padding: 4px 0;
	margin: 0;
	color: #3a3b3c;
	font-size: 104%;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	list-style-type: disc;
}

/*---------------------------------------------------- */
/* Disc */
/*---------------------------------------------------- */
.waku_disc {
	padding: 0;
	margin: 0;
}

.waku_disc {
	padding: 0;
	margin: 0 auto;
	width: 98%;
}

.waku_disc .discbox ul {
	padding: 0;
	margin: 0;
	color: #3a3b3c;
	font-size: 108%;
	font-weight: 400;
}

.waku_disc .discbox ul li {
	line-height: 1.6;
	margin-bottom: .5em;
	padding-left: 1.2em;
	position: relative;
	text-decoration: none;
}

.waku_disc .discbox ul li:before {
	content: "\f058";
	font: 88% "FontAwesome";
	color: #1e9244;
	position: absolute;
	left: 0;
	top: .35em;
}


}


/* SP */
@media only screen and (max-width: 568px)  {
/*---------------------------------------------------- */
/* ヘッダ固定時のページ内リンクのズレ補正 */
/*---------------------------------------------------- */
.zure {
	margin-top : -60px;
	padding-top : 60px;
}

/*---------------------------------------------------- */
/* H2 */
/*---------------------------------------------------- */
#sitewise {
	margin-top: 20px;
	width: 100%;
	height: 70px;
	background: url(../images/all/bg_sitewise.png) center top no-repeat;
	background-color: #ceedf9;
	background-size: 100% auto;
}

#sitewise .waku_sitewise {
	padding: 0;
	margin: 0;
	width: 100%;
	
}

#sitewise .waku_sitewise .sitewisebox {
	width: 100%;
	height: 70px;
	margin: 0 auto;
}

#sitewise .waku_sitewise .sitewisebox .page-title {
	padding: 28px 0 0 0;
	margin: 0 auto;
	width: 80%;
	text-align: center;
}

#sitewise .waku_sitewise .sitewisebox .page-title h2 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-size: 140%;
	font-weight: 600;
	line-height: 1.4;
}

/*---------------------------------------------------- */
/* BreadCrumb */
/*---------------------------------------------------- */
#breadcrumbs {
	width: 100%;
	height: auto;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	position: relative;
}

#breadcrumbs .waku_breadcrumbs {
	padding: 8px 0 8px 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
	overflow: hidden;
	color: #3a3b3c;
	font-size: 11px;
	line-height: 16px;
}

#breadcrumbs .waku_breadcrumbs .navi {
	margin: 0 0 0 8px;
	padding: 0;
}

#breadcrumbs .waku_breadcrumbs .navi a {
	float:left;
	font-style: normal;
	text-decoration: none;
	color: #3a3b3c;
	overflow: hidden;
	height: 16px;
	padding: 0 0 0 6px;
	margin: 1px 0 0 0;
}

#breadcrumbs .waku_breadcrumbs .navi span {
	float:left;
	font-style: normal;
	text-decoration: none;
	color: #3a3b3c;
	overflow: hidden;
	height: 16px;
	padding: 0 0 0 6px;
}

#breadcrumbs .waku_breadcrumbs .navi a:hover {
	float:left;
	font-style: normal;
	text-decoration: underline;
	color: #1e9244;
	overflow: hidden;
	height: 16px;
	padding: 0 0 0 6px;
	margin: 1px 0 0 0;
}

#breadcrumbs .waku_breadcrumbs .navi em {
	float:left;
	font-style: normal;
	font-weight: normal;
	color: #1e9244;
	overflow: hidden;
	height: 16px;
	padding: 0 0 0 6px;
	margin: 1px 0 0 0;
}

#breadcrumbs .waku_breadcrumbs .navi .kaiso {
	float:left;
	font-style: normal;
	font-weight: normal;
	color: #3a3b3c;
	overflow: hidden;
	height: 16px;
	padding: 0 0 0 6px;
	margin: 1px 0 0 0;
}

#breadcrumbs .waku_breadcrumbs .navi span {
	background: url(../images/common/breadcrumb_arrow.png) no-repeat right center;
	width: 0;
	height: 16px;
	overflow: hidden;
	margin-top: 0;
	padding: 0 0 0 12px;
}

/*---------------------------------------------------- */
/* h4 */ 
/*---------------------------------------------------- */
.item-title {
	padding: 0 0 16px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.item-title h4 {
	position: relative;
	padding: .35em 1em .35em 1.5em;
	border: 1px solid #cccccc;
	color: #2d2e2f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	background-color: rgba(255,255,255,.95);
}

.item-title h4::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 10px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #1e9244;
	border-radius: 12px;
}

/*---------------------------------------------------- */
/* h5 */ 
/*---------------------------------------------------- */
.name-title {
	padding: 0 0 14px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.name-title h5 {
	position: relative;
	padding-bottom: .3em;
	border-bottom: 3px solid #ccc;
	color: #2d2e2f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
}

.name-title h5::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #1e9244;
}

/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.waku_all {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.waku_all .all_left {
	padding: 0;
	margin: 0 auto;
	width: 94%;
	display: block;
}

.waku_all .all_right {
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 94%;
	display: block;
}

/*---------------------------------------------------- */
/* Photo */
/*---------------------------------------------------- */
.photo_all {
	padding: 0;
	margin: 0 auto;
	width: 80%;
	height: auto;
}

.photo_all img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* Text */
/*---------------------------------------------------- */
.textbox {
	padding: 0 0 14px 0;
	margin: 0;
}

.textbox p {
	padding: 0;
	margin: 0;
	color: #3a3b3c;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
}

/*---------------------------------------------------- */
/* list-disc */
/*---------------------------------------------------- */
.list_disc {
	padding: 0 1em 0 2.5em;
	margin: 0 auto;
}

.list_disc ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

.list_disc ul li { 
    padding: 4px 0;
	margin: 0;
	color: #3a3b3c;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	list-style-type: disc;
}

/*---------------------------------------------------- */
/* Disc */
/*---------------------------------------------------- */
.waku_disc {
	padding: 0;
	margin: 0;
}

.waku_disc {
	padding: 0 1.5%;
	margin: 0 auto;
	
}

.waku_disc .discbox ul {
	padding: 0;
	margin: 0;
	color: #3a3b3c;
	font-size: 14px;
	font-weight: 400;
}

.waku_disc .discbox ul li {
	line-height: 1.6;
	margin-bottom: .5em;
	padding-left: 1.2em;
	position: relative;
	text-decoration: none;
}

.waku_disc .discbox ul li:before {
	content: "\f058";
	font: 88% "FontAwesome";
	color: #1e9244;
	position: absolute;
	left: 0;
	top: .35em;
}

}