.root#index .mv {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .root#index .mv {
    margin-bottom: 20px;
  }
}
.root#index .finish {
  background-color: #fff5f5;
  padding: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .root#index .finish {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.root#index .finish__message {
  color: #f00;
  text-align: center;
}
.root#index .guide {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .root#index .guide {
    margin-bottom: 40px;
  }
}
.root#index .contents {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .root#index .contents {
    margin-bottom: 40px;
  }
}
.root#index .contents__title {
  text-align: center;
  color: #3dcd58;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #3dcd58;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6363636364;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
}
.root#index .contents__lead {
  margin-bottom: 20px;
  line-height: 1.4285714286;
}
.root#index .contents__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__switch {
    margin-bottom: 40px;
  }
}
.root#index .contents__switch button {
  width: calc(33.3% - 4px);
  background-color: #f6fff8;
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__switch button {
    width: calc(50% - 4px);
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
.root#index .contents__switch button.is-active {
  background-color: #3dcd58;
  color: #fff;
}
.root#index .contents__list__item {
  display: none;
}
.root#index .contents__list__item.is-show {
  display: block;
}
.root#index .contents__list__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__wrapper {
    display: block;
  }
}
.root#index .contents__list__item__wrapper:nth-child(2) {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__wrapper:nth-child(2) {
    padding-top: 40px;
  }
}
.root#index .contents__list__item__wrapper__left {
  max-width: 600px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__wrapper__left {
    margin-bottom: 20px;
  }
}
.root#index .contents__list__item__wrapper__left__hl {
  color: #3dcd58;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__wrapper__left__hl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.root#index .contents__list__item__wrapper__left__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__wrapper__left__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.root#index .contents__list__item__wrapper__left__dlBtn {
  background-color: #f08300;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  max-width: 360px;
  padding: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__wrapper__left__dlBtn {
    max-width: none;
  }
}
.root#index .contents__list__item__wrapper__left__dlBtn img {
  width: 24px;
  margin-right: 20px;
}
.root#index .contents__list__item__wrapper__right {
  max-width: 380px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__wrapper__right {
    max-width: none;
  }
}
.root#index .contents__list__item__threeCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__threeCol {
    display: block;
  }
}
.root#index .contents__list__item__threeCol__item {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__threeCol__item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.root#index .contents__list__item__threeCol__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__threeCol__item:last-child {
    margin-bottom: 0;
  }
}
.root#index .contents__list__item__threeCol__item > img {
  margin-bottom: 15px;
}
.root#index .contents__list__item__threeCol__item__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__threeCol__item__title {
    margin-bottom: 15px;
  }
}
.root#index .contents__list__item__threeCol__item__dlBtn {
  background-color: #f08300;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  max-width: 360px;
  padding: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__threeCol__item__dlBtn {
    max-width: 100%;
  }
}
.root#index .contents__list__item__threeCol__item__dlBtn img {
  width: 24px;
  margin-right: 20px;
}
.root#index .contents__list__item__title {
  color: #3dcd58;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.root#index .contents__list__item__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__overview {
    display: block;
  }
}
.root#index .contents__list__item__overview__list {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__overview__list {
    width: 100%;
  }
}
.root#index .contents__list__item__overview__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.root#index .contents__list__item__overview__list__item__image {
  border: 2px solid #3dcd58;
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__overview__list__item__image {
    width: 50%;
    height: auto;
  }
}
.root#index .contents__list__item__overview__list__item:last-child .contents__list__item__overview__list__item__texts {
  border-bottom: 2px solid #3dcd58;
}
.root#index .contents__list__item__overview__list__item__texts {
  background-color: #3dcd58;
  width: calc(100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__overview__list__item__texts {
    width: 50%;
    height: auto;
    padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__overview__list__item__texts.bb-white_xs {
    border-bottom: 2px solid #fff !important;
  }
}
.root#index .contents__list__item__overview__list__item__texts img {
  margin: 0 auto 10px;
  width: auto;
  height: 36px;
}
.root#index .contents__list__item__overview__list__item__texts span {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .root#index .contents__list__item__overview__list__item__texts span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
/*# sourceMappingURL=index.css.map */