@charset "UTF-8";

/* ----------------
ベース
------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #004cc5;
}

a:link {
  text-decoration: underline;
  color: #004cc5;
}

a:visited {
  text-decoration: underline;
  color: #5e5cba;
}

dt {
  font-weight: bold;
}

td,
th {
  text-align: left;
}

body {
  color: #333;
  font-family: 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body {
  background-color: #fff7e4;
  animation: bg-color 40s infinite;
  -webkit-animation: bg-color 40s infinite;
}

@-webkit-keyframes bg-color {
  0% {
    background-color: #fff7e4;
  }

  20% {
    background-color: #f1f7ed;
  }

  40% {
    background-color: #f0f0fa;
  }

  60% {
    background-color: #fff5f5;
  }

  80% {
    background-color: #e9f1f5;
  }

  100% {
    background-color: #fff7e4;
  }
}

@keyframes bg-color {
  0% {
    background-color: #fff7e4;
  }

  20% {
    background-color: #f1f7ed;
  }

  40% {
    background-color: #f0f0fa;
  }

  60% {
    background-color: #fff5f5;
  }

  80% {
    background-color: #e9f1f5;
  }

  100% {
    background-color: #fff7e4;
  }
}

p {
  font-family: Meiryo, "Hiragino Kaku Gothic Pro W3", sans-serif;
  text-align: left;
  margin-top: 20px;
  color: #333;
}

.base-container {
  max-width: 970px;
  padding: 0 15px;
  margin: 0 auto;
}

.base-heading {
  font-size: 18px;
  font-family: FOT-筑紫明朝 Pr6 LB;
  font-weight: bold;
  coolor: #4a361b;
  border-bottom: 1px solid #979797;
  padding-bottom: 5px;
}

.base-required-label {
  background-color: #e30314;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 8px;
  line-height: 1.3;
  display: inline-block;
  float: right;
  margin-top: 4px;
}

.sub-heading {
  font-size: 18px;
  font-family: FOT-筑紫明朝 Pr6 LB;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #4a361b;
}

#offcanvas {
  padding-left: 20px;
}

#js-seo_info th {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .base-show-pc {
    display: none;
  }

  #offcanvas {
    padding: 15px 10px;
  }
}

/* ------------------------------
　　ヘッダー
------------------------------ */
.header {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0;
}

.header-bg {
  background-color: #424242;
  padding: 0;
}

.header-inner {
  max-width: 970px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}

.header-inner:before,
.header-inner:after {
  content: " ";
  display: table;
}

.header-inner:after {
  clear: both;
}

.header-title {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}

.header-title a {
  color: #333333;
}

.header-title a:link,
.header-title a:hover,
.header-title a:focus,
.header-title a:visited {
  color: #333333;
}

.header-title a:link,
.header-title a:hover,
.header-title a:visited {
  text-decoration: none;
}

.bloglogo {
  max-width: 600px;
  height: auto;
}

.header-desc {
  font-size: 13px;
  margin: 0;
}

.header-logo {
  width: 100%;
  height: auto;
}

.header-logo-wrap {
  width: 67px;
  height: 67px;
  float: left;
  margin-right: 5px;
}

.header-text {
  float: left;
}

.header-icon-wrap {
  float: right;
}

.header-wrap {
  width: 100%;
  height: 256px;
  display: table;
}

.header-wrap p {
  text-align: center;
}

.header-inner-pattern2 {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(240, 240, 240, 0.3);
}

.header-inner-pattern2 a:link,
.header-inner-pattern2 a:hover,
.header-inner-pattern2 a:focus,
.header-inner-pattern2 a:visited {
  color: #FFFFFF;
}

.header-inner-pattern2 .header-title {
  padding-right: 0;
  color: #ffffff;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
}

.header-inner-pattern2 .header-desc {
  color: #FFF;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
}

.header-inner-pattern3 {
  text-align: left;
}

.header-btn {
  border: none;
  display: none;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  background: #555555;
  box-shadow: 0 2px 0 0 #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 50px;
  height: 40px;
  padding: 12px 0;
}

.header-btn-line {
  background: #fff;
  display: block;
  width: 24px;
  height: 3px;
  margin: 0 auto 4px auto;
  -webkit-box-shadow: 0 -2px 0 #000;
  box-shadow: 0 -2px 0 #000;
}

