@charset "UTF-8";
/*==================================================
  account
==================================================*/
.p-flow-lead {
  margin-bottom: 4.8rem; }
  .p-flow-lead img {
    margin: 0 10px;
    vertical-align: middle; }

#step-02-foreigner, #step-02, #step-03, #step-04, #sbiz, #master, #habitto, #step-career, .select_01, .select_02, .select_03, .select_04, .select_05, .select_all {
  display: none; }

.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; }
  .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;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle; }
  .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_step01-lead {
  font-size: 1.8rem;
  font-weight: bold; }
  .p-account_step01-lead .small {
    color: #4d4d4d;
    font-size: 1.5rem;
    font-weight: bold; }

.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-submission-header .heading-02 .small {
      font-size: 86%; }

.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; }

#foreign-nationality {
  border-width: 2px; }
  #foreign-nationality::before {
    display: block;
    padding-top: 8.5rem;
    background: url(/assets/priv/account/flow-common/img/step-bg.png) center top no-repeat;
    content: ''; }
    @media screen and (max-width: 568px) {
      #foreign-nationality::before {
        display: none; } }

.btn-sbys.account-btn .btn-sbys_item {
  max-width: 260px;
  margin-right: 40px; }
  @media screen and (max-width: 768px) {
    .btn-sbys.account-btn .btn-sbys_item {
      margin-right: auto; } }
  .btn-sbys.account-btn .btn-sbys_item:last-child {
    margin-right: 0; }
    @media screen and (max-width: 768px) {
      .btn-sbys.account-btn .btn-sbys_item:last-child {
        margin-right: auto; } }
.btn-sbys.account-btn .btn-B {
  display: flex;
  height: 100%;
  border: 2px solid #24272B;
  color: #24272B;
  font-weight: bold; }
.btn-sbys.account-btn .btn-B_inner {
  flex-basis: 100%;
  justify-content: center;
  align-items: 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; }
.btn-sbys.account-btn a {
  color: #24272B; }
  .btn-sbys.account-btn a:hover {
    color: #fff;
    transition: none; }

.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; }

.language-icon {
  width: 30px;
  vertical-align: middle; }

.p-account_language-nav-folding {
  display: flex;
  justify-content: flex-end;
  position: relative; }
  .p-account_language-nav-folding dt {
    cursor: pointer; }
  .p-account_language-nav-folding dd {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .p-account_language-nav-folding dd {
        right: 0; } }
    .p-account_language-nav-folding dd.is-active {
      display: block; }
    .p-account_language-nav-folding dd ul {
      border: 1px solid #ccc; }
      .p-account_language-nav-folding dd ul li {
        padding: 1px 8px;
        background: #fff;
        white-space: nowrap;
        cursor: pointer; }
        .p-account_language-nav-folding dd ul li:hover {
          background: #efefef; }
        .p-account_language-nav-folding dd ul li + li {
          border-top: 1px solid #ccc; }

/* attention */
.p-account_top-attention {
  max-width: 950px;
  margin: 0 auto 4.8rem;
  padding: 2rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Yu Mincho","游明朝","YuMincho","游明朝体","Hiragino Mincho ProN", "serif";
  border: 4px solid #ff0000; }
  @media screen and (max-width: 768px) {
    .p-account_top-attention {
      max-width: 100%;
      font-size: 2.4rem; } }

.heading-bg-gray {
  margin-bottom: 1.2rem;
  padding: 1rem;
  background: #eee;
  font-size: 2rem;
  font-weight: bold;
  text-align: center; }

.p-account_card-A.card-A.col-03 {
  margin: 0; }
  .p-account_card-A.card-A.col-03 .card-A_block {
    padding: 0;
    flex-basis: 32%; }
    @media screen and (max-width: 568px) {
      .p-account_card-A.card-A.col-03 .card-A_block {
        margin-top: 1.6rem; } }

.card-A_item_icon, .card-A_item_img, .card-flow_item_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 91px; }

.p-account_pl-8 {
  padding-left: 8rem; }

/* Dialog */
html {
  overflow-y: scroll; }

body {
  overflow: hidden; }

#overlay {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.dialog {
  position: relative;
  width: min(96%, 702px);
  cursor: pointer; }
  @media screen and (max-width: 568px) {
    .dialog {
      margin-left: calc(90 * (100vw / 750));
      margin-right: calc(90 * (100vw / 750)); } }

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px; }

/*# sourceMappingURL=index2-test.css.map */
