@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
  @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100% !important;
}
@media (min-width: 750px) and (max-width: 1200px) {
  html {
    font-size: 1.25vw !important;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 3.6vw !important;
    margin-top: 0 !important;
  }
}

body {
  position: relative;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 100% !important;
  font-weight: 500;
  right: 0 !important;
  color: black;
  background-color: white;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (max-width: 750px) {
  body {
    width: 100%;
    min-width: auto;
    margin-top: 0 !important;
    line-height: 1.7;
  }
}
body.fixed {
  position: fixed;
}

a {
  text-decoration-skip-ink: none;
  text-decoration: underline;
  color: #0066c0;
  display: inline-block;
  transition: all ease 0.5s;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}
a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/icon_pdf.svg) no-repeat center center/100%;
  margin-right: 0.25em;
  margin-left: 0.2em;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
a.remove-icon:after {
  display: none;
}
a img {
  transition: all ease 0.5s;
}

a:hover img {
  opacity: 0.8;
}

p {
  line-height: 2.4;
}
@media (min-width: 751px) {
  p {
    font-size: 0.9375em;
  }
}
@media (max-width: 750px) {
  p {
    line-height: 1.7;
  }
}

@media (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}

.switch {
  visibility: hidden;
}

.bold {
  font-weight: bold;
}

@media (max-width: 750px) {
  .spleft {
    text-align: left !important;
  }
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}
.center img {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 751px) {
  .pccenter {
    text-align: center;
  }
}

.imgbox img, .imgbox picture, .imgbox video {
  width: 100%;
}

.mt120 {
  margin-top: 7.5em;
}
@media (max-width: 750px) {
  .mt120 {
    margin-top: 16vw;
  }
}

.mb120 {
  margin-bottom: 7.5em;
}
@media (max-width: 750px) {
  .mb120 {
    margin-bottom: 16vw;
  }
}

.mt100 {
  margin-top: 6.25em;
}
@media (max-width: 750px) {
  .mt100 {
    margin-top: 14.67vw;
  }
}

.mt90 {
  margin-top: 6.25em;
}
@media (max-width: 750px) {
  .mt90 {
    margin-top: 14.67vw;
  }
}

.mb90 {
  margin-bottom: 6.25em;
}
@media (max-width: 750px) {
  .mb90 {
    margin-bottom: 14.67vw;
  }
}

.pb90 {
  padding-bottom: 6.25em;
}
@media (max-width: 750px) {
  .pb90 {
    padding-bottom: 14.67vw;
  }
}

.mt50 {
  margin-top: 3.125em;
}
@media (max-width: 750px) {
  .mt50 {
    margin-top: 1.79em;
  }
}

.mt60 {
  margin-top: 3.75em;
}
@media (max-width: 750px) {
  .mt60 {
    margin-top: 13.3vw;
  }
}

.mt3em {
  margin-top: 3em;
}
@media (max-width: 750px) {
  .mt3em {
    margin-top: 2em;
  }
}

.mb3em {
  margin-bottom: 3em;
}
@media (max-width: 750px) {
  .mb3em {
    margin-bottom: 2em;
  }
}

.mt2em {
  margin-top: 2em;
}
@media (max-width: 750px) {
  .mt2em {
    margin-top: 1em;
  }
}

.mb2em {
  margin-bottom: 2em;
}
@media (max-width: 750px) {
  .mb2em {
    margin-bottom: 1em;
  }
}

