/* Scss Document */
.btn-img {
  display: block;
  width: 350px;
  height: 65px;
  line-height: 65px;
  font-size: 23px;
  padding-right: 65px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: url(../img/index/btn.png) no-repeat;
}

.btn-img-white {
  background: url(../img/index/btn_white.png) no-repeat;
}

.btn-img:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a {
    padding-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-img {
    width: 100%;
    height: 13vw;
    line-height: 13vw;
    font-size: 4.5vw;
    padding-right: 10%;
    background-size: 100%;
  }
}

#lead {
  padding: 0 0 103px;
}

#lead h1 {
  padding: 26px 0 61px 23px;
  font-size: 15px;
  line-height: 24px;
  color: #696969;
  letter-spacing: 0;
}

#lead .wrap .list-btn li {
  margin: 0 30px;
}

@media only screen and (max-width: 767px) {
  #lead {
    padding: 0 0 10vw;
  }
  #lead h1 {
    padding: 4vw 4% 10vw;
  }
  #lead .wrap .list-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #lead .wrap .list-btn li {
    margin: 5vw 0;
  }
}

#rss {
  margin-bottom: 153px;
}

#rss .wrap .rss-flex .left {
  width: 282px;
  position: relative;
  left: -7px;
}

#rss .wrap .rss-flex .left .button {
  display: inline-block;
}

#rss .wrap .rss-flex .left .button a {
  display: block;
  line-height: 24.98px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  border-radius: 14px;
  width: 106px;
  height: 28px;
  text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #rss .wrap .rss-flex .left .button a {
    padding-top: 2px;
  }
}

#rss .wrap .rss-flex .left .button a:hover {
  opacity: 0.8;
}

#rss .wrap .rss-flex .rss-container {
  width: calc(100% - 282px);
}

#rss .wrap .rss-flex .rss-container dl {
  border-bottom: 1px solid #cdcdcd;
  line-height: 24.98px;
}

#rss .wrap .rss-flex .rss-container dl:first-child {
  border-top: 1px solid #cdcdcd;
}

#rss .wrap .rss-flex .rss-container dl dt {
  padding: 20px 0;
  width: 160px;
  border-right: 1px dashed #cdcdcd;
}

#rss .wrap .rss-flex .rss-container dl dd {
  padding: 20px 0;
  width: calc(100% - 160px);
  padding-left: 32px;
}

#rss .wrap .rss-flex .rss-container dl dd .rss-more {
  min-width: 70px;
  text-align: center;
}

#rss .wrap .rss-flex .rss-tlt {
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  #rss {
    margin-bottom: 30vw;
  }
  #rss .wrap .rss-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #rss .wrap .rss-flex .left {
    width: auto;
    position: static;
    margin-bottom: 7vw;
  }
  #rss .wrap .rss-flex .left .rss-tlt {
    margin-bottom: 2vw;
  }
  #rss .wrap .rss-flex .rss-container {
    width: 100%;
  }
  #rss .wrap .rss-flex .rss-container dl {
    line-height: 24.98px;
    margin: 0 -3%;
  }
  #rss .wrap .rss-flex .rss-container dl dt {
    padding: 2.2vw 2%;
    width: 30%;
  }
  #rss .wrap .rss-flex .rss-container dl dd {
    padding: 2vw 2%;
    width: 70%;
  }
  #rss .wrap .rss-flex .rss-container dl dd .rss-more {
    min-width: 10%;
  }
  #rss .wrap .rss-flex .rss-tlt {
    margin-bottom: 23px;
  }
}

#sec1 {
  background: url(../img/index/sec1_deco2.png) no-repeat top right, url(../img/index/sec1_deco3.png) no-repeat bottom 47px right;
  position: relative;
}

#sec1::before {
  content: "";
  position: absolute;
  width: 901px;
  height: 858px;
  top: -519px;
  left: 0;
  z-index: -1;
  background: url(../img/index/sec1_deco1.png) no-repeat;
}

#sec1 .wrap .box {
  margin-bottom: 78px;
}

#sec1 .wrap .box .tlt {
  position: relative;
  top: -12px;
  margin-left: -8px;
}

#sec1 .wrap .box .photo {
  margin-left: 76px;
  margin-right: -230px;
}

#sec1 .wrap .box1 {
  position: relative;
}

