/* ------------------------------------------
                    共通
------------------------------------------ */
/* 共通変数 */
:root {
  --text-color: #111;
  --theme-color: #08457f;
  --main-kv: url('https://info.timesbiz.jp/admin-manual/images/admin_top-sample-b.jpg')
    no-repeat center center;
}

/* 共通項目 */
body {
  --bs-body-font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  --bs-body-font-size: 16px;
  padding-top: 82px;
  color: #111;
  line-height: 1.6;
}
a {
  color: #2A6EE0;
  text-decoration: underline;
}
dl, ol, ul {
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}
h1 {
  @media screen and (max-width: 768px) {
    font-size: 23px !important;
  }
}
h2 {
  background: #ddeeff;
  padding: 6px 8px 6px 24px;
  margin: 10px 0 20px 0;
  font-weight: bold;
  font-size: 21px;
  color: var(--theme-color);
  position: relative;
  scroll-margin-top: 80px;
}
h2 {
  @media screen and (max-width: 768px) {
    font-size: 20px !important;
  }
}
h2::before {
  content: "";
  width: 9px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(0 ,-50%);
  background: url('https://info.timesbiz.jp/admin-manual/common/img/h3title_deco.gif') no-repeat;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  /*padding: 0px 0px 0px 24px;*/
  padding-left: 8px;
  border-left: 4px solid #105ca4;
  /*font-size: 15px;*/
  line-height: 1.2;
  font-weight: bold;
  /*padding: 4px;*/
  color: var(--text-color);
  /*background-color: rgb(236, 240, 241);*/
  /*display: inline;*/
  scroll-margin-top: 80px;
}
h3 {
  @media screen and (max-width: 768px) {
    font-size: 17px !important;
  }
}
/*h3::before {
  content: "";
  width: 9px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: 2px;
  transform: translate(0 ,-50%);
  background: url('https://info.timesbiz.jp/admin-manual/common/img/h3title_deco.gif') no-repeat;
}*/
h3 span {
  padding: 4px;
}
.pd-0 {
  padding: 0;
}
h4 {
  font-size: 16px;
  margin: 32px 0 24px;
}
ul li, p {
  font-size: 15px;
}
.sp-only {
 display: none;
   @media screen and (max-width: 768px){
     display: block;
   }
}

/* コンテンツ幅 */
@media (min-width: 1000px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1000px;
  }
}
#content {
  padding: 2em 0;
}
#content article h1 {
  margin: 0 0 15px 0;
  font-size: 30px;
}
/*#content article h3 {
  font-size: 20px;
  scroll-margin-top: 80px;
}*/
#content article h4 {
  font-weight: bold;
}
#content article p {
  margin-bottom: 1em;
}
#content article .row {
  margin-bottom: 1em;
}


