@charset "UTF-8";
/**
 * baserCMS :  Based Website Development Project <https://basercms.net>
 * Copyright (c) NPO baser foundation <https://baserfoundation.org/>
 *
 * @copyright     Copyright (c) NPO baser foundation
 * @link          https://basercms.net baserCMS Project
 * @since         5.0.0
 * @license       https://basercms.net/license/index.html MIT License
 */
/**
 * デフォルトスタイル
 */
/**
 * Mixin
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Base
 */
@media screen and (max-width: 768px) {
  html {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
}

body {
  text-align: center;
  /* font-family: Arial, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000;
  background-color: #fff;
  background-color: #f7f6f5;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
}

.bs-container {
  text-align: left;
  margin: 0 auto;
  min-width: 1300px;
}
@media screen and (max-width: 768px) {
  .bs-container {
    min-width: 100%;
  }
}

.bs-wrap {
  width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bs-wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
}

/**
 * Main
 */
.bs-main-contents {
  float: left;
  width: 860px;
  margin: 49px 0 160px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .bs-main-contents {
    width: 100%;
  }
}

#Home .bs-main-contents {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  #Home .bs-main-contents {
    float: none;
    padding: 0;
    margin: 40px 0;
  }
}

/**
 * Header
 */
/* Header
----------------------------------------------- */
.bs-header {
  background-color: #fff;
  background-color: #f7f6f5;
}
.bs-header__inner {
  /*width: 1260px;*/
  width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bs-header__inner {
    width: 100%;
    padding: 0 20px;
  }
}
.bs-header__logo {
  margin-top: 30px;
  margin-bottom: 30px;
  vertical-align: bottom;
  max-height: 36px;
  max-width: 200px;
}
.bs-header__logo:hover {
  opacity: 0.7;
  transition: all 300ms 0s ease;
}
@media screen and (max-width: 768px) {
  .bs-header__logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.bs-header__menu-button {
  display: none;
  position: absolute;
  top: 24px;
  right: 20px;
  width: 36px;
  height: 28px;
  cursor: pointer;
}
.bs-header__menu-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 9999px;
  background-color: #555;
  transition: all 300ms 0s ease;
}
.bs-header__menu-button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.bs-header__menu-button span:nth-child(3) {
  bottom: 0;
}
.bs-header__menu-button.bs-open span:nth-child(1) {
  transform-origin: left;
  transform: rotate(45deg);
}
.bs-header__menu-button.bs-open span:nth-child(2) {
  background-color: rgba(255, 255, 255, 0);
}
.bs-header__menu-button.bs-open span:nth-child(3) {
  transform-origin: left;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .bs-header__menu-button {
    display: block;
  }
}
.bs-header__nav {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  background-color: #f7f6f5 !important;
}
@media screen and (max-width: 768px) {
  .bs-header__nav {
    position: absolute;
    transform: translateX(100%);
    width: 100vw;
    transition: all 300ms 0s ease;
    z-index: 9999;
    background-color: #001800 !important;
  }
  .bs-header__nav.bs-open {
    transform: translateX(0);
  }
}

/* Global Menu
----------------------------------------------- */
.bs-global-menu {
  /*width: 1260px;*/
  width: 1300px;
  display: block;
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 15;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bs-global-menu {
    width: 100%;
    padding: 0;
  }
}
.bs-global-menu .ul-level-2 a {
  padding: 10px 20px !important;
}
.bs-global-menu .ul-level-2 a:link, .bs-global-menu .ul-level-2 a:visited {
  color: #000;
}
.bs-global-menu .ul-level-2 a:hover {
  color: #555;
}
.bs-global-menu .ul-level-3 {
  margin-left: 80px !important;
  margin-bottom: 20px !important;
}
.bs-global-menu .ul-level-3 a {
  padding: 0 !important;
}
.bs-global-menu .ul-level-3 a:link, .bs-global-menu .ul-level-3 a:visited {
  color: #000;
}
.bs-global-menu .ul-level-3 a:hover {
  color: #555;
}

