@charset "UTF-8";
.c-detail-article {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .c-detail-article {
    margin-bottom: 16vw;
  }
}

.c-detail-main {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .c-detail-main {
    margin-bottom: 24vw;
  }
}

.c-detail-box {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .c-detail-box {
    margin-bottom: 24vw;
  }
}

.c-detail-img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .c-detail-img {
    margin-bottom: 8vw;
  }
}

.c-detail-body {
  margin-bottom: 30px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .c-detail-body {
    margin-bottom: 8vw;
  }
}

.c-btn {
  display: inline-block;
  padding: 10px 35px 10px 15px;
  border-radius: 0px;
  border: none;
  min-width: 330px;
  line-height: 1.4;
  color: #ffffff;
  background: #05592f;
  font-size: 1.125rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  position: relative;
}
.c-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn:before {
    right: 5.3333333333vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn {
    padding: 2.6666666667vw 8vw 2.6666666667vw 2.6666666667vw;
    min-width: 77.3333333333vw;
    font-size: 4vw;
    cursor: pointer;
    position: relative;
  }
  .c-btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 200ms 0s ease;
    transition: all 200ms 0s ease;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .c-btn:before {
    right: 4vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
.c-btn:hover {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.c-btn:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn:hover:before {
    right: 4vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn:hover {
    position: relative;
  }
  .c-btn:hover:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 200ms 0s ease;
    transition: all 200ms 0s ease;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .c-btn:hover:before {
    right: 2.6666666667vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}

/***** ボタン 状態・大きさ *****/
.c-btn.is-primary {
  border-color: transparent;
  background: #05592f;
  color: #ffffff;
  position: relative;
}
.c-btn.is-primary:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-primary:before {
    right: 5.3333333333vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
.c-btn.is-primary.is-no-arrow {
  position: relative;
}
.c-btn.is-primary.is-no-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 0px;
  margin-top: 0px;
  width: 0px;
  height: 0px;
  border-right: 0px solid #696969;
  border-bottom: 0px solid #696969;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-primary.is-no-arrow:before {
    left: 0vw;
    margin-top: 0vw;
    width: 0vw;
    height: 0vw;
    border-right: 0vw solid #696969;
    border-bottom: 0vw solid #696969;
  }
}
.c-btn.is-primary:hover {
  background: rgba(5, 89, 47, 0.9);
  color: #ffffff;
}
.c-btn.is-success {
  border-color: #398439;
  background: #449d44;
  color: #ffffff;
}
.c-btn.is-success:hover {
  background: #398439;
  color: #ffffff;
}
.c-btn.is-link {
  border-color: #05592f;
  border-width: 1px;
  background: #ffffff;
  color: #05592f;
  position: relative;
}
.c-btn.is-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #05592f;
  border-bottom: 1px solid #05592f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-link:before {
    right: 5.3333333333vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #05592f;
    border-bottom: 0.2666666667vw solid #05592f;
  }
}
.c-btn.is-link:hover {
  position: relative;
}
.c-btn.is-link:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-link:hover:before {
    right: 5.3333333333vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
.c-btn.is-link:hover {
  background: #05592f;
  color: #ffffff;
}
.c-btn.is-disable {
  border-color: #dddddd;
  background: #e5e5e5;
  color: #aaaaaa;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.c-btn.is-disable:hover {
  margin: 0 2px 2px 0;
}
.c-btn.is-arrow {
  padding-right: 30px;
  position: relative;
}
.c-btn.is-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-arrow:before {
    right: 4vw;
    margin-top: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid #666666;
    border-bottom: 0.5333333333vw solid #666666;
  }
}
.c-btn.is-arrow-bottom {
  padding-right: 30px;
  position: relative;
}
.c-btn.is-arrow-bottom:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-arrow-bottom:before {
    right: 3.2vw;
    margin-top: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid #666666;
    border-bottom: 0.5333333333vw solid #666666;
  }
}
.c-btn.is-no-arrow {
  position: relative;
}
.c-btn.is-no-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 0px;
  margin-top: 0px;
  width: 0px;
  height: 0px;
  border-right: 0px solid #696969;
  border-bottom: 0px solid #696969;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-no-arrow:before {
    left: 0vw;
    margin-top: 0vw;
    width: 0vw;
    height: 0vw;
    border-right: 0vw solid #696969;
    border-bottom: 0vw solid #696969;
  }
}
.c-btn.is-back {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.c-btn.is-back:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-back:before {
    left: 5.3333333333vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn.is-back {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 8vw;
  }
}
.c-btn.is-back:hover {
  position: relative;
}
.c-btn.is-back:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 15px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-back:hover:before {
    left: 4vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
.c-btn.is-pdf {
  padding: 12px 45px;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-pdf {
    padding: 3.2vw 12vw;
  }
}
.c-btn.is-form-send {
  padding: 10px 30px;
  border: 1px solid #05592f;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-form-send {
    padding: 2.6666666667vw 8vw;
  }
}
.c-btn.is-form-send:hover {
  background: #eeeeee;
  color: #05592f;
}
.c-btn.is-form-send:hover::before {
  border-color: #05592f;
}
.c-btn.is-form-back {
  padding: 10px 30px;
  border: 1px solid #05592f;
  background: #ffffff;
  color: #05592f;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-form-back {
    padding: 2.6666666667vw 8vw;
  }
}
.c-btn.is-form-back::before {
  border-color: #05592f;
}
.c-btn.is-form-back:hover {
  background: #eeeeee;
}
.c-btn.is-form-back:hover::before {
  border-color: #05592f;
}
.c-btn.is-s {
  padding: 4px 5px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-s {
    padding: 1.0666666667vw 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.c-btn.is-m {
  padding: 11px 30px;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-m {
    padding: 2.9333333333vw 8vw;
  }
}
.c-btn.is-l {
  padding: 15px 30px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-l {
    padding: 2.9333333333vw 8vw;
    font-size: 4.2666666667vw;
  }
}

/***** moreボタン *****/
.c-second-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .c-second-btn-wrap {
    display: block;
  }
}
.c-second-btn-wrap .c-btn-more {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .c-second-btn-wrap .c-btn-more {
    padding-left: 4vw;
    padding-right: 4vw;
    margin-top: 0;
    margin-bottom: 4vw;
    padding: 0;
  }
}

.c-btn-more {
  margin-top: 45px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-btn-more {
    margin-top: 8vw;
  }
}
.c-btn-more.is-left {
  display: inline-block;
  text-align: left;
}

.c-btn-txt {
  margin-bottom: 5px;
  color: #696969;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-btn-txt {
    margin-bottom: 1.3333333333vw;
    font-size: 3.2vw;
  }
}

