@charset "utf-8";
#contents {
  padding-top: 190px;
}
@media only screen and (max-width: 767px) {
  #subNavi {
    display: none;
  }
  #contents {
    padding-top: 60px;
  }
}
/*---------------------- mainContents ----------------------*/
#mainContents {
  padding-bottom: 0;
}
/*---------------------- mainTitle ----------------------*/
#mainContents .mainTitle {
  margin-bottom: 45px;
  text-align: center;
  background-color: #f2f2f2;
  padding: 0 0 45px;
}
#mainContents .mainTitle img {
  width: 100%;
  display: block;
}
#mainContents .mainTitle h1 {
  position: relative;
}
#mainContents .mainTitle h1 span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 5em;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}
#mainContents .mainTitle h2 {
  font-size: 2.4em;
  letter-spacing: 0.2em;
  color: #f09600;
  padding-top: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}
#mainContents .mainTitle p {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2.0;
}
@media only screen and (max-width: 767px) {
  #mainContents .mainTitle {
    margin: 0;
    background-color: #FFF;
    padding: 0 0 30px;
  }
  #mainContents .mainTitle h1 {
    margin: 0 0 35px;
  }
  #mainContents .mainTitle h1 span {
    display: none;
  }
  #mainContents .mainTitle h2 {
    display: none;
  }
  #mainContents .mainTitle p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
  }
}
/*---------------------- bg ----------------------*/
@media only screen and (max-width: 767px) {
  #mainContents .bg {
    background-color: #F8F8F8;
    padding: 25px 5% 60px;
  }
}
/*---------------------- faceseal ----------------------*/
#faceseal {
  background-color: #FFF;
}
#faceseal .banner img {
  width: 100%;
  display: block;
}
#faceseal .facesealLink .link a {
  position: relative;
  display: inline-block;
  line-height: 50px;
  width: 200px;
  border-radius: 25px;
  color: #FFF;
  background-color: #D80101;
  font-weight: 500;
  text-align: center;
  padding-right: 5px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
#faceseal .facesealLink .link a::after {
  position: absolute;
  content: '';
  display: inline-block;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#faceseal .fullorderBanner img {
  max-width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  #faceseal .title {
    overflow: hidden;
    margin: 40px 7%;
    text-align: center;
  }
  #faceseal .title h2 {
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 2.2em;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    font-weight: bold;
  }
  #faceseal .title h2:before {
    right: 105%;
    border-top: 1px solid #CCCCCC;
    content: "";
    position: absolute;
    top: 50%;
    width: 200em;
  }
  #faceseal .title h2:after {
    left: 105%;
    border-top: 1px solid #CCCCCC;
    content: "";
    position: absolute;
    top: 50%;
    width: 200em;
  }
  #faceseal .title p {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 2.0;
  }
  #faceseal .facesealLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #faceseal .facesealLink p.text {
    font-size: 2em;
    font-weight: bold;
    margin: 0 30px;
    color: #D80101;
    letter-spacing: 0.1em;
  }
  #faceseal .fullorderBanner {
    padding: 0 7%;
    margin: 45px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  #faceseal {
    padding: 0 0 40px;
    margin: 0 0 30px;
  }
  #faceseal .banner {
    margin: 0 0 25px;
  }
  #faceseal .title {
    margin: 0 0 30px;
  }
  #faceseal .title h2 {
    display: none;
  }
  #faceseal .title p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
  }
  #faceseal .facesealLink {
    text-align: center;
    margin: 0 0 45px;
  }
  #faceseal .facesealLink .logo {
    margin: 0 0 5px;
  }
  #faceseal .facesealLink .logo img {
    width: 100px;
    height: auto;
  }
  #faceseal .facesealLink .text {
    font-size: 18px;
    font-weight: 700;
    color: #D80101;
    margin: 0 0 15px;
  }
  #faceseal .fullorderBanner img {
    margin: auto;
  }
}
/*---------------------- Installation Result ------------------------*/
#installationResult h2 img {
  display: block;
  margin: auto
}
#installationResult .inner {
  margin: 0 auto;
  max-width: 980px;
  background: #FFFFFF;
}
#installationResult ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#installationResult ul li {
  list-style: none;
  text-align: center;
}
#installationResult ul li .border {
  border: 5px solid #E2E2E2;
  display: block;
}
#installationResult ul li .border img {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #installationResult {
    padding: 60px 0;
    background-color: #f2f2f2;
    text-align: center;
  }
  #installationResult ul {
    padding: 28px 28px 20px;
  }
  #installationResult ul li {
    margin-bottom: 28px;
    width: 210px;
  }
  #installationResult .team li p.teamName {
    margin: 10px 0 0;
    letter-spacing: normal;
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 767px) {
  #installationResult {
    padding: 40px 0 0;
    background-color: #FFF;
    text-align: center;
  }
  #installationResult h2 {
    margin: 0 10px 35px;
  }
  #installationResult h2 img {
    width: 100%;
  }
  #installationResult ul {
    padding: 0 15px 10px;
  }
  #installationResult ul li {
    margin-bottom: 20px;
    width: calc(90 / 300 * 100%);
  }
  #installationResult ul li .border {
    border: 3px solid #E2E2E2;
    display: block;
  }
  #installationResult ul li:last-child {
    display: none;
  }
  #installationResult .team li p.teamName {
    margin: 5px 0 0;
    letter-spacing: normal;
    font-size: 10px;
  }
}