@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Roboto:wght@500&display=swap');
.Roboto {
  font-family: 'Roboto', sans-serif;
}
.main_title_area{
  background: url(../image/delivery_purchase/bg_main_title.jpg) no-repeat center top;
  background-size: cover;
}
.main_title_area .wrap{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 500px;
}
.main_title_area *{
  color: #fff !important;
}
.main_title_area .breadcrumbs{
  position: absolute;
  top: 0;
  left: 20px;
}
.main_title_area .main_title{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.main_title_area p{
  margin-top: 1em;
  font-size: 20px;
}

@media screen and (max-width: 1024px){
  .main_title_area{
    background: url(../image/delivery_purchase/bg_main_title_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .main_title_area .wrap{
    height: 60vw;
  }
  .main_title_area .main_title{
    font-size: 24px;
  }
  .main_title_area p{
    font-size: 12px;
  }
}

#delivery_purchase{
  background: #F8F8F8;
}
#delivery_purchase .wrap{
  max-width: 1100px;
}
.line_banner{
  max-width: 640px;
  margin: 0 auto;
}
.line_banner a:hover img{
  transform: scale(1)!important;
}
.delivery_purchase_title{
  position: relative;
  padding-bottom: 66px;
  margin-bottom: 50px;
}
.delivery_purchase_title:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 32px;
  margin: auto;
  background-image: linear-gradient(to bottom, #A28B5F, #A28B5F 6px, transparent 3px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
}
.delivery_purchase_title p{
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #A28B5F;
  font-weight: bold;
  text-align: center;
}
.delivery_purchase_title h3{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.delivery_purchase_title + p{
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.btn_area{
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.btn_area p.btn{
  max-width: 400px;
  width: 45%;
  margin: 0;
}
#delivery_purchase p.btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 40px;
}
#delivery_purchase p.btn a{
  background: #A28B5F;
}
#delivery_purchase p.line_btn a{
  background: #45A35A;
}
#delivery_purchase p.btn a::before{
  display: none;
}
#delivery_purchase p.btn a:hover{
  opacity: 0.7;
}
.green{
  color: #45A35A;
  text-decoration: underline;
}
@media screen and (max-width: 1024px){
  .delivery_purchase_title{
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .delivery_purchase_title:after{
    height: 20px;
  }
  .delivery_purchase_title p{
    font-size: 14px;
  }
  .delivery_purchase_title h3{
    font-size: 20px;
  }
  .delivery_purchase_title + p{
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 1.78;
  }
  .btn_area{
    flex-direction: column;
    gap: 10px 0;
  }
  .btn_area p.btn{
    max-width: 267px;
    width: 100%;
    margin: 0 auto;
  }
  #delivery_purchase p.btn a{
    height: 50px;
    font-size: 13px;
  }
}

#sec01{
  padding: 125px 0 107px;
}
#sec01 h3{
  position: relative;
  display: table;
  margin: 0 auto 66px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1.42;
}
#sec01 h3 span{
  color: #A28B5F;
}
#sec01 h3:before,
#sec01 h3:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 44px;
  height: 80px;
}
#sec01 h3:before{
  left: -63px;
  background: url(../image/delivery_purchase/icon_fukidashi_left.svg) no-repeat left bottom;
  background-size: 100% auto;
}
#sec01 h3:after{
  right: -63px;
  background: url(../image/delivery_purchase/icon_fukidashi_right.svg) no-repeat left bottom;
  background-size: 100% auto;
}
#sec01 h3 + p{
  margin-bottom: 55px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.78;
}
#sec01 figure{
  max-width: 708px;
  margin: 0 auto 50px;
}
#sec01 .center{
  margin-bottom: 75px;
}
#sec01 .center p{
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1024px){
  #sec01{
    padding: 60px 0 50px;
    overflow: hidden;
  }
  #sec01 h3{
    margin: 0 auto 30px;
    font-size: 17px;
  }
  #sec01 h3:before,
  #sec01 h3:after{
    width: 22px;
    height: 40px;
  }
  #sec01 h3:before{
    left: -34px;
    background: url(../image/delivery_purchase/icon_fukidashi_left_sp.svg) no-repeat left bottom;
    background-size: 100% auto;
  }
  #sec01 h3:after{
    right: -34px;
    background: url(../image/delivery_purchase/icon_fukidashi_right_sp.svg) no-repeat left bottom;
    background-size: 100% auto;
  }
  #sec01 h3 + p{
    margin-bottom: 30px;
    font-size: 14px;
  }
  #sec01 figure{
    margin-bottom: 50px;
  }
  #sec01 .center{
    margin-bottom: 30px;
  }
  #sec01 .center p{
    font-size: 12px;
    line-height: 1.91;
  }
}
@media screen and (max-width: 380px){
  #sec01 h3 + p{
    font-size: 13px;
  }
}