.c-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 768px) {
  .c-card-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-card-list__item {
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .c-card-list__item {
    margin-bottom: 8vw;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.c-card-list__item.is-top {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .c-card-list__item.is-top {
    margin-bottom: 8vw;
  }
}

.c-card-list__link {
  overflow: hidden;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-card-list__link:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c-card-list__link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .c-card-list__link {
    border-radius: 1.3333333333vw;
  }
}

.c-card-list__txt {
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .c-card-list__txt {
    padding: 4vw;
  }
}

.c-card-list__ttl {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .c-card-list__ttl {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}

.c-card-list__body {
  color: #000000;
}

.c-contents-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-list {
    display: block;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
    margin-bottom: 12vw;
  }
}

.c-contents-category-list__item {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-list__item {
    width: auto;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.c-contents-category-list__link {
  display: block;
  padding: 12px;
  border: 1px solid #05592f;
  background: #ffffff;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-list__link {
    padding: 3.2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    text-align: left;
  }
}
.c-contents-category-list__link:hover, .c-contents-category-list__link.is-on {
  background: #05592f;
  color: #ffffff;
  text-decoration: none;
}
.c-contents-category-list__link.is-page-link {
  position: relative;
  z-index: 0;
}
.c-contents-category-list__link.is-page-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #05592f;
  border-bottom: 1px solid #05592f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .c-contents-category-list__link.is-page-link:before {
    right: 4vw;
    margin-top: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.c-contents-category-list__link.is-page-link:hover::before, .c-contents-category-list__link.is-page-link.is-on::before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.c-contents-sub-category-list {
  position: absolute;
  bottom: 1px;
  left: 10px;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: calc(100% - 20px);
  background: #ffffff;
  border: 1px solid #05592f;
  border-top: none;
  overflow: hidden;
  line-height: 0;
  -webkit-transition: line-height 0.1s ease-out;
  transition: line-height 0.1s ease-out;
}
@media only screen and (max-width: 768px) {
  .c-contents-sub-category-list {
    bottom: 0;
    left: 2.6666666667vw;
    width: calc(100% - 5.3333333333vw);
  }
}

.c-contents-sub-category-list__item {
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
}
.c-contents-sub-category-list__item.is-close {
  height: 0;
  text-align: center;
}
.c-contents-sub-category-list__item {
  -webkit-transition: padding-top 0.1s ease-out, padding-bottom 0.1s ease-out, line-height 0.1s ease-out;
  transition: padding-top 0.1s ease-out, padding-bottom 0.1s ease-out, line-height 0.1s ease-out;
}
@media only screen and (max-width: 768px) {
  .c-contents-sub-category-list__item {
    padding-left: 4vw;
    padding-right: 0;
  }
}

.c-contents-sub-category-list__link {
  display: inline-block;
  color: #000000;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: padding-top 0.1s ease-out, padding-bottom 0.1s ease-out, line-height 0.1s ease-out, opacity 0.1s linear, visibility 0.1s linear;
  transition: padding-top 0.1s ease-out, padding-bottom 0.1s ease-out, line-height 0.1s ease-out, opacity 0.1s linear, visibility 0.1s linear;
}
.c-contents-sub-category-list__link i {
  font-size: 1.875rem;
  color: #05592f;
  line-height: 0;
  -webkit-transition: line-height 0.1s ease-out;
  transition: line-height 0.1s ease-out;
}
.c-contents-sub-category-list__link:hover {
  color: #05592f;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .c-contents-sub-category-list__link i {
    font-size: 5.3333333333vw;
  }
}

.c-contents-category-list__link.is-on + .c-contents-sub-category-list {
  z-index: 2;
  line-height: 1.5;
}
.c-contents-category-list__link.is-on + .c-contents-sub-category-list > .c-contents-sub-category-list__item {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
}
.c-contents-category-list__link.is-on + .c-contents-sub-category-list > .c-contents-sub-category-list__item.is-close {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-list__link.is-on + .c-contents-sub-category-list > .c-contents-sub-category-list__item {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.c-contents-category-list__link.is-on + .c-contents-sub-category-list > .c-contents-sub-category-list__item > .c-contents-sub-category-list__link {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
}
.c-contents-category-list__link.is-on + .c-contents-sub-category-list > .c-contents-sub-category-list__item > .c-contents-sub-category-list__link > i {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-list__link.is-on + .c-contents-sub-category-list > .c-contents-sub-category-list__item > .c-contents-sub-category-list__link {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}

/***** カテゴリーリスト 02 *****/
.c-contents-category-type02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type02-list {
    display: block;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
    margin-bottom: 12vw;
  }
}

.c-contents-category-type02-list__item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type02-list__item {
    width: auto;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}

.c-contents-category-type02-list__link {
  display: block;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #007ae5;
  background: #ffffff;
  color: #007ae5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type02-list__link {
    padding: 3.2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    border-radius: 1.3333333333vw;
    text-align: left;
  }
}
.c-contents-category-type02-list__link:hover {
  background: rgba(0, 122, 229, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-contents-category-type02-list__link.is-on {
  background: #007ae5;
  color: #ffffff;
  text-decoration: none;
}

/***** カテゴリーリスト 03 *****/
.c-contents-category-type03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type03-list {
    display: block;
    margin-bottom: 12vw;
  }
}

.c-contents-category-type03-list__item {
  border-right: 1px solid #cccccc;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type03-list__item {
    margin-bottom: 0.2666666667vw;
    border-right: 0;
    border-bottom: 1px solid #cccccc;
    width: auto;
  }
}
.c-contents-category-type03-list__item:first-child {
  border-left: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type03-list__item:first-child {
    border-top: 1px solid #cccccc;
    border-left: 0;
  }
}

.c-contents-category-type03-list__link {
  display: block;
  padding: 12px;
  background: #ffffff;
  color: #007ae5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type03-list__link {
    padding: 3.2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    text-align: left;
  }
}
.c-contents-category-type03-list__link:hover {
  background: rgba(0, 122, 229, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-contents-category-type03-list__link.is-on {
  background: #007ae5;
  color: #ffffff;
  text-decoration: none;
}

/* カテゴリ用 */
.c-category-list-type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type01 {
    display: block;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}

.c-category-list-type01__item {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type01__item {
    margin-bottom: 8vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    width: auto;
  }
}
.c-category-list-type01__item.is-top {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type01__item.is-top {
    margin-bottom: 8vw;
  }
}

.c-category-list-type01__link {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-category-list-type01__link:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.c-category-list-type01__img {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type01__img {
    margin-bottom: 2.6666666667vw;
  }
}

.c-category-list-type01__ttl {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  font-size: 1.875rem;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .c-category-list-type01__ttl {
    font-size: 4.8vw;
  }
}

/* 内容用 */
.c-category-list-type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type02 {
    display: block;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}

.c-category-list-type02__item {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type02__item {
    margin-bottom: 8vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    width: auto;
  }
}

.c-category-list-type02__link {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-category-list-type02__link:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c-category-list-type02__link:hover {
  text-decoration: none;
}

.c-category-list-type02-txt {
  position: relative;
  padding: 30px 15px;
  border: 1px solid #cccccc;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type02-txt {
    padding: 8vw 4vw;
  }
}

.c-category-list-type02-txt__ttl {
  margin-bottom: 15px;
  font-size: 1.125rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type02-txt__ttl {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}

.c-category-list-type02-txt__category {
  position: absolute;
  top: -15px;
  right: -1px;
  padding: 5px 15px;
  min-width: 120px;
  background: #05592f;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type02-txt__category {
    top: -4vw;
    right: -0.2666666667vw;
    padding: 1.3333333333vw 4vw;
    min-width: 32vw;
    font-size: 3.2vw;
  }
}

.c-category-list-type02-txt__body {
  color: #000000;
}

.c-check-list__item {
  margin-bottom: 15px;
}
.c-check-list__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .c-check-list__item {
    margin-bottom: 4vw;
  }
}

.c-flow-list {
  counter-reset: item;
}

.c-flow-list__item {
  margin-bottom: 60px;
  padding: 30px;
  border: 1px solid #cccccc;
  position: relative;
}
.c-flow-list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + -5px);
  left: 50%;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-color: transparent transparent #05592f #05592f;
  border-width: 4px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .c-flow-list__item:before {
    top: calc(100% - 1.3333333333vw);
    width: 8vw;
    height: 8vw;
    border-width: 1.0666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-flow-list__item {
    padding: 4vw;
    margin-bottom: 16vw;
  }
}
.c-flow-list__item:last-child:before {
  content: none;
}

.c-flow-list__ttl {
  margin-bottom: 25px;
  font-size: 1.3125rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-flow-list__ttl {
    margin-bottom: 4vw;
    font-size: 5.6vw;
  }
}

.c-flow-list__ttl-step {
  display: inline-block;
  margin-right: 15px;
  padding: 3px 10px;
  font-size: 1rem;
  background: #F4D32A;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .c-flow-list__ttl-step {
    margin-bottom: 1.3333333333vw;
    margin-right: 4vw;
    padding: 0.8vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.c-flow-list__ttl-step:after {
  counter-increment: item;
  content: counter(item);
  margin-left: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-flow-list__ttl-step:after {
    margin-left: 1.3333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-flow-list__ttl-txt {
    display: block;
  }
}

.c-flow-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .c-flow-list__box {
    display: block;
  }
}

.c-flow-list__img {
  margin-right: 30px;
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .c-flow-list__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
    width: 64vw;
  }
}

.c-flow-list__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
}

.c-galley-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 768px) {
  .c-galley-list {
    margin-left: -1.3333333333vw;
    margin-right: -1.3333333333vw;
  }
}

.c-galley-list__item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
@media only screen and (max-width: 990px) {
  .c-galley-list__item {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 768px) {
  .c-galley-list__item {
    margin-bottom: 4vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
    width: 50%;
  }
}

.c-galley-list__img figcaption {
  margin-top: 10px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .c-galley-list__img figcaption {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

/*************** 画像リスト ***************/
.c-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 768px) {
  .c-img-list {
    margin-left: -1.3333333333vw;
    margin-right: -1.3333333333vw;
  }
}

.c-img-list__item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .c-img-list__item {
    margin-bottom: 2.6666666667vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
    width: 50%;
  }
}

.c-img-list__img figcaption {
  margin-top: 5px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .c-img-list__img figcaption {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

/* メディア 01 */
.c-media-type01__img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .c-media-type01__img {
    margin-left: -4vw;
    margin-right: -4vw;
    margin-bottom: 4vw;
  }
}

.c-media-type01__body {
  line-height: 1.8;
}

/* メディア 02 (画像左右) */
.c-media-type02-box:nth-child(even) .c-media-type02__txt {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: 0;
  margin-right: 60px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .c-media-type02-box:nth-child(even) .c-media-type02__txt {
    margin-right: 0;
  }
}

.c-media-type02-box {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .c-media-type02-box {
    margin-bottom: 12vw;
  }
}

.c-media-type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .c-media-type02 {
    display: block;
  }
}
.c-media-type02.is-no-image .c-media-type02__txt {
  margin-left: 0;
}

.c-media-type02__img {
  width: 435px;
}
@media only screen and (max-width: 990px) {
  .c-media-type02__img {
    width: 345px;
  }
}
@media only screen and (max-width: 768px) {
  .c-media-type02__img {
    margin-bottom: 4vw;
    width: auto;
  }
}

.c-media-type02__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
  line-height: 1.8;
}
@media only screen and (max-width: 990px) {
  .c-media-type02__txt {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .c-media-type02__txt {
    margin-left: 0;
  }
}

.c-media-type02__body {
  line-height: 1.8;
}

.pager-list {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .pager-list {
    padding: 5.3333333333vw 0;
  }
}

.pager-list__item {
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  line-height: 43px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pager-list__item {
    margin-left: 1.3333333333vw;
    margin-right: 1.3333333333vw;
    width: 10.6666666667vw;
    line-height: 10.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.pager-list__item span {
  display: block;
  border: 1px solid #05592f;
  border-radius: 50%;
  background: #05592f;
  color: #ffffff;
  text-decoration: none;
}
.pager-list__item.pager_omit span {
  border-color: #aaaaaa;
  background: #ffffff;
  color: #000000;
}

.pager-list__link {
  display: block;
  border: 1px solid #05592f;
  border-radius: 50%;
  background: #ffffff;
  color: #05592f;
  text-decoration: none;
}
.pager-list__link:hover {
  background: #05592f;
  color: #ffffff;
  text-decoration: none;
}

/***** ページャー 四角 *****/
.pager.is-square .pager-list__item span {
  border-radius: 0;
}
.pager.is-square .pager-list__link {
  border-radius: 0;
}

/***** ページャー 角丸 *****/
.pager.is-square-r .pager-list__item span {
  border-radius: 1.3333333333vw;
}
.pager.is-square-r .pager-list__link {
  border-radius: 1.3333333333vw;
}

/*** テーブル風リスト 01 ***/
.c-tbl-list-type01 {
  width: 100%;
}

.c-tbl-list-type01__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
}
.c-tbl-list-type01__tr:last-child {
  border-bottom: 1px solid #eeeeee;
}

.c-tbl-list-type01__th,
.c-tbl-list-type01__td {
  word-wrap: break-word;
  word-break: break-all;
}

.c-tbl-list-type01__th {
  width: 180px;
  background: #fbfaf5;
  font-weight: normal;
  padding: 0.8em;
}
@media only screen and (max-width: 768px) {
  .c-tbl-list-type01__th {
    width: 24vw;
    font-size: 3.2vw;
  }
}

.c-tbl-list-type01__td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8em;
}
@media only screen and (max-width: 768px) {
  .c-tbl-list-type01__td {
    font-size: 3.2vw;
  }
}

/* 元のスタイル
.c-tbl-list-type01 {
	width: 100%;
}
.c-tbl-list-type01__tr {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid $border-color;
	@include media(sp) {
		padding-top: vw(10px);
		padding-bottom: vw(10px);
	}
	&:last-child {
		border-bottom: 1px solid $border-color;
	}
}
.c-tbl-list-type01__th,
.c-tbl-list-type01__td {
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.c-tbl-list-type01__th {
	padding: 15px;
	width: 180px;
	border-right: 1px solid $border-color;
	@include media(sp) {
		padding: vw(10px);
		width: vw(90px);
		font-size: vw(12px);
	}
}
.c-tbl-list-type01__td {
	flex: 1;
	padding: 15px 15px 15px 30px;
	color: $txt-sub;
	@include media(sp) {
		padding: vw(10px);
		font-size: vw(12px);
	}
}
*/
/*** テーブル風リスト 02 ***/
.c-tbl-list-type02 {
  width: 100%;
}

.c-tbl-list-type02__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #cccccc;
}
.c-tbl-list-type02__tr:last-child {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
  .c-tbl-list-type02__tr {
    display: block;
    margin-bottom: 8vw;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
  }
  .c-tbl-list-type02__tr:last-child {
    border-bottom: 0;
  }
}

.c-tbl-list-type02__th,
.c-tbl-list-type02__td {
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.c-tbl-list-type02__th {
  padding: 15px;
  width: 180px;
  border-right: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
  .c-tbl-list-type02__th {
    margin-bottom: 2.6666666667vw;
    padding: 0;
    width: auto;
    border-right: 0;
    color: #000000;
    text-align: left;
  }
}

.c-tbl-list-type02__td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .c-tbl-list-type02__td {
    padding: 0;
  }
}

/*** ２項目テーブル風リスト ***/
.c-tbl-second-list {
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
  .c-tbl-second-list {
    border-top: 0;
  }
}

.c-tbl-second-list__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #cccccc;
}

.c-tbl-second-list__th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  width: 240px;
  background: #cccccc;
}
@media only screen and (max-width: 768px) {
  .c-tbl-second-list__th {
    display: block;
    padding: 1.3333333333vw 4vw;
    width: 100%;
    border-bottom: 0;
    font-size: 3.2vw;
  }
}

