@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  scroll-behavior: smooth;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 LOGIN-SPACE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.login-space {
  padding: 60px 0 60px 0;
}
.login-space .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffce9;
  border: solid 5px #ffef87;
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 100px 0px 100px 0px;
}
.login-space .wrapper .inner .explain {
  width: 100%;
  margin: 0 auto 0;
}
.login-space .wrapper .inner .explain .sentence p {
  font-size: 22px;
  font-weight: 700;
  color: #eaa43b;
}
.login-space .wrapper .inner form {
  padding: 40px 0 0 0;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  color: #8d5604;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-space .wrapper .inner form input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.login-space .wrapper .inner form #password {
  background: #fff;
  border: solid 1px #ccc;
  padding: 6px 10px 6px 10px;
}
.login-space .wrapper .inner form .btns {
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 6px 25px;
  font-weight: bold;
  letter-spacing: 0.5pt;
  text-decoration: none;
  color: #ffffff;
  background-color: #F15A24;
  cursor: pointer;
  transition-duration: 0.3s;
}
.login-space .wrapper .inner .error {
  margin: 10px 0 0 0;
}
.login-space .wrapper .inner .error p {
  text-align: center;
  color: #ff0000;
  font-weight: 700;
  font-size: 24px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .login-space {
    padding: 60px 0 60px 0;
  }
  .login-space .wrapper {
    max-width: 92%;
    margin: 0 auto 0;
    padding: 40px 40px 40px 40px;
  }
  .login-space .wrapper .inner .explain {
    width: 80%;
    margin: 0 auto 0;
  }
  .login-space .wrapper .inner .explain .sentence p {
    font-size: 2.5vw;
  }
  .login-space .wrapper .inner form {
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 2.5vw;
  }
  .login-space .wrapper .inner .error {
    margin: 10px 0 0 0;
  }
  .login-space .wrapper .inner .error p {
    font-size: 18px;
  }
}
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .login-space {
    padding: 60px 0 60px 0;
  }
  .login-space .wrapper {
    max-width: 92%;
    margin: 0 auto 0;
    padding: 40px 30px 40px 30px;
  }
  .login-space .wrapper .inner .explain {
    width: 80%;
    margin: 0 auto 0;
  }
  .login-space .wrapper .inner .explain .sentence p {
    font-size: 2.5vw;
  }
  .login-space .wrapper .inner form {
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 2.5vw;
  }
  .login-space .wrapper .inner form #password {
    width: 35%;
  }
  .login-space .wrapper .inner .error {
    margin: 10px 0 0 0;
  }
  .login-space .wrapper .inner .error p {
    font-size: 18px;
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .login-space {
    padding: 60px 0 60px 0;
  }
  .login-space .wrapper {
    max-width: 94%;
    margin: 0 auto 0;
    padding: 5% 20px 5% 20px;
  }
  .login-space .wrapper .inner .explain {
    width: 100%;
    margin: 0 auto 0;
  }
  .login-space .wrapper .inner .explain .sentence p {
    font-size: 3.75vw;
  }
  .login-space .wrapper .inner form {
    padding: 5vw 0 0;
    text-align: center;
    font-size: 4vw;
    display: block;
  }
  .login-space .wrapper .inner form #password {
    width: 40%;
  }
  .login-space .wrapper .inner form .btns {
    margin-top: 20px;
    padding: 6px 20px;
    display: block;
    margin: 20px auto 0;
  }
  .login-space .wrapper .inner .error {
    margin: 10px 0 0 0;
  }
  .login-space .wrapper .inner .error p {
    font-size: 4vw;
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 ONLY-CONTENT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.only-content {
  padding: 60px 0 60px 0;
}
.only-content .wrapper {
  background: #fffce9;
  border: solid 5px #ffef87;
  max-width: 1480px;
  width: 96%;
  margin: 0 auto 0;
  padding: 100px 0px 100px 0px;
}
.only-content .wrapper h2 {
  color: #8d5604;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}
.only-content .wrapper .button {
  text-align: center;
  margin: 10px 0 0 0;
}
.only-content .wrapper .button a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2057b8;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #fff;
  padding: 3px 30px 3px 30px;
}
.only-content .wrapper .button a .catch {
  font-size: 24px;
  padding: 0 5px 0 0;
}
.only-content .wrapper .button a .icon {
  line-height: 0;
  width: 25px;
}
.only-content .wrapper .button a .icon img {
  width: 100%;
  height: auto;
}
.only-content .wrapper .inner .explain {
  width: 90%;
  margin: 0 auto 0;
}
.only-content .wrapper .inner .explain .sentence p {
  font-size: 22px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  color: #eaa43b;
}
.only-content .wrapper .inner form {
  padding: 40px 0 0 0;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  color: #8d5604;
}
.only-content .wrapper .inner form .btns {
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 6px 25px;
  font-weight: bold;
  letter-spacing: 0.5pt;
  text-decoration: none;
  color: #ffffff;
  background-color: #F15A24;
  cursor: pointer;
  transition-duration: 0.3s;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .only-content {
    padding: 60px 0 60px 0;
  }
  .only-content .wrapper {
    max-width: 1480px;
    width: 96%;
    margin: 0 auto 0;
    padding: 100px 0px 100px 0px;
  }
  .only-content .wrapper h2 {
    font-size: 26px;
  }
  .only-content .wrapper .button {
    margin: 10px 0 0 0;
  }
  .only-content .wrapper .button a {
    padding: 3px 30px 3px 30px;
  }
  .only-content .wrapper .button a .catch {
    font-size: 22px;
    padding: 0 5px 0 0;
  }
  .only-content .wrapper .button a .icon {
    line-height: 0;
    width: 22px;
  }
  .only-content .wrapper .button a .icon img {
    width: 100%;
    height: auto;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .only-content {
    padding: 60px 0 60px 0;
  }
  .only-content .wrapper {
    max-width: 1480px;
    width: 96%;
    margin: 0 auto 0;
    padding: 100px 0px 100px 0px;
  }
  .only-content .wrapper h2 {
    font-size: 22px;
  }
  .only-content .wrapper .button {
    margin: 15px 0 0 0;
  }
  .only-content .wrapper .button a {
    padding: 3px 30px 3px 30px;
  }
  .only-content .wrapper .button a .catch {
    font-size: 20px;
    padding: 0 5px 0 0;
  }
  .only-content .wrapper .button a .icon {
    line-height: 0;
    width: 20px;
  }
  .only-content .wrapper .button a .icon img {
    width: 100%;
    height: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .only-content {
    padding: 60px 0 60px 0;
  }
  .only-content .wrapper {
    max-width: 1480px;
    width: 96%;
    margin: 0 auto 0;
    padding: 100px 0px 100px 0px;
  }
  .only-content .wrapper h2 {
    font-size: 5.25vw;
  }
  .only-content .wrapper .button {
    margin: 15px 0 0 0;
  }
  .only-content .wrapper .button a {
    padding: 3px 20px 3px 20px;
  }
  .only-content .wrapper .button a .catch {
    font-size: 4vw;
    padding: 0 5px 0 0;
  }
  .only-content .wrapper .button a .icon {
    line-height: 0;
    width: 4.5vw;
  }
  .only-content .wrapper .button a .icon img {
    width: 100%;
    height: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */