@charset "UTF-8";
.theme-contents-container {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  background-position: center;
  background-size: cover;
}
.theme-contents-container--bg-scroll-fixed {
  background-attachment: fixed;
}
.theme-contents-container__inner {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.theme-contents-container__inner .theme-contents-container {
  width: 100%;
}
.theme-contents-container__inner .theme-contents-container__inner {
  margin-right: 0;
}
@media (min-width: 576px) {
  .theme-contents-container__inner {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .theme-contents-container__inner {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .theme-contents-container__inner {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .theme-contents-container__inner {
    width: 1140px;
  }
}
.theme-contents-container__inner--fluid {
  width: auto;
}
/**
 * Back to PageTop
 */
.theme-back-to-pagetop {
  text-align: right;
}
/**
 * .anchor_links
 */
.anchor_links {
  margin: 2em 7%;
}
/**
 * Layout
 */
.theme-layouts {
  background-color: #fff;
  padding: 18px 15px;
  clear: both;
  margin: 0 auto;
  width: auto;
}
.theme-layouts::after {
  content: "";
  clear: both;
  float: none;
}
.theme-layouts img {
  max-width: 100%;
}
.theme-layouts__header {
  border: 3px solid #930;
}
.theme-layouts__body {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
}
.theme-layouts__content {
  width: 100%;
}
.theme-layouts__lnavi {
  margin-right: 20px;
}
.theme-layouts__rnavi {
  margin-left: 20px;
}
.theme-layouts__footer {
  border: 3px solid #036;
}
.theme-layouts--fluid {
  padding: 1px 0 0 0;
}
.theme-layouts--fluid .theme-layouts__body {
  display: block;
}
.theme-layouts--fullcolumn .theme-layouts__body {
  display: block;
}
.theme-layouts--lnavi .theme-layouts__content {
  width: 75%;
}
.theme-layouts--lnavi .theme-layouts__lnavi {
  width: 25%;
}
.theme-layouts--rnavi .theme-layouts__content {
  width: 75%;
}
.theme-layouts--rnavi .theme-layouts__rnavi {
  width: 25%;
}
.theme-layouts--3columns .theme-layouts__content {
  width: 60%;
}
.theme-layouts--3columns .theme-layouts__lnavi {
  width: 20%;
}
.theme-layouts--3columns .theme-layouts__rnavi {
  width: 20%;
}
@media (max-width: 740px) {
  .theme-layouts__body {
    display: block;
  }
  .theme-layouts .theme-layouts__content, .theme-layouts .theme-layouts__lnavi, .theme-layouts .theme-layouts__rnavi, .theme-layouts--3columns .theme-layouts__content, .theme-layouts--3columns .theme-layouts__lnavi, .theme-layouts--3columns .theme-layouts__rnavi, .theme-layouts--lnavi .theme-layouts__content, .theme-layouts--lnavi .theme-layouts__lnavi, .theme-layouts--lnavi .theme-layouts__rnavi, .theme-layouts--rnavi .theme-layouts__content, .theme-layouts--rnavi .theme-layouts__lnavi, .theme-layouts--rnavi .theme-layouts__rnavi {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/**
 * Header
 */
.theme-header {
  background-color: #fff;
  color: #000;
  padding: 1em 15px 1px 15px;
  clear: both;
}
.theme-header::after {
  display: block;
  content: " ";
  clear: both;
  float: none;
}
.theme-header__inner {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 980px;
  clear: both;
}
.theme-header__si, .theme-header__si * {
  font-size: xx-large;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.3;
}
.theme-header__si a:hover, .theme-header__si * a:hover {
  color: #333;
  opacity: 0.7;
}
.theme-header__si img, .theme-header__si * img {
  display: inline-block;
  height: 1.2em;
  margin-right: 5px;
  vertical-align: top;
}
.theme-header__menu {
  display: flex;
  align-items: center;
}
/**
 * コンテンツエリア
 */
.contents {
  margin-bottom: 3em;
}
/**
 * パンくず
 */
.theme-breadcrumb {
  margin: 0 0;
}
.theme-breadcrumb ul, .theme-breadcrumb ul li {
  margin: 0;
  padding: 0 0.3em 0 0;
  display: inline;
  font-size: small;
  list-style-type: none;
}
.theme-breadcrumb ul li:after {
  content: " > ";
  margin: 0 0.3em;
}
.theme-breadcrumb ul li:last-child:after {
  content: "";
  margin: 0;
}
.theme-breadcrumb ul li span {
  font-weight: bold;
}
/**
 * ナビゲーション
 */
.theme-common-navi {
  margin-bottom: 0.7em;
}
.theme-common-navi a {
  display: block;
  padding: 10px;
  background-color: #eee;
}
.theme-common-navi p {
  text-align: center;
  margin: 1px 0;
  padding: 0;
}
.theme-common-navi ul {
  display: block;
  margin: 0;
  padding: 0;
}
.theme-common-navi ul li {
  display: block;
  margin: 1px 0;
  padding: 0;
  list-style-type: none;
}
.theme-common-navi ul ul a {
  padding-left: 25px;
  background-color: #f5f5f5;
  font-size: small;
}
.theme-common-navi ul ul ul a {
  padding-left: 40px;
  background-color: #fefefe;
  font-size: small;
}
/**
 * Footer
 */
.theme-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
}
.theme-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
.theme-footer__menu ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.theme-footer__menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
