@charset "UTF-8";
/*------------------------------------
MOPM
styles for BeforeLoginPage
added 2020/07
--------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.background {
  background-image: -webkit-linear-gradient(28deg, #283154 0%, #283154 100%);
  background-image: -o-linear-gradient(28deg, #283154 0%, #283154 100%);
  background-image: linear-gradient(62deg, #283154 0%, #283154 100%);
}

@media screen and (min-width: 835px) {
  .background {
    background-image: -webkit-linear-gradient(28deg, #283154 0%, #283154 100%);
    background-image: -o-linear-gradient(28deg, #283154 0%, #283154 100%);
    background-image: linear-gradient(62deg, #283154 0%, #283154 100%);
    background-color: #283154;
  }
}

@media screen and (max-width: 1024px) {
  .drawer-nav {
    background: -webkit-linear-gradient(45deg, #283154 0%, #283154 100%) 0 0/200% 100% repeat;
    background: -o-linear-gradient(45deg, #283154 0%, #283154 100%) 0 0/200% 100% repeat;
    background: linear-gradient(45deg, #283154 0%, #283154 100%) 0 0/200% 100% repeat;
  }
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #999;
  border-radius: 4px;
}

/*-- フォームのエラー箇所 --*/
.alert {
  color: #c32d39;
  font-size: 14px;
  font-size: 1.4rem;
}

.alert:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  margin-right: .3em;
  opacity: .8;
}

.alertInside input,
.alertInside option,
.alertInside select,
.alertInside textarea {
  outline: 0;
  background-color: rgba(195, 45, 57, 0.15) !important;
}

.alertTitle {
  font-weight: bold;
  color: #c32d39 !important;
}

@media screen and (max-width: 425px) {
  .alertTitle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c32d39 !important;
    content: "\f06a" !important;
    margin-right: .25em;
  }
}

/*****
Common Styles（from _20180809.scss
******************************/
html {
  font-size: 62.5%;
}

body {
  background: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555555;
  line-height: 1.5;
  font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Helvetica Neue','Helvetica','Arial',sans-serif;
  padding-top: 56px;
}

