@charset "UTF-8";
/* A Modern CSS Reset ------------------- */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  text-align: left;
}

ul[role=list], ol[role=list], ul, ol, li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ------------------- */
* {
  --max-width: 1000px;
  --color1: #003459;
}

html {
  scroll-padding-top: 140px;
}

body {
  width: 100%;
  background: #fff;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 640px) {
  main {
    padding-top: 45px;
  }
}

a:hover {
  text-decoration: none;
}

.footstepBox {
  width: auto;
  margin: 0;
  color: #fff;
  font-size: 10px;
}
.footstepBox a {
  color: #fff;
}
.footstepBox a:link, .footstepBox a:hover {
  color: #fff;
}

#top {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
  background: url(../img/ttl_bg.jpg) no-repeat center top/cover;
}
#top h1 {
  padding-top: 90px;
  color: #fff;
  font-size: 36px;
  text-align: center;
}
#top .sub {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  #top h1 {
    font-size: 24px;
  }
}

#column {
  max-width: var(--max-width);
  padding: 0 20px;
  margin: 0 auto 64px;
}
#column .filter {
  margin-bottom: 40px;
}
#column .filter ul {
  display: flex;
  gap: 10px;
}
#column .filter ul li button {
  height: 40px;
  padding: 0 16px;
  border: none;
  background: #f5f5f5;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
}
#column .filter ul li button.active {
  background: var(--color1);
  color: #fff;
  font-weight: bold;
}
#column .columnList .columnItem:not(:last-of-type) {
  margin-bottom: 24px;
}
#column .columnList .columnItem a {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
#column .columnList .columnItem a .img {
  width: 285px;
  height: 160px;
  overflow: hidden;
  border-radius: 3px;
}
#column .columnList .columnItem a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
#column .columnList .columnItem a .txt {
  width: calc(100% - 285px);
}
#column .columnList .columnItem a .txt .date {
  display: inline-block;
  margin-right: 16px;
  font-size: 14px;
}
#column .columnList .columnItem a .txt .category {
  display: inline-block;
  padding: 4px 12px;
  background: #f5f5f5;
  font-size: 10px;
}
#column .columnList .columnItem a .txt h3 {
  margin: 12px 0 8px;
  font-size: 18px;
  line-height: 1.3;
  color: var(--color1);
}
#column .columnList .columnItem a .txt .summary {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #747474;
  font-size: 14px;
  line-height: 1.75;
}
#column .columnList .columnItem a:hover .img img {
  scale: 1.05;
}
#column .columnList .columnItem a:hover .txt h3 {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #column {
    margin-bottom: 80px;
  }
  #column .filter ul {
    flex-wrap: wrap;
  }
  #column .filter ul li button {
    height: 32px;
    font-size: 11px;
  }
  #column .columnList .columnItem a {
    flex-direction: column;
    gap: 16px;
  }
  #column .columnList .columnItem a .txt, #column .columnList .columnItem a .img {
    width: 100%;
  }
  #column .columnList .columnItem a .img {
    height: 205px;
  }
  #column .columnList .columnItem:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

#download {
  margin-bottom: 120px;
}
#download ul li .img {
  overflow: hidden;
}
#download ul li .img img {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
#download ul li h3 {
  margin-top: 16px;
  color: #333;
}
#download ul li:hover .img img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  #download .col3 {
    gap: 32px;
  }
}

.bnrArea {
  max-width: 900px;
  margin: auto;
}
.bnrArea .col1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .bnrArea .col1 {
    margin-bottom: 16px;
  }
}
.bnrArea a:hover {
  opacity: 0.7;
}

.contact {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 30px 60px;
  background: #fff;
  border: solid 3px var(--color1);
}
.contact h2 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}
.contact .time {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.contact .col_box {
  display: flex;
}
.contact .col {
  width: 50%;
  padding: 0 15px;
}
.contact .col a {
  width: 300px;
  height: 52px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.contact .contact_tel {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 2px #d4d4d4;
}
.contact .contact_tel strong {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
}
.contact .contact_tel .col:nth-of-type(2) > a {
  display: block;
  color: #FFF;
  padding-top: 14px;
  margin: auto;
  background: #005C94;
  border-radius: 6px;
}
.contact .contact_tel .col:nth-of-type(2) > a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.contact .contact_line {
  text-align: center;
}
.contact .contact_line h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
.contact .contact_line p {
  font-size: 14px;
  line-height: 1.6em;
}
.contact .contact_line a {
  display: block;
  padding-top: 16px;
  margin: auto;
  background: #6BC315;
  border-radius: 6px;
  color: #FFF;
}
.contact .contact_line a:hover {
  opacity: 0.8;
}
.contact .contact_line a img {
  width: auto;
  height: 23px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 24px 20px;
  }
  .contact h2 {
    font-size: 20px;
  }
  .contact .col {
    width: 100%;
    padding: 0;
  }
  .contact .col a {
    width: 100%;
    max-width: 300px;
  }
  .contact .col_box {
    flex-direction: column;
    gap: 16px;
  }
  .contact .contact_tel .col:nth-of-type(1) {
    text-align: center;
  }
  .contact .contact_tel .col:nth-of-type(1) a {
    font-size: 36px;
    color: var(--color1);
  }
}

.parts_contact02_inner .contactText {
  font-size: 14px;
}

.parts_contact02_inner .contactTel span {
  font-size: 20px;
}

.parts_contact02_inner .contactTime {
  font-size: 10px;
}

.header, .footer {
  font-size: 80%;
}

.header ul,
.header li {
  text-align: center;
}/*# sourceMappingURL=style.css.map */