@charset "utf-8";
/* ============== 共通 =================== */
#contents {
  background: #fff5af;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #383635;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}
#contents .inner {
  width: 100%;
  background: #fff;
}
.display-sp {
  display: none;
}
.display-pc {
  display: block;
}
a {
  color: #2473b3;
  text-decoration: underline;
}
.ly-block {
  max-width: 980px;
  margin: 0 auto;
}
.ly-bg-white {
  padding: 50px 15px 0;
}
.ly-bg-dot {
  padding: 40px 15px 35px;
  background-color: #fef7dd;
  background-image: radial-gradient(#ebe5d9 9%, transparent 12%), radial-gradient(#ebe5d9 9%, transparent 12%);
  background-position: 0 0, 9px 9px;
  background-size: 18px 18px;
}
.sec-box {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.sec-box_ttl {
  margin-bottom: 50px;
}
.sec-box_ttl img {
  margin: 0 auto;
}
.container-wrap #pagetop {
  padding-top: 30px;
}
/* ============== TOPへ戻る =================== */
.link-top {
  text-align: right;
  max-width: 980px;
  margin: 0 auto;
}
.link-top a {
  color: #383635;
  display: inline-block;
  margin-top: 10px;
}
/* ============== 終了対応 =================== */
.end_txt {
  color: #FF0004;
  font-weight: bold;
  font-size: 180%;
  margin-bottom: 15px;
}
/* ================= ボタン周り ====================== */
.btn-entry {
  margin: 0 auto 15px;
  text-align: center;
  font-size: 0;
}
.ly-bg-dot .btn-entry {
  margin-top: 25px;
}
.ly-bg-dot .btn-entry_att {
  margin-bottom: 30px;
}
.btn-entry .btn-entry_link {
  display: inline-block;
  max-width: 100%;
}
.btn-entry a:hover {
  opacity: 0.8;
  transform: translateY(1px);
}
.btn-entry_att {
  padding: 0 10px;
  font-size: 18px;
  line-height: 1.5;
}
.btn-entry_att a {
  color: #2473B3;
}
/* ============== MV =================== */
.mv {
  margin-bottom: 45px;
}
.mv-pc {
  position: relative;
}
.pc_img {
  background: #59C6E5;
  padding: 56px 10px 50px;
  box-shadow: inset 0 -10px 0 #59bae5;
  border-bottom: 10px solid #66DAF9;
}
.pc_term {
  background-color: #fef7dd;
  background-image: radial-gradient(#ebe5d9 9%, transparent 12%), radial-gradient(#ebe5d9 9%, transparent 12%);
  background-position: 0 0, 9px 9px;
  background-size: 18px 18px;
  position: relative;
  padding-top: 70px;
}
.pc_term img {
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 5.3%;
}
/* ================= ナビ ====================== */
.nav {
  margin-bottom: 52px;
}
.nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 35px;
}
.nav_item {
  position: relative;
  width: calc((100% - 32px)/3);
}
.nav_item:hover {
  opacity: 0.8;
}
.nav_item::after {
  content: "";
  display: block;
  height: 16px;
  width: 27px;
  position: absolute;
  background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontaweb2107/img/nav_arrow.png) 0 0 no-repeat;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* ================= sec-present ====================== */
.present_wrap {
  width: 98%;
  margin-bottom: 35px;
}
.sec-box.present {
  border: 1px solid #383635;
  border-radius: 6px;
  overflow: hidden;
}
.present .sec-box_ttl {
  background: #59C6E5;
  padding: 24px 10px;
  text-align: center;
  margin-bottom: 35px;
}
.present .sec-box_lead {
  text-align: left;
}
.present .sec-box_inner {
  padding: 0 40px 50px;
  font-size: 19px;
  line-height: 1.5;
}
.present .sec-box_img {
  margin-top: 30px;
}
/* ================= sec-flow ====================== */
.flow .sec-box_ttl {
  margin-top: 28px;
}
.flow .step-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
}
.step-list_item:first-child {
	width: 30.41%;
}
.step-list_item:nth-child(2){
	width: 35.41%;
}
.step-list_item:last-child {
	width: 30.31%;
}
/* ================= sec-pontaweb ====================== */
.sec-box.pontaweb {
  margin-bottom: 35px;
}
.pontaweb .sec-box_ttl {
  margin-top: 20px;
}
.pontaweb .sec-box_inner {
  border: 1px solid #383635;
  border-radius: 6px;
}
.pontaweb .sec-box_subttl {
  margin-top: 46px;
  margin-bottom: 30px;
}
.pontaweb .sec-box_subttl img {
  margin: 0 auto;
}
.pontaweb .sec-box_lead {
  font-size: 19px;
  line-height: 1.5;
}
.pontaweb .sec-box_img {
  margin: 58px auto 60px;
  padding: 0 15px;
}
.pontaweb .sec-box_img img {
  margin: 0 auto;
}
/* =========== 注釈 ============= */
.att {
  text-align: left;
  font-size: 19px;
  line-height: 1.6;
}
.att .sec-box_ttl {
  margin-top: 20px;
}
.att_ttl {
  margin: 3% auto 1%;
  font-size: 26px;
  padding-left: 1.3em;
  position: relative;
}
.att_ttl::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  background: #59C6E5;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.att_list, .att_sublist {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
/* ============== タブレット調整用=============== */
@media only screen and (min-width:767px) and (max-width:979px) {}
/* ================= SP ====================== */
@media screen and (max-width: 767px) {
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  #contents {
    font-size: 1.3rem;
  }
  .sec-box.ly-block {
    max-width: 100%;
    width: calc(100% - 30px);
  }
  .ly-bg-white {
    padding: 10% 15px 0;
  }
  .ly-bg-dot {
    padding: 6% 15px;
  }
  .sec-box {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .sec-box_ttl {
    margin-bottom: 7%;
  }
  .container-wrap #pagetop {
    padding-top: 6%;
  }
  /* ============== TOPへ戻る =================== */
  .link-top {
    max-width: 100%;
  }
  /* ============== 終了対応 =================== */
  .end_txt {
    font-size: 160%;
    margin-bottom: 3%;
  }
  /* ================= ボタン周り ====================== */
  .btn-entry_wrap.btn-entry-top {
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 0 auto;
  }
  .btn-entry {
    max-width: 348px;
  }
  .ly-bg-dot .btn-entry {
    margin-top: 0;
  }
  .btn-entry a:hover {
    opacity: 1;
    transform: translateY(0);
  }
  .btn-entry_att {
    padding: 0;
    font-size: 13px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  .ly-bg-dot .btn-entry_att {
    margin-bottom: 1%;
  }
  .btn-entry_txt-link {
    padding-left: 1em;
  }
  /* ============== MV =================== */
  .mv {
    margin-bottom: 6.5%;
  }
  /* ================= ナビ ====================== */
  .nav {
    margin-bottom: 8%;
    padding-top: 8%;
  }
  .nav_list {
    padding-bottom: 0;
    border: 1px solid #383635;
    border-radius: 6px;
    align-items: stretch;
  }
  .nav_item {
    width: calc(100% /3);
    /* box-shadow: inset -1px 0 0 #383635; */
    border-right: 1px solid #383635;
  }
  .nav_item:nth-child(3) {
    border-right: 0;
    /* box-shadow: inset -1px 0 0 transparent; */
  }
  .nav_item:hover {
    opacity: 1;
  }
  .nav_item::after {
    content: none;
  }
  .nav_item img {
    height: inherit;
    margin: 0 auto;
  }
  /* ================= sec-present ====================== */
  .present_wrap {
    width: calc(100% - 30px);
    margin-bottom: 6%;
  }
  .present .sec-box_ttl {
    padding: 13px 10px;
    margin-bottom: 15px;
  }
  .present .sec-box_ttl img {
    width: 50%;
  }
  .present .sec-box_img {
    margin: 20px auto 0;
  }
  .present .sec-box_inner {
    padding: 0 20px 20px;
    font-size: 13px;
  }
  /* ================= sec-flow ====================== */
  .flow .sec-box_ttl {
    margin-top: 6%;
  }
  .flow .sec-box_ttl img {
    width: 64%;
  }
  .flow .step-list {
    display: block;
    margin-bottom: 6%;
    width: 100%;
  }
  .flow .step-list_item {
    background: #fff;
    border: 1px solid #383635;
    border-radius: 6px;
    overflow: hidden;
	width: 100%;
  }
  .flow .step-list_item + .step-list_item {
    margin-top: 6%;
  }
  /* ================= sec-pontaweb ====================== */
  .sec-box.pontaweb {
    padding-top: 5%;
    margin-bottom: 6%;
  }
  .pontaweb .ly-block {
    width: auto;
  }
  .pontaweb .sec-box_ttl img {
    width: 50%;
  }
  .pontaweb .sec-box_subttl {
    margin-top: 7%;
    margin-bottom: 6%;
  }
  .pontaweb .sec-box_subttl img {
    width: 58%;
  }
  .pontaweb .sec-box_lead {
    font-size: 13px;
    line-height: 1.8;
  }
  .pontaweb .sec-box_img {
    margin: 6% auto;
    padding: 0;
  }
  .pontaweb .sec-box_img img {
    width: 78%;
  }
  /* =========== 注釈 ============= */
  .att {
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
  }
  .att .sec-box_ttl {
    margin-top: 0;
  }
  .att .sec-box_ttl img {
    width: 54%;
  }
  .att_ttl {
    margin: 4% auto 1%;
    font-size: 15px;
    padding-left: 1em;
  }
  .att_ttl::before {
    width: 12px;
    height: 12px;
  }
  .att_list, .att_sublist {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
  }
}