@charset "UTF-8";
/*--------------------------------------------------------------------
  page__fv
--------------------------------------------------------------------*/
.page__fv {
  width: 100%;
}
.page__fv--ui {
  background: url(../img/kansai/new/main_image.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page__fv--ui {
    background: url(../img/kansai/new/sp/main_image.png) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .page__fv__inner {
    justify-content: initial !important;
  }
}
@media screen and (max-width: 768px) {
  .page__fv__inner h2 {
    text-align: left;
    padding-left: 20px;
  }
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

/*--------------------------------------------------------------------
  area__qa
--------------------------------------------------------------------*/
.area__qa {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .area__qa {
    padding: 0 10px;
    width: 100%;
    display: block;
  }
}
.area__qa__wrapper {
  padding: 80px 0;
}
.area__qa__list {
  margin-top: 8px;
  /*background: #f7f7f7;*/
  /*padding: 0 35px;*/
  padding: 0 5px;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .area__qa__list {
    padding: 0 10px;
    width: 100%;
  }
}
.area__qa__list:first-of-type {
  /*margin-top: 35px;*/
  width: 33%;
}
@media screen and (max-width: 768px) {
  .area__qa__list:first-of-type {
    width: 100%;
  }
}
.area__qa__list li {
  /*padding: 32px 50px;*/
  padding: 2px 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area__qa__list li {
    /*padding: 30px 40px 30px 40px;*/
    padding: 10px 5px;
  }
}
.area__qa__list li.question {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #218c5b;
}
.area__qa__list li.question.active {
  color: #218c5b;
}
.area__qa__list li.question:hover {
  cursor: pointer;
}
.area__qa__list li.question::before {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .area__qa__list li.question::before {
    /*width: 30px;
    height: 30px;
    font-size: 1.8rem;*/
  }
}
.area__qa__list li.question::after {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: rotate(90deg);
  transition: all .2s ease-in-out;
}
.area__qa__list li.question.active::after {
  transition: all .2s ease-in-out;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #218c5b;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: rotate(-180deg);
}
.area__qa__list li.answer {
  font-size: 1.6rem;
  line-height: 1.8;
  /*border-top: 2px solid #f7f7f7;*/
  display: none;
  padding: 20px 5px;
}
.area__qa__list li.answer > .red {
  color: #ea333e;
}

/*--------------------------------------------------------------------
  area__support
--------------------------------------------------------------------*/
.area__support {
  padding: 64px 0;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .area__support {
    padding: 40px 0;
  }
}
.area__support h2 {
  margin-bottom: 25px;
}
.area__support__image__list {
  width: 100%;
  display: flex;
  background: #fff;
  /*padding: 8px;*/
  padding: 20px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area__support__image__list {
    justify-content: space-between;
    display: block;
    padding: 20px 20px 0;
  }
}
.area__support__image__list__wrapper {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .area__support__image__list__wrapper {
    margin-top: 40px;
  }
}
.area__support__image__list__text {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .area__support__image__list__text {
    width: 100%;
  }
}
.area__support__image__list__text__border {
  font-size: 1.6rem;
  padding: 15px 0px 10px;
  display: flex;
  align-items: center;
}
.area__support__image__list__text__border::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
}
.area__support__image__list__text__border::after {
  margin-left: .4em;
  background: #333333;
}
.area__support__image__list__text__sub01 {
  display: flex;
  flex-flow: wrap;
  line-height: 2;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area__support__image__list__text__sub01 {
    margin-bottom: 20px;
  }
}
.area__support__image__list__text__sub01 li {
  width: 38%;
  font-size: 1.6rem;
  position: relative;
  padding-left: 10px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W5",sans-serif;
}
@media screen and (max-width: 768px) {
  .area__support__image__list__text__sub01 li {
    width: 100%;
    font-size: 1.4rem;
  }
}
.area__support__image__list__text__sub01 li::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  background: #218c5b;
  border-radius: 50%;
  left: 0;
  top: 17px;
  margin-top: -4px;
}
.area__support__image__list__title p {
  font-size: 2.4rem;
  color: #6d4f4f;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W5",sans-serif;
}
@media screen and (max-width: 768px) {
  .area__support__image__list__title p {
    font-size: 1.7rem;
  }
}
.area__support__image__list__icon {
  width: 23%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 8px;
  position: absolute;
  right: 53px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .area__support__image__list__icon {
    text-align: center;
    position: inherit;
    width: 100%;
    right: 0;
    display: block;
  }
}

/*--------------------------------------------------------------------
  area__owner
--------------------------------------------------------------------*/
.area__owner {
  margin: 40px 0 60px;
}
.area__owner__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .area__owner__list {
    flex-flow: column;
    margin-top: 16px;
  }
}
.area__owner__list li {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .area__owner__list li {
    width: 100%;
  }
}
.area__owner__list li a {
  text-decoration: none;
}
.area__owner__list li:hover {
  opacity: 0.7;
  transition: all .2s ease-in-out;
}
.area__owner__list__title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W5",sans-serif;
}
@media screen and (max-width: 768px) {
  .area__owner__list__title {
    font-size: 1.8rem;
  }
}
.area__owner__list__text {
  font-size: 1.6rem;
  margin-top: 16px;
  color: #218c5b;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .area__owner__list__text {
    margin: 5px 0 10px;
  }
}
.area__owner__list__content {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .area__owner__list__content {
    padding: 16px;
  }
}
.area__owner__list__tmb {
  text-align: center;
}
.area__owner__list__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn__green_m {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  max-width: 410px;
  height: 64px;
  display: flex;
  align-items: center;
  border: 2px solid #218c5b;
  background: #218c5b;
  color: #fff;
  border-radius: 40px;
}

