@charset "UTF-8";

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

---------------------------------------- */
.doc-content {
  padding: 0 0 70px;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .doc-content {
    padding: 0 0 40px;
  }
}

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

---------------------------------------- */
.doc-content__head {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  min-height: 120px;
  margin-bottom: 32px;
  padding: 10px 0;
  text-align: center;
  background: #0057b8;
  color: #fff;
}
_:-ms-lang(x)::-ms-backdrop,
.doc-content__head {
  min-height: 0;
  padding: 20px 0 16px;
}
.doc-content__head__sub {
  flex-basis: 100%;
  margin: 8px auto 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
_:-ms-lang(x)::-ms-backdrop,
.doc-content__head__sub {
  margin-top: 0;
}
.doc-content__head__txt {
  flex-basis: 100%;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .doc-content__head {
    margin-bottom: 16px;
    min-height: 100px;
  }
  .doc-content__head__sub {
    font-size: 18px;
  }
  .doc-content__head__txt {
    font-size: 30px;
  }
  .doc-content__head__txt.type--sp-small {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 320px) {
  .doc-content__head__sub {
    font-size: 16px;
  }
  .doc-content__head__txt {
    font-size: 24px;
  }
  .doc-content__head__txt.type--sp-small {
    font-size: 20px;
  }
}

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

---------------------------------------- */
.doc-content__txt {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 24px auto;
}
.doc-content__txt__txt {
  font-size: 16px;
  line-height: 1.5;
}
.doc-content__txt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .doc-content__txt {
    margin: 16px auto;
  }
  .doc-content__txt__txt {
    width: auto;
  }
}
@media screen and (max-width: 320px) {
  .doc-content__txt__txt {
    font-size: 14px;
  }
}

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

---------------------------------------- */
.doc-nav {
  width: 576px; /* 58.06451% */
  border: 1px solid #aaa;
  border-radius: 8px;
  margin: 32px auto 72px;
  padding: 20px 0;
  box-sizing: border-box;
}
.doc-nav__tit {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #0057b8;
}
.doc-nav-list {
  width: 368px;
  margin-right: auto;
  margin-left: auto;
}
.doc-nav-list__item {
  margin: 10px auto;
}
.doc-nav-list__item:last-child {
  margin-bottom: 0;
}
.doc-nav-list__item__link {
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45MiIgaGVpZ2h0PSI5LjE1NyIgdmlld0JveD0iMCAwIDE1LjkyIDkuMTU3Ij4KICA8cGF0aCBpZD0i44OR44K5XzE2ODgiIGQ9Ik0zLjIuODA2aDBhMS4zMTYsMS4zMTYsMCwwLDAsMCwxLjczMWgwTDkuMTEyLDguMywzLjIsMTQuMjE3YTEuMzEzLDEuMzEzLDAsMCwwLDAsMS43MzFoMGExLjA4MiwxLjA4MiwwLDAsMCwxLjczMSwwbDYuNzc4LTYuOTIyYTEuMzE2LDEuMzE2LDAsMCwwLDAtMS43MzFoMEw0Ljc4Ni42NjJBMS4yOTMsMS4yOTMsMCwwLDAsMy4yLjgwNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2LjM4IC0yLjg3NSkgcm90YXRlKDkwKSIgZmlsbD0iIzg4OCIvPgo8L3N2Zz4K")
    no-repeat right center;
  background-size: 16px 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #262020;
  text-decoration: none !important;
  text-underline-offset: 3px;
}
.doc-nav-list__item__link.is-hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .doc-nav {
    width: 92%;
    margin-top: 20px;
    padding: 24px 4% 40px;
  }
  .doc-nav-list {
    width: auto;
  }
}
@media screen and (max-width: 320px) {
  .doc-nav__tit {
    font-size: 18px;
  }
  .doc-nav-list__item__link {
    font-size: 14px;
  }
}

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