/* 検索機能 */
.mt-site-search-container .mt-site-search-form {
  display: flex;
  justify-content: center;
  min-height: 48px;
  max-width: 610px;
  margin: 0 auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  @media screen and (max-width:767px){
    min-height: 40px;
  }
}
.mt-site-search-container .mt-site-search-form input {
  width: 90%;
  font-size: 16px;
  padding-left: 12px;
  border-radius: 3px 0 0 3px;
}
.mt-site-search-container .mt-site-search-form__query {
  border: 1px solid #dee2e6;
}
.mt-site-search-container .mt-site-search-form__button {
  min-width: 60px;
  font-size: 16px;
  padding: 4px 12px;
  margin: 0;
  border: none;
  background: linear-gradient(180deg, #3776b3 0%, #013e77 100%) !important;
  color: #fff;
  border-radius: 0 3px 3px 0;
}
/* サイドメニュー */
#sidebar.bg-light {
  background: #f3f2f2 !important;
}
#sidebar.bg-light ul {
  margin: 0;
}
#sidebar .group {
  background: #f3f2f2 !important;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #bbb;
}
#sidebar .group h1 {
  font-size: 16px;
}
#sidebar .group .side-nav {
  margin: 0;
  padding: 0;
  border: none;
}
#sidebar .group .side-nav ul {
  margin: 0;
  padding: 12px;
  background: #fff;
}
#sidebar .group .side-nav ul li:first-of-type {
  display: none;
}
#sidebar .group .side-nav ul li a {
  text-decoration: none;
  color: #236FA1;
}
#sidebar {
  border: 1px solid #ccc;
}
#sidebar li {
  list-style-type: none;
}
#sidebar.bg-light {
  background: #f3f2f2 !important;
  height: fit-content;
}
#sidebar nav {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: solid 3px #e9e9e9;
}
#sidebar h1 {
  margin: 0 0 20px 0;
  font-size: 15px;
  font-weight: bold;
}
#sidebar ul {
  margin: 12px 0 auto 12px;
  padding: 0;
  list-style-type: none;
}
#sidebar ul li {
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  margin: 0px 0px 12px 0px;
  border-bottom: solid 1px #e9e9e9;
}
#sidebar ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#sidebar .catdepth-2 {
  position: relative;
  margin-left: 0px;
}
#sidebar li.catdepth-2 {
  border-bottom: 0px;
  margin-bottom: 0px;
}
#sidebar .catdepth-2 .nolink {
  color: #999999;
}
#sidebar .catdepth-2 .nolink::after {
  content: "(0)";
}
#sidebar .catdepth-2::before {
  content: "└";
  position: absolute;
  left: -1em;
  top: 0px;
}
#sidebar .catdepth-3 {
  position: relative;
}
#sidebar li.catdepth-3 {
  border-bottom: 0px;
}
#sidebar .catdepth-3 .nolink {
  color: #999999;
}
#sidebar .catdepth-3 .nolink::after {
  content: "(0)";
}
#sidebar .catdepth-3::before {
  content: "└";
  position: absolute;
  left: -1em;
  top: 0px;
}
#sidebar .sidebar-inner {
  padding: 12px 16px;
  background: #fff;
}
/* サブカテゴリありのパターン */
#sidebar .sidebar-inner ul.submenu {
  margin-left: 16px;
}
.sidebar-inner > li {
  padding: 8px 0;
  border-bottom: solid 1px #e9e9e9;
}
.sidebar-inner > li:first-of-type {
  padding-top: 0;
}
#sidebar .sidebar-inner ul.submenu .catdepth-2 {
  padding-bottom: 4px;
}
#sidebar .to-faq {
  padding-top: 8px;
  margin: 0;
  font-weight: normal !important;
  font-size: 16px;
}


