/*-----------------------------------------------
  2021.8.27 バナー追加のため、クラス追加
----------------------------------------------- */
.p-oshirase {
  width: 100%;
  background: #ecedef
}
@media print, screen and (min-width:769px) {
  .p-oshirase {
    min-width: 1290px
  }
}
.p-oshirase__inner {
  margin: 0 auto;
  padding: 40px 8vw
}
@media print, screen and (min-width:769px) {
  .p-oshirase__inner {
    width: 828px;
    padding: 0 0 40px 0;
  }
}
.p-oshirase__heading {
  width: 88px;
  margin: 0 auto;
  padding: 7px 0;
  border: 1px solid #1e328c;
  color: #1e328c;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center
}
.p-oshirase ul + ul {
  margin-top: 20px;
  border-top: 1px solid #d2d6e8
}
.p-oshirase__textBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap
}
.p-oshirase__textBnr > li {
  width: 100%;
  margin: 0
}
@media print, screen and (min-width:769px) {
  .p-oshirase__textBnr > li {
    width: auto;
    margin: 0 12px
  }
}
.p-oshirase__textBnr > li + li {
  margin-top: 14px
}
@media print, screen and (min-width:769px) {
  .p-oshirase__textBnr > li + li {
    margin-top: 0
  }
}
.p-oshirase__textBnr > li > a {
  color: #006bcd;
  font-size: 1.6rem;
  text-decoration: none;
  transition: color .2s;
  -webkit-transition: color .2s
}
.p-oshirase__textBnr > li > a:hover {
  color: #349eff
}
.p-oshirase__imgBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap
}
.p-oshirase__imgBnr > li {
  width: 100%;
  margin: 0;
  text-align: center
}
@media print, screen and (min-width:769px) {
  .p-oshirase__imgBnr > li {
    width: auto;
    margin: 0 12px
  }
}
.p-oshirase__imgBnr > li + li {
  margin-top: 24px
}
@media print, screen and (min-width:769px) {
  .p-oshirase__imgBnr > li + li {
    margin-top: 0
  }
}
.p-oshirase__imgBnr > li > a {
  transition: opacity .2s;
  -webkit-transition: opacity .2s
}
.p-oshirase__imgBnr > li > a:hover {
  opacity: .8
}
.p-oshirase__imgBnr > li > a > img {
  display: inline
}

/*-----------------------------------------------
  20211022 recaptcha用追記
----------------------------------------------- */

.g-recaptcha {
  transform-origin: 0% 50%;
  transform: scale(0.9);
  margin-bottom: 8px;
}

@media print, screen and (min-width: 769px) {
  .g-recaptcha {
    margin-bottom: 0;
  }
  .p-login__inputs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-login__1st-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
  .p-login__inputs input[type=text], .p-login__inputs input[type=password] {
    flex-basis: 47%;
  }
  .p-login__2nd-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 24px;
  }
  .p-login__inputs button {
    width: 210px;
  }
  .p-login__btn {
    margin-left: 44px;
  }
  .p-login__btn>a {
    width: 210px;
  }
}
/*-----------------------------------------------
  20230530 追従用追記
----------------------------------------------- */
/* 追従 */
.fixed-box {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  width: 100%;
  padding-top: 18px;
  background-color: rgba(255, 255, 255, 0.75);
}
.fixed-box__inner {
  margin: 0 auto;
}
.fixed-box__inner > p {
  margin: 0 32px 16px;
}
@media screen and (min-width: 767px) {
  .fixed-box__inner > p > .btnGen02 {
    width: 328px !important;
  }
}
.fixed-box__inner--flex {
  margin-bottom: 18px;
}
@media screen and (min-width: 767px) {
  .fixed-box__inner--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.fixed-box__inner--flex > p {
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  .fixed-box__inner--flex > p {
    margin: 0 8px;
  }
}
.fixed-box__inner--flex > p > .btnGen02 {
  width: calc(50vw - 16px) !important;
}
@media screen and (min-width: 767px) {
  .fixed-box__inner--flex > p > .btnGen02 {
    width: 328px !important;
  }
}
.fixed-box__inner--flex2 > p > .btnGen02 {
  width: 100% !important;
}
@media screen and (min-width: 767px) {
  .fixed-box__inner--flex2 > p > .btnGen02 {
    width: 328px !important;
  }
}
.fixed-box__inner--flex3 > p > .btnGen02 {
  width: 100% !important;
}
@media screen and (min-width: 767px) {
  .fixed-box__inner--flex3 > p > .btnGen02 {
    width: 328px !important;
  }
}
.fixed-box__inner--login {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.fixed-box__inner--login > p {
  margin: 0 8px 0 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  .fixed-box__inner--login > p {
    margin: 0 8px;
  }
}
.fixed-box__inner--login > p > .btnGen02 {
  width: calc(30vw - 16px) !important;
}
@media screen and (min-width: 767px) {
  .fixed-box__inner--login > p > .btnGen02 {
    width: 268px !important;
  }
}
.spbr {
  display: initial;
}
@media screen and (min-width: 767px) {
  .spbr {
    display: none;
  }
}