---------------------------------------- */
.about-subtit {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.about-subtit::before,
.about-subtit::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #ccc;
}
.about-subtit::before {
  margin-right: 1em;
}
.about-subtit::after {
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .about-subtit {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

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

---------------------------------------- */
.kv-content {
}
.kv-content__pagetit {
  margin-bottom: 24px;
  background: url(/furusato/img/about/bg_pagetit_pc.jpg) no-repeat center top, url(/furusato/img/about/bg_pagetit_ptn.png) repeat-x center top;
  background-size: auto 100%;
}
.kv-content__pagetit img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.kv-content__head__sub {
  display: block;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #0057b8;
}
.kv-content__head__txt {
  display: block;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #e80000;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .kv-content__pagetit {
    margin-bottom: 16px;
    background: none;
  }
  .kv-content__head__sub {
    font-size: 20px;
  }
  .kv-content__head__txt {
    font-size: 26px;
  }
  .kv-content__head__txt .u--txt--emp {
    font-size: 32px;
  }
}
@media screen and (max-width: 320px) {
  .kv-content__head__sub {
    font-size: 18px;
  }
  .kv-content__head__txt {
    font-size: 22px;
  }
}

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

---------------------------------------- */
.kv-content__txt {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 10px auto 30px;
}
.kv-content__txt__txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
.kv-content__txt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .kv-content__txt {
    margin: 10px auto 20px;
  }
  .kv-content__txt__txt {
    width: auto;
  }
}
@media screen and (max-width: 320px) {
  .kv-content__txt__txt {
    font-size: 14px;
  }
}

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

