section.first_section .buy_result > ul > li > dl dt {
  color: #ddd7bb;
  background: #040b4b;
}

section.first_section .buy_result > ul > li > dl dd {
  color: #282828;
}

#buy_vanguard {
  color: #FFFFFF;
}

#buy_vanguard .link a {
  color: #282828;
  background-image: linear-gradient(to right, #d6d2c2, #e9e7de);
}

#buy_structure h2 {
  color: #c0bba3;
  text-align: center;
}

#buy_structure h3 {
  color: #102029;
  text-align: center;
}

#buy_structure > ul > li h4 .num {
  color: #e1ded0;
}

#buy_structure > ul > li h4 .txt {
  color: #102029;
}

#buy_structure > ul > li .txt {
  color: #585858;
}

@media screen and (min-width: 768px) {
  section.first_section {
    padding-bottom: 130px;
  }
  section.first_section .kaitori_btn a {
    margin-top: 15px;
    display: block;
    width: 220px;
    padding: 16px 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: 14px;
    height: 10px;
    background: url(/common/images/base/vanguard-arrow-gd.svg) no-repeat;
    transform: translateY(-50%);
  }
  section.first_section .buy_result {
    padding-top: 80px;
  }
  section.first_section .buy_result > ul {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
  section.first_section .buy_result > ul > li {
    width: 300px;
  }
  section.first_section .buy_result > ul > li dl.result {
    border: 1px solid #dfdcd0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
  }
  section.first_section .buy_result > ul > li dl.result dt {
    position: absolute;
    width: 220px;
    padding: 16px 0;
    top: 0;
    left: 50%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
  }
  section.first_section .buy_result > ul > li dl.result dd {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 700;
  }
  section.first_section .buy_result > ul > li dl.result dd .num {
    font-size: 54px;
  }
  section.first_section .buy_result > ul > li .txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
  }
  #buy_vanguard {
    padding: 120px 0;
    text-align: center;
    background-image: linear-gradient(to right, #030836, #050e5f);
    position: relative;
  }
  #buy_vanguard #sub_photo1 {
    position: absolute;
    left: 0;
    top: -150px;
  }
  #buy_vanguard h2 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    line-height: 2.25;
    letter-spacing: 0.03em;
  }
  #buy_vanguard .link a {
    display: block;
    margin: 55px auto 0;
    width: 380px;
    font-size: 18px;
    padding: 23px 0;
    text-align: center;
    position: relative;
    border-radius: 45px;
    font-weight: 600;
  }
  #buy_vanguard .link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 14px;
    height: 10px;
    background: url(/common/images/base/vanguard-arrow.svg) no-repeat;
    transform: translateY(-50%);
  }
  #buy_structure {
    padding: 120px 0 100px;
  }
  #buy_structure h2 {
    font-size: 23px;
  }
  #buy_structure h3 {
    font-size: 36px;
    margin-top: 55px;
  }
  #buy_structure > ul {
    width: 1040px;
    margin: 45px auto 0;
    display: flex;
    flex-wrap: wrap;
  }
  #buy_structure > ul > li {
    width: 520px;
  }
  #buy_structure > ul > li:nth-of-type(1) {
    padding: 25px 40px 60px 20px;
    border-bottom: 1px solid #efede7;
  }
  #buy_structure > ul > li:nth-of-type(2) {
    padding: 25px 20px 60px 40px;
    border-bottom: 1px solid #efede7;
    border-left: 1px solid #efede7;
  }
  #buy_structure > ul > li:nth-of-type(3) {
    padding: 50px 40px 40px 20px;
  }
  #buy_structure > ul > li:nth-of-type(4) {
    padding: 50px 20px 40px 40px;
    border-left: 1px solid #efede7;
  }
  #buy_structure > ul > li h4 {
    display: flex;
    align-items: center;
  }
  #buy_structure > ul > li h4 .num {
    font-size: 89px;
    font-weight: 700;
    font-family: 'Roboto';
    margin-right: 14px;
  }
  #buy_structure > ul > li h4 .txt {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.39;
  }
  #buy_structure > ul > li > .txt {
    margin-top: 25px;
    line-height: 2.3;
  }
  #sales_flow_step ol.flow > li > .data_wrapper .data .list {
    margin-top: 15px;
  }
  #sales_flow_step ol.flow > li > .data_wrapper .data .list li {
    font-weight: 600;
    color: #585858;
    margin-top: 10px;
  }
  #sales_flow_step ol.flow > li > .data_wrapper .data .list li:nth-of-type(1) {
    margin-top: 0;
  }
  #sales_flow_step ol.flow > li > .data_wrapper .data .list li span {
    font-weight: normal;
  }
}
