/*==================================================
  account-common
==================================================*/
.p-account_language-nav ul {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .p-account_language-nav ul {
      justify-content: space-between;
      flex-wrap: wrap; } }
.p-account_language-nav li {
  flex-basis: 164px;
  margin: 0 1rem;
  padding: 1rem 1.2rem;
  border: 2px solid #ccc;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s; }
  .p-account_language-nav li:hover {
    opacity: 0.75; }
  @media screen and (max-width: 768px) {
    .p-account_language-nav li {
      flex-basis: 48%;
      margin: 0.5rem 0; } }

*::-ms-backdrop,
.p-account_language-nav li {
  flex-basis: calc(154px - 2.4rem); }

.p-account-flow {
  max-width: 950px;
  margin: auto; }
  .p-account-flow ol {
    list-style: none; }

@media screen and (max-width: 568px) {
  .p-account-step-wrap,
  .p-account-submission-wrap {
    padding-bottom: 4.5rem;
    background: url(/assets/priv/account/flow-common/img/step-bg.png) center bottom 1rem no-repeat;
    background-size: auto 2.5rem; } }
.p-account-step-wrap:last-child,
.p-account-submission-wrap:last-child {
  padding-bottom: 4.8rem; }
.p-account-step-wrap.arrow,
.p-account-submission-wrap.arrow {
  padding-bottom: 12rem;
  background: url(/assets/priv/account/flow-common/img/step-bg.png) center bottom 4rem no-repeat; }
  @media screen and (max-width: 568px) {
    .p-account-step-wrap.arrow,
    .p-account-submission-wrap.arrow {
      background: url(/assets/priv/account/flow-common/img/step-bg.png) center bottom 1rem no-repeat;
      background-size: auto 2.5rem; } }

.p-account-step-wrap {
  padding-bottom: 5.5rem; }
  .p-account-step-wrap p {
    text-align: left; }

.p-account-submission-wrap {
  padding-bottom: 8rem; }
  .p-account-submission-wrap p {
    text-align: center; }
  .p-account-submission-wrap .bdr-box {
    padding: 1.8rem; }

.p-account-step-inner,
.p-account-submission-inner {
  padding: 3rem;
  background: #fff;
  border: solid 4px #ddd; }
  @media screen and (max-width: 768px) {
    .p-account-step-inner,
    .p-account-submission-inner {
      padding: 2rem; } }
  @media screen and (max-width: 568px) {
    .p-account-step-inner,
    .p-account-submission-inner {
      padding: 1rem; } }
  .p-account-step-inner .lead,
  .p-account-submission-inner .lead {
    font-size: 1.9rem;
    text-align: center; }

.p-account-step-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 6rem;
  margin-bottom: 2rem; }
  .p-account-step-header .heading-02 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 8rem;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .p-account-step-header .heading-02 {
        padding-left: 0;
        text-align: center; } }
  .p-account-step-header + .acc-content {
    margin-top: 3rem; }
  @media screen and (max-width: 568px) {
    .p-account-step-header {
      display: block;
      height: auto; } }

.p-account-step-num {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 6.4rem;
  height: 6rem;
  color: #fff;
  border-radius: 5px;
  background: #afa278; }
  .p-account-step-num p {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem; }
  .p-account-step-num span {
    display: block;
    font-size: 2.6rem;
    line-height: 1; }
  @media screen and (max-width: 568px) {
    .p-account-step-num {
      position: static;
      margin: 0 auto 1rem; } }

.p-account-submission-header {
  display: flex;
  margin-bottom: 3rem;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #ddd; }
  @media screen and (max-width: 768px) {
    .p-account-submission-header {
      display: block; } }
  .p-account-submission-header .p-account-submission-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 135px; }
    @media screen and (max-width: 768px) {
      .p-account-submission-header .p-account-submission-icon {
        width: 100%;
        margin: 2rem auto; } }
  .p-account-submission-header .heading-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 0;
    font-size: 2.8rem; }

.p-account-identify {
  margin-top: 1rem;
  padding: 2rem;
  border: 2px solid #ddd; }
  .p-account-identify .lead_text {
    margin: 3rem 0;
    font-size: 2rem;
    text-align: center; }

.p-account-identify_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .p-account-identify_nav li {
    flex-basis: 47%;
    margin-left: 2.5rem;
    list-style-type: disc;
    font-size: 1.9rem; }
    @media screen and (max-width: 768px) {
      .p-account-identify_nav li {
        width: 100%;
        flex-basis: 100%; } }
    .p-account-identify_nav li:nth-child(2n) {
      margin-left: 2rem; }

#step-02, .select_01, .select_02, .select_03, .select_04, .select_all {
  display: none; }

.btn-sbys.account-btn .btn-sbys_item {
  max-width: 318px; }
.btn-sbys.account-btn .btn-B {
  border: 2px solid #24272B;
  color: #24272B;
  font-weight: bold; }
.btn-sbys.account-btn .btn-B_inner {
  justify-content: center;
  min-height: 50px;
  padding: .9rem 0 .7rem; }
  .btn-sbys.account-btn .btn-B_inner::after {
    background-color: #24272B; }
.btn-sbys.account-btn .is-active .btn-B {
  color: #fff;
  background-color: #24272B; }

.bullet-alert {
  margin-left: 1.7em;
  text-align: left;
  text-indent: -.9em; }
  .bullet-alert::before {
    display: inline-block;
    margin-top: -.1em;
    margin-right: .2em;
    content: '\e90a';
    vertical-align: middle;
    font-family: icomoon;
    font-size: 1.5em;
    line-height: 1; }

.p-account_alert {
  width: 80%;
  margin: 3.4rem auto;
  padding: 1rem;
  border: 3px solid #ff1744;
  font-size: 90%; }
  @media screen and (max-width: 768px) {
    .p-account_alert {
      width: 100%; } }

.p-account_notebox {
  border: solid 1px #ccc;
  max-width: 950px;
  margin: 0 auto 5.5rem;
  padding: 3rem; }
  .p-account_notebox p {
    text-align: left; }
  .p-account_notebox .p-account_notebox-ttl {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1.6rem;
    text-align: center;
    color: #24272B !important; }

/*# sourceMappingURL=account-common.css.map */
