/*clear fix*/
@keyframes showAnime {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* ------------------------------------------------
  topics
---------------------------------------------- */

[v-cloak] {
	display: none;
}

.topics-ttl {
  margin-bottom: 35px;
  padding-left: 55px;
  font-size: 40px;
  background-image: url(/img/honnoriya/ico_topics_1.png);
  background-repeat: no-repeat;
  background-size: 45px auto;
  background-position: left center;
}

@media screen and (max-width: 768px) {
  .topics-ttl {
    margin-bottom: 20px;
    padding-left: 35px;
    background-size: 29px auto;
    font-size: 25px;
  }
}

.topics-nav {
  border-radius: 6px;
}

.topics-nav__ttl {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 10px 60px;
  border-radius: 6px 6px 0 0;
  background-image: url(/img/honnoriya/ico_topics_2.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 27px auto;
  background-color: #012869;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .topics-nav__ttl {
    /*display: none;*/
  }
  .topics-nav__ttl:first-child + .topics-nav__list {
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
}

.topics-nav__subttl {
  padding: 6px 20px;
  background: #ccd4e1;
  color: #ef6319;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topics-nav__subttl {
    /*display: none;*/
  }
}

@media screen and (max-width: 768px) {
  .topics-nav__list {
    margin: 0 -15px 0;
    padding: 0 15px;
  }
  .topics-nav__list:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
  }
}

.topics-nav__item {
  position: relative;
  margin-bottom: 1px;
}

.topics-nav__item:last-child .topics-nav__link {
  border-radius: 0 0 6px 6px;
}

.topics-nav__item.current .topics-nav__link {
  background: #faf9f6;
}

@media screen and (max-width: 768px) {
  .topics-nav__item {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .topics-nav .prev {
    display: block;
    float: left;
  }
  .topics-nav .prev .topics-nav__link {
    padding: 5px 10px 5px 20px;
  }
  .topics-nav .prev .topics-nav__link:hover {
    text-decoration: underline;
  }
  .topics-nav .prev .topics-nav__link:before {
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: none;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    border-bottom: none;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .topics-nav .next {
    display: block;
    float: right;
  }
  .topics-nav .next .topics-nav__link {
    padding: 5px 20px 5px 10px;
  }
  .topics-nav .next .topics-nav__link:hover {
    text-decoration: underline;
  }
  .topics-nav .next .topics-nav__link:before {
    top: 13px;
    left: inherit;
    right: 0;
    width: 6px;
    height: 6px;
    border-left: none;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    border-bottom: none;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
}

.topics-nav__link {
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
  position: relative;
  display: block;
	width: 100%;
  text-decoration: none;
  background: #fff;
  padding: 11px 15px 11px 40px;
  color: #333;
	text-align: left;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
}

@media screen and (max-width: 768px) {
  .topics-nav__link {
    color: #004699;
    /*background: none;*/
  }
}

.topics-nav__link:hover {
  text-decoration: none;
  background: #f8f6f5;
}

@media screen and (max-width: 768px) {
  .topics-nav__link:hover {
    background: none;
  }
}

.topics-nav__link:before {
  position: absolute;
  top: 18px;
  left: 20px;
  border-left: 7px solid #999;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: "";
}

.pager {
  text-align: center;
}

.pager:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

@media screen and (max-width: 768px) {
  .pager {
    width: 290px;
    margin: 0 auto -5px;
  }
}

.pager__item {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  margin-right: 4px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .pager__item {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    display: none;
  }
  .pager__item:last-child, .pager__item:nth-child(-n+4) {
    display: inline-block;
  }
}

.pager__item-link {
  position: relative;
  display: block;
  text-decoration: none;
  background: #fff;
}

.pager__item a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.pager__item--prev {
  width: 80px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .pager__item--prev {
    width: 70px;
    margin-right: 10px;
  }
}

.pager__item--prev .pager__item-link {
  padding-left: 10px;
  border-radius: 4px;
}

.pager__item--prev .pager__item-link:before {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  content: "";
}

.pager__item--next {
  width: 80px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .pager__item--next {
    width: 70px;
    margin-right: 0;
    margin-left: 5px;
  }
}

.pager__item--next .pager__item-link {
  padding-right: 10px;
  border-radius: 4px;
}

.pager__item--next .pager__item-link:before {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  content: "";
}

.pager .current .pager__item-link {
  background: #eee9e5;
  color: #333;
  font-weight: bold;
}

.pager .disable .pager__item-link {
  color: #999;
  background: #eee9e5;
}

.topics-post__meta {
  margin-bottom: 20px;
}

.topics-post__date {
  display: inline-block;
}

.topics-post__category {
  display: inline-block;
  border-radius: 4px;
  width: 105px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-left: 10px;
}

.topics-post__sns {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .topics-post__sns {
    margin-bottom: 15px;
  }
}

.topics-post__sns li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .topics-post__sns li {
    width: 30px;
  }
}

.topics-post__sns img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.topics-post__ttl {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.15;
}

@media screen and (max-width: 768px) {
  .topics-post__ttl {
    margin-bottom: 15px;
    font-size: 25px;
  }
}

.topics-post__inquiry {
  margin-bottom: 40px;
  padding: 25px 30px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .topics-post__inquiry {
    margin-bottom: 0;
    padding: 15px;
  }
}

.topics-post__inquiry-ttl {
  font-weight: bold;
}

.topics-post__inquiry-list li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .topics-post__inquiry-list li {
    display: block;
  }
}

.topics-post__inquiry-list a {
  text-decoration: none;
}

.topics-post__inquiry-list a:hover {
  text-decoration: underline;
}

.topics-contents p {
  margin-bottom: 2em;
  line-height: 2;
}

.topics-contents img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 2em;
}

.topics-contents h2 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #ef6319;
}

@media screen and (max-width: 768px) {
  .topics-contents h2 {
    position: relative;
    background: #e5d9c4;
    margin: 0 -15px;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 12px 15px 12px 30px;
    line-height: 1.4;
    text-align: left;
  }
  .topics-contents h2:before {
    position: absolute;
    top: 12px;
    left: 0px;
    width: 3px;
    height: calc(100% - 24px);
    content: "";
    background: #ef6319;
  }
}

.topics-contents + .menu-sub-ttl {
  border-top: 2px solid #ccc;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .topics-contents + .menu-sub-ttl {
    border-top: none;
    padding: 12px 15px 12px 30px;
  }
}

.menu-sub-ttl {
  font-size: 30px;
  color: #ef6319;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .menu-sub-ttl {
    position: relative;
    background: #e5d9c4;
    margin: 0 -15px;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 12px 15px 12px 30px;
    line-height: 1.4;
    text-align: left;
  }
  .menu-sub-ttl:before {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 3px;
    height: calc(100% - 24px);
    content: "";
    background: #ef6319;
  }
}

@media screen and (max-width: 768px) {
  .menu-sub-ttl + .item-list {
    margin-top: -16px;
  }
}
