@import "default.css";
@import "standard.css";

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #111;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	line-height: 1.8;
}
a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
/* スタイル
------------------------------------------------ */
/* 基本リンク */
a {
	color: #229847;
}
/* aの下線削除 */
header a {
	text-decoration: none;
}
header {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
header h1.title {
	font-family: 'BIZ UDPGothic', sans-serif;
	font-size: 34px;
	position: relative;
	letter-spacing: .05em;
}
header h1.title a {
	color: #111;
}
/* ナビ */
header .gmenu {
	position: relative;
	top: 15px;
}
header .gmenu ul {
	display: flex;
}
header .gmenu li {
	font-size: 15px;
}
header .gmenu li a {
	padding: 30px 25px 0;
	border-left: 1px #D8D8D8 solid;
	color: #008A32;
	font-weight: bold;
	position: relative;
}
header .gmenu li:last-of-type a {
	border-right: 1px #D8D8D8 solid;
}
header .gmenu li a::before {
	display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
}
header .gmenu li.about a::before {
	content: url("../image/common/icon_about.svg");
}
header .gmenu li.jigyo a::before {
	content: url("../image/common/icon_jigyo.svg");
}
header .gmenu li.hojyojigyo a::before {
	content: url("../image/common/icon_hojyojigyo.svg");
}
header .gmenu li.join a::before {
	content: url("../image/common/icon_join.svg");
}
header .gmenu li.goods a::before {
	content: url("../image/common/icon_goods.svg");
}
header .gmenu li.job a::before {
	content: url("../image/common/icon_job.svg");
}
#nav_wrap_sp {
	display: none;
}
/* フッター上ナビ */
#fnavi {
	padding: 400px 0 30px;
	background-image: url("../image/common/fnavi_mizurin.svg"),url("../image/common/fnavi_kizuna.svg"),url("../image/common/fnavi_tree1.svg"),url("../image/common/fnavi_tree2.svg"),url("../image/common/bg_fnavi.jpg");
	background-position: top 60% left 52%,top 70% right 20%,top 65% left 30%,top 55% left 8%,top center;
	background-repeat: no-repeat;
	background-color: #229847;
	background-size: 87px 139px,216px 175px,195px 62px,175px 105px,cover;
	position: relative;
}
@media screen and (min-width: 1920px) {
	#fnavi {
		padding: 500px 0 50px;
	}
}
#fnavi ul {
	margin: 0 auto;
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#fnavi li {
	margin-bottom: 10px;
	border-left: 1px #fff solid;
}
#fnavi li:last-of-type{
	border-right: 1px #fff solid;
}
#fnavi li a {
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 1.2;
}
/* フッター */
footer {
	width: 100%;
	max-width: 100%;
	padding: 60px 0 10px;
}
footer .flex {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
footer .info {
	width: 50%;
	max-width: 100%;
}
footer .info p {
	margin-bottom: 20px;
	font-family: 'BIZ UDPGothic', sans-serif;
	font-size: 30px;
	letter-spacing: .05em;
}
footer .info ul {
	margin-bottom: 20px;
}
footer .info ul li {
	margin-bottom: 10px;
}
footer .info ul li span::after {
	content:" / ";
	color: #BBB;
}
footer .info ul li span:nth-child(2) {
	padding-left: 20px;
}
a.access_link {
	margin-left: 5px;
	display: inline-block;
}
a.access_link i {
	width: 16px;
	height: 16px;
	margin-right: 2px;
	display: inline-block;
}
a.access_link i img {
	width: 100%;
	padding-top: 3px;
}
footer .info ul.address li.contact a i {
	width: 18px;
	height: 18px;
	margin-right: 2px;
	display: inline-block;
}
footer .info ul.address li.contact a i img {
	width: 100%;
	padding-top: 6px;
}
footer .photo {
	width: 45%;
	max-width: 100%;
}
footer .photo img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
footer .copyright {
	color: #229847;
	text-align: center;
}
/* サイド固定リンク */
#fixedTop {
	width: 46px;
	height: 46px;
	text-align: center;
	right: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 99999;
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	width: 1260px;
	max-width: 100%;
	margin: 0 auto 80px;
	font-size: 12px;
}
#rootlist span {
	margin: 0 5px;
	color: #999;
}
#rootlist a {
	color: #008A32;
}
/* Hタグ
------------------------------------------------ */
h2.title {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
	position: relative;
}
h3.title {
	margin-bottom: 50px;
	font-size: 30px;
	color: #008A32;
	text-align: center;
	letter-spacing: .05em;
	position: relative;
}
h3.title::before {
    content: url(../image/common/icon_tree_s.svg);
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}
h3.title2{
	margin-bottom: 40px;
	padding: 10px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	background: #008A32;
	border-radius: 10px;
}
h4.title {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
h4.title2 {
	margin-bottom: 50px;
	font-size: 24px;
	text-align: center;
	letter-spacing: .05em;
}
h4.title2 span{
	padding: 0 80px;
	position: relative;
	display: inline-block;
}
h4.title2 span:before,
h4.title2 span:after {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	width: 58px;
	height: 5px;
	background: url(../jigyo/image/h4_title2.png) no-repeat;
}
h4.title2 span:before {
	left: 0;
}
h4.title2 span:after {
	right: 0;
}
h5.title {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
/* 共通
------------------------------------------------ */
#contents #lead .cbox_s {
	margin-bottom: 80px;
}
#contents p {
	margin-bottom: 25px;
	line-height: 1.8em;
}
#contents p:last-child {
	margin-bottom: 0;
}
.cbox {
	max-width: 1120px;
	min-width: 960px;
	width: 100%;
	margin: 0 auto 160px;
	box-sizing: border-box;
}
.cbox_m0 {
	max-width: 1120px;
	min-width: 960px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_s {
	max-width: 980px;
	margin: 0 auto 140px;
	box-sizing: border-box;
}
.cbox_s_m0 {
	max-width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_l {
	max-width: 1200px;
	margin: 0 auto 140px;
	box-sizing: border-box;
}
.inbox {
	max-width: 1120px;
	width: 96%;
	margin: 0 auto 80px;
	padding: 0;
	box-sizing: border-box;
}
.inbox2 {
	max-width: 980px;
	width: 96%;
	margin: 0 auto 80px;
	padding: 0;
	box-sizing: border-box;
}
.wp-pagenavi {
	width: 100%;
	max-width: 980px;
	min-width: 880px;
	margin: 0 auto;
	margin-bottom: 10px;
}
br.pc {
	display: inline;
}
br.sp {
	display: none;
}
.link01 {
	text-align: center;
}
.link01 a{
	width: 65%;
	margin: 0 auto;
	padding: 10px 5px;
	background: #197113;
	border-radius: 100px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.link01 a::after {
	padding-left: 10px;
	content: url("../image/common/icon_arrow_right_s_w.svg");
	display: inline-block;
	vertical-align: middle;
}
ul.g_point li:before {
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: #008A32;
	border-radius: 50%;
	display: inline-block;
}
ul.dl_pdf li {
	text-align: center;
}
ul.dl_pdf li a {
	min-width: 300px;
	margin: 0 auto;
    padding: 15px 40px;
	box-sizing: border-box;
    background: #FFF;
    border: 3px #008A32 solid;
    border-radius: 100px;
    color: #008A32;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
ul.dl_pdf li a i {
	height: 15px;
	margin-left: 10px;
	display: inline-block;
}
ul.dl_pdf li a i img {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 下層ページタイトル */
#page_title {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 10px;
	padding: 80px 0;
	background-image: url("../image/common/title_bg_mt.svg");
	background-repeat: no-repeat;
	background-position: right -10px bottom -10px;
	background-size: 50%;
	background-color: #EDFFDE;
}
#page_title h2.title {
	text-align: center;
	font-size: 36px;
	color: #008A32;
	letter-spacing: .1em;
}
/* スクロールモーション */
.slide-left {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: all 1s ease-out;
}
.slide-right {
	opacity: 0;
	transform: translate(50px, 0);
	transition: all 1s ease-out;
}
.slide-bottom {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1s ease-out;
}
/* 投稿ページ
------------------------------------------------ */
h3.title_wp {
	font-size: 30px;
	color: #008A32;
	text-align: center;
}
#p_single h3.title_wp {
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
#p_single .border {
	padding: 80px;
	border: 1px #BBB solid;
}
#p_single .shadow {
	padding: 80px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}
#post h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
#post h1,
#post h2,
#post h3 {
	width: calc(100% + 30px);
	margin: 0 -15px;
	margin-bottom: 20px;
	padding: 0 25px;
	box-sizing: border-box;
	background: #008A32;
	font-size: 26px;
	color: #fff;
}
#post h4 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #008A32;
}
#post h5 {
	font-size: 20px;
	margin-bottom: 14px;
}
#post h6 {
	font-size: 18px;
	margin-bottom: 15px;
}
#post table {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
#post table th,
#post table td {
	padding: 10px;
	text-align: left;
	border: 1px solid #CCC;
}
#post table th {
	background: #F5F5F5;
	white-space: nowrap;
	color: #333333;
}
#post ul:not(.photo) li:before {
	content: "";
	width: 4px;
	height: 4px;
	margin-bottom: 4px;
	margin-right: 10px;
	border-radius: 50%;
	background: #656565;
	display: inline-block;
}
/* トップページ
------------------------------------------------ */
/* メインビジュアル */
#p_top article {
	background: url("/image/top/img_white_parts.svg") bottom repeat-x,url("/image/top/bg_mt.svg") center top 80px no-repeat,#EDFFDE;
	background-size: auto,contain;
}
#p_top #mainv {
	margin-bottom: 30px;
	padding-top: 90px;
}
#p_top #mainv .message {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#p_top #mainv .message h2.title {
	margin-bottom: 100px;
	font-size: 58px;
	color: #008A32;
	letter-spacing: .05em;
	position: relative;
}
#p_top #mainv .message h2.title::after {
	content: url("../image/top/bg_dot.svg");
	margin: auto;
    position: absolute;
    top: 30px;
    left: 20px;
}
#p_top #mainv .message h2.title span {
	font-size: 48px;
}
#p_top #mainv .message p {
	margin-left: 20px;
	font-size: 20px;
	color: #505050;
	line-height: 2.2;
}
#p_top #mainv .chara {
	position: relative;
	top: -10px;
}
#p_top #mainv .chara a:hover {
	opacity: 0.9;
}
#p_top #mainv .chara .mizurin {
	margin-right: 30px;
	transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}