@media screen and (max-width: 767px) {
  .header-btn {
    display: block;
  }

  .header-inner {
    text-align: left;
  }

  .header-title {
    font-size: 18px;
    padding-right: 50px;
    font-family: FOT-筑紫明朝 Pr6 LB;
  }

  .bloglogo {
    max-width: 280px;
    height: auto;
  }

  .header-text {
    float: none;
  }

  .header-desc {
    margin-top: 15px;
    text-align: center;
  }

  .header-logo-wrap {
    width: 33px;
    height: 33px;
  }

  .header-icon-wrap {
    margin-top: 15px;
    float: none;
    text-align: center;
  }

  .header-inner-pattern2 {
    text-align: center;
    padding: 60px 10px;
  }
}

/* ------------------------------
　　フッター
------------------------------ */
.footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #e6e2d7;
}

.footer h2,
.footer h3 {
  color: #6f6863;
  font-family: FOT-筑紫明朝 Pr6 LB;
}

.footer aside {
  padding: 0px 15px;
}

.footer-copyright {
  text-align: center;
  margin: 25px 0 10px 0;
  font-size: 12px;
  color: #333333;
  font-family: verdana, sans-serif;
}

.footer-copyright img,
.footer-copyright svg {
  vertical-align: middle;
  width: 96px;
  height: 16.5px;
}

.footer .sub-heading {
  border-bottom: 1px solid #979797;
  padding-bottom: 5px;
}

.footer .category-list>ul {
  border-top: none;
  margin-top: -10px;
}

.footer .entry-list {
  border-top: none;
  margin-top: -10px;
}

.bookInfo {
  padding-top: 30px;
}

.bookFace {
  width: 110px;
  height: auto;
  margin-right: 10px;
}

/* ------------------------------
　　バナー
------------------------------ */
.banner {
  list-style-type: none;
  margin: 0;
  padding: 0 0 7px 0;
}

.banner li {
  width: 100%;
  margin-bottom: 13px;
  display: inline-block;
}

