@charset "utf-8";

.account_ttilbox {
  background: #e0e0e0;
}
.account_type_information {
  display: inline-block;
  background: #df8484;
  color: #ffffff;
  padding: 0px 10px;
  margin-right: 0.5em;
}
.account_ttl {
  font-size: 30px;
  margin-top: 10px;
}
.account_quote {
  margin: 2em 0;
  padding: 2em;
  border: 2px solid #e0e0e0;
}
.account_quote h1 {
  font-size: 20px;
}

.account_detail_box{
    margin: 20px 0;
}
.account_detail_box a.underline{
    text-decoration: underline;
}
.account_detail_box h2{
    font-size: 1.2rem;
    margin-bottom: 6px;
}
.account_step_box{
    margin-bottom: 24px;
}
.account_detail_box:last-child{
    margin-bottom: 0;
}
.account_detail_box img{
    display: block;
    margin: 0 auto;
}
.account_attention{
    background: #e0e0e0;
    font-size: 13px;
    padding: 13px;
    
}

span.step_number{
    line-height: 1.4;
    font-weight: bold;
    background: #f6f6f6;
    margin-bottom: 4px;
    padding: 5px 15px;
    color: #E04B6B;
    display: inline-block;
}
/* ##### responsive ##### */
@media (max-width: 480px) {
  .account_type, .account_date {
    font-size: 13px;
  }
  .account_ttl {
    font-size: 20px;
  }
  .account_quote h1 {
    font-size: 15px;
  }
}