#sec02{
  padding: 110px 0 90px;
  background: #fff;
}
#sec02 ol{
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 60px;
}
#sec02 ol li p{
  margin-top: 25px;
  font-size: 20px;
  color: #A28B5F;
  font-weight: bold;
}
#sec02 ol li p span{
  margin-right: 1em;
  font-size: 25px;
  font-weight: normal;
}
#sec02 .under{
  padding-top: 54px;
  border-top: 1px solid #EDEBEB;
}
#sec02 .under h4{
  margin-bottom: 50px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
#sec02 .under ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 80px;
}
#sec02 .under ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 24px) /4);
  height: 50px;
  font-size: 13px;
  background: #F8F8F8;
  border-radius: 4px;
}
@media screen and (max-width: 1024px){
  #sec02{
    padding: 50px 0;
  }
  #sec02 ol{
    flex-wrap: wrap;
    gap: 30px 0;
    margin-bottom: 36px;
  }
  #sec02 ol li p{
    margin-top: 16px;
    font-size: 16px;
  }
  #sec02 ol li p span{
    font-size: 20px;
  }
  #sec02 .under{
    padding-top: 40px;
  }
  #sec02 .under h4{
    margin-bottom: 30px;
    font-size: 16px;
  }
  #sec02 .under ul{
    gap: 10px;
    margin-bottom: 36px;
  }
  #sec02 .under ul li{
    width: calc((100% - 10px) /2);
    height: 40px;
    font-size: 11px;
    border-radius: 0;
  }
}

#sec03{
  padding: 106px 0 110px;
}
#sec03 .flex{
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 90px 60px;
  margin-bottom: 60px;
}
#sec03 .in{
  max-width: 520px;
  width: 47%;
}
#sec03 .in figure{
  margin-bottom: 20px;
}
#sec03 .in figure + p{
  margin-bottom: 12px;
  font-size: 15px;
  color: #A28B5F;
}
#sec03 .in h4{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
#sec03 .in p{
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 1024px){
  #sec03{
    padding: 50px 0 60px;
  }
  #sec03 .flex{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0;
    margin-bottom: 50px;
  }
  #sec03 .in{
    width: 100%;
  }
  #sec03 .in figure{
    margin-bottom: 18px;
  }
  #sec03 .in figure + p{
    margin-bottom: 16px;
    font-size: 14px;
  }
  #sec03 .in h4{
    font-size: 16px;
  }
  #sec03 .in p{
    font-size: 14px;
    line-height: 1.85;
  }
}

#sec04{
  padding: 100px 0 90px;
  background: #fff;
}
#sec04 .gold_box{
  max-width: 700px;
  padding: 15px;
  margin: 0 auto 60px;
  font-size: 15px;
  color: #A28B5F;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  border: 1px solid #A28B5F;
  border-radius: 30px;
}
#sec04 .gray_box{
  justify-content: space-between;
  align-items: center;
  padding: 50px 40px;
  background: #F8F8F8;
}
#sec04 .gray_box .txt{
  width: 700px;
}
#sec04 .gray_box .txt h4{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
#sec04 .gray_box .txt p{
  font-size: 15px;
  line-height: 2;
}
#sec04 .gray_box .txt .flex{
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 36px;
}
#sec04 .gray_box .txt .flex div{
  width: calc((100% - 20px) / 2);
}
#sec04 .gray_box .txt .flex p{
  font-size: 14px;
  letter-spacing: 1px;
}
#sec04 .gray_box .txt .flex p .fwb{
  font-weight: bold;
}
@media screen and (max-width: 1024px){
  #sec04{
    padding: 60px 0 47px;
  }
  #sec04 .gold_box{
    padding: 10px 15px;
    margin: 0 auto 50px;
    font-size: 14px;
    line-height: 1.85;
    border-radius: 40px;
  }
  #sec04 .gray_box{
    flex-wrap: wrap;
    padding: 36px 18px;
  }
  #sec04 .gray_box .txt{
    width: 100%;
    margin-bottom: 40px;
  }
  #sec04 .gray_box .txt h4{
    margin-bottom: 30px;
    font-size: 15px;
    text-align: center;
  }
  #sec04 .gray_box .txt p{
    font-size: 14px;
    line-height: 1.85;
  }
  #sec04 .gray_box .txt .flex{
    margin-top: 30px;
  }
  #sec04 .gray_box .txt .flex div{
    width: 100%;
  }
  #sec04 .gray_box .txt .flex p{
    font-size: 12px;
  }
}