.banner a {
  opacity: 1;
  display: block;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.banner a:hover {
  opacity: .7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

.banner img {
  line-height: 0;
}

/* ----------------
　　エントリーサマリー（カード表示）
------------------ */
.card {
  margin: 0 -12.5px;
  margin-bottom: 30px;
}

.card:before,
.card:after {
  content: " ";
  display: table;
}

.card:after {
  clear: both;
}

.card-item {
  float: left;
  width: 33.33333333333%;
  padding: 0 12.5px;
  margin-bottom: 10px;
}

.card-img {
  width: 100%;
  height: 0;
  padding-bottom: 84%;
  margin-bottom: 10px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.card-title {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.card-title a:link,
.card-title a:hover,
.card-title a:visited {
  text-decoration: none;
}

.card-text {
  font-size: 12px;
  color: #333;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .card-item {
    float: none;
    width: auto;
  }

  .card-item:before,
  .card-item:after {
    content: " ";
    display: table;
  }

  .card-item:after {
    clear: both;
  }

  .card-img-wrap {
    float: left;
    width: 50%;
  }

  .card-body {
    float: left;
    width: 50%;
    padding: 0 0 10px 10px;
  }
}

/* ------------------------------
　　カテゴリーリスト
------------------------------ */
.category-list {
  margin: 0 0 20px 0;
  padding: 0;
}

.category-list ul {
  padding: 0;
  margin: 0;
}

.category-list li {
  display: block;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 45px 15px 10px;
}

.category-list li ul {
  margin: 15px -45px -15px 5px;
  border-top: none;
}

.category-list li li {
  padding: 5px 45px 5px 20px;
  border-bottom: none;
  border-left: 2px solid #ddd;
  font-size: 15px;
}

.category-list li li ul {
  margin: 5px -45px -5px -20px;
}

.category-list li li li {
  padding: 5px 45px 5px 20px;
  font-size: 14px;
}

.category-list li li li a {
  margin: -5px -45px -5px -40px;
  padding: 5px 45px 5px 40px;
}

.category-list li li a {
  margin: -5px -45px -5px -20px;
  padding: 5px 45px 5px 20px;
}

.category-list li li .category-list-label {
  background-color: #FFF;
}

.category-list li a {
  position: relative;
  display: block;
  color: #333333;
  text-decoration: none;
  margin: -15px -45px -15px -5px;
  padding: 15px 45px 15px 5px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.category-list li a:hover,
.category-list li a:focus {
  background-color: #CCCCCC;
}

.category-list-label {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -12px;
  display: inline-block;
  background: #e3e3e3;
  font-size: 13px;
  line-height: 25px;
  min-width: 36px;
  color: #777777;
  padding: 0 2px;
  text-align: center;
  float: right;
}

/* ----------------
コメント
------------------ */
.comment-form {
  margin-bottom: 50px;
}

.comment-table {
  width: 100%;
  margin-bottom: 15px;
  border-top: none;
}

.comment-table th {
  width: 140px;
  vertical-align: top;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  padding: 5px 20px 5px 0;
  border-bottom: none;
}

.comment-table td {
  padding: 5px 0;
  border-bottom: none;
}

.comment-table input[type="text"],
.comment-table input[type="password"] {
  border-radius: 3px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid #b2b2b4;
}

.comment-table textarea {
  border-radius: 3px;
  width: 100%;
  border: 1px solid #b2b2b4;
  font-size: 16px;
  padding: 0 10px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .comment-table {
    display: block;
  }

  .comment-table tbody,
  .comment-table td,
  .comment-table th,
  .comment-table tr {
    display: block;
    width: auto;
  }
}

.comment-btn,
.comment-btn-inline {
  font-size: 14px;
  width: 152px;
  padding: 10px 0;
  color: #ffffff;
  border: none;
  text-align: center;
  border-radius: 5px;
}

.comment-btn {
  background-color: #4b6746;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  margin: 0 auto;
  display: block;
}

.comment-btn:hover,
.comment-btn:focus {
  background-color: #75946f;
}

.comment-btn-inline {
  background-color: #949494;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: inline-block;
}

.comment-btn-inline:hover,
.comment-btn-inline:focus {
  background-color: #333333;
}

.comment-list {
  padding: 0;
  margin: 0 0 20px 0;
}

.comment-list li {
  list-style-type: none;
  border-top: 1px solid #979797;
  display: block;
  padding: 15px 0 0 0;
}

.comment-list li:last-child {
  border-bottom: none;
}

.comment-list>ol {
  padding-left: 0;
}

.comment-list li:last-child {
  border-bottom: none;
}

.comment-list ul {
  border-top: 1px solid #979797;
  padding-left: 20px;
  display: block;
}

.comment-list>li>ul {
  border-top: none;
  padding-left: 0;
}

.comment-list-title {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.comment-list-text {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #333333;
}

.comment-list-info {
  text-align: right;
  margin: 0;
  font-size: 14px;
  color: #636363;
  padding-bottom: 15px;
}

/* ----------------
エントリーの部分
------------------ */
.entry {
  word-break: break-word;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e1e1e1;
}

.entry .entry-header {
  padding: 15px 0px;
  margin-bottom: 10px;
}

.entry .entry-date {
  font-family: Verdana;
  font-size: 14px;
  color: #888888;
  margin: 0 0 5px 0;
}

.entry .entry-title {
  font-size: 30px;
  color: #4e463a;
  margin: 0;
  line-height: 1.4;
  font-family: FOT-筑紫明朝 Pr6 LB;
  padding: 5px;
  display: block;
}

.entry .entry-title a {
  text-decoration: none;
}

.entry .entry-title a:link,
.entry .entry-title a:hover,
.entry .entry-title a:focus,
.entry .entry-title a:visited {
  color: #4e463a;
}

.entry .entry-title a:hover {
  background-color: #e1e1e1;
  transition: color 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.entry-labels {
  padding: 0;
  margin: 0 0 10px 0;
  list-style-type: none;
}

.entry-labels li {
  padding: 0 5px;
  display: inline-block;
}

.entry-labels a {
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  line-height: 1;
  font-size: 11px;
}

.entry-labels a:link,
.entry-labels a:hover,
.entry-labels a:visited {
  text-decoration: none;
}

.entry-category-label {
  background-color: #666;
}

.entry-category-label:link,
.entry-category-label:hover,
.entry-category-label:focus,
.entry-category-label:visited {
  color: #FFFFFF;
}

.entry-tag-label {
  background-color: #DDD;
}

.entry-tag-label:link,
.entry-tag-label:hover,
.entry-tag-label:focus,
.entry-tag-label:visited {
  color: #007AB7;
}

.entry-body {
  line-height: 1.6;
  margin-right: -10px;
  margin-left: -10px;
  font-size: 16px;

  img {
    max-width: 100%;
    height: auto;
  }
}

.entry-body p {
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 1.8;
}

.entry-body p strong {
  background: linear-gradient(transparent 60%, #f7eea8 60%);
}

.entry-body p em {
  font-weight: bold;
  color: #0a5634;
}

.entry-body a:hover {
  text-decoration: none;
}

.entry-body h2,
.entry-body h3,
.entry-body h4 {
  font-family: FOT-筑紫明朝 Pr6 LB;
  color: #4e463a;
}

.entry-body h2 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 15px;
}

.entry-body h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}

.entry-body h4,
.entry-body h5 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}

.entry-body ul {
  padding: 0 10px;
  margin: 0 0 30px 0;
}

.entry-body ul li {
  position: relative;
  color: #333333;
  list-style-type: none;
  padding-left: 35px;
  margin-bottom: 10px;
}

.entry-body ul li:before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: "";
  display: inline-block;
  background: #cacaca;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin-right: 8px;
}

.entry-body ol {
  padding-left: 45px;
}

.entry-body ol li {
  margin-bottom: 10px;
}

.entry-body dt {
  font-weight: bold;
  margin-bottom: 15px;
}

.entry-body dd {
  margin-left: 15px;
  margin-bottom: 15px;
}

.entry-body table {
  font-size: 16px;
  color: #333333;
  width: 100%;
  margin-bottom: 20px;
}

.entry-body table th {
  padding: 10px;
  background: #eeeeee;
  border: 1px solid #999999;
}

.entry-body table td {
  padding: 10px;
  border: 1px solid #999999;
}

.entry-body blockquote {
  line-height: 1.7;
  border: 1px solid #999999;
  border-left: 7px solid #999999;
  padding: 20px 10px;
  font-size: 14px;
}

.entry-body .quoteTitle a {
  font-weight: bold;
  font-size: 18px;
}

.entry-body .quoteDescription {
  font-size: 13px;
}

.entry-body .caption {
  margin-bottom: 10px;
  font-size: 12px;
  color: #666;
  line-height: 1.2;
}

.entry-body .prettyprint {
  margin: 0 0 20px 0;
}

.entry-body .prettyprint ol {
  padding-left: 30px;
  margin: 0;
  line-height: 2em;
}

.entry-body .prettyprint li {
  margin-bottom: 5px;
  line-height: 1.5;
}

.entry-body .entry-container {
  clear: both;
}

.entry-body ul,
.entry-body ol,
.entry-body dl {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .entry-body .entry-container {
    -ms-overflow-x: auto;
    overflow-x: auto;
  }

  .entry-body table th,
  .entry-body table td {
    white-space: nowrap;
  }
}

.entry-continue-btn-wrap {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  padding: 0;
}

.entry-continue-btn-wrap:before,
.entry-continue-btn-wrap:after {
  content: " ";
  display: table;
}

.entry-continue-btn-wrap:after {
  clear: both;
}

.entry-continue-btn {
  position: relative;
  float: right;
  max-width: 540px;
  padding: 10px 40px 10px 10px;
  display: block;
  background-color: #4b6746;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.entry-continue-btn:link,
.entry-continue-btn:hover,
.entry-continue-btn:focus,
.entry-continue-btn:visited {
  color: #FFFFFF;
}

.entry-continue-btn:link,
.entry-continue-btn:hover,
.entry-continue-btn:visited {
  text-decoration: none;
}

.entry-continue-btn:hover,
.entry-continue-btn:focus {
  background-color: #75946f;
}

.entry-continue-btn i {
  position: absolute;
  right: 10px;
  top: 15px;
}

.entry-footer {
  padding: 30px 0;
}

.entry-user {
  color: #777777;
  font-size: 14px;
}

.entry-user i {
  margin-right: 5px;
}

.entry-user-info {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color: #999999;
}

.entry-user-info a {
  color: #999999;
}

.entry-user-info i {
  font-size: 14px;
  vertical-align: text-top;
}

.entry-user-info i {
  margin-left: 10px;
}

.entry-user-info:first-child i {
  margin-left: 0;
}

.entry-social {
  margin-top: 10px;
  background-color: #eee;
  padding: 10px;
}

.entry-social-inner {
  padding: 0;
  margin: 0 auto;
  display: table;
}

.entry-social-btn-wrap {
  float: left;
  display: block;
  line-height: 1px;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: 20px;
}

.entry-social-btn-wrap:last-child {
  margin-right: 0;
}

/* ----------------
acms.cssの上書き
------------------ */
@media screen and (max-width: 767px) {

  .acms-entry [class*=column-eximage-].nocaption,
  .acms-entry [class*=column-image-].nocaption,
  .acms-entry [class*=column-map-],
  .acms-entry [class*=column-media-].nocaption,
  .acms-entry [class*=column-video-],
  .acms-entry [class*=column-yolp-],
  .acms-entry [class*=column-youtube-] {
    text-align: center;
  }

  .column-eximage-left,
  .column-image-left,
  .column-media-left {
    float: none;
    text-align: center;
  }

  .column-eximage-right,
  .column-image-right,
  .column-media-right {
    float: none;
    text-align: center;
  }

  .entry-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .acms-entry .caption {
    text-align: center;
  }

  .entry {
    background: none;
    padding: 0;
    margin-bottom: 30px;
    border: none;
  }

  .entry-body h2 {
    font-size: 22px;
  }

  .entry-body h3 {
    font-size: 20px;
  }

  .entry-body h4 {
    font-size: 18px;
  }
}

/* ------------------------------
　　エントリーサマリー（リスト表示）
------------------------------ */
.entry-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.entry-list .acms-admin-label {
  display: inline-block;
}

.entry-list li {
  display: block;
  padding: 10px;
  color: #333333;
}

.entry-list a {
  display: block;
  margin: -10px;
  padding: 10px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.entry-list a:link,
.entry-list a:hover,
.entry-list a:focus,
.entry-list a:visited {
  color: #333333;
}

.entry-list a:link,
.entry-list a:hover,
.entry-list a:visited {
  text-decoration: none;
}

.entry-list a:hover,
.entry-list a:focus {
  background-color: #FFFFFF;
}

.entry-list-date {
  color: #888888;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}

.entry-list-category {
  color: #007ab7;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
}

.entry-list-title {
  font-size: 14px;
  display: block;
}

/* ------------------------------
　　ナビゲーション
------------------------------ */
.nav {
  background-color: #FFFFFF;
}

.nav-list {
  max-width: 970px;
  padding: 0 15px;
  margin: 0 auto;
}

.nav-list:before,
.nav-list:after {
  content: " ";
  display: table;
}

.nav-list:after {
  clear: both;
}

.nav-list li {
  padding: 13px 20px;
  float: left;
  display: block;
  list-style-type: none;
}

.nav-list a {
  display: block;
  margin: -13px -20px;
  padding: 13px 20px;
  color: #666;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.nav-list a:link,
.nav-list a:hover,
.nav-list a:visited {
  text-decoration: none;
}

.nav-list a:hover,
.nav-list a:focus {
  background-color: white;
}

.nav-list a:active,
.nav-list a:hover {
  background-color: #EEE;
}

#nav-list-wrap {
  display: inline;
}

.nav-title {
  display: none;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  padding: 10px;
  margin: 0;
  background-color: #FFFFFF;
}

/* パターン2 */
.links {
  padding: 20px 0;
}

.links-list {
  max-width: 970px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 16px;
  list-style-type: none;
}

.links-list li {
  margin-bottom: 20px;
}

.links-list li:last-child {
  margin-bottom: 0;
}

.links-list a {
  text-decoration: none;
}

.links-list a:link,
.links-list a:hover,
.links-list a:focus,
.links-list a:visited {
  color: #333333;
}

.links-list a:hover {
  text-decoration: underline;
}

.links-list a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #cacaca;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .nav-title {
    display: block;
  }

  .nav-title i {
    float: right;
  }

  .js-toggle-heading {
    cursor: pointer;
  }

  #nav-list-wrap {
    display: block;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
  }

  .nav-list {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    padding: 0;
    color: #333333;
    background-color: #ffffff;
  }

  .nav-list li {
    float: none;
    font-weight: bold;
    border-left: none;
  }

  .nav-list li:last-child {
    border-right: none;
  }

  .nav-list li:last-child a {
    border-right: none;
  }

  .nav-list a {
    background-color: #FFFFFF;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-left: none;
    border-bottom: 1px solid #9b9b9b;
  }

  .nav-list a:link,
  .nav-list a:hover,
  .nav-list a:focus,
  .nav-list a:visited {
    color: #333333;
  }

  .nav-list a:hover,
  .nav-list a:focus {
    background-color: #EEEEEE;
  }
}

/* ----------------
シリアルナビ
------------------ */
.serial-nav {
  position: relative;
  height: 35px;
  margin-bottom: 30px;
  font-size: 14px;
}

.serial-nav ul {
  margin: 0;
  padding: 0;
}

.serial-nav li {
  list-style-type: none;
  display: block;
}

.serial-nav a {
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 5px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #007AB7;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.serial-nav a:link,
.serial-nav a:hover,
.serial-nav a:focus,
.serial-nav a:visited {
  color: #FFFFFF;
}

.serial-nav a:link,
.serial-nav a:hover,
.serial-nav a:visited {
  text-decoration: none;
}

.serial-nav a:hover,
.serial-nav a:focus {
  background-color: #02476A;
}

.serial-nav-prev {
  max-width: 290px;
  float: left;
}

.serial-nav-prev a {
  position: relative;
  padding: 5px 10px 5px 25px;
}

.serial-nav-prev-icon {
  position: absolute;
  top: 8px;
  left: 5px;
}

.serial-nav-index {
  width: 60px;
  top: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  text-align: center;
}

.serial-nav-index a {
  padding: 5px 0;
}

.serial-nav-next {
  max-width: 290px;
  text-align: right;
  float: right;
}

.serial-nav-next a {
  position: relative;
  padding: 5px 25px 5px 10px;
}

.serial-nav-next-icon {
  position: absolute;
  top: 8px;
  right: 5px;
}

@media screen and (max-width: 970px) {

  .serial-nav-next,
  .serial-nav-prev {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .serial-nav {
    height: auto;
  }

  .serial-nav ul {
    position: static;
    padding: 5px 10px;
  }

  .serial-nav li {
    position: static;
    padding: 5px 10px;
  }

  .serial-nav-prev {
    max-width: 100%;
    float: left;
    width: 50%;
  }

  .serial-nav-next {
    max-width: 100%;
    float: right;
    width: 50%;
  }

  .serial-nav-index {
    width: 100%;
    clear: both;
    margin: 10px 0 0 0;
    max-width: 100%;
  }
}

/* ----------------
ページャー
------------------ */
.pager {
  width: 100%;
}

.pager ul {
  margin: 0 135px;
  padding: 0;
  text-align: center;
}

.pager li {
  list-style-type: none;
  background: #ffffff;
  margin-bottom: 5px;
}

.pager li span {
  display: block;
  width: 100%;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #949494;
  font-size: 14px;
  color: #949494;
}

.pager li a>span {
  color: #ffffff;
  border: 1px solid #4b6746;
  background-color: #4b6746;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.pager li a>span:hover,
.pager li a>span:focus {
  background-color: #75946f;
}

.pager a {
  display: block;
  width: 100%;
}

.pager a:link,
.pager a:hover,
.pager a:visited {
  text-decoration: none;
}

.pager a:link,
.pager a:hover,
.pager a:focus,
.pager a:visited {
  color: #FFFFFF;
}

.pager-item {
  width: 37px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
}

.pager-next {
  float: right;
  height: 33px;
  line-height: 33px;
  margin: 0;
}

.pager-next a {
  border-radius: 5px;
  padding: 0 10px;
  background-color: #4b6746;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.pager-next a:hover,
.pager-next a:focus {
  background-color: #75946f;
}

.pager-next-icon {
  margin-left: 5px;
}

.pager-container {
  position: relative;
}

.pager-prev {
  float: left;
  height: 33px;
  line-height: 33px;
  margin: 0;
}

.pager-prev a {
  border-radius: 5px;
  padding: 0 10px;
  background-color: #4b6746;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.pager-prev a:hover,
.pager-prev a:focus {
  background-color: #75946f;
}

.pager-prev-icon {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .pager {
    display: table;
  }

  .pager-container {
    display: table-footer-group;
  }

  .pager ul {
    margin: 0;
  }
}

/* ------------------------------
　　プロフィール
------------------------------ */
.profile {
  margin-bottom: 20px;
}

.profile-name {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin: 0 0 10px 0;
}

.profile-position {
  font-size: 12px;
  color: #333;
  margin: 0 0 15px 0;
}

.profile-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 20px 0;
}

.profile-img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto 10px auto;
}

.profile-icon-list {
  text-align: center;
}

@media screen and (min-width: 480px) {
  .js-acms-offcanvas-body-right {
    left: -300px;
  }

  .js-acms-offcanvas-body-left {
    left: 300px;
  }

  .js-acms-offcanvas-active .js-acms-offcanvas-sidebar {
    width: 300px;
  }

  .js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right {
    margin-right: -300px;
  }

  .js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left {
    margin-left: -300px;
  }

  .js-acms-offcanvas-body-right .js-acms-header-fixed {
    margin-left: -300px;
  }

  .js-acms-offcanvas-body-left .js-acms-header-fixed {
    margin-left: 300px;
  }
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form {
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.search-form-text {
  width: 100%;
  display: table-cell;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #bfbfbf;
  height: 30px;
  font-size: 14px;
  padding: 5px;
}

.search-form-btn-wrap {
  display: table-cell;
  position: relative;
  width: 40px;
}

.search-form-btn {
  width: 100%;
  height: 30px;
  padding: 0;
  line-height: 1;
  text-align: center;
  background: #949494;
  font-size: 18px;
  color: #ffffff;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  margin-left: -1px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------------------
　　検索結果の表示
------------------------------ */
.search-result {
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
  font-family: FOT-筑紫明朝 Pr6 LB;
  color: #4e463a;
}

.search-result-heading {
  font-size: 18px;
  color: #333333;
  line-height: 1.3;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  /*background-color: #fff;*/
  z-index: 1;
  margin: 0;
}

.search-result-heading a {
  color: #333333;
}

.search-result-heading a:hover {
  color: #004cc5;
}

.social-icon {
  width: 44px;
  height: 44px;
  background-color: #9b9b9b;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.social-icon:link,
.social-icon:hover,
.social-icon:focus,
.social-icon:visited {
  color: #FFFFFF;
}

.social-icon:link,
.social-icon:hover,
.social-icon:visited {
  text-decoration: none;
}

.social-icon:last-child {
  margin-right: 0;
}

.social-icon:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
}

.social-icon i {
  line-height: 1.8;
}

.social-icon-twitter {
  background-color: #55acee;
}

.social-icon-facebook {
  background-color: #3b5998;
}

.social-icon-gplus {
  background-color: #cc3732;
}

/* ----------------
　　エントリーサマリー（カード表示）
------------------ */
.card {
  margin: 0 -12.5px;
  margin-bottom: 30px;
}

.card:before,
.card:after {
  content: " ";
  display: table;
}

.card:after {
  clear: both;
}

.card-item {
  float: left;
  width: 33.33333333333%;
  padding: 0 12.5px;
  margin-bottom: 10px;
}

.card-img {
  width: 100%;
  height: 0;
  padding-bottom: 84%;
  margin-bottom: 10px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.card-title {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.card-title a:link,
.card-title a:hover,
.card-title a:visited {
  text-decoration: none;
}

.card-text {
  font-size: 12px;
  color: #333;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .card-item {
    float: none;
    width: auto;
  }

  .card-item:before,
  .card-item:after {
    content: " ";
    display: table;
  }

  .card-item:after {
    clear: both;
  }

  .card-img-wrap {
    float: left;
    width: 50%;
  }

  .card-body {
    float: left;
    width: 50%;
    padding: 0 0 10px 10px;
  }
}

.media {
  margin: 0 -7.5px;
  margin-bottom: 30px;
}

.media:before,
.media:after {
  content: " ";
  display: table;
}

.media:after {
  clear: both;
}

.media-time {
  font-weight: bold;
  font-size: 12px;
  color: #888888;
}

.media-item {
  float: left;
  width: 50%;
  padding: 0 7.5px;
  margin-bottom: 10px;
}

.media-img {
  float: left;
  width: 150px;
  height: 100px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.media-body {
  margin-left: 160px;
}

.media-title {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.media-title a:link,
.media-title a:hover,
.media-title a:focus,
.media-title a:visited {
  color: #333333;
}

.media-title a:link,
.media-title a:hover,
.media-title a:visited {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .media-item {
    float: none;
    width: auto;
  }
}

/* ------------------------------
　　タグクラウド
------------------------------ */
.tag-cloud {
  padding: 0;
  margin: 0 0 20px 0;
}

.tag-cloud a:link,
.tag-cloud a:hover,
.tag-cloud a:focus,
.tag-cloud a:visited {
  color: #2262AC;
}

.tag-cloud a:link,
.tag-cloud a:visited {
  text-decoration: none;
}

.tag-cloud a:hover {
  text-decoration: underline;
}

.tag-cloud li {
  list-style-type: none;
  display: inline;
}

.tag-cloud ul {
  padding: 0 0 0 10px;
  margin: 0;
}

.tag-cloud .acms-admin-module-edit a {
  text-decoration: underline;
}

.tag-cloud .acms-admin-module-edit a:link,
.tag-cloud .acms-admin-module-edit a:hover,
.tag-cloud .acms-admin-module-edit a:focus,
.tag-cloud .acms-admin-module-edit a:visited {
  color: #FFFFFF;
}

.tag-cloud-item1 {
  font-size: 12px;
}

.tag-cloud-item2 {
  font-size: 12px;
}

.tag-cloud-item3 {
  font-size: 14px;
}

.tag-cloud-item4 {
  font-size: 14px;
}

.tag-cloud-item5 {
  font-size: 14px;
}

.tag-cloud-item6 {
  font-size: 16px;
}

.tag-cloud-item7 {
  font-size: 16px;
}

.tag-cloud-item8 {
  font-size: 16px;
}

.tag-cloud-item9 {
  font-size: 16px;
}

.tag-cloud-item10 {
  font-size: 16px;
}

.tag-cloud-item11 {
  font-size: 16px;
  font-weight: bold;
}

.tag-cloud-item12 {
  font-size: 16px;
  font-weight: bold;
}

.tag-cloud-item13 {
  font-weight: bold;
}

.tag-cloud-item14 {
  font-weight: bold;
}

.tag-cloud-item15 {
  font-size: 18px;
  font-weight: bold;
}

.tag-cloud-item16 {
  font-size: 18px;
  font-weight: bold;
}

.tag-cloud-item17 {
  font-weight: bold;
}

.tag-cloud-item18 {
  font-weight: bold;
}

.tag-cloud-item19 {
  font-weight: bold;
}

.tag-cloud-item20 {
  font-size: 20px;
  font-weight: bold;
}

.tag-cloud-item21 {
  font-size: 20px;
  font-weight: bold;
}

.tag-cloud-item22 {
  font-size: 20px;
  font-weight: bold;
}

.tag-cloud-item23 {
  font-size: 20px;
  font-weight: bold;
}

.tag-cloud-item24 {
  font-size: 20px;
  font-weight: bold;
}

.tag-cloud-item25 {
  font-size: 20px;
  font-weight: bold;
}

.tag-filter {
  text-align: center;
  margin-bottom: 20px;
}

.tag-filter-list {
  margin: 0;
  padding: 0;
  text-align: center;
}

.tag-filter-list li {
  display: inline-block;
  list-style-type: none;
}

.tag-filter-list li:after {
  color: #9b9b9b;
  content: "/";
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.tag-filter-list li:last-child:after {
  display: none;
}

.tag-filter-list a {
  color: #9b9b9b;
}

.tag-filter-list a:hover {
  color: #004cc5;
}

/* ------------------------------
　　エントリーサマリー（サムネイル表示）
------------------------------ */
.thumbnail {
  margin: 0 0 20px 0;
  padding: 0;
}

.thumbnail li {
  list-style-type: none;
  margin-bottom: 10px;
  display: block;
}

.thumbnail a {
  text-shadow: 0 0 3px #000000;
}

.thumbnail a:link,
.thumbnail a:hover,
.thumbnail a:visited {
  text-decoration: none;
}

.thumbnail a:link,
.thumbnail a:hover,
.thumbnail a:focus,
.thumbnail a:visited {
  color: #FFFFFF;
}

.thumbnail-bg {
  display: table;
  width: 100%;
  height: 150px;
  background: #333333 center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
  text-shadow: 0 0 3px #000000;
}

.thumbnail-bg:hover {
  opacity: .7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

.thumbnail-inner {
  display: block;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
}

.thumbnail-shade {
  padding: 10px 5px;
  background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 34%);
  background: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 34%);
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 34%);
}

.thumbnail-date {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
}

.thumbnail-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .thumbnail li {
    width: 100%;
    float: none;
    padding: 0;
  }
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  margin: 0;
  padding: 15px 0;
  list-style-type: none;
  font-size: 12px;
}

.topicpath-wrap {
  min-height: 48px;
}

.topicpath li {
  margin-left: 20px;
  display: inline-block;
}

.topicpath li:after {
  content: ">";
  display: inline-block;
  margin-left: 20px;
}

.topicpath li:first-child {
  margin-left: 0;
}

.topicpath li:last-child:after {
  display: none;
}