#p_top #mainv .chara .kizuna {
	position: relative;
	top: 180px;
	transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
}
/* フワフワアニメーション */
@keyframes fuwafuwa1 {
	0%, 100% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(-10px) rotate(-1deg);
	}
}
@keyframes fuwafuwa2 {
	0%, 100% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(-8px) rotate(1deg);
	}
}
.fuwafuwa1 {
	animation: 3s fuwafuwa1 ease-in-out alternate infinite;
}
.fuwafuwa2 {
	animation: 2.6s fuwafuwa2 ease-in-out alternate infinite;
}
#p_top #mainv .midori {
	text-align: center;
	position: absolute;
	top: 140px;
	right: 60px;
}
#p_top #mainv .midori a {
	color: #5CAF79;
	font-weight: bold;
	text-decoration: none;
}
/* お知らせ */
#p_top #news .inbox {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 35px 0;
	background:#FFF;
	border: 6px solid #9BDC92;
	border-radius: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#p_top #news h2.title {
	width: 25%;
	padding: 0;
	font-size: 26px;
	color: #008A32;
	font-weight: bold;
	text-align: center;
}
#p_top #news p.more {
	width: 20%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#log {
	width: 55%;
}
#log dl {
	width: 100%;
	padding: 5px 0;
    display: flex;
	align-items: flex-start;
}
#log dl:last-of-type {
	margin-bottom: 0;
}
#p_news #log {
	min-width: 900px;
}
#p_news #log dl {
	padding: 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px #D4D4D4 solid;
}
#log dt {
	margin-right: 15px;
	padding: 0;
    font-weight: bold;
}
#log dd {
    width: 80%;
	margin: 0;
	padding: 0;
    max-width: 100%;
}
#log dd a {
	color: #008A32;
}
#log dd i {
	margin-left: 2px;
	font-size: 14px;
	color: #FF0000;
	font-style: normal;
}
#p_top #news p a::after {
	padding-left: 10px;
	content: url("../image/common/icon_arrow_right_red.svg");
	display: inline-block;
}
/* スライダー */
#p_top #slider {
	width: 100%;
	margin: 0 auto;
	padding: 70px 0;
	padding-bottom: 50px;
	position: relative;
}
#p_top #slider .slider {
    width: 100%;
    margin: 0 auto;
}
#p_top #slider .slick-slide img {
    width: 100%;
    height: auto;
	border-radius: 10px;
}
#p_top #slider .move {
    width: 100%;
}
#p_top #slider .move .slick-slide {
    margin: 0 20px 30px;
}
#p_top #slider .move .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
}
.slick-dots {
	bottom: -5px;
}
/* トップページ上部コンテンツ */
#p_top #topics {
	margin-bottom: 200px;
	padding: 70px 0;
	background-image: url("../image/top/bg_topics.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#p_top #topics .cbox_m0 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
#p_top #topics .midori,
#p_top #topics .fb {
	width: 40%;
	padding: 3% 4% 4%;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
}
#p_top #topics h2.title {
	margin: 0 0 25px;
	padding: 0;
	font-size: 26px;
}
#p_top #topics .midori h2.title {
	color: #008A32;
}
#p_top #topics .fb h2.title {
	color: #0B68C5;
}
/* みどり */
#p_top #topics .midori dl {
	width: 100%;
    margin: 0 auto;
	padding: 15px 0;
	border-bottom: 1px #D4D4D4 solid;
	text-align: left;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#p_top #topics .midori dl:first-of-type {
	padding-top: 0;
}
#p_top #topics .midori dl:last-of-type {
	margin-bottom: 40px;
}
#p_top #topics .midori dt {
	width: 64px;
	margin-right: 20px;
	border: 2px #E3E3E3 solid;
}
#p_top #topics .midori dt img {
	width: 100%;
	height: auto;
}
#p_top #topics .midori .dl a::before {
	padding-right: 5px;
	content: url("../image/common/icon_pdf.svg");
	display: inline-block;
	vertical-align: middle;
}
#p_top #topics .midori i,
#p_midori dd i {
	margin-left: 5px;
	font-size: 14px;
	font-style: normal;
	color: #FF0000;
	display: inline-block;
}
/* 事業リスト */
#p_top #jigyo {
	background-image: url("../image/common/icon_bird.svg");
	background-repeat: no-repeat;
	background-position: top 50px right -40px;
	text-align: center;
	position: relative;
	z-index: 2;
}
#p_top #jigyo h2.title {
	margin-bottom: 30px;
	font-size: 28px;
	color: #008A32;
	position: relative;
}
#p_top #jigyo h2.title::before {
	width: 100%;
	content: url("../image/common/icon_tree.svg");
	display: block;
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
}

