@charset "UTF-8";
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.infoHead {
  background-color: #1e73be;
}

/*User Custom Color SP*/
.t-color .globalNavi__switch {
  background-color: #081084;
}
.t-color .dateList__item a:hover,
.t-color .footerNavi__list li a:hover,
.t-color .copyright__link:hover {
  color: #081084;
}
.t-color .heading.heading-first:first-letter,
.t-color .heading a:hover {
  color: #081084;
}
.t-color .btn__link,
.t-color .widget .tag-cloud-link,
.t-color .comment-respond .submit,
.t-color .comments__list .comment-reply-link {
  color: #081084;
}
.t-color .widget a:hover,
.t-color .widget ul li .rsswidget {
  color: #081084;
}
.t-color .content a,
.t-color .related__title,
.t-color .ctaPost__btn:hover,
.t-color .prevNext__title {
  color: #081084;
}
.t-color .globalNavi__list,
.t-color .eyecatch__cat a,
.t-color .pagetop,
.t-color .archiveTitle::before,
.t-color .heading.heading-secondary::before,
.t-color .btn__link:hover,
.t-color .widget .tag-cloud-link:hover,
.t-color .comment-respond .submit:hover,
.t-color .comments__list .comment-reply-link:hover {
  background-color: #081084;
}
.t-color .widget::before,
.t-color .widget .calendar_wrap tbody a:hover {
  background-color: #081084;
}
.t-color .comments__list .comment-meta,
.t-color .ctaPost__btn,
.t-color .prevNext__pop {
  background-color: #081084;
}
.t-color .archiveList,
.t-color .heading.heading-widget,
.t-color .btn__link,
.t-color .widget .tag-cloud-link,
.t-color .comment-respond .submit,
.t-color .comments__list .comment-reply-link,
.t-color .content a:hover,
.t-color .ctaPost__btn, .t-color.t-light .l-hMain::before {
  border-color: #081084;
}