.btn__green_m::after {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

/*--------------------------------------------------------------------
  area__check
--------------------------------------------------------------------*/
.area__check {
  padding: 62px 0 72px;
  background: #e7f0ec;
}
@media screen and (max-width: 768px) {
  .area__check {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .area__check h2 {
    font-size: 2.5rem;
  }
}
.area__check__image {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .area__check__image {
    padding-bottom: 20px;
  }
}
.area__check__image a:hover {
  opacity: 0.8;
  transition: all .2s ease-in-out;
}
.area__check__list {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .area__check__list {
    flex-flow: column;
    margin-top: 8px;
  }
}
.area__check__list li {
  width: 31.5%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .area__check__list li {
    width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: center;
  }
}
.area__check__list__title {
  text-align: center;
  padding: 16px;
  font-size: 2.4rem;
  color: #218c5b;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W5",sans-serif;
}
@media screen and (max-width: 768px) {
  .area__check__list__title {
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  .area__check__list__title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .area__check__list__tmb {
    width: 50%;
  }
}
.area__check__btn_area {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}
.area__check__btn_area li {
  width: 50%;
  max-width: 384px;
  margin: 8px;
}
@media screen and (max-width: 768px) {
  .area__check__btn_area li {
    width: 100%;
  }
}
.area__check__btn_area a {
  max-width: 100%;
}

/*--------------------------------------------------------------------
  area__municipality
--------------------------------------------------------------------*/
.area__municipality__list li {
  width: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .area__municipality__list li {
    margin-top: 16px;
    width: 100%;
    padding: 30px 25px;
  }
}
.area__municipality__list li h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W5",sans-serif;
}
.area__municipality__list__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .area__municipality__list__title {
    font-size: 1.8rem;
  }
}
.area__municipality__list__link {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .area__municipality__list__link {
    text-align: left;
    display: flex;
    flex-flow: wrap;
  }
}
.area__municipality__list__link a {
  position: relative;
  width: 50%;
  font-size: 1.6rem;
  color: #218c5b;
  /*text-decoration: underline;*/
  margin-top: 20px;
  padding-left: 18px;
  margin-left: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .area__municipality__list__link a {
    margin: 0 15px 0 0;
    line-height: 2;
    width: auto;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .area__municipality__list__link a {
    font-size: 1.6rem;
  }
}
.area__municipality__list__link a::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 3px #218c5b;
  border-right: solid 3px #218c5b;
  transform: rotate(45deg);
  left: 5px;
  top: 9px;
  margin-top: -4px;
}
@media screen and (max-width: 375px) {
  .area__municipality__list__link a::before {
    top: 17px;
  }
}
.area__municipality__list__link a:hover {
  opacity: 0.8;
  transition: all .2s ease-in-out;
}
.area__municipality__list__link span {
  text-decoration: underline;
}

/*--------------------------------------------------------------------
  area__backup
--------------------------------------------------------------------*/
.area__backup {
  padding: 64px 0;
  /*  list-a  */
  /*  list-a  end */
  /*  list-b  */
  /*  list-b  end */
}
@media screen and (max-width: 768px) {
  .area__backup {
    padding: 40px 0;
  }
}
.area__backup__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .area__backup__list {
    display: block;
  }
}
.area__backup__list--type {
  justify-content: center;
}
.area__backup__list li {
  width: 40%;
  padding: 32px;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .area__backup__list li {
    padding: 16px 32px;
    width: 100%;
  }
}
.area__backup__list__tmb {
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 184px;
  margin: 0 auto;
}
.area__backup__list__title {
  font-size: 2.4rem;
  color: #6d4f4f;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W5",sans-serif;
}
@media screen and (max-width: 768px) {
  .area__backup__list__title {
    font-size: 1.8rem;
  }
}
.area__backup__list__text {
  font-size: 1.6rem;
  margin-top: 24px;
}
.area__backup__list-a {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .area__backup__list-a {
    display: block;
  }
}
.area__backup__list-a--type {
  justify-content: center;
}
.area__backup__list-a li {
  width: 30%;
  padding: 32px;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .area__backup__list-a li {
    /*padding: 16px 32px;*/
    width: 100%;
    display: flex;
    flex-flow: wrap;
    padding: 5px 0;
    border-top: 1px solid #e6e6e6;
  }
}
.area__backup__list-a__tmb {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .area__backup__list-a__tmb {
    margin: 0;
  }
}
.area__backup__list-a__title {
  font-size: 2.4rem;
  color: #6d4f4f;
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W5",sans-serif;
}
@media screen and (max-width: 768px) {
  .area__backup__list-a__title {
    font-size: 1.8rem;
    margin-left: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .area__backup__list-a__title {
    font-size: 1.5rem;
  }
}
.area__backup__list-a__title span {
  font-size: 1.4rem;
}
.area__backup__list-a__text {
  font-size: 1.6rem;
  margin-top: 24px;
}
.area__backup__list-b {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .area__backup__list-b {
    display: block;
  }
}
.area__backup__list-b--type {
  justify-content: center;
}
.area__backup__list-b li {
  width: 30%;
  padding: 32px;
  flex-flow: column;
  align-items: center;
  /*&:last-child{
    @media screen and (max-width: 768px){
      border-bottom: 1px solid #e6e6e6;
    }
  }*/
}
@media screen and (max-width: 768px) {
  .area__backup__list-b li {
    /*padding: 16px 32px;*/
    width: 100%;
    display: flex;
    flex-flow: wrap;
    padding: 5px 0;
    border-top: 1px solid #e6e6e6;
  }
}
.area__backup__list-b__tmb {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .area__backup__list-b__tmb {
    margin: 0;
  }
}
.area__backup__list-b__title {
  font-size: 2.4rem;
  color: #6d4f4f;
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W5",sans-serif;
}
@media screen and (max-width: 768px) {
  .area__backup__list-b__title {
    font-size: 1.8rem;
    margin-left: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .area__backup__list-b__title {
    font-size: 1.5rem;
  }
}
.area__backup__list-b__title span {
  font-size: 1.4rem;
}
.area__backup__list-b__text {
  font-size: 1.6rem;
  margin-top: 24px;
}

/*# sourceMappingURL=kansai.css.map */