@media screen and (max-width: 1260px) {
  .bs-global-menu {
    width: auto;
    padding-right: 0;
  }
}
/* Global Menu Item
----------------------------------------------- */
.bs-global-menu-item {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bs-global-menu-item {
    display: block;
  }
}
.bs-global-menu-item a {
  display: block;
  font-size: 14px;
  padding: 25px 10px;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bs-global-menu-item a {
    width: 100%;
    padding: 25px 0;
    text-align: center;
  }
}
.bs-global-menu-item a:link,
.bs-global-menu-item a:visited {
  color: #000;
}
@media screen and (max-width: 768px) {
  .bs-global-menu-item a:link,
  .bs-global-menu-item a:visited {
  color: #fff;
  }
}
.bs-global-menu-item > a {
  position: relative;
  display: inline-block;
  padding: 25px 15px;
  margin: 0 0 -1px 0;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .bs-global-menu-item > a {
    display: block;
    width: 100%;
    padding: 25px 0;
    text-align: center;
  }
}
.bs-global-menu-item a:hover {
  color: #999;
}
.bs-global-menu-item > a:focus,
.bs-global-menu-item > a.open {
  border: 1px solid #dedede;
}
@media screen and (max-width: 768px) {
  .bs-global-menu-item > a:focus,
  .bs-global-menu-item > a.open {
    border: 1px solid transparent;
  }
}
.bs-global-menu-item > a.open {
  background-color: #fff;
  border-bottom: none;
  z-index: 2;
  color: #000;
}
@media screen and (max-width: 768px) {
  .bs-global-menu-item > a.open {
    background-color: transparent;
    border: 1px solid transparent;
    z-index: auto;
    color: #999;
  }
}

/* Global Menu Sub
----------------------------------------------- */
.bs-global-menu-sub {
  position: absolute;
  display: none;
  padding: 20px;
  border: 1px solid #dedede;
  background-color: #fff;
  z-index: 1;
}
.bs-global-menu-sub ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  padding: 0;
}
.bs-global-menu-sub li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bs-global-menu-sub.open {
  display: block;
}
@media screen and (max-width: 768px) {
  .bs-global-menu-sub.open {
    display: none;
  }
}

/**
 * Footer
 */
/* Footer
----------------------------------------------- */
.bs-footer {
  background-color: #001800;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .bs-footer {
    padding: 80px 20px;
  }
}
.bs-footer__copyright {
  font-size: 10px;
  color: #999;
  width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bs-footer__copyright {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .bs-footer__banner {
    display: block;
  }
}
.bs-footer__banner-link img {
  border: 0;
  vertical-align: text-bottom;
}

/**
 * Sub
 */
/* Sub Contents
----------------------------------------------- */
.bs-sub-contents {
  float: right;
  width: 240px;
  padding: 49px 60px 100px 60px;
}
.bs-sub-contents h2 {
  /*font-weight: bold;*/
}
@media screen and (max-width: 768px) {
  .bs-sub-contents {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
    border-top: 1px solid #ddd;
  }
}

#Home .bs-sub-contents {
  padding: 100px 60px !important;
}
@media screen and (max-width: 768px) {
  #Home .bs-sub-contents {
    float: none;
    padding: 40px 0 0 0 !important;
    border-top: 1px solid #ddd;
  }
}

/* Widget Area
----------------------------------------------- */
.bs-widget-area {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
.bs-widget-area .bs-widget {
  margin-bottom: 60px;
}
.bs-widget-area h2 {
  /*font-weight: bold;*/
  font-size: 20px;
  padding: 10px 0 10px 0;
  margin: 0;
}
.bs-widget-area h2:nth-of-type(1) {
  padding-top: 0;
}
.bs-widget-area ul {
  padding: 0;
  margin: 0 0 36px 0;
  line-height: 1.6;
  letter-spacing: 0.05rem;
}
.bs-widget-area ul:first-child {
  margin-top: 0;
}
.bs-widget-area ul li {
  font-size: 14px;
  list-style-position: inside;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0.5em 0 0.5em 0;
  list-style-type: none;
  overflow: hidden;
}
.bs-widget-area ul li a {
  zoom: 1;
  color: #000;
}
.bs-widget-area ul li a:hover {
  text-decoration: none;
  color: #555 !important;
}
.bs-widget-area ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 1px;
  width: 6px;
  height: 6px;
  background: #181818;
  border-radius: 50%;
}
.bs-widget-area ul ul {
  margin: 0 0 0 1.8em;
}
.bs-widget-area ul ul:first-child {
  margin-top: 0;
}

/* Widget Text
----------------------------------------------- */
.bs-widget-text ul {
  margin: 0;
  border-top: 1px solid #ddd;
  padding-left: 0;
}
.bs-widget-text ul li {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 14px;
  padding: 0;
  border-bottom: 1px solid #ddd;
  line-height: 25px;
  list-style: none;
  margin: 0;
}
.bs-widget-text ul li:before {
  content: none;
}
.bs-widget-text ul li a {
  padding: 10px 22px;
  transition: all 300ms;
  display: block;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bs-widget-text ul li a {
    text-align: center;
  }
}
.bs-widget-text ul li a:hover {
  color: #555;
}