/*User Custom Color SP/PC*/
.content {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 60px auto;
}
.content h2 {
  padding: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  background: linear-gradient(#0303a5 0%, #081084 100%);
  border: 1px solid #0303a5;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.25);
}
.content h3 {
  position: relative;
  padding: 20px 20px 20px 38px;
  border: 1px solid #e5e5e5;
  color: #081084;
  border-top: 4px solid #0303a5;
  background: linear-gradient(#ffffff 0%, #efefef 100%);
  box-shadow: 0 -1px 0 rgb(255, 255, 255) inset;
}
.content h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 4px solid #0303a5;
  border-radius: 100%;
  box-sizing: border-box;
}
.content h4::before, .content h4::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #63acb7;
}
.content h4::before {
  left: 10px;
}
.content h4::after {
  right: 10px;
}
.content h5 {
  padding-bottom: 10px;
  color: #191919;
  border-bottom: 3px solid #030ea5;
}
.content::after {
  content: "";
  display: block;
  clear: both;
}
.content.content-page {
  margin: 0;
}
.content a {
  color: #2e3092;
  word-wrap: break-word;
}
.content a:hover {
  font-weight: bold;
  border-bottom: #2e3092 1px solid;
}
.content p {
  margin-top: 20px;
}
.content p::after {
  content: "";
  display: block;
  clear: both;
}
.content h2,
.content h3,
.content h4,
.content h5 {
  line-height: 1.5;
  margin-top: 40px;
}
.content h2 {
  font-size: 2.6rem;
}
.content h3 {
  font-size: 2.2rem;
}
.content h4 {
  font-size: 1.8rem;
}
.content h5 {
  font-size: 1.6rem;
}
.content h2 + h2,
.content h2 + h3,
.content h2 + h4,
.content h2 + h5 {
  margin-top: 20px;
}
.content h3 + h2,
.content h3 + h3,
.content h3 + h4,
.content h3 + h5 {
  margin-top: 20px;
}
.content h4 + h2,
.content h4 + h3,
.content h4 + h4,
.content h4 + h5 {
  margin-top: 20px;
}
.content h5 + h2,
.content h5 + h3,
.content h5 + h4,
.content h5 + h5 {
  margin-top: 20px;
}
.content .size-full,
.content .size-large,
.content .size-medium,
.content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.content .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.content .aligncenter {
  display: block;
  margin: 0 auto 10px auto;
}
.content .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.content .wp-caption {
  margin-top: 20px;
}
.content .wp-caption a {
  display: block;
}
.content .wp-caption a:hover {
  border-bottom: none;
}
.content .wp-caption img {
  vertical-align: bottom;
}
.content .wp-caption-text {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
}
.content ul,
.content ol {
  list-style-type: none;
  margin-top: 20px;
}
.content ul ul,
.content ul ol {
  margin-top: 0;
}
.content ol {
  counter-reset: number;
}
.content ol ul,
.content ol ol {
  margin-top: 0;
}
.content ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.content ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}
.content ul li,
.content ol li {
  position: relative;
  line-height: 1.5;
  padding: 10px 0 0 25px;
  font-size: 1.4rem;
}
.content pre {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 20px;
  padding: 20px;
  background-color: #f2f2f2;
  border-left: solid 5px #191919;
  color: #7f7f7f;
  overflow: auto;
}
.content hr {
  margin-top: 40px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
.content table {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  font-size: 1.4rem;
}
.content table tr:nth-child(2n+1) {
  background: #f2f2f2;
}
.content table th {
  padding: 10px;
  background: #323232;
  color: #fff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.content table td {
  padding: 10px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.content .outline {
  border: 1px dotted #d8d8d8;
  padding: 20px;
  margin-top: 20px;
  display: inline-block;
}
.content .outline__toggle {
  display: none;
}
.content .outline__switch::before {
  content: "開く";
  cursor: pointer;
  border: solid 1px #d8d8d8;
  padding: 5px;
  font-size: 1.2rem;
  margin-left: 5px;
  border-radius: 5px;
}
.content .outline__toggle:checked + .outline__switch::before {
  content: "閉じる";
}
.content .outline__switch + .outline__list {
  overflow: hidden;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: -20px;
  transition: 0.2s;
}
.content .outline__toggle:checked + .outline__switch + .outline__list {
  width: auto;
  height: auto;
  margin-top: 20px;
  transition: 0.2s;
}
.content .outline__item:before {
  content: normal;
}
.content .outline__link {
  display: inline-block;
  color: #191919 !important;
}
.content .outline__link:hover {
  border: none;
}
.content .outline__number {
  display: inline-block;
  color: #7f7f7f;
  background: #f2f2f2;
  padding: 3px 6px;
  font-weight: 400;
  font-size: 1.2rem;
  margin-right: 5px;
}
.content blockquote {
  position: relative;
  color: #3f3f3f;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
  background-color: #f2f2f2;
}
.content blockquote::before {
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: "icomoon";
  content: "\e909";
  font-size: 3rem;
  color: #d9d9d9;
}
.content .borderBox {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-top: 20px;
}
.content .border2Box {
  border: 4px double #e5e5e5;
  padding: 20px;
  margin-top: 20px;
}
.content .bgBox {
  background: #f2f2f2;
  padding: 20px;
  margin-top: 20px;
}
.content .paperBox {
  position: relative;
  padding: 20px;
  margin-top: 20px;
  background-color: #f2f2f2;
}
.content .paperBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-color: #d8d8d8 #ffffff #ffffff #d8d8d8;
  border-style: solid;
  border-width: 0 0 20px 20px;
}
.content .boldBox {
  border: 3px solid #191919;
  padding: 20px;
  margin-top: 20px;
  font-weight: 700;
}
.content .bracketsBox {
  position: relative;
  padding: 20px;
  margin-top: 20px;
}
.content .bracketsBox:before, .content .bracketsBox:after {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
}
.content .bracketsBox:before {
  top: 0;
  left: 0;
  border-top: solid 1px #191919;
  border-left: solid 1px #191919;
}
.content .bracketsBox:after {
  right: 0;
  bottom: 0;
  border-right: solid 1px #191919;
  border-bottom: solid 1px #191919;
}
.content .questionBox,
.content .exclamationBox {
  position: relative;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
}
.content .questionBox {
  background-color: #d9eff7;
}
.content .exclamationBox {
  background-color: #f6e1df;
}
.content .questionBox::before,
.content .exclamationBox::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.content .questionBox::before {
  content: "?";
  background: #0096c8;
}
.content .exclamationBox::before {
  content: "!";
  background: #c53929;
}
.content .pointBox {
  position: relative;
  border: 2px solid #c53929;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}
.content .pointBox::before {
  content: "POINT";
  position: absolute;
  top: -15px;
  left: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #ffffff;
  color: #c53929;
  padding: 0 10px;
}
.content .asterisk {
  display: block;
  font-size: 1.3rem;
  color: #7f7f7f;
}
.content .markerYellow {
  background: linear-gradient(transparent 60%, #ffffbc 60%);
}
.content .markerPink {
  background: linear-gradient(transparent 60%, #ffdfef 60%);
}
.content .markerBlue {
  background: linear-gradient(transparent 60%, #cce5ff 60%);
}
.content .adPost {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 10px;
  background-color: #f2f2f2;
  background-image: linear-gradient(to top right, #fff 0%, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent 100%);
  background-size: 6px 6px;
}
.content .adPost__title {
  font-size: 1.2rem;
  padding: 10px 0;
  display: block;
  font-weight: normal;
  text-align: center;
}
.content .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 20px auto 0 auto;
}
.content .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .twitter-tweet,
.content .instagram-media {
  width: 500px !important;
  max-width: 100% !important;
  margin: 20px auto 0 auto !important;
}
.content *:first-child {
  margin-top: 0;
}

/*管理画面投稿エディタ専用*/
body.mce-content-body {
  background: #fff;
  padding: 25px !important;
  margin: 0 !important;
}

/*ソーシャルリスト*/
.socialList {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}

.socialList__item {
  flex-grow: 1;
  height: 50px;
  line-height: 50px;
  min-width: 90px;
  text-align: center;
}

.socialList__link {
  display: block;
  color: #ffffff !important;
}
.socialList__link::before {
  font-size: 2.6rem;
  display: block;
  transition: ease-in-out 0.2s;
}
.socialList__link:hover::before {
  background: #ffffff;
  transform: scale(1.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.socialList__link.icon-facebook {
  background: #3b5998;
}
.socialList__link.icon-facebook:hover::before {
  color: #3b5998;
}
.socialList__link.icon-x {
  background: #000;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.socialList__link.icon-x::before {
  content: "";
  display: inline-block;
  -webkit-mask: url("../img/common/logo-x-white.png") no-repeat center/cover;
          mask: url("../img/common/logo-x-white.png") no-repeat center/cover;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #FFF;
}
.socialList__link.icon-x:hover {
  transform: scale(1.2);
  background-color: #FFF;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.socialList__link.icon-x:hover::before {
  color: #000;
  background-color: #000;
}
.socialList__link.icon-twitter {
  background: #00b0ed;
}
.socialList__link.icon-twitter:hover::before {
  color: #00b0ed;
}
.socialList__link.icon-google {
  background: #df4a32;
}
.socialList__link.icon-google:hover::before {
  color: #df4a32;
}
.socialList__link.icon-hatebu {
  background: #008fde;
}
.socialList__link.icon-hatebu:hover::before {
  color: #008fde;
}
.socialList__link.icon-pocket {
  background: #eb4654;
}
.socialList__link.icon-pocket:hover::before {
  color: #eb4654;
}
.socialList__link.icon-line {
  background: #00c300;
}
.socialList__link.icon-line:hover::before {
  color: #00c300;
}

/*前次の記事*/
.prevNext {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 40px 0;
  list-style-type: none;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.prevNext::after {
  content: "";
  display: block;
  clear: both;
}

.prevNext__item {
  position: relative;
  padding: 50px 0 20px 0;
  float: left;
}
.prevNext__item::after {
  content: "";
  display: block;
  clear: both;
}
.prevNext__item.prevNext__item-prev {
  width: calc(50% - 1px);
  padding-right: 20px;
  border-right: 1px solid #e5e5e5;
}
.prevNext__item.prevNext__item-next {
  width: 50%;
  padding-left: 20px;
}

.prevNext__pop {
  position: absolute;
  top: 0;
  display: inline-block;
  background: #63acb7;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #ffffff;
}

.prevNext__item.prevNext__item-prev .prevNext__pop {
  left: 0;
}
.prevNext__item.prevNext__item-next .prevNext__pop {
  right: 0;
}

.prevNext__imgLink {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.prevNext__item.prevNext__item-prev .prevNext__imgLink {
  float: left;
}
.prevNext__item.prevNext__item-next .prevNext__imgLink {
  float: right;
}

.prevNext__imgLink img {
  width: inherit;
  height: inherit;
  vertical-align: bottom;
  transform: scale(1);
  transition: ease-in-out 0.2s;
}
.prevNext__imgLink img:hover {
  transform: scale(1.2);
}

.prevNext__title {
  width: calc(100% - 100px);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #63acb7;
}

.prevNext__item.prevNext__item-prev .prevNext__title {
  float: right;
}
.prevNext__item.prevNext__item-next .prevNext__title {
  float: left;
}

.prevNext__title a:hover {
  text-decoration: underline;
}
.prevNext__title span {
  display: block;
  font-size: 1.2rem;
  color: #7f7f7f;
  font-weight: normal;
}
.prevNext__title .icon-calendar::before {
  margin-right: 5px;
  line-height: 1;
}

.prevNext__text {
  text-align: center;
  color: #bfbfbf;
}

.prevNext__item.prevNext__item-prev .prevNext__text {
  padding-left: 20px;
}
.prevNext__item.prevNext__item-next .prevNext__text {
  padding-right: 20px;
}

/*プロフィール*/
/*関連記事*/
.related {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
  padding-top: 40px;
}

.related__list {
  list-style-type: none;
}

.related__item {
  padding-top: 20px;
}
.related__item:first-child {
  padding-top: 0;
}
.related__item::after {
  content: "";
  display: block;
  clear: both;
}

.related__imgLink {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.related__imgLink img {
  width: inherit;
  height: inherit;
  vertical-align: bottom;
  transform: scale(1);
  transition: ease-in-out 0.2s;
}
.related__imgLink img:hover {
  transform: scale(1.2);
}

.related__title {
  width: calc(100% - 100px);
  float: right;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #63acb7;
}
.related__title a:hover {
  text-decoration: underline;
}
.related__title span {
  display: block;
  font-size: 1.2rem;
  color: #7f7f7f;
  font-weight: normal;
}
.related__title .icon-calendar::before {
  margin-right: 5px;
  line-height: 1;
}

.related__contents {
  width: calc(100% - 100px);
  float: right;
  font-size: 1.3rem;
  line-height: 1.5;
}
.related__contents.related__contents-max {
  width: 100%;
  float: none;
}

/*
下記、カスタムCSSより移動
*/
/*自社調整ですのでこのままでお願いします*/
.siteTitle__logo img {
  height: auto;
}

.img_wrap2 {
  transition-duration: 0.5s;
}
.img_wrap2 img {
  width: 100%;
  cursor: pointer;
}
.img_wrap2:hover {
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

.content h2 {
  background: #fff !important;
  color: #2e3092 !important;
  text-shadow: none !important;
  border: none !important;
  font-size: 2.8rem !important;
  padding: 0px !important;
  box-shadow: none !important;
  margin: 20px 0;
  padding: 20px 12px !important;
  background: #f5f7f9 !important;
  border-left: solid 6px #e6f4ff !important;
  color: rgb(51, 51, 51) !important;
  font-weight: 600;
}
.content h3 {
  color: #032e61;
  padding: 16px;
  background-color: #f5f8fa !important;
  border-top: 6px double #dfe3eb;
  border-bottom: 6px double #dfe3eb;
  margin: 40px 0 30px;
  font-weight: bold;
  font-size: 2.4rem !important;
  background: none;
  line-height: 1 !important;
}
.content h3::after {
  content: none;
}
.content h4 {
  padding: 10px;
  background-color: #f5f8fa !important;
  font-size: 1.2em;
  margin-bottom: 2em;
  font-weight: bold;
  color: #33475b !important;
}
.content h4::before, .content h4::after {
  content: none !important;
}
.content h5 {
  padding-bottom: 2px !important;
  border-bottom: solid 2px #e5e5e5 !important;
}

#twitter-widget-0.twitter-timeline.twitter-timeline-rendered {
  height: 980px !important;
  overflow-y: scroll !important;
}

.fb_iframe_widget {
  width: 100% !important;
  text-align: center;
}

/*自社調整--END--*/
.list-family ol {
  list-style: none;
  counter-reset: cnt;
  padding-left: 0;
}
.list-family ol li {
  margin-bottom: 8px;
}
.list-family ol li::before {
  content: counters(cnt, ".") ". ";
  counter-increment: cnt;
}
.list-family ol ol {
  counter-reset: cnt;
  margin-left: 20px;
  margin-top: 8px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1166px) {
  .left-sidebar .slick-sidebar ol li:nth-child(1), .left-sidebar .slick-sidebar ol li:nth-child(2) {
    display: none;
  }
  .left-sidebar .slick-sidebar ol li:nth-child(3) {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  #menu-item-10371 #menu-item-10403 {
    display: none;
  }
}
/*アーカイブタイトルボックス(アーカイブで使用)*/
.archiveTitle {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 4px solid #e5e5e5;
}
.archiveTitle::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 4px;
  background-color: #63acb7;
}
.archiveTitle::after {
  content: "";
  display: block;
  clear: both;
}

/*サブページネーション(アーカイブタイトルボックス内で使用)*/
.subPager {
  float: right;
  margin-bottom: 20px;
}

.subPager__text {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 5px;
}

.subPager__list {
  list-style: none;
  display: inline-block;
}

.subPager__item {
  font-family: monospace;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 2px;
  color: #bfbfbf;
  border: #bfbfbf solid 1px;
  border-radius: 5px;
}
.subPager__item:hover {
  color: #7f7f7f;
  border-color: #7f7f7f;
}

.subPager__link {
  display: block;
}

/*アーカイブディスクリプションボックス(アーカイブで使用)*/
.archiveDescription {
  padding: 20px 0;
  margin: -40px 0 40px 0;
  line-height: 2;
  border-bottom: dotted 1px #e5e5e5;
}

/*アーカイブリスト(アーカイブで使用)*/
.archiveList {
  position: relative;
  border-bottom: 1px solid #63acb7;
  padding-bottom: 40px;
  margin: 0 auto 40px auto;
}

/*見出し(複数個所で使用)*/
.heading {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.heading.heading-first {
  /*float:left;*/
  font-weight: 900;
  font-size: 1.6rem;
}
.heading.heading-first:first-letter {
  color: #63acb7;
}
.heading.heading-primary {
  font-size: 3rem;
  line-height: 1.5;
}
.heading.heading-secondary {
  position: relative;
  border-bottom: 2px solid #e5e5e5;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.heading.heading-secondary::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 2px;
  background-color: #63acb7;
}
.heading.heading-secondary span {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 10px;
}
.heading.heading-secondary small a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.3rem;
  text-align: center;
  color: #3f3f3f;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
}
.heading.heading-secondary small a:hover {
  color: #ffffff;
  background: #3f3f3f;
  transition: 0.2s;
}
.heading.heading-archive {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
  transition: opacity 3s, transform 3s;
}
.fadein.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@keyframes bounce {
  20%, 53%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  11.1%, from, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  animation-delay: 1s;
}
.animated.delay-2s {
  animation-delay: 2s;
}
.animated.delay-3s {
  animation-delay: 3s;
}
.animated.delay-4s {
  animation-delay: 4s;
}
.animated.delay-5s {
  animation-delay: 5s;
}
.animated.fast {
  animation-duration: 0.8s;
}
.animated.faster {
  animation-duration: 0.5s;
}
.animated.slow {
  animation-duration: 2s;
}
.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
.morphext > .animated {
  display: inline-block;
}

/*TOPmain*/
.clearfix {
  display: block;
}
.clearfix::after, .clearfix::before {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 992px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
.l-hExtra .container .marquee .marquee__item a {
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
.l-hExtra .container .marquee .marquee__item a:after {
  content: "";
  white-space: nowrap;
  padding-right: 50px;
}

#btn-contact {
  display: none;
  position: fixed;
  bottom: -3px;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, 0);
}
#btn-contact img {
  max-width: none;
  height: 65px;
  width: 350px;
}

div#js-contact-modal {
  background-color: #85abec;
}
div#js-contact-modal h4 {
  margin-bottom: 30px;
}
div#js-contact-modal div#div-js-contact-modals {
  display: flex;
  text-align: center;
}
div#js-contact-modal div#div-js-contact-modals div#div-js-contact-modal-mail, div#js-contact-modal div#div-js-contact-modals div#div-js-contact-modal-tel {
  width: 50%;
  margin: 0 auto;
}
div#js-contact-modal img {
  height: 100px;
  padding-bottom: 20px;
}
div#div-js-contact-modals a {
  color: #000;
  font-size: 20px;
}

#pc-contact-box {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#pc-contact-box div {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#tablepress-6 .row-1 .column-1 {
  width: 20% !important;
}
#tablepress-6 .row-1 .column-2 {
  width: 25% !important;
}
#tablepress-6 .row-1 .column-3 {
  width: 55% !important;
}