#p_top #jigyo p {
	margin-bottom: 70px;
}
#p_top #jigyo ul {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#p_top #jigyo li {
	width: 48%;
	margin-bottom: 15px;
	border: 2px #008A32 solid;
	border-radius: 10px;
}
#p_top #jigyo li a {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#p_top #jigyo li img {
	width: 40%;
	margin-right: 20px;
	border-radius: 8px 0 0 8px;
}
#p_top #jigyo li p {
	margin: 0;
	padding: 0;
}
#p_top #jigyo li p::before {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background: url("../image/common/icon_arrow_circle_green.svg");
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	vertical-align: middle;
}
/* 組合について
------------------------------------------------ */
#p_about #about_shinrin .cbox_l {
	height: 450px;
	margin-bottom: 250px;
	background-image: url("../about/image/bg_about_shinrin.jpg");
	background-position: top center;
	background-size: contain;
	position: relative;
}
#p_about #about_shinrin .text {
	width: 1120px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 90px;
	background: #FFF;
	box-sizing: border-box;
	position: relative;
	top: 280px;
}
#p_about #about_shinrin h3.title {
	margin: 0 0 45px;
	padding: 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: .05em;
}
#p_about #about_shinrin h3.title::before {
	content: none;
}
#p_about #about {
	margin-bottom: 10px;
	padding-bottom: 90px;
	background-image: url("../about/image/bg_about.jpg");
	background-color:rgba(255,255,255,0.85);
	background-blend-mode:lighten;
	background-repeat: repeat-x;
	background-position: bottom center;
	background-size: contain;
}
#p_about #about .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#p_about #about .text {
	width: 62%;
}
#p_about #about .illust {
	width: 25%;
	position: relative;
}
#p_about #about .illust img {
	width: 55%;
	height: auto;
	margin-bottom: 120px;
}
#p_about #about .illust img:last-of-type {
	margin-bottom: 0;
	position: absolute;
	top: 190px;
	right: 0;
}
#p_about #about .illust ul li {
	text-align: center;
}
#p_about #about .illust ul li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#p_about #about .illust ul li a span {
	margin-right: 5px;
	color: #FF0000;
	display: inline-block;
}
#p_about #about h3.title {
	margin-bottom: 50px;
	font-size: 30px;
	text-align: left;
}
#p_about #about h3.title::before {
	content: none;
}
#p_about #photo {
	margin-bottom: 80px;
}
#p_about #photo .bg_wrap {
	width: 100%;
	height: 520px;
	margin-bottom: 40px;
	background: url(/about/image/photo.jpg) center no-repeat;
	background-size: cover;
}
#p_about #overview .box {
	padding: 20px 45px;
	border: 8px #66B482 solid;
	border-radius: 10px;
	box-sizing: border-box;
}
#p_about #overview dl {
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px;
    display: flex;
    border-bottom: 1px #DDD solid;
	box-sizing: border-box;
}
#p_about #overview dl
#p_about #overview dl:last-of-type {
	border-bottom: 0;
}
#p_about #overview dt {
	width: 20%;
    font-weight: bold;
    box-sizing: border-box;
}
#p_about #overview dd {
	width: 75%;
}
/* マスコットキャラクター
------------------------------------------------ */
#p_character #character .box{
	margin-bottom: 80px;
	padding: 95px 80px;
	padding-bottom: 40px;
	background: url(/about/image/bg_image_charabox.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
}
#p_character #character #kizuna.box {
	flex-direction: row-reverse;
}
#p_character #character .box:last-of-type {
	margin-bottom: 0;
}
#p_character #character .box ul {
	width: 290px;
}
#p_character #character .box .wrap {
	width: calc( 100% - 350px );
}
#p_character #character .box .wrap dl {
	margin-bottom: 60px;
	padding: 40px;
	border-radius: 10px;
	background: #fff;
}
#p_character #character .box .wrap dl dt {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #4C94C6;
}
#p_character #character #kizuna.box .wrap dl dt {
	color: #008A32;
}
#p_character #character .box .wrap dl dd {
	font-weight: bold;
}
#p_character #character .box .wrap ul {
	width: 84%;
	min-width: 550px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#p_character #character #kizuna.box ul {
	margin-top: 30px;
}
#p_character #character #mizurin.box .wrap ul li:first-of-type {
	width: 35%;
}
#p_character #character #mizurin.box .wrap ul li:last-of-type {
	width: 55%;
	margin-top: 60px;
}
#p_character #character #kizuna.box .wrap ul li:last-of-type {
	width: 58%;
	margin-top: 40px;
}
#p_character #character #mizurin.box .wrap ul li img {
	width: 100%;
}
/* 事業の紹介
------------------------------------------------ */
#p_jigyo #contents #lead p {
	text-align: center;
}
#p_jigyo #jigyo ul {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
#p_jigyo #jigyo li {
	flex: 0 0 calc(33% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	border: 2px #008A32 solid;
	border-radius: 10px;
}
#p_jigyo #jigyo li:nth-child(3n+3) {
	margin-right: 0;
}
#p_jigyo #jigyo li a {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#p_jigyo #jigyo li img {
	width: 100%;
	border-radius: 8px 8px 0 0;
}
#p_jigyo #jigyo li h3 {
	font-size: 18px;
	margin: 0;
	padding: 15px 15px 10px;
}
#p_jigyo #jigyo li h3::before {
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background: url("../image/common/icon_arrow_circle_green.svg");
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	vertical-align: middle;
}
#p_jigyo #jigyo li p {
	padding: 0 15px 20px;
	font-size: 15px;
	color: #111;
	font-weight: normal;
	line-height: 1.6;
}
#p_jigyo .cbox {
	margin-bottom: 100px;
}
#p_jigyo .title_sub {
	font-size: 18px;
	font-weight: bold;
	color: #008A32;
	text-align: center;
}
#p_jigyo .text_box {
	margin-bottom: 50px;
}
#p_jigyo .photo_box {
	margin-bottom: 50px;
	padding: 40px 120px;
	background: #F5F5F5;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
}
#p_jigyo .photo_box dl{
	width: 400px;
}
#p_jigyo .photo_box dt {
	margin-bottom: 16px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
}
#p_jigyo .photo_box .photo img{
	border-radius: 10px;
}
#p_jigyo .photo_box .text {
	padding-top: 14px;
}
#p_jigyo .photo_box.solo {
	justify-content: center;
}
#p_jigyo .photo_box.solo dl{
	width: 480px;
}
#p_jigyo .photo_box.solo .photo {
	margin-bottom: 12px;
}
#p_jigyo .photo_box.solo dt{
	margin: 0;
}
#p_jigyo .photo_box.wide dl{
	width: 410px;
}

