@charset "UTF-8";
/* display */
@media (min-width: 768px) {
  .u-forsp {
    display: none !important;
    content-visibility: hidden;
  }
}
@media print {
  .u-forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-forpc {
    display: none !important;
    content-visibility: hidden;
  }
}
/* rollover */
.u-oro {
  transition: opacity .3s ease-in;
}
.u-oro:hover {
  opacity: .7;
}

/* img */
img.u-liquid {
  width: 100%;
  height: auto;
}
img.u-liquid-mw {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* reset
==================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.625;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

main, section {
  display: block;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  overflow-wrap: break-word;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link {
  color: #0068b7;
  text-decoration: none;
}

a:visited {
  color: #0068b7;
  text-decoration: none;
}

a:hover {
  color: #FF3300;
  text-decoration: underline;
}

a:active {
  color: #FF3300;
  text-decoration: underline;
}

a[target="_blank"] img {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

/* container
==================================== */
.container__inner {
  box-sizing: content-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .container__inner {
    box-sizing: border-box;
    padding: 0 4vw;
  }
}

/* header 
==================================== */
.header {
  margin-bottom: 25px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .header {
    margin-bottom: 4vw;
    padding: 4vw 0;
  }
  .header__logo img {
    width: 27.33333vw;
    height: auto;
  }
}

/* footer 
==================================== */
.footer {
  padding: 20px 0;
  border-top: solid 1px #dcdcdc;
}
.footer__copyright {
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 3.2vw;
    text-align: center;
  }
}

/* component 
==================================== */
.information {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 60px;
}
.information__image {
  flex: 0 0 calc(460 / 1240 * 100%);
}
.information__image img {
  width: 100%;
  height: auto;
}
.information__detail {
  flex: 1 0 0%;
}
.information__detail table {
  width: 100%;
  border-bottom: solid 1px #dcdcdc;
}
.information__detail th, .information__detail td {
  padding: 1em 0;
  border-top: solid 1px #dcdcdc;
  text-align: left;
}
.information__detail th {
  padding-right: 2em;
  width: 5%;
  white-space: nowrap;
}
.information__detail td > div {
  position: relative;
  padding-left: 1.5em;
}
.information__detail td > div::before {
  content: "：";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .information {
    flex-direction: column;
    align-items: center;
    gap: 8vw;
    margin-bottom: 12vw;
  }
  .information__image {
    flex: 0 0 auto;
  }
  .information__image img {
    margin: 0 auto;
    width: 100%;
    max-width: 61.33333vw;
    height: auto;
  }
  .information__detail table, .information__detail tbody, .information__detail tr, .information__detail th, .information__detail td {
    display: block;
    padding: 0;
    border: none;
  }
  .information__detail table {
    border-bottom: solid 1px #dcdcdc;
  }
  .information__detail tr {
    padding: 1em 0;
    border-top: solid 1px #dcdcdc;
  }
  .information__detail th {
    width: auto;
  }
  .information__detail th > div {
    position: relative;
    display: inline-block;
    padding-right: 1.5em;
  }
  .information__detail th > div::after {
    content: "：";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .information__detail td > div {
    padding: 0;
  }
  .information__detail td > div::before {
    display: none;
  }
}

.premium {
  color: #e60012;
}
.premium dt {
  margin-bottom: .5em;
  font-size: 20px;
  font-weight: bold;
}
.premium dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .premium dt {
    font-size: 4.8vw;
  }
}

.profile {
  margin-top: 2em;
  padding: 0 1.5em 1.5em 1.5em;
  border: solid 1px #dcdcdc;
}
.profile__name {
  margin-bottom: .75em;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .profile__name {
    font-size: 4vw;
  }
}

.notes {
  margin-left: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .notes {
    font-size: 3.2vw;
  }
}

.signup,
.signin {
  margin: 1.25em 0 0 0;
  text-align: center;
}

.signin table {
  margin: 0 auto 1.5em;
}
.signin th, .signin td {
  padding: .35em 0;
  vertical-align: middle;
}
.signin th {
  padding-right: 1em;
  text-align: right;
}
.signin input {
  width: 250px;
  padding: .5em;
  border: solid 1px #c1c1c1;
  border-radius: 5px;
  font-size: inherit;
}
.signin p {
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .signin {
    text-align: left;
  }
  .signin table, .signin tbody, .signin tr, .signin th, .signin td {
    display: block;
    padding: 0;
  }
  .signin tr + tr {
    margin-top: 2.66667vw;
  }
  .signin th {
    padding-bottom: .2em;
    text-align: left;
  }
  .signin input {
    width: 100%;
  }
}

/* heading
==================================== */
.heading {
  line-height: 1.3;
  font-weight: bold;
}
.heading--h1 {
  margin-bottom: 2em;
  padding-bottom: .25em;
  border-bottom: solid 2px #333;
  font-size: 24px;
}
.heading--h2 {
  margin-bottom: 1em;
  padding-left: 10px;
  border-left: solid 5px #333;
  font-size: 20px;
}
.heading--h3 {
  margin: 1.5em 0 .35em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .heading--h1 {
    font-size: 5.33333vw;
  }
  .heading--h2 {
    font-size: 4.8vw;
  }
  .heading--h3 {
    font-size: 4vw;
  }
}

/* section
==================================== */
.section {
  margin: 3.5em 0 2em;
}
.section ul:not([class]) {
  margin-left: 1.5em;
  padding: 0;
}

/* btn
==================================== */
.btn {
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 1em 2em .9em;
  background: #0353b5;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
  text-decoration: none !important;
  margin:10px;
}
.btn > span.icon_w {
  padding-right: .75em;
  position: relative;
  display: inline-block;
}
.btn > span.icon_w::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .btn {
    display: block;
    width: 100%;
    padding: .75em 2em .6em;
    font-size: 4.8vw;
  }
}
/** shanon add **/
.login_after{
  display: none;
}
.noLogin {
  display: none;
}
span.hall_note {
  display:block;
}
span.subtitle , span.subtitle{
  display:block;
}
 .btn_back{
  color:#333333 !important;
  background-color:#f5f5f5;
  background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat:repeat-x;
  border:1px solid #cccccc;
 }
 .btn_back > span.icon_b {
  padding-left: 0.75em;
  position: relative;
  display: inline-block;
}
 .btn_back > span.icon_b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  transform: translateY(-50%) rotate(225deg);
 }
 @media only screen and (max-width: 800px) {
.appFormArea .signup {
	width: auto;
}
.appFormArea .btn {
	margin: 10px auto;
}
}