.f-en {
  font-family: "Rubik", sans-serif;
}

.f-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.en-f {
  font-family: "Noto Sans", sans-serif;
}

@media screen and (max-width:767px) {
  .is-search .l-main {
    z-index: 9001;
  }
}
@media screen and (max-width:767px) {
  .is-search {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

@media print, screen and (min-width:768px) {
  .works.index .l-container-sub {
    padding-top: 56px;
  }
}
@media screen and (max-width:767px) {
  .works.index .l-container-sub {
    padding-top: 8px;
  }
}

.p-product {
  margin-top: 0;
  padding-top: 80px;
}
@media screen and (max-width:767px) {
  .p-product {
    padding-top: 40px;
  }
}

.block-search__inner {
  border: 1px solid #0052B5;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .block-search__inner {
    border-radius: 8px;
  }
}
.block-search__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0052B5;
  line-height: 1.5;
  position: relative;
  padding: 26px 38px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width:767px) {
  .block-search__ttl {
    font-size: 1.6rem;
    padding: 17px 23px;
  }
}
.block-search__ttl .icon-plugs {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F1F4F6;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  display: block;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .block-search__ttl .icon-plugs {
    height: 32px;
    width: 32px;
    right: 15px;
  }
}
.block-search__ttl .icon-plugs:after, .block-search__ttl .icon-plugs:before {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #0052B5;
  margin: 0 auto;
}
.block-search__ttl .icon-plugs:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.block-search__ttl.is-active .icon-plugs:after {
  -webkit-transform: rotate(90deg) scale(0);
          transform: rotate(90deg) scale(0);
}
@media print, screen and (min-width:768px) {
  .block-search__ttl.is-current .icon-plugs:after {
    -webkit-transform: rotate(90deg) scale(0);
            transform: rotate(90deg) scale(0);
  }
}
.block-search__content {
  padding: 35px 39px;
  display: none;
  border-top: 1px solid #0052B5;
}
.block-search__content.is-active {
  display: block;
}
@media print, screen and (min-width:768px) {
  .block-search__content.is-current {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .block-search__content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    overflow: auto;
    padding: 0 0 50px 0;
  }
}
.block-search__content .p-form-list {
  padding-top: 4px;
}
.block-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
.block-search__item:last-child {
  margin-bottom: 0;
  padding-bottom: 7px;
  border-bottom: none;
}
@media print, screen and (min-width:768px) {
  .block-search__item:last-child {
    padding-bottom: 16px;
  }
}
@media screen and (max-width:767px) {
  .block-search__item {
    display: block;
    margin-bottom: 19px;
    padding-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.block-search__item--ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  width: 160px;
  max-width: 160px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}
@media screen and (max-width:767px) {
  .block-search__item--ttl {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 15px 0;
  }
}
.block-search__item--form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .block-search__items {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 20px 0px 20px;
    background-color: #fff;
    margin-top: -9px;
    position: relative;
  }
}
.block-search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 19px;
  margin-bottom: -17px;
  margin-left: -39px;
  margin-right: -39px;
  border-top: 1px solid #0052B5;
}
@media screen and (max-width:767px) {
  .block-search__btn {
    margin: 0;
    background: #F7FAFC;
    border-top: 1px solid #DDDDDD;
    padding-top: 23px;
    display: block;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.block-search__btn .c-btn-01 {
  height: 64px;
  font-size: 1.6rem;
  max-width: 240px;
  margin: 0 4px;
}
@media screen and (max-width:767px) {
  .block-search__btn .c-btn-01 {
    margin: 0 auto;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .block-search__btn .c-btn-01.c-btn-nonebg:hover svg {
    fill: #0052B5;
  }
}
.block-search__btn .c-btn-nonebg {
  width: auto;
}
.block-search__close {
  background-color: #0052B5;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 19px 20px 25px 20px;
}
.block-search__close .icon-close {
  position: absolute;
  right: 16px;
  margin-top: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: rgba(241, 244, 246, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-search__result {
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0052B5;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  background-color: #fff;
  border-radius: 16px;
  margin-top: 80px;
  padding: 20px;
}
@media screen and (max-width:767px) {
  .block-search__result {
    font-size: 1.6rem;
    border-radius: 8px;
    height: 128px;
    margin-top: 40px;
    line-height: 1.5;
  }
}
.block-search .p-form-list li {
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
}
.block-search .c-form-checkbox span {
  font-size: 1.6rem;
}

@media print, screen and (min-width:768px) {
  body.en .block-search__btn .c-btn-01 {
    max-width: 140px;
  }
}