.benefit-title {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 1.8;
}
.benefit-title span {
  font-size: 2rem;
  color: #e95283;
}

.benefit-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 50px 0;
}
@media only screen and (max-width: 768px) {
  .benefit-box {
    margin: 20px auto 0;
  }
}
.benefit-box__contentbox {
  width: 45%;
  text-align: center;
  margin: 20px;
  border: 1px solid;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
.benefit-box__contentbox::before {
  content: "";
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .benefit-box__contentbox {
    width: 90%;
    padding: 20px;
    padding-top: 30px;
  }
}
.benefit-box__contentbox h3 {
  font-size: 2rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefit-box__contentbox h3 span {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.benefit-box__contentbox p {
  text-align: left;
}
.benefit-box__contentbox.n-01 {
  border-color: #0070c0;
}
.benefit-box__contentbox.n-01::before {
  background-color: #0070c0;
}
.benefit-box__contentbox.n-01 h3 {
  color: #0070c0;
  background-image: linear-gradient(to right, #0070c0 4px, transparent 4px);
}
.benefit-box__contentbox.n-01 h3 span {
  background-color: #0070c0;
}
.benefit-box__contentbox.n-02 {
  border-color: #ff6699;
}
.benefit-box__contentbox.n-02::before {
  background-color: #ff6699;
}
.benefit-box__contentbox.n-02 h3 {
  color: #ff6699;
  background-image: linear-gradient(to right, #ff6699 4px, transparent 4px);
}
.benefit-box__contentbox.n-02 h3 span {
  background-color: #ff6699;
}
.benefit-box__contentbox.n-03 {
  border-color: #ffc000;
}
.benefit-box__contentbox.n-03::before {
  background-color: #ffc000;
}
.benefit-box__contentbox.n-03 h3 {
  color: #ffc000;
  background-image: linear-gradient(to right, #ffc000 4px, transparent 4px);
}
.benefit-box__contentbox.n-03 h3 span {
  background-color: #ffc000;
}
.benefit-box__contentbox.n-04 {
  border-color: #92d050;
}
.benefit-box__contentbox.n-04::before {
  background-color: #92d050;
}
.benefit-box__contentbox.n-04 h3 {
  color: #92d050;
  background-image: linear-gradient(to right, #92d050 4px, transparent 4px);
}
.benefit-box__contentbox.n-04 h3 span {
  background-color: #92d050;
}

.benefit-maintitle {
  text-align: center;
  margin-bottom: 0;
}

.login-btn {
  text-align: center;
}
.login-btn a {
  background: #e95283;
  border: 1px solid #e95283;
  display: inline-block;
  padding: 15px 40px;
  margin: 40px auto 20px;
  transition: 0.2s;
}
.login-btn a:hover {
  color: #e95283;
  background-color: white;
  transition: 0.2s;
}
.login-btn img {
  width: 85%;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .login-btn img {
    width: 100%;
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=benefit.css.map */