@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
@media screen and (min-width: 897px) {
  .tbbr {
    display: none;
  }
}

@media screen and (max-width: 896px) {
  .tbbr {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .tbbr {
    display: none;
  }
}

@media screen and (min-width: 897px) {
  .spbr {
    display: none;
  }
}

@media screen and (max-width: 896px) {
  .spbr {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

.online .intro {
  margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
  .online .intro {
    margin-bottom: 73px;
  }
}

.online .intro h2 {
  color: #228ebf;
  font-size: 3.5rem;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 896px) {
  .online .intro h2 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 480px) {
  .online .intro h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.online .intro p {
  max-width: 790px;
  width: 90%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.8em;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 480px) {
  .online .intro p {
    font-size: 1.5rem;
  }
}

.online .step {
  margin-bottom: 63px;
}

.online .step h3 {
  text-align: center;
  font-size: 2.6rem;
  padding-bottom: 21px;
  margin-bottom: 63px;
  border-bottom: solid 3px #349a98;
}

@media screen and (max-width: 480px) {
  .online .step h3 {
    font-size: 1.8rem;
    margin-bottom: 45px;
  }
}

.online .step > div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.online .step > div:before, .online .step > div:after {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

@media screen and (max-width: 480px) {
  .online .step > div:before, .online .step > div:after {
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
}

.online .step > div:before {
  background-image: url("../img/online/img03.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  width: 145px;
  height: 68px;
}

@media screen and (max-width: 896px) {
  .online .step > div:before {
    width: 135px;
  }
}

@media screen and (max-width: 480px) {
  .online .step > div:before {
    height: 55px;
    width: 110px;
    top: 46%;
    left: 45%;
  }
}

.online .step > div:after {
  background-image: url("../img/online/arrow_right.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 175px;
  height: 45px;
  top: 50%;
}

@media screen and (max-width: 896px) {
  .online .step > div:after {
    width: 155px;
  }
}

@media screen and (max-width: 480px) {
  .online .step > div:after {
    background-image: url("../img/online/arrow_bottom.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 125px;
    left: 35%;
    top: 47%;
  }
}

.online .step > div .item {
  width: 45%;
  padding: 72px 45px;
  border: solid 1px #efefef;
  box-shadow: 0 0 8px #e9e9e9;
}

@media screen and (max-width: 896px) {
  .online .step > div .item {
    padding: 60px 30px;
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .online .step > div .item {
    width: 100%;
    padding: 30px;
  }
  .online .step > div .item:first-of-type {
    margin-bottom: 120px;
  }
}

.online .step > div .item h4, .online .step > div .item .caption {
  text-align: center;
  color: #228ebf;
}

.online .step > div .item h4 {
  margin-bottom: 52px;
  font-size: 2.5rem;
}

@media screen and (max-width: 480px) {
  .online .step > div .item h4 {
    margin-bottom: 30px;
  }
}

.online .step > div .item .caption {
  font-size: 2rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .online .step > div .item .caption {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}

.online .step > div .item p {
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  .online .step > div .item p {
    font-size: 1.5rem;
  }
}

.online .step > div .item img {
  margin: 0 auto 15px;
  display: block;
  width: 85%;
}

.online .inquiry p {
  font-size: 2.3rem;
  line-height: 1.6em;
  color: #827ddc;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .online .inquiry p {
    font-size: 1.5rem;
    text-align: left;
  }
}

.online .inquiry a {
  font-size: 1.9rem;
  line-height: 1.6em;
  max-width: 480px;
  width: 100%;
  display: block;
  position: relative;
  background: #827ddc;
  padding: 27px 33px;
  margin: 0 auto;
  color: #fff;
  box-shadow: 5px 5px 8px #d7d7d7;
}

@media screen and (max-width: 480px) {
  .online .inquiry a {
    padding: 15px;
    font-size: 3.5vw;
  }
}

.online .inquiry a:before {
  position: absolute;
  content: "";
  background-image: url("../img/online/img04.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%) translateX(0);
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -o-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  width: 70px;
  height: 60px;
  top: 50%;
  right: 30px;
}

@media screen and (max-width: 480px) {
  .online .inquiry a:before {
    width: 55px;
    height: 45px;
    right: 15px;
  }
}

.online_offer {
  font-size: 1.5rem;
  line-height: 1.8em;
}

@media screen and (max-width: 480px) {
  .online_offer {
    font-size: 1.3rem;
  }
}

.online_offer > div {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.online_offer > div > p {
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .online_offer > div > p {
    margin-bottom: 45px;
  }
}

.online_offer > div > p:first-of-type {
  margin-bottom: 30px;
}

.online_offer .b_border {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: solid 1px #1899f4;
  padding: 24px 0;
  margin-bottom: 21px;
  text-align: center;
  color: #1899f4;
  height: 111px;
}

@media screen and (max-width: 480px) {
  .online_offer .b_border {
    height: 150px;
  }
}

.online_offer .b_border:nth-of-type(3) {
  margin-bottom: 60px;
}

.online_offer .b_border p {
  font-size: 2.3rem;
  line-height: 1.5em;
}

@media screen and (max-width: 480px) {
  .online_offer .b_border p {
    font-size: 1.8rem;
  }
}

.online_offer .b_border span {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
  .online_offer .b_border span {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}

.online_offer ul {
  margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
  .online_offer ul {
    margin-bottom: 90px;
  }
}

.online_offer ul li {
  position: relative;
  border-bottom: solid 1px #dddddd;
  padding: 0 0 40px 78px;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .online_offer ul li {
    padding: 0 0 30px 30px;
    margin-bottom: 30px;
  }
}

.online_offer ul li:last-of-type {
  padding-bottom: 0;
  margin: 0;
  border: 0;
}

.online_offer ul li:before {
  position: absolute;
  content: attr(data-text);
  font-size: 3rem;
  color: #1899f4;
  left: 25px;
  top: 0;
}

@media screen and (max-width: 480px) {
  .online_offer ul li:before {
    font-size: 2rem;
    left: 5px;
  }
}

.online_offer h3 {
  text-align: center;
  font-size: 2.6rem;
  padding-bottom: 21px;
  margin-bottom: 63px;
  border-bottom: solid 3px #349a98;
}

@media screen and (max-width: 480px) {
  .online_offer h3 {
    font-size: 1.8rem;
    margin-bottom: 45px;
  }
}

.online_offer .red {
  color: #ff3f3a;
}

.online_offer .form input {
  border: 0;
  border-bottom: solid 1px #d1d1d1;
}

.online_offer .form > div {
  margin-bottom: 30px;
}

.online_offer .form dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.online_offer .form dl dt {
  width: 20%;
}

.online_offer .form dl dd {
  width: 80%;
}

.online_offer .form .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.online_offer .form .item {
  width: 48%;
  margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
  .online_offer .form .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.online_offer .form .item span {
  margin: 0;
}

.online_offer .form .item p {
  margin-bottom: 12px;
}

@media screen and (max-width: 896px) {
  .online_offer .form .item p {
    width: 100%;
  }
  .online_offer .form .item p:first-of-type {
    width: inherit;
  }
}

.online_offer .form .item2 input {
  max-width: inherit;
  width: 100%;
  padding: 10px;
  font-size: 1.4rem;
}

.online_offer .form p:after {
  content: attr(data-text);
  color: #ff3f3a;
}

.online_offer .form .sub {
  text-align: center;
}

.online_offer .form .sub input {
  max-width: 370px;
  width: 90%;
  padding: 30px 0;
  background: #3699c5;
  color: #fff;
  border: 0;
  font-size: 1.6rem;
  box-shadow: 3px 3px 6px #d7d7d7;
}

@media screen and (max-width: 480px) {
  .online_offer .form .sub input {
    padding: 15px 0;
  }
}

.online_offer .wpcf7-response-output {
  text-align: center;
  padding: 15px;
  color: #398f14;
}
