.kv_img {
  background-image: url(/kokubunken/index/img/kv.jpg);
}

.kokubunken_area {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .kokubunken_area {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lead {
    padding: 0 5%;
  }
}
.kokubunken_area .lead h2 {
  font-size: 32px;
  color: #009966;
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lead h2 {
    font-size: 20px;
  }
}
.kokubunken_area .lead h2 span {
  font-size: 12px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lead h2 span {
    font-size: 16px;
  }
}
.kokubunken_area .lead p {
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lead p {
    margin-top: 15px;
    font-size: 14px;
  }
}
.kokubunken_area button {
  width: 320px;
  height: 45px;
  margin: 50px auto 0;
  cursor: pointer;
  background: url(/common/img/more_plus.svg) right 15px center no-repeat #369399;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kokubunken_area button {
    width: 300px;
    height: 40px;
    margin-top: 25px;
    font-size: 14px;
  }
}
.kokubunken_area .lower_links {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lower_links {
    display: block;
    margin: 40px auto 0;
    padding: 0 5%;
  }
}
.kokubunken_area .lower_links > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lower_links > ul {
    display: block;
  }
}
.kokubunken_area .lower_links > ul > li {
  width: 500px;
  background: #f9faf4;
  padding: 50px 45px 0;
}
@media screen and (min-width: 768px) {
  .kokubunken_area .lower_links > ul > li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lower_links > ul > li {
    width: 100%;
    height: auto;
    padding: 30px 4%;
  }
  .kokubunken_area .lower_links > ul > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.kokubunken_area .lower_links > ul > li .icon {
  text-align: center;
  margin: 0 auto 15px;
  width: 90px;
  min-height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lower_links > ul > li .icon {
    margin: 0 auto 15px;
  }
}
.kokubunken_area .lower_links > ul > li p.ttl {
  margin-top: 30px;
  text-align: center;
  color: #009966;
  font-size: 28px;
  line-height: 1.4;
  height: 2.8em;
  box-sizing: content-box;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lower_links > ul > li p.ttl {
    height: auto;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.kokubunken_area .lower_links > ul > li p.ttl span {
  display: block;
  font-size: 19px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lower_links > ul > li p.ttl span {
    font-size: 16px;
  }
}
.kokubunken_area .lower_links > ul > li p.ttl:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #777;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lower_links > ul > li p.ttl:after {
    bottom: -20px;
  }
}
.kokubunken_area .lower_links > ul > li p.txt {
  font-size: 16px;
  margin-bottom: 35px;
  min-height: 75px;
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lower_links > ul > li p.txt {
    font-size: 14px;
    margin-bottom: 20px;
    min-height: auto;
  }
}
.kokubunken_area .lower_links > ul > li a {
  width: 240px;
  height: 45px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: url(/common/img/icn_arw_r_white.png) no-repeat right 12px center #009966;
  transition: background-position 0.1s linear, opacity 0.3s ease-out;
}
.kokubunken_area .lower_links > ul > li a:hover {
  background-position: right 8px center;
}
@media screen and (max-width: 768px) {
  .kokubunken_area .lower_links > ul > li a {
    width: 200px;
    height: 40px;
    font-size: 14px;
    margin-bottom: 0;
  }
}
.kokubunken_area .anc_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .kokubunken_area .anc_wrap {
    overflow: auto;
    margin-bottom: 30px;
  }
}
.kokubunken_area ul.anc {
  width: 100%;
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .kokubunken_area ul.anc {
    width: 863px;
    margin-top: 40px;
    background-color: #f0f0f0;
    padding: 15px;
    position: relative;
    border: none;
  }
  .kokubunken_area ul.anc:before {
    content: "";
    position: absolute;
    top: 31px;
    left: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(-135deg);
  }
  .kokubunken_area ul.anc:after {
    content: "";
    position: absolute;
    top: 31px;
    right: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(45deg);
  }
}
.kokubunken_area ul.anc li {
  margin-right: 10px;
}
.kokubunken_area ul.anc li:last-child {
  margin-right: 0;
}
.kokubunken_area ul.anc li a {
  width: 252px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  font-size: 16px;
  color: #ffffff;
  background: url(/kokubunken/index/img/icn_right.svg) no-repeat right 9px center #009966;
  border: 1px solid #009966;
  transition: background-image 0.2s, background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .kokubunken_area ul.anc li a {
    width: 200px;
    font-size: 14px;
    height: 40px;
    background: url(/kokubunken/index/img/icn_right.svg) no-repeat right 9px top 11px #009966;
  }
}
.kokubunken_area ul.anc li a:hover {
  background: url(/kokubunken/index/img/icn_right_o.svg) no-repeat right 9px center #ffffff;
  border: 1px solid #009966;
  color: #009966;
  transition: background-image 0.2s, background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .kokubunken_area ul.anc li a:hover {
    background: url(/kokubunken/index/img/icn_right_o.svg) no-repeat right 9px top 11px #ffffff;
  }
}
.kokubunken_area a.btn {
  color: #009966;
  border: 2px solid #009966;
  background-color: #ffffff;
  margin: 60px auto 30px;
  font-size: 32px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  background-color: #009966;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .kokubunken_area a.btn {
    margin: 40px auto 20px;
    font-size: 20px;
    height: 50px;
    width: 90%;
  }
}
.kokubunken_area a.btn span {
  position: relative;
}
.kokubunken_area a.btn span:before {
  content: "";
  background: url(/kokubunken/index/img/icn_btn.svg) no-repeat center center;
  width: 35px;
  height: 45px;
  position: absolute;
  top: calc(50% - 22px);
  left: -70px;
}
@media screen and (max-width: 768px) {
  .kokubunken_area a.btn span:before {
    width: 25px;
    height: 45px;
    left: -40px;
    background-size: 25px;
  }
}
.kokubunken_area a.btn:after {
  content: "";
  width: 41px;
  height: 41px;
  position: absolute;
  top: calc(50% - 20px);
  right: 21px;
  background: url(/kokubunken/index/img/btn_right.svg) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .kokubunken_area a.btn:after {
    width: 25px;
    height: 25px;
    top: calc(50% - 12px);
    right: 15px;
    background-size: 25px;
  }
}/*# sourceMappingURL=layout.css.map */