.led-wrapper .note-icon {
  font-size: 10px !important;
  vertical-align: text-top !important;
  margin-right: 3px !important;
}

.led-wrapper a:hover {
  opacity: 0.6;
}

.led-wrapper .list__attention {
  margin-top: 20px !important;
}

.led-wrapper .attention {
  font-size: 1rem !important;
  margin-bottom: 0.2rem !important;
}

@media (max-width: 428px) {
  .led-wrapper .attention {
    font-size: 1.2rem !important;
    margin-bottom: 0.4rem !important;
    line-height: 1.2 !important;
  }
}

.led-wrapper .center {
  text-align: center;
}

.led-wrapper .mt20 {
  margin-top: 20px;
}

.led-wrapper .mt40 {
  margin-top: 40px;
}

.led-wrapper .mt60 {
  margin-top: 60px;
}

.led-wrapper .mb40 {
  margin-bottom: 40px;
}

.led-wrapper .mb30 {
  margin-bottom: 30px;
}

.led-wrapper .mb20 {
  margin-bottom: 20px;
}

.led-wrapper .mb10 {
  margin-bottom: 10px;
}

.led-wrapper .pt20 {
  padding-top: 20px;
}

.led-wrapper a:active {
  opacity: 0.6;
}

.led-wrapper .sp {
  display: none;
}

@media (max-width: 428px) {
  .led-wrapper .sp {
    display: block;
  }
}

.led-wrapper .pc {
  display: block;
}

@media (max-width: 428px) {
  .led-wrapper .pc {
    display: none;
  }
}

.led-wrapper .led-lineup {
  padding: 0 16px;
  padding-top: 40px;
}

@media (min-width: 1366px) {
  .led-wrapper .led-lineup {
    padding-top: 64px;
  }
}

.led-wrapper .lineup-nav__title {
  font-size: 2rem;
  border-left: 5px solid #6c71aa;
  padding-left: 15px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .led-wrapper .lineup-nav__title {
    font-size: 1.8rem;
  }
}

.led-wrapper .lineup-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .led-wrapper .lineup-nav {
    margin-bottom: 40px;
  }
}

.led-wrapper .lineup-nav .lineup-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
  margin: 0 1% 24px;
  text-align: center;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .led-wrapper .lineup-nav .lineup-nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin: 0 3px 8px;
  }
}

.led-wrapper .lineup-nav .lineup-nav__item a {
  display: block;
  padding: 16px 0;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .led-wrapper .lineup-nav .lineup-nav__item a {
    padding: 14px 0;
    font-size: 1.3rem;
  }
}

.led-wrapper .lineup-nav .lineup-nav__item a .lineup-nav__item-img {
  width: 12px;
  vertical-align: baseline;
  margin-left: 5px;
}

.led-wrapper .lineup-list__outer {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .led-wrapper .lineup-list__outer {
    margin-bottom: 40px;
  }
}

.led-wrapper .lineup-list__outer .lineup-list__title {
  font-size: 2.4rem;
  border-bottom: 3px solid #eee;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.led-wrapper .lineup-list__outer .lineup-list__title::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 5%;
  border-bottom: 3px solid #5d63a1;
}

@media (max-width: 767px) {
  .led-wrapper .lineup-list__outer .lineup-list__title::after {
    width: 15%;
  }
}

.led-wrapper .lineup-list .lineup-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
  padding: 32px;
  background: #f3f3f3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 428px) {
  .led-wrapper .lineup-list .lineup-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 120px;
  }
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 100%;
}