.c-tbl-second-list__ttl {
  font-weight: bold;
  color: #ffffff;
}

.c-tbl-second-list__td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  border-right: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
  .c-tbl-second-list__td {
    padding: 2.6666666667vw 4vw;
    font-size: 3.2vw;
  }
}
.c-tbl-second-list__td.is-02 {
  border-right: 0;
}

/*** 横並びテーブル風リスト ***/
.c-tbl-list-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-tbl-list-double {
    display: block;
  }
}

.c-tbl-list-double__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #cccccc;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .c-tbl-list-double__tr {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    border-left: 0;
    border-right: 0;
    width: auto;
  }
}
.c-tbl-list-double__tr:nth-child(even) {
  border-left: 0;
}

.c-tbl-list-double__th,
.c-tbl-list-double__td {
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.c-tbl-list-double__th {
  padding: 10px 15px;
  width: 120px;
  border-right: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
  .c-tbl-list-double__th {
    padding: 1.3333333333vw 2.6666666667vw;
    width: 24vw;
    font-size: 3.2vw;
  }
}

.c-tbl-list-double__td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
  color: #696969;
}
@media only screen and (max-width: 768px) {
  .c-tbl-list-double__td {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}

/*************** table ***************/
.c-tbl {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-tbl {
    font-size: 3.2vw;
  }
}

.c-tbl__th {
  padding: 10px 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #eeeeee;
  width: 165px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .c-tbl__th {
    padding: 1.3333333333vw 2.6666666667vw;
    width: 28vw;
  }
}

.c-tbl__td {
  padding: 10px 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .c-tbl__td {
    padding: 1.3333333333vw 2.6666666667vw;
  }
}

.c-ttl-main {
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: center;
}
.c-ttl-main.is-left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main {
    margin-bottom: 10.6666666667vw;
  }
}