.text-blue {
  color: #0189ff;
}

.heading.heading-widget {
  font-size: 1.6rem;
}

@media only screen and (max-width: 1150px) {
  .display_cat-list {
    display: none;
  }
  .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .slick-arrow.slick-prev {
    left: 10px;
  }
  .slick-arrow.slick-next {
    right: 10px;
  }
  .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
    color: #000;
  }
}
/*プロフィール枠*/
#author_profile {
  border: 1px solid #194c80;
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
}
#author_profile p {
  margin-bottom: 7px;
  line-height: 1.8;
}
#author_profile p.label {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #194c80;
  padding: 10px 15px;
}
#author_profile p.author_name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
#author_profile p.author_name::after {
  content: "";
  border-bottom: solid 3px #194c80;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
#author_profile .left {
  width: 14%;
  float: left;
  margin: 10px 0 15px 30px;
}
#author_profile .left img {
  width: 100%;
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
}
#author_profile .right {
  width: 74%;
  float: left;
  font-size: 12px;
  line-height: 1.6;
  padding: 5px 0 20px 30px;
}

/*SP時の挙動（画面サイズが小さい時）*/
@media (max-width: 480px) {
  #author_profile p.author_name {
    text-align: center;
  }
  #author_profile .left {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  #author_profile .left img {
    width: 33%;
  }
  #author_profile .right {
    width: 100%;
    float: none;
    padding: 10px 20px 0;
  }
  #author_profile .right ul.author_sns li {
    margin-bottom: 20px;
  }
}
/*固定ページ用ボタンデザイン*/
.outline_btn {
  width: 100%;
  margin: 0 auto 30px;
  display: block;
  transition: 0.5s;
}
.outline_btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .outline_btn {
    width: 50%;
  }
}
@media screen and (max-width: 375px) {
  .outline_btn {
    width: 100%;
  }
}