@media (max-width: 428px) {
  .led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--title {
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-left: 5px solid #6c71aa;
  padding-left: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--title {
    font-size: 2rem;
    padding-left: 15px;
  }
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--title-sub {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 428px) {
  .led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner .lineup-list__item--image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner .lineup-list__item--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0 0 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

@media (max-width: 428px) {
  .led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner .lineup-list__item--detail {
    margin: 12px 0;
  }
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner .lineup-list__item--detail p {
  font-size: 1.4rem;
  margin-bottom: 24px;
  line-height: 1.8;
  width: 100%;
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner .lineup-list__item--detail .lineup-list__item--btn {
  background: #5d63a1;
  display: block;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  font-size: 1.6rem;
  width: 100%;
}

@media (max-width: 428px) {
  .led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner .lineup-list__item--detail .lineup-list__item--btn {
    position: absolute;
    width: 80%;
    bottom: 40px;
  }
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner .lineup-list__item--type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
  margin-top: -10px;
}

@media (max-width: 428px) {
  .led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner .lineup-list__item--type {
    margin-bottom: 10px;
  }
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner .lineup-list__item--type .lineup-list__item--type--den {
  width: 100px;
  margin-right: 20px;
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner .lineup-list__item--type .lineup-list__item--type--den-wide {
  width: 140px;
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--main .lineup-list__item--inner .lineup-list__item--type .lineup-list__item--type--kan {
  width: 60px;
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--facilityimage {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  padding-left: 40px;
  margin-top: 73px;
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--facilityimage img {
  display: block;
}

@media (max-width: 428px) {
  .led-wrapper .lineup-list .lineup-list__item .lineup-list__item--facilityimage {
    padding-left: 0;
    margin-top: 0;
  }
}

.led-wrapper .lineup-list .lineup-list__item .lineup-list__item--facilityname {
  font-size: 10px;
  text-align: right;
  line-height: 1.4;
  color: #666;
  margin-top: 2px;
}

.led-wrapper .lineup-list-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.led-wrapper .lineup-list-half .lineup-list__item {
  width: 48.5%;
}

@media (max-width: 428px) {
  .led-wrapper .lineup-list-half .lineup-list__item {
    width: 100%;
  }
}

.led-wrapper .lineup-list-half .lineup-list__item .lineup-list__item--main {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 1366px) {
  .led-wrapper {
    margin-top: 0px;
    margin-bottom: 120px;
  }
}

.led-wrapper .led-header {
  margin-bottom: 40px;
}

@media (max-width: 428px) {
  .led-wrapper .led-header {
    margin-bottom: 20px;
  }
}

.led-wrapper .led-header .led-page-title {
  padding: 0 16px;
  margin-bottom: 10px;
}

@media (min-width: 428px) {
  .led-wrapper .led-header .led-page-title {
    padding: 10px 0 0;
    margin-bottom: 20px;
  }
}

.led-wrapper .led-header .led-page-title .led-page-title__text {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (min-width: 428px) {
  .led-wrapper .led-header .led-page-title .led-page-title__text {
    font-size: 3rem;
  }
}

.led-wrapper .led-header .led-page-title .led-page-title__sub {
  font-size: 1.6rem;
}

.led-wrapper .led-fv {
  position: relative;
}

.led-wrapper .led-fv .led-fv-link-outer {
  display: block;
}

@media (max-width: 768px) {
  .led-wrapper .led-fv .led-fv-link-outer {
    display: block;
    width: 100%;
    padding: 15px;
    background: #000;
    margin: 0;
    height: auto;
  }
}

.led-wrapper .led-fv .led-fv-link {
  display: block;
  position: absolute;
  bottom: 165px;
  right: 15px;
  background: #1d5fc2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .led-wrapper .led-fv .led-fv-link {
    right: 3%;
    bottom: 14px;
    font-size: 1.4rem;
    padding: 4px 0;
    border-radius: 5px;
    width: 42%;
    text-align: center;
  }
}

.led-wrapper .led-header .led-fv-btn {
  color: #151004;
  background: #f2b731;
  padding: 15px 0;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  margin: 30px auto 80px;
  display: block;
  text-align: center;
  width: 480px;
  letter-spacing: .05em;
}
@media (max-width: 428px) {
  .led-wrapper .led-header .led-fv-btn {
    width: 90%;
    margin: 10px auto 40px;
    padding: 12px 0;
    font-size: 1.8rem;
  }
}

.led-wrapper .led-overview {
  margin-top: 40px;
}

@media (max-width: 428px) {
  .led-wrapper .led-overview {
    padding: 0 15px;
    margin-top: 20px;
  }
}

.led-wrapper .overview-list {
  margin-bottom: 80px;
}

@media (max-width: 428px) {
  .led-wrapper .overview-list {
    margin-bottom: 60px;
  }
}

.led-wrapper .overview-list .overview-list__head {
  margin-bottom: 30px;
}

.led-wrapper .overview-list .overview-list__head .overview-list__head--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.led-wrapper .overview-list .overview-list__head .overview-list__head--title h2 {
  font-size: 3rem;
  line-height: 1.4;
}

@media (max-width: 428px) {
  .led-wrapper .overview-list .overview-list__head .overview-list__head--title h2 {
    font-size: 2.4rem;
  }
}

.led-wrapper .overview-list .overview-list__head .overview-list__head--title .overview-list__head--titlenum {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

.led-wrapper .overview-list .overview-list__head .overview-list__head--desc {
  margin-bottom: 12px;
}

.led-wrapper .overview-listouter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 428px) {
  .led-wrapper .overview-listouter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.led-wrapper .overview-listouter .overview-list {
  width: 48%;
}

@media (max-width: 428px) {
  .led-wrapper .overview-listouter .overview-list {
    width: 100%;
  }
}

.led-wrapper .overview-tablelist--title--outer {
  display: block;
  width: 100%;
}

@media (min-width: 428px) {
  .led-wrapper .overview-tablelist--title--outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.led-wrapper .overview-tablelist--title--outer .overview-tablelist--title1 {
  width: 100%;
}

@media (min-width: 428px) {
  .led-wrapper .overview-tablelist--title--outer .overview-tablelist--title1 {
    width: 40%;
    border-right: none;
  }
}

@media (min-width: 428px) {
  .led-wrapper .overview-tablelist--title--outer .overview-tablelist--title2 {
    width: 30%;
    border-right: none;
  }
}

@media (min-width: 428px) {
  .led-wrapper .overview-tablelist--title--outer .overview-tablelist--title3 {
    width: 30%;
  }
}

.led-wrapper .overview-tablelist--title--outer .overview-tablelist--title {
  background: #666;
  padding: 2px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  font-size: 1.8rem;
}

.led-wrapper .overview-tablelist {
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 428px) {
  .led-wrapper .overview-tablelist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.led-wrapper .overview-tablelist .overview-tablelist__item {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: solid 1px #ccc;
}

@media (max-width: 428px) {
  .led-wrapper .overview-tablelist .overview-tablelist__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: none;
  }
}

.led-wrapper .overview-tablelist .overview-tablelist__item .overview-tablelist__item--img {
  padding: 30px 10px 20px;
  border-top: solid 1px #ccc;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 428px) {
  .led-wrapper .overview-tablelist .overview-tablelist__item .overview-tablelist__item--img {
    width: 40%;
    height: auto;
    border-top: none;
    padding: 10px 30px;
  }
}

.led-wrapper .overview-tablelist .overview-tablelist__item .overview-tablelist__item--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media (min-width: 428px) {
  .led-wrapper .overview-tablelist .overview-tablelist__item .overview-tablelist__item--text {
    width: 30%;
    height: auto;
    border-left: solid 1px #ccc;
    padding: 0 25px;
  }
}

.led-wrapper .overview-tablelist .overview-tablelist__item .overview-tablelist__item--sticker {
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px 50px;
}

@media (min-width: 428px) {
  .led-wrapper .overview-tablelist .overview-tablelist__item .overview-tablelist__item--sticker {
    width: 30%;
    border-left: solid 1px #ccc;
    padding: 10px 30px;
  }
}

.led-wrapper .overview-tablelist .overview-tablelist__item .overview-tablelist__item--sticker .overview-tablelist__item--sticker--img {
  width: 100%;
  height: auto;
  display: block;
}

.led-wrapper .overview-tablelist .overview-tablelist__item .overview-tablelist__item--title {
  background: #eee;
  padding: 2px;
  margin: 0 15px;
  text-align: center;
  font-weight: bold;
  color: #666;
  width: 100%;
}

@media (min-width: 428px) {
  .led-wrapper .overview-tablelist .overview-tablelist__item .overview-tablelist__item--title {
    display: none;
  }
}

/* casestudy-area */
.casestudy-title {
  font-size: 3rem;
  margin-bottom: 20px;
}

.casestudy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.casestudy-item {
  background-color: gray;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((100% / 3) - 2%);
  flex: 0 1 calc((100% / 3) - 2%);
  margin: 0 1%;
}
@media screen and (max-width: 428px) {
  .casestudy-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0 3px 20px;
  }
}

.casestudy-caption {
  color: #fff;
  padding: 0 .5rem .75rem;
}

.casestudy-btn {
  text-align: center;
}

.casestudy-btn a {
  position: relative;
  display: inline-block;
  background: linear-gradient(to left top, #3f536b 0 50%, #556880 calc(50% + 1px) 100%);
  width: 80%;
  max-width: 450px;
  font-size: 2.2rem;
  color: #fff;
  padding: 10px 9rem;
}

@media screen and (max-width: 428px) {
  .casestudy-btn a {
    width: 100%;
    max-width: 343px;
    font-size: 1.4rem;
    padding-right: 3rem;
    padding-left: 3rem;
    margin-bottom: 40px;
  }
}

.casestudy-btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7.8rem;
  width: 0;
  height: 0;
  margin: auto;
  border: 5px solid transparent;
  border-left-color: #fff;
  content: "";
}
@media screen and (max-width: 428px) {
  .casestudy-btn a:after {
    right: 1rem;
    border-width: 4px;
  }
}

.findItem {
  margin-top: 50px;
}

@media screen and (max-width: 428px) {
  .findItem {
    margin-top: 10vw;
  }
}

.findItem__obi {
  height: 50px;
  background: #B4B3B3;
  color: #fff;
}

@media screen and (max-width: 428px) {
  .findItem__obi {
    height: 40px;
  }
}

.findItem__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.findItem__select > * {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.findItem__select > *:last-child {
  border-right: 1px solid #fff;
}

.findItem__select > * span {
  border-left: 1px solid #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 428px) {
  .findItem__select > * span {
    font-size: 1.2rem;
  }
}

.findItem__select > *.active span,
.findItem__select > *:hover span {
  border-top: 5px solid #44617B;
  background: #fff;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  color: #333;
  font-size: 2rem;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  height: 70px;
}

@media screen and (max-width: 428px) {
  .findItem__select > *.active span,
  .findItem__select > *:hover span {
    font-size: 1.2rem;
    height: 50px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.findItemTarget {
  display: none;
}

.findItemTarget.active {
  display: block;
}

.findItemTarget__inner {
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}

@media screen and (max-width: 428px) {
  .findItemTarget__inner {
    margin: 0 -5vw;
    padding: 10px 0;
  }
}

.findItemTarget__inner > * {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 8px;
  height: 70px;
  margin: 16px 0;
  position: relative;
}

.findItemTarget__inner > *:nth-child(0) {
  z-index: 30;
}

.findItemTarget__inner > *:nth-child(1) {
  z-index: 29;
}

.findItemTarget__inner > *:nth-child(2) {
  z-index: 28;
}

.findItemTarget__inner > *:nth-child(3) {
  z-index: 27;
}

.findItemTarget__inner > *:nth-child(4) {
  z-index: 26;
}

.findItemTarget__inner > *:nth-child(5) {
  z-index: 25;
}

.findItemTarget__inner > *:nth-child(6) {
  z-index: 24;
}

.findItemTarget__inner > *:nth-child(7) {
  z-index: 23;
}

.findItemTarget__inner > *:nth-child(8) {
  z-index: 22;
}

.findItemTarget__inner > *:nth-child(9) {
  z-index: 21;
}

.findItemTarget__inner > *:nth-child(10) {
  z-index: 20;
}

.findItemTarget__inner > *:nth-child(11) {
  z-index: 19;
}

.findItemTarget__inner > *:nth-child(12) {
  z-index: 18;
}

.findItemTarget__inner > *:nth-child(13) {
  z-index: 17;
}

.findItemTarget__inner > *:nth-child(14) {
  z-index: 16;
}

.findItemTarget__inner > *:nth-child(15) {
  z-index: 15;
}

.findItemTarget__inner > *:nth-child(16) {
  z-index: 14;
}

.findItemTarget__inner > *:nth-child(17) {
  z-index: 13;
}

.findItemTarget__inner > *:nth-child(18) {
  z-index: 12;
}

.findItemTarget__inner > *:nth-child(19) {
  z-index: 11;
}

.findItemTarget__inner > *:nth-child(20) {
  z-index: 10;
}

.findItemTarget__inner > *:nth-child(21) {
  z-index: 9;
}

.findItemTarget__inner > *:nth-child(22) {
  z-index: 8;
}

.findItemTarget__inner > *:nth-child(23) {
  z-index: 7;
}

.findItemTarget__inner > *:nth-child(24) {
  z-index: 6;
}

.findItemTarget__inner > *:nth-child(25) {
  z-index: 5;
}

.findItemTarget__inner > *:nth-child(26) {
  z-index: 4;
}

.findItemTarget__inner > *:nth-child(27) {
  z-index: 3;
}

.findItemTarget__inner > *:nth-child(28) {
  z-index: 2;
}

.findItemTarget__inner > *:nth-child(29) {
  z-index: 1;
}

.findItemTarget__inner > *:nth-child(30) {
  z-index: 0;
}

.findItemTarget__inner > * a,
.findItemTarget__inner > * div {
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  cursor: pointer;
  transition: transform 0.5s;
}

.findItemTarget__inner > * a:hover,
.findItemTarget__inner > * div:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.findItemTarget__inner > * a:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.findItemTarget__inner > * figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  color: #6F6F6F;
  border: 2px solid #fff;
}

.findItemTarget__inner > * figure img {
  width: 76px;
  height: 76px;
  display: block;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 428px) {
  .findItemTarget__inner > * figure img {
    margin-right: 5px;
  }
}

@media screen and (max-width: 428px) {
  .findItemTarget__inner > * figure {
    font-size: 1rem;
  }
  .findItemTarget__inner > * figure img {
    width: 50px;
    height: 50px;
  }
}

.findItemTarget__inner > * .form-wrap {
  font-size: 1.2rem;
  line-height: 1;
  display: none;
}

@media screen and (max-width: 428px) {
  .findItemTarget__inner > * .form-wrap {
    font-size: 1rem;
  }
}

.findItemTarget__inner > * .form-wrap > li {
  padding: 3px 10px;
  border-top: 1px solid #ddd;
}

.findItemTarget__inner > * .form-wrap .submit_btn {
  background: #44617B;
  padding: 0;
  position: relative;
}

.findItemTarget__inner > * .form-wrap .submit_btn button {
  font-size: 1.2rem;
  padding: 8px 10px;
  text-align: left;
  color: #fff;
  border: none;
  background: transparent;
  width: 100%;
  cursor: pointer;
}

.findItemTarget__inner > * .form-wrap .submit_btn button:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 428px) {
  .findItemTarget__inner > * .form-wrap .submit_btn button {
    font-size: 1rem;
    padding: 8px 8px;
  }
}

.findItemTarget__inner > * .form-wrap .submit_btn:after {
  content: "";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (max-width: 428px) {
  .findItemTarget__inner > * .form-wrap .submit_btn:after {
    right: 8px;
  }
}

.findItemTarget__inner > * .form-wrap.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  margin-top: 0;
}

@media screen and (max-width: 428px) {
  .findItemTarget__inner > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    height: 50px;
    margin: 10px 0;
    padding: 0 5px;
  }
}
/*# sourceMappingURL=style.css.map */

#floatingbtn .p-floating__catalog {
  background: #cd821a;
}
#floatingbtn .p-floating__contact {
  background: #75b938;
}