/* 森林整備事業 */
#p_jigyo.p_shinrinseibi .jigyo .item {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
#p_jigyo.p_shinrinseibi .jigyo .item dl {
	width: 60%;
}
#p_jigyo.p_shinrinseibi .jigyo .item dt {
	margin-bottom: 30px;
	padding-left: 14px;
	font-size: 24px;
	font-weight: bold;
	color: #008A32;
	line-height: 1.2em;
	border-left: 2px #008A32 solid;
}
#p_jigyo.p_shinrinseibi .jigyo .item img {
	width: 36%;
	border-radius: 10px;
}
#p_jigyo.p_shinrinseibi .schedule img {
	margin-bottom: 20px;
}
/* 野生動物被害対策 */
#p_jigyo.p_jyugai .terms dl{
	padding: 20px 36px;
	border-bottom: 2px #B4B4B4 dotted;
	display: flex;
}
#p_jigyo.p_jyugai .terms dl:first-child {
	border-top: 2px #B4B4B4 dotted;
}
#p_jigyo.p_jyugai .terms dt {
	width: 180px;
	color: #6B0D0D;
	font-weight: bold;
}
#p_jigyo.p_jyugai .terms ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
/* 森の力再生事業 */
#p_jigyo.p_saisei .target {
	padding: 30px 50px;
	background: #FFFCDE;
	border-radius: 10px;
}
#p_jigyo.p_saisei .target li {
	padding-left: 24px;
	line-height: 2em;
	font-weight: bold;
	position: relative;
}
#p_jigyo.p_saisei .target li::before {
	content: "";
	width: 14px;
	height: 14px;
	background: #008A32;
	border-radius: 50%;
	top: .5em;
	left: 0;
	position: absolute;
}
#p_jigyo.p_saisei .photo_box {
	padding-top: 30px;
}
#p_jigyo.p_saisei .photo_box dt {
	color: #008A32;
}
/* イベント事業 */
#p_jigyo.p_event #event .shinrinkyoshitsu_link li {
	width: 550px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}
