@charset "UTF-8";

@media screen and (max-width: 767.9px) {
  .figure_heading {
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
  }
  .button-anchor-box {
    margin-bottom: 1rem;
  }
  .flow__step {
    margin-bottom: 0;
  }
  .flow__step + .flow__step {
    margin-top: 3rem;
  }
  
  .nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7rem;
    background: #fff;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
  }
  .nav__image {
    flex-shrink: 0;
    height: 2.5rem;
    margin-right: 1rem;
  }
  .nav__image img {
    display: block;
    height: 100%;
  }
  
  #admission_login .flow__step {
    padding: 1rem 1.5rem;
    line-height: 1.5;
  }
  #admission_login .flow__tag {
    padding: 1.2rem;
    margin-top: 0;
  }
  #admission_login .flow__heading {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  #admission_login .box-image {
    text-align: left;
  }
  
  #account_selling .flow__heading {
    margin-bottom: 1rem;
  }
  #account_selling .box-column {
    text-align: center;
  }
  #account_selling .box-3column {
    align-items: center;
  }
  #account_selling .box-3column__image {
    margin-bottom: 1rem;
    width: 40%;
  }
  #account_selling .box-image {
    width: 40%;
    margin-inline: auto;
  }
  #account_selling .box-3column .note-text {
    margin-top: 0;
  }
  
  #notice .box-image + ol {
   margin-top: 10px;
  }
  #notice li + li {
   margin-top: 0.5rem;
  }
  
  #account_selling {
    padding-top: 6rem;
    margin-top: -2rem;
  }

}
@media screen and (min-width: 768px), print {
  .figure_heading {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .button-anchor-box {
    margin-bottom: 10px;
  }
  .flow__step {
    margin-bottom: 0;
  }
  .flow__step + .flow__step {
    margin-top: 30px;
  }
  .nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 70px;
    padding-inline: 20px;
    background: #fff;
    color: #333;
    font-weight: bold;
    text-decoration: none;
  }
  .nav__link:hover {
    color: #876528;
  }
  .nav__image {
    flex-shrink: 0;
    height: 25px;
    margin-right: 15px;
  }
  .nav__image img {
    display: block;
    height: 100%;
  }
  #admission_login .flow__step {
    padding: 15px 20px;
  }
  #admission_login .flow__tag {
    padding: 12px;
    margin-top: 0;
  }
  #admission_login .flow__heading {
    margin-bottom: 0;
  }
  #admission_login .flow__tag {
    align-self: center;
  }
  #admission_login .box-image {
    padding: 0;
    text-align: left;
  }
  
  #account_selling .flow__heading {
    margin-bottom: 0;
  }
  #account_selling .box-column {
    margin-top: 18px;
  }
  #account_selling .box-3column {
    text-align: center;
  }
  #account_selling .box-3column__image {
    width: 50%;
    margin-inline: auto;
    margin-bottom: 10px;
  }
  #account_selling .box-3column__heading {
    display: block;
    margin-bottom: 10px;
  }
  #account_selling .box-image {
    width: 45%;
    margin-inline: auto;
  }
  
  #notice .box-image + ol {
   margin-top: 10px;
  }
  #notice li + li {
   margin-top: 5px;
  }
  
  #account_selling {
    padding-top: 106px;
    margin-top: -56px;
  }

}
