@charset "UTF-8";
/* login
/*----------------------------------------------------*/
#mypage_login .contents__title {
  display: none;
}
#mypage_login .information {
  width: 100%;
}
#mypage_login .information ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #f3f2f1;
  max-height: 180px;
  margin-top: 15px;
  overflow-y: auto;
  padding: 0;
}
#mypage_login .information time {
  display: inline-flex;
  background: #fff;
  border-bottom: 1px solid var(--main500);
  padding: 5px 12px;
  line-height: 1.5;
  font-size: 12px;
  font-weight: bold;
}
#mypage_login .information p {
  padding: 12px;
}
#mypage_login .kiyaku {
  flex: 1;
  background: #f3f2f1;
  max-height: 180px;
  overflow-y: scroll;
  padding: 12px;
  font-size: 12px;
}
#mypage_login .forget {
  margin-top: 5px;
  text-align: right;
  font-size: 13px;
}
#mypage_login .id-pass__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#mypage_login .id-pass__wrap > label {
  position: relative;
  display: flex;
  align-items: start;
}
#mypage_login .id-pass__wrap > label span {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 10px;
  color: #000;
}
#mypage_login .id-pass__wrap input {
  background: #f3f2f1;
  border: none;
  width: 100%;
  padding: 12px 15px;
  padding-left: 35px;
  text-align: center;
  font-size: 16px;
}
#mypage_login .ssl {
  width: 100%;
  font-size: 11px;
  color: #555;
}
#mypage_login .ssl .lang__en {
  font-size: 10px;
}
#mypage_login #login_auth + .ssl {
  text-align: center;
}
#mypage_login .footer .ssl {
  display: none;
}

.login__message {
  width: 100%;
  margin-bottom: -22px;
}
.login__message .main__text {
  font-weight: bold;
}
.login__message .all__login__text {
  margin-top: 12px;
}

.login__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.login__item h2 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}
.login__item p {
  max-height: 125px;
  overflow-y: auto;
  line-height: 1.7;
  font-size: 12px;
}

.login__button .btn {
  width: 100%;
  font-size: 14px;
}
.login__button.original .btn {
  text-align: center;
}
.login__button .mynavi {
  display: flex;
  background: #fff url(../img/common_images/outersite/mynavi_logo.png) left calc(50% - 40px) top calc(50% - 2px)/100px no-repeat;
  border-color: #00abeb;
  min-width: 250px;
  padding: 15px 10px 15px 100px;
  line-height: 1;
  color: #000;
}
.login__button .mynavi .material-symbols-outlined {
  font-size: 11px;
  width: 11px;
  height: 11px;
  overflow: hidden;
}
.login__button .line {
  display: flex;
  background: #fff url(../img/common_images/outersite/LINE_Brand_icon.png) left 5px center/35px no-repeat;
  border: 1px solid #03C755;
  border-radius: 5px;
  padding: 12px 40px 12px 80px;
  color: #000;
}
.login__button .line .material-symbols-outlined {
  font-size: 11px;
  width: 11px;
  height: 11px;
  overflow: hidden;
}