/* ------------------------------------------
                  header
------------------------------------------ */
header a {
  color: var(--text-color);
}
header.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  border-top: solid 10px #105CA4;
  background: #E9E9E9;
  z-index: 1000;
  transition :all 0.2s ease-in-out 0s;
  flex-wrap: wrap;
  filter: drop-shadow(1px 1px 2px #aaa);
  @media screen and (max-width:767px){
    border-top: solid 8px #105CA4;
  }
}
header.navbar .container {
  padding: 8px;
}
.sticky.navbar .container {
  padding: 0.25em 0;
}
.navbar h1 {
  text-align: left;
}
.navbar h1 img {
  transition :all 0.2s ease-in-out 0s;
}
.header-to-faq {
  
}
.header-to-faq a {
  display: block;
  padding: 8px 16px;
  width: 100%;
  text-decoration: none;
}
.header-to-faq a:hover {
  background: #f1f1f1;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-title {
  padding-top: 4px;
  margin: 0 0 0 16px;
  font-weight: bold;
  font-size: 17px;
  display: block;
  text-decoration: none;
}
.header-title .header-title_blue {
  font-size: 15px;
  line-height: 23px;
  color: var(--theme-color);
}
.sticky h1 img {
  transform :scale(0.8);
}
.navbar-header {
    margin: 0;
}
.navbar h1 a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav .category-nav .dropdown-menu li.category-nav_list:first-of-type {
  display: none;
}
.logo_images {
  width: auto;
  height: 50px;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.mt-navbar-toggler {
  --bs-navbar-toggler-font-size: 1rem;
  --bs-navbar-toggler-border-color: #f1f1f1;
  --bs-navbar-toggler-border-radius: 3px;
  position: absolute;
  top: 13px;
  right: calc(var(--bs-gutter-x) * 0.5);
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background: #f6f6f6;
}
.navbar-nav > li {
  padding: 5px 0;
}
.navbar-nav > li > a {
  display: block;
  padding: 10px 12px;
}
.mt-dropdown-toggle.show,
.navbar-nav li > a:hover {
  background: #f1f1f1;
}
.navbar-nav li.active > a {
  background: #f1f1f1;
  color: #111;
}
.mt-dropdown-menu {
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-spacer: 0;
  padding: 0;
}
.mt-dropdown-menu li a {
  padding: 8px 16px;
  line-height: 1.42857143;
}
.mt-dropdown-menu li .nolink {
  padding: 8px 16px;
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  cursor: default;
  white-space: nowrap;
  color: #cccccc;
}
.mt-dropdown-menu li.catdepth-2 .nolink, .mt-dropdown-menu li.catdepth-3 .nolink {
  color: #cccccc;
}
.mt-dropdown-menu li ul {
  list-style: none;
  padding: 0px;
}
.folder-open {
  list-style-type: none;
  padding-left: 0px;
}
.folder-open li {
  padding: 8px;
}
.folder-open > li > a {
  line-height: 1.42857143;
  text-decoration: none;
  color: #333;
  margin: -4px -8px;
}
.bread-open > li > a {
  color: #333;
}
.bread-open>.active>a, .bread-open>.active>a:hover, .bread-open>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-toggle i {
  padding-left: 0.5em;
  font-size: 72%;
}
ul.header-socialbtn {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}
ul.header-socialbtn li {
  display: inline-block;
  padding: 10px 0;
  list-style: none;
  line-height: 20px;
}
ul.header-socialbtn li a {
  min-width: 30px;
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  text-align: center;
}
ul.header-socialbtn li.x-twitter a {
  background: #000000;
}
ul.header-socialbtn li.facebook a {
  background: #3B599C;
}


/* ------------------------------------------
                  footer
------------------------------------------ */
footer {
  padding: 15px 0;
  background: #f2f2f2;
  border-top: 5px solid #2f70b0;
  font-size: 86%;
  color: #111;
}
#footer-navi li {
  display: inline-block;
  list-style: none;
}
#footer-navi li a {
  display: inline-block;
  padding: 0 0 0 10px;
  color: #fff;
}


