@charset "utf-8";

/* reset */

figure {
  margin: 0;
  padding: 0;
}

figure img {
  width: 100%;
}

dt,
dd {
  margin: 0;
  padding: 0;
}


ul {
  margin: 0;
  padding: 0;
}

header .hd_wrap {
margin: 0 3vw;
padding: 10px 0;
}

header .logo {
  max-width: 120px;
}

header .logo img{
  max-width: 100%;
  width: 100%;
  height: auto
  ;
}

.nav-items li a i {
  font-size: 14px;
  color: #0071b3;
  padding-top: 3px;
}





.c-text--center {
  text-align: center;
}

.l-section--gray {
  background-color: #f7f7f7;
}

.l-section__inner {
  width: 83.3vw;
  margin: auto;
  background-color: #fff;
}

.l-section p {
  color: #222;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 2;
}

.p-text--summary {
  margin-bottom: 60px;
}

.l-section__news {
  padding: 10px;
}


.p-news {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #0071b3;
  margin: 0 auto;
  padding: 3vw 0;
}

.p-news__title {
  padding: 0px 3.8vw 0px 5vw;
}

.p-news__title h3 {
  color: #0071b3;
  font-size: 2.75vw;
  margin: 0;
}



.p-news__list li {
  list-style: none;
  margin-bottom: 10px;
}

.p-news__list li a {
  display: block;
  font-weight: 400;
  font-size: 1.1rem;
}

.p-news__list li a .category {
  margin-left: 10px;
}

.l-bg--gray {
  background-color: #f7f7f7;
}

.l-section__inner h3 {
  text-align: center;
  font-size: 2.4rem;
  color: #0071B3;
  font-weight: bold;
}

.l-section__geo-dam {
  border: 1px solid #0071b3;
}

.l-section__geo-dam figure {
  margin-bottom: 30px;
}
.l-section .service-box h3{
  font-size: 2rem;;

}

.c-btn a {
  display: block;
  width: 100%;
  text-align: center;
  background: #0071b3;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 0;
}

.service-list li {
  list-style: none;
}

.service-icon-wrap .service-list li a {
  display: block;
  color: #222;
}

.service-icon-wrap .service-list li span {
  font-size: 1.2rem;
}
.l-section.service-list-wrap {
  padding-top:4.4vw ;
}

.service-box .c-btn{

max-width: 600px;
}





@media screen and (max-width: 768px) {
  .service-box .c-btn{
  margin: 0 auto;
  }

.footer-logo img {
  max-width: 30%;
}

}