@charset "UTF-8";
/**
 * FIRST PAGE
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap");
.entry-header {
  background-image: url(/images/home/bg-mainvisual.jpg);
}

.entry-header .text {
  position: absolute;
  bottom: 35px;
  left: 10px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.65;
  font-weight: bold;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  width: 47%;
  padding: 25px 30px;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .entry-header .text {
    bottom: 4.9vw;
    left: 0;
    font-size: 2.7vw;
    text-shadow: 0.4vw 0.4vw 0 rgba(0, 0, 0, 0.4);
    width: 67.5vw;
    padding: 3.5vw 5vw;
  }
}

#contents > .wrap {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  #contents > .wrap {
    padding-top: 30px;
  }
}

.entry-body .home-section {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section {
    margin-bottom: 40px;
  }
}

.entry-body .home-section p {
  margin-bottom: 0;
}

.entry-body .home-section h2 {
  position: relative;
  color: #fff;
  font-size: 1.5625em;
  font-weight: bold;
  text-align: center;
  padding: 18px 20px 20px;
  margin-bottom: 30px;
  background-color: #7bb01a;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section h2 {
    font-size: 1.15em;
    padding: 13px;
    margin-bottom: 20px;
  }
}

.entry-body .home-section h2::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  border-top: 1px dashed #b1d275;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section h2::before {
    top: 7px;
  }
}

.entry-body .home-section h2::after {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  border-top: 1px dashed #b1d275;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section h2::after {
    bottom: 7px;
  }
}

.entry-body .home-section h2 + p {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section h2 + p {
    margin-bottom: 20px;
  }
}

.entry-body .home-section h3 {
  padding: 0;
  border: 0;
}

.entry-body .home-section .img img {
  width: 100%;
  height: auto;
}

.entry-body .home-section .img.rounded img {
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section .img.rounded img {
    border-radius: 3px;
  }
}

.entry-body .home-section .img.shadow img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .entry-body .home-section .img.shadow img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
}

.entry-body .home-section .voice {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section .voice {
    margin: 15px 0;
  }
}

.entry-body .home-section .voice .icon {
  float: left;
  width: 85px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section .voice .icon {
    width: 55px;
    margin-right: 10px;
  }
}

.entry-body .home-section .voice .icon img {
  width: 100%;
  height: auto;
}

.entry-body .home-section .voice .text {
  position: relative;
  padding: 15px 30px;
  margin-left: 100px;
  background-color: #f1f5e3;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section .voice .text {
    padding: 10px 15px;
    margin-left: 65px;
    border-radius: 7px;
  }
}

.entry-body .home-section .voice .text::before {
  position: absolute;
  top: 15px;
  left: -12px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #f1f5e3 transparent transparent;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section .voice .text::before {
    top: 10px;
    left: -8px;
    border-width: 8px 8px 8px 0;
  }
}

.entry-body .home-section .voice .text p {
  line-height: 1.5;
}

.entry-body .home-section .banner img, .entry-body .home-section .banner a {
  display: block;
}

.entry-body .home-section .notes {
  font-size: .75em;
  margin-top: 5px !important;
}

.entry-body .home-section .img-text-left .img {
  float: left;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section .img-text-left .img {
    margin-right: 20px;
  }
}

.entry-body .home-section .img-text-right .img {
  float: right;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section .img-text-right .img {
    margin-left: 20px;
  }
}

.entry-body .home-section .num-conatiner {
  position: relative;
  border: 1px solid #7bb01a;
  border-radius: 35px 10px 10px 10px;
  padding: 0 40px 35px;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section .num-conatiner {
    border-radius: 28px 7px 7px 7px;
    padding: 0 15px 15px;
    margin: 20px 0;
  }
}

.entry-body .home-section .num-conatiner::after {
  display: block;
  content: '';
  clear: both;
}

.entry-body .home-section .num-conatiner .num {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #7bb01a;
  font-family: 'Roboto', sans-serif;
  font-size: 2.5em;
  line-height: 61px;
  font-weight: 300;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #f9f8ea;
  border: 1px solid #7bb01a;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section .num-conatiner .num {
    line-height: 46px;
    width: 45px;
    height: 45px;
  }
}

.entry-body .home-section .num-conatiner h3 {
  color: #7bb01a;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: normal;
  font-weight: 450;
  text-align: left;
  margin: 15px 30px 30px 50px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section .num-conatiner h3 {
    font-size: 1.2em;
    margin: 15px 0 20px 45px;
  }
}

.entry-body .home-section .btn-more {
  display: block;
  margin-top: 8px;
}

.entry-body .home-section .btn-more a {
  display: inline-block;
  position: relative;
  color: #349200;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 42px 6px 42px;
  background-color: #fff;
  border: 2px solid #349200;
  border-radius: 50px;
  transition: all .2s;
}

.entry-body .home-section .btn-more a::after {
  position: absolute;
  right: 6px;
  font-family: "Material Design Icons";
  content: '\0020\f0142';
  transition: right .2s;
}

.entry-body .home-section .btn-more a:hover {
  color: #fff;
  background-color: #349200;
}

.entry-body .home-section .btn-more a:hover::after {
  right: 3px;
}

.subscription-price {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .subscription-price {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #botttom-widget {
    padding-top: 0;
  }
}

.entry-body .home-section-1st {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-1st {
    margin-top: -10px;
    margin-bottom: 30px;
  }
}

.entry-body .home-section-1st .notes {
  margin: 0 !important;
  padding: 8px 10px;
  background-color: #f9f8ea;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-1st .notes {
    padding: 6px 8px;
    font-size: .6em;
  }
}

.entry-body .home-section-2nd {
  position: relative;
  padding: 35px 40px;
  background-image: url(/images/home/bg-home-1.jpg);
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-2nd {
    margin-left: -4%;
    margin-right: -4%;
    padding: 25px;
    margin-bottom: 40px;
  }
}

.entry-body .home-section-2nd::before {
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  content: '';
  height: 19px;
  background-image: url(/images/home/border-home-1.png);
  background-repeat: repeat-x;
  z-index: 2;
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-2nd::before {
    top: -6px;
    background-size: 240px auto;
  }
}

.entry-body .home-section-2nd::after {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  content: '';
  height: 19px;
  background-image: url(/images/home/border-home-1.png);
  background-repeat: repeat-x;
  z-index: 2;
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-2nd::after {
    bottom: -12px;
    background-size: 240px auto;
  }
}

.entry-body .home-section-2nd p {
  color: #7bb01a;
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-2nd p {
    font-size: 1em;
  }
}

.entry-body .home-section-3rd .voice {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-3rd .voice {
    width: 95%;
  }
}

.entry-body .home-section-3rd .voice .text p {
  font-size: .9em;
  font-weight: bold;
}

.entry-body .home-section-3rd .voice:nth-of-type(even) {
  margin-left: auto;
}

.entry-body .home-section-4th h2 {
  margin-bottom: 0;
}

.entry-body .home-section-4th .bg {
  margin-bottom: 50px;
  padding: 30px 50px;
  background-image: url(/images/home/bg-home-2.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-4th .bg {
    padding: 5vw 0;
    margin-bottom: 30px;
    background-position: -100vw 0;
  }
}

.entry-body .home-section-4th ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-body .home-section-4th ol li {
  color: #7bb01a;
  font-size: 1.375em;
  font-weight: bold;
  margin: 8px 0;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-4th ol li {
    font-size: 3.2vw;
    text-align: center;
  }
}

.entry-body .home-section-4th ol li em {
  font-size: .75em;
  font-weight: normal;
  font-weight: 450;
  vertical-align: .3em;
  margin-left: .3em;
}

.entry-body .home-section-4th ol .num {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.64em;
  line-height: 46px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  margin-right: .5em;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-4th ol .num {
    display: block;
    font-size: 7vw;
    line-height: 10.4vw;
    width: 10vw;
    height: 10vw;
    margin: 0 auto 1vw;
  }
}

.entry-body .home-section-4th .notes {
  margin-top: 15px !important;
  padding: 8px 24px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-4th .notes {
    margin: 0 5vw;
    padding: 2vw 3vw;
  }
}

.entry-body .home-section-4th .img-text-left .img {
  width: 380px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-4th .img-text-left .img {
    width: 150px;
  }
}

.entry-body .home-section-4th .img-text-left .text {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-4th .img-text-left .text {
    overflow: visible;
  }
}

.entry-body .home-section-5th h3 {
  color: #7bb01a;
  font-size: 1.5em;
  font-weight: normal;
  font-weight: 450;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-5th h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
}

.entry-body .home-section-5th .course-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-5th .course-thumb {
    margin-bottom: 20px;
  }
}

.entry-body .home-section-5th .course-thumb li {
  width: 241px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-5th .course-thumb li {
    width: 31%;
  }
}

.entry-body .home-section-5th .course-thumb .text {
  position: relative;
  font-size: .9375em;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  width: 180px;
  height: 32px;
  margin: -16px auto 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-5th .course-thumb .text {
    font-size: .6em;
    width: 100%;
    line-height: 20px;
    height: 22px;
  }
}

.entry-body .home-section-5th .course-container .img {
  width: 360px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-5th .course-container .img {
    width: 140px;
    margin-bottom: 10px;
  }
}

.entry-body .home-section-5th .course-container .fig {
  text-align: center;
  margin: -15px 0 20px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-5th .course-container .fig {
    line-height: 1;
    margin: -10px 0 15px;
  }
  .entry-body .home-section-5th .course-container .fig img {
    display: block;
    width: 70%;
    margin-left: 45px;
  }
}

.entry-body .home-section-5th .banner {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-5th .banner {
    margin-top: 20px;
  }
}

.entry-body .home-section-6th .activity-list {
  padding: 30px 40px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-6th .activity-list {
    padding: 15px 15px;
    border-radius: 5px;
  }
}

.entry-body .home-section-6th .activity-list h3 {
  color: #7bb01a;
  font-size: 1.5em;
  font-weight: normal;
  font-weight: 450;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-6th .activity-list h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
}

.entry-body .home-section-6th .activity-list ul {
  list-style: none;
  padding: 0;
  margin: -5px -5px 10px;
}

.entry-body .home-section-6th .activity-list ul li {
  float: left;
  margin: 5px;
}

.entry-body .home-section-6th .activity-list ul li .nolink, .entry-body .home-section-6th .activity-list ul li a {
  display: block;
  color: #349200;
  font-size: 1em;
  line-height: 1.3;
  font-weight: bold;
  padding: 4px 12px;
  background-color: #f9f8ea;
  border: 1px solid #e5e3db;
  border-radius: 5px;
  transition: all .2s;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-6th .activity-list ul li .nolink, .entry-body .home-section-6th .activity-list ul li a {
    padding: 5px 12px;
  }
}

.entry-body .home-section-6th .activity-list ul li a:hover {
  color: #7bb01a;
  background-color: #fff;
  border-color: #dfd7ca;
  text-decoration: none;
}

.entry-body .home-section-6th .activity-list ul li .nolink {
  color: #787878;
  background-color: #f5f5f5;
}

.entry-body .home-section-6th .activity-list .btn-more {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-6th .activity-list .btn-more a {
    padding-left: 15px;
    padding-right: 25px;
  }
}

.entry-body .home-section-6th .activity-list .btn-more:last-of-type {
  margin-right: 0 !important;
}

.entry-body .home-section-6th .btn-calendar a {
  padding-left: 15px;
  padding-right: 25px;
}

.entry-body .home-section-6th .btn-calendar a::before {
  font-family: "Material Design Icons";
  content: '\f00ed';
  margin-right: .3em;
}

.entry-body .home-section-6th .btn-diary a {
  padding-left: 15px;
  padding-right: 25px;
}

.entry-body .home-section-6th .activity-images {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 30px 0;
  padding: 0;
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-6th .activity-images {
    margin: 25px 0;
  }
}

.entry-body .home-section-6th .activity-images li {
  width: 156px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-6th .activity-images li {
    width: 19%;
  }
}

.entry-body .home-section-6th .activity-container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  overflow: visible !important;
}

.entry-body .home-section-6th .activity-container ul li {
  width: 350px;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-6th .activity-container ul li {
    width: 48%;
    margin: 4% 0 0;
  }
}

.entry-body .home-section-7th ul {
  list-style: none;
  padding: 40px;
  margin: 0;
  background-color: #f9f8ea;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-7th ul {
    padding: 20px;
  }
}

.entry-body .home-section-7th ul li {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-7th ul li {
    margin: 20px 0;
  }
}

.entry-body .home-section-7th ul li::after {
  display: block;
  content: '';
  clear: both;
}

.entry-body .home-section-7th .img-text-left .img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-7th .img-text-left .img {
    width: 100px;
    margin-bottom: 10px;
  }
}

.entry-body .home-section-7th h3 {
  color: #7bb01a;
  font-size: 1.3125em;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-7th h3 {
    font-size: 1.05em;
  }
}

.entry-body .home-section-8th .img-text-left .img {
  width: 200px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-8th .img-text-left .img {
    width: 120px;
  }
}

.entry-body .home-section-9th .schedule {
  position: relative;
  margin: 30px 0;
  padding: 35px 40px 25px;
  border: 1px dashed #b5a070;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-9th .schedule {
    margin: 25px 0;
    padding: 22px 15px 15px;
    border-radius: 7px;
  }
}

.entry-body .home-section-9th .schedule:first-of-type {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-9th .schedule:first-of-type {
    margin-top: 35px;
  }
}

.entry-body .home-section-9th .schedule::after {
  display: block;
  content: '';
  clear: both;
}

.entry-body .home-section-9th .schedule .time {
  position: absolute;
  top: -21px;
  left: 40px;
  color: #b5a070;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  letter-spacing: .03em;
  height: 41px;
  width: 100px;
  background-color: #fff;
  border: 2px solid #b5a070;
  border-radius: 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-9th .schedule .time {
    top: -15px;
    line-height: 26px;
    font-size: 1.2em;
    height: 29px;
    width: 80px;
    left: 15px;
  }
}

.entry-body .home-section-9th .schedule .img {
  float: left;
  width: 225px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-9th .schedule .img {
    float: right;
    width: 128px;
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 10px;
  }
}

.entry-body .home-section-9th .schedule .img img:nth-of-type(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-9th .schedule .img img:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

.entry-body .home-section-9th .schedule h3 {
  color: #b5a070;
  font-size: 1.25em;
  font-weight: normal;
  font-weight: 450;
  margin-bottom: 5px;
}

.entry-body .home-section-9th .schedule h3:nth-of-type(n+2) {
  margin-top: 15px;
}

.entry-body .home-section-9th .schedule p {
  margin: 0;
}

.entry-body .home-section-9th .schedule ul {
  font-size: .875em;
  list-style: none;
  padding-left: 1em;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-9th .schedule ul {
    margin: 10px 0 0;
    font-size: 1em;
  }
}

.entry-body .home-section-9th .schedule ul li {
  margin: 0;
}

.entry-body .home-section-9th .schedule ul li::before {
  content: '※';
  margin-left: -1em;
}

.entry-body .home-section-9th .notes {
  font-size: .875em;
  text-align: right;
  margin-top: -20px !important;
}

.entry-body .home-section-9th .manga {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-9th .manga {
    margin-top: 30px;
  }
}

.entry-body .home-section-9th .manga h3 {
  color: #7bb01a;
  font-size: 1.5em;
  font-weight: normal;
  font-weight: 450;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-9th .manga h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
}

.entry-body .home-section-9th .manga ul {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-9th .manga ul {
    width: 100%;
  }
}

.entry-body .home-section-9th .manga ul li {
  width: 220px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-9th .manga ul li {
    width: 31%;
  }
}

.entry-body .home-section-9th .manga a {
  display: block;
  font-size: .875em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.entry-body .home-section-9th .manga a img {
  display: block;
  margin-bottom: 10px;
}

.entry-body .home-section-9th .manga a img:hover {
  opacity: 1;
}

.entry-body .home-section-9th .manga a:hover img {
  opacity: .7;
}

.entry-body .home-section-10th .voice h3 {
  color: #7bb01a;
  font-size: 1.125em;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-10th .voice h3 {
    font-size: 1.05em;
  }
}

.entry-body .home-section-10th .voice .age {
  display: block;
  font-size: .9375em;
  text-align: right;
}

.entry-body .home-section-10th .notes {
  font-size: .875em;
  text-align: right;
  margin-top: -10px !important;
}

.entry-body .home-section-11th .faq {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-11th .faq {
    margin: 20px 0;
  }
}

.entry-body .home-section-11th .faq .icon {
  float: left;
  width: 85px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-11th .faq .icon {
    width: 55px;
  }
}

.entry-body .home-section-11th .faq .icon img {
  width: 100%;
  height: auto;
}

.entry-body .home-section-11th .faq dl {
  margin-left: 100px;
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-11th .faq dl {
    margin-left: 65px;
  }
}

.entry-body .home-section-11th .faq dl dt {
  position: relative;
  color: #5381d1;
  font-size: 1.125em;
  line-height: 1.3;
  padding: 15px 30px 15px 55px;
  background-color: #e8f0f5;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-11th .faq dl dt {
    font-size: 1.05em;
    padding: 10px 20px 10px 40px;
    border-radius: 7px;
  }
}

.entry-body .home-section-11th .faq dl dt::before {
  position: absolute;
  top: 7px;
  left: 20px;
  content: 'Q';
  font-family: 'Roboto', sans-serif;
  font-size: 2.25em;
  line-height: 1;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-11th .faq dl dt::before {
    top: 6px;
    left: 12px;
    font-size: 2em;
  }
}

.entry-body .home-section-11th .faq dl dt::after {
  position: absolute;
  top: 15px;
  left: -12px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #e8f0f5 transparent transparent;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-11th .faq dl dt::after {
    top: 14px;
    left: -8px;
    border-width: 8px 8px 8px 0;
  }
}

.entry-body .home-section-11th .faq dl dd {
  position: relative;
  margin: 15px 0 0;
  padding: 15px 30px 15px 55px;
  background-color: #fff7eb;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-11th .faq dl dd {
    margin: 12px 0 0;
    padding: 10px 20px 10px 40px;
    border-radius: 7px;
  }
}

.entry-body .home-section-11th .faq dl dd::before {
  position: absolute;
  top: 12px;
  left: 20px;
  content: 'A';
  color: #d18553;
  font-family: 'Roboto', sans-serif;
  font-size: 2.25em;
  line-height: 1;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-11th .faq dl dd::before {
    top: 8px;
    left: 12px;
    font-size: 2em;
  }
}

.entry-body .home-section-11th .faq dl dd::after {
  position: absolute;
  top: -12px;
  left: 20px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff7eb transparent;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-11th .faq dl dd::after {
    top: -8px;
    left: 15px;
    border-width: 0 8px 8px 8px;
  }
}

.entry-body .home-section-11th .faq dl dd .btn-more {
  margin-bottom: 5px;
}

.entry-body .home-section-11th .faq dl dd .btn-more a {
  font-size: .875em;
  padding-left: 30px;
  padding-right: 30px;
}

.entry-body .home-section-11th .btn {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-11th .btn {
    margin-top: -5px;
  }
}

.entry-body .home-section-11th .btn-more {
  text-align: right;
}

.entry-body .home-section-11th .btn .btn-more a {
  padding-left: 15px;
  padding-right: 25px;
}

.entry-body .home-section-12th .bg {
  background-color: #f9f8ea;
  overflow: hidden;
}

.entry-body .home-section-12th h2 {
  margin-bottom: 0;
}

.entry-body .home-section-12th h3 {
  color: #a3c44e;
  font-size: 1.125em;
  margin-bottom: 5px;
}

.entry-body .home-section-12th .access ul {
  margin: 0;
}

.entry-body .home-section-12th .access ul li {
  margin: 0;
}

.entry-body .home-section-12th .access-1 {
  margin: 30px 40px 0;
  padding-bottom: 15px;
  border-bottom: 1px dashed #7bb01a;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-12th .access-1 {
    margin: 20px 20px 0;
  }
}

.entry-body .home-section-12th .access-2 {
  margin: 15px 40px 30px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-12th .access-2 {
    margin: 15px 20px 20px;
  }
}

.entry-body .home-section-12th .btn {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-12th .btn {
    margin-top: 10px;
  }
}

.entry-body .home-section-12th .btn-more {
  text-align: right;
}

.entry-body .home-section-12th .btn .btn-more a {
  padding-left: 15px;
  padding-right: 25px;
}

.entry-body .home-section-13th .gmap {
  position: relative;
  height: 0;
  padding-bottom: 400px;
  margin-bottom: 15px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-13th .gmap {
    margin-bottom: 10px;
  }
}

.entry-body .home-section-13th .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-body .home-section-13th p {
  font-size: .9375em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-13th p {
    font-size: 1em;
  }
}

.entry-body .home-section-14th {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-14th {
    display: block;
  }
}

.entry-body .home-section-14th .sns {
  position: relative;
  width: 380px;
  height: 400px;
  background-color: #f7f7f7;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-14th .sns {
    width: 100%;
    margin-bottom: 30px;
  }
}

.entry-body .home-section-14th .sns-twitter {
  border: 1px solid #ebebeb;
}

.entry-body .home-section-whatsnew h2 {
  color: #7bb01a;
  font-size: 1.3125em;
  text-align: left;
  padding: 0 0 15px;
  background-color: transparent;
  border-bottom: 1px solid #7bb01a;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-whatsnew h2 {
    padding: 0 0 10px;
  }
}

.entry-body .home-section-whatsnew h2::before, .entry-body .home-section-whatsnew h2::after {
  display: none;
}

.entry-body .home-section-whatsnew p {
  margin: 0;
  line-height: 1.5;
}

.entry-body .home-section-whatsnew .whatsnew-list-body {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible !important;
}

.entry-body .home-section-whatsnew .whatsnew-list-body li {
  margin: 20px 0;
}

.entry-body .home-section-whatsnew .whatsnew-list-body li::after {
  display: block;
  content: '';
  clear: both;
}

.entry-body .home-section-whatsnew .whatsnew-list-body .thumbnail {
  float: left;
  width: 150px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-whatsnew .whatsnew-list-body .thumbnail {
    width: 90px;
    margin-right: 20px;
  }
}

.entry-body .home-section-whatsnew .whatsnew-list-body .thumbnail a {
  display: block;
}

.entry-body .home-section-whatsnew .whatsnew-list-body .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-whatsnew .whatsnew-list-body .thumbnail img {
    border-radius: 3px;
  }
}

.entry-body .home-section-whatsnew .whatsnew-list-body .title {
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 7px;
}

.entry-body .home-section-whatsnew .whatsnew-list-body .title a {
  text-decoration: underline;
}

.entry-body .home-section-whatsnew .whatsnew-list-body .date-cat {
  margin-bottom: 7px;
  overflow: hidden;
}

.entry-body .home-section-whatsnew .whatsnew-list-body .date {
  float: left;
  font-size: .83em;
  line-height: 1.3;
  margin-right: 1.5em;
}

.entry-body .home-section-whatsnew .whatsnew-list-body .cat {
  float: left;
  font-size: .83em;
  line-height: 1.3;
}

.entry-body .home-section-whatsnew .whatsnew-list-body .excerpt {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-whatsnew .whatsnew-list-body .content {
    overflow: hidden;
  }
}

.entry-body .home-section-whatsnew .whatsnew-list .btn-more {
  text-align: right;
  margin-top: 15px;
}

.entry-body .home-section-whatsnew .news-body {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-body .home-section-whatsnew .news-body li {
  margin: 15px 0;
}

.entry-body .home-section-whatsnew .news-body .date {
  float: left;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .entry-body .home-section-whatsnew .news-body .date {
    width: 80px;
  }
}

.entry-body .home-section-whatsnew .news-body .content {
  overflow: hidden;
}

.entry-body .home-section-whatsnew .news-body .title {
  font-weight: bold;
}

/*# sourceMappingURL=../map/css/style-firstpage.css.map */