/* ------------------------------------------
                 パンくず
------------------------------------------ */
#localnavi nav .sub-folder ul {
    list-style-type: none;
    padding-left: 16px;
}
#localnavi nav .sub-folder li, #localnavi nav .dropdown-menu li {
  padding: 0px;
}
#localnavi nav .dropdown-menu li a {
  padding: 8px 16px;
}
#localnavi nav .sub-folder li a {
  padding: 8px 16px;
  margin-left: -8px;
}
#localnavi nav .sub-folder li.folder-label {
  padding: 8px 8px 8px 0px;
  color: #666;
}
#localnavi nav .sub-folder li.folder-label::after {
  content: "\f0d7";
  color: #666;
  margin-left: 0.5rem;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#localnavi {
  background: #fff;
  border-bottom: solid 1px #e9e9e9;
}
#localnavi nav {
  border-left: solid 1px #e9e9e9;
}
#localnavi nav ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
#localnavi nav li {
  display: inline-block;
  list-style: none;
  float: left;
  position:relative;
}
#localnavi nav li a {
  position: relative;
  display: inline-block;
  padding: 10.5px 1.5em;
  border-right: solid 1px #e9e9e9;
}
#localnavi .container nav li a {
  @media screen and (max-width:767px){
    padding: 6px 16px !important;
  }
}
#localnavi nav li.home a {
  padding: 10.5px 1em 10.5px ;
}
#localnavi nav li a:hover {
  background: #fff;
  text-decoration: none;
}
#localnavi nav li span {
  display: inline-block;
  padding: 10.5px 1.5em;
  /*background: #f8f8f8;*/
  border-right: solid 1px #fff;
  @media screen and (max-width:767px){ 
    padding: 10.5px 10px;
  }
}
#localnavi nav li.pagetop span {
  position: relative;
}
#localnavi nav li a:before {
  border:11px solid transparent;
  border-left-color:#fff;
  border-right-width:0;
  border-top-width: 23px;
  border-bottom-width: 23px;
  right:-10px;
  content:"";
  display:block;
  top: 0;
  position:absolute;
  width:0;
  z-index:1;
  @media screen and (max-width:767px){ 
    border-top-width: 19px;
    border-bottom-width: 19px;
    right:-9px;
  }
}
#localnavi nav li a:after {
  border:11px solid transparent;
  border-left-color:#e9e9e9;
  border-right-width:0;
  border-top-width: 23px;
  border-bottom-width: 23px;
  right:-11px;
  content:"";
  display:block;
  top:0;
  position:absolute;
  width:0;
  @media screen and (max-width:767px){ 
    border-top-width: 19px;
    border-bottom-width: 19px;
    right:-10px;
  }
}
#localnavi nav li a:hover:before {
  border-left-color:#fff;
}
#localnavi nav li.pagetop ul li {
  display: block;
  float: none;
}
#localnavi nav li.pagetop ul li a {
  display: block;
  border-right: none;
}
#localnavi nav li.pagetop ul li a:hover {
  background: #f6f6f6;
}
#localnavi .active > a{
  color: #fff;
  background: #428bca;
}
#localnavi nav li.pagetop ul li.active a:hover {
  background: #428bca;
}
#localnavi nav li.pagetop ul li a:before,
#localnavi nav li.pagetop ul li a:after {
  display: none;
}
.breadcrumb {
  background-color: none;
  border-radius: 0;
  list-style: none outside none;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb a {
  color: #236FA1;
}

/* ------------------------------------------
               トップページ
------------------------------------------ */
body#sitetop {
  padding-top: 0;
}
#mainvisual {
  width: 100%;
  min-height: 300px;
  padding: 8em 0 3em 0;
  background: var(--main-kv);
  background-size: cover;
  text-align: center;
  border-bottom: solid 1px #e9e9e9;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  @media screen and (max-width:767px){
    min-height: 240px;
  }
}
#mainvisual .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background: rgba(255,255,255,0.2)
}
#mainvisual .container {
  z-index: 2;
  position: relative;
}
#mainvisual #main-text {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgb(255 255 255 / 100%);
  /*background: rgba(255,255,255,0.1)*/
  @media screen and (max-width:767px){
    font-size: 19px;
  }
}
#mainvisual .mv_logo {
  max-height: 280px;
  height: auto;
}
#mainvisual .container {
  z-index: 2;
  max-width: 610px;
  text-align: center;
}
#top-about .webpages {
  padding: 3em 0;
  border-bottom: solid 1px #f1f1f1;
}
#top-about .webpages:nth-child(even) {
  background: #F5F7FA;
}
#top-about .webpages .row {
  margin-bottom: 2em;
}
#top-about p {
  font-weight: normal;
  text-align: center;
  margin: 0 0 8px;
  padding: 0 15px 4px;
  /*background: #eef2f6;
  border-left: 3px solid #105ca4;*/
  font-size: 18px;
  line-height: 1.2;
  @media screen and (max-width:767px){
    padding: 0 12px 12px;
    font-size: 16px;
    margin-bottom: 0;
  }
}
#top-about .webpages h4 {
  font-size: 1.25rem;
  line-height: 1.5;
}
#top-about .webpages h4:before {
  content: "\f02b";
  margin: 0 0.25em 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#top-about .webpages p.webpage-lead {
  margin-bottom: 2em;
  text-align: center;
}
#top-about .webpages i {
  padding-right: 0.2em;
}
#top-about .webpages .page-detail {
  text-align: center;
}
#top-about .webpages .page-detail .btn {
  width: 100%;
}
#top-news {
  padding: 0;
}
/*#top-news h3 {
  background: #ddeeff;
  padding: 6px 8px;
  margin: 10px 0 10px 0;
  font-weight: bold;
  font-size: 19px;
  color: #08457f;
}*/
#top-news a:hover {
  color: #5f76a6;
  text-decoration: none;
}
#top-news figure {
  display: flex;
  height: 150px;
  overflow: hidden;
  vertical-align: middle;
}
#top-news figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#top-news .entry-detail {
  padding: 1em;
  background-color: #fff;
}
#top-news h4 {
  margin: 0 0 0.5em 0;
  font-size: 1.25rem;
  line-height: 1.25;
}
#top-news p {
  margin: 0;
}
#top-news p.entry-excerpt {
  font-size: 86%;
}
#top-news .top-newslist {
  margin-top: 2em;
  text-align: center;
}
#top-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#top-news ul li a {
  width: 100%;
  display: block;
  color: #222;
  font-size: 15px;
  padding: 16px;
  margin-bottom: 12px;
  background: #fff;
  box-shadow: 0 1px 1px 1px #bfbfbf;
}
#top-about .to_user_guide {
  text-align: center;
}
#top-about .to_user_guide img {
  width: 100%;
  max-width: 490px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}
