/* Sass Document */
.main_title_area {
  max-width: none;
  width: 100%;
  height: 45rem;
  margin: 0;
  border-radius: 0;
  background: url(../img/purchase/bg_main_title_area.jpg) no-repeat center center;
  background-size: cover;
}
.page-parent .main_title_area .main_title {
  color:#FFC502;
}
@media screen and (max-width: 1200px) {
  .main_title_area {
    height: 37.5vw;
  }
}
@media screen and (max-width: 840px) {
  .main_title_area {
    height: 57.3333333333vw;
    background: url(../img/purchase/bg_main_title_area_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.main_title_area .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .main_title_area .wrap {
    gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  .main_title_area .wrap {
    gap: 6.9333333333vw;
  }
}
.main_title_area .main_title {
  text-decoration-thickness: 0.5rem;
  text-underline-offset: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .main_title_area .main_title {
    text-decoration-thickness: 0.4166666667vw;
    text-underline-offset: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  .main_title_area .main_title {
    text-decoration-thickness: 0.8vw;
    text-underline-offset: 3.7333333333vw;
  }
}
.main_title_area .txt {
  font-size: 2.5rem;
  line-height: 1.72;
}
@media screen and (max-width: 1200px) {
  .main_title_area .txt {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  .main_title_area .txt {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}

.page_nav {
  padding: 2rem 0;
  background: #224F96;
}
@media screen and (max-width: 1200px) {
  .page_nav {
    padding: 1.6666666667vw 0;
  }
}
@media screen and (max-width: 840px) {
  .page_nav {
    padding: 3.7333333333vw 0;
  }
}
.page_nav .wrap {
  width: 100%;
}
.page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 840px) {
  .page_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.2vw 0;
  }
}
.page_nav ul li {
  position: relative;
  padding: 0.6rem 6.3rem 0.7rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .page_nav ul li {
    padding: 0.5vw 5vw 0.5833333333vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  .page_nav ul li {
    padding: 1.6vw 6.6666666667vw 1.3333333333vw;
    font-size: 4vw;
  }
}
.page_nav ul li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
}
.page_nav ul li a {
  color: #fff;
}

.breadcrumb {
  padding: 4.5rem 0;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    padding: 3.75vw 0;
  }
}
@media screen and (max-width: 840px) {
  .breadcrumb {
    padding: 4vw 0;
  }
}

#point {
  padding: 2.2rem 0 10rem;
}
@media screen and (max-width: 1200px) {
  #point {
    padding: 1.8333333333vw 0 8.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #point {
    padding: 10.6666666667vw 0 16vw;
  }
}
#point .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.2rem;
}
@media screen and (max-width: 1200px) {
  #point .point_list {
    gap: 1.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #point .point_list {
    gap: 4vw;
  }
}
#point .point_list li {
  width: 38.5rem;
}
@media screen and (max-width: 1200px) {
  #point .point_list li {
    width: 32.0833333333vw;
  }
}
@media screen and (max-width: 840px) {
  #point .point_list li {
    width: 92vw;
  }
}
#point .point_list li .number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  height: 5rem;
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
  background: #224F96;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 1200px) {
  #point .point_list li .number {
    gap: 0.8333333333vw;
    height: 4.1666666667vw;
    font-size: 2.3333333333vw;
    border-radius: 0.8333333333vw 0.8333333333vw 0 0;
  }
}
@media screen and (max-width: 840px) {
  #point .point_list li .number {
    gap: 1.3333333333vw;
    height: 10.944vw;
    font-size: 5.8666666667vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
#point .point_list li .number:after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.5rem 0 1.5rem;
  border-color: #224F96 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  #point .point_list li .number:after {
    bottom: -1vw;
    border-width: 1.6666666667vw 1.25vw 0 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #point .point_list li .number:after {
    bottom: -2.6666666667vw;
    border-width: 4.3786666667vw 3.584vw 0 3.584vw;
  }
}
#point .point_list li .number span {
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  #point .point_list li .number span {
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #point .point_list li .number span {
    font-size: 3.4666666667vw;
  }
}
#point .point_list li .in {
  padding: 3rem 3.5rem 3.5rem;
  background: #fff;
  border: 0.3rem solid #224F96;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 1200px) {
  #point .point_list li .in {
    padding: 2.5vw 2.9166666667vw 2.9166666667vw;
    border: 0.25vw solid #224F96;
    border-radius: 0 0 0.8333333333vw 0.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #point .point_list li .in {
    padding: 5.3333333333vw 6.6666666667vw 6.6666666667vw;
    border: 0.5333333333vw solid #224F96;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