.c-ttl-main__en {
  font-size: 1.875rem;
  font-weight: bold;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main__en {
    font-size: 8vw;
  }
}

.c-ttl-main__ja {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main__ja {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.c-ttl-sub {
  position: relative;
  margin-bottom: 45px;
  font-size: 1.5rem;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub {
    margin-bottom: 8vw;
    font-size: 6.4vw;
  }
}
.c-ttl-sub:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #05592f;
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub:before {
    bottom: -2.6666666667vw;
    margin-left: -4vw;
    width: 8vw;
  }
}
.c-ttl-sub.is-left {
  text-align: left;
}
.c-ttl-sub.is-left:before {
  left: 0;
  margin-left: 0;
}

.c-ttl-sub-s {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 0.3em;
  font-size: 1.125rem;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub-s {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.c-ttl-sub-s::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(45deg, #eeeeee 0px, #eeeeee 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 5px 5px;
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub-s::after {
    height: 1.3333333333vw;
    background-size: 1.3333333333vw 1.3333333333vw;
  }
}
.c-ttl-sub-s {
  /* 元のスタイル
  margin-bottom: 30px;
  padding-left: 25px;
  border-left: 1px solid $main-color;
  font-size: rem(18px);
  color: #000000;
  line-height: 1.4;
  @include media(sp) {
  	margin-bottom: vw(20px);
  	padding-left: vw(15px);
  	font-size: vw(18px);
  }
  */
}

.c-ttl-sub-ss {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub-ss {
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}

.c-lead {
  margin-bottom: 45px;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-lead {
    margin-bottom: 12vw;
    font-size: 4.8vw;
  }
}

/***** 下層ヘッダービジュアル *****/
@media only screen and (max-width: 768px) {
  .is-second-header-visual {
    height: 100%;
    position: relative;
  }
}

.c-second-header-visual {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual {
    margin-top: 16vw;
  }
}

.c-second-header-visual-bg {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1500px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  background-position: center;
  margin: 0 auto;
}
.c-second-header-visual-bg.is-tasting {
  background-image: url(../images/c-second-header-visual-bg_tasting.jpg);
}
.c-second-header-visual-bg.is-magazine {
  background-image: url(../images/c-second-header-visual-bg_magazine.jpg);
}
.c-second-header-visual-bg.is-company {
  background-image: url(../images/c-second-header-visual-bg_company.jpg);
}
.c-second-header-visual-bg.is-service {
  background-image: url(../images/c-second-header-visual-bg_service.jpg);
}
.c-second-header-visual-bg.is-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.c-second-header-visual-bg.is-news {
  background-image: url(../images/c-second-header-visual-bg_news.jpg);
}
.c-second-header-visual-bg.is-contact {
  background-image: url(../images/c-second-header-visual-bg_contact.jpg);
}
.c-second-header-visual-bg.is-privacy {
  background-image: url(../images/c-second-header-visual-bg_privacy.jpg);
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-bg {
    height: 40vw;
  }
}

.c-second-header-visual-ttl {
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 2.8125rem;
  color: #ffffff;
}
.c-second-header-visual-ttl span {
  display: block;
  margin-top: 15px;
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-ttl {
    font-size: 8vw;
    line-height: 8vw;
  }
  .c-second-header-visual-ttl span {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 4vw;
  }
}

/***** セカンドヘッダー *****/
@media only screen and (max-width: 1230px) {
  .second-ttl__en {
    font-size: 4.6875rem;
  }
}
@media only screen and (max-width: 990px) {
  .second-ttl__en {
    margin-bottom: 15px;
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .second-ttl__en {
    margin-bottom: 1.3333333333vw;
    font-size: 8vw;
  }
}

/***** 冒頭コンテンツ *****/
.p-service-top {
  padding-bottom: 0;
}

.p-service-top-txt {
  color: #05592f;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .p-service-top-txt {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-top-txt {
    font-size: 5.8666666667vw;
  }
}

/***** 配送エリアについて *****/
.p-service-areas .common-ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-service-areas .common-ttl {
    margin-bottom: 8vw;
  }
}

.p-service-areas-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  font-size: 1.875rem;
}
@media only screen and (max-width: 990px) {
  .p-service-areas-top {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-areas-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4vw;
    font-size: 5.8666666667vw;
  }
}
.p-service-areas-top strong {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding: 5px 15px;
  color: #ffffff;
  background: #05592f;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .p-service-areas-top strong {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0.5333333333vw 4vw;
    font-size: 4.2666666667vw;
  }
}
.p-service-areas-top strong:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #05592f;
}
@media only screen and (max-width: 768px) {
  .p-service-areas-top strong:before {
    top: auto;
    bottom: -2.6666666667vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 2.7733333333vw 1.6vw 0 1.6vw;
    border-color: #05592f transparent transparent transparent;
  }
}