.mt1em {
  margin-top: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.mt05em {
  margin-top: 0.5em;
}

.mb05em {
  margin-bottom: 0.5em;
}

.pt3em {
  padding-top: 3em;
}
@media (max-width: 750px) {
  .pt3em {
    padding-top: 2em;
  }
}

.pt2em {
  padding-top: 2em;
}
@media (max-width: 750px) {
  .pt2em {
    padding-top: 1em;
  }
}

.pt1em {
  padding-top: 1em;
}

.pt05em {
  padding-top: 0.5em;
}

.pl2em {
  padding-left: 2.5em;
}
@media (max-width: 750px) {
  .pl2em {
    padding-left: 1em;
  }
}

.red {
  color: #e11c24;
}

.theme {
  color: #0066c0;
}

img {
  height: auto;
}
@media (max-width: 750px) {
  img.width80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  img.width50 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

picture {
  display: block;
}

/* レイアウト関連 */
.inner, .inner620, .inner840, .inner920 {
  width: 72%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .inner, .inner620, .inner840, .inner920 {
    width: 92vw;
  }
}

.inner {
  max-width: 1200px;
  position: relative;
}
.inner .inner840, .inner .inner920, .inner .inner620 {
  width: 100%;
}

.inner620 {
  max-width: 620px;
}

.inner840 {
  max-width: 840px;
}

.inner920 {
  max-width: 920px;
  /* リンク・フォーム */
}

.linkbox, input[type="submit"], input[type="button"] {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #5c4313;
  width: 15.625em;
  height: 4.375em;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
  border-radius: 3em;
  padding-left: 1.5em;
  transition: all ease 0.5s;
  position: relative;
}
@media (max-width: 750px) {
  .linkbox, input[type="submit"], input[type="button"] {
    width: 53vw;
  }
}
.linkbox:hover, input[type="submit"]:hover, input[type="button"]:hover {
  opacity: 0.8;
}
.linkbox::before, input[type="submit"]::before, input[type="button"]::before {
  content: "";
  position: absolute;
  width: 1.7em;
  height: 1.875em;
  left: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/amazon.png) top center/contain no-repeat;
}

.linkbox_wrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
.linkbox_wrap > * {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.linkbox_wrap > *:last-of-type {
  margin-left: 1em !important;
}
@media (min-width: 751px) {
  .linkbox_wrap > *:last-of-type {
    margin-left: 2em !important;
  }
}

/* タイトル */
@media (min-width: 751px) {
  .f_18 {
    font-size: 1.1em;
  }
}

.f_20 {
  font-size: 1.2em;
}
@media (max-width: 750px) {
  .f_20 {
    font-size: 1.1em;
  }
}

.f_24 {
  font-size: 1.5em;
}
@media (max-width: 750px) {
  .f_24 {
    font-size: 1.1em;
  }
}

.f_26 {
  font-size: 1.6em;
}
@media (max-width: 750px) {
  .f_26 {
    font-size: 1.2em;
  }
}

.f_28 {
  font-size: 1.75em;
}
@media (max-width: 750px) {
  .f_28 {
    font-size: 1.25em;
  }
}

.f_30 {
  font-size: 1.87em;
}
@media (max-width: 750px) {
  .f_30 {
    font-size: 1.4em;
  }
}

.f_40 {
  font-size: 2.5em;
}
@media (max-width: 750px) {
  .f_40 {
    font-size: 1.5em;
  }
}

/* コンテンツ */
section {
  padding-bottom: 4.5em;
}
@media (max-width: 750px) {
  section {
    padding-bottom: 15.33vw;
  }
}
section.mt {
  padding-top: 4.5em !important;
}
@media (max-width: 750px) {
  section.mt {
    padding-top: 15.33vw !important;
  }
}
section.mb {
  padding-bottom: 4.5em;
}
@media (max-width: 750px) {
  section.mb {
    padding-bottom: 15.33vw;
  }
}
section.mt0 {
  padding-top: 0;
}
@media (max-width: 750px) {
  section.mt0 {
    padding-top: 0;
  }
}

.contentwrap {
  margin-top: 4.5em;
}
@media (max-width: 750px) {
  .contentwrap {
    margin-top: 13.33vw;
  }
}
.contentwrap p, .contentwrap li {
  line-height: 1.8;
}

.bg-gray {
  background-color: #f0f0f0;
}
.bg-black {
  background: black;
  color: white;
}

@media (min-width: 751px) {
  .column_2 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5em;
  }
  .column_2 > ul > li {
    width: calc(50% - 1.5em);
    margin-left: 1.5em;
  }
  .column_2 > ul > li:nth-child(n + 3) {
    margin-top: 1.5em;
  }
}
@media (max-width: 750px) {
  .column_2 > ul > li:not(:first-of-type) {
    margin-top: 4vw;
  }
}

@media (min-width: 751px) {
  .column_3 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -5em;
  }
  .column_3 > ul > li {
    width: calc(33.333% - 5em);
    margin-left: 5em;
  }
  .column_3 > ul > li:nth-child(n + 4) {
    margin-top: 5em;
  }
}
@media (max-width: 750px) {
  .column_3 > ul > li:not(:first-child) {
    margin-top: 8vw;
  }
}

@media (min-width: 751px) {
  .column_4 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.25em;
  }
  .column_4 > ul > li {
    width: calc(25% - 3.25em);
    margin-left: 3.25em;
  }
  .column_4 > ul > li:nth-child(n + 5) {
    margin-top: 3.25em;
  }
}
@media (max-width: 750px) {
  .column_4 > ul > li:not(:first-child) {
    margin-top: 4vw;
  }
}

@media (max-width: 750px) {
  .column_2_sp > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    margin-left: -4vw;
  }
  .column_2_sp > ul > li {
    width: calc(50% - 4vw);
    margin-left: 4vw;
  }
  .column_2_sp > ul > li:not(:first-child) {
    margin-top: 0;
  }
  .column_2_sp > ul > li:nth-child(n + 3) {
    margin-top: 4vw;
  }
}

@media (min-width: 751px) {
  .flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}

.disc a, .decimal a, .circle a {
  display: inline;
}

.disc > ul {
  padding-left: 1.5em;
}
.disc > ul > li {
  list-style-type: disc;
  font-size: 0.9375em;
  line-height: 1.86;
}
@media (max-width: 750px) {
  .disc > ul > li {
    font-size: 0.79em;
    line-height: 1.63;
  }
}
.disc > ul > li > ul {
  padding-left: 1.5em;
}

.decimal > ol {
  padding-left: 1.5em;
}
.decimal > ol > li {
  list-style-type: decimal;
}

.dlcolor dl {
  width: 100%;
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  .dlcolor dl {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.dlcolor dt, .dlcolor dd {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.dlcolor dt {
  background-color: #0066c0;
  color: white;
  width: 7em;
  text-align: center;
  padding: 0.25em;
}
@media (min-width: 751px) {
  .dlcolor dt {
    -webkit-flex: 1 0 7em;
    flex: 1 0 7em;
    width: 7em;
    max-width: 7em;
    padding: 0.25em;
  }
}
@media (min-width: 751px) {
  .dlcolor dd {
    width: calc(100% - 7em);
    max-width: calc(100% - 7em);
    padding-left: 1em;
  }
}

.categorybox {
  color: white;
  background-color: #0066c0;
  display: inline-block;
  padding: 0.25em 0.5em;
}

.datebox span::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.25em;
}
.datebox span.post::before {
  background: url(../images/common/icon_pen.svg) no-repeat center center/contain;
}
.datebox span.redo {
  margin-left: 1em;
}
.datebox span.redo::before {
  background: url(../images/common/icon_redo.svg) no-repeat center center/contain;
}