#top-layout .accordion-item:nth-of-type(2)  {
  /* border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius); */
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
#top-layout .accordion-item {
    border-radius: 0;
}
#top-layout section {
  margin-bottom: 60px;
  @media screen and (max-width:767px){
    margin-bottom: 40px;
  }
}
#top-layout .category-menu p {
  font-weight: bold
}
@media screen and (max-width:767px){
  #top-layout .category-menu {
    padding: 0 24px;
    margin-bottom: 60px;
  }
}


/* ------------------------------------------
              検索結果ページ
------------------------------------------ */
.search .mt-site-search-container .mt-site-search-form {
  justify-content: start;
  margin: 0;
}
.search .mt-site-search-container .mt-site-search-form__query {
  border: 1px solid #dee2e6;
}
.search .mt-site-search-result-item__url {
  overflow-wrap: break-word;
}


/* ------------------------------------------
               カテゴリ一覧
------------------------------------------ */
.category-top .entry-meta time {
  display: none;
}
.category-top #blog-primary-content #entry-list figure img {
  display: none;
}
#content #entry-list .entry-excerpt {
  font-size: 14px;
}
#content #entry-list .entrytitle a {
  font-size: 20px !important;
}

/* ------------------------------------------
                 記事ページ
------------------------------------------ */
.article-page #content img {
  border: solid 1px #ddd;
}
.article-page #content img.no-border {
  border: none;
}
#entry-detail .entry-meta time {
  display: none;
}
.article-page #content h1 {
  margin-top: 32px;
}
.article-page h2 {
  margin-top: 30px;
  padding: 10px 24px 11px;
  background: #eef2f6;
  /*border-left: 3px solid #105ca4;
  font-size: 22px;*/
  color: #222;
  /*line-height: 1.2;*/
}
/*.article-page h2:before {
  content: "";
  background-image: none;
}*/
.article-page h3 {
  margin: 30px 0 16px;
}
#entry-detail .entry-meta time {
  display: none;
}
.article-page ol li {
  margin-bottom: 4px;
  @media screen and (max-width:767px){
    margin-bottom: 8px;
  }
}