#p_jigyo.p_event #event .shinrinkyoshitsu_link li a {
	padding: 20px 0;
	border: 2px #008A32 solid;
	border-radius: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #008A32;
	display: block;
	text-decoration: none;
}
/* 森林教室 */
#p_shinrinkyoshitsu .photo_box {
	margin-bottom: 20px;
}
#p_shinrinkyoshitsu .log .item {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_shinrinkyoshitsu .photo_box:last-of-type {
	margin-bottom: 0;
}
#p_shinrinkyoshitsu .log .item a{
	text-decoration: none;
}
#p_shinrinkyoshitsu .log .item img{
	width: 280px;
	margin-right: 30px;
	border-radius: 10px;
}
#p_shinrinkyoshitsu .log .item dl {
	flex: 1;
}
#p_shinrinkyoshitsu .log .item dt {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #008A32;
}
#p_shinrinkyoshitsu .log .item dd{
	margin-bottom: 10px;
	color: #111;
}
#p_shinrinkyoshitsu .log .item ul li a {
	color: #4C94C6;
}
#p_shinrinkyoshitsu .log .item ul li a i {
	margin-right: 5px;
	color: #FF0000;
}
/* 森林教室 詳細ページ */
.p_shinrinkyoshitsu ul.photo {
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p_shinrinkyoshitsu ul.photo:after {
	content: "";
	width: 32%;
	display: block;
}
.p_shinrinkyoshitsu ul.photo li {
	width: 32%;
	margin-bottom: 20px;
}
.p_shinrinkyoshitsu ul.photo li img {
	width: 100%;
	height: auto;
}
/* みどり（広報誌）
------------------------------------------------ */
#p_midori #rootlist {
	margin-bottom: 0;
}
#p_midori #backnumber .bg_wrap {
	padding-top: 168px;
	background: url("../image/common/illust.svg") center top no-repeat;
}
#p_midori dl {
	width: 94%;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 50px 60px;
	box-sizing: border-box;
	background: #fff;
	border: 8px #66B482 solid;
	border-radius: 10px;
    display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