#sec1 .wrap .box1-text {
  width: 50%;
  margin-left: auto;
}

#sec1 .wrap .box1-text .tlt-sm {
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
  padding: 25px 0 38px;
}

#sec1 .wrap .box1-text .text span:last-child {
  display: inline-block;
  padding: 30px 0 60px;
}

#sec1 .wrap .box1 .photo1 {
  top: 0;
  right: calc(50% + 97px);
  position: absolute;
  -webkit-box-shadow: -30px 30px #213e28;
          box-shadow: -30px 30px #213e28;
}

#sec1 .wrap .box1 .list-button {
  padding-bottom: 157px;
}

#sec1 .wrap .box1 .list-button li {
  margin: 0 30px;
}

@media only screen and (max-width: 767px) {
  #sec1 {
    background-size: 100%, 100%;
    background-position: top 84vw right, bottom 7vw center;
  }
  #sec1::before {
    width: 100%;
    height: 150vw;
    top: -74vw;
    background-size: 150%;
  }
  #sec1 .wrap .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2vw;
  }
  #sec1 .wrap .box .tlt {
    text-align: center;
    top: 0;
    margin-left: 0;
    z-index: 1;
  }
  #sec1 .wrap .box .tlt img {
    width: 40%;
  }
  #sec1 .wrap .box .photo {
    margin: 0;
    margin-top: -13.8vw;
  }
  #sec1 .wrap .box1-text {
    width: 100%;
  }
  #sec1 .wrap .box1-text .tlt-sm {
    font-size: 6vw;
    line-height: 2;
    padding: 9vw 0 4vw;
  }
  #sec1 .wrap .box1-text .text span:last-child {
    padding: 4vw 0 15vw;
  }
  #sec1 .wrap .box1 .photo1 {
    position: static;
    width: 95%;
    margin: 0 0 10vw 5%;
    -webkit-box-shadow: -4vw 4vw #213e28;
            box-shadow: -4vw 4vw #213e28;
  }
  #sec1 .wrap .box1 .list-button {
    padding-bottom: 27vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec1 .wrap .box1 .list-button li {
    margin: 5vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec1 .wrap .box1 .list-button li a {
    width: 78%;
  }
}

#sec2 {
  background: url(../img/index/sec2_deco2.png) no-repeat bottom 43px left 101px, url(../img/index/sec2_bg_overlay.png) no-repeat top 373px left;
  position: relative;
  color: white;
}

#sec2::after {
  content: "";
  position: absolute;
  top: 373px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/shared/bg1.jpg) repeat;
  z-index: -1;
}

#sec2 .wrap {
  position: relative;
}

#sec2 .wrap::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 878px;
  top: 0;
  left: 0px;
  background: #fff;
}

#sec2 .wrap > .photo {
  margin-left: 362px;
  margin-right: -362px;
}

#sec2 .wrap > .photo-deco {
  position: absolute;
  top: -142px;
  right: calc(50% - 30px);
}

#sec2 .wrap .box {
  margin-left: 83px;
  position: relative;
}

#sec2 .wrap .box .tlt {
  margin-bottom: 37px;
}

#sec2 .wrap .box .text {
  width: 565px;
  padding-bottom: 99px;
}

#sec2 .wrap .box .photo {
  position: absolute;
  top: 92px;
  left: calc(50% + 190px);
}

#sec2 .wrap .box1 {
  position: relative;
}

#sec2 .wrap .box1::after {
  position: absolute;
  content: "";
  width: 392px;
  height: 219px;
  bottom: 43px;
  left: calc(50% + 50px);
  background: url(../img/index/sec2_deco1.png) no-repeat;
}

#sec2 .wrap .box1 .photo {
  margin-left: -35px;
}

#sec2 .wrap .box1 .list-button {
  padding-top: 105px;
  margin-right: -15px;
}

#sec2 .wrap .box1 .list-button li:first-child {
  margin-bottom: 55px;
}

#sec2 .wrap .box2-text {
  width: 50%;
  padding: 110px 58px 157px 92px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec2 .wrap .box2-text .text {
  padding-bottom: 27px;
}

#sec2 .wrap .box2 .photo {
  width: 50%;
  margin-left: 35px;
  margin-top: -24px;
}