#sec05{
  padding: 110px 0 88px;
}
#sec05 p{
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}
#sec05 .line_banner{
  margin-top: 50px;
}
#sec05 .step{
  margin: 88px 0 60px;
}
#sec05 .step li{
  position: relative;
  padding: 40px;
  background: #fff;
}
#sec05 .step li + li{
  margin-top: 80px;
}
#sec05 .step li + li:before{
  content: "";
    display: inline-block;
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg) translateY(0);
}
#sec05 .step li h4{
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
}
#sec05 .step li h4 span{
  position: relative;
  padding-right: 30px;
  margin-right: 36px;
  font-size: 28px;
  color: #A28B5F;
  font-weight: normal;
}
#sec05 .step li h4 span:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 70%;
  margin: auto;
  border-right: 1px dashed #1A1A1A;
}
#sec05 .step li .flex{
  gap: 0 44px;
}
#sec05 .step li figure{
  max-width: 380px;
}
#sec05 .step li .txt{
  width: calc(100% - 424px);
}
#sec05 .step li .txt p{
  font-size: 15px;
  text-align: left;
  line-height: 1.73;
}
#sec05 .step li .txt p.red{
  font-size: 13px;
  color: #A30000;
  line-height: 2;
}
#sec05 .step li .txt p.mb1em{
  margin-bottom: 1em;
}
#sec05 .step li .txt .btn{
  max-width: 300px;
  margin: 30px 0 0;
}
#sec05 .step li .txt .btn a{
  height: 60px;
  font-size: 16px;
}
@media screen and (max-width: 1024px){
  #sec05{
    padding: 50px 0;
  }
  #sec05 p{
    font-size: 12px;
    line-height: 1.9;
  }
  #sec05 .line_banner{
    margin-top: 30px;
  }
  #sec05 .step{
    margin: 50px 0 30px;
  }
  #sec05 .step li{
    padding: 20px;
  }
  #sec05 .step li + li{
    margin-top: 55px;
  }
  #sec05 .step li + li:before{
      top: -45px;
  }
  #sec05 .step li h4{
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    line-height: 1.62;
  }
  #sec05 .step li h4 span{
    display: block;
    padding-right: 0;
    margin-right: 0;
    font-size: 22px;
  }
  #sec05 .step li h4 span:after{
    display: none;
  }
  #sec05 .step li .flex{
    display: block;
  }
  #sec05 .step li figure{
    max-width: none;
    margin-bottom: 18px;
  }
  #sec05 .step li .txt{
    width: 100%;
  }
  #sec05 .step li .txt p{
    font-size: 14px;
    line-height: 1.85;
  }
  #sec05 .step li .txt p.red{
    font-size: 14px;
    line-height: 1.85;
  }
  #sec05 .step li .txt .btn{
    width: 267px;
    margin: 30px auto 10px;
  }
  #sec05 .step li .txt .btn a{
    height: 50px;
    font-size: 13px;
  }
}

#sec06{
  padding: 110px 0 70px;
  background: #fff;
}
#sec06 .flex{
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 90px 60px;
}
#sec06 .in{
  max-width: 520px;
  width: 47%;
}
#sec06 .in figure{
  margin-bottom: 20px;
}
#sec06 .in figure + p{
  margin-bottom: 12px;
  font-size: 15px;
  color: #A28B5F;
}
#sec06 .in h2{
  margin-bottom:15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
#sec06 .in p{
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 1024px){
  #sec06{
    padding: 50px 0 60px;
  }
  #sec06 .flex{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0;
  }
  #sec06 .in{
    width: 100%;
  }
  #sec06 .in figure{
    margin-bottom: 18px;
  }
  #sec06 .in figure + p{
    margin-bottom: 16px;
    font-size: 14px;
  }
  #sec06 .in h4{
    font-size: 16px;
  }
  #sec06 .in p{
    font-size: 14px;
    line-height: 1.85;
  }
}

#sec07{
  padding: 110px 0;
}
#sec07 .white_box{
  gap: 0 40px;
  padding: 40px;
  background: #fff;
}
#sec07 .white_box + .white_box{
  margin-top: 30px;
}
#sec07 .white_box figure{
  max-width: 380px;
}
#sec07 .white_box .txt{
  width: 600px;
}
#sec07 .white_box .txt h4{
  margin: 25px 0;
  font-size: 22px;
  color: #A28B5F;
  font-weight: bold;
}
#sec07 .white_box .txt p{
  font-size: 15px;
  line-height: 1.73;
}
#sec07 .white_box .txt p.fwb{
  margin-bottom: 1.5em;
  font-weight: bold;
}
#sec07 .btn_area{
  margin: 80px 0;
}
#sec07 .caution h4{
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: bold;
}
#sec07 .caution li{
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1024px){
  #sec07{
    padding: 55px 0 100px;
  }
  #sec07 .white_box{
    display: block;
    padding: 20px;
  }
  #sec07 .white_box figure{
    width: 100%;
  }
  #sec07 .white_box .txt{
    width: 100%;
  }
  #sec07 .white_box .txt h4{
    margin: 25px 0 15px;
    font-size: 16px;
  }
  #sec07 .white_box .txt p{
    font-size: 14px;
  }
  #sec07 .btn_area{
    margin: 30px 0 65px;
  }
  #sec07 .caution h4{
    margin-bottom: 20px;
    font-size: 16px;
  }
  #sec07 .caution li{
    line-height: 1.85;
  }
}