/* kv */
.main_kv h1 {
  margin: 0;
}

.main_kv h1 img {
  margin: 0 auto;
}

/* lead */

.main_lead {
  margin: 30px auto;
  width: 770px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_lead h2 {
  background: url("/entry_pubuser/image/ttl-border.png") no-repeat center bottom;
  background-size: 100%;
  font-feature-settings: "palt";
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-bottom: 9px;
  text-align: center;
  min-width: 551px;
}

.main_lead h2 span {
  color: #F75586;
}

.main_lead p {
  font-weight: 300;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0;
}

/* main */
.google_regist {
  background: #FFF9EE;
}

.google_regist_inner {
  padding: 32px 0 40px;
  margin: 0 auto;
  width: 920px;
}

.google_regist_inner h2 {
  color: #F75586;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 40px;
  position: relative;
}

.google_regist_inner h2 span {
  background: #FFF9EE;
  padding: 10px 20px 10px 0;
  ;
  position: relative;
  z-index: 1;
}

.google_regist_inner h2:after {
  border-top: 2px solid #f75687;
  content: '';
  left: 0;
  padding-right: 10px;
  position: absolute;
  top: 48%;
  width: 100%;
}

/* main stepbox*/
.step_box {
  width: 920px;
}

.step_box .step_ttl {
  color: #F75586;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 30px 23px 40px;
  position: relative;
}

.step_box .step_ttl:after {
  border-top: 2px solid #f75687;
  content: '';
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 56%;
}

.step_box .step_inner {
  padding: 0;
  position: relative;
  margin-bottom: 12px;
}

.step_box .step_inner .list {
  display: grid;
  gap: 38px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.step_box .step_inner li {
  background: #fff;
  border: 2px solid #F75586;
  border-radius: 5px;
  position: relative;
}

.step_box .step_inner li::after {
  border-color: transparent transparent transparent #f05289;
  border-style: solid;
  border-width: 12px 0 12px 14px;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: -28px;
  top: 0;
  width: 0;
}

.step_box .step_inner li:last-child {
  margin-right: 0;
}

.step_box .step_inner li:last-child::after {
  content: none;
}

.step_box .step_inner li dl {
  padding: 0;
}

.step_box .step_inner li dt {
  background: #FFE1EA;
  border-bottom: 2px solid #F75586;
  border-radius: 3px 3px 0 0;
  color: #F75586;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 12px 8px;
  position: relative;
  text-align: center;
}

.step_box .step_inner li dt::before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 48px;
  left: -18px;
  position: absolute;
  top: -18px;
  width: 48px;
}

.step_box .step_inner li:nth-child(1) dt::before {
  background-image: url("/entry_pubuser/image/ico-step-01.png");
}

.step_box .step_inner li:nth-child(2) dt::before {
  background-image: url("/entry_pubuser/image/ico-step-02.png");
}

.step_box .step_inner li:nth-child(2) dt {
  letter-spacing: 0.3em;
  text-indent: .3em;
}

.step_box .step_inner li:nth-child(3) dt::before {
  background-image: url("/entry_pubuser/image/ico-step-03.png");
}

.step_box .step_inner li:nth-child(4) dt::before {
  background-image: url("/entry_pubuser/image/ico-step-04.png");
}

.step_box .step_inner li dd {
  font-weight: 300;
  font-size: 17px;
  line-height: 25.5px;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 16px;
}
.red {
  color: #f00;
  font-weight: 600;
}

.step_inner:after {
  background: url("/entry_pubuser/image/img-arrow.png");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 64px;
  left: 50%;
  margin-top: 12px;
  position: relative;
  transform: translateX(-50%);
  width: 72px;
}

/* googleで登録　*/
.google_regist_btn {
  margin: 0 auto;
  position: relative;
  width: 350px;
}

.google_regist_btn:hover {
  opacity: .8;
}

.google_regist_btn:before {
  background: url("/entry_pubuser/image/img-kantan.png") no-repeat;
  background-size: 165px 57px;
  content: "";
  display: inline-block;
  height: 56px;
  left: 0;
  position: absolute;
  top: -50px;
  transform: translateX(-50%);
  width: 164px;
}

.google_regist_btn a {
  background: #C80D46;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 3px #00000026;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 19px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  padding: 16px 0px 17px 50px;
  text-align: center;
}

.google_regist_btn a:before {
  background: #fff url("/entry_pubuser/image/ico-google.png") no-repeat center center / contain;
  background-size: 28px 28px;
  border-radius: 2px 0 0 2px;
  content: '';
  display: inline-block;
  height: 48px;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
}

/* メールアドレスで登録 */
.mail_regist {
  margin: 30px auto;
  padding-bottom: 20px;
  width: 920px;
}

.mail_regist h2 {
  color: #F75586;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 15px;
  position: relative;
}

.mail_regist h2:after {
  border-top: 2px solid #f75687;
  content: '';
  left: 0;
  padding-right: 10px;
  position: absolute;
  top: 48%;
  width: 100%;
}

.mail_regist h2 span {
  background: #fff;
  padding: 10px 20px 10px 0;
  position: relative;
  z-index: 1;
}

.mail_regist_box {
  display: flex;
  justify-content: space-between;
}

.mail_regist_box .text {
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0;
}

.mail_regist_box .btn {
  width: 300px;
}

.mail_regist_box .btn:hover {
  opacity: .8;
}

.mail_regist_box .btn a {
  background: #C80D46 url("/entry_pubuser/image/ico-btn-arrow.png") no-repeat right 15px center;
  background-size: 8px 10px;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 3px #00000026;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 19px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  padding: 16px 20px 17px;
  text-align: center;
}

.pc_hide {
  display: none;
}

.sp_hide {
  display: block;
}

.notice {
  background: #fff;
  border: 2px solid #F75586;
  border-radius: 5px;
  margin: 20px auto 0;
  padding: 1em 2em;
}
.notice .notice_ttl {
  color: #F75586;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.notice p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.login_link_btn  {
  margin-top: 10px;
  text-align: center;
}
.login_link_btn a {
  background: #C80D46 url("/entry_pubuser/image/ico-btn-arrow.png") no-repeat right 15px center;
  background-size: 8px 10px;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 3px #00000026;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 3em 10px 2em;
  text-align: center;
}

/* レスポンシブ */
@media screen and (max-width: 767px) {
  .main_lead {
    width: 345px;
  }

  .main_lead h2 {
    background: url("/entry_pubuser/image/ttl-border-sp.png") no-repeat center bottom;
    background-size: auto 6px;
    font-size: 16px;
    padding-bottom: 10px;
    width: auto;
  }

  .main_lead h2 span {
    font-size: 18px;
  }

  .main_lead p {
    font-size: 16px;
  }

  .google_regist_inner {
    padding-top: 10px;
    width: auto;
  }

  .google_regist_inner h2 {
    border-bottom: 2px solid #F75586;
    margin: 0 13px 30px;
    text-align: center;
  }

  .google_regist_inner h2 span {
    background: none;
    font-size: 18px;
    padding-top: 10px;
  }

  .google_regist_inner h2:after {
    content: none;
  }

  .step_box {
    width: 100%;
  }

  .step_box .step_inner .list {
    grid-template-columns: auto;
  }
  .step_box .step_inner li::after {
    border-width: 12px 0 12px 14px;
    bottom: auto;
    right: 48%;
    top: auto;
    transform: rotate(90deg) translate(50%);
  }
  .step_box .step_inner li {
    min-height: auto;
  }

  .step_box .step_inner li dt {
    font-size: 18px;
  }
  .step_box .step_inner li dd {
    font-size: 16px;
    line-height: 150%;
  }

  .step_box .step_inner {
    padding: 0 23px;
  }

  .google_regist_btn {
    margin: 0 auto;
    position: relative;
    width: 297px;
  }

  .google_regist_btn:before {
    background: url("/entry_pubuser/image/img-kantan-sp.png") no-repeat;
    background-size: 119px 41px;
    display: inline-block;
    height: 41px;
    left: 30px;
    top: -41px;
    width: 120px;
  }
  .google_regist_btn:hover {
    opacity: 1;
  }
  .mail_regist_box .btn:hover {
    opacity: 1;
  }
  .google_regist_btn a {
    font-size: 17px;
  }
  .google_regist_btn a:before {
    height: 46px;
    width: 46px;
  }

  .mail_regist {
    margin-top: 20px;
    width: auto;
  }

  .mail_regist h2 {
    border-bottom: 2px solid #F75586;
    margin: 0 13px 12px;
    text-align: center;
  }

  .mail_regist h2:after {
    content: none;
  }

  .mail_regist h2 span {
    background: none;
    font-size: 18px;
    gap: 20px;
    padding-top: 10px;
  }

  .mail_regist_box {
    align-items: center;
    flex-direction: column;
  }

  .mail_regist_box .text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .pc_hide {
    display: block;
  }

  .sp_hide {
    display: none;
  }
}

/* パンくず */
#siteroute li:not([class]):last-child > a span,
#siteroute li .last_crumbs,
#siteroute li > a,
#siteroute li * {
  background: url(/image_cmn/cmn_mrk_siteroute02.gif) no-repeat 0 center;
  font-size: 16px !important;
}

#siteroute li span {
  background: url(/image_cmn/cmn_mrk_siteroute02.gif) no-repeat 0 center;
  padding: 1px 0 0 12px;
}

@media screen and (max-width: 750px) {
  #siteroute {
    box-shadow: none;
  }
  #siteroute li:not([class]):last-child > a span,
  #siteroute li .last_crumbs,
  #siteroute li > a,
  #siteroute li * {
    font-size: 14px !important;
  }

}