#sec2 .wrap .box2 .photo img {
  -webkit-box-shadow: 30px 30px #810000;
          box-shadow: 30px 30px #810000;
}

@media only screen and (max-width: 767px) {
  #sec2 {
    background: url(../img/index/sec2_deco2.png) no-repeat bottom 18vw right/70%, url(../img/index/sec2_bg_overlay_sp.png) no-repeat top 60vw left 81%/108%;
  }
  #sec2::after {
    top: 60vw;
  }
  #sec2 .wrap::before {
    height: 40vw;
    top: 116vw;
    left: 15%;
  }
  #sec2 .wrap > .photo {
    margin: 0 -3% 57vw -7%;
  }
  #sec2 .wrap > .photo-deco {
    top: 49vw;
    left: -31%;
  }
  #sec2 .wrap .box {
    margin-left: 20%;
  }
  #sec2 .wrap .box .tlt {
    width: 42%;
    margin-bottom: 5.6vw;
  }
  #sec2 .wrap .box .text {
    width: 100%;
    padding-bottom: 12vw;
  }
  #sec2 .wrap .box .photo {
    position: relative;
    width: 61%;
    margin-left: auto;
    z-index: 2;
    left: auto;
    top: auto;
  }
  #sec2 .wrap .box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 26vw;
  }
  #sec2 .wrap .box1::after {
    width: 100%;
    height: 60vw;
    bottom: 6vw;
    left: -6%;
  }
  #sec2 .wrap .box1 .photo {
    margin: -15vw 20% 12vw -2%;
  }
  #sec2 .wrap .box1 .list-button {
    padding-top: 0;
    margin-right: 0;
  }
  #sec2 .wrap .box1 .list-button li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec2 .wrap .box1 .list-button li:first-child {
    margin-bottom: 7vw;
  }
  #sec2 .wrap .box1 .list-button li a {
    width: 78%;
  }
  #sec2 .wrap .box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #sec2 .wrap .box2-text {
    width: 100%;
    padding: 0 0 22vw;
  }
  #sec2 .wrap .box2-text .text {
    padding-bottom: 9vw;
  }
  #sec2 .wrap .box2-text .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec2 .wrap .box2-text .button a {
    width: 78%;
  }
  #sec2 .wrap .box2 .photo {
    width: 90%;
    margin: 0 0 12vw 5%;
  }
  #sec2 .wrap .box2 .photo img {
    -webkit-box-shadow: 4vw 4vw #810000;
            box-shadow: 4vw 4vw #810000;
  }
}

#sec3 {
  position: relative;
}

#sec3 .photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 550px;
}

#sec3 .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#sec3 .box {
  width: 550px;
  margin-left: auto;
  padding: 140px 0 90px;
  background: rgba(239, 229, 219, 0.65);
}

#sec3 .box .tlt {
  margin-bottom: 30px;
}

#sec3 .box .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 46px;
}

@media only screen and (max-width: 767px) {
  #sec3 .photo {
    position: static;
  }
  #sec3 .box {
    width: 100%;
    padding: 10vw 0 20vw;
  }
  #sec3 .box .tlt {
    width: 35%;
    margin: 0 auto;
    margin-bottom: 7vw;
  }
  #sec3 .box .text {
    padding: 0 7% 8vw;
  }
  #sec3 .box .button a {
    width: 70%;
  }
}

#sec4 {
  background: url(../img/index/sec4_overlay.png) no-repeat top left, url(../img/index/sec4_deco.png) no-repeat bottom 36px left 130px;
}

#sec4 .wrap .photo {
  position: absolute;
  top: 62px;
  left: calc(50% - 44px);
}

#sec4 .wrap .box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 618px;
  padding-top: 148px;
  padding-bottom: 202px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#sec4 .wrap .box .text {
  height: 405px;
  padding: 8px 32px 0 0;
}

#sec4 .wrap .box .button {
  margin-right: 46px;
  margin-left: -46px;
}

@media only screen and (max-width: 1142px) {
  #sec4 .wrap .box {
    margin-right: 570px;
  }
}

@media only screen and (max-width: 1080px) {
  #sec4 .wrap .box {
    margin-right: 520px;
  }
}

@media only screen and (max-width: 1050px) {
  #sec4 .wrap .box {
    margin-right: 500px;
  }
}

