@charset "utf-8";
/* ============== 共通 =================== */
#contents {
  background: #fffcd9;
  padding: 0 0 10px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
#contents * {
  box-sizing: border-box;
}
#contents a {
  color: #0099cc;
  font-weight: 700;
  text-decoration: underline;
}
#contents a:hover {
  opacity: 0.7;
}
.end_txt {
  font-weight: bold;
  color: #FF0004;
  font-size: 180%;
  text-align: center;
}
.display-sp {
  display: none;
}
#pagetop {
  background: #fffcd9;
}
/* ============== LP =================== */
.top {
  margin-bottom: 30px;
  background: #fff; 
}
.mv {
  background: #dddddd;
}
.term {
  background: #f9881f;
  color: #fff;
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
}
.term span {
  font-size: 18px;
}
.main {
  background: #fff;
  max-width: 850px;
  padding: 25px 20px;
  margin: 30px auto;
  border-radius: 20px;
}
.step_ttl {
  font-size: 22px;
  margin-bottom: 20px;
}
.step_ttl span {
  color: #ff0000;
}
.step_list_wrap {
  margin: auto;
  max-width: 810px;
  margin-bottom: 30px;
}
.step_list {
  display: flex;
  justify-content: center;
}
.step_item + .step_item {
  margin-left: 15px;
}
.step_item {
  width: calc(100%/3);
  max-width: 260px;
  padding-top: 24.1%;
}
.step_item.step_item-01 {
  background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/grampus_follow/img/en-step1_pc.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.step_item.step_item-02 {
  background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/grampus_follow/img/en-step2_pc.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.step_item.step_item-03 {
  background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/grampus_follow/img/en-step3_pc.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.step_note {
  margin-top: 1%;
  text-align: right;
}
/* ============== att =================== */
.att {
  margin-top: 30px;
  padding: 10px;
  text-align: left;
  line-height: 1.7;
}
.att_item + .att_item {
  margin-top: 30px;
}
.att_item_ttl {
  color: #ff6700;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.att_item_inner p {
  margin-top: 10px;
}
.att_item_inner p + p {
  margin-top: 0;
}
.att_item_img {
  margin: 20px auto;
  text-align: center;
}
.att_list-style {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em
}
.att_list-style li > ul, .att_list-style li > ol {
  margin-left: 1em;
  margin-bottom: 5px;
}
.att_small-unit {
  margin: 5px auto 10px;
}
.att_small-unit dt {
  font-weight: bold;
  text-indent: 0;
  margin-left: -0.5em;
}
.att_item_note {
  font-size: 12px;
  color: #909090;
}
.att_item_em {
  color: #ff0505;
}
.att_square-box {
  border: 1px solid #ff0505;
  padding: 10px 15px;
  margin: 5px auto;
  color: #ff0505;
}
.att_square-box dd ol {
  padding-left: 2.1em;
  text-indent: -2.5em;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
  /* ============== 共通 =================== */
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  .end_txt {
    font-size: 150%;
    line-height: 1;
  }
  .end_txt + .main {
    margin-top: 20px;
  }
  /* ============== LP =================== */
  .main {
    width: calc(100% - 40px);
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .term {
    font-size: 16px;
    padding: 5px;
  }
  .term span {
    font-size: 14px;
    display: block;
  }
  .step_ttl {
    font-size: 4.3vw;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .step_list {
    display: block;
  }
  .step_item {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  .step_item img {
    margin: auto;
  }
  .step_item + .step_item {
    margin-left: 0;
    margin-top: 4%;
  }
  .step_item-01 .btn {
    margin-top: 4%;
  }
  .step_item.step_item-01,
  .step_item.step_item-02,
  .step_item.step_item-03 {
    background: none;
  }
  .step_note {
    text-align: left;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 4%;
  }
  /* ============== att =================== */
  .att {
    padding: 0;
    line-height: 1.5;
    font-size: 1.3rem;
  }
  .att_item + .att_item {
    margin-top: 8%;
  }
  .att_item_ttl {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .att_item_inner p, .att_list-style {
    margin-top: 5px;
  }
}