/* Widget Local Navigation
----------------------------------------------- */
.bs-widget-local-navi h2 {
  font-size: 14px;
  background-color: #001800;
  color: #fff;
  padding: 22px 22px !important;
  margin: 0;
}
.bs-widget-local-navi ul {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 0;
}
.bs-widget-local-navi ul li {
  font-size: 14px;
  padding: 0;
  border-bottom: 1px solid #ddd;
  line-height: 25px;
  list-style: none;
  margin: 0;
}
.bs-widget-local-navi ul li a {
  padding: 10px 22px;
  transition: all 300ms;
  display: block;
  color: #000;
  text-decoration: none;
}
.bs-widget-local-navi ul li a:hover {
  color: #555;
}
.bs-widget-local-navi ul li:before {
  content: none;
}

/* Widget Blog Calendar
----------------------------------------------- */
.bs-widget-blog-calendar table {
  width: 100%;
}
.bs-widget-blog-calendar table center {
  font-weight: bold;
  font-size: 14px;
}
.bs-widget-blog-calendar table center a {
  display: inline-block !important;
}
.bs-widget-blog-calendar table th {
  border-bottom: 1px solid #e2e2e2;
}
.bs-widget-blog-calendar table th,
.bs-widget-blog-calendar table td {
  padding: 2px 5px;
  font-size: 12px;
  text-align: center;
}
.bs-widget-blog-calendar table th a,
.bs-widget-blog-calendar table td a {
  transition: all 300ms;
  display: block;
  color: #000;
}
.bs-widget-blog-calendar table th a:hover,
.bs-widget-blog-calendar table td a:hover {
  text-decoration: none;
  color: #555;
}
.bs-widget-blog-calendar table .sunday {
  color: #ab350e;
}
.bs-widget-blog-calendar table .saturday {
  color: #4a61a9;
}
.bs-widget-blog-calendar table .today {
  background-color: #e2e2e2;
}

/* Widget Site Search
----------------------------------------------- */
.bs-widget-search-box label {
  font-size: 12px;
}
.bs-widget-search-box input,
.bs-widget-search-box select {
  font-size: 14px;
}
.bs-widget-search-box select {
  width: 100%;
}
.bs-widget-search-box input[name=q] {
  width: 142px;
}

/**
 * Parts
 */
