@charset "UTF-8";
#friend {
  width: 960px;
  margin: 0 auto;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 400;
}

#friend .link {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  margin: 30px 0 28px;
}

#friend .link a {
  color: #01beff;
  text-decoration: underline;
}

#friend .link:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../img/link.png');
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}

#friend h4 {
  font-size: 32px;
  color: #2e739c;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-weight: 500;
  text-align: center;
  margin: 56px auto;
  position: relative;
}

#friend h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 144px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #2e739c;
}
#friend .txt {
  font-size: 18px;
}
#friend .txt .present {
  font-weight: 700;
  color: #6eccf0;
}
@media (max-width: 780px) {
  #friend {
    width: 95%;
    margin: 0 auto;
  }
  #friend .txt {
    font-size: 16px;
  }
}

.step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  border: 1px solid #6eccf0;
  margin: 30px 0 0;
}

.step img {
  display: block;
  max-width: 287px;
  height: auto;
}

.step p {
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-weight: 500;
  color: #6eccf0;
  font-size: 26px;
  text-left: center;
  margin-left: 2em;
}

@media (max-width: 780px) {
  .step {
    width: 100%;
    display: block;
  }
  .step p {
    margin-left: 0;
    padding: 1em;
  }
  .step img {
    max-width: 60%;
    height: auto;
  }
}

.step-sub {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  display: block;
  color: #666;
  font-size: 14px;
}

.step3 p {
  margin-left: 1em;
}

@media (max-width: 780px) {
  .step3 p {
    margin-left: 0;
  }
}

.arrow {
  text-align: center;
  margin: 0 0 30px;
}

@media (max-width: 780px) {
  .arrow img {
    max-width: 10%;
    height: auto;
  }
}

.apply {
  background-color: #eef7fc;
  margin: 30px 0 0;
}

.apply-sec {
  background-color: #e2f4fe;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-size: 24px;
  color: #6eccf0;
  text-align: center;
  padding: 30px 0;
  display: block;
  font-weight: bold;
}

.wrap {
  padding: 0 50px 50px;
}

@media (max-width: 780px) {
  .wrap {
    padding: 20px 15px 14px;
    display: block;
  }
}

.intro {
  color: #666;
  padding: 50px 0 45px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.intro p {
  font-size: 16px;
}

.intro a {
  color: #6eccf0;
  text-decoration: underline !important;
  color: #6eccf0 !important;
}

@media (max-width: 780px) {
  .intro {
    padding: 20px 0 45px;
  }
  .intro img {
    max-width: 15%;
    height: auto;
  }
}

.intro-txt {
  margin-left: 15px;
}

.intro-txt p {
  margin-top: 0.5em;
}

@media (max-width: 780px) {
  .intro-txt p {
    margin-top: 0;
  }
}

.intro-wrap {
  color: #666;
}

.intro-in {
  border: 1px solid #666;
  padding: 20px 0;
  text-align: center;
}

.intro-in p {
  font-size: 16px;
}

@media (max-width: 780px) {
  .intro-in {
    padding: 20px 8px;
  }
}

.bld {
  font-weight: bold;
}

.nmb {
  font-size: 30px;
  margin: 9px 0 16px;
  display: block;
  line-height: 25px;
}

.nmb:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../img/phone.png');
  vertical-align: bottom;
  margin-right: 0.3em;
}

.txt-small {
  font-size: 12px;
}

.app-friend {
  padding: 23px 0 18px;
}

.app-web {
  padding: 40px 0 22px;
}

.txt−center {
  text-align: center;
}

.apply-att {
  background-color: #eef7fc;
  padding: 38px 0 0;
  text-align: center;
}

.apply-att p {
  font-size: 16px;
}

.apply-att a {
  color: #6eccf0;
  text-decoration: underline !important;
  color: #6eccf0 !important;
}

@media (max-width: 780px) {
  .apply-att {
    padding: 2em 1em 0;
  }
}

.intro-img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 780px) {
  .intro-img {
    display: block;
    text-align: center;
  }
  .intro-img img {
    margin-bottom: 2em;
    max-width: 100%;
    height: auto;
  }
}

.drop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 56px;
}

@media (max-width: 780px) {
  .drop {
    display: block;
  }
}

.drop-list {
  margin: 40px 0;
  flex: 1;
}

.drop-list p {
  font-size: 24px;
  font-family: 'Yu Mincho', 'YuMincho', serif;
  color: #6eccf0;
  font-weight: bold;
}

.drop-list p:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 26px;
  background-image: url('../img/drop-blue.png');
  vertical-align: text-top;
  margin-right: 6px;
}

.drop-list ul {
  margin-left: 25px;
}

.drop-list li {
  font-size: 16px;
  color: #666;
  padding-left: 1em;
  text-indent: -1em;
  margin: 15px 0 0;
}

.drop-list li:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 17px;
  background-image: url('../img/drop-glay.png');
  vertical-align: text-top;
  margin-right: 9px;
}

@media (max-width: 780px) {
  .drop-list ul {
    margin-left: 4px;
  }
}

.confirm {
  background-color: #eef7fc;
  padding: 40px 50px 59px;
}

.confirm ul {
  margin: 0 0 23px;
}

.confirm li {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  padding-left: 2em;
  text-indent: -2em;
}

@media (max-width: 780px) {
  .confirm {
    padding: 40px 15px 14px;
  }
}

.title-att:before {
  width: 94px !important;
}

.confirm-img {
  justify-content: center;
}

.mr-num {
  margin-right: 15px;
  font-weight: bold;
}

.mr-r {
  margin-right: 18px;
}

.notes {
  margin-bottom: 68px;
}

.notes li {
  color: #666;
  font-size: 16px;
  line-height: 2;
}

.sp-only {
  display: none;
}

@media (max-width: 780px) {
  .sp-only {
    display: block;
  }
}

.wrap .or {
  font-family: 'Yu Mincho', 'YuMincho', serif;
  font-size: 24px;
  text-align: center;
  color: #666;
  font-weight: bold;
  margin: 37px 0 0;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px !important;
}

@media (max-width: 780px) {
  .anchor {
    padding-top: 49px;
    margin-top: -49px !important;
  }
}

.banner-fr {
  padding-top: 40px;
}
@media screen and (max-width: 780px) {
  .banner-fr {
    width: 97%;
    padding: 0 0 10px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */
