@charset "UTF-8";
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*******************************************************************/
img {
  width: 100%;
}

@media only screen and (min-width: 961px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

/*******************************************************************/
body {
  position: relative;
  color: #333;
  font-size: 15px;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 960px) {
  body {
    font-size: 13px;
  }
}

@media only screen and (min-width: 961px) {
  body {
    min-width: 1080px;
    font-size: 13px;
  }
}

.wrapper {
  position: relative;
  opacity: 0;
  overflow: hidden;
  -webkit-animation: opacity 0.5s linear 0.1s forwards;
          animation: opacity 0.5s linear 0.1s forwards;
  padding: 80px 0;
}

@media only screen and (max-width: 960px) {
  .wrapper {
    padding: 60px 0 80px;
  }
}

.wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat bottom center;
  background-size: contain;
  z-index: -1;
}

.wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat bottom center;
  background-size: contain;
  z-index: -1;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.logo {
  width: 610px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .logo {
    width: 85%;
  }
}

.account {
  width: 800px;
  margin: 80px auto 0;
  border: #38bfdf dashed 2px;
  background: #fff;
  border-radius: 20px;
  padding: 60px 0;
}

@media only screen and (max-width: 960px) {
  .account {
    width: 90%;
    padding: 8% 0;
    margin: 60px auto 0;
  }
}

.account_text {
  width: 560px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .account_text {
    width: 90%;
  }
}

.account_list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
}

@media only screen and (max-width: 960px) {
  .account_list {
    width: 90%;
    margin: 16% auto 0;
  }
}

.account_list img {
  width: 120px;
  margin: 0 auto 55px;
}

@media only screen and (max-width: 960px) {
  .account_list img {
    margin: 0 auto 28%;
    width: 55%;
  }
}

.account_list p {
  margin-top: 5px;
  line-height: 1.4em;
}

@media only screen and (max-width: 960px) {
  .account_list p {
    font-size: 11px;
    letter-spacing: 0;
    margin-top: 2px;
    line-height: 1.3em;
  }
}

.account_list li {
  position: relative;
}

.account_list li:first-child {
  margin-right: 30px;
}

@media only screen and (max-width: 960px) {
  .account_list li:first-child {
    margin-right: 1%;
  }
  .account_list li {
    width: 50%;
  }
}

.account_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  position: relative;
  width: 630px;
  margin: 100px auto;
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 960px) {
  .btn {
    width: 90%;
    margin: 60px auto;
  }
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.period {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 960px) {
  .period {
    margin-top: 30px;
  }
}

.period dt {
  font-size: 20px;
}

@media only screen and (max-width: 960px) {
  .period dt {
    font-size: 15px;
  }
}

.period dt p {
  color: #fff;
  background: #38bfdf;
  display: inline-block;
  border-radius: 100px;
  padding: 8px 30px 10px;
}

@media only screen and (max-width: 960px) {
  .period dt p {
    padding: 5px 20px 7px;
  }
}

.period dd {
  color: #38bfdf;
  font-size: 30px;
  margin-top: 25px;
}

@media only screen and (max-width: 960px) {
  .period dd {
    font-size: 20px;
    margin-top: 15px;
  }
}

.note {
  color: #777;
  width: 800px;
  margin: 100px auto 0;
  font-size: 13px;
  line-height: 1.5em;
}

@media only screen and (max-width: 960px) {
  .note {
    width: 90%;
    font-size: 11px;
    margin: 60px auto 0;
  }
}

.note li {
  text-indent: -1em;
  padding-left: 1em;
}
/*# sourceMappingURL=line-cp.css.map */