@charset "UTF-8";
/*
Theme Name: foundry
*/


html {
  font-size: 100%;
  scroll-padding-top: 55px;
}
body {
  color: #333;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
iframe {
  width: 100%;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}

.container {
  background-color: #f3f3f3;
}
.flex-content {
  max-width: 1220px;
  display: flex;
  align-items: flex-start;
  padding: 40px;
  margin: 0 auto;
}
.single-content {
  max-width: 1220px;
  padding: 40px;
  margin: 0 auto;
}
.one-col {
  width: 100%;
  max-width: 1170px;
  background-color: #fff;
  padding: 30px;
  margin: 0 auto;
}
.two-col {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  padding: 30px;
  margin-right: 40px;
}
aside {
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  padding: 30px;
}
.mainSection-title {
  background-color: #f3f3f3;
  border-top: 2px solid #337ab7;
  border-bottom: 1px solid #efefef;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 15px 10px;
  margin-bottom: 25px;
}
.subSection-title {
  background-color: #f3f3f3;
  border-top: 2px solid #337ab7;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px 10px;
}
.subSection-title a {
  color: #337ab7;
}

/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  width: 100%;
  position: relative;
  z-index: 10;
}
#header .header-top {
  background-color: #f9f9f9;
  border-bottom: 1px solid #efefef;
}
#header .header-top .inner {
  max-width: 1170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin: 0 auto;
}
#header .header-top .header-top-name {
  color: #666;
  font-size: 12px;
}
#header .header-top .header-top-menu {
  display: flex;
  align-items: center;
}
#header .header-top .header-top-menu li {
  color: #464646;
  font-size: 12px;
  margin-left: 18px;
}
#header .header-top .header-top-menu li a {
  /* padding: 12px 10px 7px 2px; */
  display: block;
}
#header .header-top .header-top-menu li a i {
  font-size: 10px;
  margin-right: 6px;
}
#header .header-top .header-top-menu .btn-contact {
  background-color: #337ab7;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}
#header .header-top .header-top-menu .btn-contact a {
  color: #fff;
  display: block;
  padding: 8px 12px 8px 14px;
  position: relative;
}
#header .header-top .header-top-menu .btn-contact a::before {
  content: "\f003";
  font-family: FontAwesome;
  margin-right: 7px;
}
#header .header-middle {
  width: 100%;
  max-width: 1170px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 15px;
  margin: 0 auto;
}
#header .header-middle .logo {
  max-width: 314px;
}
#header .header-middle .btn-entry {
  background-color: #5bc0de;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 7px 14px;
  text-align: center;
}

#header .navi {
  width: 100%;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
#header .navi.m_fixed {
	position: fixed;
	top: 0;
}
#header .menu {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5f7ff;
  border-top: 2px solid #337ab7;
}
#header .menu > li {
  max-width: 160px;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
#header .menu > li .ja {
  display: block;
  font-size: 14px;
  margin-bottom: 1px;
}
#header .menu > li .en {
  display: block;
  font-size: 10px;
  opacity: 0.6;
}
#header .menu > li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#header .menu .single > a {
  cursor: pointer;
  position: relative;
}
#header .menu .single .menu-second {
  max-width: 240px;
  width: 150%;
  position: absolute;
  top: 52px;
  left: -40px;
  display: none;
}
#header .menu .single .menu-second ul {
  background-color: #e5f7ff;
}
#header .menu .single .menu-second li {
  font-size: 12px;
  border-top: solid 1px #ececed;
  text-align: left;
}
#header .menu .single .menu-second li a {
  display: block;
  padding: 12px;
}
#header .menu .single:hover .menu-second {
  display: block;
}
#header .logout {
  font-size: 14px;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
  background-color: #191919;
}
#footer .footer-menu {
  height: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 70px;
}
#footer .footer-menu .menu-list {
  max-width: 1170px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin: 0 auto;
}
#footer .footer-menu .menu-list li a {
  border-left: 1px solid rgba(255,255,255,0.15);
  color: #888;
  font-size: 14px;
  padding: 6px 15px;
}
#footer .footer-menu .menu-list li:last-child a {
  border-right: 1px solid rgba(255,255,255,0.15);
}
#footer .logout {
  padding: 10px 30px;
  text-align: right;
}
#footer .logout a {
  color: #888;
  font-size: 14px;
}
#footer .copyright {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 30px 0;
}

