@charset "UTF-8";

.l-content {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.l-content-wrapper {
  background-image: url(../img/bg_main.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  max-inline-size: min(100%, 1000px);
  justify-content: space-between;
}

.l-content-wrapper .l-content-wrapper {
  background-image: none;
}

.l-flex {
  display: flex;
}

.l-end {
  justify-content: flex-end;
}

.l-middle {
  align-items: center;
}

.l-opposite {
  justify-content: space-between;
}

.l-flexwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-flexcolumn {
  display: flex;
  flex-direction: column;
}

.l-box {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.l-box-inside {
  padding: 16px 16px 56px;
}

.l-card {
  max-width: 305px;
  position: relative;
  margin-bottom: 24px;
}

.l-card h3 {
  margin-bottom: 12px;
}

.l-card h3:after {
  content: "";
  display: block;
  width: 30px;
  margin-top: 8px;
  border-bottom: solid 2px #81bd20;
}

.l-textcenter {
  text-align: center;
}

.l-card-bottom {
  text-align: center;
  position: absolute;
  bottom: 16px;
  width: 100%;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.max250 {
  max-width: 250px;
}

.max280 {
  max-width: 280px;
}

.max400 {
  max-width: 400px;
}

@media only screen and (min-width: 750px) {
  .sponly {
    display: none !important;
  }

}

@media only screen and (max-width: 1020px) and (min-width: 750px) {}

@media only screen and (max-width: 1020px) {

  .l-header-inner,
  .l-content {
    padding: 0 20px;
  }

  .l-flexcolumn-sp {
    display: flex;
    flex-direction: column;
  }

  .l-content-wrapper {
    padding-bottom: 10vw;
  }
}

/* SP */
@media only screen and (max-width: 750px) {

  .pconly {
    display: none !important;
  }

}