@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "./common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* title */
/* -------------------------------------------- */
#title {
  background: url(/shanghaidom/about/image/title.jpg) no-repeat center center;
  background-size: cover;
}

/* -------------------------------------------- */
/* intro */
/* -------------------------------------------- */
.intro {
  margin-bottom: 8em;
}
.intro h2 {
  text-align: center;
}
.intro h2 span {
  display: inline-block;
  margin-bottom: 1em;
  background: #0e3462;
  padding: 0 0.5em;
  font-size: 2.8em;
  font-weight: bold;
  color: #fff;
}
.intro .read {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 3em;
}
.intro .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro .boxes .box {
  width: 33.3333333333%;
}
.intro .boxes .box img {
  width: 100%;
}

/* -------------------------------------------- */
/* 徹底した安全・品質管理 */
/* -------------------------------------------- */
.safety {
  margin-bottom: 7em;
  padding: 7em 0;
  position: relative;
}
.safety::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #f1f1f1;
  width: 70%;
  height: 100%;
}
.safety .inblock .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3em;
}
.safety .inblock .text h2 {
  width: 35%;
  font-size: 2.8em;
  font-weight: bold;
  color: #0e3462;
  line-height: 1.4;
}
.safety .inblock .text p {
  width: 60%;
  margin-top: 3em;
}
.safety .inblock .photo {
  margin-bottom: 3em;
}
.safety .inblock .iso-block {
  background: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 3em;
  padding: 2.5em;
}
.safety .inblock .iso-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.safety .inblock .iso-block ul li {
  width: 30%;
  margin: 0 2%;
}
.safety .inblock .iso-block ul li dl {
  text-align: center;
}
.safety .inblock .iso-block ul li dl dt {
  margin-bottom: 0.5em;
}
.safety .inblock .iso-block ul li dl dd {
  font-weight: bold;
}
.safety .inblock .base-btn {
  text-align: center;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  /* -------------------------------------------- */
  /* intro */
  /* -------------------------------------------- */
  .intro h2 span {
    font-size: 2.4em;
  }
  .intro .read {
    font-size: 1em;
    text-align: left;
  }
  /* -------------------------------------------- */
  /* 徹底した安全・品質管理 */
  /* -------------------------------------------- */
  .safety .inblock .text h2 {
    font-size: 2.4em;
    min-width: 280px;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  /* -------------------------------------------- */
  /* intro */
  /* -------------------------------------------- */
  .intro {
    margin-bottom: 5em;
  }
  .intro h2 span {
    font-size: 2em;
    line-height: 1.4;
    padding: 0.2em 0.5em;
  }
  /* -------------------------------------------- */
  /* 徹底した安全・品質管理 */
  /* -------------------------------------------- */
  .safety {
    margin-bottom: 5em;
    padding: 5em 0;
  }
  .safety .inblock .text {
    display: block;
  }
  .safety .inblock .text h2 {
    margin-bottom: 1em;
    font-size: 2.2em;
    width: 100%;
    min-width: auto;
  }
  .safety .inblock .text h2 br {
    display: none;
  }
  .safety .inblock .text p {
    width: 100%;
    margin: 0;
  }
  .safety .inblock .iso-block {
    padding: 1.5em 1em;
  }
  .safety .inblock .iso-block ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .safety .inblock .iso-block ul li {
    width: 48%;
    margin: 0 1% 1.5em;
    text-align: center;
  }
  .safety .inblock .iso-block ul li:last-child {
    margin-bottom: 0;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* intro */
  /* -------------------------------------------- */
  .intro {
    margin-bottom: 3em;
  }
  .intro h2 span {
    font-size: 1.4em;
  }
  /* -------------------------------------------- */
  /* 徹底した安全・品質管理 */
  /* -------------------------------------------- */
  .safety {
    margin-bottom: 3em;
    padding: 3em 0;
  }
  .safety::before {
    width: 85%;
  }
  .safety .inblock .text {
    margin-bottom: 2em;
  }
  .safety .inblock .text h2 {
    font-size: 1.6em;
  }
  .safety .inblock .photo {
    margin-bottom: 1em;
  }
}