.flexwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexwrap2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flexwrap3 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1281px) {
  .lp-jirei .col_03 {
    padding: 14px 20px 20px 20px;
    width: 300px;
    height: auto;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .lp-jirei .col_03 {
    padding: 14px 20px 20px 20px;
    width: 300px;
    height: auto;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .lp-jirei .col_03 {
    padding: 14px 20px 20px 20px;
    width: 300px;
    height: auto;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .lp-jirei .col_03 {
    padding: 14px 14px 20px 14px;
    width: 300px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
.bokashi {
  box-shadow: 0px 0px 10px rgba(158, 158, 158, 0.25);
  border-radius: 20px;
  background-color: #fff;
}
.bokashi h4 {
  margin: 1.4rem 0 0 0;
  padding: 0;
}
.bokashi p {
  line-height: 1.6 !important;
}
.lp-jirei {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic", Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  text-align: center;
}
@media only screen and (min-width: 961px) {
  .lp-jirei h2 {
    font-size: 35px;
    margin: 100px auto 0 auto;
    background-image: url(../img/line.svg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 49px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .lp-jirei h2 {
    font-size: 26px;
    margin: 124px auto 0 auto;
    background-image: url(../img/line.svg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 69px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .lp-jirei h2 {
    font-size: 21px;
    margin: 84px auto 0 auto;
    background-image: url(../img/line.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 30%;
    padding-top: 49px;
    line-height: 1.4;
    font-weight: bold;
  }
}

.lp-jirei .area {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2.4;
  color: #333333;
  width: 70px;
  height: 36px;
  border: 2px solid #bbbbbb;
  margin-top: 50px;
}
.lp-jirei img {
  margin-top: 10px;
  margin-right: 15px;
}
.lp-jirei p {
  float: none;
  font-size: 18px;
  margin-top: 24px;
  margin-left: 10px;
  text-align: left;
}
.lp-jirei p.small {
  clear: both;
  font-size: 14px;
  text-align: center;
  margin: 20px auto 0 auto !important;
}
a.button2 {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #ef7a00;
  border: 2px solid #ef7a00;
  padding-top: 14px;
  border-radius: 80px;
  transition: 0.3s;
  width: 214px;
  height: 47px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  text-decoration: none;
}
a.button2:hover {
  background: #fff;
  color: #ef7a00;
  border: 2px solid #ef7a00;
}
