@media screen and (max-width: 767.999px) {
  section.first_section .kaitori_btn a {
    margin: 15px auto 0;
    display: block;
    width: 210px;
    padding: 12px 0;
    background: #040b4b;
    color: #FFFFFF;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    text-align: center;
    border-radius: 45px;
  }
  section.first_section .kaitori_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 5px;
    background: url(/common/images/base/vanguard-arrow-gd.svg) no-repeat;
    transform: translateY(-50%);
  }
  section.first_section .buy_result {
    margin-top: 40px;
  }
  section.first_section .buy_result > ul > li {
    margin-top: 35px;
  }
  section.first_section .buy_result > ul > li:nth-of-type(1) {
    margin-top: 0;
  }
  section.first_section .buy_result > ul > li .result {
    position: relative;
  }
  section.first_section .buy_result > ul > li .result dt {
    background: #040b4b;
    color: #ddd7bb;
    width: 115px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transform: translateY(-50%);
    font-weight: 600;
  }
  section.first_section .buy_result > ul > li .result dt span {
    font-size: 12px;
  }
  section.first_section .buy_result > ul > li .result dd {
    margin: 0 0 0 auto;
    border: 1px solid #dfdcd0;
    background: #FFFFFF;
    font-size: 18px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 85px;
    text-align: center;
    width: calc(100% - 50px);
    font-weight: 700;
  }
  section.first_section .buy_result > ul > li .result dd span {
    font-size: 13px;
  }
  section.first_section .buy_result > ul > li .result dd span.num {
    font-family: 'Roboto';
    font-size: 40px;
  }
  section.first_section .buy_result > ul > li .txt {
    margin-top: 20px;
    font-size: 12px;
    line-height: 2;
  }
  #buy_vanguard {
    padding: 50px 0 60px;
    text-align: center;
    background-image: linear-gradient(to right, #030836, #050e5f);
  }
  #buy_vanguard h2 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.25;
    letter-spacing: 0.03em;
  }
  #buy_vanguard .link a {
    display: block;
    margin: 35px auto 0;
    width: 260px;
    padding: 12px 0;
    text-align: center;
    position: relative;
    border-radius: 45px;
    font-weight: 600;
    font-size: 14px;
  }
  #buy_vanguard .link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 5px;
    background: url(/common/images/base/vanguard-arrow.svg) no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
  }
  #buy_structure {
    padding: 40px 30px 70px 30px;
  }
  #buy_structure h2 {
    font-size: 15px;
  }
  #buy_structure h3 {
    margin-top: 25px;
    line-height: 1.5;
    font-size: 24px;
  }
  #buy_structure > ul {
    margin: 25px auto 0;
    border-top: 1px solid #efede7;
  }
  #buy_structure > ul > li {
    border-bottom: 1px solid #efede7;
    padding: 25px 0;
  }
  #buy_structure > ul > li h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-left: -20px;
  }
  #buy_structure > ul > li h4 .num {
    font-family: 'Roboto';
    font-size: 45px;
    margin-right: 8px;
  }
  #buy_structure > ul > li > .txt {
    margin-top: 15px;
    color: #585858;
    line-height: 2;
  }
  section.flow_step {
    background-image: linear-gradient(to bottom, #f8f8f5, #FFFFFF);
  }
  section.flow_step ol.flow > li > .data_wrapper .data .list {
    margin-top: 12px;
  }
  section.flow_step ol.flow > li > .data_wrapper .data .list li {
    font-weight: 600;
    color: #585858;
    margin-top: 10px;
  }
  section.flow_step ol.flow > li > .data_wrapper .data .list li:nth-of-type(1) {
    margin-top: 0;
  }
  section.flow_step ol.flow > li > .data_wrapper .data .list li span {
    font-weight: normal;
  }
}