.p-service-areas-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 588px 25px 1fr;
  grid-template-columns: 588px 1fr;
  gap: 25px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1230px) {
  .p-service-areas-wrap {
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 990px) {
  .p-service-areas-wrap {
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-areas-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12vw;
    margin-bottom: 8vw;
  }
}

.p-service-areas-body {
  margin-bottom: 25px;
}
@media only screen and (max-width: 990px) {
  .p-service-areas-body {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-areas-body {
    margin-bottom: 6.6666666667vw;
  }
}
.p-service-areas-body strong {
  color: #05592f;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-service-areas-body strong {
    font-size: 8vw;
  }
}

.p-service-areas-box {
  padding: 25px;
  background: #eeeeee;
}
@media only screen and (max-width: 990px) {
  .p-service-areas-box {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-areas-box {
    padding: 6.6666666667vw;
  }
}
.p-service-areas-box.is-mb {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-service-areas-box.is-mb {
    margin-bottom: 2.6666666667vw;
  }
}

.p-service-areas-box-ttl {
  margin-bottom: 10px;
  color: #05592f;
  font-size: 1.25rem;
  font-weight: 500;
}
@media only screen and (max-width: 990px) {
  .p-service-areas-box-ttl {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-areas-box-ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}

.p-service-areas-note {
  margin-inline: auto;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-service-areas-note {
    margin-bottom: 5.3333333333vw;
    text-align: left;
  }
}

.p-service-areas-dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 612px;
  grid-template-columns: 180px 612px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #05592f;
  font-size: 1.25rem;
}
@media only screen and (max-width: 990px) {
  .p-service-areas-dl {
    font-size: 0.9375rem;
    -ms-grid-columns: 150px 400px;
    grid-template-columns: 150px 400px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-areas-dl {
    -ms-grid-columns: 21.3333333333vw 1fr;
    grid-template-columns: 21.3333333333vw 1fr;
    font-size: 4vw;
  }
}

.p-service-areas-dt {
  padding: 12px 0;
  color: #ffffff;
  background: #05592f;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-service-areas-dt {
    padding: 3.2vw 0;
  }
}

.p-service-areas-dd {
  padding: 12px 16px;
}
@media only screen and (max-width: 768px) {
  .p-service-areas-dd {
    padding: 3.2vw 2.6666666667vw;
  }
}

/***** 選べる注文方法 *****/
.p-service-order-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media only screen and (max-width: 990px) {
  .p-service-order-list {
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-order-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
  }
}

.p-service-order-list__item {
  padding: 45px;
  background: #ffffff;
}
@media only screen and (max-width: 1230px) {
  .p-service-order-list__item {
    padding: 40px;
  }
}
@media only screen and (max-width: 990px) {
  .p-service-order-list__item {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-order-list__item {
    padding: 8vw;
  }
}

.p-service-order-list__img {
  position: relative;
  margin: 0 auto 25px auto;
  width: 160px;
}
@media only screen and (max-width: 990px) {
  .p-service-order-list__img {
    width: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-order-list__img {
    margin-bottom: 6.6666666667vw;
    width: 42.6666666667vw;
  }
}

.p-service-order-list__num {
  position: absolute;
  top: 0;
  left: 0;
  color: #05592f;
  font-size: 1.5625rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-service-order-list__num {
    font-size: 6.6666666667vw;
  }
}

.p-service-order-list__ttl {
  margin-bottom: 10px;
  color: #05592f;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-service-order-list__ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}

/***** お支払い方法について *****/
.p-service-methods-lead {
  margin: 0 auto;
  padding: 40px 50px;
  background: #eeeeee;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .p-service-methods-lead {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-methods-lead {
    padding: 8vw 6.6666666667vw;
    border-left-width: 1.3333333333vw;
    text-align: left;
  }
}

.p-service-methods-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 25px;
}
@media only screen and (max-width: 768px) {
  .p-service-methods-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-service-methods-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45px 15px 1fr;
  grid-template-columns: 45px 1fr;
  gap: 15px;
  padding-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
  .p-service-methods-list__item {
    -ms-grid-columns: 12vw 4vw 1fr;
    grid-template-columns: 12vw 1fr;
    gap: 4vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}

.p-service-methods-list__contents {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .p-service-methods-list__contents {
    margin-top: 1.3333333333vw;
  }
}

.p-service-methods-list__ttl {
  margin-bottom: 5px;
  color: #05592f;
  font-size: 1.25rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-service-methods-list__ttl {
    margin-bottom: 1.3333333333vw;
    font-size: 5.3333333333vw;
  }
}

.p-service-methods-list__body {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .p-service-methods-list__body {
    margin-bottom: 4vw;
  }
}

.p-service-methods-list__box {
  padding: 15px;
  background: #eeeeee;
}
@media only screen and (max-width: 768px) {
  .p-service-methods-list__box {
    padding: 4vw;
  }
}

.p-service-methods-list__dl {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 70px 10px 1fr;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .p-service-methods-list__dl {
    margin-bottom: 4vw;
    -ms-grid-columns: 18.6666666667vw 2.6666666667vw 1fr;
    grid-template-columns: 18.6666666667vw 1fr;
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-service-methods-list__dt {
  border: 1px solid #05592f;
  color: #05592f;
  font-weight: 500;
  line-height: 1.5625rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-service-methods-list__dt {
    line-height: 6.6666666667vw;
  }
}

.p-service-methods-list__desc {
  color: #888888;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .p-service-methods-list__desc {
    font-size: 3.2vw;
  }
}

/***** お取引開始までの流れ *****/
.p-service-flow-list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .p-service-flow-list {
    gap: 10.6666666667vw;
  }
}

.p-service-flow-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 40px 60px;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .p-service-flow-list__item {
    display: block;
    padding: 4vw;
  }
}
.p-service-flow-list__item:last-child:before {
  content: none;
}
.p-service-flow-list__item:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #05592f transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  .p-service-flow-list__item:before {
    bottom: -5.3333333333vw;
    border-width: 5.3333333333vw 6.6666666667vw 0 6.6666666667vw;
  }
}

.p-service-flow-list__step {
  width: 90px;
  color: #05592f;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-service-flow-list__step {
    padding-bottom: 1.3333333333vw;
    width: auto;
    text-align: center;
  }
}
.p-service-flow-list__step span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-service-flow-list__step span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    font-size: 3.7333333333vw;
  }
}
.p-service-flow-list__step strong {
  display: block;
  font-size: 1.875rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-service-flow-list__step strong {
    margin-left: 1.3333333333vw;
    font-size: 5.8666666667vw;
  }
}