/*-------------------------------------------
ページトップに戻るボタン
-------------------------------------------*/
#page-top {
  width: 40px;
  height: 38px;
  background: rgba(0,0,0,.8);
  box-shadow: 0 0 0 1px rgba(255,255,255,.8),0 0 0 2px rgba(0,0,0,.8);
  background-image: url(img/common/to-top-btn-icon.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: opacity 0.3s;
  position: fixed;
  right: 2%;
  bottom: 3%;
}

/*-------------------------------------------
記事一覧
-------------------------------------------*/
.article-list {
  padding-left: 0 !important;
  margin-bottom: 20px;
}
.article-list li {
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 15px 15px 30px;
  list-style-type: none !important;
  position: relative;
}
.article-list li.new::before {
  content: "";
  width: 48px;
  height: 48px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: rgba(255,0,0,0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.article-list li.new::after {
  content: "NEW";
  font-size: 10px;
  color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  left: 3px;
}
.article-list li:first-child {
  border-top: 1px solid #e3e3e3;
}
.article-list li .article-info {
  display: flex;
  align-items: center;
}
.article-list li .article-info time {
  font-size: 13px;
  opacity: 0.8;
  margin-right: 8px;
}
.article-list li .article-title {
  font-weight: 500;
  margin-top: 3px;
}
.article-list li .published {
  font-size: 14px;
  margin-top: 3px;
}
.article-list li .published::before {
  font-family: FontAwesome;
  content: "\f073";
  font-size: 14px;
  margin-right: 3px;
}
.article-list.page-list {
  margin-top: 15px;
}
.article-list.page-list li {
  padding: 10px 0.5em;
}
.article-list.page-list li.current {
  background: rgba(0,0,0,0.05);
}
.article-list.page-list li .article-title {
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
}
.article-list.page-list li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.article-list.archives-list {
  margin-top: 15px;
}
.article-list.archives-list li {
  font-size: 14px;
  padding: 10px 0.5em;
}
.article-list.archives-list li .article-title {
  font-size: 14px;
  font-weight: normal;
}
.article-list.archives-list li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.article-info .category-list .category {
  margin-right: 5px;
}
.article-info .category {
 background-color: #ccc;
 color: #fff;
 font-size: 12px;
 border-radius: 0.3em;
 padding: 3px 1em 2px;
 margin-bottom: 0 !important;
 line-height: 1.2 !important;
}
.article-info .category-list .category {
  line-height: 1.6 !important;
  margin-right: 5px;
}
.article-info .category a {
  color: #fff !important;
}
.article-info .category.news {
  background-color: #e28aa2;
}
.article-info .category.news-sonota {
  background-color: #999;
}
.article-info .category.kaiin-news {
  background-color: #d3b3d6;
}
.article-info .category.jfs-info {
  background-color: #ccc;
}
.article-info .category.kankocho-info {
  background-color: #cc3748;
}
.article-info .category.seminar {
  background-color: #23bedd;
}
.article-info .category.journal {
  background-color: #dd9933;
}
.article-info .category.kaisai-annai {
  background-color: #ccc;
}
.link-more.right {
  text-align: right;
}
.link-more a {
  color: #337ab7;
}

/*-------------------------------------------
サイドバー
-------------------------------------------*/
aside section {
  margin-bottom: 10px;
}
aside .sidebar-list li {
  margin-bottom: 10px;
}
aside .sidebar-list .btn a {
  border-radius: 5px;
  display: block;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
}
aside .sidebar-list .btn-white a {
  border: 2px solid #23a1e0;
  color: #23a1e0;
}
.sow-icon-fontawesome[data-sow-icon]:before {
  content: attr(data-sow-icon);
}
aside .sidebar-list .btn-lightblue a {
  background-color: #23a1e0;
  color: #fff;
}
aside .sidebar-list .btn-blue a {
  background-color: #337ab7;
  color: #fff;
}
aside .sidebar-list .btn-green a {
  background-color: #3c903c;
  color: #fff;
}
aside .sidebar-list .btn-red a {
  background: #992323;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6f1a1a), color-stop(1, #992323));
  color: #fff;
}
aside .sidebar-list .btn-arrow span {
  position: relative;
}
aside .sidebar-list .btn-arrow span::before {
  content: "\f18e";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: calc(50% - 11px);
  left: -35px;
}
aside .sidebar-list .btn-arrow.btn-arrow-wthite span::before {
  color: #fff;
}
aside .sidebar-list .btn-arrow.btn-arrow-lightblue span::before {
  color: #23a1e0;
}
aside .sidebar-list .btn-arrow.btn-arrow-blue span::before {
  color: #337ab7;
}
aside .sidebar-list .banner-img {
  width: 100%;
}
aside .article-list li {
  padding: 15px 0;
}
aside .article-list li:first-child {
  border-top: none;
}
aside .link-more {
  text-align: right;
}

/*-------------------------------------------
固定ページ、投稿ページの本文
-------------------------------------------*/
#article h3 {
  background-color: #efefef;
  border: 1px solid #cfcfcf;
  box-shadow: inset 0px 0px 0px 2px #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 0.4em 0.4em 0.8em;
  margin: 1.5em 0 1.2em;
  line-height: 1.6;
  position: relative;
}
#article h3::before {
  content: "";
  width: 3px;
  height: 1.6em;
  background-color: #337ab7;
  position: absolute;
  left: 6px;
}
#article h4 {
  background-color: #efefef;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 20px;
  margin: 1.5em 0 1.2em;
}
#article h5 {
  clear: both;
  border-bottom: 1px dotted #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin: 1.5em 0 1.2em;
}
#article ol {
  padding-left: 40px;
  margin: 1.5em 0 1.2em;
}
#article ol li {
  line-height: 1.65;
  list-style-type: decimal;
  margin-bottom: 0.8em;
}
#article ul {
  padding-left: 40px;
  margin: 1.5em 0 1.2em;
}
#article ul > li {
  line-height: 1.65;
  list-style-type: disc;
  margin-bottom: 0.8em;
}
#article ul > li > ul {
  padding-left: 20px;
  margin: 1em 0;
}
#article ul > li > ul > li {
  line-height: 1.65;
  list-style-type: circle;
  margin-bottom: 0.8em;
}
#article ul > li > ul > li > ul > li {
  line-height: 1.65;
  list-style-type: square;
  margin-bottom: 0.8em;
}
#article dl {
  margin-top: 1.5em;
  margin-bottom: 1.2em;
}
#article dt,
#article dd {
  padding-left: 10px;
  border-left-width: 2px;
  border-left-style: solid;
  margin-bottom: 10px;
}
#article dt {
  border-left-color: #337ab7;
}
#article dd {
  border-left-color: #e5e5e5;
}
#article a {
  color: #337ab7;
  word-wrap: break-word;
}
#article blockquote {
  border: 5px solid #eee;
  background-color: #fcfcfc;
  font-size: 17px;
  line-height: 1.4;
  position: relative;
  padding: 35px 20px 30px;
}
#article blockquote::before,
#article blockquote::after {
  color: #ccc;
  font-family: FontAwesome;
  position: absolute;
}
#article blockquote::before {
  content: "\f10d";
  top: 10px;
}
#article blockquote::after {
  content: "\f10e";
  bottom: 10px;
  right: 20px;
}
#article table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
#article table th,
#article table td {
  padding: 8px;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#article table th {
  font-weight: normal;
  background-color: #f5f5f5;
}
#article hr {
  border: none;
  border-top: solid #eee;
  margin: 20px 0;
}
#article .table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
#article .table.table-striped {
  font-size: 14px;
}
#article .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
#article .table>tbody>tr>td,
#article .table>tbody>tr>th,
#article .table>tfoot>tr>td,
#article .table>tfoot>tr>th,
#article .table>thead>tr>td,
#article .table>thead>tr>th {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#article .page-title {
  font-size: 28px;
  font-weight: 500;
  padding: 20px 0 15px;
  margin-bottom: 15px;
}
#article p {
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
#article.english p {
  text-align: left;
}
#article .alignright,
#article img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
#article .alignleft,
#article img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}
#article .article-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#article .article-info .date {
  display: flex;
  align-items: centere;
  font-size: 14px;
}
#article .article-info .date .article-date::before {
  content: "";
  font-size: 14px;
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 5px;
}
#article .wp-caption {
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  padding: 0 0 5px;
  margin-bottom: 40px;
  text-align: center;
}
#article .wp-caption img {
  margin: 10px 0 9px;
  max-width: 95%;
  height: auto;
}
#article .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 0;
  text-align: center;
}
#article .su-tabs-nav,
#article .su-tabs-nav span,
#article .su-tabs-panes,
#article .su-tabs-pane p,
#article .su-tabs-pane li {
  font-size: 15px;
}
#article .su-tabs .su-tabs-nav span {
  padding: 10px 8px;
}
#article .su-tabs-nav span {
  display: inline-block;
  margin-right: 3px;
  min-height: 40px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  transition: all .2s;
}
#article .panel-default {
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  background-color: #fff;
  margin-bottom: 20px;
}
#article .panel-default .panel-heading {
  color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
