@charset "utf-8";
#contents {
  padding-top: 190px;
}
@media only screen and (max-width: 767px) {
  #subNavi {
    display: none;
  }
  #contents {
    padding-top: 60px;
  }
}
/*---------------------- mainContents ----------------------*/
@media only screen and (max-width: 767px) {
  #mainContents {
    padding: 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 (min-width: 768px) {
  #mainContents .mainTitle .border {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #mainContents .mainTitle {
    margin: 0;
    background-color: #FFF;
    padding: 0;
  }
  #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;
    margin: 0 0 35px;
  }
  #mainContents .mainTitle .border img {
    display: block;
    width: 100%;
  }
}
/*---------------------- subTitle ----------------------*/
#mainContents .subTitle {
  margin-bottom: 45px;
  text-align: center;
  background-color: #f2f2f2;
  padding: 0 0 45px;
}
#mainContents .subTitle img {
  width: 100%;
  display: block;
}
#mainContents .subTitle h1 {
  position: relative;
}
#mainContents .subTitle 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 .subTitle h2 {
  font-size: 2.4em;
  letter-spacing: 0.2em;
  color: #f09600;
  padding-top: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}
#mainContents .subTitle p {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2.0;
}
@media only screen and (max-width: 767px) {
  #mainContents .subTitle {
    margin: 50px 0 0;
    background-color: #FFF;
    padding: 0;
  }
  #mainContents .subTitle h1 {
    margin: 0 0 20px;
  }
  #mainContents .subTitle h1 span {
    display: none;
  }
  #mainContents .subTitle h2 {
    display: none;
  }
  #mainContents .subTitle p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    margin: 0 7%;
  }
}
/*---------------------- contentsNavi ----------------------*/
@media only screen and (min-width: 768px) {
  #contentsNavi {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #contentsNavi {
    padding: 50px 10% 0;
  }
  #contentsNavi h3 {
    font-size: 14px;
    font-weight: 700;
    color: #F39800;
    margin: 0 0 10px;
  }
  #contentsNavi 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;
    margin: 0 0 20px;
  }
  #contentsNavi li {
    width: calc(142 / 300 * 100%);
    margin: 0 0 calc(16 / 300 * 100%);
  }
  #contentsNavi li a {
    border: 1px solid #707070;
    display: block;
  }
  #contentsNavi li a img {
    display: block;
    width: 100%;
  }
}
/*---------------------- bgGray ----------------------*/
@media only screen and (max-width: 767px) {
  #mainContents .bgGray {
    background-color: #F8F8F8;
    padding: 20px 5% 60px;
  }
}
/*---------------------- serviceIcon ----------------------*/
@media only screen and (min-width: 768px) {
  #mainContents .serviceIcon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #mainContents .serviceIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mainContents .serviceIcon p {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    width: 120px;
    text-align: center;
    color: #FFF;
    background-color: #9F9F9F;
    margin-right: 5px;
  }
}
/*---------------------- bgWhite ----------------------*/
@media only screen and (max-width: 767px) {
  #mainContents .bgWhite {
    background-color: #FFF;
    padding: 40px 8% 60px;
  }
  #mainContents #gps .bgWhite {
    background-color: #FFF;
    padding: 40px 0;
  }
}
/*---------------------- service ----------------------*/
#mainContents .secTitle h2 img {
  display: block;
  margin: auto;
}
#mainContents .service .fig img {
  max-width: 100%;
}
#mainContents .service .solution .solutionSec .photo img {
  width: 100%;
  display: block;
}
#mainContents .service .solution .siteLink {
  text-align: center;
}
#mainContents .service .solution .siteLink a {
  border: 1px solid #CCC;
  display: inline-block;
  margin: 15px 0 5px;
}
#mainContents .service .solution .siteLink a img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #mainContents .service {
    margin-bottom: 3em;
    padding: 0 7%;
    text-align: center;
  }
  #mainContents .secTitle {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1em;
    text-align: center;
    padding: 0.5em 0;
  }
  #mainContents .add .secTitle {
    margin: 0 auto 1em;
  }
  #mainContents .secTitle h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.6em;
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
    color: #f09600;
    font-weight: bold;
  }
  #mainContents .secTitle h2:before {
    right: 105%;
    border-top: 1px solid #f09600;
    content: "";
    position: absolute;
    top: 50%;
    width: 200em;
  }
  #mainContents .secTitle h2:after {
    left: 105%;
    border-top: 1px solid #f09600;
    content: "";
    position: absolute;
    top: 50%;
    width: 200em;
  }
  #mainContents .service p.desc {
    line-height: 2.0;
  }
  #mainContents #gps p.sp_desc {
    display: none;
  }
  #mainContents #gps p.pc_desc {
    margin: 20px 0 0;
  }
  #mainContents #gps p.pc_desc img {
    max-width: 100%;
    display: block;
    margin: auto;
  }
  #mainContents .service .fig {
    padding: 2em 0 0;
  }
  #mainContents .service .solution {
    margin: 80px 0 0;
  }
  #mainContents .service .solution .solutionSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 980px;
    margin: 0 auto 40px;
    background-color: #F2F2F2;
  }
  #mainContents .service .solution .solutionSec.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #mainContents .service .solution .solutionSec .text {
    width: 60%;
  }
  #mainContents .service .solution .solutionSec .text h3 {
    font-weight: 700;
    font-size: 1.4em;
    margin: 0 0 20px;
    color: #F09600;
  }
  #mainContents .service .solution .solutionSec .photo {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #mainContents .service {
    padding: 25px 0 0;
    margin: 0 0 35px;
  }
  #mainContents .secTitle {
    margin: 0 0 35px;
  }
  #mainContents .add .secTitle {
    margin: 0 0 10px;
  }
  #mainContents .service p.desc {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 30px;
  }
  #mainContents .service .fig img {
    display: block;
    margin: auto;
  }
  #mainContents #gps p.pc_desc {
    display: none;
  }
  #mainContents #gps p.sp_desc {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 8% 45px;
  }
  #mainContents #gps .solution {
    margin: 50px 0 0;
  }
  #mainContents #gps .solutionSec {
    margin: 0 0 50px;
  }
  #mainContents #gps .solutionSec h3 {
    font-size: 16px;
    font-weight: 700;
    color: #F39800;
    text-align: center;
    margin: 0 0 10px;
  }
  #mainContents #gps .solutionSec p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 8% 20px;
  }
  #mainContents .service .solution .siteLink p {
    font-size: 14px;
    line-height: 1.4;
  }
  #mainContents .service .solution .siteLink a {
    margin: 30px 0 0;
    width: 140px;
  }
  #mainContents .service .solution .siteLink a img {
    width: 100%;
  }
  #mainContents .service.add {
    background-color: #FFF;
    padding: 35px 6% 30px;
    margin: 0;
  }
  #mainContents .service.add h2 {
    font-size: 16px;
    font-weight: 700;
    color: #F39800;
    text-align: center;
  }
  #mainContents .service.add p {
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 10px;
  }
}