@charset "utf-8";
/* CSS Document */

.shiken__guide {
  margin-top: 100px;
  padding: 60px 70px;
  border: solid 1px rgba(35,40,40,0.3);
}
.shiken__guide-catch {
  font-size: 18px;
  text-align: center;
  word-break: keep-all;
}
.shiken__guide-columns {
  display: flex;
}
.shiken__guide-col {
  width: 50%;
  margin-top: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shiken__guide-col:last-of-type {
  border-left: solid 1px rgba(35,40,40,0.3);
}
.shiken__guide-col img {
  max-width: 331px;
  width: 100%;
  margin: auto;
}
.shiken__guide-title {
  font-size: 21px;
  font-weight: 700;
}
.shiken__guide-title b {
  color: #008a6c;
  font-size: 32px;
}
.shiken__guide-title b span {
  font-size: 0.9rem;
}
.shiken__guide-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 32px;
  margin: 20px auto 10px;
  background: url("../img/shiken/guide_arrow.svg") no-repeat center/ contain;
}
.shiken__guide-info {
  margin-top: 40px;
  padding: 1em 1.5em;
  background: #edeeee;
  text-align: center;
  line-height: 1.5em!important;
}
.shiken__guide-info strong {
  font-weight: 700;
  color: #f04646;
}
.shiken__guide-btn {
  display: block;
  width: fit-content;
  margin: 50px auto 0;
}
.shiken__guide-btn img {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .shiken__guide {
    margin-top: 50px;
    padding: 30px 20px;
  }
  .shiken__guide-columns {
    flex-direction: column;
  }
  .shiken__guide-catch {
    font-size: 16px;
  }
  .shiken__guide-col {
    width: 100%;
    margin-top: 20px;
  }
  .shiken__guide-col:last-of-type {
    padding-top: 30px;
    border-top: solid 1px rgba(35,40,40,0.3);
    border-left: none;
  }
  .shiken__guide-title {
    font-size: 16px;
  }
  .shiken__guide-title::after {
    width: 40px;
    height: 21px;
    margin: 10px auto 0;
  }
  .shiken__guide-title b {
    font-size: 20px;
  }
  .shiken__guide-info {
    margin-top: 30px;
    text-align: justify;
    word-break: break-all;
  }
  .shiken__guide-btn {
    margin: 30px auto 0;
  }
}

/* headerボタン 20260902 */

#header ul li .btn--02>span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #76d2e1;
    border-radius: 3px;
    padding: .4em 1em .6em 1.2em;
    letter-spacing: .08em
}

/* 会員機能　登録・ログイン誘導 20260902 */

.mypage__register-login_info {
  display: flex;
  align-items: center;
  border: solid 6px #bfe2da;
  min-height: 220px;
  margin-top: 30px;
}
.mypage__register-login_info div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 150px;
}
.mypage__register-login_info div + div {  
  border-left: solid 1px #80c4b5;
}
.mypage__register-login_info a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  text-decoration: none;
  color: inherit;
}
.mypage__register-login_info a span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
}
.mypage__register-login_info a span::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/mypage/arrow.svg") no-repeat;
}
@media screen and (max-width: 768px) {
  .mypage__register-login_info {
    flex-direction: column;
    min-height: 200px;
  }
  .mypage__register-login_info div {
    width: 85%;
    min-height: 100px;
  }
  .mypage__register-login_info div + div {  
    border-left: none;
    border-top: solid 1px #80c4b5;
  }
  .mypage__register-login_info a {
    gap: 15px;
  }
  .mypage__register-login_info a img {
    width: 20%;
  }
  .mypage__register-login_info a span {
    font-size: 17px;
  }
  .mypage__register-login_info div + div a span {
    margin-left: 3%;
  }
}