.outline_btn__link {
  display: block;
  position: relative;
  font-size: 18px;
  /* padding: .8em; */
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
  color: #fff !important;
  overflow: hidden;
  z-index: 1 !important;
  /* font-weight: 700; */
  font-weight: 400;
  background-color: orange !important;
  border: 1px solid orange !important;
  width: 100%;
  border-radius: 4px;
}
.outline_btn__link:hover {
  /*   color: #FFA500 !important; */
  color: #ffffff !important;
  font-weight: 400 !important;
  opacity: 0.4;
}
.outline_btn__link:hover:after {
  height: 250%;
  opacity: 1;
}
.outline_btn__link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  color: #ffffff !important;
  opacity: 0;
  /* アニメーション */
  /*   background: #fff; */
  /*   transform: translateX(-50%) translateY(-50%) rotate(45deg); */
  /*   transition: .3s; */
  /*   z-index: -1; */
}

@media only screen and (max-width: 1200px) {
  .wpcf7-form-control-wrap span {
    margin-top: 0;
    margin-left: 6px;
  }
}
/*************
以下20211130追加
*************/
/*ホワイトペーパーページ*/
#div-wh-paper .label-box {
  border: 2px solid #bcc6d4;
  border-radius: 5px;
  background: #f6f8fa;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#div-wh-paper .label-box label {
  display: flex;
}
#div-wh-paper .label-box .title {
  width: 39%;
  background: #000;
  color: #fff;
  padding: 18px 10px;
  border-radius: 4px 0 0 4px;
  text-align: left;
  align-items: center;
  justify-content: center;
}
#div-wh-paper .label-box.email .title {
  padding: 9px 10px;
}
#div-wh-paper .label-box .title span {
  display: block;
  font-size: 10px;
  letter-spacing: -1.5px;
}
#div-wh-paper .label-box p:nth-of-type(2) {
  align-items: center;
  justify-content: center;
  width: 90%;
}
#div-wh-paper .label-box input {
  border: none;
  background: #f6f8fa;
  padding: 25px;
  border-radius: 0 5px 5px 0;
  /*color: #bcc6d4;
  font-weight: bold;*/
  width: 100%;
  font-size: 12px;
}
#div-wh-paper .pp-text {
  text-align: center;
  color: #f00;
  font-size: 12px;
}
#div-wh-paper .pp-text a {
  text-decoration: underline;
}
#div-wh-paper .white-paper .wpcf7-form-control.wpcf7-submit {
  margin-top: 10px;
  margin-bottom: -15px;
  border: none;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  background-color: rgba(255, 110, 0, 0);
  color: #fff;
  cursor: pointer;
}
#div-wh-paper .white-paper .wpcf7-form-control.wpcf7-submit:hover {
  color: #000;
}
#div-wh-paper .white-paper .submit {
  position: relative;
  transition: all 0.2s;
  z-index: 1;
  overflow: hidden;
  background-color: #ff6e00;
  border: 1px solid #ff6e00;
  margin: 20px auto 0;
  border-radius: 4px;
  width: 100%;
  max-width: 270px;
  height: 53px;
}
#div-wh-paper .white-paper .submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: -1;
}
#div-wh-paper .white-paper .submit:hover::after {
  height: 250%;
  opacity: 1;
}
#div-wh-paper .white-paper span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 10px;
  font-weight: normal;
  display: block;
  text-align: left;
  margin: -10px 0 10px 13px;
}
#div-wh-paper .white-paper div.wpcf7-validation-errors, #div-wh-paper .white-paper div.wpcf7-acceptance-missing {
  border: 2px solid #bcc6d4;
  background: #f6f8fa;
  padding: 15px;
  border-radius: 7px;
  text-align: left;
  font-size: 13px;
  color: #f00;
}
@media (max-width: 480px) {
  #div-wh-paper .label-box .title {
    width: 45%;
    padding: 20px 10px;
  }
}

