@charset "UTF-8";

/* ----------------------------------
 サイトマップ
---------------------------------- */
.sitemap-sttl {
  padding-top: 1rem;
  /* 20 */
  padding-bottom: 1rem;
}

.sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 300 !important;
}

.sitemap-list-wrap {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.sitemap-list-item {
  width: 100%;
  margin-bottom: 1.2rem;
}

.sitemap-list-item-right {
  width: 100%;
  margin-bottom: 1.2rem;
}

.sitemap .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #333333;
}

.sitemap .link-menu {
  color: #333333;
  text-decoration: none;
}

.sitemap .link:before {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAATCAYAAABGKffQAAABDklEQVQokY3SvyuFURzH8dflLsoof8Iz2aWUut3Ij0LHZCOD7PePwK5kV4ZHDK6rXIssJpP0ZCMGi0GK7mC45xbufR7OdE69P99zPp/PKaWSZ1xhOcg+Faw+HCHgNJUM/gVvYBsVNFPJUB5c6mxSSQ1buMVUkD3mwlGwhl08oBpk97lwFCxhH6+YDLKbXDgKqjhGC3NBdtkx2LWC7FzbcAtnqWQ2d/K3G0bQwDBWCuEoqKCJj/5/TE4xgNVyATiKegQXg+yk5+SYRiMeZ6Lh7jRiznW8Y6ITWxccGzzAE8a+F/IDjn9jD3cY/101lFJJCZuo4Vq7sZdeXsrYwTouMB9kb73AzjMWcIjpIhC+AM0fTjfMZKi2AAAAAElFTkSuQmCC)
    no-repeat center center;
  background-size: contain;
  width: 1.5vw;
  /* 15 */
  height: 3.6vw;
  /* 35 */
  display: inline-block;
  margin-right: 0.4rem;
}

.inner {
  margin-inline: auto;
  width: auto;
  max-width: 980px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.inner_860 {
  margin-inline: auto;
  max-width: 860px;
}

.inner h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.inner a {
  color: #ad0026;
  word-break: break-all;
  display: inline-block;
}

.inner a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}

.f_serif {
  font-family: "Noto Serif JP", serif;
}

.border-bottom {
  border-bottom: 1px solid;
}

.fz-3624 {
  font-size: 1.8rem;
  /* 36 */
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-weight: 600;
}

.c-sitemap_bg {
  background: #f8f3f0;
}

.pl20 {
  padding-left: 2rem;
}

.fz-3218 {
  font-size: 1.6rem;
  /* 32 */
  letter-spacing: 0.06em;
  line-height: 1.1;
  font-weight: 600;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 2rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.container {
  padding-top: 4rem;
  /* 80 */
  padding-bottom: 0rem;
}

.container .main-area {
  width: 960px;
  float: none;
  clear: both;
  margin: 0 auto;
  padding: 0 115px;
}

.diet-attention {
  color: #333333;
  font-size: 1rem;
}

/* PC版用 */
@media screen and (min-width: 960px) {
  .container {
    padding-top: 60px;
  }

  .container {
    padding-bottom: 0px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .pb20 {
    padding-bottom: 20px;
  }

  .pt20 {
    padding-top: 2rem;
    /* 40 */
  }

  .fz-3218 {
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 2;
    font-weight: 600;
  }

  .pl20 {
    padding-left: 20px;
  }

  .fz-3624 {
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 2.5;
    font-weight: 600;
  }

  .sitemap-sttl {
    padding-top: 10px;
  }
  .sitemap-sttl {
    padding-bottom: 15px;
  }
  .sitemap-list-wrap {
    padding-left: 25px;
  }
  .sitemap-list-wrap {
    padding-right: 25px;
  }
  .sitemap-list-item {
    margin-bottom: 14px;
  }
  .sitemap-list-item {
    width: 50%;
  }

  .sitemap-list-item-right {
    width: 100%;
  }

  .sitemap-list-item.is-pc-wide {
    width: 100%;
  }
  .sitemap .link:before {
    width: 7px;
  }
  .sitemap .link:before {
    height: 10px;
  }
  .sitemap .link:before {
    margin-right: 13px;
  }

  .sitemap-div {
    display: flex;
  }

  .sitemap-left {
    float: left;
    width: 60%;
    margin-right: 30px;
  }

  .sitemap-right {
    float: right;
    width: 30%;
  }

  .diet-attention {
    color: #333333;
    font-size: 12px;
  }
}
