@charset "UTF-8";
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main .wrapper {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 740px) {
  main .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
main .area-global-top .wrapper {
  padding-left: 0;
  padding-right: 0;
}

.reserve-btn {
  width: 690px;
  text-align: center;
  margin: auto auto 50px;
}
@media only screen and (max-width: 740px) {
  .reserve-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.reserve-btn a {
  background: #c9ff26;
  background: -moz-linear-gradient(top, #c9ff26 0%, #85b200 100%);
  background: -webkit-linear-gradient(top, #c9ff26 0%, #85b200 100%);
  background: linear-gradient(to bottom, #c9ff26 0%, #85b200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ff26', endColorstr='#85b200',GradientType=0 );
  text-decoration: none;
  color: #000;
  font-size: 30px;
  border-radius: 10px;
  display: block;
  padding: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 740px) {
  .reserve-btn a {
    font-size: 14px;
    padding: 20px;
  }
}
.reserve-btn a:before {
  content: "";
  display: inline-block;
  background: url("../online/img/icon-3.png") no-repeat center;
  background-size: contain;
  width: 40px;
  height: 59px;
  margin-bottom: -20px;
  margin-right: 30px;
}
@media only screen and (max-width: 740px) {
  .reserve-btn a:before {
    width: 20px;
    height: 30px;
    margin-bottom: -10px;
    margin-right: 10px;
  }
}

.hero-area {
  height: 416px;
  background: url("../online/img/hero-img.jpg") no-repeat center;
  background-size: contain;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 740px) {
  .hero-area {
    height: 49vw;
    background-size: cover;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
}
.hero-area img {
  position: absolute;
  left: 40px;
  bottom: 30px;
}
@media only screen and (max-width: 740px) {
  .hero-area img {
    left: 3%;
    bottom: 4%;
    width: 70vw;
  }
}

.intro-area-1 {
  background-color: #D3EBED;
  padding: 30px;
  border-radius: 30px;
  margin: 0 30px 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .intro-area-1 {
    padding: 17px;
    border-radius: 20px;
    margin: 0 0 30px;
    font-size: 14px;
  }
}
.intro-area-1 ul {
  text-align: left;
  margin: auto;
}
@media print, screen and (min-width: 741px) {
  .intro-area-1 ul {
    width: 570px;
  }
}
.intro-area-1 li {
  line-height: 1.65;
}

@media only screen and (max-width: 740px) {
  .intro-area-2 .text-img {
    max-height: 45px;
  }
}

@media only screen and (max-width: 740px) {
  .flow-area .title-icon {
    max-height: 36px;
  }
}
@media only screen and (max-width: 740px) {
  .flow-area .title-heading img {
    max-height: 15px;
  }
}
.flow-area .heading-img-wrap {
  height: 400px;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .flow-area .heading-img-wrap {
    margin-left: -10px;
    margin-right: -10px;
    height: 39vw;
  }
}
.flow-area .heading-img {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 740px) {
  .flow-area .heading-img {
    width: 29vw;
  }
}
.flow-area .flow-inner {
  overflow: hidden;
}
.flow-area .flow-inner .row-wrap {
  overflow: hidden;
}
.flow-area .pdf-wrap {
  overflow: hidden;
}
.flow-area .pdf-wrap a {
  background-color: #FAA34D;
  width: 49.5%;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  display: block;
  padding: 20px 5px 20px 25px;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 740px) {
  .flow-area .pdf-wrap a {
    width: 100%;
    padding: 10px 5px 10px 10px;
    margin-bottom: 10px;
  }
}
.flow-area .pdf-wrap a:before {
  content: "";
  display: inline-block;
  background: url("../online/img/icon-4.png") no-repeat center;
  background-size: contain;
  width: 30px;
  height: 33px;
  margin-bottom: -9px;
  margin-right: 15px;
}
@media only screen and (max-width: 740px) {
  .flow-area .pdf-wrap a:before {
    width: 18px;
    height: 20px;
    margin-bottom: -5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 740px) {
  .flow-area .flow-1 .fl-img, .flow-area .flow-2 .fl-img {
    width: 40%;
  }
}
@media only screen and (max-width: 740px) {
  .flow-area .flow-1 .fl + div, .flow-area .flow-2 .fl + div {
    padding-left: calc(40% + 10px);
  }
}
.flow-area .flow-1 .heading-img-wrap {
  background: url("../online/img/heading-img-1.jpg") no-repeat center;
  background-size: cover;
}
.flow-area .flow-2 .heading-img-wrap {
  background: url("../online/img/heading-img-2.jpg") no-repeat center;
  background-size: cover;
}
.flow-area .flow-3 .heading-img-wrap {
  background: url("../online/img/heading-img-3.jpg") no-repeat center;
  background-size: cover;
}
.flow-area .flow-4 .heading-img-wrap {
  background: url("../online/img/heading-img-4.jpg") no-repeat center;
  background-size: cover;
}
.flow-area .flow-5 .heading-img-wrap {
  background: url("../online/img/heading-img-5.jpg") no-repeat center;
  background-size: cover;
}
.flow-area .flow-6 .heading-img-wrap {
  background: url("../online/img/heading-img-6.jpg") no-repeat center;
  background-size: cover;
}
@media print, screen and (min-width: 741px) {
  .flow-area .flow-6 .text-wrap {
    width: 630px;
  }
}
.flow-area .flow-6 .text-1 {
  color: #B22C00;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .flow-area .flow-6 .img-1 {
    max-width: 224px;
  }
}
.flow-area .flow-7 .heading-img-wrap {
  background: url("../online/img/heading-img-7.jpg") no-repeat center;
  background-size: cover;
}

/*# sourceMappingURL=page_online.css.map */