.content #div-wh-paper p {
  margin-top: 0;
}

#div-wh-paper .txt,
#contents_dl .txt {
  margin-bottom: 20px;
}

/*送信完了ページ*/
#contents_dl .outline_btn.content-dl-btn {
  width: 70%;
  margin: 20px auto;
}
#contents_dl .outline_btn__link {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  overflow: hidden;
  z-index: 1 !important;
  font-weight: 700;
  background-color: #1f99ef !important;
  border: 1px solid #1f99ef !important;
}
#contents_dl .content-dl-btn .outline_btn__link a:hover {
  color: #000 !important;
}
#contents_dl .content-dl-btn .outline_btn__link:hover:after {
  height: 250%;
  opacity: 1;
}
#contents_dl .content-dl-btn .outline_btn__link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: -1;
}
#contents_dl .outline_btn:not(.content-dl-btn),
#contents_dl .outline {
  display: none;
}
#contents_dl h1 {
  font-size: 1.5em;
  margin-bottom: 50px;
  text-align: center;
}
#contents_dl .txt {
  text-align: center;
}
#contents_dl .content-dl-btn a {
  color: #fff !important;
  border: none;
}
#contents_dl .content-dl-btn a:hover {
  color: #1f99ef !important;
}
@media (max-width: 768px) {
  #contents_dl .outline_btn.content-dl-btn {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #contents_dl .outline_btn.content-dl-btn {
    width: 100%;
  }
}

/*************
修正版
*************/
.big-text {
  font-size: 140%;
}

@media screen and (min-width: 2000px) and (max-width: 2560px) {
  .seo-box {
    right: 12rem !important;
  }
}
#toc_container li:before {
  content: none;
}
#toc_container.have_bullets li {
  padding: 0;
}