main {
    padding-top: 0;
}
.section02 {
    margin-bottom: 80px;
}
/*
.section01 {
    margin: 0 auto;
    width: 1200px;
}
.section04 {
    padding-bottom: 0;
}
.section05 {
    padding-bottom: 0;
}
section.section05_fuho.clearfix {
    margin-bottom: 0;
}
.section05_fuho.clearfix {
    width: 1080px;
    margin: 0 auto 80px;
    text-align: center;
}
*/
.section08 {
    padding-bottom: 0;
    margin: 0 auto 80px;
}

/*--▼▼電話関係CSS▼▼ */

.section_info02 .tel {
    display: flex;
    justify-content: center;
    margin: 10px auto 20px auto;
    width: 730px;
}
.section_info02 ul.tel li:first-child {
    border-right: 1px solid #706f6b;
}
.section_info02 ul.tel li {
    width: 45%;
    float: left;
    text-align: center;
}
.section_info02 .tel .sub {
    color: #4f9842;
    font-weight: bold;
}
.section_info02 .sub {
    font-size: 18px;
}
.section_info02 ul.tel li .number {
    font-size: 35px;
    /* color: #4f9e43; */
    background: url(/img/cmn/ico_tel.png) no-repeat center left;
    background-size: auto 25px;
    padding-left: 30px;
    display: inline-block;
}

.md-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 9999;
}
.md-contents{
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 10000;
}
.md-inner{
  margin: 0 auto;
  height: 300px;
  text-align: center;
}

.md-xmark{
  position: absolute;
  top: 34px;
  right: 20px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}

.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

.tel_modal {
  margin: 0 auto;
  width:280px;
  background: #eef9e5;
  border: 1px solid #999;
  border-radius: 5px;
  display: none;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.tel_modal.btn_on {
  display: inherit!important;
}
.tel_modal .tit {
  margin-bottom:5px;
}
.tel_modal .tit02 {
  padding-top:15px;
	margin:15px 0 5px;
	border-top:1px dashed #ccc;
}
.tel_modal .tel a {
  font-size: 34px;
  background: url(/img/cmn/ico_tel02.png) no-repeat center left;
  background-size: auto 20px;
  padding-left: 25px;
  display: inline-block;
  line-height:1;
  color:#4f9e43;
}
.tel_modal .btn_close {
	background: #fff;
  margin: 15px 70px 5px;
  padding: 5px 0;
  border-radius: 50px;
  font-size: .9em;
  border: 1px solid #ccc;
}

/*--▼▼バナーしたTXT-CSS▼▼ */
.banner_under {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}

/*--▼▼スタッフコメントCSS▼▼ */
.staff_cont {
    width: 810px;
    margin: 0 auto;
    padding-top: 30px;
}
.staff_com_left {
    float: left;
}
.staff_com_left img {
    width: 270px;
}
.staff_com_right img {
    width: 270px;
}
.staff_cont .ttl {
    font-size: 30px;
    line-height: 38px;
    color: #ee7500;
    text-align: left;
}
.staff_cont .name {
    font-size: 25px;
    line-height: 28px;
    text-align: left;
    margin-top: 20px;
}
.staff_cont .name .unit_name {
    font-size: 16px;
    text-align: left;
}
.staff_cont .coment {
    width: 520px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}
.staff_com_right {
    float: right;
}

/* section02
------------------------------------------------- */
/*
.section02 h3 {
    margin: 0 auto;
    width: 1080px;
    font-size: 42px;
    border-bottom: 1px solid #cccccc;
}
.section02 .unit {
    margin-top: 50px;
}
.section02 .sub {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 40px;
}
.section02 h4 {
    margin-top: 10px;
    margin-bottom: 10px;
	font-size: 25px;
	color: #00a97a;
}
*/

/* section05
------------------------------------------------- */
.section05 h3 {
    margin: 0 auto;
    width: 1080px;
    font-size: 42px;
    border-bottom: 1px solid #cccccc;
}

/* section08
------------------------------------------------- */
.section08 h3 {
    margin: 0 auto;
    width: 1080px;
    font-size: 42px;
    border-bottom: 1px solid #cccccc;
}

/* section09
------------------------------------------------- */
.section09 h3 {
    margin: 0 auto;
    width: 1080px;
    font-size: 42px;
    border-bottom: 1px solid #cccccc;
}
.section09 h4 {
    margin-top: 10px;
    margin-bottom: 10px;
	font-size: 25px;
	color: #4f9842;
}
.section09 .sub {
    margin-top: 10px;
}

/* section04_2022
------------------------------------------------- */
.section04_2022 {
  text-align:center;
	width: 1080px;
	margin: 0 auto 80px;
}
.section04_2022 h3 {
	margin-bottom: 10px;
	font-size: 42px;
	border-bottom: 1px solid #cccccc;
}
.section04_2022 ul {
	margin: 0 0 60px 0;
}
.section04_2022 li {
	width: 247.5px;
	margin: 0 29px 0 0;
	float: left;
}
.section04_2022 li:last-child {
	margin: 0;
}
.section04_2022 li .ph {
	margin-bottom: 20px;
}
.section04_2022 li .ph img {
	width:100%;
  height:auto;
}
.section04_2022 li .tit {
	font-size: 22px;
}
.section04_2022 li .txt {
	font-size: 14px;
	line-height: 2em;
	margin-bottom:20px;
  letter-spacing: -1px;
}
.section04_2022 .btn_detail {
	height: 37px;
	padding: 0 37px;
	display: inline-block;
	line-height: 37px;
	background: #fff;
	border: 1px solid #4f9e43;
	border-radius: 37px;
	position: relative;
	font-size: 15px;
	color: #4f9e43;
}
.section04_2022 .btn_detail::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #4f9e43;
  z-index:99;
}
.section04_2022 .btn_plan {
	margin-bottom:10px;
}
.section04_2022 h4 {
	margin-bottom: 10px;
	font-size: 25px;
	color: #4f9842;
}
.section04_2022 .sub {
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 40px;
}