/* ------------------------------------------
               下層ページ共通
------------------------------------------ */
#mainvisual-lower {
  position: relative;
  padding: 3.5em 0;
  background: var(--main-kv);
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0px #000;
}
#mainvisual-lower .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  /*background: rgba(95,118,166,0.8);*/
}
#mainvisual-lower.webpage-header .container {
  max-width: 960px;
}
/*#mainvisual-lower.entry-header h2::before {
  content: "\f02d";
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  font-weight: 900;
}
#mainvisual-lower.webpage-header h2::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  font-weight: 900;
}*/
#entry-list article {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: solid 1px #e9e9e9;
}
#entry-list figure {
  width: 300px;
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}
#entry-list figure img {
  border: solid 1px #e9e9e9;
  max-width: 100%;
}
@media (any-hover: hover) {
  .entrytitle a:hover {
    text-decoration: underline;
  }
}
.entry-meta {
  margin-bottom: 1em;
  font-size: 86%;
}
.entry-meta time {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.3em 0.2em 0.5em;
  background: #f1f1f1;
}
.entry-meta time span {
  display: inline-block;
}
.entry-meta time span.year {
  padding-right: 0.3em;
}
.entry-meta time span.monthday {
  padding: 0.2em 0.5em;
  background: #fff;
}
.entry-meta .category {
  padding: 0.5em 0.8em;
  margin: 0 2px;
  background: #DEDEDE;
  color: #222;
  text-decoration: none;
}
@media (any-hover: hover) {
  .entry-meta .category:hover {
    text-decoration: underline;
  }
}
.entry-excerpt {
  margin-bottom: 1em;
}
.pagemore {
  display: none;
  text-align: left;
}
#content #entry-list h1 {
  margin-bottom: 8px;
  font-size: 17px;
  color: #111;
}
h1.page-title {
  margin: 0 0 1em 0;
}


/* ------------------------------------------
                 ENTRY DETAIL
------------------------------------------ */
#entry-detail figure {
  margin-bottom: 2em;
}
#entry-detail img {
  max-width: 100%;
  height: auto;
}


/* ------------------------------------------
                    figure
------------------------------------------ */

figure figcaption {
    font-size: 0.75em;
    margin-top: 4px;
}
figure.mt-figure-center figcaption {
    text-align: center;
}


/* ------------------------------------------
                    BTN
------------------------------------------ */
.btn{
  --bs-btn-font-size: 0.875rem;
}
.btn-primary {
  --bs-btn-bg: #5F76A6;
  --bs-btn-border-color: #5F76A6;
  --bs-btn-hover-bg: #738ABA;
  --bs-btn-hover-border-color: #738ABA;
}
.btn-secondary {
  --bs-btn-color: #5F76A6;
  --bs-btn-bg: #f1f1f1;
  --bs-btn-border-color: #e1e1e1;
  --bs-btn-hover-bg: #f9f9f9;
  --bs-btn-hover-border-color: #e9e9e9;
}
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #60A79D;
  --bs-btn-border-color: #60A79D;
  --bs-btn-hover-bg: #74BBB1;
  --bs-btn-hover-border-color: #74BBB1;
}
.btn-success {
  --bs-btn-bg: #60A79D;
  --bs-btn-border-color: #60A79D;
  --bs-btn-hover-bg: #74BBB1;
  --bs-btn-hover-border-color: #74BBB1;
}

  
/* ------------------------------------------
             category-top
------------------------------------------ */
.category-top .entry-meta time {
  display: none;
}
.category-top #blog-primary-content #entry-list figure img {
  display: none;
}


/* ------------------------------------------
             category-list
------------------------------------------ */
.category-list .container #blog-primary-content #entry-list figure img {
  display: none;
}
.category-list .container #blog-primary-content #entry-list .entry-meta time {
  display: none;
}
.category-list .container h1 {
  font-size: 27px !important;
}


/* ------------------------------------------
             404エラーページ
------------------------------------------ */
.error-page #mainvisual {
  background: none;
}
/* ------------------------------------------
                スマホ版共通
------------------------------------------ */
@media screen and (max-width:767px){
  body{
    padding-top: 76px;
  }
  img {
    max-width: 100%;
  }
  header {
    margin-bottom: 5px;
  }
  .container > .navbar-header {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .container .navbar-header a {
  }
  .navbar-nav {
    margin: 0;
    border: solid 1px #f1f1f1;
  }
  .navbar-nav > li {
    padding: 0;
  }
  .container>.navbar-collapse {
    margin: 0;
  }
  ul.header-socialbtn {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .mt-navbar-nav .mt-dropdown-menu {
    --bs-dropdown-bg: transparent;
    --bs-dropdown-border-width: 0;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    margin-bottom: 1.5rem;
  }
  section .col-sm-1:last-of-type, section .col-sm-2:last-of-type, section .col-sm-3:last-of-type, section .col-sm-4:last-of-type, section .col-sm-5:last-of-type, section .col-sm-6:last-of-type, section .col-sm-7:last-of-type, section .col-sm-8:last-of-type, section .col-sm-9:last-of-type, section .col-sm-10:last-of-type, section .col-sm-11:last-of-type, section .col-sm-12:last-of-type {
    margin-bottom: 0;
  }
  #top-about .webpages .row {
    margin-bottom: 3em;
  }
  #top-about .webpages .col-sm-3 {
    width: 100%;
  }
  #top-news figure {
    height: 320px;
  }
  #footer-logoarea {
    text-align: center;
  }
  #footer-navi ul.pull-right {
    float: none !important;
    padding: 0;
    text-align: center;
  }
  footer .col-sm-6 {
    margin-bottom: 0;
  }
  #top-news a.col-sm-3 .entry-detail {
    padding: 1em;
  }
  #top-news .row {
    padding-right: 15px;
    padding-left: 15px;
  }
  #sidebar {
    width: 100%;
  }
  #sidebar h1 {
    padding: 1em 0.7em;
    background: #f6f6f6;
  }
  #entry-list figure {
    width: 40%;
  }
}


