@-webkit-keyframes speed {
  to {
    opacity: 1;
  }
}

@keyframes speed {
  to {
    opacity: 1;
  }
}
.article-post__body h2 .h-sub {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.5rem;
}
.article-post__body h2 {
  margin-top: 73px;
  margin-bottom: 30px;
  padding: 11px 14px 10px;
  border-left: 8px solid #90c3f0;
  color: #001f4c;
  font-weight: 700;
  font-size: 2rem;
}
.article-post__body h3 {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #90c3f0;
  color: #001f4c;
  font-weight: 700;
  font-size: 1.7rem;
}
.article-post__body h4 {
  margin-top: 30px;
  margin-bottom: 1em;
  color: #001f4c;
  font-weight: 700;
}
.article-list {
  border-top: 1px dotted #999;
}
.article-list li {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dotted #999;
}
.article-list li:after {
  display: block;
  clear: both;
  content: "";
}
.article-list .category,.article-list .time,.article-list .url {
  float: left;
}
.article-list .time,.article-list .url {
  display: block;
}
.article-list .category {
  margin-right: 25px;
  margin-left: 30px;
}
.article-list .url {
  width: 70%;
}
.article-post__header .time {
  display: block;
  margin-top: .5em;
  margin-bottom: .5em;
}
.article-post__footer {
  margin-top: .5em;
  color: #999;
  font-size: 1.3rem;
}
.article-post__body strong,.article-post__footer .time {
  font-weight: 700;
}
.article-post__body {
  margin-top: 56px;
  line-height: 1.5;
}
.article-post__body img {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.article-post__body h2:first-child,.article-post__body h3:first-child,.article-post__body h4:first-child,.article-post__body img:first-child,.article-post__body ol:first-child,.article-post__body ul:first-child {
  margin-top: 0;
}
.article-post__body img:last-child,.article-post__body ol:last-child,.article-post__body ul:last-child {
  margin-bottom: 0;
}
/* .article-post__body em {
  background: linear-gradient(transparent 65%,#fbd 65%);
} */
.article-post__body h2 a {
  color: inherit;
}
.article-post__body h2 a:hover {
  color: #eb6202;
}
.article-post__body h3+h4 {
  margin-top: 0;
}
.article-post__body p~p {
  margin-top: 1em;
}
.article-post__body ol,.article-post__body ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.article-post__body h3 a,.article-post__body h4 a {
  display: block;
  padding-left: 25px;
  background: url(/assets/img/arw_orange02.png) 0 .25em no-repeat;
}
.article-post__body ul {
  margin-left: 1.25em;
}
.article-post__body ul li {
  list-style: disc outside;
}
.article-post__body ol {
  margin-left: 2.15em;
}
.article-post__body ol li {
  list-style: decimal outside;
}
#page-corporation .tabs-1 > .tabs__tablist li:nth-last-child(2){
  border-bottom: 1px solid #d2d2d2;
}
.tabs-1>.tabs__tablist li {
  width: 33.333%;
  flex-basis: 33.333%;
  justify-content: center;
}
.tabs-1>.tabs__tablist a {
  overflow: hidden;
  height: 60px;
  border: 0;
  /*background-color: transparent;
  background-image: url(/assets/img/tablist_article.png);
  background-repeat: no-repeat;*/
}
.tabs-1>.tabs__tablist a:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
.tabs-1>.tabs__tablist .year-all {
  /*width: 334px;*/
}
.tabs-1>.tabs__tablist .year-all a {
  background-position: 0 0;
}
.tabs-1>.tabs__tablist .year-all a:hover {
  background-position: 0 -60px;
}
.tabs-1>.tabs__tablist .year-all a.is-focus {
  background-position: 0 100%;
}
.tabs-1>.tabs__tablist .year-2020 a {
  background-position: -334px 0;
}
.tabs-1>.tabs__tablist .year-2020 a:hover {
  background-position: -334px -60px;
}
.tabs-1>.tabs__tablist .year-2020 a.is-focus {
  background-position: -334px 100%;
}
.tabs-1>.tabs__tablist .year-2019 a {
  background-position: -667px 0;
}
.tabs-1>.tabs__tablist .year-2019 a:hover {
  background-position: -667px -60px;
}
.tabs-1>.tabs__tablist .year-2019 a.is-focus {
  background-position: -667px 100%;
}
.tabs-1>.tabs__tablist .year-2018 a {
  background-position: -1000px 0;
}
.tabs-1>.tabs__tablist .year-2018 a:hover {
  background-position: -1000px -60px;
}
.tabs-1>.tabs__tablist .year-2018 a.is-focus {
  background-position: -1000px 100%;
}
.tabs-1>.tabs__tablist .year-2017 a {
  background-position: -1333px 0;
}
.tabs-1>.tabs__tablist .year-2017 a:hover {
  background-position: -1333px -60px;
}
.tabs-1>.tabs__tablist .year-2017 a.is-focus {
  background-position: -1333px 100%;
}
.tabs-1>.tabs__tablist .year-2016 a {
  background-position: -1666px 0;
}
.tabs-1>.tabs__tablist .year-2016 a:hover {
  background-position: -1666px -60px;
}
.tabs-1>.tabs__tablist .year-2016 a.is-focus {
  background-position: -1666px 100%;
}
.tabs-1>.tabs__tablist .year-2015 a {
  background-position: -1999px 0;
}
.tabs-1>.tabs__tablist .year-2015 a:hover {
  background-position: -1999px -60px;
}
.tabs-1>.tabs__tablist .year-2015 a.is-focus {
  background-position: -1999px 100%;
}
.tabs-1>.tabs__tablist .year-2014 a {
  background-position: 100% 0;
}
.tabs-1>.tabs__tablist .year-2014 a:hover {
  background-position: 100% -60px;
}
.tabs-1>.tabs__tablist .year-2014 a.is-focus {
  background-position: 100% 100%;
}
@media (max-width: 767.98px) {
  .tabs-1 > .tabs__tablist li {
    flex-basis: 50%;
  }
  .article-list .time, .article-list .url {
    display: block;
    float: none;
  }
  .article-list .url {
    width: 100%;
    margin-top: 15px;
  }
  .article-list .category {
    float: none;
    margin: 10px 0;
  }
}