#p_midori dt {
	width: 64px;
	margin-right: 50px;
    font-weight: bold;
    box-sizing: border-box;
}
#p_midori dt a {
	width: 100%;
	display: block;
	border: 2px #E3E3E3 solid;
}
#p_midori dt a img {
	width: 100%;
	height: auto;
}
#p_midori dd {
	flex: 1;
}
#p_midori dd ul {
	display: flex;
	justify-content: space-between;
}
#p_midori dd ul li.title {
	width: 80%;
}
#p_midori dd ul li.dl {
	width: 20%;
}
#p_midori dd li.dl a {
	width: 100%;
    margin: 0 auto;
    padding: 5px;
	background: #FFF;
    border: 2px #008A32 solid;
    border-radius: 100px;
	font-weight: bold;
    color: #008A32;
	text-align: center;
    text-decoration: none;
    display: block;
}
#p_midori li.dl a:before {
	height: 24px;
	padding-right: 8px;
	content: url("../image/common/icon_pdf.svg");
	display: inline-block;
	vertical-align: middle;
}
/* 補助事業について
------------------------------------------------ */
#p_hojyojigyo #hojyojigyo dl {
	margin-bottom: 60px;
}
#p_hojyojigyo #hojyojigyo dl dt {
	margin-bottom: 30px;
}
#p_hojyojigyo #hojyojigyo dl dd {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}
/* 組合員以外の皆様へ
------------------------------------------------ */
#p_excet #conditions .frame {
	padding: 60px;
	border: 8px #66B482 solid;
}
#p_excet #conditions .frame h4 {
	margin-bottom: 60px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#p_excet #conditions .frame .box {
	margin-bottom: 20px;
	border-bottom: 2px #B4B4B4 dotted;
}
#p_excet #conditions .frame .box ul {
	margin-bottom: 20px;
}
#p_excet #conditions .frame .box ul li {
	margin-bottom: 10px;
	font-weight: bold;
}
#p_excet #conditions .frame .box ul li:last-of-type {
	margin-bottom: 0;
}
#p_excet #conditions .frame .box p {
	margin-bottom: 30px;
}
#p_excet #conditions .frame .wrap {
	width: 900px;
	margin: 0 auto;
}
#p_excet #conditions .frame .wrap ul.contact {
	margin-bottom: 40px;
}
#p_excet #conditions .frame .wrap ul.contact li {
	font-weight: bold;
}
#p_excet #conditions .frame .wrap ul.contact li:before {
	content: "■";
}
#p_excet #conditions .frame .wrap dl.region {
	text-align: center;
}
#p_excet #conditions .frame .wrap dl.region dt {
	margin-bottom: 50px;
}
#p_excet #conditions .frame .wrap dl.region dd {
	width: 680px;
	margin: 0 auto;
}
#p_excet #conditions .frame .wrap dl.region dd ul {
	position: relative;
}
#p_excet #conditions .frame .wrap dl.region dd ul li:first-of-type {
	width: 500px;
}
#p_excet #conditions .frame .wrap dl.region dd ul li:last-of-type {
	width: 260px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#p_excet #conditions .frame .wrap dl.region dd ul li img {
	width: 100%;
}
#p_excet #conditions .frame .wrap dl.region dd img{
	width: 100%;
}
#p_excet #maintenance dl.resolution {
	margin-bottom: 80px;
	text-align: center;
}
#p_excet #maintenance dl.resolution dt {
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: bold;
	color: #FF0000;
	display: inline-block;
	position: relative;
}
#p_excet #maintenance dl.resolution dt:before,
#p_excet #maintenance dl.resolution dt:after {
	content: "";
	width: 3px;
	height: 70px;
	background: #FF0000;
	display: inline-block;
	position: absolute;
	bottom: -10px;
}
#p_excet #maintenance dl.resolution dt:before {
	transform:rotate(-45deg);
	left: -50px;
}
#p_excet #maintenance dl.resolution dt:after {
	transform:rotate(45deg);
	right: -50px;
}
#p_excet #maintenance dl.resolution dd {
	font-weight: bold;
}
#p_excet #maintenance .bg_wrap {
	background: url(/image/common/gradation_white.png) center top repeat-x,url(/join/image/bg_img_tree.jpg) center top no-repeat;
}
#p_excet #maintenance .bg_wrap .flex {
	margin-bottom: 100px;
	display: flex;
	align-items: center;
}
#p_excet #maintenance .bg_wrap .flex ul.list {
	width: 700px;
	margin-right: 60px;
}
#p_excet #maintenance .bg_wrap .flex ul.list li {
	margin-bottom: 10px;
	padding: 20px;
	box-sizing: content-box;
	background: #fff;
	border: 1px #008A32 solid;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
}
#p_excet #maintenance .bg_wrap .flex ul.list li:last-of-type {
	margin-bottom: 0;
}
#p_excet #maintenance .bg_wrap .flex ul.illustration li {
	width: 140px;
}
#p_excet #maintenance .bg_wrap .flex ul.illustration li img {
	width: 100%;
}
#p_excet #maintenance .bg_wrap p.center {
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FF5B06;
}
#p_excet #maintenance .bg_wrap ul.photo {
	margin-bottom: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_excet #maintenance .bg_wrap ul.photo li {
	width: 260px;
	margin-right: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#p_excet #maintenance .bg_wrap ul.photo li:last-of-type {
	margin-right: 0;
}
#p_excet #maintenance .bg_wrap ul.photo li:after {
	content: "";
	width: 12px;
	height: 16px;
	background: url(/image/common/icon_arrow_right.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#p_excet #maintenance .bg_wrap ul.photo li:last-of-type:after {
	display: none;
}
#p_excet #maintenance .bg_wrap ul.photo li img {
	width: 100%;
	margin-bottom: 10px;
}
#p_excet #maintenance .bg_wrap .consultation {
	padding: 100px 0;
	padding-bottom: 50px;
	background: #FFFCDE; 
}
#p_excet #maintenance .bg_wrap .consultation dl {
	width: 74%;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
}
#p_excet #maintenance .bg_wrap .consultation dl dt {
	width: 140px;
	position: absolute;
	top: -180px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#p_excet #maintenance .bg_wrap .consultation dl dt img {
	width: 100%;
}
/* 購買コーナー
------------------------------------------------ */
#p_goods #lead .rerative {
	position: relative;
}
#p_goods #lead p {
	flex: 1;
}
#p_goods #lead ul {
	position: absolute;
	top: 40px;
	right: 0;
}
#p_goods #lead ul li {
	width: 200px;
	margin-left: 30px;
}
#p_goods ul li img {
	width: 100%;
}
#p_goods #goods .item {
	width: 100%;
	margin-bottom: 25px;
	padding: 20px;
	border: 2px #66B482 solid;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
}
#p_goods #goods .item ul {
	margin-right: 30px;
}
#p_goods #goods .item ul li {
	width: 300px;
}
#p_goods #goods .item ul li img {
	width: 100%;
	height: auto;
}
#p_goods #goods .item div {
	flex:1;
}
#p_goods #goods .item div p {
	margin-bottom: 20px;
}
#p_goods #goods .item div p:last-of-type {
	margin-bottom: 0;
}
#p_goods #goods .item h5.title {
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 20px;
	text-align: left;
	border-left: 5px #008A32 solid;
	line-height: 1.4;
}
#p_goods #goods .item .price::before {
	margin-right: 5px;
	padding: 2px 2px 2px 5px;
	content: " 組合員価格 ";
	background: #F06969;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