#article .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#article .panel-body {
  padding: 15px;
}
#article .child-article-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  padding-left: 0;
  margin: 0;
}
#article .child-article-list li {
  width: 48%;
  border: solid 3px #eee;
  border-radius: 4px;
  padding: 1rem;
  list-style-type: none;
}
#article .child-article-list li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333;
}
#article .child-article-list li a:hover {
  opacity: 1;
}
#article .child-article-list li a:hover .list-text {
  text-decoration: underline;
}
#article .child-article-list li .list-title {
  color: #464646;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 .4em;
  margin: 0 0 1em;
  border-bottom: 1px solid #e5e5e5;
}
#article .child-article-list li .list-text {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
#article .child-article-list li .list-btn {
  margin-bottom: 0;
  text-align: right;
}
#article .child-article-list li .list-btn span {
  background-color: #337ab7;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 7px 10px;
}
#article .child-article-list li .img-flex {
  display: flex;
}
#article .child-article-list li .img-flex img {
  width: 30%;
  border: solid 1px #ddd;
  margin-right: 5%;
}
#article .dt-layout-row input[type="search"] {
  border: 2px solid #707070;
  padding: 2px;
}
#article .tablepress {
  font-size: 13px;
}
#article .tablepress>:where(thead,tfoot)>*>th {
  background-color: #d9edf7;
  font-weight: 700;
}
#article form label {
  font-weight: 500;
}
#article form .text-danger {
  color: #a94442;
}
#article form input[type="text"],
#article form input[type="email"],
#article form input[type="password"] {
  height: 40px;
  max-width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 3px;
}
#article form input[type="submit"] {
  background-color: #337ab7;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 8px 14px;
}
#article form input[type="submit"]:disabled {
  opacity: 0.65;
}
#article form textarea {
  max-width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#article .sitemap-flex {
  display: flex;
  justify-content: space-between;
}
#article .sitemap-flex .sitemap-list {
  width: 48%;
}
#article .sitemap-flex .sitemap-list a {
  color: #464646;
  font-size: 14px;
}
#article .category-area {
  display: flex;
  align-items: center;
  margin: 60px 0 30px;
}
#article .category-area .category-area-title {
  background-color: #666;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  flex-shrink: 0;
  line-height: 1.1;
  padding: 4px 8px;
  margin: 0 10px 0;
}
#article .category-area .category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
#article .category-area .category-list li {
  list-style-type: none;
  margin-bottom: 0;
}
#article .category-area .category-list li a {
  padding: 3px 2px 1px;
}