---------------------------------------- */
.btn-primary {
  display: inline-block;
  border: 2px solid #ff7902;
  min-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 30px 24px 20px;
  border-radius: 8px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.23809;
  text-align: center;
  color: #fff;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE1NyIgaGVpZ2h0PSIxNS45MiIgdmlld0JveD0iMCAwIDkuMTU3IDE1LjkyIj4KICA8cGF0aCBpZD0i44OR44K5XzE2ODgiIGQ9Ik0zLjIuODA2aDBhMS4zMTYsMS4zMTYsMCwwLDAsMCwxLjczMWgwTDkuMTEyLDguMywzLjIsMTQuMjE3YTEuMzEzLDEuMzEzLDAsMCwwLDAsMS43MzFoMGExLjA4MiwxLjA4MiwwLDAsMCwxLjczMSwwbDYuNzc4LTYuOTIyYTEuMzE2LDEuMzE2LDAsMCwwLDAtMS43MzFoMEw0Ljc4Ni42NjJBMS4yOTMsMS4yOTMsMCwwLDAsMy4yLjgwNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjg3NSAtMC40NjEpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=")
    no-repeat right 14px center #ff7902;
  text-decoration: none !important;
  transition-property: background-color, background-image, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.btn-primary {
}
.btn-primary.is-hover {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE1NyIgaGVpZ2h0PSIxNS45MiIgdmlld0JveD0iMCAwIDkuMTU3IDE1LjkyIj4KICA8cGF0aCBpZD0i44OR44K5XzE2ODgiIGQ9Ik0zLjIuODA2aDBhMS4zMTYsMS4zMTYsMCwwLDAsMCwxLjczMWgwTDkuMTEyLDguMywzLjIsMTQuMjE3YTEuMzEzLDEuMzEzLDAsMCwwLDAsMS43MzFoMGExLjA4MiwxLjA4MiwwLDAsMCwxLjczMSwwbDYuNzc4LTYuOTIyYTEuMzE2LDEuMzE2LDAsMCwwLDAtMS43MzFoMEw0Ljc4Ni42NjJBMS4yOTMsMS4yOTMsMCwwLDAsMy4yLjgwNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjg3NSAtMC40NikiIGZpbGw9IiNmZjYyMDAiLz4KPC9zdmc+Cg==")
    no-repeat right 14px center #fff;
  color: #ff7902;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .btn-primary {
    display: block;
    min-width: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .btn-primary {
    font-size: 16px;
  }
}

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

---------------------------------------- */
.btn-secondary {
  display: inline-block;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 10px 20px;
  border: 2px solid #ff7902;
  border-radius: 8px;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.23809;
  text-align: center;
  color: #ff7902;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE1NyIgaGVpZ2h0PSIxNS45MiIgdmlld0JveD0iMCAwIDkuMTU3IDE1LjkyIj4KICA8cGF0aCBpZD0i44OR44K5XzE2ODgiIGQ9Ik0zLjIuODA2aDBhMS4zMTYsMS4zMTYsMCwwLDAsMCwxLjczMWgwTDkuMTEyLDguMywzLjIsMTQuMjE3YTEuMzEzLDEuMzEzLDAsMCwwLDAsMS43MzFoMGExLjA4MiwxLjA4MiwwLDAsMCwxLjczMSwwbDYuNzc4LTYuOTIyYTEuMzE2LDEuMzE2LDAsMCwwLDAtMS43MzFoMEw0Ljc4Ni42NjJBMS4yOTMsMS4yOTMsMCwwLDAsMy4yLjgwNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjg3NSAtMC40NikiIGZpbGw9IiNmZjYyMDAiLz4KPC9zdmc+Cg==")
    no-repeat right 14px center #fff;
  text-decoration: none !important;
  transition-property: background-color, background-image, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.btn-secondary--small {
  display: inline-block;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 10px 20px;
  border: 2px solid #ff7902;
  border-radius: 8px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.23809;
  text-align: center;
  color: #ff7902;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE1NyIgaGVpZ2h0PSIxNS45MiIgdmlld0JveD0iMCAwIDkuMTU3IDE1LjkyIj4KICA8cGF0aCBpZD0i44OR44K5XzE2ODgiIGQ9Ik0zLjIuODA2aDBhMS4zMTYsMS4zMTYsMCwwLDAsMCwxLjczMWgwTDkuMTEyLDguMywzLjIsMTQuMjE3YTEuMzEzLDEuMzEzLDAsMCwwLDAsMS43MzFoMGExLjA4MiwxLjA4MiwwLDAsMCwxLjczMSwwbDYuNzc4LTYuOTIyYTEuMzE2LDEuMzE2LDAsMCwwLDAtMS43MzFoMEw0Ljc4Ni42NjJBMS4yOTMsMS4yOTMsMCwwLDAsMy4yLjgwNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjg3NSAtMC40NikiIGZpbGw9IiNmZjYyMDAiLz4KPC9zdmc+Cg==")
    no-repeat right 14px center #fff;
  text-decoration: none !important;
  transition-property: background-color, background-image, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.btn-secondary.is-hover,
.btn-secondary--small.is-hover {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE1NyIgaGVpZ2h0PSIxNS45MiIgdmlld0JveD0iMCAwIDkuMTU3IDE1LjkyIj4KICA8cGF0aCBpZD0i44OR44K5XzE2ODgiIGQ9Ik0zLjIuODA2aDBhMS4zMTYsMS4zMTYsMCwwLDAsMCwxLjczMWgwTDkuMTEyLDguMywzLjIsMTQuMjE3YTEuMzEzLDEuMzEzLDAsMCwwLDAsMS43MzFoMGExLjA4MiwxLjA4MiwwLDAsMCwxLjczMSwwbDYuNzc4LTYuOTIyYTEuMzE2LDEuMzE2LDAsMCwwLDAtMS43MzFoMEw0Ljc4Ni42NjJBMS4yOTMsMS4yOTMsMCwwLDAsMy4yLjgwNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjg3NSAtMC40NjEpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=")
    no-repeat right 14px center #ff7902;
  color: #fff;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .btn-secondary {
    display: block;
    min-width: 0;
  }
  .btn-secondary--small {
    display: block;
    min-width: 0;
  }
}
@media screen and (max-width: 320px) {
  .btn-secondary--small {
    font-size: 14px;
  }
}

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

---------------------------------------- */
.cta-txt-btn {
  margin: 30px auto;
}
.cta-txt-btn:last-child {
  margin-bottom: 0;
}
.cta-txt-btn__txt {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.cta-txt-btn__btn {
  text-align: center;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .cta-txt-btn {
    margin: 16px auto;
  }
  .cta-txt-btn__btn {
    padding-right: 4%;
    padding-left: 4%;
  }
}

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

---------------------------------------- */
.cta-btn {
  margin: 30px auto;
  text-align: center;
}
.cta-btn:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .cta-btn {
    margin: 20px auto;
  }
}

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

---------------------------------------- */
.notelist {
}
.notelist__item {
  position: relative;
  margin-bottom: 4px;
  margin-left: 1.25em;
  font-size: 12px;
  line-height: 1.5;
}
.notelist__item:last-child {
  margin-bottom: 0;
}
.notelist__item::before {
  content: "※";
  position: absolute;
  left: -1.25em;
  top: 0;
  display: block;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}

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

---------------------------------------- */
#merit .doc-content__head {
  background: url(/furusato/img/about/bg_h_stripe_cobalt.png) repeat center top;
}

#merit .about-subtit {
  color: #15bed9;
}
#merit .about-subtit::before,
#merit .about-subtit::after {
  background: #15bed9;
}
.merticamp-box {
  max-width: 992px;
  margin: 32px auto 40px;
}
.merticamp-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .merticamp-box {
    max-width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #merit .about-subtit::before,
  #merit .about-subtit::after {
    display: none;
  }
  .merticamp-box {
    max-width: none;
    margin: 24px auto 72px;
  }
}

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