#p_goods #goods .item .price::after {
	content:"(税込)";
	font-size: 14px;
}
#p_goods #goods .other_item dl {
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px;
	border-top: 2px #DDD dotted;
    display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
#p_goods #goods .other_item dl:last-of-type {
	margin-bottom: 100px;
	border-bottom: 2px #DDD dotted;
}
#p_goods #goods .other_item dl dt {
    font-weight: bold;
    box-sizing: border-box;
}
#p_goods #goods .other_item dl dd {
	width: 80%;
}
/* アクセス
------------------------------------------------ */
#p_access #map .cbox {
	margin-bottom: 60px;
}
#p_access .ggmap iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}
#p_access #info .wrap {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#p_access #info img {
	width: 400px;
    height: auto;
    margin-right: 50px;
}
#p_access #info .wrap .text {
	flex: 1;
	margin: 0 auto;
	padding: 20px 0;
}
#p_access #info .wrap .text p {
	margin-bottom: 10px;
	line-height: 1.6;
}
#p_access #info .wrap .text p.time {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px #DDD solid;
}
#p_access #info span::after {
	content: " / ";
	color: #999;
}
#p_access #info .title {
	margin-bottom: 5px; 
	font-size: 18px;
	font-weight: bold;
	color: #008A32;
	display: flex;
	align-items: center;
}
#p_access #info .title::before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 5px;
	margin-bottom: 4px;
	box-sizing: border-box;
	display: inline-block;
}
#p_access #info .title.car::before {
	background: url("../access/image/icon_car.svg") center no-repeat;
	background-size: contain;
}
#p_access #info .title.bus::before {
	background: url("../access/image/icon_bus.svg") center no-repeat;
	background-size: contain;
}
#p_access #info ul {
	margin-bottom: 25px; 
}
/* 採用について
------------------------------------------------ */
#p_job #list dl {
	margin-bottom: 30px;
    padding: 30px;
	border: 5px #008A32 solid;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#p_job #list dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #008A32;
}
#p_job #list dl dd a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#p_job #list dl dd a span {
	margin-right: 5px;
	color: #FF0000;
}
/* 採用について　詳細
------------------------------------------------ */
#p_single.p_job .shadow ul.pdf_file {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#p_single.p_job .shadow ul.pdf_file li {
	width: 49%;
}
#p_single.p_job .shadow ul.pdf_file li:before {
	display: none;
}
#p_single.p_job .shadow ul.pdf_file li a {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background: #F5F5F5;
	color: #166AA5;
	text-decoration: none;
	display: flex;
	align-items: center;
}
#p_single.p_job .shadow ul.pdf_file li a i {
	width: 42px;
	height: 50px;
	margin-right: 20px;
}
#p_single.p_job .shadow ul.pdf_file li a span {
	flex: 1;
}
/* お問い合わせ
------------------------------------------------ */
/* お問い合わせ共通 */
#form table.contact {
	width: 100%;
	margin: 0 auto 40px;
	border-collapse: collapse;
	background: #FFF;
}
#form form {
	margin-bottom: 30px;
}
#form table.contact td,
#form table.contact th {
	border: 1px #DDD solid;
	padding: 15px 30px;
	text-align: left;
}
#form table.contact th {
	background: #F5F5F5;
}
#form table.contact td {
	width: 70%;
}
#form table.contact select {
	width: 50%;
	height: 45px;
	padding: 0 10px;
	border-color: #BBB;
	font-size: 105%;
}
#form table.contact span {
	font-size: 14px;
	display: block;
}
#form table.contact span.required {
	margin-left: 10px;
	font-size: 14px;
	color: #cc0000;
	font-weight: normal;
	display: inline-block;
}
#form table.contact span.required::before {
	content: "※";
}
#form table.contact input[type="text"],
#form table.contact input[type="date"],
#form table.contact select,
#form table.contact td textarea {
	height: 45px;
	box-sizing: border-box;
	background: #FFF;
	border: 1px #BBB solid;
	font-size: 120%;
}
#form table.contact td input[type="text"]:focus,
#form table.contact input[type="date"]:focus,
#form table.contact select:focus,
#form table.contact td textarea:focus {
	border: 1px #999 solid;
	background: #F5F5F5;
	outline: none;
}
#form .policy li {
	text-align: center;
}
#form .policy li a {
	font-size: 14px;
	color: #0E0101;
}
#form table.contact textarea.message {
	min-height: 200px;
}
#form input[type="submit"] {
	width: 300px;
	margin: 0 auto;
	padding: 15px 10px;
	box-sizing: border-box;
	background: #4C94C6;
	border-radius: 100px;
	border: none;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: block;
	transition: 0.1s ease-in-out;
}
#form input[type="submit"]:hover {
	background: #448abb;
	color: #FFF;
	cursor: pointer;
}
#form .wss {
	width: 30%;
}
#form .ws {
	width: 50%;
}
#form .wl {
	width: 100%;
}
/* 電話でも受付 */
#tel_block .wrap {
	width: 860px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	background: #FFF;
	border: 1px #BBB solid;;
	box-sizing: border-box;
}
#p_contact #tel_block .wrap {
	width: 900px;
	border: none;
	border-top: 1px #BBB solid;
	border-bottom: 1px #BBB solid;
}
#tel_block p.text {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
#tel_block dl {
	width: 82%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #DDDDDD solid;
}
#tel_block dl dt a {
	margin-bottom: 10px;
	padding: 10px 45px;
	background: #4C94C6;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#tel_block dl dt a i {
	height: 15px;
	margin-right: 10px;
	display: inline-block;
}
#tel_block dl dt a i img {
	padding-top: 5px;
}
#tel_block dl dd {
	font-size: 14px;
}
#tel_block ul {
	width: 470px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#tel_block ul li {
	font-size: 24px;
}
#tel_block ul li a {
	color: #111;
	text-decoration: none;
}
#tel_block ul li.tel a {
	padding: 5px 15px;
	border-radius: 5px;
	background: #F5F5F5;
	display: flex;
	align-items: center;
}
#tel_block ul li.tel a::before {
	content: "";
	width: 22px;
	height: 22px;
	margin-bottom: 3px;
	margin-right: 5px;

	background: url("../image/common/icon_tel.svg")center no-repeat;
	background-size: contain;
	display: inline-block;
}
#tel_block ul li.fax {
	padding: 5px 15px;
	border-radius: 5px;
	background: #F5F5F5;
	display: flex;
	align-items: center;
}
#tel_block ul li.fax::before {
	content: "";
	width: 22px;
	height: 22px;
	margin-bottom: 2px;
	margin-right: 5px;
	background: url("../image/common/icon_fax.svg") center no-repeat;
	background-size: contain;
	display: inline-block;
}
#tel_block .time {
	margin-bottom: 0;
	font-size: 14px;
}
#tel_block .text::after {
    margin: auto;
	content: url("../flow/image/icon_arrow_down.svg");
	display: inline-block;
	transform: scale(0.6);
    position: absolute;
    top: 25%;
    right: -70px;
	transform:rotate(-90deg);
}
#tel_block .telno {
	font-size: 14px;
	text-align: center;
}
#tel_block p a {
	margin-bottom: 10px;
	font-size: 30px;
	color: #111;
	font-weight: bold;
	display: block;
}
#tel_block p a::before {
	padding-right: 5px;
	content: url("../image/common/icon_tel_bk.svg");
	display: inline-block;
	vertical-align: middle;
}
/* プライバシーポリシー
------------------------------------------------ */
#p_policy #list h3 {
	margin: 40px 0 15px;
	border-bottom: 2px #B4B4B4 dotted;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
#p_policy #list h3:before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 8px;
    margin-bottom: 2px;
    background: #008A32;
    border-radius: 50%;
    display: inline-block;
}
#p_policy #list ul {
	counter-reset: number 0;
}
#p_policy #list ul li {
	margin: 0;
	padding: 5px 0;
}
#p_policy #list ul li::before {
	counter-increment: number 1;
	content: counter(number) " . ";
}