@charset "UTF-8";
.wht {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin: 0;
}
body img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
body a {
  text-decoration: none;
}
body ul,
body li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body p {
  margin: 0;
  line-height: 160%;
}
@media (max-width: 750px) {
  body p {
    font-size: 3.2vw;
  }
}
body b {
  font-weight: 900;
}
body h1,
body h2 {
  margin: 0;
}
body h1 {
  font-size: 34px;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  body h1 {
    font-size: 5vw;
  }
}
body .cf:after {
  clear: both;
  overflow: hidden;
  content: "";
}
body .relative {
  position: relative;
}
body .absolute {
  position: absolute;
}
body .wrap {
  overflow: hidden;
}

.sectiontitle h1 {
  color: #000;
  text-align: center;
  border-bottom: solid 3px #a3222a;
  margin: 30px auto;
  padding-bottom: 10px;
  font-size: 2.4em;
}
@media (max-width: 750px) {
  .sectiontitle h1 {
    border-bottom: solid 1.5px #a3222a;
    margin: 15px auto;
    padding-bottom: 5px;
    font-size: 1.6em;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/***フッター***/
footer {
  width: 100%;
  padding: 14px 0 10px;
  background: #a3222a;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 750px) {
  footer {
    padding: 10px 0;
    font-size: 3.2vw;
  }
}

.none {
  display: none;
}

.formpagewrap {
  margin: 200px 0 50px;
}
.formpagewrap_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
}
@media (max-width: 750px) {
  .formpagewrap {
    margin: 70px 0 30px;
  }
  .formpagewrap_inner {
    width: 90%;
  }
}

.nsnicons {
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.nsnicons li {
  width: 15%;
}
.nsnicons li:not(:last-child) {
  padding-right: 20px;
}
.nsnicons li:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.nsnicons_icon {
  margin: 0 auto;
  max-width: 100%;
  width: 80%;
}
@media (max-width: 750px) {
  .nsnicons {
    width: 80%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .nsnicons li {
    width: 45%;
    padding-bottom: 20px;
  }
  .nsnicons li:not(:last-child) {
    padding-right: 0;
  }
  .nsnicons_icon {
    margin: 0 auto;
    max-width: 100%;
    width: 60%;
  }
}/*# sourceMappingURL=style.css.map */