---------------------------------------- */
#system .doc-content__head {
  background: url(/furusato/img/about/bg_h_stripe_orange.png) repeat center top;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}

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

---------------------------------------- */
#howto .doc-content__head {
  background: url(/furusato/img/about/bg_h_stripe_green.png) repeat center top;
}
#howto .about-subtit {
  color: #87b952;
}
#howto .about-subtit::before,
#howto .about-subtit::after {
  background: #87b952;
}
.howto-box {
  display: block;
  margin: 24px auto 40px;
}
.howto-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}

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

---------------------------------------- */
#upperlimit .doc-content__head {
  background: url(/furusato/img/about/bg_h_stripe_blue.png) repeat center top;
}
#upperlimit .about-subtit {
  color: #3385cb;
}
#upperlimit .about-subtit::before,
#upperlimit .about-subtit::after {
  background: #3385cb;
}
.upperlimit-box {
  display: block;
  margin: 24px auto 40px;
}
.upperlimit-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}

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

---------------------------------------- */
#deduction .doc-content__head {
  background: url(/furusato/img/about/bg_h_stripe_purple.png) repeat center top;
}
#deduction .about-subtit {
  color: #3385cb;
}
#deduction .about-subtit::before,
#deduction .about-subtit::after {
  background: #3385cb;
}
.deduction-figure {
  margin: 24px auto 4px;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .deduction-figure {
    margin: 16px auto 16px;
  }
}

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

---------------------------------------- */
#procedure .doc-content__head {
  background: url(/furusato/img/about/bg_h_stripe_ochar.png) repeat center top;
}
#procedure .about-subtit {
  color: #cdaa4d;
}
#procedure .about-subtit::before,
#procedure .about-subtit::after {
  background: #cdaa4d;
}
.procedure-box {
  display: block;
  margin: 24px auto 40px;
}
.procedure-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}

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

---------------------------------------- */
#more .doc-content__head {
  background: url(/furusato/img/about/bg_h_stripe_navy.png) repeat center top;
}
#more .about-subtit {
  color: #5b709f;
}
#more .about-subtit::before,
#more .about-subtit::after {
  background: #5b709f;
}
.more-box {
  display: block;
  margin: 24px auto 40px;
}
.more-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}

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

---------------------------------------- */
.meritcamp-head {
  padding: 22px 16px 16px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #15bed9;
  color: #fff;
}
.meritlist {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 32px auto 32px;
}
.meritlist__item {
  flex-basis: 32%;
  max-width: 32%;
  border: 2px solid #15bed9;
  border-radius: 8px;
  padding: 24px 24px;
  background: #fff;
}
.meritlist-head__icn {
  display: block;
  margin-bottom: 18px;
}
.meritlist-head__icn img {
  margin: 0 auto;
}
.meritlist-head__txt {
  display: block;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #15bed9;
}
.meritlist-txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .meritlist__item {
    flex-basis: 100%;
    max-width: none;
    padding: 16px 8% 20px;
  }
  .meritlist__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .meritlist-head__icn {
  }
  .meritlist-head__icn img {
    width: 96px;
    height: 80px;
  }
  .meritlist-head__txt {
    margin-bottom: 10px;
  }
  .meritcamp-head {
    padding: 16px 4% 16px;
    font-size: 26px;
    line-height: 1.25;
  }
}

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

