@charset "UTF-8";
@media (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}
.myid__fix_btn {
  display: block;
  position: fixed;
  background: #2d75c7;
  right: 0;
  top: 200px;
  padding: 20px 10px;
  width: 10px;
  z-index: 100;
}
@media (min-width: 768px) {
  .myid__fix_btn {
    top: 230px;
    padding: 20px 12px;
    width: 16px;
  }
}
.myid__top {
  padding: 0 0 60px;
  border-bottom: solid 1px #e6e6e6;
}
@media (min-width: 768px) {
  .myid__top {
    padding: 20px 0 80px;
  }
}
.myid__top__mv_images {
  width: 100%;
}
.myid__top__title {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  margin: 30px 0 0;
  font-feature-settings: "palt";
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .myid__top__title {
    font-size: 28px;
  }
}
.myid__top__txt {
  font-size: 1rem;
  margin: 20px 0 60px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .myid__top__txt {
    margin: 20px 0 70px;
    text-align: center;
  }
}
.myid__top__btn {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
  width: 90%;
  min-height: 60px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 15px 18px;
  position: relative;
}
.myid__top__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 5%;
}
@media (min-width: 768px) {
  .myid__top__btn {
    max-width: 640px;
    min-height: 80px;
    font-size: 24px;
  }
}
.myid__service_etc {
  padding: 60px 0;
  border-bottom: solid 1px #e6e6e6;
}
@media (min-width: 768px) {
  .myid__service_etc {
    padding: 80px 40px 70px;
  }
}
.myid__service_etc__title {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 30px;
  font-feature-settings: "palt";
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .myid__service_etc__title {
    font-size: 28px;
    margin: 0 0 40px;
  }
}
.myid__service_etc__list {
  margin: 0;
  padding: 0;
}
.myid__service_etc__list li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #e6e6e6;
  font-weight: bold;
  padding: 12px 0;
  margin-bottom: 10px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .myid__service_etc__list {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  .myid__service_etc__list li {
    width: 100%;
    min-height: 70px;
  }
}
.myid__service_etc__txt {
  margin: 0;
  text-align: right;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .myid__service_etc__txt {
    font-size: 18px;
  }
}
.myid__service_etc__detail {
  text-align: center;
  margin: 0;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .myid__service_etc__detail {
    font-size: 18px;
  }
}
.myid__sign_in {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .myid__sign_in {
    padding: 90px 0 80px;
  }
}
.myid__sign_in__title {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  font-feature-settings: "palt";
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .myid__sign_in__title {
    font-size: 28px;
  }
}
.myid__sign_in__txt {
  font-size: 1rem;
  margin: 20px 0 40px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .myid__sign_in__txt {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .myid__sign_in__content {
    display: flex;
    justify-content: center;
  }
}
.myid__sign_in__content__child .sign_in_image {
  width: 100%;
}
@media (max-width: 767px) {
  .myid__sign_in__content__child:first-child {
    margin: 0 0 35px;
  }
}
@media (min-width: 768px) {
  .myid__sign_in__content__child:last-child {
    max-width: 521px;
    margin-left: 40px;
    margin-top: 15px;
  }
}
.myid__sign_in__content__child__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .myid__sign_in__content__child__detail {
    align-items: flex-start;
  }
}
.myid__sign_in__content__child__detail__pic {
  width: 160px;
}
.myid__sign_in__content__child__detail__txt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  margin: 0;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.4;
}
.myid__sign_in__content__child__txt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  margin: 0;
  text-decoration: underline;
  line-height: 1.4;
}
.myid__register {
  background: #f0f5fb;
  position: relative;
}
.myid__register::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 40px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .myid__register {
    margin: 0 calc(50% - 50vw);
    padding: 70px calc(50vw - 50%);
  }
}
@media (min-width: 768px) {
  .myid__register {
    padding: 90px 40px;
  }
}
.myid__register__title {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  font-feature-settings: "palt";
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .myid__register__title {
    font-size: 28px;
  }
}
.myid__register__txt {
  font-size: 1rem;
  font-weight: bold;
  margin: 20px 0 40px;
  color: #c93434;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  .myid__register__txt {
    font-size: 20px;
    text-align: center;
    margin: 30px 0 60px;
  }
}
.myid__register__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .myid__register__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
}
.myid__register__content__child {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 65px;
  position: relative;
}
@media (min-width: 768px) {
  .myid__register__content__child {
    margin: 0;
  }
}
.myid__register__content__child::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  position: absolute;
}
@media (max-width: 767px) {
  .myid__register__content__child::after {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
  }
}
@media (min-width: 768px) {
  .myid__register__content__child::after {
    width: 0;
    height: 0;
    border-left: 10px solid black;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -15%;
    top: 45%;
  }
}
.myid__register__content__child:last-child {
  margin: 0;
}
.myid__register__content__child:last-child::after {
  content: none;
  display: none;
}
@media (min-width: 768px) {
  .myid__register__content__child__pic {
    width: 250px;
  }
  .myid__register__content__child__pic img {
    width: 100%;
  }
}
.myid__register__content__child__txt {
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.myid__register__annotation {
  padding: 0;
  margin: 40px 0 60px;
}
.myid__register__annotation li {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.8rem;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .myid__register__annotation {
    margin: 35px 0 80px;
  }
  .myid__register__annotation li {
    font-size: 13px;
  }
}
.myid__annotation {
  padding: 0;
  margin: 20px 0 55px;
}
.myid__annotation li {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .myid__annotation {
    margin: 10px 0 85px;
  }
  .myid__annotation li {
    font-size: 13px;
  }
}
/*# sourceMappingURL=id_style.css.map */