@media only screen and (max-width: 767px) {
  #sec4 {
    background-position: top 86vw center, bottom center;
    background-size: 200%, 100%;
  }
  #sec4 .wrap .tlt {
    /*width: 80%;*/
  }
  #sec4 .wrap .photo {
    position: static;
    margin: 0 -7%;
  }
  #sec4 .wrap .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    padding: 10vw 0 32vw;
  }
  #sec4 .wrap .box .text {
    height: auto;
    padding: 6vw 0 12vw;
  }
  #sec4 .wrap .box .button {
    margin: 0 auto;
  }
}

#sec5 {
  background: url(../img/index/sec5_bg.jpg) no-repeat center center/cover;
}

#sec5 .wrap {
  padding: 130px 0 104px;
}

#sec5 .wrap .box-tlt {
  width: 206px;
  color: white;
  padding: 87px 68px 86px 0;
  margin-left: -126px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#sec5 .wrap .box-tlt .tlt {
  margin-bottom: 23px;
}

#sec5 .wrap .sns-container li {
  margin-left: 20px;
}

#sec5 .wrap .sns-container li:first-child {
  margin-left: 0;
}

#sec5 .wrap .sns-container li a {
  display: block;
  position: relative;
  width: 320px;
  height: 320px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#sec5 .wrap .sns-container li a .icon {
  height: 100%;
}

#sec5 .wrap .sns-container li a:hover .sns-item-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#sec5 .wrap .sns-container li a:hover .sns-item-bg img {
  opacity: 1;
}

#sec5 .wrap .sns-container li a:hover .icon img {
  opacity: 1;
}

#sec5 .wrap .sns-item-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#sec5 .wrap .sns-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1290px) {
  #sec5 .wrap .box-tlt {
    margin-left: -80px;
    padding-right: 40px;
  }
  #sec5 .wrap .sns-container li a {
    width: 280px;
    height: 280px;
  }
}

@media only screen and (max-width: 1160px) {
  #sec5 .wrap .box-tlt {
    margin-left: -40px;
    padding-right: 10px;
  }
  #sec5 .wrap .sns-container li {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1080px) {
  #sec5 .wrap .box-tlt {
    margin-left: 20px;
    padding-right: 20px;
  }
  #sec5 .wrap .sns-container li a {
    width: 240px;
    height: 240px;
  }
}

@media only screen and (max-width: 767px) {
  #sec5 .wrap {
    padding: 0 0 13vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec5 .wrap .box-tlt {
    width: 100%;
    padding: 15vw 0;
    margin-left: 0;
  }
  #sec5 .wrap .box-tlt .tlt {
    width: 44%;
    margin: 0 auto 5vw;
  }
  #sec5 .wrap .sns-container {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec5 .wrap .sns-container li {
    margin: 0 0 7vw;
    display: block;
    width: 80%;
    height: 51vw;
  }
  #sec5 .wrap .sns-container li a {
    width: 100%;
    height: 100%;
  }
}

#sec6 {
  background: url(../img/index/sec6_bg.jpg) no-repeat top center/cover;
  padding-top: 146px;
    padding-bottom: 7vw;
}

#sec6 .wrap .left {
  width: 278px;
  position: relative;
  left: -2px;
}

#sec6 .wrap .left .tlt {
  margin-bottom: 32px;
  position: relative;
}

#sec6 .wrap .left .tlt::before {
  content: "";
  position: absolute;
  top: 47%;
  height: 1px;
  background: white;
  right: 100%;
  left: -300%;
}

#sec6 .wrap .left .logo {
  margin-bottom: 18px;
}

#sec6 .wrap .right {
  width: calc(100% - 278px);
  color: #ffffff;
}

#sec6 .wrap .right dl {
  padding-left: 123px;
  padding-bottom: 31px;
}

#sec6 .wrap .right dl:last-child {
  padding-bottom: 102px;
}

#sec6 .wrap .right dl dt {
  min-width: 125px;
}

#sec6 .wrap .right dl dd.mr {
  margin-right: -20px;
}
#sec6 .wrap .right .add {
  margin-top: 18px;
}


