@charset "utf-8";
.overview{
  width: 80%;
  margin: 0 auto 100px;
}
.overview p{
  font-size: 1.5rem;
}
.pagetitle{
  font-size: 2.5rem;
  color: #ea7501;
  text-align: center;
  font-family: serif;
  margin: 40px auto;
}
.subtitle{
  font-family: serif;
  font-size: 2rem;
  color: #559245;
}
.inquiry_btn{
  width: 24%;
}
.inquiry_btn a{
  display: block;
   background: #ea7501;
   color: #fff;
   text-align: center;
   padding: 5%;
   margin-bottom: 40px;
   font-size: 1.2rem;
}
.inquiry_btn a:hover{
  opacity: 0.9;
}
.ov_bdblock{
  border: solid #000 1px;
  width: 100%;
  padding: 20px 8px 25px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.ov_bdblock h3{
  width: 20%;
  text-align: center;
  color: #fff;
  background: #559245;
  font-family: serif;
  font-size: 1.5rem;
  position: relative;
  left: -25px;
  padding: 4px 0;
}
.ov_bdblock_sub{
  padding-left: 2%;
}
.mid_col{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.mini_col{
  width: 24%;
  background: #f0f0e6;
}
.mini_col h4{
  margin: 0;
  background: #559245;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 10px 0;
}
.mini_col div{
  padding: 0px 20px 10px;
}
.mini_col p{
  font-size: 1.3rem;
  margin-bottom: 0;
}
.mini_col ul{
  padding-left: 10px;
  margin-top: 7px;
  font-size: 1.3rem;
}
.mini_col li{
  list-style: disc;
}
.ov_image{
  width: 100%;
}
.overview02{
  width: 100%;
  background: #f0f0e6;
  position: relative;
  padding-top: 10px;
  margin-bottom: 80px;
}
.overview02 p{
  font-size: 1.5rem;
}
.overview02 h2{
  font-size: 2.2rem;
  color: #ea7501;
  font-family: serif;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: -16px;
  left: 10%;
}
.overview02 hr{
  width: 16%;
  margin: 2% 10%;
  max-width: 200px;
}
.representative{
  width: 80%;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.representative_txt{
  width: 73%;
}
.representative_sign{
  width: 22%;
  float: right;
  margin: -13px 0 30px;
}
.representative_image{
  width: 20%;
  position: absolute;
  right: 0;
  top:-84px;
  min-width: 168px;
}
.overview h2{
  font-family: serif;
  font-size: 2.2rem;
}
.overview table{
  width: 100%;
  border-collapse:collapse;
  font-size: 1.3rem;
}
.overview tr{
  border: solid 1px #000;
  border-left: none;
  border-right: none;
}
.overview th{
  text-align: left;
  padding: 10px 40px;
  width: 24%;
}
.overview td{
  text-align: left;
  padding: 10px 0;
  width: 76%;
}
table ul{
  padding-left: 0;
  text-indent: -10px;
}
@media screen and (max-width: 767px){
  .overview{
    width: 90%;
    margin-bottom: 18%;
  }
  .inquiry_btn{
    width: 70%;
    margin:  0 auto;
  }
  .ov_bdblock h3{
    width: 60%;
  }
  .mid_col{
    display: block;
  }
  .mini_col{
    width: 100%;
    margin-bottom: 26px;
  }
  .mini_col div {
    padding: 3px 16px 10px;
  }
  .overview02{
    margin-bottom: 35px;
  }
  .overview02 h2 {
    top: 16px;
    left: 5%;
  }
  .overview02 hr {
    width: 44%;
    margin: 16% 6% 8%;
  }
  .representative{
    display: block;
    padding-bottom: 50px;
    width: 90%;
  }
  .representative_txt{
    width: 100%;
  }
  .representative_sign {
    width: 39%;
    float: none;
    margin: 13px 0 30px;
  }
  .representative_image{
    width: 50%;
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 0;
  }
  .overview th {
    padding: 10px 2px;
    width: 40%;
  }
  .overview td{
    width: 60%;
  }
  table ul {
    padding-left: 15%;
    text-indent: -23%;
  }
}