---------------------------------------- */
.agtlist {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin: 24px auto 40px;
}
.agtlist__item {
  position: relative;
  flex-basis: 32%;
  max-width: 32%;
  display: flex;
  flex-direction: column;
  padding: 48px 20px 20px;
  border: 2px solid #87b952;
  border-radius: 8px;
  background: #fff;
}
.agtlist__item::before {
  content: "ここがポイント！";
  display: block;
  position: absolute;
  border-radius: 0 20px 20px 0;
  width: 8.5em;
  height: 1.8em;
  left: 0;
  right: auto;
  top: 18px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #fff;
  background: url(/furusato/img/about/icn_agtpoint.svg) no-repeat 20px center #ffa800;
  background-size: 14px;
}
.agtlist-tit {
  flex-grow: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.agtlist-img {
  flex-grow: 0;
  text-align: center;
}
.agtlist-img img {
  max-width: 205px;
  margin: 0 auto;
}
.agtlist-txt {
  flex-grow: 1;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
}
.agtlist-btn {
  flex-grow: 0;
}
.agtlist-btn__btn {
  display: block;
  border-radius: 8px;
  border: 2px solid #87b952;
  padding: 12px 8px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  background: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSIxMXB4Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDI1NSwgMjU1LCAyNTUpIgogZD0iTTAuNDY4LDAuNDg3IEw1LjQ4MSw1LjUwMCBMMC40NjgsMTAuNTEyICIvPgo8L3N2Zz4=")
    no-repeat right 4% center #87b952;
  color: #fff;
  transition: background-color 0.2s ease-in;
}
.agtlist-btn__btn.is-hover {
  background: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjZweCIgaGVpZ2h0PSIxMXB4Ij4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDEzNSwgMTg1LCA4MikiCiBkPSJNMC40NjgsMC40ODcgTDUuNDgxLDUuNTAwIEwwLjQ2OCwxMC41MTIgIi8+Cjwvc3ZnPg==")
    no-repeat right 4% center #fff;
  color: #87b952;
}
@media screen and (max-width: 991px) {
  .agtlist__item {
    flex-basis: 49%;
  }
  .agtlist-img img {
    max-width: 100%;
  }
  .agtlist-btn__btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .agtlist {
    margin: 24px auto;
  }
  .agtlist__item {
    flex-basis: 100%;
    max-width: none;
    padding-bottom: 16px;
  }
  .agtlist__item::before {
    width: 8.25em;
    height: 1.7em;
    padding-left: 36px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
  }
  .agtlist-tit {
    margin-bottom: 10px;
  }
  .agtlist-txt {
    margin-bottom: 10px;
  }
  .agtlist-img {
    margin-bottom: 10px;
  }
  .agtlist-img img {
    max-width: 210px;
  }
  .agtlist-btn__btn {
    padding: 10px 4% 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .agtlist-btn__btn {
    font-size: 13px;
  }
}

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

---------------------------------------- */
.caselist {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 22px auto 32px;
  counter-reset: caselist-num;
}
.caselist:last-child {
  margin-bottom: 0;
}
.caselist__item {
  position: relative;
  flex-basis: 49%;
  max-width: 49%;
  border: 2px solid #3385cb;
  border-radius: 8px;
  margin: 10px 0;
  padding: 22px 20px 30px;
  background: #fff;
}
.caselist__item::before {
  counter-increment: caselist-num;
  content: "ケース " counter(caselist-num);
  display: block;
  position: absolute;
  border-radius: 0 20px 20px 0;
  width: 5.5em;
  height: 1.75em;
  left: 0;
  right: auto;
  top: 18px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  color: #fff;
  background: #3385cb;
}
.caselist-tit {
  margin-bottom: 20px;
  padding-left: 5em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #307fc8;
}
.caselist-box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.caselist-box__img {
  flex-basis: 80px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 20px;
}
.caselist-box__img img {
  display: block;
}
.caselist-box__img img:not(:last-child) {
  margin-bottom: 10px;
}

.condlist {
  margin-bottom: 17px;
  padding: 11px 0 21px;
  border-bottom: 1px dashed #999;
}
.condlist__income {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #333;
}
.condlist__limit {
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #e60012;
}
.condlist__limit-num {
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .caselist__item {
    flex-basis: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .caselist__item {
    margin: 0 0 10px;
    padding: 20px 4% 16px;
  }
  .caselist__item:last-child {
    margin-bottom: 0;
  }
  .caselist__item::before {
    width: 5em;
  }
  .caselist-tit {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.25;
  }
  .caselist-box {
    flex-wrap: wrap;
  }
  .caselist-box__img {
    flex-basis: 100%;
    max-width: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 0;
  }
  .caselist-box__img img {
    max-width: 80px;
  }
  .caselist-box__img img:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .condlist {
    margin-bottom: 12px;
    padding-bottom: 15px;
    text-align: center;
  }
}

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

---------------------------------------- */
.gensenbox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  margin: 4px auto 24px;
}
.gensenbox__img {
  display: block;
  flex-basis: 50%;
}
.gensenbox__img img {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.gbtnModalOpen.is-hover img {
  opacity: 0.7;
}
.gbtnModalOpen {
  cursor: pointer;
}
.gensenbox__txt {
  flex-basis: 47%;
  margin-top: 40px;
}
.modelexp {
  margin: 40px auto 40px;
  padding: 36px 40px 30px;
  border-radius: 8px;
  background: #fcf8d1;
}
.modelexp:last-child {
  margin-bottom: 0;
}
.modelexp-tit {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #d65fa6;
}
.modelexp-box {
  border-radius: 8px;
  padding: 16px 40px 16px;
  background: #fff;
}
.modelexp-box:not(:last-of-type) {
  margin-bottom: 20px;
}
.modelexp-box__tit {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #d65fa6;
}
.modelexp-cond {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 24px auto 24px;
}
.modelexp-cond__img {
  flex-basis: 140px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 20px;
}
.modelexp-condlist {
}
.modelexp-condlist__item {
  padding-left: 28px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  background: url(/furusato/img/about/icn_modelexp_pc.png) no-repeat left center;
}
.modelexp-box__bdrtxt {
  border: 2px solid #d65fa6;
  padding: 14px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background: #ffe9f6;
}
.modelexp-box__txt {
  margin: 8px auto;
  font-size: 14px;
}
.modelexp-box__txt:last-child {
  margin-bottom: 0;
}
.modelexp-box__bdrtxt + .modelexp-box__bdrtxt {
  margin-top: 10px;
}
.modelexp__note {
  margin-top: 16px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .gensenbox {
    flex-wrap: wrap;
    margin: 16px auto 16px;
  }
  .gensenbox__img {
    flex-basis: 100%;
    margin-top: 10px;
  }
  .gensenbox__txt {
    flex-basis: 100%;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .modelexp {
    margin: 0 auto 40px;
    padding: 24px 4% 24px;
  }
  .modelexp-tit {
    margin-bottom: 4px;
    font-size: 18px;
  }
  .modelexp-cond {
    flex-wrap: wrap;
    margin: 12px auto;
  }
  .modelexp-cond__img {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .modelexp-cond__img img {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }
  .modelexp-condlist {
    flex-basis: 15em;
  }
  .modelexp-condlist__item {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.5;
    background-position: left 4px;
  }
  .modelexp-condlist__item:last-child {
    margin-bottom: 0;
  }
  .modelexp-box {
    padding: 16px 4%;
  }
  .modelexp-box:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .modelexp-box__tit {
    font-size: 18px;
  }
  .modelexp-box__bdrtxt {
    padding: 10px 4px;
    font-size: 14px;
  }
  .modelexp-box__txt {
    font-size: 12px;
  }
}

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

---------------------------------------- */
.steplist {
}
.steplist__item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  border: 2px solid #87b952;
  border-radius: 8px;
  background: #fff;
}
.steplist__item:not(:last-child) {
  margin-bottom: 20px;
}
.steplist-tit {
  flex-basis: 314px;
  max-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  text-align: center;
  background: #87b952;
  color: #fff;
}
.steplist-tit__step {
  display: block;
  border-radius: 24px;
  margin-bottom: 10px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  background: #fff;
  color: #87b952;
}
.steplist-tit__txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.steplist-txt {
  flex-basis: 674px;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 20px;
}
.steplist-txt__txt {
  max-width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.steplist-txt__link {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.steplist-txt__link.is-hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .steplist__item {
    flex-wrap: wrap;
  }
  .steplist__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .steplist-tit {
    flex-basis: 100%;
    padding: 15px 0 8px;
  }
  .steplist-tit__step {
    margin-bottom: 5px;
  }
  .steplist-txt {
    flex-basis: 100%;
    padding: 15px 4%;
  }
}

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

---------------------------------------- */
.slidelist {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
.slidelist__item {
  flex-basis: 233px;
}
.slidelist__item:not(:last-child) {
  margin-right: 20px;
}
.slidelist-link {
  display: block;
  text-decoration: none;
  color: #333;
}
.slidelist-img {
  border: 1px solid #d7d7d7;
  margin-bottom: 8px;
}
.slidelist-img img {
  margin: 0 auto;
  transition: opacity 0.2s ease-in;
}
.slidelist-link.is-hover .slidelist-img img {
  opacity: 0.7;
}
.slidelist-txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .slidelist {
    padding: 20px 0 16px;
    background: #eee;
  }
  .slidelist__item {
    padding-left: 8%;
    padding-right: 8%;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 48px;
  }
  .slick-prev,
  .slick-next {
    bottom: -40px;
  }
  .slick-prev {
    left: 8%;
  }
  .slick-next {
    right: 8%;
  }
  .slick-dots {
    bottom: -34px;
  }
}

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

---------------------------------------- */
.qa {
  margin: 30px auto;
}
.qa:last-child {
  margin-bottom: 0;
}
.qa__q {
  position: relative;
  margin-bottom: 14px;
  padding-left: 2.25em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #5b709f;
}
.qa__q::before {
  content: "Q. ";
  position: absolute;
  top: -0.225em;
  left: 0;
  width: 2em;
  height: 1em;
  font-size: 20px;
}
.qa__a {
  position: relative;
  border-bottom: 2px dotted #999;
  margin-bottom: 20px;
  padding-left: 2.25em;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.qa__a:last-of-type {
  margin-bottom: 0;
}
.qa__a::before {
  content: "A. ";
  position: absolute;
  top: -0.225em;
  left: 0;
  width: 2em;
  height: 1em;
  font-size: 20px;
  font-weight: bold;
  color: #f17fa4;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}

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

---------------------------------------- */
.deducation-table-wrap {
  position: relative;
  margin: 24px auto 16px;
  background: #ccc;
}
.deducation-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
}
.theader-income {
  padding: 5px 0;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  background: #307fc8;
  color: #fff;
}
.theader-family {
  padding: 5px 0;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  background: #bde2f4;
  color: #333;
}
.theader-familystr {
  padding: 7px 0;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  background: #eee;
  color: #333;
}
.theader-familystr__sub {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.deducation-table__th,
.deducation-table td {
  padding: 5px 0 5px;
  border: 1px solid #ccc;
  text-align: center;
}
.deducation-table__th {
  background: #bde2f4;
}
.deducation-table td {
  background: #fff;
}
.deducation-tablenote {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .deducation-table-wrap {
    border-right: 1px solid #ddd;
    margin-bottom: 8px;
    overflow-x: scroll;
  }
  .deducation-table {
    width: 1040px;
  }
  .theader-income {
    position: sticky;
    top: 0;
    left: 0;
    font-size: 14px;
  }
  .theader-familystr {
    font-size: 14px;
  }
  .theader-familystr__sub {
    font-size: 12px;
  }
  .deducation-table__th {
    position: sticky;
    left: 0;
    top: 0;
  }
}

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

---------------------------------------- */
.gensenModalArea {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 300;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background: rgba(0, 0, 0, 0.7);
}
.gensenModalArea.is-show {
  visibility: visible;
  opacity: 1;
}
.gensenModal {
}
.gbtnModalClose {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  background: url(/furusato/img/icn/icn_modal_close.svg) no-repeat center center;
  background-size: 20px 20px;
  color: #fff;
}
.gensenModalArea__inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 92%;
  height: 100%;
  margin: auto;
}
.gensenModal-scroll {
  overflow: scroll;
}
.gensenModal-scroll__inner {
  width: 1000px;
  max-height: 80vh;
  margin: auto;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}

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

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

@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
