@charset "UTF-8";
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(46deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}
.wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 0 10px;
  }
}

@media screen and (min-width: 1101px) {
  .pc-hide {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .tb-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  .sp-hide {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .contents h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .contents h1 {
    font-size: 2.4rem;
  }
}

.contents_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 45px 0 30px;
}
@media screen and (max-width: 480px) {
  .contents_heading {
    margin: 9.3333333333vw 0;
  }
}
@media screen and (max-width: 1100px) {
  .contents_heading .button-link.view {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 999;
  }
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fw-bold {
  font-weight: bold !important;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
  .tb-mb-25 {
    margin-bottom: 3.3333333333vw !important;
  }
}

.mt-10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 480px) {
  .mt-10 {
    margin-top: 4vw !important;
  }
}

.mt-15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 480px) {
  .mt-15 {
    margin-top: 4vw !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 480px) {
  .mt-40 {
    margin-top: 8vw !important;
  }
}

.mt-55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 480px) {
  .mt-55 {
    margin-top: 11.3333333333vw !important;
  }
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-p5 {
  margin-left: 5%;
}

.mr-12 {
  margin-right: 12px;
}

@media screen and (max-width: 1100px) {
  .tb-w-p100 {
    width: 100% !important;
  }
}

.ta-center {
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .sp-bb {
    border-bottom: 1px #ccc solid !important;
  }
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.flexbox.fd-column {
  flex-direction: column;
}

.flexC {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

.flexBC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.col-75 {
  width: 75%;
}

.col-30 {
  width: 30%;
}

.col-25 {
  width: 25%;
}

.ta-right {
  text-align: right;
}

.chkbox {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 1.4rem;
  user-select: none;
}
@media screen and (max-width: 480px) {
  .chkbox {
    padding-left: 6.6666666667vw;
  }
}
.chkbox > span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all 0.2s;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .chkbox > span {
    height: 4.8vw;
    width: 4.8vw;
    border-radius: 0.6666666667vw;
    border: 0.2666666667vw solid #999999;
  }
}
.chkbox > span:after {
  content: "";
  position: absolute;
  display: block;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .chkbox > span:after {
    left: 1.4666666667vw;
    top: 0.4vw;
    width: 2vw;
    height: 3.0666666667vw;
    border-width: 0 0.8vw 0.8vw 0;
  }
}
.chkbox > input:checked ~ span {
  background-color: #0066b1;
  border: none;
}
.chkbox > input:checked ~ span:after {
  opacity: 1;
}

.radiobox {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 1.3rem;
  user-select: none;
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .radiobox {
    padding-left: 5.8666666667vw;
    margin-right: 6.6666666667vw;
  }
}
.radiobox:last-of-type {
  margin-right: 0;
}
.radiobox > span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border: 1px solid #999;
  border-radius: 50%;
  transition: all 0.2s;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .radiobox > span {
    height: 4.8vw;
    width: 4.8vw;
  }
}
.radiobox > span:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #0066b1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .radiobox > span:after {
    height: 2.5333333333vw;
    width: 2.5333333333vw;
  }
}
.radiobox > input {
  display: none;
}
.radiobox > input:checked ~ span:after {
  opacity: 1;
}
.radiobox.small > span {
  height: 12px;
  width: 12px;
}
@media screen and (max-width: 480px) {
  .radiobox.small > span {
    height: 3.2vw;
    width: 3.2vw;
  }
}
.radiobox.small > span:after {
  height: 6px;
  width: 6px;
}
@media screen and (max-width: 480px) {
  .radiobox.small > span:after {
    height: 1.6vw;
    width: 1.6vw;
  }
}
.radiobox.med {
  display: block;
}
@media screen and (max-width: 768px) {
  .radiobox.med {
    font-size: 1.4rem;
  }
}
.radiobox.med > span {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 480px) {
  .radiobox.med > span {
    height: 4.2666666667vw;
    width: 4.2666666667vw;
  }
}
.radiobox.med > span:after {
  height: 8px;
  width: 8px;
}
@media screen and (max-width: 480px) {
  .radiobox.med > span:after {
    height: 2.1333333333vw;
    width: 2.1333333333vw;
  }
}

.chkbox2 {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 1.3rem;
  user-select: none;
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .chkbox2 {
    padding-left: 5.8666666667vw;
    margin-right: 6.6666666667vw;
  }
}
.chkbox2:last-of-type {
  margin-right: 0;
}
.chkbox2 > span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border: 1px solid #999;
  border-radius: 0;
  transition: all 0.2s;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .chkbox2 > span {
    height: 4.8vw;
    width: 4.8vw;
  }
}
.chkbox2 > span:after {
  border-radius: 0;
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid #0066b1;
  border-bottom: 2px solid #0066b1;
  transform: rotate(-45deg);
  background-color: inherit;
  top: 30%;
  left: 15%;
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .chkbox2 > span:after {
    height: 2.5333333333vw;
    width: 2.5333333333vw;
  }
}
.chkbox2 > input {
  display: none;
}
.chkbox2 > input:checked ~ span:after {
  opacity: 1;
}
.chkbox2.small > span {
  height: 12px;
  width: 12px;
}
@media screen and (max-width: 480px) {
  .chkbox2.small > span {
    height: 3.2vw;
    width: 3.2vw;
  }
}
.chkbox2.small > span:after {
  height: 6px;
  width: 6px;
}
@media screen and (max-width: 480px) {
  .chkbox2.small > span:after {
    height: 1.6vw;
    width: 1.6vw;
  }
}
.chkbox2.med {
  display: block;
}
@media screen and (max-width: 768px) {
  .chkbox2.med {
    font-size: 1.4rem;
  }
}
.chkbox2.med > span {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 480px) {
  .chkbox2.med > span {
    height: 4.2666666667vw;
    width: 4.2666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .chkbox2.med > span:after {
    height: 2.1333333333vw;
    width: 2.1333333333vw;
  }
}
.chkbox2.disabled {
  display: none !important;
}

input[type=checkbox].chkbox3 {
  display: none;
}
input[type=checkbox].chkbox3 + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  user-select: none;
  margin-right: 10px;
  margin-bottom: 12px;
  padding: 4px 8px;
  color: #333;
  background-color: #f2f2f2;
  border-radius: 5px;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  input[type=checkbox].chkbox3 + label {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 480px) {
  input[type=checkbox].chkbox3 + label {
    margin-bottom: 3.3333333333vw;
  }
}
input[type=checkbox].chkbox3:checked + label, input[type=checkbox].chkbox3:hover + label {
  background-color: #005bac;
  color: #fff;
}

select {
  font-size: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 2px 20px 2px 15px;
  background: url(../../img/ico-select_arrow.png) no-repeat 90% 50% #fff;
  background-size: 8px 5px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  select {
    padding: 2px 5.3333333333vw 2px 4vw;
    background-size: 2.1333333333vw 1.3333333333vw;
  }
}

input[type=text],
input[type=email],
textarea {
  background-color: #fff;
  padding: 5px 10px;
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  input[type=text],
input[type=email],
textarea {
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #a5a5a5;
}

input[type=submit] {
  color: #fff;
  cursor: pointer;
}

.contents .text-link.popup {
  cursor: pointer;
}
.contents .text-link.popup span {
  border-bottom: none;
  font-weight: normal;
  font-size: 1.3rem;
}
.contents .text-link.popup:after {
  width: 12px;
  height: 12px;
  background: url(../../img/ico-link-modal.png) no-repeat;
  background-size: contain;
}

.button-link {
  cursor: pointer;
}
.button-link.smaller {
  min-width: auto !important;
  font-size: 1.3rem !important;
  padding: 6.5px 17px !important;
}
@media screen and (max-width: 480px) {
  .button-link.smaller {
    padding: 1.7333333333vw 4.5333333333vw !important;
  }
}
.button-link.small {
  font-size: 1.4rem !important;
  padding: 7.5px 20px !important;
}
@media screen and (max-width: 480px) {
  .button-link.small {
    padding: 2vw 5.3333333333vw !important;
  }
}
.button-link.med {
  font-size: 1.7rem !important;
  padding: 8px 20px !important;
  min-width: 185px !important;
}
@media screen and (max-width: 768px) {
  .button-link.med {
    padding: 1.0666666667vw 2.6666666667vw !important;
  }
}
.button-link.long {
  padding: 14px 30px !important;
}
@media screen and (max-width: 768px) {
  .button-link.long {
    padding: 1.8666666667vw 4vw !important;
  }
}
.button-link.del {
  color: #005bac;
  border: 2px solid #005bac;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .button-link.del {
    border: 0.2666666667vw solid #005bac;
  }
}
.button-link.del:before {
  position: relative;
  content: "×";
  display: inline-block;
  font-size: 1.3rem;
  transition-duration: 0s !important;
}
.button-link.view {
  background-color: #fff;
  color: #005bac;
  border: 2px solid #005bac;
  min-width: 220px;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .button-link.view {
    font-size: 1.3rem;
    border: 0.2666666667vw solid #005bac;
    min-width: 58.6666666667vw !important;
    padding: 2vw 2.6666666667vw !important;
  }
}
.button-link.view:before {
  position: relative;
  content: " ";
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(../../img/ico-view.png) no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .button-link.view:before {
    width: 4.2666666667vw;
    height: 5.3333333333vw;
  }
}
.button-link.view span {
  margin-left: 0 !important;
}
.button-link.add {
  color: #fff;
  background-color: #005bac;
  border: 2px solid #005bac;
  min-width: 220px;
  position: relative;
  font-size: 1.3rem;
  cursor: pointer;
  letter-spacing: 0.1em;
  padding: 8px 20px !important;
}
@media screen and (max-width: 480px) {
  .button-link.add {
    border: 0.2666666667vw solid #005bac;
    min-width: 58.6666666667vw !important;
    padding: 2vw 2.6666666667vw !important;
  }
}
.button-link.add:after {
  width: 0 !important;
  height: 0 !important;
  border: none !important;
}
.button-link.add:before {
  position: relative;
  content: "+";
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 10px;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .button-link.add:before {
    margin-right: 1.3333333333vw;
    font-size: 2rem;
  }
}
.button-link.add span {
  margin-left: 0 !important;
}
.button-link.add:hover {
  color: #fff !important;
  background-color: #00a3e7 !important;
  border: 2px solid #00a3e7 !important;
}
.button-link.add.is-added {
  background-color: #808080;
  border: 2px solid #808080;
}
.button-link.add.is-added::before {
  content: "";
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 3px;
}
@media screen and (max-width: 480px) {
  .button-link.add.is-added::before {
    width: 1.8666666667vw;
    height: 3.2vw;
    margin-bottom: 0.4vw;
  }
}
.button-link.add.is-added:hover {
  background-color: #00a3e7 !important;
  border: 2px solid #00a3e7 !important;
  color: #fff !important;
}
.button-link.add.is-added:hover::before {
  border-color: #fff !important;
}
.button-link.exlink {
  color: #005bac;
  border: 2px solid #005bac;
  min-width: 220px;
  padding: 8px 20px !important;
}
@media screen and (max-width: 480px) {
  .button-link.exlink {
    padding: 2.1333333333vw 5.3333333333vw !important;
    min-width: 58.6666666667vw;
  }
}
.button-link.exlink:after {
  position: relative;
  content: "";
  width: 14px;
  height: 12px;
  background: url(../../img/ico-exlink.png) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: auto;
  margin-left: 10px !important;
}
@media screen and (max-width: 480px) {
  .button-link.exlink:after {
    margin-left: 2.6666666667vw !important;
  }
}
.button-link.modal {
  color: #fff;
  background-color: #0066b1;
  min-width: 220px;
  padding: 8px 20px !important;
}
@media screen and (max-width: 480px) {
  .button-link.modal {
    padding: 2.1333333333vw 5.3333333333vw !important;
    min-width: 58.6666666667vw;
  }
}
.button-link.modal:after {
  position: relative;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../img/ico-link-modal_white.png) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: auto;
  margin-left: 10px !important;
}
@media screen and (max-width: 480px) {
  .button-link.modal:after {
    margin-left: 2.6666666667vw !important;
  }
}
.button-link.modal:hover {
  color: #fff !important;
  background-color: #00a3e7 !important;
}
.button-link.arrow-down {
  color: #005bac;
  border: 2px solid #005bac;
  min-width: 220px;
  background-color: #fff;
}
.button-link.arrow-down::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #005bab;
  transform: rotate(45deg);
  margin-top: -4px;
}
.button-link.arrow-down.active::after {
  transform: rotate(225deg);
  margin-top: 4px;
}
.button-link.simple {
  color: #005bac;
  border: 2px solid #005bac;
  min-width: 220px;
}
.button-link.simple:hover {
  color: #00a3e7;
  border-color: #00a3e7;
}
.button-link.simple::after {
  display: none !important;
}
.button-link.submit-btn {
  padding: 0 !important;
}
.button-link.submit-btn input {
  padding: 15px 42px !important;
}
@media screen and (max-width: 480px) {
  .button-link.submit-btn input {
    padding: 3.7333333333vw 4vw !important;
  }
}
.button-link.submit-btn:after {
  position: absolute !important;
  top: 50%;
  transform: rotate(45deg) translateY(-50%) !important;
  right: 20px !important;
}
@media screen and (max-width: 480px) {
  .button-link.submit-btn:after {
    right: 6.6666666667vw !important;
  }
}