/* ------------------------------------------
                  webpage
------------------------------------------ */
#webpage-body .container {
  max-width: 960px;
}


/* ------------------------------------------
                  for sp
------------------------------------------ */
@media(max-width:480px){
  #entry-list figure {
      display: none;
  }
}


/* ------------------------------------------
                  sns
------------------------------------------ */
#entry-detail .entry-social-buttons ul {
    clear: both;
    margin-bottom: 20px;
    padding-left: 0px;
    margin-left: 0px;
}

#entry-detail .entry-social-buttons ul li {
    margin-right: 0.5em;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: bottom;
    list-style: none;
}

.entry-social-buttons .entry-social-facebook {
  padding-bottom: 6px;
}


/* ------------------------------------------
                  Pagination
------------------------------------------ */
.page-navigation {
    text-align: center;
}

.page-navigation ul{
    display: block;
    padding-bottom: 10px;
}

.page-navigation li {
    display: inline-block;
    border-bottom: none;
}

.page-navigation li a{
    padding: 0 10px;
}

.page-navigation li a[rel="prev"]::before {
    content: "«";
    margin-right: 0.3em;
}

.page-navigation li a[rel="next"]::after {
    content: "»";
    margin-left: 0.3em;
}

/* サブカテゴリー対応 */
@media (min-width: 768px) {
  .navbar-right .mt-dropdown-menu {
    left: 0;
    right: auto;
  }
}

.mt-dropdown-menu .catdepth-2 {
    text-indent: 8px;
}

.mt-dropdown-menu .catdepth-3 {
    text-indent: 16px;
}

.mt-dropdown-menu .catdepth-2.folder, .mt-dropdown-menu .catdepth-3.folder {
  color: #999999;
  white-space: nowrap;
}

.mt-dropdown-menu .catdepth-2.folder i, .mt-dropdown-menu .catdepth-3.folder i {
  display: inline;
  margin-right: 16px;
}

.mt-dropdown-menu .catdepth-2.pages {
  text-indent: 16px;
}

.mt-dropdown-menu .catdepth-3.pages {
  text-indent: 24px;
}





/*-------------
  webpush
-------------*/
.webpush {
display: none;
}

.mtnet-push-notification-service-enabled .webpush {
  display: block;
}

a.webpush:hover {
  text-decoration: none;
}

a:hover .side-webpush {
  text-decoration: none;
}

.side-webpush {
  max-width: 100%;
  margin: 0.625rem auto 30px;
  display: block;
  text-align: center;
  padding: 0.625rem;
  background: #5F76A6;
  color: #ffffff;
}

.side-webpush:hover {
  background: #738ABA;
  border-color: #738ABA;
}

.side-webpush__txt {
  text-align: center;
}


.side-webpush__txt::before {
  content: "\f0f3";
  margin-right: 0.25rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


/* 画像を横スライド表示 */
.image-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
}
.image-scroll-container img {
  height: 150px;
  flex-shrink: 0;
  scroll-snap-align: start;
  border-radius: 8px;
}