/*-------------------------------------------
カテゴリー
-------------------------------------------*/
#category .mainSection-title {
  font-size: 24px;
}
#category .article-list li {
  padding: 30px 0;
}
#category .article-list li .article-info {
  justify-content: space-between;
  margin-bottom: 10px;
}
#category .article-list li .article-title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}
#category .article-list li .article-description {
  font-size: 14px;
}

/*-------------------------------------------
会員専用ログインページ
-------------------------------------------*/
#members .page-title {
  max-width: 800px;
  border-bottom: solid 1px #ddd;
  padding: 20px 0 5px;
}
#members .form-item {
  max-width: 800px;
}
#members .form-item dt,
#members .form-item dd {
  border: none;
  padding: 0;
}
#members .form-item dt {
  margin-top: 20px;
}
#members .form-item dd input {
  width: 100%;
}
#members .form-item .error-message {
  color: #ff0000;
}
#members .btn-area {
  max-width: 800px;
  padding-bottom: 30px;
  text-align: right;
}
#members .btn-area label {
  font-weight: normal;
}
#members .btn-area input {
  margin-left: 5px;
}

/*-------------------------------------------
鋳造ジャーナル一覧
-------------------------------------------*/
#journal #article ul.article-list {
  padding: 0;
  margin: 0;
}
#journal #article ul.article-list > li {
  list-style-type: none;
  padding: 15px 0;
}
#journal #article ul.article-list a {
  color: #333;
  font-weight: normal;
}
#journal #article ul.article-list p.category {
  line-height: 1.1;
  margin-bottom: 0;
}

