/*===========================================
feature
===========================================*/
.feature__fv {
  margin-bottom: 30px;
}
.feature .midashi_05 {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 750px) {
  .feature .midashi_05 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.feature img {
  width: 100%;
}
.feature__line {
  background-color: #ffff99;
}
.feature__btn {
  background: #fff;
  border: 3px solid #299736;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 3px 0 #779a46;
  color: #299736 !important;
  display: inline-block;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  top: 0;
  text-align: center;
  text-decoration: none;
  transition: 0.05s ease;
  max-width: 350px;
  width: 100%;
}
.feature__btn:hover {
  box-shadow: none !important;
  top: 3px;
}
@media screen and (max-width: 750px) {
  .feature__btn {
    line-height: 40px;
  }
}
.feature__btn i {
  font-family: "FontAwesome";
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .feature .strong-p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  .feature .strong-p__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.feature .strong-p__text {
  margin: 0 auto 25px;
}
.feature .strong-p__box {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .feature .strong-p__box {
    width: 100%;
  }
}
.feature .strong-p__pict {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .feature .strong-p__pict {
    width: 100%;
    max-width: 224px;
    margin: 20px auto 15px;
  }
}
.feature .result {
  margin-bottom: 50px;
}
.feature .result .img-origin {
  display: inline-block;
}
.feature .result .img-hover {
  display: none;
}
.feature .result .cat-search__box {
  position: relative;
  margin-bottom: 31px;
}
.feature .result .cat-search__title {
  font-size: 20px;
  margin: 24px 0 5px;
  display: flex;
  position: relative;
  align-items: baseline;
  padding-left: 14px;
}
.feature .result .cat-search__title::before {
  content: "";
  width: 4px;
  height: 24px;
  background-color: #299736;
  position: absolute;
  left: 0;
  top: 2px;
}
.feature .result .cat-search__title-small {
  font-size: 16px;
}
.feature .result .cat-search__other-m {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 8px;
  color: #299736;
}
.feature .result .cat-search__other-m-link {
  color: #263BC6;
}
.feature .result .cat-search__other-m-link::after {
  border-top: 1px solid #299736;
  border-right: 1px solid #299736;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  left: -10px;
  top: 7px;
  transform: rotate(45deg);
  width: 5px;
}
.feature .result .cat-search__other-m-link:hover {
  color: #263BC6;
}
.feature .result .cat-search__other-m-link:visited {
  color: #263BC6;
}
.feature .result .cat-search__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature .result .cat-search__list--maker {
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature .result .cat-search__list--use2 {
  margin-top: 10px;
}
.feature .result .cat-search__item-text {
  transition: 0.1s ease-in-out;
}
.feature .result .cat-search__item {
  position: relative;
  top: 0;
  transition: 0.1s ease-in-out;
  width: 32.8%;
}
.feature .result .cat-search__item--small {
  width: 24.5%;
}
@media screen and (max-width: 750px) {
  .feature .result .cat-search__item .use-item__text {
    font-size: 12px;
    line-height: 120%;
  }
}
.feature .result .cat-search__item:hover {
  top: 3px;
}
.feature .result .cat-search__item:hover .cat-search__item-link {
  box-shadow: 0 0 0 #ccc;
  border: solid 2px #299736;
  color: #299736;
  border-radius: 3px;
  background-color: #fff;
}
.feature .result .cat-search__item:hover .use-item__link {
  padding: 10px 0 8px;
}
.feature .result .cat-search__item:hover .img-origin {
  display: none;
}
.feature .result .cat-search__item:hover .img-hover {
  display: inline-block;
}
.feature .result .cat-search__item:active {
  top: 3px;
}
.feature .result .cat-search__item:active .cat-search__item-link {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  transition: 0.1s ease-in-out;
  border: solid 2px #299736;
}
.feature .result .cat-search__item-link {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 3px 0 #ccc;
  border: solid 1px #ccc;
  border-radius: 3px;
  background-color: #fafafa;
  box-sizing: border-box;
  transition: 0.1s ease-in-out;
  color: #666;
  text-decoration: none;
}
.feature .result .cat-search__item-link:hover {
  color: #666;
  text-decoration: none;
}
.feature .result .cat-search__item-link:visited {
  color: #666;
  text-decoration: none;
}
.feature .result .use-item__link {
  flex-direction: column;
  justify-content: space-between;
}
.feature .result .use-item {
  text-align: center;
  font-weight: 700;
}
.feature .result .use-item:last-child {
  margin-right: 0;
}
.feature .result .use-item {
  height: 95px;
}
.feature .result .use-item__link {
  padding: 10px 0 8px;
}
.feature .result .use-item__img-box {
  width: 50px;
  margin: 0 auto;
}
.feature .result .use-item__img {
  width: 100%;
}
.feature .lease {
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) {
  .feature .lease__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 751px) {
  .feature .lease__box {
    max-width: 480px;
    width: 64%;
  }
}
.feature .lease__pict {
  margin: 30px auto;
}
.feature .lease__pict--01 {
  max-width: 645px;
}
.feature .lease__pict--03 {
  max-width: 698px;
}
.feature .lease__pict--04, .feature .lease__pict--05, .feature .lease__pict--07 {
  margin: 0;
  max-width: 250px;
  width: 35%;
}
@media screen and (max-width: 750px) {
  .feature .lease__pict--04, .feature .lease__pict--05, .feature .lease__pict--07 {
    width: 100%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 750px) {
  .feature .voice {
    margin: 0 auto 20px;
  }
}
.feature .interview__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .feature .interview__list {
    margin-bottom: 0;
  }
}
.feature .interview__item {
  width: 32%;
  line-height: 140%;
}
.feature .interview__ttl {
  position: relative;
  margin-bottom: 10px;
}
.feature .interview__tab {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #299736;
  padding: 5px 10px;
  line-height: 140%;
  color: #fff;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  .feature .interview__tab {
    font-size: 11px;
    padding: 3px 5px;
    line-height: 120%;
  }
}/*# sourceMappingURL=feature-test.css.map */