.import-and-export__contents {
  padding: 90px 0 120px;
}
@media (max-width: 767px) {
  .import-and-export__contents {
    padding: 40px 0 80px;
  }
}
.import-and-export__box {
  background-image: url(../img/import_bg.jpg);
  background-size: cover;
  padding: 65px max((100% - 1200px) / 2, 20px) 170px;
}
@media (max-width: 767px) {
  .import-and-export__box {
    background-image: none;
    padding: 0;
  }
}
.import-and-export__ttl {
  color: #4653A2;
  font-size: 50px;
  text-align: center;
  letter-spacing: 0.3em;
  text-shadow: 4px 4px 5px #ffffff, -4px 4px 5px #ffffff, 4px -4px 5px #ffffff, -4px -4px 5px #ffffff, 4px 0px 5px #ffffff, 0px 4px 5px #ffffff, -4px 0px 5px #ffffff, 0px -4px 5px #ffffff;
}
@media (max-width: 900px) {
  .import-and-export__ttl {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .import-and-export__ttl {
    font-size: 24px;
  }
}
.import-and-export__pc {
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 60px;
  padding: 50px;
  box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.35);
}
@media (max-width: 900px) {
  .import-and-export__pc {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .import-and-export__pc {
    display: none;
  }
}
.import-and-export__img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.import-and-export__sp {
  display: none;
  margin-top: 40px;
  padding: 0 max((100% - 440px) / 2, 20px);
}
@media (max-width: 767px) {
  .import-and-export__sp {
    display: block;
  }
}
.import-and-export__item {
  text-align: center;
  line-height: 1.5;
  width: 100%;
  max-width: 440px;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  outline: 3px solid #B490C1;
  outline-offset: -8px;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.import-and-export__item:not(:first-of-type) {
  margin-top: 30px;
}
.import-and-export__item:nth-of-type(2) {
  outline-color: #D75599;
}
.import-and-export__item:nth-of-type(3) {
  outline-color: #5D93CE;
}
.import-and-export__item:nth-of-type(4) {
  outline-color: #ea7a50;
}
.import-and-export__item:last-of-type {
  outline-color: #f2c756;
}
/*# sourceMappingURL=import-and-export.css.map */