/*-------------------------------------------
ニュース一覧
-------------------------------------------*/
#news #article ul.article-list {
  padding: 0;
  margin: 0;
}
#news #article ul.article-list > li {
  list-style-type: none;
  padding: 15px 0;
}
#news #article ul.article-list a {
  color: #333;
  font-weight: normal;
}
#news #article ul.article-list p.category {
  line-height: 1.1;
}
#news #article .article-info {
  justify-content: flex-start;
}

/*-------------------------------------------
Pagenation
-------------------------------------------*/
.pagination {
  margin: 20px 0;
}
.pagination ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pagination ol li {
  width: 34px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 14px;
}
.pagination ol li:last-child {
  border-right: 1px solid #ddd;
}
.pagination ol li.active {
  background-color: #337ab7;
  color: #fff;
}
.pagination ol li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #337ab7;
}
.pagination ol li a:hover {
  background-color: #efefef;
}

/*-------------------------------------------
Breadcrumb
-------------------------------------------*/
.breadcrumb {
  width: 100%;
  max-width: 1170px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 15px;
  margin: 0 auto;
}
.breadcrumb>li+li:before {
  content: ">";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb>li i {
  font-size: 12px;
  position: relative;
  top: -1px;
}
.breadcrumb>li a:hover {
  border-bottom: 1px dotted #999;
  opacity: 1;
}


/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 990px) {
  html {
    scroll-padding-top: 50px;
  }
  .pc {
    display: none !important;
  }
  .container {
    padding-top: 53px;
  }
  .flex-content {
    flex-direction: column;
    padding: 0;
  }
  .single-content {
    padding: 0;
  }
  .one-col,
  .two-col {
    max-width: 100%;
    padding: 20px 10px;
  }
  aside {
    max-width: 100%;
  }

  /*-------------------------------------------
  Header
  -------------------------------------------*/
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #header .header-top {
    display: none;
  }
  #header .header-middle {
    height: 50px;
  }
  #header .header-middle .btn-entry {
    display: none;
  }
  #header .header-middle .logo {
    max-width: 200px;
    z-index: 20;
  }

  #header .menu {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
  #header .navi.m_fixed {
    position: static;
  }
  #header .navi .menu > li {
    max-width: 100%;
  }
  #header .navi .menu > li a {
    height: auto;
  }
  #header .menu > li {
    height: auto;
  }
  #header .menu > li .ja {
    font-size: 16px;
  }
  #header .menu > li .en {
    display: none;
  }
  #header .menu .single .menu-second {
    max-width: 100%;
    width: 100%;
    display: block;
    position: static;
  }
  #header .menu .single .menu-second li {
    font-size: 15px;
  }
  #header .menu .single .menu-second li a {
    padding: 10px 8px 10px 24px;
  }
  /* #header .menu li {
    margin-left: 0;
  }
  #header .menu li a {
    margin-left: 0;
    position: relative;
  }
  #header .menu .single {
    margin-right: 0;
  }
  #header .menu .single > a {
    display: block;
    padding: 16px;
  }
  #header .menu .single > span::after {
    display: none;
  }
  #header .menu .single .menu-second {
    background-color: transparent;
    display: block;
    position: static;
  }
  #header .menu .single .menu-second ul {
    flex-direction: column;
    padding: 0;
  }
  #header .menu .single .menu-second li {
    width: 100%;
    border-top: solid 1px #ccc;
    padding-left: 16px;
    margin-left: 0;
    text-align: left;
  }
  #header .menu .single .menu-second li img {
    display: none;
  }
  #header .menu .single .menu-second .text {
    color: #333;
  } */

  /* ハンバーガーメニュー */
  #header .hamburger {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 20;
  }
  #header .hamburger span {
    width: 30px;
    height: 2px;
    background-color: #333;
    display: block;
    position: absolute;
    transition: 0.3s ease-in-out;
  }
  #header .hamburger span:nth-child(1) {
    top: 7px;
  }
  #header .hamburger span:nth-child(2) {
    top: 15px;
  }
  #header .hamburger span:nth-child(3) {
    top: 23px;
  }
  #header .navi {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 10;
  }
  #header .navi .menu {
    width: 100%;
    height: 100vh;
    padding: 0 0 150px;
    overflow: auto;
  }
  #header .navi .menu > li {
    width: 100%;
    border-bottom: solid 1px #ccc;
    text-align: left;
  }
  #header .navi .menu li a {
    width: 100%;
    display: block;
    padding: 10px;
  }
  #header.open .hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  #header.open .hamburger span:nth-child(2) {
    opacity: 0;
  }
  #header.open .hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  #header.open .navi {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }

  /*-------------------------------------------
  Footer
  -------------------------------------------*/
  #footer .footer-menu {
    height: auto;
  }
  #footer .footer-menu .menu-list {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
  #footer .footer-menu .menu-list li {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  #footer .footer-menu .menu-list li a {
    border-left: none;
    display: block;
    padding: 10px 15px;
  }
  #footer .footer-menu .menu-list li:last-child a {
    border-right: none;
  }
  #footer .logout {
    padding: 10px 15px;
    text-align: left;
  }

  /*-------------------------------------------
  固定ページ、投稿ページの本文
  -------------------------------------------*/
  #article .statistics-table td {
    width: 100% !important;
    display: block
  }
}

@media screen and (max-width: 768px) {
  .article-list li .article-info {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px !important;
  }
  .article-list li .published {
    margin-bottom: 5px;
  }


  #article .page-title {
    font-size: 21px;
  }
  #article .child-article-list {
    flex-direction: column;
  }
  #article .child-article-list li {
    width: 100%;
  }
  #article .child-article-list li a {
    justify-content: flex-start;
  }
  #article .sitemap-flex {
    flex-direction: column;
  }
  #article .sitemap-flex .sitemap-list {
    width: 100%;
  }
  #article .article-info {
    flex-direction: column;
    align-items: flex-start;
  }
  #article .article-info .date {
    margin-bottom: 5px;
  }

  /*-------------------------------------------
  Pagenation
  -------------------------------------------*/
  .pagination ol li {
    width: 32px;
    height: 36px;
  }
}

@media screen and (min-width: 991px) {
  .sp {
    display: none !important;
  }
}