/* List Number
----------------------------------------------- */
.bs-list-num {
  text-align: right;
  margin-bottom: 20px;
}
.bs-list-num strong {
  font-weight: bold;
  margin-right: 10px;
}
.bs-list-num a:link, .bs-list-num a:visited {
  color: #000 !important;
  text-decoration: underline;
}
.bs-list-num a:hover {
  text-decoration: none;
}
.bs-list-num .current {
  font-weight: bold;
}
.bs-list-num__number {
  /*font-family: YakuHanJP, "Barlow", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

/* Button Small
----------------------------------------------- */
.bs-button-small {
  padding: 8px 15px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #fff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.bs-button-small:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.bs-button-small:active {
  color: #333;
  border: 1px solid #CCC;
  text-decoration: none;
  background: #cdcdcd;
  background: -o-linear-gradient(top, #cdcdcd, #eee 100%);
}

/* Button Small
----------------------------------------------- */
.bs-button {
  padding: 10px 100px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #fff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.bs-button:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.bs-button:active {
  color: #333;
  border: 1px solid #CCC;
  text-decoration: none;
  background: #cdcdcd;
  background: -o-linear-gradient(top, #cdcdcd, #eee 100%);
}

/* Pagination
----------------------------------------------- */
.bs-pagination {
  display: flex;
  justify-content: center;
  margin: 100px 0 100px;
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 14px;
}
.bs-pagination a {
  text-decoration: none;
  color: #fff !important;
  background-color: #001800;
}
.bs-pagination a:hover {
  transition: all 300ms;
  background-color: #555;
}
.bs-pagination__prev a, .bs-pagination__next a {
  border: 1px solid #ddd;
  display: block;
  padding: 4px 20px;
}
.bs-pagination__prev.disabled, .bs-pagination__next.disabled {
  border: 1px solid #ddd;
  display: block;
  padding: 4px 20px;
  color: #DDD;
}
.bs-pagination__prev a, .bs-pagination__prev.disabled {
  border-radius: 5px 0 0 5px;
}
.bs-pagination__next a, .bs-pagination__next.disabled {
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 768px) {
  .bs-pagination__next a, .bs-pagination__next.disabled {
    border-left: none;
  }
}
.bs-pagination__number {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .bs-pagination__number {
    display: none;
  }
}
.bs-pagination__number:not(:last-child) {
  border-right: 1px solid #ddd;
}
.bs-pagination__number.current,
.bs-pagination__number a {
  display: inline-block;
  padding: 4px 11px;
}
@media screen and (max-width: 768px) {
  .bs-pagination__number.current,
  .bs-pagination__number a {
    display: none;
  }
}
.bs-pagination__number.current {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-weight: bold;
}

/* Crumbs
----------------------------------------------- */
.bs-crumbs {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  width: 1260px;
  margin: 0 auto;
  padding: 15px 20px;
  font-size: 12px;
  color: #CCC;
  box-sizing: border-box;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .bs-crumbs {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
  }
}
.bs-crumbs strong {
  font-weight: bold;
}
.bs-crumbs a {
  color: #000;
  text-decoration: none;
}
.bs-crumbs a:visited {
  color: #000;
}
.bs-crumbs a:hover {
  color: #555;
}
.bs-crumbs ul {
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  flex-wrap: wrap;
}

/* Contents Navigation
----------------------------------------------- */
.bs-contents-navi {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 160px 0 0 0;
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 14px;
}
.bs-contents-navi a {
  transition: all 300ms;
  width: 47%;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bs-contents-navi a {
    font-size: 12px;
  }
}
.bs-contents-navi a:link, .bs-contents-navi a:visited {
  color: #000 !important;
}
.bs-contents-navi a:hover {
  color: #555 !important;
}
.bs-contents-navi .next-link {
  padding: 20px 0 20px 2%;
  float: right;
  text-align: left;
}
.bs-contents-navi .prev-link {
  padding: 20px 2% 20px 0;
  float: left;
  text-align: right;
}

/* Sql Log
----------------------------------------------- */
.bc-update-info {
  margin-top: 160px;
}
.bc-update-info dl {
  width: 200px;
  font-size: 12px;
  margin-right: 0;
  margin-left: auto;
}
.bc-update-info dl dt {
  display: inline-block;
  width: 40%;
}
.bc-update-info dl dd {
  display: inline-block;
  width: 60%;
  padding: 0;
  margin: 0;
}

/* Toolbar
----------------------------------------------- */
.bca-toolbar {
  letter-spacing: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* Edit Link
----------------------------------------------- */
.edit-link {
  margin-bottom: 10px;
  text-align: right;
  font-size: 12px;
}
.edit-link a {
  border: 1px solid #1C98D4;
  color: #1C98D4;
  padding: 5px 10px;
  text-decoration: none;
}
.edit-link a:hover {
  color: #1C98D4;
  text-decoration: underline;
}

/* Upload File
----------------------------------------------- */
.upload-file input[type=file] {
  margin-bottom: 5px;
}
.upload-file a {
  padding: 5px;
  background-color: #F1F1F1;
  display: inline-block;
}

/* Message
----------------------------------------------- */
#flashMessage,
#ResultMessage {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  padding: 10px 20px;
  margin: 20px auto 40px !important;
  color: #fff;
  background-color: #0087bc;
  font-weight: bold;
  border-radius: 10px;
}

#flashMessage.alert-message {
  color: #fff;
  background-color: #f20014;
}

#flashMessage.warning-message {
  color: #fff;
  background-color: #ffd24d;
}

#flashMessage.info-message {
  color: #fff;
  background-color: #0087bc;
}

/* Clear
----------------------------------------------- */
.clear {
  clear: both;
}

