@charset "UTF-8";
#wrapper p {
  text-align: inherit; }

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../img/kv_bg.png) center top no-repeat, #39ACFF;
  background-size: 100% auto, 100% 100%; }

.oks__container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
.oks__kv-area {
  position: relative;
  width: 100%;
  height: min(37vw, 370px); }
.oks__kv-area img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.oks__main {
  max-width: 920px;
  width: 96%;
  margin: 0 auto;
  padding: min(15.6vw, 130px) 0 40px 0;
  background: #FFF;
  border-radius: 40px;
  box-sizing: border-box; }
.oks__title {
  margin-bottom: 24px;
  color: #003A9F;
  font-size: 28px; }
.oks__subtitle {
  margin: 40px 0 24px;
  color: #003A9F;
  font-size: 18px; }
.oks__code-form .code input[type=text] {
  height: 2em !important;
  width: 95px !important;
  border-color: #003A9F !important; }
.oks__caution {
  max-width: 740px;
  width: 90%;
  margin: 16px auto 0;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #F00; }
.oks__caution p {
  color: #F00;
  font-weight: bold; }
.oks__scroll-box {
  max-width: 740px;
  width: 90%;
  height: 240px;
  margin: 0 auto;
  padding: 32px;
  font-size: 16px;
  text-align: left;
  border: 1px solid #999;
  box-sizing: border-box;
  overflow: scroll; }
.oks__agreement-box {
  margin-top: 24px; }
.oks__agreement-box input[type=checkbox] {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  accent-color: #2876FF;
  /*transform: scale(2.3);
  transform-origin: right bottom;*/ }
.oks__agreement-box label {
  position: relative;
  top: -10px;
  font-size: 16px; }
.oks__login__footer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0; }
.oks__login__footer__container {
  max-width: 920px;
  width: 96%;
  margin: 0 auto;
  padding: 24px 0;
  background: #FFF;
  border-radius: 40px;
  box-sizing: border-box; }
.oks__login__footer__information {
  display: flex;
  flex-direction: column;
  align-items: center; }
.oks__login__footer__center {
  max-width: 740px;
  width: 90%;
  text-align: center;
  box-sizing: border-box; }
.oks__login__footer__center__title {
  padding: 24px 0;
  color: #003A9F;
  font-size: 14px !important;
  font-weight: bold; }
.oks__login__footer__right {
  max-width: 740px;
  width: 90%;
  margin-top: 24px;
  border-top: 1px solid #003A9F;
  text-align: center;
  box-sizing: border-box; }
.oks__login__footer__right__title {
  padding: 24px 0 19px;
  color: #003A9F;
  font-size: 14px !important;
  font-weight: bold; }
.oks__login__footer__logo-osaka {
  width: 191px; }
.oks__login__footer__title {
  padding: 24px 0;
  color: #003A9F;
  font-size: 14px !important;
  font-weight: bold; }
.oks__login__footer__tel {
  color: #003A9F;
  font-size: 16px !important;
  font-weight: bold;
  text-decoration: none; }
.oks__login__footer__time {
  font-size: 10px; }
.oks__login__footer__call-center {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }
.oks__login__footer__call-center div {
  width: 245px;
  padding: 24px 0;
  background: #D5F3FF;
  border-radius: 8px; }
@media only screen and (max-width: 740px) {
  .oks__login__footer__call-center div {
    width: 100%; } }
.oks__login__footer__logo-ishikawa {
  height: 108px; }
.oks__login__footer .pTop {
  position: absolute;
  top: -26px;
  right: 0; }
.oks__login__footer .pTop a {
  display: inline-block;
  padding: 4px 16px 4px 32px;
  position: relative;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  background: #003A9F; }
.oks__login__footer .pTop a::after {
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  margin-top: -1px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg); }
.oks__font {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", Hiragino Maru Gothic Pro, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO; }
.oks__tellink,
.oks__emaillink{
  text-decoration: none;
  color: unset;
  font-size: unset;
}

#login_btn {
  max-width: 320px;
  height: 60px;
  margin-top: 40px;
  padding: 0;
  color: #FFF;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 0;
  border: none;
  border-radius: 40px;
  background: #F29608;
  box-shadow: 0 4px 0 #8D5131;
  cursor: pointer; }
#login_btn:hover {
  opacity: 0.8; }

.hidden-pc {
  display: none; }

/* 通常の通知メッセージは表示しない */
.notice_message {
  display: none; }

/* 通知メッセージ */
.notice_message2 {
  border: 1px #00BEF5 solid;
  margin: 8px auto;
  padding: 8px;
  max-width: 700px;
  clear: both; }

.notice_message2 h2 {
  font-size: 16px;
  padding: 8px 0;
  text-align: center; }

.notice_message2 p {
  padding: 3px 0; }