.p-service-flow-list__contents {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 100px 40px 1fr;
  grid-template-columns: 100px 1fr;
  gap: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
  .p-service-flow-list__contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-grid-columns: 16vw 4vw 1fr;
    grid-template-columns: 16vw 1fr;
    gap: 4vw;
    padding-top: 4vw;
    padding-left: 0;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    border-left: 0;
    border-top: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 768px) {
  .p-service-flow-list__txt {
    padding-top: 2.6666666667vw;
  }
}

.p-service-flow-list__ttl {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-service-flow-list__ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}

/***** お取引のご相談、無料試飲のご予約はこちら *****/
.p-service-reserve {
  color: #ffffff;
  background: #05592f;
}

.p-service-reserve-ttl {
  margin-bottom: 25px;
  font-size: 1.875rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-service-reserve-ttl {
    margin-bottom: 6.6666666667vw;
    font-size: 6.6666666667vw;
  }
}

.p-service-reserve-lead {
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-service-reserve-lead {
    margin-bottom: 8vw;
  }
}

.p-service-reserve-btn-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .p-service-reserve-btn-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}

.p-service-reserve-btn-ttl {
  position: relative;
  margin: 0 auto -15px auto;
  width: 280px;
  border-radius: 50vw;
  color: #05592f;
  background: #F4D32A;
  font-weight: 500;
  line-height: 1.875rem;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .p-service-reserve-btn-ttl {
    margin: 0 auto -4vw auto;
    width: 74.6666666667vw;
    line-height: 8vw;
  }
}
.p-service-reserve-btn-ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #F4D32A transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  .p-service-reserve-btn-ttl:before {
    bottom: -1.8666666667vw;
    border-width: 2.32vw 1.3333333333vw 0 1.3333333333vw;
  }
}