.clearfix {
  display: block;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

/* Sql Log
----------------------------------------------- */
table.cake-sql-log {
  width: 90%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  color: #333;
  background-color: #fff;
  clear: both;
  padding: 0;
  margin: 0 0 1em 0;
  white-space: normal;
  border-collapse: separate;
  margin: 20px auto;
}
table.cake-sql-log caption {
  font-weight: bold;
  text-align: center;
}
table.cake-sql-log th {
  background-color: #e2e2e2;
  padding: 4px 8px;
  font-weight: bold;
  text-align: center;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #FFFFFF;
  font-size: 0.8em;
}
table.cake-sql-log td {
  background-color: #F7F7F7;
  padding: 6px 8px;
  vertical-align: top;
  text-align: left;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  font-size: 0.8em;
}

/**
 * Top Page
 */
/* Main Image
----------------------------------------------- */
.bs-main-image {
  margin: 0 auto;
  padding: 0;
  display: none;
  z-index: 0;
}

.bx-wrapper {
  margin: 0 auto;
  max-height: 560px;
  overflow: hidden;
}

.bx-controls {
  display: none;
}

/* Info
----------------------------------------------- */
.bs-info {
  width: 100%;
  margin-bottom: 100px;
}
.bs-info h2 {
/*  font-weight: bold !important; */
}
@media screen and (max-width: 768px) {
  .bs-info {
    margin-bottom: 100px;
  }
}

/* Top Post
----------------------------------------------- */
.bs-top-post {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
.bs-top-post__item {
  border-bottom: 1px solid #ddd;
  margin: 0 !important;
  padding: 20px 0 20px !important;
  list-style: none;
  font-size: 14px;
}
.bs-top-post__item::before {
  content: none !important;
}
.bs-top-post__item a {
  transition: all 300ms;
  text-decoration: none;
}
.bs-top-post__item a:link, .bs-top-post__item a:visited {
  color: #000 !important;
}
.bs-top-post__item a:hover {
  color: #555 !important;
}
.bs-top-post__item-eye-catch {
  transition: all 300ms;
  float: left;
  display: block;
  margin-right: 20px !important;
}
.bs-top-post__item-eye-catch:hover {
  opacity: 0.7;
}
.bs-top-post__item-date {
  margin: 0 !important;
  padding-right: 10px;
  font-size: 13px;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  /*font-family: YakuHanJP, "Barlow", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
@media screen and (max-width: 768px) {
  .bs-top-post__item-date {
    margin-bottom: 6px !important;
  }
}
.bs-top-post__item-category {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 10px;
  border: 1px solid #000;
  padding: 2px 5px;
  /*border-radius: 10px;*/
  white-space: nowrap;
}
.bs-top-post__item-title {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  display: block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6 !important;
  font-weight: bold;
}
.bs-top-post__item-detail {
  color: #a0a2a8;
  color: #666;
}

/* Top Post To List
----------------------------------------------- */
.bs-top-post-to-list {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .bs-top-post-to-list {
    text-align: center;
  }
}
.bs-top-post-to-list a {
  transition: all 300ms;
  letter-spacing: 0.1em;
  font-weight: bold;
  /*padding: 8px 40px;
  font-size: 9px;
  font-size: 12px;
  padding: 12px 60px;*/
  font-size: 14px;
  padding: 12px 30px;
  background-color: #001800;
  color: #fff !important;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bs-top-post-to-list a {
    /*font-size: 12px;
    padding: 12px 60px;*/
  }
}
.bs-top-post-to-list a:link, .bs-top-post-to-list a:visited {
  color: #fff;
}
.bs-top-post-to-list a:hover {
  background-color: #555;
}

/* Bge Contents
----------------------------------------------- */
#Home .bge-contents {
  margin-bottom: 100px;
}

/**
 * Blog
 */
/* Blog Title
----------------------------------------------- */
.bs-blog-category-title,
.bs-blog-post-title {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  padding: 0 !important;
  background: none !important;
  font-size: 24px !important;
}

/* Blog Post Title
----------------------------------------------- */
.bs-blog-post-title {
  margin: 56px 0 5px 0 !important;
}

/* Blog Description
----------------------------------------------- */
.bs-blog-description {
  margin-bottom: 60px;
}