#point .point_list li .in .title03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
  margin-bottom: 2.2rem;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.56521;
}
@media screen and (max-width: 1200px) {
  #point .point_list li .in .title03 {
    margin-bottom: 1.8333333333vw;
    font-size: 1.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #point .point_list li .in .title03 {
    height: auto;
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
#point .point_list li .in .title03 .green {
  display: contents;
  color: #47B022;
}

#flow {
  padding: 11rem 0 12rem;
  background: #F1F1EC;
}
@media screen and (max-width: 1200px) {
  #flow {
    padding: 9.1666666667vw 0 10vw;
  }
}
@media screen and (max-width: 840px) {
  #flow {
    padding: 13.3333333333vw 0 16vw;
  }
}
@media screen and (max-width: 840px) {
  #flow .title02 {
    margin-bottom: 14.6666666667vw;
  }
}
#flow .flow_list {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  #flow .flow_list {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #flow .flow_list {
    margin-bottom: 8vw;
  }
}
#flow .flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  position: relative;
  padding: 4.3rem 5rem 4.2rem 8.8rem;
  margin-left: 5.3rem;
  background: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #flow .flow_list li {
    gap: 5vw;
    padding: 3.5833333333vw 4.1666666667vw 3.5vw 7.3333333333vw;
    margin-left: 4.4166666667vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 840px) {
  #flow .flow_list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
    padding: 10.6666666667vw 6.6666666667vw;
    margin-left: 0;
    border-radius: 2.6666666667vw;
  }
}
#flow .flow_list li + li {
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  #flow .flow_list li + li {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #flow .flow_list li + li {
    margin-top: 12.2666666667vw;
  }
}
#flow .flow_list li + li:before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 0.4rem;
  height: 4rem;
  background: url(../img/common/dotted_b.svg) repeat-y center top;
  background-size: 100% auto;
}
@media screen and (max-width: 1200px) {
  #flow .flow_list li + li:before {
    top: -2.5vw;
    width: 0.3333333333vw;
    height: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #flow .flow_list li + li:before {
    top: -17.3333333333vw;
    width: 1.0666666667vw;
    height: 8vw;
    background: url(../img/common/dotted_b_sp.svg) repeat-y center top;
    background-size: auto 100%;
  }
}
#flow .flow_list li .number {
  position: absolute;
  top: 50%;
  left: -5.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 10.6rem;
  height: 10.6rem;
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background: #224F96;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #flow .flow_list li .number {
    left: -4.4166666667vw;
    gap: 0.4166666667vw;
    width: 8.8333333333vw;
    height: 8.8333333333vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #flow .flow_list li .number {
    top: -8vw;
    left: 50%;
    gap: 1.3333333333vw;
    width: 16vw;
    height: 16vw;
    font-size: 5.8666666667vw;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#flow .flow_list li .number span {
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  #flow .flow_list li .number span {
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #flow .flow_list li .number span {
    font-size: 2.4vw;
  }
}
#flow .flow_list li figure {
  max-width: 38rem;
  width: 37.6610505451%;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #flow .flow_list li figure {
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #flow .flow_list li figure {
    max-width: none;
    width: 100%;
    border-radius: 1.3333333333vw;
  }
}
#flow .flow_list li .in {
  max-width: 56.9rem;
  width: 56.3924677899%;
}
@media screen and (max-width: 840px) {
  #flow .flow_list li .in {
    max-width: none;
    width: 100%;
  }
}
#flow .flow_list li .in .title03 {
  margin-bottom: 1.8rem;
  font-size: 2.6rem;
  color: #224F96;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #flow .flow_list li .in .title03 {
    margin-bottom: 1.5vw;
    font-size: 2.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #flow .flow_list li .in .title03 {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
