@charset "UTF-8";

body {
  color: #3e3e3e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  width: 100%;
  /* background: #eef3ee; */
  letter-spacing: 0.06em;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.inner-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 192rem;
  position: relative;
  width: 100%;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 116.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  width: 100%;
}
/*画像の中央寄せ*/
.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
/*figureタグで囲まれた画像の中央寄せ*/
.aligncenter img {
  height: auto;
  max-width: 100%;
}
/*画像右寄せ*/
.alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}
/*figureタグで囲まれた画像右寄せ*/
.alignright img {
  height: auto;
  max-width: 100%;
}
/*位置指定のない画像*/
.alignnone {
  height: auto;
  max-width: 100%;
}
/*figureタグで囲まれた位置指定のない画像*/
.alignnone img {
  height: auto;
  max-width: 100%;
}
/* 自動折り返し有効化 */
pre {
  white-space: pre-wrap;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7-spinner {
  display: none;
}
div.wpcf7-mail-sent-ok {
  display: none !important;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
