@charset "UTF-8";

body {
  font-size: 16px;
  color: #282828;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  width: 100%;
}

a {
  color: inherit;
  }

.container {
  width: 1280px;
  margin: 0 auto;
}


/* header */

.header-container {
  width: 1280px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}

.header-container p {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 15px;
}

.header-tit {
  width: 465px;
  height: 65px;
  margin: 0 auto;
}

.header-info {
  display: flex;
}

.header-info-contact {
  text-align: left;
}

.header-info-contact-txt {
  width: 421px;
  height: 23px;
  background-color: #009F64;
}

.header-info-contact-txt span {
  display: flex;
  justify-content: center;
  color: #fff;
  padding-top: 2px;
}

.header-info-contact-pic {
  display: inline-block;
  width: 39px;
  height: 39px;
}

.header-info-contact-tel {
  font-size: 50px;
}

.header-info-contact-tel span {
  margin:0px 4px 15px 0;
}

.hader-info-txt {
 font-size: 14px;
}

.header-nav-list {
  display: flex;
  width: 1280px;
  height: 80px;
  text-align: center;
  align-items: center;
  /* background-color: #f1f1f1; 幅確認用*/
  margin: 0 auto;
  /* padding: 22px 0; */
  font-size: 18px;
}

.header-nav-list-item {
  width: calc(100%/6);
  /* border-left: 1px solid #707070;
  border-right: 1px solid #707070; */
}

.header-nav-list-item span {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  display: block;
  color: #009F64;
  padding-top: 6px;
}

/* .header-nav-list-item + .header-nav-list-item {
  border-left: 0;
  border-right: 1px solid #707070;
} */

.header-nav-list a {
  padding: 0 40px;
  text-align: center;
}

/* 文字を伸ばす */
#ac {
  width: 250px;
}
/* 文字を伸ばす */