#flow .flow_list li .in .red {
  color: #DB0000;
}
#flow #precautions {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  #flow #precautions {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #flow #precautions {
    margin-bottom: 8vw;
  }
}
#flow #precautions .title03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 6rem;
  font-size: 2.3rem;
  color: #fff;
  font-weight: 700;
  background: #191919;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 1200px) {
  #flow #precautions .title03 {
    height: 5vw;
    font-size: 1.9166666667vw;
    border-radius: 0.8333333333vw 0.8333333333vw 0 0;
  }
}
@media screen and (max-width: 840px) {
  #flow #precautions .title03 {
    height: 13.3333333333vw;
    font-size: 4.8vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
#flow #precautions .in {
  padding: 2.5rem 4.8rem 3.3rem;
  background: #fff;
  border: 0.3rem solid #191919;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 1200px) {
  #flow #precautions .in {
    padding: 2.0833333333vw 4vw 2.75vw;
    border: 0.25vw solid #191919;
    border-radius: 0 0 0.8333333333vw 0.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #flow #precautions .in {
    padding: 5.8666666667vw 6.6666666667vw 8vw;
    border: 0.5333333333vw solid #191919;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
#flow #precautions .in .title04 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #flow #precautions .in .title04 {
    margin-bottom: 0.8333333333vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  #flow #precautions .in .title04 {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#flow #precautions .in * + .title04 {
  margin-top: 3.8rem;
}
@media screen and (max-width: 1200px) {
  #flow #precautions .in * + .title04 {
    margin-top: 3.1666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #flow #precautions .in * + .title04 {
    margin-top: 5.3333333333vw;
  }
}
#flow #precautions .in p,
#flow #precautions .in li {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 1200px) {
  #flow #precautions .in p,
  #flow #precautions .in li {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #flow #precautions .in p,
  #flow #precautions .in li {
    font-size: 3.7333333333vw;
  }
}
#flow #precautions .in .btn_b {
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  #flow #precautions .in .btn_b {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #flow #precautions .in .btn_b {
    margin-top: 5.3333333333vw;
  }
}
#flow #documents .title03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 6rem;
  font-size: 2.3rem;
  color: #fff;
  font-weight: 700;
  background: #224F96;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 1200px) {
  #flow #documents .title03 {
    height: 5vw;
    font-size: 1.9166666667vw;
    border-radius: 0.8333333333vw 0.8333333333vw 0 0;
  }
}
@media screen and (max-width: 840px) {
  #flow #documents .title03 {
    height: 13.3333333333vw;
    font-size: 4.8vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
#flow #documents .in {
  padding: 2.5rem 4.8rem 3.3rem;
  background: #fff;
  border: 0.3rem solid #224F96;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 1200px) {
  #flow #documents .in {
    padding: 2.0833333333vw 4vw 2.75vw;
    border: 0.25vw solid #224F96;
    border-radius: 0 0 0.8333333333vw 0.8333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #flow #documents .in {
    padding: 5.3333333333vw 6.6666666667vw 10.6666666667vw;
    border: 0.5333333333vw solid #224F96;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
#flow #documents .in li,
#flow #documents .in p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 1200px) {
  #flow #documents .in li,
  #flow #documents .in p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 840px) {
  #flow #documents .in li,
  #flow #documents .in p {
    font-size: 3.7333333333vw;
  }
}
#flow #documents .in .mt1em {
  margin-top: 2em;
}
#flow #documents .in figure {
  max-width: 78.368rem;
  margin: 3.7rem 0;
}
@media screen and (max-width: 1200px) {
  #flow #documents .in figure {
    margin: 3.0833333333vw 0;
  }
}
@media screen and (max-width: 840px) {
  #flow #documents .in figure {
    margin: 8vw 0;
  }
}

#store_area {
  padding: 11rem 0 16.7rem;
  background: url(../img/reference_cat/bg01.svg) no-repeat center top;
  background-size: auto 100%;
}
@media screen and (max-width: 1200px) {
  #store_area {
    padding: 9.1666666667vw 0 13.9166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #store_area {
    padding: 18.6666666667vw 0 13.3333333333vw;
  }
}

#qa_area {
  padding: 12rem 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #qa_area {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 840px) {
  #qa_area {
    padding: 13.3333333333vw 0 16vw;
  }
}
#qa_area .qa_content dl {
  background: #fff;
}

#achivement_area {
  padding: 12rem 0 27.4rem;
  background: #F1F1EC;
}
@media screen and (max-width: 1200px) {
  #achivement_area {
    padding: 10vw 0 22.8333333333vw;
  }
}
#achivement_area .flex .txt p {
  color: #191919;
}

.bottom_parts {
  margin-top: -13.2rem;
}
@media screen and (max-width: 1200px) {
  .bottom_parts {
    margin-top: -11vw;
  }
}