.p-service-reserve-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-service-reserve-btn-link {
    height: 29.3333333333vw;
  }
}
.p-service-reserve-btn-link:hover {
  text-decoration: none;
}
.p-service-reserve-btn-link span {
  position: relative;
  padding-left: 45px;
}
@media only screen and (max-width: 990px) {
  .p-service-reserve-btn-link span {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-reserve-btn-link span {
    padding-left: 12vw;
  }
}
.p-service-reserve-btn-link span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 990px) {
  .p-service-reserve-btn-link span:after {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-reserve-btn-link span:after {
    width: 8vw;
    height: 8vw;
  }
}
.p-service-reserve-btn-link.is-contact {
  color: #ffffff;
  background: #009eff;
  font-size: 1.375rem;
  font-weight: 500;
  position: relative;
}
.p-service-reserve-btn-link.is-contact:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .p-service-reserve-btn-link.is-contact:before {
    right: 6.6666666667vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.5333333333vw solid #ffffff;
    border-bottom: 0.5333333333vw solid #ffffff;
  }
}
@media only screen and (max-width: 990px) {
  .p-service-reserve-btn-link.is-contact {
    font-size: 1.125rem;
    position: relative;
  }
  .p-service-reserve-btn-link.is-contact:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 200ms 0s ease;
    transition: all 200ms 0s ease;
  }
}
@media only screen and (max-width: 990px) and (max-width: 768px) {
  .p-service-reserve-btn-link.is-contact:before {
    right: 4vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.5333333333vw solid #ffffff;
    border-bottom: 0.5333333333vw solid #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-reserve-btn-link.is-contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5.3333333333vw;
    font-size: 5.8666666667vw;
    line-height: 1.4;
    text-align: left;
    position: relative;
  }
  .p-service-reserve-btn-link.is-contact:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    left: auto;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 200ms 0s ease;
    transition: all 200ms 0s ease;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .p-service-reserve-btn-link.is-contact:before {
    right: 6.6666666667vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.5333333333vw solid #ffffff;
    border-bottom: 0.5333333333vw solid #ffffff;
  }
}
.p-service-reserve-btn-link.is-contact:hover {
  background: rgba(0, 158, 255, 0.8);
}
.p-service-reserve-btn-link.is-contact span:after {
  background-image: url(/images/service-mail-icon.svg);
}
@media only screen and (max-width: 768px) {
  .p-service-reserve-btn-link.is-contact span:after {
    top: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
.p-service-reserve-btn-link.is-tel {
  color: #05592f;
  background: #ffffff;
  font-size: 1.875rem;
  font-weight: bold;
}
@media only screen and (max-width: 990px) {
  .p-service-reserve-btn-link.is-tel {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-service-reserve-btn-link.is-tel {
    font-size: 8vw;
  }
}
.p-service-reserve-btn-link.is-tel:hover {
  background: rgba(255, 255, 255, 0.8);
}
.p-service-reserve-btn-link.is-tel span:after {
  background-image: url(/images/service-tel-icon.svg);
}