@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #333333;
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP", serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc_only {
  display: none;
}

/*モバイルのみ表示*/

/*画像の縦横比設定*/
img {
  display: block;
  width: 100%;
  height: auto;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

html {
  font-size: 16px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.button-login-submit {
  width: 100% !important;
  max-width: 23.8125rem !important;
  /* padding: 0.5rem !important;
  border: none !important;
  border-radius: 0px !important;
  background-color: #FBA500 !important;
  color: #FFF !important;
  font-weight: 700 !important;
  font-size: 1rem !important; */

  padding-block: 12px !important;
  padding-inline: 33px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #026dd6 !important;
  background-color: #F3F5F8 !important;
  border: 1px solid #979797 !important;
  border-radius: 5px !important;
  transition: all .3s !important;
}

.button-login-submit:hover {
  color: #fff !important;
  background-color: #4f8ec1 !important;
}

.form-login {
  margin-block: 0 !important;
  padding-top: 44px !important;
  margin-inline: auto !important;
  border: none !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-login__main {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 3.75rem !important;
  padding-top: 71px;
  padding-bottom: 78px;
  background-color: #fff;
}

.form-login__group {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 1.5rem !important;
}

.form-login__label {
  font-size: 1rem !important;
  color: #666666;
}

.form-login__input {
  border: 2px solid blue !important;
  background-color: #FFF !important;
}

.form-login__layout {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  width: 100% !important;
  max-width: 20.8125rem !important;
  margin-top: 3.5rem !important;
  gap: 0.5rem !important;
}

.form-login__label--layout {
  font-size: 0.8125rem !important;
  text-align: center !important;
}

.form-login__input--layout {
  border: 1px solid #000 !important;
}

.form-login__submits {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-top: 1.875rem !important;
  gap: 5rem !important;
}

.form-login__layout-submit {
  margin-top: 1.5625rem !important;
}

/* .header {
  background-color: #ffffff;
} */

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  gap: clamp(2.75rem, -2.05rem + 9.6vw, 8.75rem);
}

.header__inner--logout {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner--logout .header__logo-area {
  width: 70%;
}
.header__inner--logout .header__logout {
  width: 30%;
  text-align: right;
}

.header__logo-link {
  display: block;
  aspect-ratio: 263/51;
  width: 100%;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.login {
  width: auto !important;
  height: 100%;
  margin-top: 0;
  padding: 0 !important;
  padding-top: 0.5rem;
  /* background: rgb(194, 235, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgb(194, 235, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(194, 235, 255) 35%, rgb(255, 255, 255) 100%); */
}

.wp-login-logo {
  display: none;
}

.forgetmenot {
  display: none;
}

.login #nav {
  display: none;
}

.login #backtoblog {
  display: none;
}

.language-switcher {
  display: none;
}

/* 追加 */


.content-title {
  margin-top: 22px;
  padding-block: 2.375rem 1.75rem;
  background-image: -webkit-gradient(linear, right top, left top, from(rgb(189, 233, 232)), to(rgb(101, 167, 218)));
  background-image: linear-gradient(270deg, rgb(189, 233, 232), rgb(101, 167, 218));
  color: #FFF;
  text-align: center;
}

.content-title__title {
  font-weight: 700;
  font-size: 1.9375rem;
}

.content-title__sub {
  font-weight: normal;
  font-size: 1.1875rem;
}

.content {
  background-color: #ebf8ff;
}

.content__wrapper {
  padding-top: 2rem;
  padding-bottom: 2.4375rem;
}

.form-login__body {
  background-color: #ebf8ff;
}

.footer {
  padding-block: 57px;
  background-color: #2d7daa;
}

@media screen and (min-width: 780px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  html {
    font-size: 1.4814814815vw;
  }
  .button-login-submit {
    width: 23.8125rem !important;
    font-size: 1.4375rem !important;
  }
  .form-login__group {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .form-login__label {
    font-size: 1.5rem !important;
  }
  .form-login__input {
    width: 33.75rem !important;
  }
  .form-login__layout {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .form-login__label--layout {
    font-size: 1.125rem !important;
  }
  .form-login__input--layout {
    width: 20.4375rem !important;
  }
  .form-login__submits {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .header__inner {
    margin-top: 2.375rem;
  }
  .header__logo-link {
    width: 16.4375rem;
  }
  .inner {
    max-width: 1130px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=map/my-login.css.map */