@media only screen and (max-width: 767px) {
  #sec6 {
    background: url(../img/index/sec6_bg_sp.jpg) no-repeat top center/100%, url(../img/index/sec6_bg_rp.jpg) repeat-y;
    padding-top: 16vw;
  }
  #sec6 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec6 .wrap .left {
    width: 70%;
    margin: 0 auto;
    position: static;
    text-align: center;
    padding-bottom: 14vw;
  }
  #sec6 .wrap .left .tlt {
    margin-bottom: 2vw;
  }
  #sec6 .wrap .left .tlt::before {
    right: 100%;
  }
  #sec6 .wrap .left .logo {
    margin-bottom: 1vw;
  }
  #sec6 .wrap .right {
    width: 100%;
    padding-bottom: 14vw;
  }
  #sec6 .wrap .right dl {
    padding-left: 0;
    padding-bottom: 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec6 .wrap .right dl:last-child {
    padding-bottom: 10vw;
  }
  #sec6 .wrap .right dl dt {
    min-width: 30%;
  }
  #sec6 .wrap .right dl dd {
    width: 70%;
    overflow-wrap: break-word;
    word-break: break-all;
    -webkit-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual;
  }
  #sec6 .wrap .right dl dd.mr {
    margin-right: 0;
  }
    #sec6 .wrap .right .add {
        height: 18vw;
    line-height: 18vw;
}
}

#gmap .map {
  height: 650px;
}

#gmap .map iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 100%;
}

#gmap .list-button {
  padding-top: 61px;
}

#gmap .list-button li {
  margin: 0 29.5px;
}

#gmap .list-button li .print {
  display: block;
  padding: 24px 0 59px;
}

#gmap .list-button li .copy.copied {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#gmap .list-button li .copy.copied:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #gmap .map {
    height: 480px;
  }
  #gmap .list-button {
    padding: 8vw 0 13vw;
  }
  #gmap .list-button li {
    width: 70%;
    margin: 0;
  }
}

#news_box {
    background: #f3efdd;
    width: 90%;
    margin: 50px auto;
    line-height: 1.8;
    padding-bottom: 39px;
}
#news_box .ttl {
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}

#news_box .txt {
    padding: 20px 50px 0;
    text-align: center;
}

#box_junbanmachi{
	background: #213e28;
    width: 800px;
    margin: 0 auto 50px;
    line-height: 2em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#box_junbanmachi div{
	display: flex;
	justify-content: center;
	padding: 20px 0 20px 40px;
	align-items: center;
	height: 100%;
}
#box_junbanmachi .ttl{
	color: #fff;
    text-align: left;
    font-size: 24px;
    width: 300px;
	border-bottom: solid #fff 1px;
}
#box_junbanmachi .app_box{
	height: 66px;
	margin-left: 20px;
}
@media only screen and (max-width: 480px) {
#box_junbanmachi{
    width: 90%;
    margin: 0 auto 30px;
}
#box_junbanmachi div{
	display: block;
	padding: 20px;
}
#box_junbanmachi .ttl{
	color: #fff;
    text-align: center;
    font-size: 20px;
    width: 90%;
	border-bottom: solid #fff 1px;
	margin: 20px auto;
}
#box_junbanmachi .app_box{
	height: 66px;
	margin: 20px auto;
	width: 180px;
}
}

.news_box {
	background-color: #fff;
    width: 780px;
    margin: 10px auto 80px;
    line-height: 2em;
    padding-bottom:39px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    box-shadow: 0px 0px 0px 10px #fff;
    border:solid 2px #213e28;
    font-weight: bold;
}
.news_box .ttl {
	color: #000;
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 24px;
    width: 560px;
    border-bottom: 1px solid #213e28;
    margin: 0 auto;
}
.news_box .txt {
	color: #000;
	padding: 20px 50px 0;
	text-align: center;
	font-size: 18px;
}
.news_box .link a{
	margin: 20px auto 0;
	width: 200px;
	display: block;
	color:#fff;
	text-align: center;
	font-size: 16px;
	background-color: #213e28;
	border-radius: 2px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
    border:solid 1px #213e28;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.news_box .link a:hover{
	background-color: #fff;
	color: #213e28;
}

@media only screen and (max-width: 768px) {
.news_box {
    width: 85%;
}
.news_box .ttl {
    padding: 39px 10px 10px;
    font-size: 18px;
    width: 70%;
}
.news_box .txt {
	padding: 20px 10px 0;
	font-size: 14px;
}
.news_box .link a{
	width: 60%;
	font-size: 14px;
}
}