@charset 'UTF-8';

/* base */
html {
  font-size: 62.5%;
}
html body {
  margin: 0;
}
a:link, a:visited {
  color: #06c;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #39f;
}
strong, em {
  color: inherit;
  font-style: normal;
  font-weight: normal;
}
p {
  margin-top: 0.5em;
}
li {
  list-style: none;
}

/* layout */
.pc-none {
  display: none;
}
.sp-none {
  display: inline-block;
}
p {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 0;
}
em {
  color: #f57c31;
  font-weight: bold;
}
.hdg-wrap {
  width: 100%;
  height: 210px;
  background-color: #4A9CEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdg-wrap .icon-new-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff100;
  color: #4A9CEF;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin-right: 25px;
}
.hdg-wrap .hdg {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}
main {
  width: 100%;
  background-color: #f3f3f3;
  margin: 0;
  padding-bottom: 80px;
}
.contents {
  margin: 0 auto;
  padding: 48px 0 0;
  width: 1130px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.section-wrap {
  margin: 0 auto 48px;
  width: 820px;
}
.section-introduction p {
  font-size: 1.6rem;
}
.section-step ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-step li {
  width: 100%;
}
.section-step li+li {
  margin-top: 60px;
}
.step-hdg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  text-align: center;
  width: 100%;
  padding: 10px;
  margin: 0 auto 35px;
  background: #00aaeb;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.step-hdg:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: transparent;
  border-top-color: #00aaeb;
  width: 0;
  height: 0;
  border-width: 11px 8px 0 8px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.step-content {
  display: flex;
}
.step-content .img {
  min-width: 320px;
  margin-right: 25px;
}
.step-content .img img {
  width: 100%;
}
.step-help {
  position: relative;
  border: 1px solid #00aaeb;
  padding: 20px 20px 20px 60px;
  margin-top: 30px;
  font-size: 1.3rem;
}
.step-help:before {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  content: "";
}
.section-attention {
  width: 100%;
  border: 1px solid #e0e0db;
  padding: 18px 50px 30px;
}
.attention-hdg {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.attention-contents p {
  margin-bottom: 10px;
}
.note {
  display: inline-block;
  font-weight: bold;
  margin: 5px 0;
}
.attention-contents a {
  position: relative;
  padding: 0 0 0 16px;
  font-size: 1.4rem;
}
.attention-contents a:before, .attention-contents a:after {
  position: absolute;
  left: 1px;
  display: block;
  width: 9px;
  height: 1px;
  background: #00abeb;
  content: "";
}
.attention-contents a:before {
  top: 6px;
  transform: rotate(43deg);
}
.attention-contents a:after {
  top: 12px;
  transform: rotate(-43deg);
}
.attention-contents a+a {
  margin-left: 20px;
}
.section-wrap:last-child {
  /*background: #F1F1F1;*/
  width: 1130px;
  padding: 10px 150px 70px;
  margin-bottom: 0;
}
.section-buttonList {
  text-align: center;
}
.balloon {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 30px 0;
}
.balloon:before, .balloon:after {
  content: '';
  display: inline-block;
  width: 2px;
  background-color: #00aaeb;
  transform-origin: center bottom;
  transform: rotate(-40deg);
}
.balloon:after {
  transform: rotate(40deg);
}
.balloon span {
  margin: 10px 20px 0;
  line-height: 2;
  color: #00aaeb;
}
.buttonList {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.buttonList li {
  width: 50%;
  padding: 0 15px;
}
.btnSet {
  display: inline-block;
  width: 100%;
  min-height: 48px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 0 2.5px 0 rgba(0, 0, 0, .25);
  box-sizing: border-box;
  font-size: 1.6rem;
  background: #fff;
}
.btnSet.orange {
  background: #f57c31;
  color: #fff;
}
.btnSet.orange span {
  background: #fff;
  color: #f57c31;
  border-radius: 11px;
  font-size: 1.2rem;
  padding: 2px 8px;
  margin-right: 6px;
}
.btnSet.orange:hover, .btnSet.orange:active, .btnSet.orange:focus {
  background: #f79b62;
}
.copyright {
  color: #fff;
  background: #00aaeb;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 12px 0;
}
.copyright.v2 small {
  font-size: 100%;
}
@media screen and (max-width: 780px) {
  .pc-none {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
  .hdg-wrap-sp {
    width: 100%;
    height: 100px;
  }

  .hdg-wrap .hdg {
    font-size: 3rem;
  }
  .hdg-wrap .hdg-title {
    font-size: 2rem;
  }


  .hdg-wrap .icon-new-01 {
    font-size: 2rem;
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }
  .hdg-wrap .icon-question {
    height: 35px;
    width: 35px;
  }

  main {
    padding: 0 14px;
  }
  .app-main {
    padding-bottom: 25px;
  }
  .contents {
    margin: 0;
    padding: 32px 14px 0;
    min-width: 343px;
    max-width: 100%;
  }
  .section-wrap {
    margin: 0 auto 32px;
    width: 100%;
  }
  .section-step li+li {
    margin-top: 32px;
  }
  .step-hdg {
    width: calc(100% + 28px);
    margin-left: -14px;
  }
  .step-content {
    flex-direction: column;
  }
  .step-content .img {
    text-align: center;
    min-width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }
  /*.step-content .img img {
    width: 280px;
    height: 280px;
  }
  */
  .step-help {
    padding: 15px 15px 15px 45px;
    margin-top: 20px;
  }
  .step-help-02 {
    padding: 15px 15px 15px 15px;
  }
  .step-help:before {
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
  .section-attention {
    padding: 25px 12px 30px;
  }
  .attention-contents a {
    display: block;
  }
  .attention-contents a+a {
    margin-left: 0;
    margin-top: 2px;
  }
  .balloon {
    font-size: 1.8rem;
    margin: 10px 0 20px;
  }
  .balloon span {
    margin: 10px 15px 0;
    line-height: 1.8;
  }
  .buttonList {
    flex-direction: column;
    margin-top: 20px;
  }
  .buttonList li {
    width: 100%;
    padding: 0;
  }
  .buttonList li+li {
    margin-top: 15px;
  }
  .section-wrap:last-child {
    width: calc(100% + 28px);
    margin-left: -14px;
    padding: 10px 14px 40px;
  }
}