.popup {
  cursor: pointer;
}

body.noscroll {
  overflow-y: hidden !important;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.3;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.5s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media screen and (min-width: 1101px) {
  .mfp-active .white-popup.pc-hide {
    display: block !important;
  }
}

.slick-dots {
  bottom: -50px;
}
@media screen and (max-width: 1100px) {
  .slick-dots {
    bottom: -6.6666666667vw;
  }
}
.slick-dots li {
  margin: 0 15px;
}
@media screen and (max-width: 1100px) {
  .slick-dots li {
    margin: 0 2vw;
  }
}
.slick-dots li button:before {
  font-size: 2rem;
  color: #ccc;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .slick-dots li button:before {
    font-size: 1.4rem;
  }
}
.slick-dots li.slick-active button:before {
  color: #666;
  opacity: 1;
}

.collapse_title {
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .sp-collapse_content {
    display: none;
  }
}

.move-top {
  z-index: 999;
}

.basic-tab2 .basic-tab-trigger {
  background-color: #e8e8e8;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .basic-tab2 .basic-tab-trigger {
    overflow-x: auto;
  }
}
.basic-tab2 .basic-tab-trigger ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.basic-tab2 .basic-tab-trigger ul li {
  background: #fff;
  color: #808080;
  width: 100%;
  text-align: center;
  padding: 12.5px 20px;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  border-radius: 5px 5px 0 0;
  border-bottom: 5px solid #e8e8e8;
}
@media screen and (max-width: 768px) {
  .basic-tab2 .basic-tab-trigger ul li {
    font-size: 1.5rem;
    min-width: 130px;
  }
}
.basic-tab2 .basic-tab-trigger ul li > span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .basic-tab2 .basic-tab-trigger ul li > span {
    font-size: 1.3rem;
  }
}
.basic-tab2 .basic-tab-trigger ul li:not(.is-active):hover {
  cursor: pointer;
}
.basic-tab2 .basic-tab-trigger ul li:not(.is-active):hover:first-child {
  color: #005bac;
}
.basic-tab2 .basic-tab-trigger ul li:not(.is-active):hover:nth-child(2) {
  color: #ed7d66;
}
.basic-tab2 .basic-tab-trigger ul li:not(.is-active):hover:nth-child(3) {
  color: #21b3b8;
}
.basic-tab2 .basic-tab-trigger ul li:not(:first-child) {
  margin-left: 1%;
}
.basic-tab2 .basic-tab-trigger ul li.is-active {
  color: #005bac;
  border-width: 2px;
  border-style: solid solid none solid;
}
.basic-tab2 .basic-tab-trigger ul li.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 5px;
}
.basic-tab2 .basic-tab-trigger ul li:first-child.is-active {
  color: #005bac;
}
.basic-tab2 .basic-tab-trigger ul li:first-child.is-active:after {
  background: linear-gradient(90deg, #fff 5%, #005bac 5%, #005bac 95%, #fff 95%);
}
.basic-tab2 .basic-tab-trigger ul li:nth-child(2).is-active {
  color: #ed7d66;
}
.basic-tab2 .basic-tab-trigger ul li:nth-child(2).is-active:after {
  background: linear-gradient(90deg, #fff 5%, #ed7d66 5%, #ed7d66 95%, #fff 95%);
}
.basic-tab2 .basic-tab-trigger ul li:nth-child(3).is-active {
  color: #21b3b8;
}
.basic-tab2 .basic-tab-trigger ul li:nth-child(3).is-active:after {
  background: linear-gradient(90deg, #fff 5%, #21b3b8 5%, #21b3b8 95%, #fff 95%);
}
.basic-tab2 .tab-panel {
  display: none;
  font-size: 1.6rem;
  padding-top: 30px;
  margin-bottom: -20px;
}
.basic-tab2 .tab-panel.is-show {
  display: block;
}
.basic-tab2 .tab-panel:first-child.is-show {
  border-top: 2px solid #005bac;
}
.basic-tab2 .tab-panel:nth-child(2).is-show {
  border-top: 2px solid #ed7d66;
}
.basic-tab2 .tab-panel:nth-child(3).is-show {
  border-top: 2px solid #21b3b8;
}

@media screen and (min-width: 769px) {
  .step-list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .step-list li {
    color: #fff;
    background: #2276bf;
    width: 100%;
    text-align: center;
    padding: 15.5px 0 15.5px 16px;
    font-size: 1.5rem;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s;
    position: relative;
    font-weight: bold;
  }
  .step-list li:first-child {
    border-radius: 5px 0 0 5px;
  }
  .step-list li:first-child:before {
    display: none;
  }
  .step-list li:last-child {
    border-radius: 0 5px 5px 0;
  }
  .step-list li:last-child:after {
    display: none;
  }
  .step-list li:before, .step-list li:after {
    content: "";
    border-left-width: 16px;
    border-left-style: solid;
    border-top: calc((1.6em + 31px) / 2) solid transparent;
    border-bottom: 27.5px solid transparent;
    position: absolute;
    top: 0;
    height: 100%;
  }
  .step-list li:before {
    border-left-color: #fff;
    left: 0;
  }
  .step-list li:after {
    border-left-color: #2276bf;
    left: 100%;
    z-index: 1;
  }
  .step-list li:not(:first-child) {
    margin-left: 0.8%;
  }
  .step-list li.is-active {
    background: #2fb1ed;
  }
  .step-list li.is-active::after {
    border-left-color: #2fb1ed;
  }
  .step-list li.is-active ~ li {
    color: #595959;
    background: #f2f2f2;
  }
  .step-list li.is-active ~ li::after {
    border-left-color: #f2f2f2;
  }
}
@media screen and (max-width: 768px) {
  .step-list {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 0.2666666667vw solid #ccc;
  }
  .step-list ul {
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: center;
  }
  .step-list span {
    display: none;
  }
  .step-list li {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    background-color: #0066b1;
    border-radius: 50%;
    position: relative;
    margin-left: 19.2vw;
  }
  .step-list li::before {
    content: "";
    position: absolute;
    height: 0.8vw;
    left: -19.2vw;
    right: 0;
    top: 50%;
    background-color: #0066b1;
    transform: translateY(-50%);
  }
  .step-list li::after {
    content: "";
    position: absolute;
    width: 2.2666666667vw;
    height: 2.2666666667vw;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .step-list li:first-of-type {
    margin-left: 0;
  }
  .step-list li:first-of-type::before {
    display: none;
  }
  .step-list li.is-active:after {
    display: none;
  }
  .step-list li.is-active ~ li {
    background-color: #d0d0d0;
  }
  .step-list li.is-active ~ li::before {
    background-color: #d0d0d0;
  }
}
@media screen and (max-width: 480px) {
  .step-list {
    padding-bottom: 9.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}

.pdtList {
  margin-top: 20px;
}
.pdtList .pdtItem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1100px) {
  .pdtList .pdtItem {
    border: 0.2666666667vw solid #ccc;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    border-radius: 1.3333333333vw;
    padding: 0;
    margin-bottom: 8vw;
  }
}
.pdtList .pdtItem:first-of-type {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 1100px) {
  .pdtList .pdtItem:first-of-type {
    border-top: none;
  }
}
@media screen and (max-width: 1100px) {
  .pdtList .pdtItem:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .pdtList .pdtItem .col {
    width: 100% !important;
    padding-left: 3.3333333333vw !important;
    padding-right: 3.3333333333vw !important;
  }
}
.pdtList .col.pdtItem_check {
  background: #f2f2f2;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .pdtList .col.pdtItem_check {
    width: 100%;
    justify-content: flex-start;
    padding-top: 2vw;
    padding-bottom: 2vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
}
@media screen and (max-width: 480px) {
  .pdtList .col.pdtItem_check {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.pdtList .col.pdtItem_check .chkbox {
  padding: 25px 0 0 0;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 1100px) {
  .pdtList .col.pdtItem_check .chkbox {
    padding: 0 0 0 28px;
  }
}
@media screen and (max-width: 480px) {
  .pdtList .col.pdtItem_check .chkbox {
    padding: 0 0 0 7.4666666667vw;
  }
}
.pdtList .col.pdtItem_check .chkbox span {
  top: 0;
  left: 45%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1100px) {
  .pdtList .col.pdtItem_check .chkbox span {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.pdtList .col.pdtItem_img {
  padding: 15px 3%;
  width: 20%;
}
@media screen and (max-width: 1100px) {
  .pdtList .col.pdtItem_img {
    padding: 3.3333333333vw 12vw;
    display: flex;
    justify-content: center;
  }
}
.pdtList .col.pdtItem_price {
  width: 17%;
  padding-right: 1%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  color: #005bac;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 1100px) {
  .pdtList .col.pdtItem_price {
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-left: none;
  }
}
.pdtList .col.pdtItem_price p {
  font-size: 1.8rem;
}
.pdtList .col.pdtItem_detail {
  padding: 15px 3% 15px 0;
  width: calc(100% - 37% - 60px);
}
@media screen and (max-width: 1100px) {
  .pdtList .col.pdtItem_detail {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pdtList h5 {
  background-color: transparent;
  margin: 0 0 25px 0;
  padding: 0;
}
.pdtList h5 a {
  color: #333;
  text-decoration: underline;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .pdtList h5 {
    margin: 0 0 2.6666666667vw 0;
  }
}
.pdtList h5 span {
  border-bottom: 1px solid #656565;
  padding-bottom: 3px;
}
@media screen and (max-width: 480px) {
  .pdtList h5 span {
    border-bottom: 0.2666666667vw solid #656565;
  }
}
.pdtList h5::before {
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 8px;
  color: #fff;
  text-decoration: none;
  margin-right: 17px;
  border-radius: 3px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pdtList h5::before {
    display: block;
    margin-bottom: 2vw;
    max-width: 17.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .pdtList h5::before {
    padding: 1.0666666667vw 2.1333333333vw;
  }
}
.pdtList h5.rental::before {
  background: #21b3b8;
  content: "レンタル";
}
.pdtList h5.used-equipment::before {
  background: #ed806b;
  content: "中古機器";
}
.pdtList .pdtInfo dl {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.pdtList .pdtInfo dt,
.pdtList .pdtInfo dd {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .pdtList .pdtInfo dt,
.pdtList .pdtInfo dd {
    padding: 2.6666666667vw 0;
  }
}
.pdtList .pdtInfo dt:last-of-type,
.pdtList .pdtInfo dd:last-of-type {
  border-bottom: 1px solid #ccc;
}
.pdtList .pdtInfo dt {
  width: 18%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pdtList .pdtInfo dt {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .pdtList .pdtInfo dt {
    width: 30%;
  }
}
.pdtList .pdtInfo dd {
  width: 82%;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .pdtList .pdtInfo dd {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  .pdtList .pdtInfo dd {
    width: 70%;
  }
}
.pdtList .pdtRentDate dl {
  display: flex;
  flex-flow: wrap;
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 1.3rem;
  padding: 10px 20px;
}
@media screen and (max-width: 1100px) {
  .pdtList .pdtRentDate dl {
    padding: 0 3.3333333333vw;
    margin-left: -3.3333333333vw;
    margin-right: -3.3333333333vw;
    border-radius: 0;
  }
}
.pdtList .pdtRentDate p {
  font-size: 1.3rem;
}
.pdtList .pdtRentDate dt,
.pdtList .pdtRentDate dd {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .pdtList .pdtRentDate dt,
.pdtList .pdtRentDate dd {
    padding: 3.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .pdtList .pdtRentDate dt.pdtRentDate-start,
.pdtList .pdtRentDate dd.pdtRentDate-start {
    width: 100%;
  }
}
.pdtList .pdtRentDate dt:last-of-type,
.pdtList .pdtRentDate dd:last-of-type {
  border: none;
}
.pdtList .pdtRentDate dt {
  width: 23%;
  padding-right: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pdtList .pdtRentDate dt {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .pdtList .pdtRentDate dt {
    width: 35%;
  }
}
.pdtList .pdtRentDate dd {
  width: 77%;
}
@media screen and (max-width: 768px) {
  .pdtList .pdtRentDate dd {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .pdtList .pdtRentDate dd {
    width: 65%;
  }
}
.pdtList .pdtRentDate .datepicker {
  opacity: 0;
  width: 0;
}
.pdtList .pdtRentDate .icon_calendar {
  padding-left: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .pdtList .pdtRentDate .icon_calendar {
    width: 100%;
    padding-left: 0;
    justify-content: flex-end;
    margin: 2vw 0 0 !important;
  }
}
.pdtList .pdtRentDate .icon_calendar::before {
  content: "";
  width: 1px;
  background: #ccc;
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -2px;
}
@media screen and (max-width: 480px) {
  .pdtList .pdtRentDate .icon_calendar::before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pdtList .pdtRentDate .icon_calendar:after {
    content: "カレンダーから選ぶ";
    display: inline-block;
    margin-left: 2vw;
  }
}
.pdtList .pdtRentDate .icon_calendar img {
  display: inline-block;
  width: 20px;
}
@media screen and (max-width: 480px) {
  .pdtList .pdtRentDate .icon_calendar img {
    width: 4.2666666667vw;
  }
}
.pdtList .pdtRentDate .flexC span {
  margin: 0 10px 0 5px;
}
.pdtList .ui-datepicker {
  font-size: 1.5rem;
}

.form_note {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .form-btn {
    width: 100%;
    padding: 5.3333333333vw 0;
    text-align: right;
    border-bottom: 1px solid #ccc;
  }
}

.contents_main .sidebar {
  width: 240px;
}
@media screen and (max-width: 1100px) {
  .contents_main .sidebar {
    width: 100%;
  }
}
.contents_main .sidebar input[type=text] {
  font-size: 1.3rem;
  border: none;
  border-radius: 0;
}
.contents_main .sidebar .text-link.modal {
  display: block;
  text-align: right;
}
.contents_main .sidebar .sidebar_box {
  border-top: 4px solid #2276bf;
  background-color: #f2f2f2;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .contents_main .sidebar .sidebar_box {
    border-top: none;
    border-radius: 5px;
  }
}
@media screen and (max-width: 480px) {
  .contents_main .sidebar .sidebar_box {
    margin-bottom: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.contents_main .sidebar .sidebar_box:last-of-type {
  margin-bottom: 0;
}
.contents_main .sidebar .sidebar_heading {
  font-weight: bold;
  color: #005bac;
  border-bottom: 1px solid #d9d9d9;
  padding: 7.5px 12px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .contents_main .sidebar .sidebar_heading {
    border-radius: 5px;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contents_main .sidebar .sidebar_heading {
    border-radius: 1.3333333333vw;
    padding: 2vw 3.2vw;
  }
}
.contents_main .sidebar .sidebar_heading p {
  font-size: 1.4rem;
}
@media screen and (max-width: 1100px) {
  .contents_main .sidebar .sidebar_heading p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1100px) {
  .contents_main .sidebar .sidebar_box.search_box .sidebar_heading {
    color: #fff;
    background-color: #0066b1;
  }
}
.contents_main .sidebar .sidebar_box.search_box .sidebar_heading:after {
  content: "";
  position: absolute;
  border-top: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .contents_main .sidebar .sidebar_box.search_box .sidebar_heading:after {
    border-top: 2vw solid #fff;
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
  }
}
@media screen and (max-width: 1100px) {
  .contents_main .sidebar .sidebar_box.search_box .sidebar_heading.active {
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .contents_main .sidebar .sidebar_box.search_box .sidebar_heading.active {
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
}
.contents_main .sidebar .sidebar_box.search_box .sidebar_heading.active::after {
  border-top: none;
  border-bottom: 8px solid #fff;
}
@media screen and (max-width: 480px) {
  .contents_main .sidebar .sidebar_box.search_box .sidebar_heading.active::after {
    border-bottom: 2vw solid #fff;
  }
}
@media screen and (max-width: 1100px) {
  .contents_main .sidebar .sidebar_box.narrow_box .sidebar_heading {
    background-color: #fff;
    border: 1px solid #005bac;
  }
}
@media screen and (max-width: 1100px) {
  .contents_main .sidebar .sidebar_box.narrow_box .sidebar_heading:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(../../img/ico-link-modal.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1100px) and (max-width: 480px) {
  .contents_main .sidebar .sidebar_box.narrow_box .sidebar_heading:after {
    width: 12px;
    height: 12px;
    right: 6.6666666667vw;
  }
}
.contents_main .sidebar .sidebar_row {
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 12px;
}
.contents_main .sidebar .sidebar_row:last-of-type {
  border-bottom: none;
}
.contents_main .sidebar .sidebar_row.filter_classify .col-2 > ul > li {
  width: 48% !important;
  margin-top: 0 !important;
}
.contents_main .sidebar .row_heading {
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 5px;
  color: #4c4c4c;
}
.contents_main .sidebar .form_btn {
  margin-left: 0;
}
.contents_main .sidebar .form_btn > div {
  width: 100%;
}
.contents_main .sidebar .form_btn .button-link {
  padding: 7.5px 30px !important;
  min-width: auto;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .contents_main .sidebar .form_btn .button-link {
    padding: 2vw 8vw;
  }
}
@media screen and (min-width: 1101px) {
  .contents_main .sidebar #narrow_box_content.mfp-hide {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  .contents_main .sidebar .text-link.popup {
    text-align: right;
    width: 100%;
  }
}
.contents_main .sidebar .filter_list {
  margin-top: 15px;
}
.contents_main .sidebar .filter_list ul {
  margin: 0 -12px;
}
.contents_main .sidebar .filter_list li {
  font-size: 1.3rem;
  position: relative;
  cursor: pointer;
  padding: 6px 20px;
}
.contents_main .sidebar .filter_list li:first-of-type {
  border-top: none;
}
.contents_main .sidebar .filter_list li::after {
  position: absolute;
  content: "×";
  color: #999;
  font-size: 1.5rem;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.contents_main .sidebar .filter_list li.checked {
  background-color: #e3e3e3;
}
.contents_main .sidebar .filter_list li.checked::after {
  opacity: 1;
}
.contents_main .main_wrap {
  width: calc(100% - 240px - 50px);
}
@media screen and (max-width: 1100px) {
  .contents_main .main_wrap {
    width: 100%;
  }
}

.pagination {
  border-bottom: 1px solid #ccc;
}
.pagination ul {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .pagination ul {
    padding: 2.6666666667vw 0;
  }
}
.pagination ul li {
  border-radius: 3px;
  margin: 0 2px;
}
.pagination ul li.is-active {
  background-color: #e8e8e8;
  pointer-events: none;
}
.pagination ul li.is-disable {
  opacity: 0;
  pointer-events: none;
}
.pagination ul li a {
  font-size: 1.4rem;
  padding: 0.22em 0.82em;
  color: #333;
}

.searchResult {
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 11px 20px;
}
@media screen and (max-width: 1100px) {
  .searchResult {
    background-color: transparent;
    justify-content: flex-end;
    border-bottom: 1px solid #ccc;
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .searchResult {
    padding: 5.3333333333vw 0 4vw;
  }
}
@media screen and (max-width: 1100px) {
  .searchResult .searchResult_text {
    display: none;
  }
}
.searchResult .searchResult_text span {
  font-size: 1.6rem;
  color: #005bac;
}
.searchResult select {
  padding: 2px 40px 2px 10px;
}
@media screen and (max-width: 480px) {
  .searchResult select {
    padding: 0.5333333333vw 10.6666666667vw 0.5333333333vw 2.6666666667vw;
  }
}

.resultList a {
  color: #333;
  text-decoration: underline;
  font-size: 1.3rem;
}
.resultList .pdtItem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .resultList .pdtItem {
    padding: 4vw 0;
  }
}
.resultList .col.pdtItem_img {
  width: 30%;
  padding: 15px 50px 15px 10px;
}
@media screen and (max-width: 768px) {
  .resultList .col.pdtItem_img {
    width: 26%;
    padding: 4vw 0;
  }
}
.resultList .col.pdtItem_detail {
  padding: 15px 3% 15px 0;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .resultList .col.pdtItem_detail {
    width: 74%;
    padding: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .resultList .col.pdtItem_detail .button-link.add {
    width: 100%;
    max-width: 480px;
    letter-spacing: -0.02em;
  }
}
.resultList .col.pdtItem_detail .button-link.add.added {
  pointer-events: none;
  background-color: #fff;
  color: #005bab;
}
.resultList .col.pdtItem_detail .button-link.add.added::before {
  content: none;
}
.resultList h5 {
  background-color: transparent;
  margin: 0 0 25px 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .resultList h5 {
    margin: 0 0 2.6666666667vw 0;
  }
}
.resultList h5 a {
  font-size: 1.7rem;
  font-weight: bold;
}
.resultList h5::before {
  display: block;
  width: 80px;
  margin-bottom: 8px;
  font-size: 1.2rem;
  padding: 4px 8px;
  color: #fff;
  text-decoration: none;
  margin-right: 17px;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .resultList h5::before {
    padding: 1.0666666667vw 2.1333333333vw;
    display: block;
    margin-bottom: 2vw;
    max-width: 17.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .resultList h5::before {
    max-width: 24vw;
  }
}
.resultList h5.rental::before {
  background: #21b3b8;
  content: "レンタル";
}
.resultList h5.used-equipment::before {
  background: #ed806b;
  content: "中古機器";
}
.resultList .pdtInfo a {
  color: #333;
  text-decoration: underline;
  font-size: 1.3rem;
}
.resultList .pdtInfo ul {
  margin-bottom: 20px;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .resultList .pdtInfo ul {
    display: flex;
    flex-flow: wrap;
  }
}
.resultList .pdtInfo li {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .resultList .pdtInfo li {
    border-top: none;
    margin: 0 0 0.6em;
    padding: 0;
  }
}
.resultList .pdtInfo li:nth-last-of-type(1) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .resultList .pdtInfo li:nth-last-of-type(1) {
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  .resultList .pdtInfo span.lbl {
    width: 18%;
    white-space: nowrap;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .resultList .pdtInfo span.lbl {
    vertical-align: top;
    float: left;
  }
  .resultList .pdtInfo span.lbl::after {
    content: ":";
    margin: 0 5px;
  }
}
@media screen and (min-width: 769px) {
  .resultList .pdtInfo span.des {
    width: 82%;
    padding-left: 5%;
  }
}

.linksList {
  margin-top: 50px;
  margin-bottom: -50px;
}
@media screen and (max-width: 768px) {
  .linksList {
    margin-top: 0;
  }
}
.linksList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .linksList li {
    flex-direction: row-reverse;
    border-right: none;
    border-bottom: 0.2666666667vw solid #ccc;
    padding: 4vw 0;
    margin: 0 !important;
  }
}
.linksList li:last-of-type {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .linksList li .col-left {
    width: 8%;
  }
}
@media screen and (min-width: 769px) {
  .linksList li .col-right {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .linksList li .col-right {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .linksList li img {
    margin-top: 0 !important;
  }
}
.linksList h5 {
  background-color: transparent;
  font-size: 1.8rem;
  padding: 0;
  margin: 15px 0 10px !important;
}
@media screen and (max-width: 768px) {
  .linksList h5 {
    margin-top: 0 !important;
  }
}
.linksList p {
  font-size: 1.3rem;
}

.mfp-content .white-popup {
  position: relative;
  background: #fff;
  padding: 30px 40px;
  width: 95%;
  max-width: 960px;
  margin: 20px auto;
  transition: 1s all;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .mfp-content .white-popup {
    padding: 30px 40px 40px;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content .white-popup {
    padding: 4vw 5.3333333333vw 5.3333333333vw;
    border-radius: 1.3333333333vw;
    margin: 2.6666666667vw auto;
  }
}
.mfp-content h2.popup_heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  .mfp-content h2.popup_heading {
    font-size: 1.9rem;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content h2.popup_heading {
    padding-bottom: 4vw;
  }
}
.mfp-content .popup_content {
  max-height: 520px;
  overflow-y: scroll;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .mfp-content .popup_content {
    max-height: 55vh;
    padding-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
}
.mfp-content .popup_content .sidebar_row {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 1100px) {
  .mfp-content .popup_content .sidebar_row {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content .popup_content .sidebar_row {
    padding-bottom: 2.6666666667vw;
  }
}
.mfp-content .popup_content .sidebar_row:last-of-type {
  border-bottom: none;
}
.mfp-content .popup_content .row_heading {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 20px;
  color: #333;
}
@media screen and (max-width: 480px) {
  .mfp-content .popup_content .row_heading {
    padding: 2.6666666667vw;
  }
}
.mfp-content .popup_content .cat_gr {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .mfp-content .popup_content .cat_gr {
    padding-top: 4vw;
    margin-bottom: 6.6666666667vw;
  }
}
.mfp-content .popup_content .chkbox2,
.mfp-content .popup_content .radiobox {
  display: block;
  margin-left: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .mfp-content .popup_content .chkbox2,
.mfp-content .popup_content .radiobox {
    margin-left: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.mfp-content .popup_content .radiobox:first-of-type {
  color: #005bac;
  font-size: 1.7rem;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .mfp-content .popup_content .radiobox:first-of-type {
    margin-bottom: 6.6666666667vw;
  }
}
.mfp-content .popup_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin: 0 !important;
}
@media screen and (max-width: 480px) {
  .mfp-content .popup_btn {
    padding-top: 8vw;
    border-top: none;
  }
}
@media screen and (max-width: 480px) {
  .mfp-content .popup_btn .button-link {
    width: 100%;
    margin: 0;
  }
}
.mfp-content .popup_btn .button-link + .button-link {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .mfp-content .popup_btn .button-link + .button-link {
    margin-top: 2.6666666667vw;
  }
}
.mfp-content .filter_list li {
  font-size: 1.3rem;
  position: relative;
  cursor: pointer;
  padding: 6px 35px;
}
@media screen and (max-width: 480px) {
  .mfp-content .filter_list li {
    padding: 0.8vw 4.6666666667vw;
  }
}
.mfp-content .filter_list li:first-of-type {
  border-top: none;
}

.pdt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pdt a {
  color: #333;
  text-decoration: underline;
  font-size: 1.3rem;
}
@media screen and (min-width: 1101px) {
  .pdt .col.pdtImg {
    width: 40%;
    max-width: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .pdt .col.pdtImg {
    width: 100%;
    max-width: calc(100vw - 55px);
  }
}
@media screen and (max-width: 480px) {
  .pdt .col.pdtImg {
    max-width: calc(100vw - 20px);
  }
}
.pdt .col.pdtDetail {
  width: 55%;
}
@media screen and (max-width: 1100px) {
  .pdt .col.pdtDetail {
    width: 100%;
  }
}
.pdt .pdtImg_slide,
.pdt .pdtImg_thumb {
  width: 100%;
}
.pdt .pdtImg_slide {
  border: 2px solid #eee;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .pdt .pdtImg_slide {
    padding: 3%;
    border: 4px solid #eee;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 480px) {
  .pdt .pdtImg_slide {
    border: 0.5333333333vw solid #eee;
    margin-bottom: 17.3333333333vw;
  }
}
.pdt .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pdt .pdtImg_thumb {
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .pdt .pdtImg_thumb {
    display: none;
  }
}
.pdt .pdtImg_thumb .imgItem {
  box-sizing: border-box;
}
.pdt .pdtImg_thumb .imgItem .imgItem_wrapper {
  margin: 0 4px;
  border: 2px solid #eee;
  cursor: pointer;
}
.pdt .pdtImg_thumb .imgItem:first-of-type .imgItem_wrapper {
  margin-left: 0;
}
.pdt .slick-prev,
.pdt .slick-next {
  top: unset !important;
  bottom: -50px !important;
  z-index: 99;
}
@media screen and (max-width: 1100px) {
  .pdt .slick-prev,
.pdt .slick-next {
    bottom: -6vw !important;
  }
}
@media screen and (max-width: 480px) {
  .pdt .slick-prev,
.pdt .slick-next {
    bottom: -7.3333333333vw !important;
  }
}
.pdt .slick-prev::before,
.pdt .slick-next::before {
  color: #666;
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .pdt .slick-prev::before,
.pdt .slick-next::before {
    font-size: 2.5rem;
  }
}
.pdt .slick-prev {
  left: 30px;
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .pdt .slick-prev {
    left: 4vw;
  }
}
.pdt .slick-prev:before {
  content: "<";
}
.pdt .slick-next {
  right: 30px;
}
@media screen and (max-width: 1100px) {
  .pdt .slick-next {
    right: 4vw;
  }
}
.pdt .slick-next:before {
  content: "?";
}
.pdt .pdtTtl {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 480px) {
  .pdt .pdtTtl {
    margin: 0 0 2.6666666667vw 0;
  }
}
.pdt .pdtTtl::before {
  display: flex;
  width: 65px;
  height: 28px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .pdt .pdtTtl::before {
    width: 65px;
    height: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .pdt .pdtTtl::before {
    width: 20vw;
    height: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.pdt .pdtTtl.rental::before {
  background: #21b3b8;
  content: "レンタル";
}
.pdt .pdtTtl.used-equipment::before {
  background: #ed806b;
  content: "中古機器";
}
.pdt .pdtInfo dl {
  margin-bottom: 20px;
  font-size: 1.3rem;
  display: flex;
  flex-flow: wrap;
}
.pdt .pdtInfo dt,
.pdt .pdtInfo dd {
  padding: 11px 0;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 480px) {
  .pdt .pdtInfo dt,
.pdt .pdtInfo dd {
    padding: 2.9333333333vw 0;
  }
}
.pdt .pdtInfo dt:last-of-type,
.pdt .pdtInfo dd:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
.pdt .pdtInfo dt {
  width: 10%;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .pdt .pdtInfo dt {
    width: 18%;
  }
}
.pdt .pdtInfo dd {
  width: 90%;
  padding-left: 5%;
}
@media screen and (max-width: 1100px) {
  .pdt .pdtInfo dd {
    width: 82%;
  }
}
.pdt .pdtInfo dd.pdtManufactor a {
  text-decoration: underline;
}
.pdt .pdtInfo dd.pdtManufactor a::before {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}
.pdt .pdtInfo dd.pdtManufactor a:first-of-type::before {
  display: none;
}
.pdt .pdtInfo dd.pdtMonlyCharge {
  font-size: 1.8rem;
  font-weight: bold;
}
.switchBtn {
  text-align: right;
  margin-bottom: 1em;
}
.switchBtn a {
  text-decoration: none;
  position: relative;
  padding-right: 16px;
  transition: all .2s;
}
.switchBtn a:before {
  display: block;
  content: "";
  position: absolute;
  right: 8px;
  top: 46%;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #005bac;
  transform: rotate( 45deg) translateY(-50%);
}
.switchBtn a:hover {
  text-decoration: underline;
  color: #00a3e7;
}
.pdt .pdtRentDate dl {
  display: flex;
  flex-flow: wrap;
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 1.3rem;
  padding: 10px 20px;
}
@media screen and (max-width: 1100px) {
  .pdt .pdtRentDate dl {
    padding: 0 3.3333333333vw;
    border-radius: 0;
  }
}
.pdt .pdtRentDate p {
  font-size: 1.3rem;
}
.pdt .pdtRentDate dt,
.pdt .pdtRentDate dd {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .pdt .pdtRentDate dt,
.pdt .pdtRentDate dd {
    padding: 3.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .pdt .pdtRentDate dt.pdtRentDate-start,
.pdt .pdtRentDate dd.pdtRentDate-start {
    width: 100%;
  }
}
.pdt .pdtRentDate dt:last-of-type,
.pdt .pdtRentDate dd:last-of-type {
  border: none;
}
.pdt .pdtRentDate dt {
  width: 23%;
  padding-right: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pdt .pdtRentDate dt {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .pdt .pdtRentDate dt {
    width: 35%;
  }
}
.pdt .pdtRentDate dd {
  width: 77%;
}
@media screen and (max-width: 768px) {
  .pdt .pdtRentDate dd {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .pdt .pdtRentDate dd {
    width: 65%;
  }
}
.pdt .pdtRentDate .datepicker {
  opacity: 0;
  width: 0;
}
.pdt .pdtRentDate .icon_calendar {
  padding-left: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .pdt .pdtRentDate .icon_calendar {
    width: 100%;
    padding-left: 0;
    justify-content: flex-end;
    margin: 2vw 0 0 !important;
  }
}
.pdt .pdtRentDate .icon_calendar::before {
  content: "";
  width: 1px;
  background: #ccc;
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -2px;
}
@media screen and (max-width: 480px) {
  .pdt .pdtRentDate .icon_calendar::before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pdt .pdtRentDate .icon_calendar:after {
    content: "カレンダーから選ぶ";
    display: inline-block;
    margin-left: 2vw;
  }
}
.pdt .pdtRentDate .icon_calendar img {
  display: inline-block;
  width: 20px;
}
@media screen and (max-width: 480px) {
  .pdt .pdtRentDate .icon_calendar img {
    width: 4.2666666667vw;
  }
}
.pdt .pdtRentDate .flexC span {
  margin: 0 10px 0 5px;
}
.pdt .pdtBtns {
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .pdt .pdtBtns {
    margin-top: 8vw;
  }
}
.pdt .pdtBtns .button-link {
  width: 100%;
}

.pdt_row {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .pdt_row {
    margin-top: 8vw;
  }
}
.pdt_row h4 {
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  .pdt_row h4 {
    margin: 2.6666666667vw 0;
  }
}
.pdt_row .wrapbox {
  padding: 32px;
  margin: 32px 0 50px;
  background-color: #f2f2f2;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .pdt_row .wrapbox {
    padding: 8.5333333333vw;
    margin: 4.2666666667vw 0 6.6666666667vw;
  }
}
.pdt_row .wrapbox p {
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .pdt_row .wrapbox p {
    font-size: 1.4rem;
  }
}
.pdt_row .sub_head {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .pdt_row .sub_head {
    font-size: 1.6rem;
  }
}
.pdt_row .sub_head span {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .pdt_row .sub_head span {
    font-size: 1.3rem;
  }
}

.free_structure {
  position: relative;
}
.free_structure h4 {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .free_structure h4 {
    margin-top: 8vw;
  }
}
.free_structure .table_head {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 -20px;
}
@media screen and (max-width: 480px) {
  .free_structure .table_head {
    margin: 5.3333333333vw 0 -4vw;
  }
}
.free_structure table th,
.free_structure table td {
  text-align: center;
}
.free_structure .collapse_title-fade {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .free_structure .collapse_title-fade {
    bottom: -13.3333333333vw;
  }
}
.free_structure .collapse_content-fade {
  max-height: 300px;
  overflow-y: hidden;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .free_structure .collapse_content-fade {
    max-height: 66.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.free_structure .collapse_content-fade:after {
  content: "";
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 70px;
  background: linear-gradient(0deg, #fff, transparent);
}
@media screen and (max-width: 480px) {
  .free_structure .collapse_content-fade:after {
    height: 12vw;
  }
}
.free_structure .collapse_content-fade.active {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .free_structure .collapse_content-fade.active {
    margin-bottom: 10.6666666667vw;
  }
}
.free_structure .collapse_content-fade.active:after {
  display: none;
}

.relatedPdt {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .relatedPdt {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 1100px) {
  .relatedPdt .col-4 > ul > li {
    width: 48% !important;
    margin-bottom: 60px;
    margin-top:30px;
  }
}
@media screen and (max-width: 480px) {
  .relatedPdt .col-4 > ul > li {
    margin-bottom: 4vw;
  }
}
.relatedPdt .col-4 > ul > li img {
  margin-top: 0 !important;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .relatedPdt .col-4 > ul > li:last-of-type, .relatedPdt .col-4 > ul > li:nth-last-of-type(2) {
    margin-bottom: 0 !important;
  }
}

.relatedSolution {
  background: #f2f2f2;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.relatedSolution .pdt-slide {
  margin: 0 -15px;
}
@media screen and (max-width: 1100px) {
  .relatedSolution .pdt-slide {
    margin-top: 55px;
  }
}
@media screen and (max-width: 480px) {
  .relatedSolution .pdt-slide {
    margin-top: 14.6666666667vw;
  }
}
.relatedSolution .pdt-slide .card-list-content {
  margin: 0 15px;
}
.relatedSolution .slick-slide img {
  width: 100%;
}
.relatedSolution .slick-prev,
.relatedSolution .slick-next {
  top: -60px !important;
}
@media screen and (max-width: 1100px) {
  .relatedSolution .slick-prev,
.relatedSolution .slick-next {
    top: -35px !important;
  }
}
@media screen and (max-width: 480px) {
  .relatedSolution .slick-prev,
.relatedSolution .slick-next {
    top: -9.3333333333vw !important;
  }
}
.relatedSolution .slick-prev::before,
.relatedSolution .slick-next::before {
  content: "";
  background-size: 100%;
  width: 33px;
  height: 33px;
  display: block;
}
@media screen and (max-width: 480px) {
  .relatedSolution .slick-prev::before,
.relatedSolution .slick-next::before {
    width: 8.8vw;
    height: 8.8vw;
  }
}
.relatedSolution .slick-prev {
  right: 70px;
  left: auto;
}
@media screen and (max-width: 1100px) {
  .relatedSolution .slick-prev {
    left: 30px;
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  .relatedSolution .slick-prev {
    left: 4vw;
    right: auto;
  }
}
.relatedSolution .slick-prev:before {
  background: url(../../img/ico-slide-arrow-prev.png) no-repeat;
  background-size: 100%;
}
.relatedSolution .slick-next {
  right: 30px;
}
@media screen and (max-width: 1100px) {
  .relatedSolution .slick-next {
    right: 43px;
  }
}
@media screen and (max-width: 480px) {
  .relatedSolution .slick-next {
    right: 8vw;
  }
}
.relatedSolution .slick-next:before {
  background: url(../../img/ico-slide-arrow-next.png) no-repeat;
  background-size: 100%;
}

.solutionAnker {
  margin-bottom: -30px;
}
@media screen and (max-width: 480px) {
  .solutionAnker {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .solutionAnker li {
    max-width: 240px;
  }
}

.solutionList::after {
  content: "";
  flex: auto;
}
.solutionList .solutionItem {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding-bottom: 10px;
  margin-right: 3.5%;
}
@media screen and (max-width: 480px) {
  .solutionList .solutionItem {
    border-radius: 2.1333333333vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 5.3333333333vw !important;
  }
}
@media screen and (max-width: 768px) {
  .solutionList .solutionItem {
    margin-right: 0;
  }
}
.solutionList .solutionItem:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .solutionList .solutionItem:last-of-type {
    margin-bottom: 0 !important;
  }
}
.solutionList .solutionItem:hover {
  border-color: #00a3e7;
}
.solutionList .solutionItem:hover h4 {
  border-color: #00a3e7;
}
.solutionList .solutionItem a {
  color: #333;
  width: 100%;
}
.solutionList .solutionItem h4 {
  font-size: 1.8rem;
  padding: 18px 24px 18px 12px;
  border-left: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .solutionList .solutionItem h4 {
    font-size: 1.6rem;
    padding: 4vw 6.4vw 4.8vw 3.2vw;
    margin: 0 0 4vw 0;
  }
}
.solutionList .solutionItem h4::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #005bac;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 480px) {
  .solutionList .solutionItem h4::after {
    border-width: 0.5333333333vw 0.5333333333vw 0 0;
    right: 5.3333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.solutionList .solutionItem p {
  font-size: 1.4rem;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 480px) {
  .solutionList .solutionItem p {
    font-size: 1.3rem;
  }
}
.solutionList .solutionThum img {
  width: 100%;
  margin-top: 0;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 480px) {
  .solutionList .solutionThum img {
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
.solutionList .solutionDetail {
  padding: 8px;
}

.require {
  position: relative;
}
@media screen and (max-width: 768px) {
  .require {
    display: flex;
    align-items: center;
  }
}
.require:after {
  content: "必須";
  position: absolute;
  right: 20px;
  top: 40px;
  transform: translateY(-50%);
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: normal;
  padding: 0 3px;
  color: #d7092f;
  border: 1px solid #de4360;
  border-radius: 3px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .require:after {
    position: relative;
    display: inline-flex;
    right: -10px;
    top: 0;
    transform: translateY(0);
  }
}
.require.left {
  padding-left: 40px;
}
.require.left:after {
  right: auto;
  left: 0;
}
@media screen and (max-width: 768px) {
  .require.left:after {
    position: absolute;
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

table.form {
  width: 100%;
}
table.form tr th,
table.form tr td {
  border: 1px #ccc;
  border-style: none none solid none;
}
@media screen and (max-width: 768px) {
  table.form tr th,
table.form tr td {
    border: none;
  }
}
table.form tr:first-of-type th,
table.form tr:first-of-type td {
  border-top: 1px #ccc solid;
}
@media screen and (max-width: 768px) {
  table.form tr:first-of-type th {
    border-top: 1px #ccc solid;
  }
}
@media screen and (max-width: 768px) {
  table.form tr:first-of-type td {
    border-top: none;
  }
}
table.form tr th {
  width: 100px;
  background-color: #f2f2f2;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  padding: 20px 15px;
  line-height: 2.667;
}
@media screen and (max-width: 768px) {
  table.form tr th {
    display: block;
    background-color: #fff;
    width: 100%;
    font-weight: bold;
    padding: 2.2666666667vw 0 0;
    color: #595959;
  }
}
table.form tr th.th2 {
  width: 150px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  table.form tr th.th2 {
    padding-top: 0;
    font-weight: normal;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  table.form tr th.th2 + td {
    border-bottom: none;
  }
}
table.form tr td {
  width: calc(100% - 250px);
  padding: 20px 26% 20px 20px;
}
@media screen and (max-width: 1100px) {
  table.form tr td {
    padding: 20px 10% 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  table.form tr td {
    width: 100%;
    display: block;
    padding: 20px 0;
    border-bottom: 1px #ccc solid;
  }
}
@media screen and (max-width: 480px) {
  table.form tr td {
    padding: 0 0 5.3333333333vw;
  }
}
table.form .flexbox .col-left,
table.form .flexbox .col-right,
table.form .flexBC .col-left,
table.form .flexBC .col-right,
table.form .flexC .col-left,
table.form .flexC .col-right {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  table.form .flexbox .col-left,
table.form .flexbox .col-right,
table.form .flexBC .col-left,
table.form .flexBC .col-right,
table.form .flexC .col-left,
table.form .flexC .col-right {
    width: 100%;
  }
}
table.form .flexbox .col-left > span,
table.form .flexbox .col-right > span,
table.form .flexBC .col-left > span,
table.form .flexBC .col-right > span,
table.form .flexC .col-left > span,
table.form .flexC .col-right > span {
  margin-right: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  table.form .flexbox .col-left > span,
table.form .flexbox .col-right > span,
table.form .flexBC .col-left > span,
table.form .flexBC .col-right > span,
table.form .flexC .col-left > span,
table.form .flexC .col-right > span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  table.form .flexbox .col-left,
table.form .flexBC .col-left,
table.form .flexC .col-left {
    margin-bottom: 2.9333333333vw;
  }
}
table.form .flexbox > span,
table.form .flexBC > span,
table.form .flexC > span {
  margin: 0 8px;
  white-space: nowrap;
}
table.form .flexbox > span:first-child,
table.form .flexBC > span:first-child,
table.form .flexC > span:first-child {
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  table.form .flexbox > span,
table.form .flexBC > span,
table.form .flexC > span {
    margin: 0 1.0666666667vw;
  }
}
table.form .flexbox input[type=text],
table.form .flexBC input[type=text],
table.form .flexC input[type=text] {
  width: 88% !important;
}
table.form .flexbox > .button-link,
table.form .flexBC > .button-link,
table.form .flexC > .button-link {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  table.form .flexbox > .button-link,
table.form .flexBC > .button-link,
table.form .flexC > .button-link {
    margin-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  table.form .flexbox > .button-link,
table.form .flexBC > .button-link,
table.form .flexC > .button-link {
    margin-left: 4vw;
  }
}
table.form .flexbox.w-100 input[type=text],
table.form .flexBC.w-100 input[type=text],
table.form .flexC.w-100 input[type=text] {
  width: 100px !important;
}
@media screen and (max-width: 768px) {
  table.form .flexbox.w-100 input[type=text],
table.form .flexBC.w-100 input[type=text],
table.form .flexC.w-100 input[type=text] {
    width: 20% !important;
  }
}
table.form input[type=text],
table.form input[type=email],
table.form textarea {
  padding: 7px 10px !important;
}
@media screen and (max-width: 480px) {
  table.form input[type=text],
table.form input[type=email],
table.form textarea {
    padding: 1.8666666667vw 2.6666666667vw !important;
  }
}
table.form select {
  padding: 7px 40px 7px 10px;
  background: url(../../img/ico-select_arrow.png) no-repeat 95% 50% #fff;
  background-size: 8px 5px;
}
table.form textarea {
  height: 200px;
}
@media screen and (max-width: 480px) {
  table.form textarea {
    height: 45.3333333333vw;
  }
}

.form_footer li {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .form_footer li {
    width: 100%;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
}
.form_footer li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form_footer li:last-of-type {
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  .form_footer li .submit-btn {
    width: 100%;
  }
}

.measure-top .searchForm h4 {
  font-size: 1.6rem;
  margin: 0 0 15px;
}
.measure-top .searchForm .row + .row {
  margin-top: 20px;
}
.measure-top .searchForm input[type=text] {
  padding: 8px 10px;
  width: calc(100% - 100px);
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.measure-top .searchForm input[type=submit] {
  color: #fff;
  cursor: pointer;
  background-color: #0066b1;
  border-radius: 0 5px 5px 0;
  width: 100px;
  height: 42px;
  transition: all 0.2s;
}
.measure-top .searchForm input[type=submit]:hover {
  background-color: #2fb1ed;
}
.measure-top .searchForm .button-link {
  height: 60px;
  width: 100%;
  max-width: 280px;
  min-width: auto;
}
@media screen and (max-width: 768px) {
  .measure-top .searchForm .button-link {
    font-size: 1.5rem;
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .measure-top .searchForm .button-link {
    max-width: 100%;
  }
}
.measure-top .searchForm .button-link:after {
  margin-left: auto !important;
  margin-right: 0;
}
.measure-top .searchForm .button-link span {
  margin-left: 0 !important;
}
.measure-top .searchForm .tab-panels .tab-panel:nth-child(2) h4 {
  border-left-color: #ed7d66;
}
.measure-top .searchForm .tab-panels .tab-panel:nth-child(2) input[type=submit] {
  background-color: #ed7d66;
}
.measure-top .searchForm .tab-panels .tab-panel:nth-child(2) input[type=submit]:hover {
  background-color: #f7a08e;
}
.measure-top .searchForm .tab-panels .tab-panel:nth-child(2) input[type=checkbox].chkbox3:checked + label, .measure-top .searchForm .tab-panels .tab-panel:nth-child(2) input[type=checkbox].chkbox3:hover + label {
  background-color: #ed7d66;
}
.measure-top .searchForm .tab-panels .tab-panel:nth-child(2) .button-link.modal {
  background-color: #ed7d66;
}
.measure-top .searchForm .tab-panels .tab-panel:nth-child(2) .button-link.modal:hover {
  background-color: #f7a08e !important;
}
.measure-top .searchForm .tab-panels .tab-panel:nth-child(2) .contents .button-link.default-type2 {
  color: #ed7d66;
  border-color: #ed7d66;
}
.measure-top .searchForm .tab-panels .tab-panel:nth-child(2) .contents .button-link.default-type2::after {
  border-color: #ed7d66;
}
.measure-top .searchForm .tab-panels .tab-panel:nth-child(2) .contents .button-link.default-type2:hover {
  color: #f7a08e !important;
  border-color: #f7a08e !important;
}
.measure-top .searchForm .tab-panels .tab-panel:nth-child(2) .contents .button-link.default-type2:hover::after {
  border-color: #f7a08e !important;
}
.measure-top .searchForm .tab-panels .tab-panel > .contents > .flexB > .col-left {
  border-right: 1px solid #ccc;
  width: 75%;
  padding-right: 30px;
}
@media screen and (max-width: 1100px) {
  .measure-top .searchForm .tab-panels .tab-panel > .contents > .flexB > .col-left {
    width: 70%;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .measure-top .searchForm .tab-panels .tab-panel > .contents > .flexB > .col-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-right: 0;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .measure-top .searchForm .tab-panels .tab-panel > .contents > .flexB > .col-left {
    padding-bottom: 2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.measure-top .searchForm .tab-panels .tab-panel > .contents > .flexB > .col-right {
  width: 25%;
  padding-left: 30px;
}
@media screen and (max-width: 1100px) {
  .measure-top .searchForm .tab-panels .tab-panel > .contents > .flexB > .col-right {
    width: 30%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .measure-top .searchForm .tab-panels .tab-panel > .contents > .flexB > .col-right {
    width: 100%;
    padding-left: 0;
  }
}
.measure-top .searchForm .otherServices > li {
  width: 33%;
  align-items: center;
  margin-bottom: 30px;
}
.measure-top .searchForm .otherServices > li > .colLeft {
  width: 70px;
  margin-right: 15px;
}
.measure-top .searchForm .otherServices > li > .colRight {
  flex: 1;
}
.measure-top .searchForm .otherServices > li .itemTtl {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .measure-top .searchForm .otherServices > li {
    width: 48%;
  }
  .measure-top .searchForm .otherServices > li p {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .measure-top .searchForm .otherServices > li {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  .measure-top .searchForm .otherServices > li > .colLeft {
    width: 16vw;
    min-width: 60px;
    margin-right: 4vw;
  }
  .measure-top .searchForm .otherServices > li p {
    font-size: 1.3rem;
  }
  .measure-top .searchForm .otherServices > li .itemTtl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide {
    margin-bottom: 40px;
  }
}
.measure-top .mv_slide .mv_item {
  position: relative;
}
.measure-top .mv_slide .mv_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 2.2s;
}
.measure-top .mv_slide .mv_item.slick-current::before {
  opacity: 0;
  pointer-events: none;
  z-index: -999;
}
.measure-top .mv_slide .mv_text {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
}
.measure-top .mv_slide .mv_text h3 {
  font-size: 3.3rem;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text h3 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .measure-top .mv_slide .mv_text h3 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text h3.sp-lh-1-5 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .measure-top .mv_slide .mv_text h3.sp-lh-1-5 {
    line-height: 1.3;
  }
}
.measure-top .mv_slide .mv_text h3 span.bigger {
  font-size: 5rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text h3 span.bigger {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .measure-top .mv_slide .mv_text h3 span.bigger {
    font-size: 2.5rem;
  }
}
.measure-top .mv_slide .mv_text h3 span.big {
  font-size: 4.2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text h3 span.big {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .measure-top .mv_slide .mv_text h3 span.big {
    font-size: 3rem;
  }
}
.measure-top .mv_slide .mv_text h3 span.small {
  font-size: 2.7rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text h3 span.small {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .measure-top .mv_slide .mv_text h3 span.small {
    font-size: 2rem;
  }
}
.measure-top .mv_slide .mv_text h3 span.smaller {
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text h3 span.smaller {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .measure-top .mv_slide .mv_text h3 span.smaller {
    font-size: 1.6rem;
  }
}
.measure-top .mv_slide .mv_text h3 span.bold {
  font-weight: bold;
}
.measure-top .mv_slide .mv_text p {
  font-size: 1.6rem;
  line-height: 1.8125;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .measure-top .mv_slide .mv_text p {
    font-size: 1.4rem;
  }
}
.measure-top .mv_slide .mv_text .mv_btn {
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #fff;
  border: 1px solid #e8f5f4;
  border-radius: 500px;
  padding: 12px 25px;
  position: relative;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text .mv_btn {
    font-size: 1.3rem;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .measure-top .mv_slide .mv_text .mv_btn {
    margin-top: 2.6666666667vw;
    padding: 1.3333333333vw 4vw;
  }
}
.measure-top .mv_slide .mv_text .mv_btn span {
  margin-left: auto;
}
.measure-top .mv_slide .mv_text .mv_btn::after {
  transition: all 0.2s;
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 1100px) {
  .measure-top .mv_slide .mv_text .mv_btn::after {
    border-width: 1px 1px 0 0;
    width: 6px;
    height: 6px;
  }
}
.measure-top .mv_slide .mv_text .mv_btn:hover {
  opacity: 0.7;
}
.measure-top .mv_slide .mv_text.m-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text.m-center {
    width: 90%;
  }
}
.measure-top .mv_slide .mv_text.m-left {
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  max-width: 60%;
  max-height: 85%;
  right: auto;
  padding: 3.472vw;
}
.measure-top .mv_slide .mv_text.m-right {
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  max-width: 60%;
  max-height: 85%;
  left: auto;
  padding: 3.472vw;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text.sp-m-bottom {
    top: 43%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 100%;
    height: 57%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text.sp-m-bottom.sp-align-center {
    justify-content: center;
  }
}
.measure-top .mv_slide .mv_text.bg-blue {
  background-color: #005bac;
}
@media screen and (min-width: 769px) {
  .measure-top .mv_slide .mv_text.pc-bg-white {
    background-color: #fff;
    color: #005bac;
  }
  .measure-top .mv_slide .mv_text.pc-bg-white .mv_btn {
    color: #005bac;
    border-color: #196bb4;
  }
  .measure-top .mv_slide .mv_text.pc-bg-white .mv_btn::after {
    border-color: #196bb4;
  }
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text.sp-bg-trans {
    background-color: transparent;
  }
}
.measure-top .mv_slide .mv_text.text-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text.sp-text-left {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .mv_text.sp-text-center {
    text-align: center;
  }
}
.measure-top .mv_slide .slick-dots {
  bottom: 20px;
}
.measure-top .mv_slide .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
.measure-top .mv_slide .slick-dots li button::before {
  color: #ccc;
  width: 8px;
  height: 8px;
  font-size: 8px;
}
.measure-top .mv_slide .slick-dots li.slick-active button::before {
  color: #0ca4e7;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .slick-dots {
    bottom: -30px;
  }
}
.measure-top .mv_slide .slick-next, .measure-top .mv_slide .slick-prev {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .slick-next, .measure-top .mv_slide .slick-prev {
    bottom: -30px;
    top: auto;
  }
}
.measure-top .mv_slide .slick-next::before, .measure-top .mv_slide .slick-prev::before {
  font-family: unset;
  font-size: 35px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .measure-top .mv_slide .slick-next::before, .measure-top .mv_slide .slick-prev::before {
    color: #005bac;
  }
}
.measure-top .mv_slide .slick-next {
  right: calc(((100% - 1020px) / 2) - 30px);
  left: auto;
}
@media screen and (max-width: 1100px) {
  .measure-top .mv_slide .slick-next {
    right: 4%;
  }
}
.measure-top .mv_slide .slick-next::before {
  content: "?";
}
.measure-top .mv_slide .slick-prev {
  left: calc(((100% - 1020px) / 2) - 30px);
  right: auto;
}
@media screen and (max-width: 1100px) {
  .measure-top .mv_slide .slick-prev {
    left: 4%;
  }
}
.measure-top .mv_slide .slick-prev::before {
  content: "?";
}
.measure-top .secBox {
  position: relative;
  overflow-x: hidden;
  padding: 90px 0 50px;
}
@media screen and (max-width: 768px) {
  .measure-top .secBox {
    padding: 12vw 0 20vw;
  }
}
.measure-top .secBox .secHead {
  margin-bottom: 50px;
}
.measure-top .secBox .secHead h2 {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .measure-top .secBox .secHead h2 {
    font-size: 2.4rem;
  }
}
.measure-top .secBox .secHead span {
  font-size: 1.2rem;
  color: #005bac;
  display: flex;
  align-items: center;
}
.measure-top .secBox .secHead span::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #005bac;
  margin-right: 10px;
}
.measure-top .secBox::before {
  content: "";
  position: absolute;
  width: 275px;
  height: 67%;
  top: 0;
  transform: skewX(-18deg);
}
@media screen and (max-width: 768px) {
  .measure-top .secBox::before {
    width: 62%;
    height: 162.6vw;
  }
}
.measure-top .secBox::after {
  position: absolute;
  font-size: 12rem;
  top: 90px;
  z-index: 0;
  font-weight: 100;
}
.measure-top .secBox .wrapper {
  position: relative;
  z-index: 1;
}
.measure-top .secBox.pickup {
  background: linear-gradient(180deg, #f2f2f2 67%, #fff 67%);
}
@media screen and (max-width: 768px) {
  .measure-top .secBox.pickup {
    background: linear-gradient(180deg, #f2f2f2 162.6vw, #fff 162.6vw);
  }
}
.measure-top .secBox.pickup::before {
  left: 0;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .measure-top .secBox.pickup::before {
    left: auto;
    right: 0;
  }
}
.measure-top .secBox.pickup::after {
  content: "Pick Up";
  right: calc(((100% - 1240px) / 2));
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .measure-top .secBox.pickup::after {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .measure-top .secBox.pickup::after {
    display: none;
  }
}
.measure-top .secBox.solution::before {
  right: 135px;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .measure-top .secBox.solution::before {
    right: 18vw;
  }
}
.measure-top .secBox.solution::after {
  content: "Solution";
  left: calc(((100% - 1240px) / 2));
  color: #f2f2f2;
}
@media screen and (max-width: 1100px) {
  .measure-top .secBox.solution::after {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .measure-top .secBox.solution::after {
    display: none;
  }
}
.measure-top .secBox.solution .secHead {
  text-align: right;
}
.measure-top .secBox.solution .secHead span {
  flex-direction: row-reverse;
}
.measure-top .secBox.solution .secHead span::before {
  margin-left: 10px;
  margin-right: 0;
}
.measure-top .solutionList2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.measure-top .solutionList2::after {
  content: "";
  flex: auto;
}
.measure-top .solutionList2 > li {
  position: relative;
  border-radius: 8px;
  margin-right: calc((100% - 23%*4)/3);
  margin-bottom: 2.6%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
  width: 23%;
}
.measure-top .solutionList2 > li:hover {
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.16);
}
.measure-top .solutionList2 > li:last-of-type {
  margin-right: 0;
}
.measure-top .solutionList2 > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .measure-top .solutionList2 > li {
    width: 48%;
    margin-right: calc(100% - 48% * 2);
    margin-bottom: calc(100% - 48% * 2);
  }
  .measure-top .solutionList2 > li:nth-child(2n) {
    margin-right: 0;
  }
}
.measure-top .solutionList2 > li a {
  color: #333;
  width: 100%;
}
.measure-top .solutionList2 > li h4 {
  font-size: 1.7rem;
  padding: 20px 24px 30px 12px;
  border-left: none;
  position: relative;
}
@media screen and (max-width: 480px) {
  .measure-top .solutionList2 > li h4 {
    font-size: 1.4rem;
    padding: 5.3333333333vw 6.4vw 8vw 3.2vw;
  }
}
.measure-top .solutionList2 > li::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .measure-top .solutionList2 > li::after {
    right: 5.3333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.measure-top .solutionList2 > li .solutionThum {
  position: relative;
  width: 100%;
  padding-top: 57.31%;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 480px) {
  .measure-top .solutionList2 > li .solutionThum {
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
.measure-top .solutionList2 > li .solutionThum .solutionThum_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.measure-top .solutionList2 > li .solutionThum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 0;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 480px) {
  .measure-top .solutionList2 > li .solutionThum img {
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
.measure-top .solutionList2 > li .solutionDetail {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 480px) {
  .measure-top .solutionList2 > li .solutionDetail {
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
.measure-top .pickupList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.measure-top .pickupList::after {
  content: "";
  flex: auto;
}
.measure-top .pickupList > li {
  position: relative;
  margin-right: calc((100% - 23%*4)/3);
  margin-bottom: 2.6%;
  width: 23%;
}
.measure-top .pickupList > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .measure-top .pickupList > li:last-of-type {
    margin-bottom: 0 !important;
  }
}
.measure-top .pickupList > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .measure-top .pickupList > li {
    width: 48%;
    margin-right: calc(100% - 48% * 2);
    margin-bottom: calc(100% - 48% * 2);
  }
  .measure-top .pickupList > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .measure-top .pickupList > li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 8vw;
  }
}
.measure-top .pickupList > li a {
  color: #333;
  width: 100%;
}
.measure-top .pickupList > li h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  border-left: none;
  position: relative;
}
@media screen and (max-width: 480px) {
  .measure-top .pickupList > li h4 {
    margin-bottom: 2.6666666667vw;
  }
}
.measure-top .pickupList > li p {
  font-size: 1.3rem;
}
.measure-top .pickupList > li .pickupThum {
  position: relative;
  width: 100%;
  padding-top: 57.31%;
}
.measure-top .pickupList > li .pickupThum .pickupThum_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.measure-top .pickupList > li .pickupThum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 0;
}
.measure-top .pickupList > li .pickupDetail {
  background-color: #fff;
  border-radius: 8px;
  z-index: 1;
  position: relative;
  margin: -30px 15px 0;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
  padding: 20px 25px;
}
@media screen and (max-width: 768px) {
  .measure-top .pickupList > li .pickupDetail {
    margin: -10.6666666667vw 4vw 0;
  }
}
@media screen and (max-width: 480px) {
  .measure-top .pickupList > li .pickupDetail {
    border-radius: 2.1333333333vw;
  }
}
.measure-top .pickupList > li:hover .pickupDetail {
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.16);
}
.measure-top .userGuide {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .measure-top .userGuide {
    padding-bottom: 26.6666666667vw;
  }
}
.measure-top .userGuide .secHead {
  padding: 45px 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .measure-top .userGuide .secHead {
    padding: 8vw 0;
  }
}
.measure-top .userGuide .secHead h2 {
  font-size: 2.8rem;
}
.measure-top .userGuide .userGuide_list > li {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .measure-top .userGuide .userGuide_list > li {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.measure-top .userGuide .userGuide_list > li > a {
  color: #333;
}
.measure-top .userGuide .userGuide_list > li > a > .colLeft {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .measure-top .userGuide .userGuide_list > li > a > .colLeft {
    width: 21.33333vw;
  }
}
.measure-top .userGuide .userGuide_list > li > a > .colRight {
  width: calc(100% - 80px - 20px);
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .measure-top .userGuide .userGuide_list > li > a > .colRight {
    width: calc(100% - 21.33333vw - 15px);
    padding-top: 2vw;
  }
}
.measure-top .userGuide .userGuide_list > li h4 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.measure-top .userGuide .userGuide_list > li p {
  font-size: 1.3rem;
}

.filterItem {
  text-decoration: underline;
}
.filterItem:hover {
  color: #00a3e7;
}

/*# sourceMappingURL=style.css.map */
