html {
  font-size: 1px;
  /*for using REM units*/
}

body {
  direction: ltr;
  font-family: 'Noto Serif JP', serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.0;
  color: #000000;
}

body {
  background: url(../images/company/image_top_pc.jpg) center top no-repeat;
  background-size: 100%;
}

@media (max-width: 480px) {
  body {
    background: url(../images/company/image_top_sp.jpg) center 50px no-repeat;
    background-size: 100%;
  }
}

.navi li:nth-of-type(3) a {
  pointer-events: none;
}

@media (max-width: 480px) {
  .navi li:nth-of-type(3) a {
    pointer-events: auto;
  }
}

.navi li:nth-of-type(3) a span {
  border-bottom: 1px solid #0182cb;
}

@media (max-width: 480px) {
  .navi li:nth-of-type(3) a span {
    border-bottom: none;
  }
}

.top .c_page_title {
  padding: 1px 0 2px;
}

.top .c_page_title .upper {
  margin-bottom: 8px;
}

.title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  background-color: #0182cb;
  border-radius: 5px;
  padding: 17.5px 0 17.5px 25px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .title {
    font-size: 18px;
    padding: 8px 0 9px 10px;
    margin-bottom: 20px;
  }
}

.contents {
  padding: 60px 50px 0;
}

@media (max-width: 1000px) {
  .contents {
    padding: 40px 6% 0;
  }
}

@media (max-width: 480px) {
  .contents {
    padding: 20px 5% 0;
  }
}

.contents .greeting {
  margin-bottom: 70px;
}

@media (max-width: 1000px) {
  .contents .greeting {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .contents .greeting {
    margin-bottom: 45px;
  }
}

.contents .greeting .text {
  font-size: 16px;
  line-height: 2.0;
  padding: 0 50px;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .contents .greeting .text {
    padding: 0 6%;
  }
}

@media (max-width: 480px) {
  .contents .greeting .text {
    font-size: 14px;
    line-height: 1.7;
    padding: 0 4%;
    margin-bottom: 15px;
  }
}

.contents .greeting .sign {
  text-align: right;
  margin-right: 50px;
}

@media (max-width: 1000px) {
  .contents .greeting .sign {
    margin-right: 6%;
  }
}

@media (max-width: 480px) {
  .contents .greeting .sign {
    margin-right: 4%;
  }
}

.contents .greeting .sign span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .contents .greeting .sign span {
    font-size: 12px;
  }
}

.contents .greeting .sign img {
  width: 96px;
}

@media (max-width: 480px) {
  .contents .greeting .sign img {
    width: 77px;
  }
}

.contents .overview {
  margin-bottom: 90px;
}

@media (max-width: 1000px) {
  .contents .overview {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .contents .overview {
    margin-bottom: 35px;
  }
}

.contents .overview .list dl {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0 13px 25px;
  margin: 0 50px;
}

.contents .overview .list dl:nth-of-type(odd) {
  background-color: #eaeaea;
}

@media (max-width: 1000px) {
  .contents .overview .list dl {
    margin: 0 6%;
  }
}

@media (max-width: 480px) {
  .contents .overview .list dl {
    font-size: 14px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 13px 0 13px 13px;
    margin: 0 4%;
  }
}

.contents .overview .list dl dt {
  width: 140px;
}

@media (max-width: 480px) {
  .contents .overview .list dl dt {
    width: auto;
    font-weight: 700;
    margin-bottom: 6px;
  }
}

.contents .overview .list dl dd {
  width: 560px;
}

@media (max-width: 480px) {
  .contents .overview .list dl dd {
    width: auto;
  }
}

.contents .overview .list dl dd .br_tb_sp {
  display: none;
}

@media (max-width: 1000px) {
  .contents .overview .list dl dd .br_tb_sp {
    display: block;
  }
}

.contents .overview .list dl dd .br_sp {
  display: none;
}

@media (max-width: 480px) {
  .contents .overview .list dl dd .br_sp {
    display: block;
  }
}

.contents .map {
  margin-bottom: 110px;
}

@media (max-width: 480px) {
  .contents .map {
    margin-bottom: 60px;
  }
}

.contents .map .map_area iframe {
  width: 100%;
  height: 350px;
}

@media (max-width: 480px) {
  .contents .map .map_area iframe {
    height: 250px;
  }
}
/*# sourceMappingURL=company.css.map */