/* Blog Post
----------------------------------------------- */
.bs-blog-post {
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
.bs-blog-post__item {
  border-bottom: 1px solid #ddd;
  margin: 0 !important;
  padding: 20px 0 20px !important;
  list-style: none;
  font-size: 14px;
}
.bs-blog-post__item::before {
  content: none !important;
}
.bs-blog-post__item a {
  transition: all 300ms;
  text-decoration: none;
}
.bs-blog-post__item a:link, .bs-blog-post__item a:visited {
  color: #000 !important;
}
.bs-blog-post__item a:hover {
  color: #555 !important;
}
.bs-blog-post__item-eye-catch {
  transition: all 300ms;
  float: left;
  display: block;
  margin-right: 20px !important;
}
.bs-blog-post__item-eye-catch:hover {
  opacity: 0.7;
}
.bs-blog-post__item-title {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  display: block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6 !important;
  font-weight: bold;
}
.bs-blog-post__item-category {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 10px;
  border: 1px solid #000;
  padding: 2px 5px;
  /*border-radius: 10px;*/
  white-space: nowrap;
}
.bs-blog-post__item-date {
  margin: 0 !important;
  padding-right: 10px;
  font-size: 13px;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  /*font-family: YakuHanJP, "Barlow", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
@media screen and (max-width: 768px) {
  .bs-blog-post__item-date {
    margin-bottom: 6px !important;
  }
}

/* Blog Single Post
----------------------------------------------- */
.bs-single-post {
  margin-bottom: 80px;
}
.bs-single-post__meta {
  text-align: right;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bs-single-post__meta {
    margin-bottom: 40px;
    padding-right: 10px;
  }
}
.bs-single-post__meta a {
  transition: all 300ms;
  text-decoration: none;
}
.bs-single-post__meta a:link, .bs-single-post__meta a:visited {
  color: #000 !important;
}
.bs-single-post__meta a:hover {
  color: #555 !important;
}
.bs-single-post__meta-category {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 10px;
  border: 1px solid #000;
  padding: 2px 5px;
  /*border-radius: 10px;*/
  white-space: nowrap;
}
.bs-single-post__meta-date {
  margin: 0 0 0 10px !important;
  padding-right: 10px;
  font-size: 13px;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  /*font-family: YakuHanJP, "Barlow", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
@media screen and (max-width: 768px) {
  .bs-single-post__meta-date {
    padding-left: 10px;
  }
}
.bs-single-post__eye-catch img {
  transition: all 300ms;
  display: block;
  width: 100%;
  margin-bottom: 40px !important;
}
.bs-single-post__eye-catch img:hover {
  opacity: 0.7;
}

/* Blog Contents Navigation
----------------------------------------------- */
.bs-blog-contents-navi {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 160px 0 0 0;
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 14px;
}
.bs-blog-contents-navi a {
  transition: all 300ms;
  width: 47%;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bs-blog-contents-navi a {
    font-size: 12px;
  }
}
.bs-blog-contents-navi a:link, .bs-blog-contents-navi a:visited {
  color: #000 !important;
}
.bs-blog-contents-navi a:hover {
  color: #555 !important;
}
.bs-blog-contents-navi .next-link {
  padding: 20px 0 20px 2%;
  float: right;
  text-align: left;
}
.bs-blog-contents-navi .prev-link {
  padding: 20px 2% 20px 0;
  float: left;
  text-align: right;
}

/* Related Posts
----------------------------------------------- */
.bs-blog-related-posts {
  margin-top: 160px;
}

/* Blog Comment
----------------------------------------------- */
.bs-blog-comment {
  margin-top: 160px;
}
.bs-blog-comment__head {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
.bs-blog-comment__list {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.bs-blog-comment__list-item {
  padding: 40px 0;
  margin: 0 40px;
  border-bottom: 1px #CCC dotted;
}
.bs-blog-comment__list-item:first-child {
  padding-top: 20px;
}
.bs-blog-comment__list-item-name {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: bold;
  margin-bottom: 10px;
}
.bs-blog-comment__list-item-name a:visited,
.bs-blog-comment__list-item-name a:visited {
  color: #000 !important;
}
.bs-blog-comment__auth-captcha input {
  display: block;
}
.bs-blog-comment__submit {
  text-align: center;
  padding: 20px 0;
}

/* Blog Comment Add Form
----------------------------------------------- */
#BlogCommentAddForm .required {
  color: #FFF;
  font-size: 10px;
  background-color: #C30;
  padding: 4px 5px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
#BlogCommentAddForm .normal {
  color: #FFF;
  font-size: 10px;
  background-color: #CCC;
  padding: 4px 5px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
#BlogCommentAddForm .button {
  vertical-align: middle;
  cursor: pointer;
  margin: 10px;
  padding: 8px 40px;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  line-height: 24px;
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #fff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#BlogCommentAddForm .button:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
#BlogCommentAddForm .button:active {
  color: #333;
  border: 1px solid #CCC;
  text-decoration: none;
  background: #cdcdcd;
  background: -o-linear-gradient(top, #cdcdcd, #eee 100%);
}

/**
 * Mail Form
 */
/* Mail Title Sub
----------------------------------------------- */
.bs-mail-title-sub {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  padding: 0 !important;
  background: none !important;
  font-size: 24px !important;
}

/* Mail Form
----------------------------------------------- */
.bs-mail-form .form-error {
  background-color: #FCF5EB;
}
.bs-mail-form .error-message {
  color: #C30;
  font-weight: bold;
  font-size: small;
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  padding: 5px;
}
.bs-mail-form .error-message:before {
  content: "！";
}

/* Mail Form Body
----------------------------------------------- */
.bs-mail-form-body {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
.bs-mail-form-body input[type=password],
.bs-mail-form-body input[type=text],
.bs-mail-form-body input[type=email],
.bs-mail-form-body input[type=tel],
.bs-mail-form-body input[type=number],
.bs-mail-form-body textarea {
  box-sizing: border-box;
  width: 100% !important;
}
.bs-mail-form-body .required {
  color: #FFF;
  font-size: 10px;
  background-color: #C30;
  padding: 4px 5px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.bs-mail-form-body .normal {
  color: #FFF;
  font-size: 10px;
  background-color: #CCC;
  padding: 4px 5px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.bs-mail-form-auth-captcha .auth-captcha-image {
  vertical-align: middle;
}

/* Mail Form Submit
----------------------------------------------- */
.bs-mail-form-submit {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bs-mail-form-submit input[type=submit],
.bs-mail-form-submit input[type=reset] {
  vertical-align: middle;
  cursor: pointer;
  margin: 10px;
  padding: 8px 40px;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  line-height: 24px;
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #fff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.bs-mail-form-submit input[type=submit]:hover,
.bs-mail-form-submit input[type=reset]:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.bs-mail-form-submit input[type=submit]:active,
.bs-mail-form-submit input[type=reset]:active {
  color: #333;
  border: 1px solid #CCC;
  text-decoration: none;
  background: #cdcdcd;
  background: -o-linear-gradient(top, #cdcdcd, #eee 100%);
}
@media screen and (max-width: 768px) {
  .bs-mail-form-submit input[type=submit],
  .bs-mail-form-submit input[type=reset] {
    width: 100%;
    margin: 10px 0;
  }
}

/* Error Messages
----------------------------------------------- */
.error-message:has(.error-message):before {
  content: "";
}
.error-message:has(.error-message) .error-message {
  padding: 0 0 0 15px;
  margin: 0;
}
.error-message:has(.error-message) .error-message:before {
  background: none;
  top: auto;
}

/**
 * Search
 */
/* search result
----------------------------------------------- */
.bs-search-header {
  font-size: 12px;
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
.bs-search-header__result-text {
  background: #efefef;
  padding: 10px 20px;
  text-align: right;
  margin-bottom: 20px;
  border-radius: 10px;
}
.bs-search-header__result-text strong {
  font-weight: bold;
}

.bs-search-form {
  margin-bottom: 20px;
}

.bs-search-result__item {
  margin-bottom: 20px;
}
.bs-search-result__item-head {
  background: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.bs-search-result__item-head a:link,
.bs-search-result__item-head a:visited {
  text-decoration: none;
}
.bs-search-result__item-head a:hover {
  text-decoration: underline !important;
}
.bs-search-result__item-body {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bs-search-result__item-body strong {
  font-weight: bold !important;
}
.bs-search-result__item-link {
  margin: 0 !important;
  text-align: right;
  line-height: 1 !important;
}

.bs-search {
  margin-bottom: 80px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.bs-search label {
  display: block;
  font-size: 0.9em;
  padding-left: 5px;
}
.bs-search__input-list {
  margin-bottom: 10px;
}
.bs-search__input-item {
  display: inline-block;
  margin-bottom: 10px;
}
.bs-search__input-item .bca-radio {
  display: inline-block;
  min-height: 1.5em;
  margin: 0.2em 1em 0 0;
  white-space: nowrap;
  cursor: pointer;
}
.bs-search__input-item .bca-radio label {
  display: inline-block;
}
.bs-search__input-item .bca-checkbox {
  display: inline-block;
  min-height: 1.5em;
  margin: 0.2em 1em 0 0;
  white-space: nowrap;
  cursor: pointer;
}
.bs-search__input-item .bca-checkbox label {
  display: inline-block;
}
.bs-search__btns-item {
  text-align: center;
}

.bs-cc-description {
  margin-bottom: 60px;
}
.bs-cc-entries {
  letter-spacing: 0.05rem;
  line-height: 1.6;
}
.bs-cc-entries__item {
  border-bottom: 1px solid #ddd;
  margin: 0 !important;
  padding: 20px 0 20px !important;
  list-style: none;
  font-size: 14px;
}
.bs-cc-entries__item a {
  transition: all 300ms;
  text-decoration: none;
}
.bs-cc-entries__item a:link, .bs-cc-entries__item a:visited {
  color: #000 !important;
}
.bs-cc-entries__item a:hover {
  color: #555 !important;
}
.bs-cc-entries__item-title {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  display: block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6 !important;
  font-weight: bold;
}
.bs-cc-entries__item-date {
  text-align: right;
  display: block;
  margin: 0 !important;
  padding-right: 10px;
  font-size: 13px;
  letter-spacing: 0;
  color: #000;
  font-style: italic;
  /*font-family: YakuHanJP, "Barlow", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
@media screen and (max-width: 768px) {
  .bs-cc-entries__item-date {
    margin-bottom: 6px !important;
  }
}
.bs-cc-entry__date {
  text-align: right;
  display: block;
  margin: 0 !important;
  padding-right: 10px;
  font-size: 13px;
  letter-spacing: 0;
  color: #000;
  font-style: italic;
  /*font-family: YakuHanJP, "Barlow", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
@media screen and (max-width: 768px) {
  .bs-cc-entry__date {
    margin-bottom: 6px !important;
  }
}
.bs-cc-entry__loop {
  padding-bottom: 20px !important;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #ddd;
}
.bs-cc-entry__loop li {
  margin-bottom: 20px;
}
.bs-cc-entry table th {
  width: 20%;
}
.bs-cc-entry table td ul li {
  padding-left: 0;
}
.bs-cc-entry table td ul li:before {
  display: none;
}
.bs-cc-entry table td strong {
  font-weight: bold;
}

/* ==================================================================== */
/*    Login
/* ==================================================================== */
.bs-login {
  filter: drop-shadow(0 0 0.75rem #EEE);
  /*font-family: Arial, Geneva, sans-serif, "メイリオ", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";*/
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  position: relative;
  z-index: 100;
  max-width: 500px;
  margin: 30px auto;
  padding: 40px 25px 25px;
  border-radius: 5px;
  background: white;
  font-size: 14px;
}
.bs-login,
.bs-login *,
.bs-login *::before,
.bs-login *::after {
  box-sizing: border-box;
}
.bs-login__title {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  color: #424f44;
  font-weight: bold;
  font-size: 20px !important;
}
.bs-login__logo {
  width: 230px;
}
.bs-login-form-item {
  position: relative;
  display: block;
}
.bs-login-form-item label {
  color: #424f44;
  font-size: 0.9rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translate(0, -50%);
  pointer-events: none;
}
.bs-login-form-item .bs-textbox__input {
  display: block;
  width: 100%;
  height: 52px;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  margin: 0 0 20px !important;
  padding: 0.69em 1em !important;
  color: #424f44;
  font-size: 1rem !important;
  font-weight: bold;
  line-height: 1 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bs-login-form-item .bs-textbox__input:focus {
  border-color: #6fa83d;
  border-width: 1px;
  outline: none;
}
.bs-login button.bs-btn--login {
  font-size: 1rem;
  line-height: 1;
  display: block;
  width: 100%;
  height: 52px;
  font-weight: bold;
}
.bs-login .bs-login-form-ctrl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 20px;
  overflow: hidden;
}
#AdminBaserCoreUsersLogin .bs-main__contents {
  border: none;
  background: none;
}
#AdminBaserCoreUsersLogin #CreditScroller, #AdminBaserCoreUsersLogin #CreditScroller a {
  color: #333 !important;
}
#AdminBaserCoreUsersLogin #Credit {
  text-align: right;
}
#AdminBaserCoreUsersLogin #CreditScrollerInner {
  margin-right: 0;
}
#AdminBaserCoreUsersLogin html {
  margin-top: 0;
}
#AdminBaserCoreUsersLogin .bs-container {
  height: auto !important;
  background: #F4F5F1;
}
#AdminBaserCoreUsersLogin .bs-crumb,
#AdminBaserCoreUsersLogin .bs-main-body-header {
  display: none;
}

.bs-btn[data-bs-btn-type=login] {
  color: #fff;
  border: 1px solid #000;
  background-image: linear-gradient(#555 10%, #000 100%);
  border-radius: 3px;
  cursor: pointer;
}

#BaserCore .bs-main-contents {
  width: 100%;
}
#BaserCore .bs-sub-contents {
  display: none;
}

.bs-login-form-ctrl {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */