@charset "UTF-8";
/*---------------------------

---------------------------*/

img{
  width: 100%;
}

.inner_1300 {
max-width: 1300px;
width: 94%;
margin: 0 auto;
}



.main_Img > div {
background: url(../img/main_img.jpg) no-repeat center center;
background-size: cover;
}
.main_Img h2 { color: #000000;}




/* コンテンツ */

#info_Wrap{ margin: 0 auto 80px;}

.main_copy{
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin: 50px 0;
}
.info_box01,.info_box02,.info_box03,.info_box04{
  margin: 60px 0;
  border-top: #009944 2px solid;
}
h3{
  font-size: 22px;
  font-weight: bold;
  color: #009944;
  margin: 80px 0 30px;
}
.txt{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.info_box01 h4,.info_box03 h4 {
  font-size: 18px;
  color: #009944;
  position: relative;
  text-indent: 1rem;
  margin-bottom: 10px;
}
.info_box01 h4::before,.info_box03 h4::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  top: 1px;
  left: 1px;
  background: #009944;
}
.content01,.content02,.content03,.content04,.content05,.content06,.content07,.content08{
  margin-top: 40px;
}

.content04 table {
  width: 800px;
  margin: 10px 0 10px 0;
  font-size: 93%;
  line-height: 140%;
  border: 1px #ccc solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.content04 table th {
  padding: 4px;
  border: #ccc solid;
  border-width: 0 0 1px 1px;
  background-color: #e4e4e4;
  font-weight: bold;
  text-align: center;
}
.content04 table td {
  padding: 4px;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
  background-color: #fff;
  text-align: center;
}
.content07 h5{
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-left: 20px;
}
.content07 h5::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 6px;
  left: -20px;
  background: #333;
}
.content07 h5 a{
  text-decoration: underline;
}
.content07 h5 a img{
  width: 1.3%;
  vertical-align: middle;
}
.info_box02 .btn_area{
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
.info_box02 .tel_txt{
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.info_box02 .tel_area{
  width: 100%;
  max-width: 500px;
}
.q_txt,.a_txt{
  width: 100%;
  margin-bottom: 20px;
}
.q_a_txt{
  line-height: 1.5;
  margin-bottom: 10px;
}
.q_a_txt img{
  width: 100%;
  max-width: 40px;
  vertical-align: middle;
  padding-right: 10px;
}
.a_txt{
  display: flex;
}
.a_txt img{
  width: 100%;
  max-width: 40px;
  padding-right: 10px;
  height: 100%;
}



/*---------------------------
Tab
---------------------------*/
@media screen and (max-width: 999px) {


}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 767px) {



.main_copy{
  font-size: 16px;
}

h3{
  font-size: 22px;
}
.txt{
  font-size: 14px;
}
.info_box01 h4,.info_box03 h4 {
  font-size: 16px;
  line-height: 1.5;
}
.content04 table {
  width: 100%;
}
.content04 table th{
  font-size: 12px;
}
.content04 table td{
  font-size: 12px;
}

.content07 h5 a img{
  width: 3.7%;
}

}
