@charset "UTF-8";
.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

/*  トップ  */
.top_area {
  width: 100%;
  height: 365px;
  overflow: hidden;
  position: relative;
}

.top_area img {
  width: 100%;
  height: auto;
  background-size: cover;
}

.top_area .logo {
  display: block;
  margin: 180px auto 230px;
}

.top_area .top_text01 {
  display: block;
  margin: 0 auto;
}

.top_area .top_text02 {
  font-size: 16px;
  line-height: 250%;
  width: 600px;
  display: block;
  margin: 50px auto 0;
  text-align: justify;
}

.top_area .top_text03 {
  font-size: 13px;
  width: 600px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  padding-bottom: 120px;
}

.title_faq {
  font-size: 43px;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.1em;
}

.sub {
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 930px) {
  .title_faq {
    font-size: 30px;
  }
  .title_faq img {
    width: 60%;
    height: auto;
  }
  .sub {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin-top: 25px;
    letter-spacing: 0;
  }
}

.page_link {
  display: flex;
  margin-top: 120px;
}

.page_link a {
  position: relative;
  width: 30%;
  margin: 0 auto;
}

.page_link a img {
  width: 80%;
  height: auto;
}

.page_link a span {
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  bottom: 20px;
  left: 50px;
}

@media screen and (max-width: 1250px) {
  .page_link a span {
    font-size: 16px;
    bottom: 20px;
    left: 50px;
  }
}

@media screen and (max-width: 930px) {
  .page_link {
    display: flex;
    margin-top: 70px;
  }
  .page_link a {
    position: relative;
    width: 31%;
    margin: 0 auto;
  }
  .page_link a:first-child {
    margin: 0 auto 0 0;
  }
  .page_link a:last-child {
    margin: 0 0 0 auto;
  }
  .page_link a img {
    width: 100%;
  }
  .page_link a span {
    font-size: 10px;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
}

@media screen and (max-width: 375px) {
  .page_link a span.sp {
    bottom: -31px;
    left: 0;
  }
}

.faq_sub_title {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  margin-top: 120px;
  text-align: center;
}

.faq_sub_title.mgt {
  margin-top: 180px;
}

.faq_sub_title img {
  width: 120px;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 930px) {
  .faq_sub_title {
    font-size: 16px;
    margin-top: 120px;
  }
  .faq_sub_title.mgt {
    margin-top: 120px;
  }
  .faq_sub_title img {
    width: 20%;
    height: auto;
    margin-right: 5px;
  }
}

@media screen and (max-width: 375px) {
  .faq_sub_title {
    font-size: 15px;
  }
}

.waku {
  width: 100%;
  margin-top: 30px;
  border: solid 3px #088153;
  border-radius: 20px;
  position: relative;
}

.waku:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 100px;
  border-bottom: 40px solid #088153;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.waku:after {
  content: "";
  position: absolute;
  top: -24px;
  left: 100px;
  border-bottom: 40px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.waku.right:before {
  left: auto;
  right: 100px;
}

.waku.right:after {
  left: auto;
  right: 100px;
}

.waku.mgt {
  margin-top: 100px;
}

.waku .q {
  width: 90%;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 50px auto 30px;
  color: #088153;
}

.waku .q img {
  width: 26px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.waku .a {
  width: 90%;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 30px auto 50px;
}

.waku .a.mgb {
  margin-bottom: 30px;
}

.waku .box {
  width: 90%;
  margin: 0 auto 50px;
}

.waku .box span {
  line-height: 2;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 20px;
  background-color: #E7F2E5;
  border-radius: 15px;
}

.waku .img {
  display: flex;
  align-items: center;
}

.waku .img img {
  margin: 0 auto 30px;
}

.waku .img img.fst {
  margin: 0 30px 30px auto;
}

.waku .img img.sec {
  margin: 0 auto 30px 30px;
}

.waku .img.card {
  width: 80%;
  margin: 0 auto;
}

.waku .img.cardmgb {
  margin: 0 auto 30px;
}

@media screen and (max-width: 930px) {
  .waku:before {
    top: -30px;
    left: 30px;
  }
  .waku:after {
    top: -24px;
    left: 30px;
  }
  .waku.right:before {
    left: auto;
    right: 30px;
  }
  .waku.right:after {
    left: auto;
    right: 30px;
  }
  .waku.mgt {
    margin-top: 50px;
  }
  .waku .q {
    font-size: 20px;
  }
  .waku .q img {
    width: 20px;
    height: auto;
  }
  .waku .box span {
    font-size: 12px;
  }
  .waku .img img {
    max-width: 80%;
  }
  .waku .img img.fst {
    max-width: 40%;
    margin: 0 10px 30px auto;
  }
  .waku .img img.sec {
    max-width: 40%;
    margin: 0 auto 30px 10px;
  }
  .waku .img.card {
    width: 90%;
  }
  .waku .img.card img {
    max-width: 15%;
  }
  .waku .img.card img.cardimg01 {
    max-width: 11%;
  }
  .waku .img.card img.cardimg02 {
    max-width: 12%;
  }
}

table {
  width: 100%;
  margin-top: 75px;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td {
  width: 600px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 40px 0;
  vertical-align: middle;
  border-bottom: solid 1px #707070;
}

table tr td:first-child {
  width: 300px;
}

table tr td.top {
  vertical-align: top;
}

table tr td .googlemap {
  margin-top: 10px;
}

@media screen and (max-width: 1250px) {
  .container {
    width: 80%;
  }
  .container.w65 {
    width: 65%;
  }
  table tr td {
    width: 33vw;
  }
  table tr td:first-child {
    width: 200px;
  }
}

@media screen and (max-width: 930px) {
  .container {
    width: 90%;
  }
  .container.w65 {
    width: 90%;
  }
  table {
    margin-top: 30px;
    display: block;
  }
  table tbody {
    display: block;
  }
  table tr {
    display: block;
  }
  table tr td {
    width: 100%;
    display: block;
  }
  table tr td:first-child {
    width: auto;
    border-bottom: none;
    padding: 20px 0 10px;
  }
  table tr td:last-child {
    padding: 10px 0 20px 0;
  }
}

/*# sourceMappingURL=style_faq.map */