/* login
/*----------------------------------------------------*/
/* login_yoko
/*----------------------------------------------------*/
.login__wrap {
  display: flex;
  flex: 1;
  align-items: center;
  align-self: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
.login__wrap .top__img {
  display: none;
}
.login__wrap > form {
  display: flex;
  align-self: flex-start;
  gap: 40px;
}
.login__wrap > form:has(> div:nth-child(2):last-child) {
  width: 30%;
}
.login__wrap > form:has(> div:nth-child(3):last-child) {
  width: 60%;
}
.login__wrap > form > div {
  flex: 1;
}

/* login_yoko
/*----------------------------------------------------*/
@media screen and (max-width: 599px) {
  #mypage_login .ssl {
    text-align: left;
  }
  .login__wrap {
    flex-direction: column;
  }
  .login__wrap > form {
    flex-direction: column;
    width: 100%;
  }
  .login__wrap > form:has(> div:nth-child(2):last-child) {
    width: 100%;
  }
  .login__wrap > form:has(> div:nth-child(3):last-child) {
    width: 100%;
  }
}
/* menu_yoko
/*----------------------------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 20px;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.header .menu__back.pc__menu {
  margin-left: auto;
}
.header .logo :where(img) {
  max-width: 220px;
  max-height: 90px;
}
.header #menu_dialog {
  display: none;
}
.header .menu__btn {
  display: none;
}
.header .menu,
.header .menu__sub,
.header .menu__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.header .menu a,
.header .menu__sub a,
.header .menu__text a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  color: #555;
  transition: 0.2s;
}
.header .menu a:hover,
.header .menu__sub a:hover,
.header .menu__text a:hover {
  opacity: 70%;
}
.header .menu a > .material-symbols-outlined,
.header .menu__sub a > .material-symbols-outlined,
.header .menu__text a > .material-symbols-outlined {
  font-size: 16px;
  height: 16px;
  width: 16px;
  overflow: hidden;
}
.header .menu a .page__out,
.header .menu__sub a .page__out,
.header .menu__text a .page__out {
  font-size: 10px;
  height: 10px;
  width: 10px;
  overflow: hidden;
}
.header .menu {
  flex: 1;
  gap: 3px;
}
.header .menu a {
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 5px 8px;
  font-size: 12.5px;
  font-weight: bold;
}
.header .menu .menu__high a {
  background: var(--main100);
  border: 2px solid var(--main200);
}
.header .menu .menu__mid a {
  background: var(--main50);
  border: 2px solid var(--main200);
}
.header .menu .menu__now a {
  border-bottom: 2px solid var(--main500);
  color: var(--main700);
}
.header .menu__sub,
.header .menu__text {
  font-size: 12px;
}
.header .menu__sub a,
.header .menu__text a {
  padding: 4px 0;
  color: #555;
}
.header .menu__sub a:hover,
.header .menu__text a:hover {
  opacity: 70%;
}
.header .menu__sub .material-symbols-outlined,
.header .menu__text .material-symbols-outlined {
  display: none;
}
.header .menu__sub .menu__now,
.header .menu__text .menu__now {
  font-weight: bold;
  color: var(--main700);
}
.header .menu__sub {
  width: 100%;
  text-align: right;
}
.header .menu__sub a {
  padding: 3px 8px;
  font-size: 12px;
}
.header .menu__sub a::before {
  content: "・";
  margin-right: 0;
  font-size: 10px;
}
.header .menu__sub .menu__now {
  font-weight: bold;
  color: var(--main700);
}
.header .menu__text {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  font-size: 12px;
  top: 0;
  right: 0;
}
.header .menu__text a {
  padding: 5px 8px;
  font-size: 12px;
}
.header .menu__text .menu__now {
  font-weight: bold;
  color: var(--main700);
}

.s1 .page__all .header, .s1 .page__all .main {
  margin-top: 0;
}

.c1 .header, .c2 .header, .c3 .header, .c4 .header, .c5 .header, .c6 .header, .c7 .header, .c8 .header, .c9 .header, .c10 .header, .c11 .header {
  padding-top: 0;
}

.s16 .page__all .header__img {
  margin-bottom: 20px;
}

body.gray .menu .menu__high a {
  background: var(--main100);
  border: 2px solid var(--active);
}
body.gray .menu .menu__mid a {
  background: var(--main50);
  border: 2px solid var(--main400);
}
body.gray .menu .menu__now a {
  border-bottom: 2px solid var(--active);
  color: var(--active);
}
body.gray .menu__sub .menu__now a,
body.gray .menu__text .menu__now a {
  color: var(--active);
}

@media screen and (min-width: 600px) {
  .menu .menu__facebook a,
  .menu .menu__twitter a {
    border: none;
    margin: 0 0 0 15px;
    padding: 0;
  }
  .go__maincontents.type__pc {
    display: block;
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
  .go__maincontents.type__pc:focus {
    display: flex;
    background: #555;
    margin-bottom: 10px;
    border: none;
    outline: 2px solid blue;
    outline-offset: 1px;
    width: auto;
    height: auto;
    font-size: 12px;
    overflow: auto;
  }
  .go__maincontents.type__sp {
    display: none;
  }
}
/* menu_yoko
/*----------------------------------------------------*/
@media screen and (max-width: 599px) {
  .header {
    position: sticky;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    height: 60px;
    padding: 0;
    padding-left: 20px;
    top: 0;
    z-index: 1;
  }
  .header .logo img {
    width: auto;
    max-width: 128px;
    max-height: 50px;
  }
  .header > .menu__back {
    display: none;
  }
  .header .menu__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: none;
    border: none;
    width: 60px;
    height: 60px;
    margin: 0 0 0 auto;
    color: #333;
    cursor: pointer;
    transition: 0.2s;
  }
  .header .menu__btn:hover, .header .menu__btn:active {
    background: rgba(0, 0, 0, 0.05);
  }
  .header .menu__btn:focus, .header .menu__btn:focus-visible {
    background: rgba(0, 0, 0, 0.05);
    outline: none;
  }
  .header #menu_dialog {
    display: none;
    border: none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 60px);
    max-height: 100%;
  }
  .header #menu_dialog::backdrop {
    background: rgba(0, 0, 0, 0.2);
  }
  .header #menu_dialog[open] {
    display: flex;
    overflow: visible;
  }
  .header .menu__back {
    flex: 1 1 auto;
    height: 100%;
  }
  .header .menu__close {
    background: rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 100vh;
  }
  .header .menu__close__btn {
    position: absolute;
    top: 0;
    right: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    width: 60px;
    height: 60px;
  }
  .header .menu__close__btn span {
    color: #333;
  }
  .header .menu__close__btn:hover, .header .menu__close__btn:active {
    background: #e3e2e1;
    opacity: 1;
  }
  .header .menu__close__btn:focus, .header .menu__close__btn:focus-visible {
    background: #e3e2e1;
    outline: none;
  }
  .header .menu__wrap {
    background: white;
    border: none;
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 20px;
    padding-bottom: 100px;
    overflow-y: auto;
    right: auto;
    animation: menuOpen 0.1s 0.1s ease backwards;
  }
  .header .menu {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .header .menu a {
    display: flex;
    border-left: 3px solid var(--back);
    padding: 8px 0 8px 10px;
    font-size: 13px;
  }
  .header .menu .menu__now a {
    border-bottom: none;
    border-left: 3px solid var(--main500);
  }
  .header .menu:has(.menu__facebook),
  .header .menu:has(.menu__twitter) {
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .header .menu:has(.menu__facebook) li,
  .header .menu:has(.menu__twitter) li {
    width: 100%;
  }
  .header .menu:has(.menu__facebook) .menu__facebook,
  .header .menu:has(.menu__facebook) .menu__twitter,
  .header .menu:has(.menu__twitter) .menu__facebook,
  .header .menu:has(.menu__twitter) .menu__twitter {
    width: fit-content;
  }
  .header .menu:has(.menu__facebook) .menu__facebook a,
  .header .menu:has(.menu__facebook) .menu__twitter a,
  .header .menu:has(.menu__twitter) .menu__facebook a,
  .header .menu:has(.menu__twitter) .menu__twitter a {
    border: none;
    padding: 0;
  }
  .header .menu__sub,
  .header .menu__text {
    position: static;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
  }
  .header .menu__sub li,
  .header .menu__text li {
    width: 100%;
  }
  .header .menu__sub a,
  .header .menu__text a {
    display: flex;
    flex: 1;
    padding: 8px 0 8px 10px;
  }
  .header .menu__sub .menu__now,
  .header .menu__text .menu__now {
    border-bottom: none;
    border-left: none;
  }
  .go__maincontents.type__sp {
    display: block;
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
  .go__maincontents.type__sp:focus {
    display: flex;
    background: #555;
    margin-bottom: 10px;
    border: none;
    outline: 2px solid blue;
    outline-offset: 1px;
    width: auto;
    height: auto;
    font-size: 12px;
    overflow: auto;
  }
  .go__maincontents.type__pc {
    display: none;
  }
  [popover]:not(:popover-open):not(dialog[open]) {
    display: none;
  }
  @keyframes menuOpen {
    from {
      opacity: 0;
      translate: -30px 0;
    }
    to {
      opacity: 1;
      translate: 0px 0;
    }
  }
  @keyframes menuBack {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .ssl {
    margin-top: 20px;
    text-align: left;
  }
}
/* org_b
/*----------------------------------------------------*/
:root {
  --wide: 1200px;
}

body {
  width: 100%;
  height: 100vh;
}

.back__img {
  display: none;
}

.page__all {
  box-sizing: content-box;
  font-size: 14px;
  flex-wrap: wrap;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.header__img {
  display: none;
}

.header {
  position: sticky;
  max-width: var(--wide);
  height: 130px;
  padding: 0;
  top: 0;
}

.main {
  background-color: #f3f2f1;
  background-size: 1200px auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: var(--wide);
  margin: 0 auto;
  padding-top: 500px;
}

.main__img {
  background: #ccc;
  width: 1200px;
  height: 500px;
}

.login__wrap {
  background: #fff;
  box-shadow: var(--shadow-md);
  border-radius: 5px;
  max-width: var(--wide);
  padding: 40px;
}
.login__wrap > form:has(> div:nth-child(2):last-child) {
  width: 30%;
}
.login__wrap > form:has(> div:nth-child(3):last-child) {
  width: 60%;
}

.ssl {
  font-size: 10px;
  color: #555;
}

.login__cover {
  display: none;
}

.original__header,
.original__footer {
  display: none;
}

/* org_b
/*----------------------------------------------------*/
@media screen and (max-width: 599px) {
  body {
    display: block;
    background: #fff;
  }
  .page__all {
    display: block;
  }
  .header {
    width: 100%;
    height: 60px;
    padding: 0;
    padding-left: 20px;
  }
  .main {
    display: block;
    background-color: #fff;
    background-position: top center;
    background-size: 100% auto;
    width: 100%;
    padding: 41.67% 0 0;
  }
  .main.sp__login {
    background-size: cover;
    min-height: calc(100vh - 60px);
    padding: 25px;
  }
  .main.sp__login .contents {
    display: flex;
    opacity: 0;
    transition: all 0.2s;
  }
  .main.sp__login .contents.open {
    opacity: 1;
  }
  .main__img {
    width: 100%;
  }
  .login__wrap {
    align-items: flex-start;
    box-shadow: none;
    border-radius: 0;
    padding: 15px;
  }
  .login__wrap > form {
    flex-direction: column;
    width: 100%;
  }
  .login__wrap > form:has(> div:nth-child(2):last-child) {
    width: 100%;
  }
  .login__wrap > form:has(> div:nth-child(3):last-child) {
    width: 100%;
  }
  .ssl {
    position: static;
    margin: -25px 0 0;
  }
  .bw .header__img {
    display: block;
    width: 100%;
    background: red;
    height: 100vh;
  }
  .login__cover {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background: transparent;
    width: 100%;
    margin-bottom: 20px;
  }
  .login__cover > .btn, .login__cover > a {
    width: 50%;
  }
  .login__cover .ssl__message {
    position: fixed;
    background: rgba(0, 0, 0, 0.6666666667);
    padding: 12px;
    font-size: 10px;
    word-break: auto-phrase;
    text-align: center;
    color: #fff;
    left: 0;
    bottom: 0;
  }
}/*# sourceMappingURL=org_b.css.map */