/* section09_2022
------------------------------------------------- */
.section09_2022 {
	width: 1080px;
	margin:0 auto 20px;
	text-align:center;
}
.section09_2022 h3 {
	margin-bottom: 10px;
	font-size: 34px;
}
.section09_2022 .sub {
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 40px;
}
.section09_2022 li {
	width: 520px;
	margin-bottom: 60px;
	float: left;
}
/*.section09_2022 li:first-child {
	width: 1080px;
}
*/
.section09_2022 li:nth-child(2),
.section09_2022 li:nth-child(4) {
	float: right;
}
.section09_2022 li .ph {
	margin-bottom: 20px;
}
.section09_2022 li h4 {
	font-size: 22px;
}
.section09_2022 li .txt {
	font-size: 14px;
	line-height: 2em;
	margin-bottom:20px;
}
.section09_2022 .btn_detail {
	height: 37px;
	padding: 0 37px;
	display: inline-block;
	line-height: 37px;
	background: #fff;
	border: 1px solid #4f9e43;
	border-radius: 37px;
	position: relative;
	font-size: 15px;
	color: #4f9e43;
}
.section09_2022 .btn_detail::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #4f9e43;
  z-index:99;
}

/*--------- Q&A_first ----------*/
/*
.accordion_dl_first {
	width:100%;
	margin: 0 auto;
}
.accordion_dl_first dt {
  background-color: #4f9842;
  margin-top:5px;
  width:100%;
  padding: 10px 0 10px 12%;
  color: #FFF;
  font-size:18px;
  text-align:left;
  cursor: pointer;
  position: relative;
}

.accordion_dl_first dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 2%;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #FFF;
}
.accordion_dl_first dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 2%;
  width: 12px;
  height: 12px;
  margin-top: -13px;
  background: #00a97a;
}
.accordion_dl_first dt.active:before {margin-top: -2px;}
.accordion_dl_first dt.active:after {margin-top: 1px;}

.accordion_dl_first dd {
  margin-bottom:10px;
  padding-top: 15px;
  font-size:16px;
  line-height:1.7;
  text-align:left;
  position: relative;
}
.accordion_dl_first div.list {
	margin-left: -7%;
	width: 97%;
	font-weight: bold;
}
*/

/*--------- Q&A ----------*/
.accordion_dl {
	width:100%;
	margin: 10px auto 0 auto;
	padding: 20px 40px;
	background: #fff;
	border-radius: 16px;
}
.accordion_dl dt {
	position: relative;
	width:100%;
	padding: 30px 50px 30px 70px;
	color: #00a97a;
	font-size:18px;
	text-align:left;
	cursor: pointer;
}
.accordion_dl dt:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 2%;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #00a97a;
}
.accordion_dl dt:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 2%;
	width: 12px;
	height: 12px;
	margin-top: -13px;
	background: #fff;
}
.accordion_dl dt.active:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 2%;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #00a97a;
}
.accordion_dl dt.active:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 2%;
	width: 12px;
	height: 12px;
	margin-top: -13px;
	background: #fff;
}
.accordion_dl dt.active:before {margin-top: -2px;}
.accordion_dl dt.active:after {margin-top: 1px;}
.accordion_dl dd {
	position: relative;
	padding: 30px 30px 30px 70px;
	border-top: solid 1px #ddd;
	font-size:16px;
	line-height:1.7;
	text-align:left;
}
.accordion_dl dd:before{
	display: block;
	content: "A";
	position: absolute;
	top: 28px;
	left: 15px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	background: #00a97a;
	border: solid 1px #00a97a;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.35em;
}
.accordion_dl div.list {
	font-weight: bold;
}
.accordion_dl div.list:before{
	display: block;
	content: "Q";
	position: absolute;
	top: 28px;
	left: 15px;
	color: #00a97a;
	font-size: 18px;
	line-height: 1.5;
	border: solid 1px #00a97a;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.35em;
}