@media screen and (min-width: 834px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

button:focus,
input[type="button"] {
  outline: 0;
}

input[type*="button"] {
  cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*****
Red　Line
******************************/
.redLine-vertical-centerd {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 48px;
  border-right: 2px solid #f16522;
}

@media screen and (min-width: 834px) {
  .redLine-vertical-centerd {
    height: 72px;
    top: -32px;
  }
}

.redLine-horizontal {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 32px;
  border-top: 4px solid #f16522;
}

@media screen and (min-width: 834px) {
  .redLine-horizontal {
    width: 40px;
    border-top: 6px solid #f16522;
  }
}

/*****
BeforeLoginPage:　header
******************************/
.siteLogo {
  line-height: 0;
}

.header {
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px #555555;
  box-shadow: 0 0 4px #555555;
  position: fixed;
  top: 35px;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 10000;
}

@media screen and (max-width: 1024px) {
  .header {
    padding-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .header {
    padding-left: 2%;
  }
}

@media screen and (max-width: 768px) {
  .header {
    top: 0;
  }
}

@media screen and (max-width: 425px) {
  .header {
    padding-left: 0;
  }
}

.header img, .header svg {
  max-width: 295px;
  height: auto;
}

@media screen and (max-width: 425px) {
  .header img, .header svg {
    max-width: 128px;
  }
}

@media screen and (max-width: 320px) {
  .header img, .header svg {
    max-width: 100px;
    height: 14.082px;
  }
}

.headerWithBox {
  max-width: 1366px;
  height: 56px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (max-width: 1024px) {
  .headerWithBox {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 834px) {
  .headerWithBox {
    padding-left: 0;
  }
}

@media screen and (max-width: 425px) {
  .headerWithBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 2px;
    padding-left: 2%;
    margin-left: 2%;
  }
}

.headerWithBox__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*****
    BeforeLoginPage:　LoginButton
******************************/
.index--header_login {
  height: 36px;
  background-color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 8px;
  color: #3c4255;
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  border-radius: 4px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.index--header_login:hover {
  opacity: .7;
}

@media screen and (min-width: 834px) {
  .index--header_login {
    padding: 8px 40px;
  }
}

/*****
    BeforeLoginPage:　Register Button(header)
******************************/
.index--header_register {
  height: 36px;
  display: inline-block;
  background: #f16522;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  margin-right: 8px;
  color: #ffffff;
  padding: 8px 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  border-radius: 4px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.index--header_register:hover {
  opacity: .7;
}

@media screen and (min-width: 834px) {
  .index--header_register {
    padding: 8px 40px;
  }
}

/*****
BeforeLoginPage: h2 h3
******************************/
.beforeLogin h2 {
  color: #283154;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
  padding: 1.6rem 0 2.4rem;
}

@media screen and (min-width: 834px) {
  .beforeLogin h2 {
    font-size: 48px;
    font-size: 4.8rem;
    padding: 1.6rem 0 6.4rem;
    font-weight: normal;
    line-height: 1.1;
  }
}

.beforeLogin h3 {
  color: #283154;
  font-weight: 700;
  font-size: 2rem;
  font-size: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: .8rem;
}

@media screen and (min-width: 834px) {
  .beforeLogin h3 {
    text-align: center;
    letter-spacing: -0.5px;
  }
}

/*****
横幅100％のコンテナ
******************************/
.content-block__wrap {
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 32px 0;
}

@media screen and (min-width: 834px) {
  .content-block__wrap {
    padding: 80px 0;
  }
}

/*****
横幅1366pxのコンテナ
******************************/
.content-block {
  width: 100%;
  margin: 0 auto;
}

/*****
横幅1024pxのコンテナ
******************************/
.content-block__box {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

/******************************

各コンテンツ

******************************/
/******************************
  What is market advisor?
******************************/
.what {
  position: relative;
  background: url(../img/image-network.png) no-repeat top right;
  background-size: contain;
}

.what .content-block {
  background: #e8eaf0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(54%, rgba(255, 255, 255, 0)), color-stop(54%, #e8eaf0), to(#e8eaf0));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 54%, #e8eaf0 54%, #e8eaf0 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 54%, #e8eaf0 54%, #e8eaf0 100%);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 54%, #e8eaf0 54%, #e8eaf0 100%);
}

.what .content-block__box {
  padding: 1.6rem 0;
}

.what .content-block__box .text {
  padding: 1.6rem 1.6rem 0;
  position: relative;
}

.what .content-block__box .text dt {
  font-weight: 700;
  font-size: 2rem;
}

.what .content-block__box .text .redLine-horizontal {
  top: 0;
}

.what .content-block__box .image {
  position: relative;
  margin: auto;
}

.what .content-block__box .image img {
  position: relative;
}

@media screen and (min-width: 834px) {
  .what .content-block__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .what .content-block__box .image {
    width: 40%;
    margin: 0;
  }
  .what .content-block__box .text {
    width: 54%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .what .content-block__box .text .redLine-horizontal {
    top: -8px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .what .content-block__box .text h2 {
    text-align: left;
    width: 100%;
  }
  .what .content-block__box .text div {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
  }
}

/*****
  How research works?
******************************/
.how {
  position: relative;
  clear: both;
  background: #bcbdbe url(../img/vertex_background.jpg) no-repeat 0 bottom;
  background-size: contain;
  padding: 0 0 32px;
}

@media screen and (min-width: 834px) {
  .how {
    background-size: cover;
  }
}

.how .title {
  position: relative;
  background-color: rgba(81, 87, 105, 0.8);
}

.how .title .h2 {
  width: 100%;
  padding: 2.4rem 1.6rem 1.6rem;
  color: #ffffff;
}

.how .text {
  width: 94%;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.6);
  margin: 1.6rem auto 0;
}

.how .text h3 {
  font-weight: 500;
}

.how .text p {
  margin-bottom: .8rem;
}

@media screen and (min-width: 834px) {
  .how {
    padding: 7.2rem 0;
  }
  .how .content-block__box {
    position: relative;
  }
  .how .content-block__box::after {
    content: "";
    display: block;
    clear: both;
  }
  .how .content-block__box .title {
    position: absolute;
    top: 24px;
    left: 0;
    width: 24vw;
    height: 20vw;
    max-width: 390px;
    max-height: 360px;
    min-width: 300px;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 0;
  }
  .how .content-block__box .title h2 {
    font-size: 3.2rem;
  }
  .how .content-block__box .text {
    width: 66%;
    float: right;
    margin: 0 auto 0;
    padding: 5.6rem 4rem 5.6rem 8rem;
  }
  .how .content-block__box .text h3 {
    font-size: 3.2rem;
    text-align: left;
  }
  .how .content-block__box .text p {
    font-size: 2rem;
    margin: 1.6rem 0;
  }
}

/******************************
  Why should I join?
******************************/
.why {
  position: relative;
  background: url(../img/image-worldMap.png) no-repeat top right;
  background-size: 80%;
}

@media screen and (min-width: 834px) {
  .why {
    background-size: auto;
  }
}

.why .content-block:nth-child(odd) {
  background: #e8eaf0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(61%, rgba(255, 255, 255, 0)), color-stop(61%, #e8eaf0), to(#e8eaf0));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, #e8eaf0 61%, #e8eaf0 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, #e8eaf0 61%, #e8eaf0 100%);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, #e8eaf0 61%, #e8eaf0 100%);
}

.why .content-block:nth-child(even) {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(61%, rgba(255, 255, 255, 0)), color-stop(61%, #e8eaf0), to(#e8eaf0));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, #e8eaf0 61%, #e8eaf0 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, #e8eaf0 61%, #e8eaf0 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 61%, #e8eaf0 61%, #e8eaf0 100%);
}

@media screen and (min-width: 834px) {
  .why .content-block:nth-child(even) .content-block__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 834px) {
  .why .content-block {
    min-height: 370px;
  }
}

.why .content-block__box {
  margin-bottom: 24px;
}

.why .content-block__box h3 {
  text-align: center;
}

.why .content-block__box .text {
  padding: 3rem 1.6rem 4rem;
  position: relative;
}

.why .content-block__box .text .redLine-horizontal {
  top: 16px;
}

.why .content-block__box .text dt {
  font-weight: 700;
  font-size: 2rem;
}

.why .content-block__box .image {
  height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.why .content-block__box .image img {
  position: relative;
  top: -56px;
}

@media screen and (min-width: 834px) {
  .why .content-block__box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 370px;
    padding: 5.6rem 0;
  }
  .why .content-block__box h3 {
    text-align: left;
    font-size: 3.6rem;
    font-weight: normal;
  }
  .why .content-block__box .image {
    width: 48%;
    height: auto;
  }
  .why .content-block__box .image img {
    position: relative;
    top: 0;
  }
  .why .content-block__box .text {
    width: 50%;
    padding: 3rem 0 4rem 1.6rem;
  }
  .why .content-block__box .text p {
    font-size: 2rem;
  }
  .why .content-block__box .text .redLine-horizontal {
    top: 16px;
    left: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/*****
    Your journey as a market advisor
******************************/
.journey {
  position: relative;
  background: #283154;
}

.journey h2 {
  color: #FFFFFF;
}

.journey .content-block__box {
  padding-bottom: 2.4rem;
}

@media screen and (min-width: 834px) {
  .journey .content-block__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.journey .content-block__item {
  width: 96%;
  padding: 1.6rem;
  background: #FFFFFF;
  margin: 0 auto;
  position: relative;
}

.journey .content-block__item:not(:last-child) {
  margin-bottom: 3px;
}

.journey .content-block__item dt {
  font-weight: 700;
  padding: 0 0 .8rem 0;
  color: #283154;
}

.journey .content-block__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.journey .content-block__item dd span.image {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  text-align: center;
}

.journey .content-block__item dd span.text {
  display: block;
  padding: 0 0 0 2.4rem;
}

.journey .content-block__item .red-arrow {
  position: absolute;
  top: -3px;
  left: 24px;
  border-top: 16px solid #f16522;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
}

@media screen and (min-width: 834px) {
  .journey .content-block__item {
    padding: 3.2rem 1.6rem 1.6rem;
    width: 20%;
    border-radius: 25%;
  }
  .journey .content-block__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 3px;
  }
  .journey .content-block__item dt {
    text-align: center;
    font-size: 1.8rem;
  }
  .journey .content-block__item dd {
    display: block;
  }
  .journey .content-block__item dd span.image {
    width: initial;
    height: 104px;
    padding: 1.6rem 0;
  }
  .journey .content-block__item dd span.image img {
    max-width: initial;
  }
  .journey .content-block__item dd span.text {
    display: block;
    padding: 0 0 0 0;
  }
  .journey .content-block__item .red-arrow {
    position: absolute;
    left: -3px;
    top: 32px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #f16522;
  }
}

/*****
    Who we are?
******************************/
.who {
  background: #e8eaf0;
}

.who .content-block {
  padding: 1.6rem;
}

.who .content-block p {
  margin-bottom: .8rem;
}

.who .content-block_box01 {
  position: relative;
}

.who .content-block_box01 .redLine-horizontal {
  top: 4px;
}

@media screen and (min-width: 834px) {
  .who .content-block__box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .who .content-block__box01 h2 {
    width: 24vw;
    max-width: 390px;
    min-width: 300px;
    padding: 1.6rem 0;
    text-align: left;
  }
  .who .content-block__box01 p {
    width: 64%;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 1.6rem;
  }
  .who .content-block__box01 .redLine-horizontal {
    top: -8px;
    left: 24px;
  }
  .who .content-block__box02 p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

/*****
    Registter in 3 easy steps
******************************/
.steps {
  position: relative;
}

.steps .content-block {
  position: relative;
}

.steps .content-block .redLine-horizontal {
  top: 0;
}

@media screen and (min-width: 834px) {
  .steps .content-block .redLine-horizontal {
    top: -16px;
  }
}

.steps .content-block__steps {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 834px) {
  .steps .content-block__steps {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 834px) {
  .steps .content-block__steps {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.steps .content-block__step {
  width: 100%;
  padding: 0 1.6rem;
}

.steps .content-block__step p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps .content-block__step .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.steps .content-block__step .image img {
  max-width: 104px;
}

.steps .content-block__step .text {
  display: block;
  padding: 0 0 0 2.4rem;
}

@media screen and (min-width: 834px) {
  .steps .content-block__step {
    width: 33.33333%;
    padding: 1.6rem;
  }
  .steps .content-block__step p {
    display: block;
  }
  .steps .content-block__step .image {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.6rem 0;
  }
  .steps .content-block__step .image img {
    max-width: initial;
  }
  .steps .content-block__step .text {
    padding: 0 0 0 0;
    height: 75px;
  }
}

.steps .content-block .arrow {
  text-align: center;
  width: 100%;
}

.steps .content-block .arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 4rem;
  color: #d0d0d0;
}

@media screen and (min-width: 834px) {
  .steps .content-block .arrow {
    width: 40px;
  }
  .steps .content-block .arrow:before {
    content: "\f054";
    font-size: 7.2rem;
  }
}

/*****
      Header Login Button Area
  ******************************/
@media screen and (max-width: 425px) {
  .beforeLogin .headerWithBox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/*****
      HeaderImageArea
  ******************************/
.beforeLogin__heroImage-wrap {
  background: #283154;
  background: -webkit-gradient(linear, left bottom, left top, from(#f16522), to(#52beff));
  background: -webkit-linear-gradient(bottom, #f16522 0%, #52beff 100%);
  background: -o-linear-gradient(bottom, #f16522 0%, #52beff 100%);
  background: linear-gradient(0deg, #f16522 0%, #52beff 100%);
  position: relative;
}

.beforeLogin__heroImage {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.beforeLogin__heroImage-left {
  display: none;
}

.beforeLogin__heroImage-text {
  width: 100%;
  max-width: 600px;
  color: #ffffff;
  width: 88%;
  padding: 2.4rem 0;
  margin: 0 auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.beforeLogin__heroImage-text h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  line-height: 1.4;
  letter-spacing: .8px;
}

.beforeLogin__heroImage-text p {
  text-align: left;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 1.6rem;
}

.beforeLogin__heroImage-right {
  line-height: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 160px;
  position: relative;
  margin: auto;
}

.beforeLogin__heroImage-right img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .beforeLogin__heroImage {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .beforeLogin__heroImage-text {
    text-align: left;
    padding: 2.4rem;
  }
  .beforeLogin__heroImage-text h1 {
    font-size: 32px;
    font-size: 3.2vw;
    line-height: 1.2;
    font-weight: 500;
  }
  .beforeLogin__heroImage-text p {
    font-size: 1.8rem;
    padding-bottom: 4vh;
  }
  .beforeLogin__heroImage-right {
    height: auto;
  }
  .beforeLogin__heroImage-right img {
    position: relative;
    top: 0;
  }
  .beforeLogin__heroImage-text p {
    padding-bottom: 2vh;
  }
}

@media screen and (min-width: 1024px) {
  .beforeLogin__heroImage-left {
    display: block;
    line-height: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .beforeLogin__heroImage-text h1 {
    margin-bottom: 2.4rem;
  }
}

@media screen and (min-width: 1440px) {
  .beforeLogin__heroImage h1 {
    font-size: 48px;
    font-size: 4.4rem;
  }
}

/*****
    Registration Form
******************************/
main#formLink {
  position: relative;
}

main#formLink .content-block__wrap {
  background: #e8eaf0;
  position: relative;
}

main#formLink .content-block:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 32px solid #ffffff;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
}

main#formLink .content-block .redLine-horizontal {
  top: 0;
}

@media screen and (min-width: 834px) {
  main#formLink .content-block .redLine-horizontal {
    top: -8px;
  }
}

.beforeLogin-box {
  background: #ffffff;
  border-radius: 8px;
  padding-top: 24px;
  padding-bottom: 8px;
  border-top: 8px solid #283154;
  border-bottom: 8px solid #283154;
}

@media screen and (max-width: 425px) {
  .beforeLogin-box {
    width: 96%;
  }
}

.beforeLogin-box.beforeLogin-box_bannerActive {
  margin-top: -32px !important;
}

@media screen and (max-width: 425px) {
  .beforeLogin-box.beforeLogin-box_bannerActive {
    margin-top: -16px !important;
  }
}

.beforeLogin-box .h2 {
  text-align: center;
  margin-bottom: 16px;
}

.index--header_inputSignin {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index--header_inputSignin > dl {
  margin-bottom: 16px;
  width: 94%;
  max-width: 400px;
}

.index--header_inputSignin > dl dd {
  width: 100%;
  max-width: 400px;
}

.index--header_inputSignin > dl dd input[type="text"],
.index--header_inputSignin > dl dd input[type="password"],
.index--header_inputSignin > dl dd input[type="email"],
.index--header_inputSignin > dl dd input[type="tel"],
.index--header_inputSignin > dl dd input[type="number"],
.index--header_inputSignin > dl dd select {
  width: 400px;
  height: 44px;
  border: 1px solid #999;
  color: #555555;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 4px;
}

@media screen and (max-width: 425px) {
  .index--header_inputSignin > dl dd input[type="text"],
  .index--header_inputSignin > dl dd input[type="password"],
  .index--header_inputSignin > dl dd input[type="email"],
  .index--header_inputSignin > dl dd input[type="tel"],
  .index--header_inputSignin > dl dd input[type="number"],
  .index--header_inputSignin > dl dd select {
    width: 100%;
  }
}

.index--header_inputSignin > dl dd input[type="text"]:focus,
.index--header_inputSignin > dl dd input[type="password"]:focus,
.index--header_inputSignin > dl dd input[type="email"]:focus,
.index--header_inputSignin > dl dd input[type="tel"]:focus,
.index--header_inputSignin > dl dd input[type="number"]:focus,
.index--header_inputSignin > dl dd select:focus {
  outline: 0;
  border-color: #283154;
}

.index--header_inputSignin > dl dd input[type="text"],
.index--header_inputSignin > dl dd input[type="password"],
.index--header_inputSignin > dl dd input[type="email"],
.index--header_inputSignin > dl dd input[type="tel"],
.index--header_inputSignin > dl dd input[type="number"] {
  display: block;
  padding: .5em;
}

.index--header_inputSignin > dl dd select {
  background: #ffffff;
  padding-left: .5em;
  padding-right: .5em;
}

@media screen and (max-width: 425px) {
  .index--header_inputSignin > dl dd select {
    width: 100%;
  }
}

.index--header_inputSignin > dl dd select:not(:first-child) {
  margin-left: 1em;
}

.index--header_inputSignin .genderBox div:first-child {
  width: 100%;
}

.index--header_inputSignin .genderBox .alertInside div:first-child label {
  background: rgba(195, 45, 57, 0.15);
}

.index--header_inputSignin .genderBox .alertInside div:first-child input[type="radio"]:checked + label {
  background: #283154;
}

.index--header_inputSignin_agree input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  margin: 0;
}

.index--header_inputSignin_zip div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index--header_inputSignin_zip div span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #888888;
}

.index--header_inputSignin_zip input {
  width: 120px !important;
}

/*****
    form: Gendar
******************************/
.genderBox {
  width: 100%;
  margin: 0 auto 1em;
}

.genderBox dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.genderBox input {
  display: none;
}

.genderBox div:first-child {
  width: 55%;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

@media screen and (max-width: 425px) {
  .genderBox div:first-child {
    width: 100%;
  }
}

.genderBox div:first-child label {
  width: 50%;
  display: block;
  line-height: 44px;
  border: 1px solid #999;
  text-align: center;
  padding-left: 20px;
  position: relative;
  border-radius: 4px;
  letter-spacing: .1em;
  background: #ffffff;
}

@media screen and (max-width: 834px) {
  .genderBox div:first-child label {
    padding-left: 30px;
  }
}

@media screen and (max-width: 425px) {
  .genderBox div:first-child label {
    padding-left: 20px;
  }
}

.genderBox div:first-child label:last-child {
  margin-left: 2%;
}

.genderBox div:first-child label::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 40px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

@media screen and (max-width: 1440px) {
  .genderBox div:first-child label::before {
    left: 15px;
  }
}

@media screen and (max-width: 834px) {
  .genderBox div:first-child label::before {
    left: 30px;
  }
}

@media screen and (max-width: 425px) {
  .genderBox div:first-child label::before {
    left: 29px;
  }
}

input[type="radio"]:checked + label {
  color: #ffffff;
  background: #283154;
  border: 1px solid #283154;
}

input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 43px;
  width: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 50%;
}

@media screen and (max-width: 1440px) {
  input[type="radio"]:checked + label::after {
    left: 18px;
  }
}

@media screen and (max-width: 834px) {
  input[type="radio"]:checked + label::after {
    left: 33px;
  }
}

@media screen and (max-width: 425px) {
  input[type="radio"]:checked + label::after {
    left: 32px;
  }
}

input[type="radio"]:checked + label::before {
  border: 1px solid #ffffff;
}

/*****
    agreement
******************************/
.index--header_inputSignin_agree .alert {
  font-size: 1.4rem;
  color: #c32d39;
}

.index--header_inputSignin_agree {
  max-width: 400px;
  width: 94%;
}

.index--header_inputSignin_agree > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index--header_inputSignin_agree > div .popup {
  color: #283154;
  padding-left: 4px;
}

.index--header_inputSignin_agree > div .popup i {
  padding-left: 4px;
}

@media screen and (min-width: 834px) {
  .index--header_inputSignin_agree > div {
    padding: 8px 0 0;
  }
}

.beforeLogin .alertInside .index--header_inputSignin_agree {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 8px;
}

@media screen and (max-width: 425px) {
  .beforeLogin .alertInside .index--header_inputSignin_agree {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.beforeLogin .alertInside .index--header_inputSignin_agree .alert {
  margin-left: 8px;
}

/*****
    textarea placeholder
******************************/
textarea:-moz-placeholder-shown, input:-moz-placeholder-shown {
  color: #b3b3b3 !important;
}
textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #b3b3b3 !important;
}
textarea:placeholder-shown,
input:placeholder-shown {
  color: #b3b3b3 !important;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #b3b3b3 !important;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: #b3b3b3 !important;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #b3b3b3 !important;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: #b3b3b3 !important;
}

textarea::placeholder,
input::placeholder {
  color: #b3b3b3 !important;
}

/*****
    BeforeLoginPage:　modal for login
******************************/
.beforeLogin .modal-close:hover,
.beforeLogin #modal-open:hover {
  cursor: pointer;
  color: #283154 !important;
}

#modal-content-01 {
  width: auto;
  margin: 0;
  padding: 16px 16px;
  background: #ffffff;
  position: fixed;
  display: none;
  z-index: 11;
  border-radius: 5px;
  line-height: 1.7;
  font-size: 18px;
  border-top: 4px solid #283154;
  border-bottom: 4px solid #283154;
}

@media screen and (max-width: 425px) {
  #modal-content-01 {
    position: absolute;
    width: 90%;
  }
}

#modal-content-01 input:not([type='submit']) {
  display: block;
  width: 300px;
  height: 44px;
  padding: .5em;
  border: 1px solid #cccccc;
  color: #555555;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 4px;
}

@media screen and (max-width: 425px) {
  #modal-content-01 input:not([type='submit']) {
    width: 100%;
  }
}

#modal-content-01 .indexLoginBox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 16px;
}

@media screen and (max-width: 425px) {
  #modal-content-01 .indexLoginBox {
    padding: 8px;
  }
}

#modal-content-01 .indexLoginBox > dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

#modal-content-01 .indexLoginBox > dd dl > dd {
  text-align: left;
}

#modal-content-01 .indexLoginBox dl {
  margin-top: 10px;
}

#modal-content-01 .indexLoginBox dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

#modal-content-01 .indexLoginBox-button {
  width: 240px;
  display: block;
  margin: 0 auto;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  background: #283154;
  border-radius: 8px;
  margin-top: 1.6rem;
  padding: 1.6rem;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#modal-content-01 .indexLoginBox-button:hover {
  opacity: .8;
}

#modal-content-01 input:not(.btnRed):focus {
  outline: 0;
  border-color: #283154;
}

.modal-content_login_forgetPW {
  margin-top: 32px;
}

.modal-content_login_forgetPW a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #283154;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modal-content_login_forgetPW a:hover {
  opacity: .7;
}

.modal-content_login_forgetPW i {
  margin-right: .25em;
}

#modal-overlay,
#modal-overlay_login {
  z-index: 10;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(51, 51, 51, 0.75);
}

.beforeLogin #modal-open {
  text-decoration: underline;
  margin-right: .3em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.beforeLogin #modal-open:hover {
  background: #283154;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 16px;
  margin-top: 8px;
  display: block;
  text-align: center;
  color: #666666 !important;
}

@media screen and (max-width: 425px) {
  .modal-close {
    right: 10px;
  }
}

.modal-close i {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: .25em;
}

.modal-close span {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 425px) {
  .modal-close span {
    display: none;
  }
}

/*****
    BeforeLoginPage:　Login Error Message
******************************/
.login-errorMessage {
  width: 300px;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  line-height: 1.4;
  padding: 8px;
}

@media screen and (max-width: 425px) {
  .login-errorMessage {
    width: 100%;
  }
}

/*****
    BeforeLoginPage:　Input Error
******************************/
.nyuryokuError {
  text-align: center;
  margin-bottom: 16px;
  padding: 4px;
}

.login-errorMessage,
.nyuryokuError {
  background: #c32d39;
  color: #ffffff;
  -webkit-animation: beforeLogin_fadeIn 3s ease 0s 1 normal;
  animation: beforeLogin_fadeIn 3s ease 0s 1 normal;
}

.login-errorMessage:before,
.nyuryokuError:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06a";
  margin-right: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  opacity: .7;
}

@-webkit-keyframes beforeLogin_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes beforeLogin_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*****
    BeforeLoginPage: buttons
******************************/
.register-button {
  position: relative;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f16522), to(#52beff));
  background: -webkit-linear-gradient(top, #f16522 0%, #52beff 100%);
  background: -o-linear-gradient(top, #f16522 0%, #52beff 100%);
  background: linear-gradient(to bottom, #f16522 0%, #52beff 100%);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.43);
  border: none;
  outline: none;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 240px;
  max-width: 88%;
  margin: auto;
  padding: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.register-button:hover {
  opacity: .9;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.43);
}

.register-button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 834px) {
  .register-button {
    width: 280px;
    margin: 2.4rem auto 0;
  }
}

.index--header_inputSignin_buttonArea .register-button {
  height: 56px;
  font-size: 1.6rem;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  margin-top: 2.4rem;
}

.index--header_inputSignin_buttonArea .register-button:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.index--header_inputSignin_buttonArea .register-button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*****
    BeforeLoginPage: News
******************************/
.index--mainContent5 {
  max-width: 720px;
  width: 100%;
  padding: 0 16px;
  margin: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
}

@media screen and (max-width: 834px) {
  .index--mainContent5 {
    background: #ffffff;
    margin-bottom: 0;
    padding-bottom: 32px;
  }
}

.index--mainContent5 .h2 {
  margin-bottom: 8px;
}

.index--mainContent5 .h2 .redLine-horizontal {
  margin-left: 0;
}

@media screen and (min-width: 834px) {
  .index--mainContent5 .h2 .redLine-horizontal {
    top: -16px;
  }
}

.index--mainContent5 .h2 i {
  opacity: .8;
}

.index--mainContent5 .h2 span {
  font-size: 70%;
  margin-left: 8px;
}

.index--mainContent5 ul {
  margin-bottom: 16px;
}

.index--mainContent5 ul li {
  margin-bottom: 4px;
  border-bottom: 1px solid #d5d5d5;
}

@media screen and (max-width: 425px) {
  .index--mainContent5 ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}

.index--mainContent5 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
}

@media screen and (max-width: 834px) {
  .index--mainContent5 ul li a {
    margin-bottom: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.index--mainContent5 ul li a .index--mainContent5_data span:first-child {
  font-size: 14px;
  font-size: 1.4rem;
  color: #888888;
}

@media screen and (max-width: 425px) {
  .index--mainContent5 ul li a .index--mainContent5_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.index--mainContent5 a {
  text-decoration: none;
  color: #555555 !important;
  -webkit-transition: .3s  !important;
  -o-transition: .3s  !important;
  transition: .3s  !important;
}

.index--mainContent5 a:hover {
  color: #283154 !important;
}

.index--mainContent5 .moreLink {
  font-size: 14px;
  font-size: 1.4rem;
}

.index--mainContent5 .moreLink:after {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-left: .3em;
  opacity: .8;
  color: #283154 !important;
}

.beforeLogin .tag-important,
.beforeLogin .tag-notice,
.beforeLogin .tag-newRelease,
.beforeLogin .tag-campaign,
.beforeLogin .tag-shougai {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: .3em;
  margin-left: 16px;
  background: #283154;
  color: #ffffff;
  padding: 2px 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.beforeLogin .tag-important:before,
.beforeLogin .tag-notice:before,
.beforeLogin .tag-newRelease:before,
.beforeLogin .tag-campaign:before,
.beforeLogin .tag-shougai:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.beforeLogin main > .wrap-right-alert:first-child {
  padding-top: 8px;
}

.beforeLogin .wrap-right-alert {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 425px) {
  .beforeLogin .wrap-right-alert {
    width: 96%;
  }
}

.wrap-right-alert + .beforeLogin-box {
  margin-top: 16px !important;
}

/*****
Styles for News
******************************/
.wrapUnder-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 425px) {
  .wrapUnder-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.information_category {
  width: 300px;
}

@media screen and (min-width: 835px) {
  .information_category {
    margin-top: 16px;
  }
}

@media screen and (max-width: 425px) {
  .information_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 2% 4%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 320px) {
  .information_category {
    width: auto;
    padding: 0;
  }
}

.information_category li {
  margin-bottom: 8px;
  margin-left: 16px;
}

@media screen and (max-width: 425px) {
  .information_category li {
    margin-bottom: 4px;
    margin-left: 0;
    width: 50%;
    padding: 4px;
  }
}

.information_category a {
  text-decoration: none;
}

.information_category a:before,
.information_category a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.information_category a:hover {
  opacity: .8;
}

@media screen and (min-width: 835px) {
  .information_category a:hover:after {
    content: "\f105";
    margin-left: .3em;
  }
}

.information_list {
  width: 90%;
  margin: 16px auto;
  background: #ffffff;
}

@media screen and (max-width: 425px) {
  .information_list {
    width: 100%;
    margin-top: 0;
    padding: 16px 8px 0;
    border-radius: 10px;
    border-top: 8px solid #283154;
    border-bottom: 8px solid #283154;
    -webkit-box-shadow: 0 2px 3px 0 rgba(40, 49, 84, 0.4);
    box-shadow: 0 2px 3px 0 rgba(40, 49, 84, 0.4);
  }
}

.information_list li {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.information_list li:not(:last-child) {
  border-bottom: 2px solid rgba(51, 51, 51, 0.1);
}

.information_list li a {
  display: block;
  text-decoration: none;
  padding-bottom: 16px;
}

@media screen and (max-width: 425px) {
  .information_list_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.information_list h2 {
  color: #6f6f6f;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 425px) {
  .information_list h2 {
    border-bottom: 2px solid rgba(51, 51, 51, 0.1);
    padding-bottom: 8px;
    color: #283154;
  }
}

.information_list_date {
  margin-right: 1em;
  color: gray;
}

@media screen and (max-width: 425px) {
  .information_list_date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.information_list_tag {
  font-size: 14px;
  font-size: 1.4rem;
}

.information_list_tag:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 425px) {
  .information_category .tag-important,
  .information_category .tag-notice,
  .information_category .tag-newRelease,
  .information_category .tag-campaign,
  .information_category .tag-shougai {
    color: #ffffff;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-shadow: 0 2px 3px 0 rgba(40, 49, 84, 0.4);
    box-shadow: 0 2px 3px 0 rgba(40, 49, 84, 0.4);
  }
  .information_category .tag-important:before,
  .information_category .tag-notice:before,
  .information_category .tag-newRelease:before,
  .information_category .tag-campaign:before,
  .information_category .tag-shougai:before {
    color: #ffffff;
  }
}

@media screen and (max-width: 425px) and (max-width: 425px) {
  .information_category .tag-important:hover,
  .information_category .tag-notice:hover,
  .information_category .tag-newRelease:hover,
  .information_category .tag-campaign:hover,
  .information_category .tag-shougai:hover {
    color: #ffffff;
    opacity: .8;
  }
}

@media screen and (max-width: 425px) {
  .information_category .tag-important {
    background: #283154;
  }
  .information_category .tag-notice {
    background: #283154;
  }
  .information_category .tag-newRelease {
    background: #283154;
  }
  .information_category .tag-campaign {
    background: #283154;
  }
  .information_category .tag-shougai {
    background: #283154;
  }
}

@media screen and (max-width: 320px) {
  .information_category .tag-important,
  .information_category .tag-notice,
  .information_category .tag-newRelease,
  .information_category .tag-campaign,
  .information_category .tag-shougai {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.tag-important:before {
  margin-right: .5em;
  content: "\f071";
}

.tag-notice:before {
  margin-right: .5em;
  content: "\f27a";
}

.tag-newRelease:before {
  margin-right: .5em;
  content: "\f005";
}

.tag-campaign:before {
  margin-right: .5em;
  content: "\f06b";
}

.tag-shougai:before {
  margin-right: .5em;
  content: "\f05a";
}

.information_list_title {
  color: #555555;
  display: inline-block;
}

@media screen and (min-width: 835px) {
  .information_list_title:hover {
    opacity: .8;
  }
}

/*****
    お知らせ詳細記事
******************************/
.information_pankuzu {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: .8;
  width: 80%;
  padding-top: 16px;
  margin: auto auto 0;
}

@media screen and (max-width: 425px) {
  .information_pankuzu {
    padding: 0 8px;
    width: 100%;
    line-height: 2;
  }
}

.information_pankuzu li:not(:last-child):after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: .5em;
  margin-right: .5em;
  opacity: .6;
}

.information_pankuzu li a {
  color: #555555;
}

.information-more {
  width: 70%;
  margin: auto;
  width: 80%;
  margin: 16px auto 0;
  border-top: 8px solid #283154;
  border-bottom: 8px solid #283154;
  border-radius: 10px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 16px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(40, 49, 84, 0.4);
  box-shadow: 0 2px 3px 0 rgba(40, 49, 84, 0.4);
}

@media screen and (max-width: 425px) {
  .information-more {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.information-more dt {
  text-align: right;
  padding-right: 16px;
  margin-bottom: 18px;
}

@media screen and (max-width: 425px) {
  .information-more dt {
    margin-bottom: 0px;
  }
}

.information-more dd {
  margin-bottom: 18px;
}

.information-more dd input[type="text"],
.information-more dd input[type="password"],
.information-more dd input[type="email"],
.information-more dd input[type="tel"],
.information-more dd input[type="number"] {
  display: block;
  width: 400px;
  height: 44px;
  padding: .5em;
  border: 1px solid #999;
  color: #555555;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 4px;
}

@media screen and (max-width: 834px) {
  .information-more dd input[type="text"],
  .information-more dd input[type="password"],
  .information-more dd input[type="email"],
  .information-more dd input[type="tel"],
  .information-more dd input[type="number"] {
    width: 80%;
  }
}

@media screen and (max-width: 425px) {
  .information-more dd input[type="text"],
  .information-more dd input[type="password"],
  .information-more dd input[type="email"],
  .information-more dd input[type="tel"],
  .information-more dd input[type="number"] {
    width: 100%;
  }
}

.information-more dd input[type="text"]:focus,
.information-more dd input[type="password"]:focus,
.information-more dd input[type="email"]:focus,
.information-more dd input[type="tel"]:focus,
.information-more dd input[type="number"]:focus {
  outline: 0;
  border-color: #c32d39;
}

.information-more dd select {
  width: 400px;
  height: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #999;
  padding-left: .5em;
  padding-right: .5em;
}

@media screen and (max-width: 425px) {
  .information-more dd select {
    width: 100%;
  }
}

.information-more dd select:not(:first-child) {
  margin-left: 1em;
}

.information-more dd select:focus {
  outline: 0;
  border-color: #c32d39;
}

@media screen and (max-width: 425px) {
  .information-more {
    width: 100%;
  }
}

.information-more .information-more_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 2px solid rgba(40, 49, 84, 0.2);
  padding-bottom: 8px;
}

.information-more .information-more_info li:first-child {
  margin-right: 16px;
}

.information-more .information-more_info a {
  text-decoration: none;
}

.information-more .information-more_info a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  font-size: 1.2rem;
}

.information-more .information-more_text {
  background: #ffffff;
  width: 90%;
  margin: 32px auto 16px;
  /*-- お知らせの中に対するスタイルはここへ --*/
}

@media screen and (max-width: 425px) {
  .information-more .information-more_text {
    width: 96%;
  }
}

.information-more .information-more_text p {
  margin-bottom: 16px;
}

.information-more .information-more_text hr {
  width: 90%;
  opacity: .4;
  margin: 24px auto;
}

.information-more .information-more_text ul, .information-more .information-more_text ol {
  margin-left: 24px;
  margin-bottom: 16px;
}

.information-more .information-more_text ul {
  list-style: disc;
}

.information-more .information-more_text ol {
  list-style: decimal;
}

.information-more .information-more_text strong {
  font-weight: bold;
}

.information-more .information-more_text .information_shikaku {
  border: 2px solid rgba(51, 51, 51, 0.2);
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 4px;
}

.information-more .information-more_text .textRight {
  text-align: right;
}

.information-more .information-more_text h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #283154;
  padding-top: 24px;
  margin-bottom: 16px;
}

.information-more .information-more_text h3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c8";
  margin-right: .3em;
  opacity: .6;
}

.information-more .information-more_text h4, .information-more .information-more_text h5, .information-more .information-more_text h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #283154;
  padding-top: 24px;
  margin-bottom: 16px;
  text-indent: -1em;
  padding-left: 1em;
}

.information-more .information-more_text h4:before, .information-more .information-more_text h5:before, .information-more .information-more_text h6:before {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  content: "\f0c8";
  margin-right: .3em;
  opacity: .6;
  font-size: 12px;
  font-size: 1.2rem;
}

/*****
Style for Footer
******************************/
.wrap-footer {
  background: #5a5c69;
  padding: 16px 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}

.wrap-footerBox {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 426px) and (max-width: 1024px) {
  .wrap-footerBox {
    width: 96%;
  }
}

@media screen and (max-width: 425px) {
  .wrap-footerBox {
    padding-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#page-top {
  display: none;
}

@media screen and (max-width: 425px) {
  #page-top {
    display: block;
    position: relative;
    width: 100%;
    display: block;
    top: -16px;
    right: 0;
    bottom: 0;
  }
  #page-top a {
    background: #283154;
    text-decoration: none;
    color: #ffffff;
    padding: 12px;
    text-align: center;
    display: block;
  }
  #page-top a:hover {
    text-decoration: none;
  }
}

.footer-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 425px) {
  .footer-left {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.footer-left li {
  width: 50%;
}

@media screen and (max-width: 425px) {
  .footer-left li {
    width: auto;
  }
}

.footer-left a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 2.4em;
  position: relative;
}

@media screen and (max-width: 425px) {
  .footer-left a {
    padding: 8px;
  }
}

.footer-left a:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 835px) {
  .footer-left a:hover:after {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  }
}

.footer-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 425px) {
  .footer-right {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.wrap-footer-copy {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  display: block;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 425px) {
  .wrap-footer-copy {
    text-align: center;
  }
}
