.circle{
  font-size: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f3b972;
  text-align: center;
  line-height: 80px;
  vertical-align: middle;
  font-weight: 700px;
  position: absolute;
  top: -3px;
  left: -21px;
}

.h-ttl .border {
    font-size: 19px;
    border-bottom: 2px solid #f3b972;
    font-weight: 700;
    padding: 0;
}
.border p {
    margin-left: 14px;
}

.hosyo-wrap{
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h-box{
  width: 45%;
  padding: 20px;
  background-color: #ffe7ca;
  border-radius: 20px;
  position: relative;
  margin-bottom: 80px;
}

.h-box5{
  width: 100%;
  padding: 20px;
  background-color: #ffe7ca;
  border-radius: 20px;
  position: relative;
  margin-bottom: 80px;
}

.h-ttl{
  width: 92%;
  margin-left: auto;

}

.h-text {
  padding: 16px 45px 0;
}

.h-text img{
  padding-top: 20px;
}

.plan-wrap{
  margin-top: 60px;
  margin-bottom: 80px;
}
.plan-wrap svg{
  width: 100%;
}

.deliveryBtn01{
  margin-top: 30px;
  text-align: center;
}

.deliveryBtn01 a {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #f3b972;
    display: inline-block;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
}
