.reason{
  padding-top:30px;
}

.reason-header{
  text-align:center;
  width:95%;
  margin:auto;
  padding:5px 0 15px 0;
  border-bottom:0.5px dashed #999999;
}

.reason-header h2{
  font-size:32px;
  color:#333333;
  line-height:1.8;
}

.normal-span{
  font-size:24px;
}

.color-span{
  color:#DB8574;
}

.br-span{
  display:none;
}

.reason-contents{
  width:95%;
  margin:0px auto 0 auto;
}

.reason-content{
  padding:20px 0 50px 45px;
  border-bottom:0.5px dashed #999999;
}

.reason-content h2 {
  position: relative;
  padding-left:22px;
  font-size: 28px;
  color:#316262;
  border-radius: 0 10px 10px 0;
}

.reason-content h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background-color:#77BABA;
  font-weight: 900;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.point-span{
  font-size:36px;
  padding:0 8px 0 2px;
}

.point-explain-span{
  color:#333333;
  font-weight:600;
}

.reason-content-br{
  display:none;
}

.purchase-reason1-pc,.purchase-reason1-sp{
  width:100%;
  padding-right:25px;
}

.purchase-reason1-sp{
  display:none;
}

.reason-explain{
  font-size:18px;
  padding-right:25px;
  margin-bottom:0;
}

.reason-content-parent{
  display:flex;
}

.reason-content-left{
  width:50%;
  padding-right:3%;
}

.reason-content-left p{
  font-size:18px;
  margin:0
}

.reason-content-left p br{
  display:block;
  content:"";
  margin-top:2ex;
}

.reason-content-right{
  width:50%;
}

.reason-content-right img{
  width:100%;
}


@media all and (max-width:1100px){

  .reason-header h2{
    font-size:24px;
  }

  .normal-span{
    font-size:18px;
  }

}

@media all and (max-width:1025px){

  .reason-explain{
    font-size:14px;
  }
  
  .reason-content-left p{
    font-size:14px;
  }

}

@media all and (max-width:800px){

  .reason-content h2 {
    padding-left:20px;
    font-size: 20px;
  }
  
  .reason-content h2:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .point-span{
    font-size:26px;
    padding:0 6px 0 2px;
  }

  .br-span{
    display:block;
    line-height:0px;
  }

  .reason-content-parent{
    flex-direction:column-reverse;
  }

  .reason-content-left{
    width:95%;
    padding-right:0;
    padding-top:15px;
  }

  .reason-content-right{
    width:95%;
  }

}

@media all and (max-width:670px){

  .purchase-reason1-sp{
    display:block;
  }

  .purchase-reason1-pc{
    display:none;
  }

  .reason-explain{
    font-size:14px;
  }

  .reason-content{
    padding-bottom:30px;
  }

}

@media all and (max-width:525px){

  .reason-content h2 {
    padding-left:20px;
    font-size: 16px;
  }
  
  .reason-content h2:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .point-span{
    font-size:20px;
    padding:0 6px 0 2px;
  }

}

@media all and (max-width:440px){

  .reason-content{
    padding-left:30px;
  }

  .reason-header h2{
    font-size:17.5px;
  }

  .normal-span{
    font-size:14px;
  }

  .reason-content-br{
    display:block;
  }

  .reason-content h2{
    font-size:16px;
    padding-left:15px;
  }
  
  .reason-content h2:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .point-span{
    font-size:18px;
  }

}

@media all and (max-width:390px){

  .qa{
    padding-bottom:0px;
  }

}