@charset "UTF-8";
/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
@import "//fonts.googleapis.com/css?family=Montserrat";
/* Color palette */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
.air-lab-journal {
  padding: 30px 0 0;
  /* font-family: 'Noto Sans JP', sans-serif; */
  position: relative;
  /* margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; */


  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }

  body {
    line-height: 1;
  }

  ol,
  ul {
    list-style: none;
  }

  blockquote,
  q {
    quotes: none;
  }

  blockquote:before,
  blockquote:after {
    content: '';
    content: none;
  }

  q:before,
  q:after {
    content: '';
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
  }

  @media (max-width: 959px) {
    .is--pc {
      display: none !important;
    }
  }

  @media (min-width: 960px) {
    .is--sp {
      display: none !important;
    }
  }

  /* .air-lab-journal__body {
    letter-spacing: .05em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.875;
    margin: 0 auto;
    color: #333333;
    box-sizing: border-box;
    padding-top: 90px;
    line-height: 1;
  }

  @media (max-width: 959px) {
    .air-lab-journal__body {
      padding-top: 50px;
    }
  } */
  
  a {
    width: auto;
    height: auto;
  }

  /* Slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }

  .slick-list:focus {
    outline: none;
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table;
  }

  .slick-track:after {
    clear: both;
  }

  .slick-loading .slick-track {
    visibility: hidden;
  }

  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }

  [dir="rtl"] .slick-slide {
    float: right;
  }

  .slick-slide img {
    display: block;
  }

  .slick-slide.slick-loading img {
    display: none;
  }

  .slick-slide.dragging img {
    pointer-events: none;
  }

  .slick-initialized .slick-slide {
    display: block;
  }

  .slick-loading .slick-slide {
    visibility: hidden;
  }

  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }

  .slick-arrow.slick-hidden {
    display: none;
  }

  /* Slider */
  .slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
  }

  /* Icons */
  @font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  /* Arrows */
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
  }

  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }

  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slick-prev {
    left: -25px;
  }

  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
  }

  .slick-prev:before {
    content: "←";
  }

  [dir="rtl"] .slick-prev:before {
    content: "→";
  }

  .slick-next {
    right: -25px;
  }

  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
  }

  .slick-next:before {
    content: "→";
  }

  [dir="rtl"] .slick-next:before {
    content: "←";
  }

  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }

  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }

  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }

  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }

  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
  }

  .anchorBlock {
    padding-top: 67px;
    margin-top: -67px;
    display: block;
  }


  @media (max-width: 959px) {
    .anchorBlock {
      padding-top: 50px;
      margin-top: -50px;
    }
  }

  .site-name {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
  }

  @media (max-width: 959px) {
    .site-name {
      margin-bottom: 0;
      font-size: 13px;
      line-height: 1;
    }
  }

  .anchors,
  .anchors-vertical {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .anchors-vertical {
    flex-direction: column;
  }

  .anchors-vertical a {
    margin: 0 0 8px;
  }

  .anchors a,
  .anchors-vertical a {
    color: #333333;
    display: block;
    padding-left: 20px;
    margin: 0 8px 16px 0;
    position: relative;
    text-align: none;
    position: relative;
  }

  .anchors a:before,
  .anchors-vertical a:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6I2ZmYmEwMH0KICAgICAgICA8L3N0eWxlPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IuOCsOODq+ODvOODl18yMSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMjEiIHRyYW5zZm9ybT0icm90YXRlKDkwIDExMi41IDU2LjUpIj4KICAgICAgICA8Y2lyY2xlIGlkPSLmpZXlhoblvaJfMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU2IDEyOSkiLz4KICAgICAgICA8cGF0aCBpZD0i44OR44K5XzQiIGQ9Ik05LjQxIDguNDE4YS45OTEuOTkxIDAgMCAxLS4yOS43bC03LjQyOSA3LjQyOGEuOTkuOTkgMCAxIDEtMS40LTEuNEw3LjAyIDguNDE4LjI5IDEuNjlhLjk5Ljk5IDAgMSAxIDEuNC0xLjRsNy40MzEgNy40MjhhLjk4OS45ODkgMCAwIDEgLjI4OS43eiIgZGF0YS1uYW1lPSLjg5HjgrkgNCIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDM5LjU2MiA3OC42MzIpIi8+CiAgICA8L2c+Cjwvc3ZnPgo=") no-repeat 0 0;
    background-size: 14px 14px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    content: "";
  }

  @media (max-width: 959px) {

    .anchors,
    .anchors-vertical {
      margin: 0 15px;
    }
  }

  .header {
    height: 90px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
  }

  .header__flex {
    min-width: 1200px;
    padding: 0 0 0 30px;
    height: 90px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .header__flex--top {
    position: relative;
    width: 19vw;
    height: auto;
  }

  .header__flex--top:after {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: -65px;
    margin-top: -30px;
    width: 55px;
    height: 60px;
    background: url("../img/common/logo-illust.png") no-repeat 0 0;
    background-size: contain;
    content: '';
  }

  .header__logo img {
    width: 100%;
    height: auto;
  }

  .header__utility {
    margin-left: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .header__menu {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: bold;
  }

  .header__menu>li.current-menu-item {
    font-weight: bold;
  }

  .header__menu>li.current-menu-item>a:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #80a0e0;
    bottom: 0;
    left: 0;
    content: "";
  }

  .header__menu>li>a {
    display: block;
    color: #333333;
    position: relative;
    text-decoration: none;
    height: 90px;
    font-size: 15px;
    line-height: 6;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .header__menu>li>a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .header__menu>li:hover>div {
    display: block;
  }

  .header__menu>li:hover>a:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #80a0e0;
    bottom: 0;
    left: 0;
    content: "";
  }

  .header__menu>li+li {
    margin-left: 30px;
  }

  .header__search {
    margin-left: 50px;
    background: #11afeb;
    width: 90px;
    height: 90px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }

  .header__search a {
    display: block;
  }

  .header__search a .ico {
    width: 46px;
    height: 46px;
  }

  .header__search a .ico img {
    width: 100%;
    height: auto;
  }

  .header__search a .text {
    font-size: 9px;
    line-height: 1;
  }

  .header__sp-menu {
    display: none;
  }

  @media (max-width: 959px) {
    .header {
      position: static;
      height: auto;
    }

    .header__flex {
      min-width: 100%;
      box-sizing: border-box;
      width: 100%;
      height: 50px;
      padding: 0;
    }

    .header__flex--top {
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      background: #fff;
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center;
      padding: 0 0 0 0;
      width: 100%;
      height: 50px;
      box-sizing: border-box;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    }

    .header__flex--top:after {
      display: none;
    }

    .header__logo {
      width: calc(100% - 100px);
      text-align: center;
    }

    .header__logo img {
      width: 168px;
      height: auto;
    }

    .header__utility {
      margin-left: 0;
      display: block;
      width: 100%;
    }

    .header__menu {
      padding: 0;
      width: 100%;
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      align-items: flex-start;
      border-top: 1px solid #eeeeee;
      border-bottom: 1px solid #eeeeee;
    }

    .header__menu li {
      width: 20%;
    }

    .header__menu li:hover>div {
      display: none;
    }

    .header__menu li.current-menu-item a {
      font-weight: 600;
    }

    .header__menu li.current-menu-item a:after {
      display: block;
      position: absolute;
      width: 100%;
      height: 4px;
      background: #80a0e0;
      bottom: -1px;
      left: 0;
      content: "";
    }

    .header__menu li a {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 11px;
      line-height: 1.2727272727;
      height: 45px;
      width: 100%;
      text-align: center;
    }

    .header__menu li a span {
      display: block;
    }

    .header__menu li+li {
      margin-left: 0;
      border-left: 1px solid #eeeeee;
    }

    .header__search {
      margin-left: 0;
      width: 50px;
      height: 50px;
    }

    .header__search a {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      padding-top: 0;
      width: 50px;
      height: 50px;
    }

    .header__search a img {
      width: 26px;
      height: 26px;
    }

    .header__sp-menu {
      display: block;
      width: 50px;
      height: 50px;
      margin-left: auto;
    }

    .header__sp-menu a {
      width: 50px;
      height: 50px;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
    }

    .header__sp-menu a img {
      width: 20px;
      height: 18px;
    }

    .header__sp-menu a#sp-menu-close {
      display: none;
    }

    .header__sp-menu a#sp-menu-close img {
      vertical-align: middle;
    }
  }

  .container {
    background: #eeeeee;
    padding: 115px 70px 60px;
    min-width: 1200px;
    box-sizing: border-box;
    background-image: url("../img/common/bg-container@2x.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    word-break: break-word;
  }

  .container--page {
    padding: 0 0px 60px;
  }

  .container--page-404 {
    padding: 0;
  }

  .container--page-cat {
    padding: 0;
  }

  .container--page-search {
    padding: 0;
  }

  .container--page-terms {
    padding: 0;
  }

  .container--page-sitemap {
    padding: 0;
  }

  .container--article {
    padding-top: 40px;
    background-image: none;
  }

  .container__inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container__inner-sitemap {
    margin-bottom: 40px;
  }

  .container__wrapper {
    width: 1200px;
    margin: 0 auto;
  }

  .container__body {
    padding-top: 60px;
  }

  .container__body--writer {
    padding-top: 140px;
    background-image: url("../img/article/bg-container@2x.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }

  .container__body--cat {
    padding-top: 115px;
    background-color: #f0f0f0;
    background-image: url("../img/common/bg-container@2x.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }

  .container__body--cat>.pagenation {
    margin-top: 70px;
  }

  .container__head {
    padding: 50px 0 60px;
    background: #fff;
  }

  .container__head--writer {
    padding: 80px 0;
  }

  .container__head--writer-detail {
    position: relative;
    background-color: #fafafa;
  }

  .container__head--writer-detail:after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 19px 0 19px;
    border-color: #fafafa transparent transparent transparent;
    content: "";
  }

  .container__head--cat {
    padding: 80px 0;
  }

  .container__head--search {
    padding: 50px 0 60px;
    background: #fff;
  }

  .container__title {
    font-size: 28px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 1.12px;
    text-align: left;
    color: #333333;
    font-size: 42px;
    line-height: 1;
    text-align: center;
  }

  .container__title--search {
    text-align: left;
  }

  .container__main {
    width: 100%;
    max-width: calc(100% - 340px);
  }

  .container__sub {
    width: 300px;
    margin-left: auto;
  }

  .container__flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container__flex-a-center {
    align-items: center;
  }

  @media (max-width: 959px) {
    .container {
      padding: 47px 0px 30px;
      min-width: 100%;
      background-image: url("../img/common/bg-container-sp@2x.png");
      word-break: break-word;
    }

    .container--sp {
      padding: 20px 15px 40px;
      background-color: #eeeeee;
      box-sizing: border-box;
    }

    .container__wrapper {
      width: 100%;
      margin: 0;
    }

    .container--page {
      padding: 0 0 60px;
    }

    .container--page-404 {
      padding: 0;
    }

    .container--page-cat {
      padding: 0;
    }

    .container--page-search {
      padding: 0;
    }

    .container--page-terms {
      padding: 0;
    }

    .container--page-sitemap {
      padding: 0;
    }

    .container--404 {
      padding: 75px 0 100px;
    }

    .container__inner {
      width: 100%;
      margin: 0;
      padding: 0;
      flex-direction: column;
    }

    .container__inner-sitemap {
      margin-bottom: 0;
    }

    .container__main {
      max-width: 100%;
    }

    .container__sub {
      width: 100%;
      margin-left: 0;
    }

    .container__head {
      padding: 30px 15px 30px;
      background: #fff;
    }

    .container__head--writer {
      padding: 30px 0;
      position: relative;
      background-color: #fafafa;
    }

    .container__head--writer:after {
      position: absolute;
      bottom: -18px;
      left: 50%;
      margin-left: -19px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 19px 0 19px;
      border-color: #fafafa transparent transparent transparent;
      content: "";
    }

    .container__head--writer-detail {
      position: relative;
      margin-bottom: 48px;
      background-color: #fafafa;
    }

    .container__head--writer-detail:after {
      position: absolute;
      bottom: -18px;
      left: 50%;
      margin-left: -19px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 19px 0 19px;
      border-color: #fafafa transparent transparent transparent;
      content: "";
    }

    .container__head--writer-search {
      padding: 30px 15px 30px;
    }

    .container__head--cat {
      padding: 30px 15px;
      position: relative;
      background-color: #fafafa;
    }

    .container__head--cat:after {
      position: absolute;
      bottom: -18px;
      left: 50%;
      margin-left: -19px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 19px 0 19px;
      border-color: #fafafa transparent transparent transparent;
      content: "";
    }

    .container__body {
      padding-top: 0;
    }

    .container__body .list--horizon__item {
      border-bottom: 1px solid #eeeeee;
    }

    .container__body .list--horizon__item+.list--horizon__item {
      margin-top: 0;
    }

    .container__body--writer {
      padding: 30px 0px 0;
      background-image: none;
      width: 100%;
    }

    .container__body--cat {
      padding: 30px 0px 50px;
      background-image: none;
    }

    .container__body--cat>.pagenation {
      margin-top: 0;
    }

    .container__title {
      font-size: 20px;
      line-height: 1;
      padding-bottom: 0;
    }

    .container__flex {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
    }

    .container__flex-a-center {
      align-items: center;
    }
  }

  .content__head {
    margin-bottom: 30px;
  }

  .content__title {
    font-size: 28px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.88px;
    text-align: left;
    color: #333333;
  }

  .content__body {
    margin-bottom: 26px;
  }

  .content__foot.btn {
    text-align: right;
  }

  @media (max-width: 959px) {
    .content {
      padding: 0 15px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      box-sizing: border-box;
    }

    .content__head {
      padding: 0 15px;
      margin-bottom: 17px;
    }

    .content__title {
      font-size: 20px;
      line-height: 1;
    }

    .content__body {
      margin-bottom: 23px;
    }

    .content__foot {
      padding: 0 15px;
    }

    .content__foot.btn {
      text-align: right;
    }
  }

  .content+.content {
    margin-top: 45px;
  }

  @media (max-width: 959px) {
    .content+.content {
      margin-top: 37px;
    }
  }

  .list--horizon__item {
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .list--horizon__item>a {
    display: block;
    text-decoration: none;
    color: #333333;
  }

  .list--horizon__item+.list--horizon__item {
    margin-top: 30px;
  }

  .list--horizon__flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
  }

  .list--horizon__img {
    width: 283px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .list--horizon__img a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .list--horizon__img a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .list--horizon__img img {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: bottom;
  }

  .list--horizon__content {
    width: calc(100% - 323px);
    padding: 0 0 5px 40px;
    box-sizing: border-box;
  }

  .list--horizon__content a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .list--horizon__content a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .list--horizon__info {
    margin-top: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .list--horizon__info li {
    font-size: 14px;
    line-height: 1;
  }

  .list--horizon__info li+li {
    margin-left: 10px;
  }

  .list--horizon__title {
    font-size: 20px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: left;
    color: #333333;
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 1.35;
  }

  .list--horizon__date {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #333333;
  }

  .list--horizon__date--pc {
    display: block;
  }

  .list--horizon__date--sp {
    display: none;
  }

  .list--horizon__category li {
    display: inline-block;
    background: #80a0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.1428571429;
    text-align: center;
    padding: 5px 10px;
    margin-right: 10px;
  }

  .list--horizon__category li+li {
    margin-left: 10px;
  }

  .list--horizon--pro {
    display: block;
    position: relative;
  }

  .list--horizon--pro:before {
    width: 72px;
    height: 72px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 72px 72px 0 0;
    border-color: #80A0E0 transparent transparent transparent;
    position: absolute;
    left: -10px;
    top: -10px;
    content: "";
  }

  .list--horizon--pro:after {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    display: block;
    content: "NEW";
  }

  @media (max-width: 959px) {
    .list--horizon {
      background: #f0f0f0;
      padding: 0 15px;
    }

    .list--horizon__item {
      background: #fff;
      padding: 10px;
    }

    .list--horizon__item+.list--horizon__item {
      margin-top: 20px;
    }

    .list--horizon__img {
      width: 160px;
    }

    .list--horizon__content {
      width: calc(100% - 160px);
      padding: 0 0 0 15px;
    }

    .list--horizon__content .list--horizon__info {
      display: none;
    }

    .list--horizon__info {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 0;
      margin-bottom: 7px;
    }

    .list--horizon__info li {
      font-size: 12px;
      line-height: 1;
    }

    .list--horizon__info li+li {
      margin-left: 12px;
    }

    .list--horizon__title {
      font-size: 15px;
      line-height: 1.4666666667;
      font-weight: normal;
      margin-bottom: 10px;
    }

    .list--horizon__date {
      font-family: 'Montserrat', sans-serif;
      font-weight: normal;
      font-size: 11px;
      line-height: 1;
      color: #333333;
    }

    .list--horizon__date--pc {
      display: none;
    }

    .list--horizon__date--sp {
      display: block;
      padding-top: 23px;
    }

    .list--horizon--pro {
      display: block;
      position: relative;
    }

    .list--horizon--pro:before {
      width: 56px;
      height: 56px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 56px 56px 0 0;
      border-color: #80A0E0 transparent transparent transparent;
      position: absolute;
      left: 0;
      top: 0;
      content: "";
    }

    .list--horizon--pro:after {
      position: absolute;
      left: 5px;
      top: 5px;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-weight: normal;
      font-size: 10px;
      line-height: 1;
      font-weight: 600;
      display: block;
      content: "NEW";
    }

    .list--horizon__flex {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 0;
    }
  }

  .cats__parent {
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
    text-decoration: none;
  }

  .cats__parent a {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    background-color: #80a0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .cats__parent a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .cats__child {
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .cats__child a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .cats__child a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  @media (max-width: 959px) {
    .cats__parent {
      margin-right: 0 !important;
    }

    .cats__parent a {
      padding: 5px !important;
      font-size: 12px;
      line-height: 1;
    }

    .cats__child a {
      padding: 5px 0 !important;
      font-size: 12px;
      line-height: 1;
    }
  }

  .useful-content {
    background: #f5faff;
    background-image: url("../img/common/bg-useful@2x.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }

  .useful-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0 100px;
  }

  .useful-wrap {
    padding: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .useful--primary__card {
    width: calc((100% - 30px) / 3);
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 30px;
    margin-right: 15px;
    padding: 15px;
    border: 1px solid #e0e0e0;
  }

  .useful--primary__card:nth-child(3n) {
    margin-right: 0;
  }

  .useful--primary__card a {
    display: block;
    text-decoration: none;
    color: #333333;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .useful--primary__card a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .useful--primary__card-inner {
    position: relative;
  }

  .useful--primary__ph {
    width: 100%;
    height: 228px;
    overflow: hidden;
  }

  .useful--primary__ph img {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: bottom;
    object-fit: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .useful--primary__content {
    padding: 10px 0;
    box-sizing: border-box;
  }

  .useful--primary__category {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .useful--primary__category-item {
    display: inline-block;
    background: #80a0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    padding: 5px 10px;
    margin-right: 10px;
  }

  .useful--primary__category li+li {
    margin-left: 10px;
  }

  .useful--primary__title {
    font-size: 20px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: left;
    color: #333333;
    font-size: 22px;
    line-height: 1.2727272727;
    margin-bottom: 28px;
  }

  .useful--primary__date {
    font-size: 14px;
    line-height: 1;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
  }

  @media (max-width: 959px) {
    .useful-content {
      background-image: url("../img/common/bg-useful-sp@2x.png");
    }

    .useful-inner {
      width: 100%;
      margin: 0;
      padding: 70px 0 60px;
    }

    .useful-wrap {
      padding: 0 15px;
      flex-direction: column;
      box-sizing: border-box;
    }

    .useful--primary__card {
      background: #fff;
      padding: 10px;
      margin-bottom: 15px;
      width: 100%;
    }

    .useful--primary__card a {
      display: block;
      text-decoration: none;
      color: #333333;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear;
    }

    .useful--primary__card a:hover {
      opacity: 0.75;
      filter: alpha(opacity=75);
    }

    .useful--primary__card a>div {
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
    }

    .useful--primary__ph {
      width: 100%;
      height: 177px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
    }

    .useful--primary__ph img {
      object-fit: cover;
      vertical-align: bottom;
    }

    .useful--primary__content {
      width: 100%;
      padding: 10px 10px 5px;
      box-sizing: border-box;
    }

    .useful--primary__title {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 21px;
    }

    .useful--primary__date {
      font-size: 12px;
      line-height: 1;
      color: #999999;
      font-family: 'Poppins', sans-serif;
    }

    .useful--primary__category {
      top: 5px;
      left: 5px;
    }

    .useful--primary__category-item {
      padding: 2px 6px;
      font-size: 11px;
      line-height: 1.3636363636;
    }

    .useful--secondary__card+.useful--secondary__card+.useful--secondary__card {
      margin-top: 15px;
    }

    .useful--secondary__content {
      padding: 15px 10px;
    }

    .useful--secondary__title {
      font-size: 14px;
      line-height: 1.6428571429;
      margin-bottom: 11px;
    }

    .useful--secondary__date {
      font-size: 11px;
      line-height: 1;
    }
  }

  .nav-about {
    max-width: 1200px;
    margin: 30px auto 0;
  }

  .nav-about .content__head {
    pointer-events: none;
  }

  .nav-about__item {
    padding: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #d6d6d6;
  }

  .nav-about__items {
    margin-top: 2px;
    width: calc(33.333% - 1.3px);
  }

  .nav-about__items a {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 45px;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.7777777778;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #333333;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .nav-about__items a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .nav-about__items a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -9px;
    background: url("../img/common/ico_nav-arrow-right.png") no-repeat 0 0;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    content: "";
  }

  .nav-about__items:nth-child(-n+3) {
    margin-top: 0;
  }

  @media (max-width: 959px) {
    .nav-about {
      max-width: 100%;
      padding-top: 25px;
      margin: 25px 0 0;
      background-color: #fff;
    }

    .nav-about .content__head {
      pointer-events: auto;
      padding-bottom: 16px;
      margin-bottom: 0;
      cursor: pointer;
      position: relative;
    }

    .nav-about .content__head::after {
      display: block;
      position: absolute;
      top: 50%;
      right: 24px;
      width: 7px;
      height: 7px;
      margin-top: -14px;
      border-top: solid 2px #222;
      border-right: solid 2px #222;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      content: "";
    }

    .nav-about__item {
      display: none;
      flex-direction: column;
      background-color: #fff;
    }

    .nav-about__items {
      margin-top: 0;
      width: 100vw;
    }

    .nav-about__items a {
      position: relative;
      display: block;
      padding: 11px 12px;
      background-color: #fff;
      font-size: 15px;
      line-height: 1.0666666667;
      font-weight: 600;
      text-align: left;
      white-space: normal;
      border-bottom: solid 1px #d6d6d6;
    }

    .nav-about__items a:after {
      display: block;
      position: absolute;
      top: 50%;
      right: 14px;
      margin-top: -9px;
      background: url("../img/common/ico_nav-arrow-right.png") no-repeat 0 0;
      background-size: 18px 18px;
      width: 18px;
      height: 18px;
      content: "";
    }

    .nav-about__items:last-child a {
      border-bottom: none;
    }
  }

  .page-404 {
    width: 100%;
    padding: 110px 200px 135px;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
  }

  .page-404__title {
    font-size: 50px;
    line-height: 0.64;
    letter-spacing: 2.5px;
    font-weight: bold;
    color: #999999;
  }

  .page-404__subtitle {
    margin-top: 14px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 600;
    color: #999999;
  }

  .page-404__text {
    width: 100%;
    margin: 50px auto 70px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.9px;
    font-weight: 300;
    color: #333333;
  }

  .page-404__btn {
    display: inline-block;
    padding: 20px 125px;
    margin: 0 auto 90px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #80a0e0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-sizing: border-box;
  }

  .page-404__search-box {
    width: 800px;
    padding: 15px 20px;
    margin: 0 auto 60px;
    background-color: #80a0e0;
    box-sizing: border-box;
  }

  .page-404__search-input {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .page-404__search-input>div {
    height: 40px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
  }

  .page-404__search-input>div:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -9px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi42NjciIGhlaWdodD0iMjIuNjI3IiB2aWV3Qm94PSIwIDAgMjIuNjY3IDIyLjYyNyI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGU+CiAgICAgICAgICAgIC5jbHMtMXtmaWxsOiM5OTl9CiAgICAgICAgPC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTQiIGQ9Ik0zNzUuNzM0IDM0LjgyNGwtNy4wOTItNy4wOTFhOC40MTkgOC40MTkgMCAxIDAtMi4yODEgMi4zbDcuMDg1IDcuMDgzYS43MDYuNzA2IDAgMCAwIC45ODEtLjExNmwxLjE5MS0xLjE5YS43MDkuNzA5IDAgMCAwIC4xMTYtLjk4NnptLTE0LjEtNS42M2E2LjEzOSA2LjEzOSAwIDEgMSA2LjEzOS02LjEzOSA2LjE0NiA2LjE0NiAwIDAgMS02LjEzNSA2LjEzOXoiIGNsYXNzPSJjbHMtMSIgZGF0YS1uYW1lPSLjg5HjgrkgMTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTMuMjE3IC0xNC42MzUpIi8+Cjwvc3ZnPgo=") no-repeat 0 0;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    content: "";
  }

  .page-404__search-input>div form {
    outline: none;
    border: none;
  }

  .page-404__search-input>div input {
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 40px;
    border: none;
    width: 100%;
    display: block;
    padding: 0 0 0 45px;
    font-size: 16px;
    line-height: 1;
    color: #999999;
  }

  .page-404__search {
    margin-left: 50px;
  }

  .page-404__search a {
    display: block;
    padding-top: 10px;
    text-align: center;
    color: #333333;
    text-decoration: none;
  }

  .page-404__search a .ico {
    width: 27px;
    margin: 0 auto;
  }

  .page-404__search a .ico img {
    width: 27px;
    height: 27px;
  }

  .page-404__search a .text {
    font-size: 9px;
    line-height: 1;
  }

  @media (max-width: 959px) {
    .page-404 {
      padding: 37px 0 50px;
    }

    .page-404__title {
      font-size: 35px;
      line-height: 0.9142857143;
      letter-spacing: 1px;
    }

    .page-404__subtitle {
      margin-top: 5px;
      font-size: 15px;
      line-height: 1.0666666667;
      letter-spacing: 0;
    }

    .page-404__text {
      width: 100%;
      padding: 0;
      margin: 30px auto 40px;
      font-size: 14px;
      line-height: 1.7857142857;
      letter-spacing: 0.7px;
    }

    .page-404__btn {
      display: inline-block;
      padding: 10px 50px;
      margin: 0 auto 50px;
      font-size: 15px;
      line-height: 1;
      font-weight: 600;
      text-decoration: none;
      background-color: #80a0e0;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      box-sizing: border-box;
    }

    .page-404__search-box {
      width: 100%;
      padding: 15px;
      margin: 0 auto 30px;
    }

    .page-404__search-input {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center;
    }

    .page-404__search-input>div {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
    }

    .page-404__search-input>div:before {
      left: 11px;
      margin-top: -11px;
      background-size: 22px 22px;
      width: 22px;
      height: 22px;
    }

    .page-404__search-input>div form {
      outline: none;
      border: none;
    }

    .page-404__search-input>div input {
      outline: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      height: 40px;
      padding: 0 0 0 36px;
      font-size: 14px;
      line-height: 1;
    }

    .page-404__search-select {
      width: 100%;
      padding: 0 15px;
      box-sizing: border-box;
    }
  }

  .search-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .search-box__head {
    padding: 0 0 15px;
    position: relative;
    padding: 22px 0 30px;
    background: #80a0e0;
    border-radius: 5px 5px 0 0;
  }

  .search-box__head:before {
    content: "";
    background: url("../img/common/ico-wind-white@2x.png") 0 0 no-repeat;
    background-size: contain;
    width: 36px;
    height: 25.5px;
    position: absolute;
    top: 22px;
    left: calc(50% - (36px / 2));
  }

  .search-box__head:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-right: solid 15px #80a0e0;
    border-bottom: solid 15px transparent;
    border-leftt: solid 15px transparent;
    border-top: solid 15px transparent;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: -20px;
    left: calc(50% - (15px / 2));
  }

  .search-box__title {
    font-size: 18px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.72px;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.375;
    text-align: center;
    color: #fff;
    padding-top: 41px;
  }

  .search-box__body {
    background: #fff;
    padding: 30px 0 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 30px 20px 17px;
  }

  .search-box__body .select {
    display: none;
  }

  .search-box__body .select+.select {
    margin-top: 12px;
  }

  .search-box__foot {
    background: #fff;
    padding: 0 20px 20px;
    border-radius: 0 0 5px 5px;
  }

  .search-box__btn {
    display: block;
    text-align: center;
    background: #80a0e0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    height: 40px;
    font-size: 16px;
    line-height: 2.5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  @media (max-width: 959px) {
    .search-box {
      padding: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background: #fff;
      background-size: cover;
    }
  }

  .ranking {
    background: #fff;
  }

  .ranking__head {
    background: #80a0e0;
    margin-bottom: 25px;
    padding: 30px 20px 25px;
  }

  .ranking__title {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    line-height: 1;
  }

  .ranking__label {
    background: #80a0e0;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 0 20px;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
  }

  .ranking__section+.ranking__section {
    margin-top: 17px;
    border-top: 1px solid #333333;
    padding-top: 17px;
  }

  .ranking__list li a {
    display: block;
    padding: 20px 20px 20px 50px;
    color: #333333;
    font-size: 14px;
    line-height: 1.5714285714;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .ranking__list li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .ranking__list li a:before {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 18px;
    height: 16px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSLjgrDjg6vjg7zjg5dfNiIgd2lkdGg9IjM0LjYyMSIgaGVpZ2h0PSIyOS4zMzgiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDYiIHZpZXdCb3g9IjAgMCAzNC42MjEgMjkuMzM4Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6IzI0YjM5Yn0KICAgICAgICA8L3N0eWxlPgogICAgPC9kZWZzPgogICAgPHBhdGggaWQ9IuODkeOCuV83IiBkPSJNNjQzLjg3MSA2OTguNzA2YTEuMDYxIDEuMDYxIDAgMSAwLTEuNjg0Ljg1N2wtOC4xMjggOC4zLTYuNDY5LTEyLjg1M2ExLjgzNCAxLjgzNCAwIDEgMC0xLjgzMy4xMjhsLTYuNzQyIDEyLjcyNS04LjA1My04LjIyOGExLjA2IDEuMDYgMCAxIDAtLjc3MS4yMTdsLjkxNiAxOS45NyAxNS40My4xIDE1LjQzLS4xLjkyLTIwLjA2M2ExLjA2IDEuMDYgMCAwIDAgLjk4NC0xLjA1M3oiIGNsYXNzPSJjbHMtMSIgZGF0YS1uYW1lPSLjg5HjgrkgNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYwOS4yNSAtNjkxLjY2NikiLz4KICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMiIgd2lkdGg9IjMyLjU4NCIgaGVpZ2h0PSIyLjMwMiIgY2xhc3M9ImNscy0xIiBkYXRhLW5hbWU9IumVt+aWueW9oiAyIiByeD0iMS4xNTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC45NTIgMjcuMDM2KSIvPgo8L3N2Zz4K") no-repeat 0 0;
    background-size: 18px 16px;
    content: "";
  }

  .ranking__list li a:after {
    display: block;
    position: absolute;
    width: 18px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    top: 44px;
    left: 20px;
  }

  .ranking__list li:nth-child(1) a:before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSLjgrDjg6vjg7zjg5dfMyIgd2lkdGg9IjM0LjYyMSIgaGVpZ2h0PSIyOS4zMzgiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDMiIHZpZXdCb3g9IjAgMCAzNC42MjEgMjkuMzM4Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6I2YxZDI0Nn0KICAgICAgICA8L3N0eWxlPgogICAgPC9kZWZzPgogICAgPHBhdGggaWQ9IuODkeOCuV82IiBkPSJNMTIzLjM3MSA2OTguNzA2YTEuMDYxIDEuMDYxIDAgMSAwLTEuNjg0Ljg1N2wtOC4xMjggOC4zLTYuNDY5LTEyLjg1M2ExLjgzNCAxLjgzNCAwIDEgMC0xLjgzMy4xMjhsLTYuNzQyIDEyLjcyNS04LjA1My04LjIyOGExLjA2IDEuMDYgMCAxIDAtLjc3MS4yMTdsLjkxNiAxOS45NyAxNS40My4xIDE1LjQzLS4xLjkyLTIwLjA2M2ExLjA2IDEuMDYgMCAwIDAgLjk4NC0xLjA1M3oiIGNsYXNzPSJjbHMtMSIgZGF0YS1uYW1lPSLjg5HjgrkgNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg4Ljc1IC02OTEuNjY2KSIvPgogICAgPHJlY3QgaWQ9IumVt+aWueW9ol8xIiB3aWR0aD0iMzIuNTg0IiBoZWlnaHQ9IjIuMzAyIiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDEiIHJ4PSIxLjE1MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjk5NiAyNy4wMzYpIi8+Cjwvc3ZnPgo=") no-repeat 0 0;
    background-size: 18px 16px;
  }

  .ranking__list li:nth-child(1) a:after {
    content: "1";
  }

  .ranking__list li:nth-child(2) a:before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSLjgrDjg6vjg7zjg5dfNCIgd2lkdGg9IjM0LjYyMSIgaGVpZ2h0PSIyOS4zMzgiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDQiIHZpZXdCb3g9IjAgMCAzNC42MjEgMjkuMzM4Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6I2NiY2JjYn0KICAgICAgICA8L3N0eWxlPgogICAgPC9kZWZzPgogICAgPHBhdGggaWQ9IuODkeOCuV83IiBkPSJNNjQzLjg3MSA2OTguNzA2YTEuMDYxIDEuMDYxIDAgMSAwLTEuNjg0Ljg1N2wtOC4xMjggOC4zLTYuNDY5LTEyLjg1M2ExLjgzNCAxLjgzNCAwIDEgMC0xLjgzMy4xMjhsLTYuNzQyIDEyLjcyNS04LjA1My04LjIyOGExLjA2IDEuMDYgMCAxIDAtLjc3MS4yMTdsLjkxNiAxOS45NyAxNS40My4xIDE1LjQzLS4xLjkyLTIwLjA2M2ExLjA2IDEuMDYgMCAwIDAgLjk4NC0xLjA1M3oiIGNsYXNzPSJjbHMtMSIgZGF0YS1uYW1lPSLjg5HjgrkgNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYwOS4yNSAtNjkxLjY2NikiLz4KICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMiIgd2lkdGg9IjMyLjU4NCIgaGVpZ2h0PSIyLjMwMiIgY2xhc3M9ImNscy0xIiBkYXRhLW5hbWU9IumVt+aWueW9oiAyIiByeD0iMS4xNTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC45NTIgMjcuMDM2KSIvPgo8L3N2Zz4K") no-repeat 0 0;
    background-size: 18px 16px;
  }

  .ranking__list li:nth-child(2) a:after {
    content: "2";
  }

  .ranking__list li:nth-child(3) a:before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSLjgrDjg6vjg7zjg5dfNSIgd2lkdGg9IjM0LjYyMSIgaGVpZ2h0PSIyOS4zMzgiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDUiIHZpZXdCb3g9IjAgMCAzNC42MjEgMjkuMzM4Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6I2ExN2E1MX0KICAgICAgICA8L3N0eWxlPgogICAgPC9kZWZzPgogICAgPHBhdGggaWQ9IuODkeOCuV83IiBkPSJNNjQzLjg3MSA2OTguNzA2YTEuMDYxIDEuMDYxIDAgMSAwLTEuNjg0Ljg1N2wtOC4xMjggOC4zLTYuNDY5LTEyLjg1M2ExLjgzNCAxLjgzNCAwIDEgMC0xLjgzMy4xMjhsLTYuNzQyIDEyLjcyNS04LjA1My04LjIyOGExLjA2IDEuMDYgMCAxIDAtLjc3MS4yMTdsLjkxNiAxOS45NyAxNS40My4xIDE1LjQzLS4xLjkyLTIwLjA2M2ExLjA2IDEuMDYgMCAwIDAgLjk4NC0xLjA1M3oiIGNsYXNzPSJjbHMtMSIgZGF0YS1uYW1lPSLjg5HjgrkgNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYwOS4yNSAtNjkxLjY2NikiLz4KICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMiIgd2lkdGg9IjMyLjU4NCIgaGVpZ2h0PSIyLjMwMiIgY2xhc3M9ImNscy0xIiBkYXRhLW5hbWU9IumVt+aWueW9oiAyIiByeD0iMS4xNTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC45NTIgMjcuMDM2KSIvPgo8L3N2Zz4K") no-repeat 0 0;
    background-size: 18px 16px;
  }

  .ranking__list li:nth-child(3) a:after {
    content: "3";
  }

  .ranking__list li:nth-child(4) a:after {
    content: "4";
  }

  .ranking__list li:nth-child(5) a:after {
    content: "5";
  }

  .ranking__list li+li {
    border-top: 1px solid #dddddd;
  }

  @media (max-width: 959px) {
    .ranking {
      background: #eeeeee;
    }

    .ranking__head {
      padding: 26px 15px 26px;
    }

    .ranking__label {
      font-size: 13px;
      line-height: 1;
      margin: 0 0 0 15px;
      padding: 5px 7px;
    }
  }

  .keywords {
    background: url(../img/common/bg_keyword.png) no-repeat 0 0;
    background-size: cover;
  }

  .keywords__head {
    padding: 30px 0 12px;
    margin-bottom: 28px;
    text-align: center;
    position: relative;
  }

  .keywords__head:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -23px;
    width: 46px;
    height: 5px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4OS45NDMiIGhlaWdodD0iOC4yNiIgdmlld0JveD0iMCAwIDg5Ljk0MyA4LjI2Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6I2ZmZDk0OX0uY2xzLTJ7ZmlsbDojMjRiMzlifS5jbHMtM3tmaWxsOiNmZjRmMjZ9CiAgICAgICAgPC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJsaW5lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSguMDAxKSI+CiAgICAgICAgPHBhdGggaWQ9IuODkeOCuV8xNSIgZD0iTTI5Ljk0MiA4LjI2YTguNjU4IDguNjU4IDAgMCAxLTYuMjY5LTIuNjc2Yy0xLjE3My0xLjAzMS0xLjk0Ny0xLjcxMi0zLjcxMi0xLjcxMnMtMi41NC42ODEtMy43MTMgMS43MTJBOC42NTggOC42NTggMCAwIDEgOS45NzkgOC4yNiA4LjY1NSA4LjY1NSAwIDAgMSAzLjcxIDUuNTgzQzIuNTM4IDQuNTUyIDEuNzYzIDMuODcxIDAgMy44NzFWMGE4LjY1NiA4LjY1NiAwIDAgMSA2LjI2NyAyLjY3NmMxLjE3MiAxLjAzMSAxLjk0NyAxLjcxMiAzLjcxMiAxLjcxMnMyLjU0LS42ODEgMy43MTItMS43MTJhOC42ODEgOC42ODEgMCAwIDEgMTIuNTM4IDBjMS4xNzIgMS4wMzEgMS45NDggMS43MTIgMy43MTMgMS43MTJ2My44NzF6IiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0i44OR44K5IDE1Ii8+CiAgICAgICAgPHBhdGggaWQ9IuODkeOCuV8xNiIgZD0iTTU5Ljk0MiAwYTguNjU4IDguNjU4IDAgMCAwLTYuMjY5IDIuNjc2Yy0xLjE3MyAxLjAzMS0xLjk0NyAxLjcxMi0zLjcxMiAxLjcxMnMtMi41NC0uNjgxLTMuNzEzLTEuNzEyYTguNjggOC42OCAwIDAgMC0xMi41MzggMEMzMi41MzggMy43MDggMzEuNzYzIDQuMzg5IDMwIDQuMzg5VjguMjZhOC42NTYgOC42NTYgMCAwIDAgNi4yNjgtMi42NzZjMS4xNzItMS4wMzEgMS45NDctMS43MTIgMy43MTItMS43MTJzMi41NC42ODEgMy43MTIgMS43MTJBOC42NTggOC42NTggMCAwIDAgNDkuOTYgOC4yNmE4LjY2IDguNjYgMCAwIDAgNi4yNjktMi42NzZjMS4xNzItMS4wMzEgMS45NDgtMS43MTIgMy43MTMtMS43MTJWMHoiIGNsYXNzPSJjbHMtMiIgZGF0YS1uYW1lPSLjg5HjgrkgMTYiLz4KICAgICAgICA8cGF0aCBpZD0i44OR44K5XzE3IiBkPSJNODkuOTQyIDguMjZhOC42NTggOC42NTggMCAwIDEtNi4yNjktMi42NzZjLTEuMTczLTEuMDMxLTEuOTQ3LTEuNzEyLTMuNzEyLTEuNzEycy0yLjU0LjY4MS0zLjcxMyAxLjcxMmE4LjY1OCA4LjY1OCAwIDAgMS02LjI2OSAyLjY3NiA4LjY1NSA4LjY1NSAwIDAgMS02LjI2OS0yLjY3N0M2Mi41MzggNC41NTIgNjEuNzYzIDMuODcxIDYwIDMuODcxVjBhOC42NTYgOC42NTYgMCAwIDEgNi4yNjggMi42NzZjMS4xNzIgMS4wMzEgMS45NDcgMS43MTIgMy43MTIgMS43MTJzMi41NC0uNjgxIDMuNzEyLTEuNzEyYTguNjgxIDguNjgxIDAgMCAxIDEyLjUzOCAwYzEuMTcyIDEuMDMxIDEuOTQ4IDEuNzEyIDMuNzEzIDEuNzEydjMuODcxeiIgY2xhc3M9ImNscy0zIiBkYXRhLW5hbWU9IuODkeOCuSAxNyIvPgogICAgPC9nPgo8L3N2Zz4K") no-repeat 0 0;
    background-size: 46px 5px;
    content: "";
  }

  .keywords__title {
    font-size: 18px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.72px;
    text-align: left;
    color: #ffffff;
    text-align: center;
  }

  .keywords__body {
    padding: 0 20px 20px;
  }

  .keywords__list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .keywords__list li {
    margin: 0 5px 10px 0;
  }

  .keywords__list li a {
    background: #fff;
    display: inline-block;
    padding: 9px 17px;
    font-size: 13px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .keywords__list li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  @media (max-width: 959px) {
    .keywords__head {
      padding: 40px 0 6px;
      margin-bottom: 14px;
      text-align: center;
    }

    .keywords__body {
      padding: 0 15px 43px;
    }
  }

  .footer {
    background: #000000;
    padding: 30px;
  }

  .footer__logo {
    width: 19vw;
    height: auto;
  }

  .footer__logo img {
    width: 100%;
    height: auto;
  }

  .footer__inner {
    width: 1200px;
    margin: 0 auto;
  }

  .footer__head {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 46px;
  }

  .footer__title {
    margin-left: 20px;
    font-size: 15px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.6px;
    text-align: left;
    color: #80a0e0;
    color: #fff;
  }

  .footer__flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer__item {
    width: 20%;
    max-width: 270px;
    margin-right: 5%;
  }

  .footer__item:last-child {
    margin-right: 0;
  }

  .footer__body {
    margin-bottom: 50px;
  }

  .footer__sttle {
    font-size: 15px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.6px;
    text-align: left;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    color: #fff;
    border-bottom: 1px solid #707070;
  }

  .footer__sttle a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
  }

  .footer__menu li a {
    font-size: 14px;
    line-height: 1.7142857143;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .footer__menu li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .footer__bottom {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .footer__links {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__links li {
    margin-right: 13px;
  }

  .footer__links li a {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .footer__links li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .footer__links li+li a {
    padding-left: 13px;
    border-left: 1px solid #999999;
  }

  .footer__copy {
    margin-left: auto;
    font-size: 12px;
    line-height: 1;
    color: #999999;
  }

  @media (max-width: 959px) {
    .footer {
      padding: 25px 0 93px 0px;
    }

    .footer__inner {
      width: 100%;
      margin: 0;
    }

    .footer__head {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-bottom: 28px;
    }

    .footer__title {
      display: none;
    }

    .footer__flex {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      width: 100%;
    }

    .footer__item {
      width: 100%;
      max-width: 100vw;
      margin: 0;
      padding: 0;
    }

    .footer__body {
      margin-bottom: 0;
    }

    .footer__sttle {
      font-size: 16px;
      line-height: 1;
      font-weight: normal;
      padding: 20px 25px;
      margin-bottom: 0;
      position: relative;
      border-bottom: 1px solid #707070;
      cursor: pointer;
      pointer-events: auto;
      margin: 0;
    }

    .footer__sttle:before {
      display: none;
    }

    .footer__sttle:after {
      display: block;
      position: absolute;
      right: 15px;
      top: 50%;
      bottom: auto;
      left: auto;
      width: 33px;
      height: 18px;
      margin-top: -9px;
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42NjciIGQ9Ik0xMi41IDE1bC01LTUgNS01Ii8+PC9zdmc+") no-repeat 0 0;
      background-size: 33px 18px;
      transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      content: "";
    }

    .footer__sttle.active:after {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
    }

    .footer__link {
      border-top: 1px solid #707070;
      margin: 0;
    }

    .footer__link--noborder {
      border-top: none;
    }

    .footer__link a {
      width: 100%;
      box-sizing: border-box;
      display: block;
      color: #fff;
      text-decoration: none;
      font-size: 15px;
      line-height: 1;
      font-weight: normal;
      padding: 20px 25px;
      margin-bottom: 0;
      position: relative;
      border-bottom: 1px solid #707070;
      position: relative;
    }

    .footer__link a:after {
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 18px;
      height: 33px;
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42NjciIGQ9Ik0xMi41IDE1bC01LTUgNS01Ii8+PC9zdmc+") no-repeat 0 0;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      margin-top: -16px;
      background-size: 18px 33px;
      content: "";
    }

    .footer__menu {
      display: none;
      background: #333333;
    }

    .footer__menu li {
      border-bottom: 1px solid #000;
    }

    .footer__menu li a {
      display: block;
      padding: 20px 35px;
      font-size: 15px;
      line-height: 1;
      position: relative;
    }

    .footer__menu li a:after {
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 18px;
      height: 33px;
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42NjciIGQ9Ik0xMi41IDE1bC01LTUgNS01Ii8+PC9zdmc+") no-repeat 0 0;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      margin-top: -16px;
      background-size: 18px 33px;
      content: "";
    }

    .footer__bottom {
      padding: 40px 0 10px;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .footer__links {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-bottom: 30px;
    }

    .footer__links li {
      width: 50%;
      margin-right: 0;
    }

    .footer__links li a {
      border-left: none !important;
      padding: 13px;
      display: block;
      text-align: center;
      border-left: 1px solid #999999;
      font-size: 12px;
      line-height: 1;
      text-decoration: none;
    }

    .footer__links li+li a {
      border-left: 0px solid black;
    }

    .footer__copy {
      margin-left: 0;
      font-size: 11px;
      line-height: 1;
    }

    .footer__logo {
      width: 133px;
    }
  }

  .bread-crumb {
    width: 100%;
    background-color: #eeeeee;
    padding: 17px 0;
    box-sizing: border-box;
  }

  .bread-crumb__inner {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .bread-crumb__list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bread-crumb__list li {
    font-size: 12px;
    line-height: 1;
    color: #999999;
  }

  .bread-crumb__list li .current-item br {
    display: none;
  }

  .bread-crumb__list li a {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
    color: #999999;
    text-decoration: none;
  }

  .bread-crumb__list li a span {
    white-space: nowrap;
  }

  .bread-crumb__list li+li {
    margin-left: 24px;
    position: relative;
  }

  .bread-crumb__list li+li:before {
    display: block;
    font-size: 12px;
    line-height: 1;
    width: 11px;
    height: 12px;
    position: absolute;
    left: -18px;
    margin-top: -7px;
    top: 50%;
    content: "＞";
  }

  .bread-crumb__home {
    padding-left: 20px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJHcm91cCIgd2lkdGg9IjQyLjQwNCIgaGVpZ2h0PSI1My4zOTkiIHZpZXdCb3g9IjAgMCA0Mi40MDQgNTMuMzk5Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6I2ZmNGYyNn0uY2xzLTEsLmNscy0yLC5jbHMtMywuY2xzLTR7ZmlsbC1ydWxlOmV2ZW5vZGR9LmNscy0yLC5jbHMtNHtmaWxsOiMyNGIzOWJ9LmNscy0ye29wYWNpdHk6Ljl9LmNscy0ze2ZpbGw6I2ZmZDk0OX0KICAgICAgICA8L3N0eWxlPgogICAgPC9kZWZzPgogICAgPHBhdGggaWQ9IkZpbGwtMSIgZD0iTTE5LjcxMiAxLjYyN2EyLjQ3NiAyLjQ3NiAwIDAgMC0yLjM5NCAyLjU0NSAyLjQgMi40IDAgMSAwIDQuNzg4IDAgMi40NzUgMi40NzUgMCAwIDAtMi4zOTQtMi41NDV6bTAgNi43MTZhNC4wNTggNC4wNTggMCAwIDEtMy45MjYtNC4xNzFBNC4wNTkgNC4wNTkgMCAwIDEgMTkuNzEyIDBhNC4wNiA0LjA2IDAgMCAxIDMuOTI3IDQuMTcyIDQuMDU5IDQuMDU5IDAgMCAxLTMuOTI3IDQuMTcxeiIgY2xhc3M9ImNscy0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjM0MykiLz4KICAgIDxwYXRoIGlkPSJGaWxsLTMiIGQ9Ik0xMS40IDMyLjI2MWE0Ljg2NiA0Ljg2NiAwIDAgMS00LjcxMiA1LjAwNiA1LjAxNiA1LjAxNiAwIDAgMSAwLTEwLjAxMyA0Ljg2NiA0Ljg2NiAwIDAgMSA0LjcxMiA1LjAwNyIgY2xhc3M9ImNscy0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjE2OCAxNi4xMzIpIi8+CiAgICA8cGF0aCBpZD0iRmlsbC01IiBkPSJNMjMuMjM1IDMyLjI2MWE0Ljg2NiA0Ljg2NiAwIDAgMS00LjcxMiA1LjAwNiA1LjAxNiA1LjAxNiAwIDAgMSAwLTEwLjAxMyA0Ljg2NiA0Ljg2NiAwIDAgMSA0LjcxMiA1LjAwNiIgY2xhc3M9ImNscy0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjE3NiAxNi4xMzIpIi8+CiAgICA8cGF0aCBpZD0iQ29tYmluZWQtU2hhcGUiIGQ9Ik0xMC45OTMgMzkuMDg2VjE1LjcyNGgyMS45ODl2MjMuMzYyek0wIDM5LjA4NlYyNy40MDVoMTAuOTkzdjExLjY4MXoiIGNsYXNzPSJjbHMtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA5LjMwNykiLz4KICAgIDxwYXRoIGlkPSJGaWxsLTI5IiBkPSJNMjAuNjY3IDEzLjk5MWwtMy40NTIgMTMuOTI4IDEzLjEwOS0zLjgwOHpNMTQuOCAzMC41MDdsNC45Ni0yMC4wMjQgMTMuODg2IDE0LjU1eiIgY2xhc3M9ImNscy0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4Ljc1OSA2LjIwNSkiLz4KICAgIDxwYXRoIGlkPSJGaWxsLTMwIiBkPSJNMjEuOTYxIDEwLjAzNGwzLjI2OCAzLjQ3MyAzLjI3LTMuNDczLTMuMjctMy40NzR6bTMuMjY4IDUuODQxbC01LjUtNS44NDEgNS41LTUuODQxIDUuNSA1Ljg0MXoiIGNsYXNzPSJjbHMtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuNjc5IDIuNDgyKSIvPgo8L3N2Zz4K") no-repeat left center;
    background-size: 13px 16px;
  }

  @media (max-width: 959px) {
    .bread-crumb {
      padding: 10px 0 0 15px;
      overflow: hidden;
    }

    .bread-crumb__inner {
      width: 100%;
      margin: 0;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
    }

    .bread-crumb__list li {
      white-space: nowrap;
      padding-bottom: 10px;
    }

    .bread-crumb__list li a {
      font-size: 11px;
      line-height: 1;
      white-space: nowrap;
    }

    .bread-crumb__list li+li {
      margin-left: 12px;
      margin-right: 2px;
      position: relative;
    }

    .bread-crumb__list li+li:before {
      font-size: 10px;
      line-height: 1;
      left: -12px;
      margin-top: -10px;
    }

    .bread-crumb__home {
      padding: 0;
      background: no-repeat;
      position: relative;
    }

    .bread-crumb__home:before {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      margin: -4px 5px 0 0;
      width: 12px;
      height: 15px;
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJHcm91cCIgd2lkdGg9IjQyLjQwNCIgaGVpZ2h0PSI1My4zOTkiIHZpZXdCb3g9IjAgMCA0Mi40MDQgNTMuMzk5Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6I2ZmNGYyNn0uY2xzLTEsLmNscy0yLC5jbHMtMywuY2xzLTR7ZmlsbC1ydWxlOmV2ZW5vZGR9LmNscy0yLC5jbHMtNHtmaWxsOiMyNGIzOWJ9LmNscy0ye29wYWNpdHk6Ljl9LmNscy0ze2ZpbGw6I2ZmZDk0OX0KICAgICAgICA8L3N0eWxlPgogICAgPC9kZWZzPgogICAgPHBhdGggaWQ9IkZpbGwtMSIgZD0iTTE5LjcxMiAxLjYyN2EyLjQ3NiAyLjQ3NiAwIDAgMC0yLjM5NCAyLjU0NSAyLjQgMi40IDAgMSAwIDQuNzg4IDAgMi40NzUgMi40NzUgMCAwIDAtMi4zOTQtMi41NDV6bTAgNi43MTZhNC4wNTggNC4wNTggMCAwIDEtMy45MjYtNC4xNzFBNC4wNTkgNC4wNTkgMCAwIDEgMTkuNzEyIDBhNC4wNiA0LjA2IDAgMCAxIDMuOTI3IDQuMTcyIDQuMDU5IDQuMDU5IDAgMCAxLTMuOTI3IDQuMTcxeiIgY2xhc3M9ImNscy0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjM0MykiLz4KICAgIDxwYXRoIGlkPSJGaWxsLTMiIGQ9Ik0xMS40IDMyLjI2MWE0Ljg2NiA0Ljg2NiAwIDAgMS00LjcxMiA1LjAwNiA1LjAxNiA1LjAxNiAwIDAgMSAwLTEwLjAxMyA0Ljg2NiA0Ljg2NiAwIDAgMSA0LjcxMiA1LjAwNyIgY2xhc3M9ImNscy0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjE2OCAxNi4xMzIpIi8+CiAgICA8cGF0aCBpZD0iRmlsbC01IiBkPSJNMjMuMjM1IDMyLjI2MWE0Ljg2NiA0Ljg2NiAwIDAgMS00LjcxMiA1LjAwNiA1LjAxNiA1LjAxNiAwIDAgMSAwLTEwLjAxMyA0Ljg2NiA0Ljg2NiAwIDAgMSA0LjcxMiA1LjAwNiIgY2xhc3M9ImNscy0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjE3NiAxNi4xMzIpIi8+CiAgICA8cGF0aCBpZD0iQ29tYmluZWQtU2hhcGUiIGQ9Ik0xMC45OTMgMzkuMDg2VjE1LjcyNGgyMS45ODl2MjMuMzYyek0wIDM5LjA4NlYyNy40MDVoMTAuOTkzdjExLjY4MXoiIGNsYXNzPSJjbHMtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA5LjMwNykiLz4KICAgIDxwYXRoIGlkPSJGaWxsLTI5IiBkPSJNMjAuNjY3IDEzLjk5MWwtMy40NTIgMTMuOTI4IDEzLjEwOS0zLjgwOHpNMTQuOCAzMC41MDdsNC45Ni0yMC4wMjQgMTMuODg2IDE0LjU1eiIgY2xhc3M9ImNscy0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4Ljc1OSA2LjIwNSkiLz4KICAgIDxwYXRoIGlkPSJGaWxsLTMwIiBkPSJNMjEuOTYxIDEwLjAzNGwzLjI2OCAzLjQ3MyAzLjI3LTMuNDczLTMuMjctMy40NzR6bTMuMjY4IDUuODQxbC01LjUtNS44NDEgNS41LTUuODQxIDUuNSA1Ljg0MXoiIGNsYXNzPSJjbHMtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuNjc5IDIuNDgyKSIvPgo8L3N2Zz4K") no-repeat left center;
      background-size: 12px 15px;
      content: "";
    }

    .bread-crumb__home span {
      display: none;
    }
  }

  .sns {
    background: #fff;
    padding: 30px 0;
  }

  .sns__label {
    text-align: center;
    font-size: 15px;
    line-height: 1;
    position: relative;
    margin-bottom: 30px;
  }

  .sns__label:before {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #dddddd;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    content: "";
  }

  .sns__label:after {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #dddddd;
    margin: -1px 0 0 8px;
    vertical-align: middle;
    content: "";
  }

  .sns__list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }

  .sns__list li+li {
    margin-left: 30px;
  }

  @media (max-width: 959px) {
    .sns {
      background: #fff;
      box-shadow: 0px -4px 3.8px 0.2px rgba(0, 0, 0, 0.2);
      border: none;
      position: fixed;
      bottom: 0;
      height: 58px;
      width: 100%;
      z-index: 10000000;
      padding: 0;
      margin: 0;
    }

    .sns__label {
      display: none;
    }

    .sns__list {
      height: 58px;
      padding: 0 35px;
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      align-items: center;
    }

    .sns__list li a {
      display: block;
    }

    .sns__list li a img {
      vertical-align: bottom;
    }

    .sns__list li+li {
      margin-left: 0;
    }

    .sns__list li+li:before {
      margin-top: -15px;
    }
  }

  .slidr {
    position: relative;
    margin-bottom: 40px;
    min-width: 1200px;
  }

  .slidr__item {
    outline: none;
  }

  .slidr__item img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .slidr__item--pro:before {
    display: block;
    width: 80px;
    height: 80px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJpY29uLXBybyIgd2lkdGg9IjgwLjAwMSIgaGVpZ2h0PSI4MCIgdmlld0JveD0iMCAwIDgwLjAwMSA4MCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGU+CiAgICAgICAgICAgIC5jbHMtMXtmaWxsOiNmZmJhMDA7ZmlsbC1ydWxlOmV2ZW5vZGR9LmNscy0ye2ZvbnQtc2l6ZToxM3B4O2ZvbnQtZmFtaWx5OkhpcmFLYWt1UHJvTi1XNixIaXJhZ2lubyBLYWt1IEdvdGhpYyBQcm9OfQogICAgICAgIDwvc3R5bGU+CiAgICA8L2RlZnM+CiAgICA8cGF0aCBpZD0i44OR44K5XzIxMDIxIiBkPSJNMCA4MFYwaDgwIiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0i44OR44K5IDIxMDIxIi8+CiAgICA8dGV4dCBpZD0i5LiK57Sa6ICFX+WQkeOBkSIgY2xhc3M9ImNscy0yIiBkYXRhLW5hbWU9IuS4iue0muiAhSDlkJHjgZEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYgMjApIj4KICAgICAgICA8dHNwYW4geD0iMCIgeT0iMCI+5LiK57Sa6ICFPC90c3Bhbj48dHNwYW4geD0iMCIgeT0iMTguMDEiPuWQkeOBkTwvdHNwYW4+CiAgICA8L3RleHQ+Cjwvc3ZnPgo=") no-repeat 0 0;
    background-size: 80px 80px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }

  .slidr__main {
    position: relative;
  }

  .slidr__arrow {
    width: 50px;
    height: 80px;
    position: absolute;
    top: 220px;
    margin-top: -40px;
    z-index: 1000;
    text-indent: -9999px;
    border-radius: 10px;
  }

  .slidr__prev {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NiIgaGVpZ2h0PSIxMDIiIHZpZXdCb3g9IjAgMCA2NiAxMDIiPgogICAgPGc+CiAgICAgICAgPHBhdGggZmlsbD0iIzExYWZlYiIgZD0iTTYgMGg2MHYxMDJINmE2IDYgMCAwIDEtNi02VjZhNiA2IDAgMCAxIDYtNnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDQgLTM0NykgdHJhbnNsYXRlKDQ0NCAzNDcpIi8+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yMC40MTcgMTIwLjQxNmEyLjg1MSAyLjg1MSAwIDAgMS0yLjAyMS0uODM3TC44MzggMTAyLjAyMmEyLjg1OSAyLjg1OSAwIDAgMSA0LjA0NC00LjA0NGwxNS41MzUgMTUuNTM2IDE1LjUzNS0xNS41MzZBMi44NTkgMi44NTkgMCAwIDEgNDAgMTAyLjAyMkwyMi40MzggMTE5LjU4YTIuODUxIDIuODUxIDAgMCAxLTIuMDIxLjgzNnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDQgLTM0NykgdHJhbnNsYXRlKDU4NS40MTYgMzc3Ljk5OSkgcm90YXRlKDkwKSB0cmFuc2xhdGUoMCkiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=") no-repeat 0 0;
    background-size: 50px 80px;
    left: 20px;
  }

  .slidr__next {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NiIgaGVpZ2h0PSIxMDIiIHZpZXdCb3g9IjAgMCA2NiAxMDIiPgogICAgPGc+CiAgICAgICAgPHBhdGggZmlsbD0iIzExYWZlYiIgZD0iTTYgMGg2MHYxMDJINmE2IDYgMCAwIDEtNi02VjZhNiA2IDAgMCAxIDYtNnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxMCA0NDkpIHJvdGF0ZSgxODApIHRyYW5zbGF0ZSg0NDQgMzQ3KSIvPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjAuNDE3IDEyMC40MTZhMi44NTEgMi44NTEgMCAwIDEtMi4wMjEtLjgzN0wuODM4IDEwMi4wMjJhMi44NTkgMi44NTkgMCAwIDEgNC4wNDQtNC4wNDRsMTUuNTM1IDE1LjUzNiAxNS41MzUtMTUuNTM2QTIuODU5IDIuODU5IDAgMCAxIDQwIDEwMi4wMjJMMjIuNDM4IDExOS41OGEyLjg1MSAyLjg1MSAwIDAgMS0yLjAyMS44MzZ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MTAgNDQ5KSByb3RhdGUoMTgwKSB0cmFuc2xhdGUoNTg1LjQxNiAzNzcuOTk5KSByb3RhdGUoOTApIHRyYW5zbGF0ZSgwKSIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==") no-repeat 0 0;
    background-size: 50px 80px;
    right: 20px;
  }

  .slidr__head a {
    outline: none;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .slidr__head a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .slidr__body {
    padding: 20px 20px;
  }

  .slidr_wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
  }

  .slidr__cats {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 17px;
  }

  .slidr .cats {
    margin-bottom: 0;
  }

  .slidr .cats__parent {
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
    text-decoration: none;
    margin-right: 15px;
  }

  .slidr .cats__parent a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    background-color: #80a0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .slidr .cats__parent a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .slidr .cats__parent:after {
    display: none;
  }

  .slidr .cats__child {
    color: #999999;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .slidr .cats__child a {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    color: #999999;
    font-weight: bold;
    background: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .slidr .cats__child a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .slidr__contents a {
    outline: none;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .slidr__contents a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .slidr__title {
    font-size: 28px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 1.12px;
    text-align: left;
    color: #333333;
    font-size: 24px;
    line-height: 1.375;
    margin-bottom: 17px;
  }

  .slidr__time {
    color: #999999;
    font-size: 15px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin-left: auto;
  }

  .slidr__time--pc {
    display: block;
  }

  .slidr__time--sp {
    display: none;
  }

  .slidr .swiper-pagination {
    margin-top: 47px;
    position: relative;
  }

  @media (max-width: 959px) {
    .slidr {
      position: relative;
      margin-bottom: 40px;
      padding-top: 20px;
      min-width: 100%;
    }

    .slidr__main {
      width: 92%;
      margin: 0 auto;
    }

    .slidr__item {
      width: 92%;
      outline: none;
    }

    .slidr__item img {
      width: 100%;
      height: 300px;
    }

    .slidr__body {
      padding: 0;
    }

    .slidr_wrap {
      margin-bottom: 10px;
      padding-top: 10px;
    }

    .slidr__cats {
      margin-bottom: 11px;
    }

    .slidr .cats li a {
      font-size: 13px;
      line-height: 1;
    }

    .slidr .cats__child {
      margin-left: 12px;
    }

    .slidr__title {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 15px;
    }

    .slidr__time {
      font-size: 12px;
      line-height: 1;
    }

    .slidr__time--pc {
      display: none;
    }

    .slidr__time--sp {
      display: block;
    }

    .slidr .swiper-pagination {
      margin-top: 30px;
      position: relative;
    }

    .slidr__arrow {
      width: 6.66vw;
      height: 10.4vw;
      position: absolute;
      top: 24.17vw;
      left: 50%;
      z-index: 1000;
      text-indent: -9999px;
    }

    .slidr__prev {
      margin-left: -50%;
      background-size: 100% auto;
    }

    .slidr__next {
      background-size: 100% auto;
      margin-left: 43.34%;
    }
  }

  .swiper-pagination {
    position: relative;
    margin: 0 auto;
    width: auto;
    /*
      &__item+&__item{
        margin-left: 14px;
      }
    */
  }

  .swiper-pagination .swiper-pagination-bullet {
    outline: none;
    width: 36px;
    height: 5px;
    text-indent: -9999px;
    background: #cccccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 7px;
  }

  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #11afeb;
  }

  .swiper-pagination__arrow {
    width: 10px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    z-index: 1000;
    text-indent: -9999px;
  }

  .swiper-pagination__prev {
    left: -30px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi41NDQiIGhlaWdodD0iNDAuMzM1IiB2aWV3Qm94PSIwIDAgMjIuNTQ0IDQwLjMzNSI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGU+CiAgICAgICAgICAgIC5jbHMtMXtmaWxsOiM2NjZ9CiAgICAgICAgPC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMiIgZD0iTTcyNy40NDQgMjA3LjE4NmEyLjM3NSAyLjM3NSAwIDAgMS0uNjk0IDEuNjc5bC0xNy44IDE3Ljc5NGEyLjM3MyAyLjM3MyAwIDAgMS0zLjM1OC0zLjM1NGwxNi4xMjMtMTYuMTE5LTE2LjEyMy0xNi4xMTlhMi4zNzMgMi4zNzMgMCAwIDEgMy4zNTgtMy4zNTRsMTcuOCAxNy44YTIuMzcxIDIuMzcxIDAgMCAxIC42OTQgMS42NzN6IiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0i44OR44K5IDIiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAzNjMuNzIyIDExMy42NzcpIi8+Cjwvc3ZnPgo=") no-repeat 0 0;
    background-size: 10px 17px;
  }

  .swiper-pagination__next {
    right: -30px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi41NDQiIGhlaWdodD0iNDAuMzM1IiB2aWV3Qm94PSIwIDAgMjIuNTQ0IDQwLjMzNSI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGU+CiAgICAgICAgICAgIC5jbHMtMXtmaWxsOiM2NjZ9CiAgICAgICAgPC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMSIgZD0iTTcyNy40NDQgMjA3LjE4NmEyLjM3NSAyLjM3NSAwIDAgMS0uNjk0IDEuNjc5bC0xNy44IDE3Ljc5NGEyLjM3MyAyLjM3MyAwIDAgMS0zLjM1OC0zLjM1NGwxNi4xMjMtMTYuMTE5LTE2LjEyMy0xNi4xMTlhMi4zNzMgMi4zNzMgMCAwIDEgMy4zNTgtMy4zNTRsMTcuOCAxNy44YTIuMzcxIDIuMzcxIDAgMCAxIC42OTQgMS42NzN6IiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0i44OR44K5IDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MDQuOTAxIC0xODcuMDE5KSIvPgo8L3N2Zz4K") no-repeat 0 0;
    background-size: 10px 17px;
  }

  .model {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    padding-top: 20px;
  }

  .model__ph {
    width: 250px;
  }

  .model__ph img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .model__excerpt {
    width: calc(100% - 280px);
    margin-left: auto;
  }

  .model__excerpt p {
    font-size: 15px;
    line-height: 1.8666666667;
  }

  @media (max-width: 959px) {
    .model {
      border-top: none;
      margin-top: 0;
    }

    .model__ph {
      width: 75%;
    }

    .model__ph img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
    }

    .model__excerpt {
      width: 100%;
      margin-left: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .model__excerpt p {
      font-size: 14px;
      line-height: 1.5714285714;
    }
  }

  .categories {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .categories li {
    margin: 0 4px 8px 0;
  }

  .categories li a {
    display: block;
    border: 1px solid #80a0e0;
    background: #80a0e0;
    padding: 7px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .categories li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  @media (max-width: 959px) {
    .categories {
      border: none;
      margin-top: 0;
      padding-top: 15px;
    }

    .categories li {
      margin: 0 4px 4px 0;
    }

    .categories li a {
      padding: 3px 8px;
      font-size: 12px;
      line-height: 1;
    }
  }

  .btn__more {
    padding-top: 2px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .btn__more:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .btn__more:after {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: relative;
    vertical-align: middle;
    margin: 0px 0 0 15px;
    background: #80a0e0 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE2IDE4Ij4KICAgIDx0ZXh0IGZpbGw9IiNmZmYiIGZvbnQtZmFtaWx5PSJMdWNpZGFHcmFuZGUtQm9sZCwgTHVjaWRhIEdyYW5kZSIgZm9udC1zaXplPSIxNnB4IiBmb250LXdlaWdodD0iNzAwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE1KSI+CiAgICAgICAgPHRzcGFuIHg9IjAiIHk9IjAiPuKGkjwvdHNwYW4+CiAgICA8L3RleHQ+Cjwvc3ZnPgo=") no-repeat 50% 50%;
    background-size: 16px 18px;
    content: "";
  }

  .select {
    background: #fff;
    width: 100%;
    display: block;
    height: 40px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e0e0e0;
    color: #333333;
    box-sizing: border-box;
  }

  .select:after {
    content: "";
    background: url("../img/common/ico-arrow-down@2x.png") 0 0 no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 8px;
  }

  .select-select {
    width: 110%;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1;
    color: #333333;
  }

  .select+.select {
    margin-top: 8px;
  }

  .select__list--parent {
    width: 100%;
    background: #fff;
    height: 40px;
    display: block;
  }

  .select__list--parent li a {
    display: block;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 2.8571428571;
    color: #999;
    text-decoration: none;
  }

  select::-ms-expand {
    display: none;
  }

  .sub-pc {
    display: block;
  }

  .sub-sp {
    display: none;
  }

  .sub__content+.sub__content {
    margin-top: 30px;
  }

  @media (max-width: 959px) {
    .sub-pc {
      display: none;
    }

    .sub-sp {
      display: block;
      margin-bottom: 40px;
    }
  }

  .banner {
    text-align: center;
  }

  .banner a {
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .banner a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .banner__item img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }

  @media (max-width: 959px) {
    .banner__item {
      padding: 0 20px;
    }
  }

  .banner__item+.banner__item {
    margin-top: 30px;
  }

  .pagenation {
    margin: 70px 0 80px;
  }

  .pagenation__list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
  }

  .pagenation__item {
    width: 48px;
  }

  .pagenation__item span {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    position: relative;
  }

  .pagenation__item span:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 5px;
    background: #11afeb;
    content: "";
  }

  .pagenation__item a {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: #333333;
    text-decoration: none !important;
    position: relative;
    height: 18px;
  }

  .pagenation__item a img {
    width: 7px;
    height: 14px;
  }

  .pagenation__item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 5px;
    background: #cccccc;
    content: "";
  }

  .pagenation--prev img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  .pagenation__item+.pagenation__item {
    margin-left: 12px;
  }

  @media (max-width: 959px) {
    .pagenation {
      padding: 25px 0 0px;
      margin: 0 0 50px;
    }

    .pagenation__item {
      width: 40px;
    }

    .pagenation__item span {
      font-size: 15px;
      line-height: 1;
    }

    .pagenation__item a {
      font-size: 15px;
      line-height: 1;
    }

    .pagenation__item a img {
      width: 6px;
      height: 11px;
    }
  }

  .pagination {
    margin: 50px 0 70px;
  }

  .pagination .nav-links {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
  }

  .pagination .page-numbers {
    width: 48px;
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: #333333;
    text-decoration: none !important;
    position: relative;
  }

  .pagination .page-numbers img {
    width: 7px;
    height: 14px;
  }

  .pagination .page-numbers:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 5px;
    background: #cccccc;
    content: "";
  }

  .pagination .current:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 5px;
    background: #80a0e0;
    content: "";
  }

  .pagination .prev {
    height: 1em;
    width: 48px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi41NDQiIGhlaWdodD0iNDAuMzM1IiB2aWV3Qm94PSIwIDAgMjIuNTQ0IDQwLjMzNSI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGU+CiAgICAgICAgICAgIC5jbHMtMXtmaWxsOiM2NjZ9CiAgICAgICAgPC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMSIgZD0iTTcyNy40NDQgMjA3LjE4NmEyLjM3NSAyLjM3NSAwIDAgMS0uNjk0IDEuNjc5bC0xNy44IDE3Ljc5NGEyLjM3MyAyLjM3MyAwIDAgMS0zLjM1OC0zLjM1NGwxNi4xMjMtMTYuMTE5LTE2LjEyMy0xNi4xMTlhMi4zNzMgMi4zNzMgMCAwIDEgMy4zNTgtMy4zNTRsMTcuOCAxNy44YTIuMzcxIDIuMzcxIDAgMCAxIC42OTQgMS42NzN6IiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0i44OR44K5IDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MDQuOTAxIC0xODcuMDE5KSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 7px 14px;
    background-position: center top;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  .pagination .next {
    height: 1em;
    width: 48px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi41NDQiIGhlaWdodD0iNDAuMzM1IiB2aWV3Qm94PSIwIDAgMjIuNTQ0IDQwLjMzNSI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGU+CiAgICAgICAgICAgIC5jbHMtMXtmaWxsOiM2NjZ9CiAgICAgICAgPC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMSIgZD0iTTcyNy40NDQgMjA3LjE4NmEyLjM3NSAyLjM3NSAwIDAgMS0uNjk0IDEuNjc5bC0xNy44IDE3Ljc5NGEyLjM3MyAyLjM3MyAwIDAgMS0zLjM1OC0zLjM1NGwxNi4xMjMtMTYuMTE5LTE2LjEyMy0xNi4xMTlhMi4zNzMgMi4zNzMgMCAwIDEgMy4zNTgtMy4zNTRsMTcuOCAxNy44YTIuMzcxIDIuMzcxIDAgMCAxIC42OTQgMS42NzN6IiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0i44OR44K5IDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MDQuOTAxIC0xODcuMDE5KSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 7px 14px;
    background-position: center top;
  }

  .pagination .page-numbers+.page-numbers {
    margin-left: 12px;
  }

  @media (max-width: 959px) {
    .pagination {
      padding: 25px 0 0px;
      margin: 0 0 50px;
    }

    .pagination__item {
      width: 40px;
    }

    .pagination__item span {
      font-size: 15px;
      line-height: 1;
    }

    .pagination__item a {
      font-size: 15px;
      line-height: 1;
    }

    .pagination__item a img {
      width: 6px;
      height: 11px;
    }
  }

  .writer__card {
    display: block;
    background: #fff;
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .writer__card a {
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .writer__card a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .writer__card-inner {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .writer__card .writer__inner>div {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .writer__card:last-child {
    margin-bottom: 120px;
  }

  .writer__card+.writer__card {
    margin-top: 35px;
  }

  .writer__ph {
    width: 120px;
    height: 120px;
    overflow: hidden;
  }

  .writer__ph img {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: bottom;
    object-fit: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .writer__contents {
    width: calc(100% - 150px);
    margin-left: auto;
  }

  .writer__detail {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .writer__status {
    border: 1px solid #80a0e0;
    padding: 8px 13px;
    color: #fff;
    background: #80a0e0;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 12px;
  }

  .writer__handle {
    border: 1px solid #80a0e0;
    padding: 5px 10px;
    color: #333333;
    background: #fff;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 12px;
    line-height: 1;
    margin-left: 12px;
    margin-bottom: 12px;
  }

  .writer__handle-02 {
    color: #fff;
    background: #80a0e0;
  }

  .writer__name {
    font-size: 28px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: left;
    color: #333333;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 18px;
  }

  .writer__name span {
    font-weight: 600;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.52px;
    text-align: left;
    color: #333333;
    font-size: 16px;
    line-height: 1;
    margin-left: 10px;
  }

  .writer__profile p {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.56px;
    text-align: left;
    color: #333333;
    font-size: 16px;
    line-height: 1.375;
    font-weight: normal;
  }

  .writer__sns {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .writer__sns-sp {
    display: none;
  }

  .writer__sns-pc {
    display: block;
  }

  .writer__sns-inner {
    width: calc(100% - 150px);
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1;
  }

  .writer__sns-inner p {
    margin-top: 12px;
    margin-right: 1em;
    word-break: break-all;
  }

  .writer__sns-inner p img {
    width: 1em;
    height: 1em;
    vertical-align: bottom;
  }

  .writer__sns-inner a {
    margin-left: 0.5em;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .writer__sns-inner a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .writer__sns-inner-02 {
    position: relative;
    width: 100%;
    margin-top: 23px;
    border-top: 1px solid #d2d2d2;
  }

  .writer__sns-inner-02 p {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 23px;
    margin-right: 30px;
  }

  .writer__sns-inner-02 p img {
    width: 20px;
    height: 20px;
  }

  .writer__sns-inner-02 a {
    margin-left: 10px;
  }

  @media (max-width: 959px) {
    .writer__card {
      border-bottom: 1px solid #dddddd;
      padding: 24px 15px 15px;
    }

    .writer__card+.writer__card {
      margin-top: 20px;
    }

    .writer__ph {
      width: 75px;
      height: 75px;
      margin-right: 15px;
    }

    .writer__ph img {
      width: 75px;
      height: 75px;
    }

    .writer__contents {
      width: calc(100% - 75px);
    }

    .writer__status {
      padding: 6px;
      font-size: 12px;
      line-height: 1;
      margin-bottom: 17px;
    }

    .writer__name {
      font-size: 19px;
      line-height: 1;
      margin-bottom: 11px;
    }

    .writer__name span {
      font-size: 11px;
      line-height: 1;
      margin-left: 5px;
    }

    .writer__profile {
      overflow: hidden;
      width: 100%;
    }

    .writer__profile p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      font-size: 16px;
      line-height: 1.375;
      font-weight: normal;
    }

    .writer__handle-02 {
      margin-left: 0;
      margin-bottom: 18px;
    }

    .writer__sns-pc {
      display: none;
    }

    .writer__sns-sp {
      display: block;
      padding-bottom: 0;
    }

    .writer__sns-inner {
      width: calc(100% - 90px);
    }

    .writer__sns-inner p+p {
      margin-top: 7px;
    }

    .writer__sns-inner-02 {
      width: 100%;
      border-top: none;
      margin-top: 28px;
    }

    .writer__sns-inner-02 a {
      margin-left: 0;
      margin-top: 0;
    }

    .writer__sns-inner-02 p {
      margin-top: 0;
      margin-right: 10px;
    }

    .writer__sns-inner-02 p a img {
      width: 30px;
      height: 30px;
    }

    .writer__sns-inner-02 p+p {
      margin-top: 0;
    }
  }

  .profile {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .profile__ph {
    width: 160px;
    height: 160px;
    margin-left: 20px;
  }

  .profile__ph img {
    width: 160px;
    height: 160px;
    vertical-align: bottom;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    object-fit: cover;
  }

  .profile__contents {
    width: calc(100% - 220px);
    margin-left: auto;
  }

  .profile__status {
    color: #80a0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 18px;
    line-height: 1.3333333333;
    margin-bottom: 12px;
    font-weight: bold;
  }

  .profile__name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    font-size: 32px;
    line-height: 1.34375;
    margin-bottom: 24px;
  }

  .profile__name span {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    font-size: 16px;
    line-height: 1;
    margin-left: 10px;
  }

  .profile__profile p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.87;
    letter-spacing: 0.6px;
    text-align: left;
    color: #333333;
    font-size: 16px;
    line-height: 1.375;
    font-weight: normal;
  }

  @media (max-width: 959px) {
    .profile {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center;
      padding-bottom: 30px;
    }

    .profile__ph {
      width: 75px;
      height: 75px;
      margin-left: 0;
    }

    .profile__ph img {
      width: 100%;
      height: 100%;
    }

    .profile__contents {
      width: calc(100% - 86px);
    }

    .profile__status {
      font-size: 11px;
      line-height: 1;
      margin-bottom: 11px;
    }

    .profile__name {
      font-size: 20px;
      line-height: 1;
    }

    .profile__name span {
      display: block;
      font-size: 11px;
      line-height: 1;
      margin-left: 0;
      margin-top: 8px;
    }

    .profile__excerpt p {
      font-size: 15px;
      line-height: 1.6666666667;
    }
  }

  .article {
    background: #fff;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }

  .article+.content {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .article__head {
    padding: 34px 40px 0;
  }

  .article__body {
    padding: 40px 40px 0;
  }

  .article__categories {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center;
  }

  .article__title {
    font-size: 30px;
    line-height: 1.3666666667;
    font-weight: bold;
    color: #333333;
    margin-bottom: 50px;
  }

  .article__lead {
    margin-bottom: 24px;
  }

  .article__img {
    margin-bottom: 16px;
  }

  .article__img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .article__date {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 13px;
  }

  .article__date .publish {
    font-size: 14px;
    line-height: 1.2857142857;
    color: #333333;
    margin-right: 24px;
  }

  .article__date .update {
    font-size: 14px;
    line-height: 1.2857142857;
    color: #333333;
  }

  .article .side-scroll-table-01 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    overflow: auto;
    overflow-y: hidden;
  }

  .article .side-scroll-table-01 table {
    width: 100%;
    min-width: 760px;
  }

  .article .side-scroll-table-02 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    overflow: auto;
    overflow-y: hidden;
  }

  .article .side-scroll-table-02 table {
    width: 100%;
    min-width: 540px;
  }

  .article__link-btn {
    display: inline-block;
    width: 400px;
    margin: 70px calc(50% - 200px);
    padding: 15px;
    background-color: #80a0e0;
    font-size: 18px;
    line-height: 1.2222222222;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .article__link-btn:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .article__table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dddddd;
    table-layout: fixed;
  }

  .article__table thead tr th {
    background: #f5f5f5;
    padding: 20px;
    font-size: 16px;
    line-height: 1.375;
    font-weight: bold;
    text-align: center;
  }

  .article__table thead tr th+th {
    border-left: 1px solid #e2e2e2;
  }

  .article__table tbody tr th {
    background: #f5f5f5;
    font-size: 16px;
    line-height: 1.375;
    padding: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e2e2e2;
  }

  .article__table tbody tr th+th {
    border-left: 1px solid #e2e2e2;
  }

  .article__table tbody tr td {
    font-size: 15px;
    line-height: 1.3333333333;
    padding: 20px;
    border: 1px solid #e2e2e2;
  }

  .article__table--02 {
    width: 100%;
    margin: 0 auto 50px;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .article__table--02 thead th,
  .article__table--02 thead td {
    background: #F3F5F4;
    border: 1px solid #C8CCCB;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.375;
  }

  .article__table--02 tbody tr th {
    width: 40%;
    background: #F3F5F4;
    border: 1px solid #C8CCCB;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.375;
    text-align: left;
    vertical-align: middle;
    font-weight: 600;
  }

  .article__table--02 tbody tr td {
    width: 60%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.375;
    text-align: left;
    padding: 20px;
    border: 1px solid #C8CCCB;
  }

  .article__table--02 tbody tr td.column-1 {
    font-weight: bold;
    background: #F3F5F4;
  }

  .article__section>h2 {
    padding: 20px 0;
    font-size: 26px;
    line-height: 1.3846153846;
    font-weight: bold;
    border-bottom: solid 2px #80a0e0;
    margin-bottom: 24px;
  }

  .article__section>h2 span.marker {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #80a0e0 60%);
  }

  .article__section>h3 {
    padding: 20px 30px;
    margin-bottom: 48px;
    font-size: 22px;
    line-height: 1.4545454545;
    font-weight: bold;
    background: rgba(128, 160, 224, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .article__section>h3 span.marker {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #80a0e0 60%);
  }

  .article__section>h4 {
    font-size: 22px;
    line-height: 1.3636363636;
    font-weight: bold;
    margin-bottom: 24px;
  }

  .article__section>h4 span.marker {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #80a0e0 60%);
  }

  .article__section table+table {
    margin-top: 25px;
  }

  .article__section ul {
    list-style: none;
    margin: 0 0 40px;
    padding: 0 0 0 23px;
  }

  .article__section ul li {
    position: relative;
  }

  .article__section ul li:before {
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 13px;
    left: -20px;
    margin-top: -3px;
    background-color: #11afeb;
    border-radius: 50%;
    content: "";
  }

  .article__section ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 24px;
    margin-bottom: 40px;
  }

  .article__section .wp-caption {
    margin: 0 auto 24px;
  }

  .article__section .wp-caption img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
  }

  .article__section p {
    margin-bottom: 24px;
  }

  .article__section p a {
    color: #11afeb;
    text-decoration: underline;
  }

  .article__section p strong {
    font-weight: bold;
  }

  .article__section p span.marker {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #cdd9f2 60%);
  }

  .article__section p.wp-caption-text {
    margin-bottom: 0;
    margin-top: 4px;
    color: #999999;
    font-size: 13px;
    line-height: 1.8461538462;
  }

  .article__section p.wp-caption-text span {
    display: block;
  }

  .article__section p img {
    max-width: 500px;
    height: auto;
    text-align: center;
    vertical-align: bottom;
    display: block;
    margin: 0 auto;
  }

  .article__foot {
    padding: 40px 40px 33px;
  }

  .article__pagenation {
    padding: 0 40px;
    margin-bottom: 54px;
  }

  .article__banner {
    text-align: center;
  }

  .article__banner a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .article__banner a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .article .category {
    margin-bottom: 24px;
  }

  .article .category--parent a {
    font-size: 15px;
    line-height: 1.3333333333;
    color: #fff;
    background: #80a0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .article .category--parent a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .article .category--child {
    margin-left: 20px;
  }

  .article .category--child a {
    color: #999999;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .article .category--child a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .article .author {
    margin-bottom: 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .article .author__ph {
    width: 22px;
  }

  .article .author__ph img {
    width: 22px;
    height: 28px;
    vertical-align: bottom;
    object-fit: cover;
  }

  .article .author__name {
    width: calc(100% - 35px);
    margin-left: auto;
    font-size: 14px;
    line-height: 1;
    color: #333333;
  }

  .article .tag {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .article .tag__item {
    margin: 0 4px 10px 0;
  }

  .article .tag__item a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    background: #eeeeee;
    font-size: 12px;
    line-height: 1;
    color: #999999;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .article .tag__item a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .article .reading-time {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }

  .article .reading-time:before {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: calc(63% - 220px);
    height: 1px;
    background: #dddddd;
    content: "";
  }

  .article .reading-time:after {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: calc(63% - 220px);
    height: 1px;
    background: #dddddd;
    content: "";
  }

  .article .reading-time__text {
    font-size: 13px;
    line-height: 1;
    color: #333333;
    position: relative;
  }

  .article .reading-time__text:before {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjYxMnB4IiBoZWlnaHQ9IjYxMnB4IiB2aWV3Qm94PSIwIDAgNjEyIDYxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjEyIDYxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik01ODcuNTcyLDE4Ni44ODFjLTMyLjI2Ni03NS4yMjUtODcuMDk2LTEyOS45MzQtMTYyLjk0OS0xNjIuMjg1QzM4Ni43MTEsOC40MjcsMzQ2Ljk5MiwwLjE2OCwzMDUuNDk3LDAuMTY4DQoJCQljLTQxLjQ4OCwwLTgwLjkxNCw4LjE4MS0xMTguNzg0LDI0LjQyOEMxMTEuNDg4LDU2Ljg2MSw1Ni40MTUsMTExLjUzNSwyNC4wOTIsMTg2Ljg4MUM3Ljg5NSwyMjQuNjI5LDAsMjY0LjE3NiwwLDMwNS42NjQNCgkJCWMwLDQxLjQ5Niw3Ljg5NSw4MS4zNzEsMjQuMDkyLDExOS4xMjdjMzIuMzIzLDc1LjM0Niw4Ny40MDMsMTMwLjM0OCwxNjIuNjIxLDE2Mi42MjFjMzcuODc3LDE2LjI0Nyw3Ny4yOTUsMjQuNDIsMTE4Ljc4NCwyNC40Mg0KCQkJYzQxLjQ4OSwwLDgxLjIxNC04LjI1OSwxMTkuMTItMjQuNDJjNzUuODUzLTMyLjM1MiwxMzAuNjgzLTg3LjQwMywxNjIuOTU2LTE2Mi42MjFDNjAzLjgxOSwzODYuOTE0LDYxMiwzNDcuMTYsNjEyLDMwNS42NjQNCgkJCUM2MTIsMjY0LjE3Niw2MDMuODI2LDIyNC43NTcsNTg3LjU3MiwxODYuODgxeiBNNTM4LjcyNCw0NDAuODUzYy0yNC4wMjEsNDEuMTk1LTU2LjkyOSw3My44NzYtOTguMzc1LDk4LjAzOQ0KCQkJYy00MS4xOTUsMjQuMDIxLTg2LjMzMiwzNi4xMzUtMTM0Ljg0NSwzNi4xMzVjLTM2LjQ3LDAtNzEuMjctNy4wMjQtMTA0LjQtMjEuNDE1Yy0zMy4xMjktMTQuMzg0LTYxLjczMy0zMy4yOTQtODUuNjYxLTU3LjIxNQ0KCQkJYy0yMy45MjgtMjMuOTI4LTQyLjk3My01Mi44MTEtNTcuMjE0LTg1Ljk5N2MtMTQuMTk5LTMzLjA2NS0yMS4wOC02OC4yNTgtMjEuMDgtMTA0LjczNWMwLTQ4LjUyLDExLjkyMS05My40MjgsMzUuODA3LTEzNC41MDkNCgkJCWMyMy45NzEtNDEuMjMxLDU2Ljg4Ni03My45NDcsOTguMDM5LTk4LjA0YzQxLjE0Ni0yNC4wOTIsODUuOTktMzYuMTQyLDEzNC41MDItMzYuMTQyYzQ4LjUyLDAsOTMuNjQ5LDEyLjEyMSwxMzQuODQ1LDM2LjE0Mg0KCQkJYzQxLjQ0NiwyNC4xNjQsNzQuMjgzLDU2Ljg3OSw5OC4zNzUsOTguMDM5YzI0LjA5Miw0MS4xNTMsMzYuMTM1LDg1Ljk5LDM2LjEzNSwxMzQuNTA5DQoJCQlDNTc0Ljg1MiwzNTQuMTg1LDU2Mi44ODgsMzk5LjM5OSw1MzguNzI0LDQ0MC44NTN6Ii8+DQoJCTxwYXRoIGQ9Ik0zMjQuOTA2LDMwMi45ODhWMTI5LjY1OWMwLTEwLjM3Mi05LjAzNy0xOC43MzgtMTkuNDEtMTguNzM4Yy05LjcwMSwwLTE4LjQwMyw4LjM2Ni0xOC40MDMsMTguNzM4djE3Ni4wMDUNCgkJCWMwLDAuMzM2LDAuNjcxLDEuNjc4LDAuNjcxLDIuNjc4Yy0wLjY3MSw2LjAyNCwxLjAwNywxMS4wNDMsNS4wMTksMTUuMDYybDEwMC4wNTMsMTAwLjA0NmM2LjY5NSw2LjY5NSwxOS4wNzMsNi42OTUsMjUuNzYzLDANCgkJCWM3LjY5NC03LjY5NSw3LjE4OC0xOC44NiwwLTI2LjA5OUwzMjQuOTA2LDMwMi45ODh6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=") no-repeat 0 0;
    background-size: 18px 18px;
    content: "";
  }

  .article .index {
    margin-bottom: 60px;
    background: #E8F0F8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px;
  }

  .article .index__flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 80px;
  }

  .article .index__label {
    text-align: center;
    width: 185px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding: 0 0 20px;
    position: relative;
  }

  .article .index__label:after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 12px);
    width: 24px;
    height: 17px;
    background: url("../img/common/ico-wind-blue@2x.png") no-repeat 0 0;
    background-size: contain;
    content: "";
  }

  .article .index__list {
    width: calc(100% - 185px);
    box-sizing: border-box;
    margin-left: auto;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 30px 20px 30px 30px;
  }

  .article .index__list li {
    counter-increment: number;
    position: relative;
    padding-left: 25px;
  }

  .article .index__list li a {
    color: #333333;
    font-size: 14px;
    line-height: 1.3571428571;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .article .index__list li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .article .index__list li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    font-size: 18px;
    line-height: 1;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    content: counter(number) ".";
  }

  .article .index__list li:after {
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 25px;
    height: 1px;
    width: calc(100% - 25px);
    background-color: #f0f0f0;
    content: "";
  }

  .article .index__list li:first-child:after {
    background-color: transparent;
  }

  .article .index__list li+li {
    margin-top: 32px;
  }

  .article .also-see {
    margin-bottom: 54px;
    border: 1px solid #dddddd;
    padding: 35px 30px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .article .also-see__head {
    margin-bottom: 16px;
  }

  .article .also-see__title {
    font-size: 22px;
    line-height: 1.2727272727;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
  }

  .article .also-see__title:before {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    position: relative;
    width: 22px;
    height: 20px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS40MjkiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzNS40MjkgMzEiPgogICAgPGRlZnM+CiAgICAgICAgPHN0eWxlPgogICAgICAgICAgICAuY2xzLTF7ZmlsbDojMjRiMzlifQogICAgICAgIDwvc3R5bGU+CiAgICA8L2RlZnM+CiAgICA8cGF0aCBpZD0i44OR44K5XzEyIiBkPSJNMTcuNzE0IDQuMjE0QTIuMjE0IDIuMjE0IDAgMCAxIDE5LjkyOSAyaDEzLjI4NWEyLjIxNCAyLjIxNCAwIDEgMSAwIDQuNDI5SDE5LjkyOWEyLjIxNCAyLjIxNCAwIDAgMS0yLjIxNS0yLjIxNXptMTUuNSA2LjY0M0gxOS45MjlhMi4yMTQgMi4yMTQgMCAxIDAgMCA0LjQyOWgxMy4yODVhMi4yMTQgMi4yMTQgMCAxIDAgMC00LjQyOXptMCA4Ljg1N2gtMzFhMi4yMTQgMi4yMTQgMCAxIDAgMCA0LjQyOWgzMWEyLjIxNCAyLjIxNCAwIDEgMCAwLTQuNDI5em0wIDguODU3aC0zMWEyLjIxNCAyLjIxNCAwIDEgMCAwIDQuNDI5aDMxYTIuMjE0IDIuMjE0IDAgMSAwIDAtNC40Mjl6TTEzLjI4NiA0LjIxNEEyLjIxNCAyLjIxNCAwIDAgMCAxMS4wNzEgMkgyLjIxNEEyLjIxNCAyLjIxNCAwIDAgMCAwIDQuMjE0djguODU3YTIuMjE0IDIuMjE0IDAgMCAwIDIuMjE0IDIuMjE0aDguODU3YTIuMjE0IDIuMjE0IDAgMCAwIDIuMjE0LTIuMjE0eiIgY2xhc3M9ImNscy0xIiBkYXRhLW5hbWU9IuODkeOCuSAxMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMikiLz4KPC9zdmc+Cg==") no-repeat 0 0;
    background-size: 22px 20px;
    content: "";
  }

  .article .also-see__item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #cccccc;
  }

  .article .also-see__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .article .also-see__item a {
    display: block;
    color: #333333;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
  }

  .article .also-see__item a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .article .also-see__item a>div {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .article .also-see__ph {
    width: 200px;
  }

  .article .also-see__ph img {
    width: 200px;
    height: auto;
    vertical-align: bottom;
  }

  .article .also-see__contents {
    width: calc(100% - 220px);
    margin-left: auto;
  }

  .article .also-see__post {
    font-size: 18px;
    line-height: 1.4444444444;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .article .also-see__date {
    display: inline-block;
    color: #999999;
    font-size: 13px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
  }

  .article .also-see__list {
    list-style-type: none;
  }

  .article .also-see__flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .article .also-see__flex p {
    margin-right: 10px;
  }

  .article .phrase {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 34px;
  }

  .article .phrase>div:nth-child(even) {
    margin-left: auto;
  }

  .article .phrase__ph {
    width: 60px;
    height: 60px;
  }

  .article .phrase__ph img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    object-fit: cover;
    vertical-align: bottom;
  }

  .article .phrase__content {
    width: calc(100% - 75px);
    border: 1px solid #11afeb;
    padding: 20px 30px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
  }

  .article .phrase__content>p {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 0;
  }

  .article .phrase__content--right:before {
    display: block;
    position: absolute;
    left: -12px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 0;
    border-color: transparent #11afeb transparent transparent;
    content: "";
  }

  .article .phrase__content--right:after {
    display: block;
    position: absolute;
    top: 16px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 9px 0;
    border-color: transparent #fff transparent transparent;
    content: "";
  }

  .article .phrase__content--left:before {
    display: block;
    position: absolute;
    right: -12px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 0 0;
    border-color: #11afeb transparent transparent transparent;
    content: "";
  }

  .article .phrase__content--left:after {
    display: block;
    position: absolute;
    top: 16px;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 11px 0 0;
    border-color: #fff transparent transparent transparent;
    content: "";
  }

  .article .relate {
    background: #eeeeee;
    padding: 30px 30px 1px;
    margin-bottom: 65px;
  }

  .article .relate__section {
    margin-bottom: 35px;
  }

  .article .relate__head {
    margin-bottom: 16px;
  }

  .article .relate__title {
    font-size: 28px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: left;
    color: #333333;
  }

  .article .relate__box a {
    display: block;
    text-decoration: none;
    color: #333333;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .article .relate__box a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .article .relate__box a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .article .relate__box a>div {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .article .relate__imgbox {
    width: 230px;
    margin-right: 27px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .article .relate__imgbox>img+img {
    margin-left: auto;
  }

  .article .relate__release {
    font-size: 16px;
    line-height: 1;
  }

  .article .relate__release span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .article .relate__list {
    background: #fff;
    padding: 25px 30px;
  }

  .article .relate__list li a {
    padding-left: 37px;
    display: block;
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.625;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NC4wOTMiIGhlaWdodD0iMjUuODQ4IiB2aWV3Qm94PSIwIDAgNDQuMDkzIDI1Ljg0OCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGU+CiAgICAgICAgICAgIC5jbHMtMXtmaWxsOiNmZmJhMDB9CiAgICAgICAgPC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSLjgrDjg6vjg7zjg5dfNyIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc0MCAtNDIyLjgyNCkiPgogICAgICAgIDxwYXRoIGlkPSLplbfmlrnlvaJfMyIgZD0iTTAgMGg0NC4wOTN2MjUuODQ4SDB6IiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc0MCA0MjIuODI0KSIvPgogICAgICAgIDxwYXRoIGlkPSLjg5HjgrlfMTAiIGQ9Ik0xNzguMjc5IDU0MS4wMjNoLTI2di0xLjlIMTczLjdsLTQuNTQ2LTQuNTQ2IDEuMzQxLTEuMzQxeiIgZGF0YS1uYW1lPSLjg5HjgrkgMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU5Ni44NDcgLTEwMS4yOTEpIi8+CiAgICA8L2c+Cjwvc3ZnPgo=") no-repeat 0 5px;
    background-size: 25px 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .article .relate__list li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .article .relate__list li+li {
    margin-top: 15px;
  }

  .article .relate__card {
    margin-bottom: 18px;
  }

  .article .relate__card a {
    display: block;
    background: #fff;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .article .relate__card a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .article .relate__card a>div {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .article .relate__ph {
    width: 240px;
  }

  .article .relate__ph img {
    width: 240px;
    height: 135px;
    onject-fit: cover;
    vertical-align: bottom;
  }

  .article .relate__contents {
    width: calc(100% - 240px);
    padding: 0 20px;
  }

  .article .relate__post {
    font-size: 16px;
    line-height: 1.875;
  }

  .article .post-author__wrap {
    border-bottom: 1px solid #e2e2e2;
  }

  .article .post-author__head {
    margin-bottom: 24px;
    position: relative;
  }

  .article .post-author__head:after {
    position: absolute;
    display: block;
    width: 606px;
    height: 1px;
    background: #ebebeb;
    top: 50%;
    right: 0;
    margin-top: -1px;
    content: "";
  }

  .article .post-author__title {
    font-size: 28px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: left;
    color: #333333;
  }

  .article .post-author__top {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .article .post-author__ph {
    width: 107px;
    height: 107px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 2px;
    box-sizing: border-box;
    text-align: center;
  }

  .article .post-author__ph img {
    width: 107px;
    height: 107px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
  }

  .article .post-author__contents {
    margin-left: 25px;
  }

  .article .post-author__status {
    margin-bottom: 14px;
    color: #80a0e0;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3333333333;
  }

  .article .post-author__name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    text-decoration: none;
  }

  .article .post-author__name a {
    color: #333333;
    text-decoration: none;
  }

  .article .post-author__name span {
    margin-left: 12px;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    color: #333333;
  }

  .article .post-author__link a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .article .post-author__link a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .article .post-author__link a:after {
    display: inline-block;
    width: 24px;
    height: 15px;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    position: relative;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NC4wOTMiIGhlaWdodD0iMjUuODQ4IiB2aWV3Qm94PSIwIDAgNDQuMDkzIDI1Ljg0OCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGU+CiAgICAgICAgICAgIC5jbHMtMXtmaWxsOiNmZmJhMDB9CiAgICAgICAgPC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSLjgrDjg6vjg7zjg5dfNyIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc0MCAtNDIyLjgyNCkiPgogICAgICAgIDxwYXRoIGlkPSLplbfmlrnlvaJfMyIgZD0iTTAgMGg0NC4wOTN2MjUuODQ4SDB6IiBjbGFzcz0iY2xzLTEiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc0MCA0MjIuODI0KSIvPgogICAgICAgIDxwYXRoIGlkPSLjg5HjgrlfMTAiIGQ9Ik0xNzguMjc5IDU0MS4wMjNoLTI2di0xLjlIMTczLjdsLTQuNTQ2LTQuNTQ2IDEuMzQxLTEuMzQxeiIgZGF0YS1uYW1lPSLjg5HjgrkgMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU5Ni44NDcgLTEwMS4yOTEpIi8+CiAgICA8L2c+Cjwvc3ZnPgo=") no-repeat 0 0;
    background-size: 24px 15px;
    content: "";
  }

  .article .post-author__bottom {
    padding: 24px 0 0;
  }

  .article .post-author__bottom p {
    font-size: 15px;
    line-height: 1.8666666667;
    color: #333333;
  }

  .article .post-pagenation {
    border-top: 2px solid #dddddd;
    padding-top: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch;
  }

  .article .post-pagenation__item {
    width: 50%;
    box-sizing: border-box;
  }

  .article .post-pagenation__item:nth-child(even) {
    border-left: 1px solid #dddddd;
  }

  .article .post-pagenation__item a {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    height: 122px;
    padding: 0 20px;
    color: #333333;
    font-size: 15px;
    line-height: 1.8666666667;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .article .post-pagenation__item a br {
    display: none;
  }

  .article .post-pagenation__item a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .article .post-pagenation--prev a {
    padding-left: 58px;
    position: relative;
  }

  .article .post-pagenation--prev a:before {
    content: "";
    background: url("../img/common/arrow-prev@2x.png") 0 0 no-repeat;
    background-size: contain;
    width: 21px;
    height: 122px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .article .post-pagenation--next a {
    padding-right: 58px;
    position: relative;
  }

  .article .post-pagenation--next a:before {
    content: "";
    background: url("../img/common/arrow-next@2x.png") 0 0 no-repeat;
    background-size: contain;
    width: 21px;
    height: 122px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .article .special-contents {
    padding: 40px 40px 30px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .article .special-contents__ph {
    width: 120px;
  }

  .article .special-contents__ph img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    vertical-align: bottom;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .article .special-contents__text {
    width: calc(100% - 140px);
    margin-left: auto;
  }

  .article .special-contents__label {
    background: #80a0e0;
    padding: 5px 10px;
    display: inline-block;
    color: #333333;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 10px;
  }

  .article .special-contents__status {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .article .special-contents__author {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
  }

  .article .special-contents__author span {
    margin-left: 10px;
    color: #999999;
    font-size: 12px;
    line-height: 1;
  }

  .article__scroller {
    overflow-x: scroll;
    margin: 0 0 15px;
  }

  .article__scroller table {
    width: 200%;
  }

  .article__scroller table tr td {
    white-space: nowrap;
  }

  @media (max-width: 959px) {
    .article+.content {
      border-radius: 0;
    }

    .article__head {
      padding: 20px 0px 0;
    }

    .article__body {
      padding: 20px 0 0;
    }

    .article__title {
      padding: 0;
      font-size: 24px;
      line-height: 1.2916666667;
      margin-bottom: 20px;
    }

    .article__img {
      margin-bottom: 14px;
    }

    .article__date {
      padding: 0;
      margin-bottom: 14px;
    }

    .article__date .publish {
      font-size: 12px;
      line-height: 1;
      margin-right: 15px;
    }

    .article__date .update {
      font-size: 12px;
      line-height: 1;
    }

    .article__section>h2 {
      padding: 15px 0;
      font-size: 21px;
      line-height: 1.5714285714;
      margin-bottom: 20px;
    }

    .article__section>h3 {
      margin: 0 0 17px;
      padding: 6px 10px 6px;
      font-size: 18px;
      line-height: 1.8333333333;
      font-weight: bold;
    }

    .article__section>h4 {
      margin: 0 0;
      font-size: 16px;
      line-height: 2.0625;
      padding-left: 20px;
      padding-bottom: 16px;
      border-bottom: 1px solid #eeeeee;
      margin-bottom: 16px;
    }

    .article__section>h4:before {
      top: 8px;
      width: 16px;
      height: 16px;
      font-size: 16px;
      line-height: 1.75;
    }

    .article__section .wp-caption {
      width: 100% !important;
      padding: 0 0;
      box-sizing: border-box;
    }

    .article__section .wp-caption img {
      width: 100%;
      height: auto;
    }

    .article__section .wp-caption .wp-caption-text {
      margin-top: 8px;
      font-size: 12px;
      line-height: 1.8333333333;
    }

    .article__section ul {
      margin-bottom: 35px;
      font-size: 16px;
      line-height: 1.3125;
    }

    .article__section ul li+li {
      margin-top: 1em;
    }

    .article__section ol {
      margin-bottom: 35px;
      font-size: 16px;
      line-height: 1.6875;
    }

    .article__section ol li+li {
      margin-top: 1em;
    }

    .article__section .wp-caption-text {
      text-align: left;
    }

    .article__section .wp-caption-text span {
      display: block;
    }

    .article__section>p {
      margin: 0 0 24px;
      font-size: 16px;
      line-height: 1.875;
    }

    .article__section>p strong {
      font-weight: bold;
    }

    .article__section>p img {
      width: 97%;
      display: block;
      margin: 0 auto;
      height: auto;
      vertical-align: bottom;
    }

    .article__scroller {
      overflow-x: scroll;
      margin: 0 0 0 15px;
    }

    .article__scroller table {
      width: 200%;
    }

    .article__link-btn {
      display: inline-block;
      width: 100%;
      margin: 25px 0 40px;
      padding: 15px;
      font-size: 14px;
      line-height: 1.2857142857;
    }

    .article__table {
      margin-bottom: 40px;
    }

    .article__table thead tr th {
      font-size: 14px;
      line-height: 1.4285714286;
    }

    .article__table tbody tr th {
      font-size: 14px;
      line-height: 1.4285714286;
    }

    .article__table tbody tr td {
      font-size: 14px;
      line-height: 1.4285714286;
    }

    .article__table--02 thead tr th {
      font-size: 14px;
      line-height: 1.4285714286;
    }

    .article__table--02 tbody tr th {
      font-size: 14px;
      line-height: 1.4285714286;
    }

    .article__table--02 tbody tr td {
      font-size: 14px;
      line-height: 1.4285714286;
    }

    .article__foot {
      padding: 35px 0px 30px;
    }

    .article__pagenation {
      padding: 0;
      margin-bottom: 28px;
    }

    .article .category {
      padding: 0;
      margin-bottom: 15px;
    }

    .article .category--parent a {
      font-size: 13px;
      line-height: 1;
    }

    .article .category--child {
      margin-left: 10px;
    }

    .article .category--child a {
      font-size: 13px;
      line-height: 1;
    }

    .article .author {
      padding: 0 15px;
    }

    .article .author__ph {
      width: 18px;
    }

    .article .author__ph img {
      width: 18px;
      height: auto;
      vertical-align: middle;
    }

    .article .author__name {
      width: calc(100% - 30px);
      font-size: 13px;
      line-height: 1;
    }

    .article .tag {
      padding: 0;
      flex-wrap: wrap;
    }

    .article .tag__item {
      margin: 0 3px 6px 0;
    }

    .article .reading-time {
      padding: 0 15px;
      margin-bottom: 25px;
    }

    .article .reading-time:before {
      right: 15px;
      width: 10%;
    }

    .article .reading-time:after {
      left: 15px;
      width: 10%;
    }

    .article .reading-time__text {
      font-size: 13px;
      line-height: 1;
      color: #333333;
      position: relative;
      margin-right: -4px;
    }

    .article .reading-time__text:before {
      width: 16px;
      height: 16px;
      margin-top: -2px;
      margin-right: 5px;
      background-size: 16px 16px;
      content: "";
    }

    .article .index {
      margin: 0;
      margin-bottom: 40px;
      padding: 20px 15px 16px;
      position: relative;
    }

    .article .index:before {
      top: 0;
      left: 0;
      width: 0;
      margin-left: 0;
      height: 0;
      content: "";
    }

    .article .index:after {
      display: block;
      position: absolute;
      top: -5px;
      left: 50%;
      margin-left: -32px;
      width: 65px;
      height: 6px;
      background-size: 65px 6px;
      content: "";
    }

    .article .index__flex {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
    }

    .article .index__label {
      position: relative;
      width: 100%;
      padding: 0 0 20px;
      font-size: 15px;
      line-height: 1;
      font-weight: bold;
    }

    .article .index__label:after {
      display: block;
      position: absolute;
      top: 0;
      left: 55px;
      width: 24px;
      height: 17px;
    }

    .article .index__list {
      width: 100%;
      box-sizing: border-box;
      margin-left: 0;
      border-left: none;
      border-top: none;
      padding: 14px 10px;
    }

    .article .index__list li {
      counter-increment: number;
      position: relative;
      padding-left: 25px;
    }

    .article .index__list li a {
      font-size: 14px;
      line-height: 1.5714285714;
    }

    .article .index__list li:after {
      display: none;
    }

    .article .index__list li:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      font-size: 15px;
      line-height: 1.4666666667;
      color: #333333;
      font-family: 'Montserrat', sans-serif;
      font-weight: normal;
      content: counter(number) ".";
    }

    .article .index__list li+li {
      margin-top: 23px;
    }

    .article .also-see {
      margin: 0 15px 45px;
      padding: 20px 15px;
    }

    .article .also-see__title {
      font-size: 16px;
      line-height: 1.375;
    }

    .article .also-see__title:before {
      margin: -3px 5px 0 0;
    }

    .article .also-see__item {
      margin-bottom: 15px;
    }

    .article .also-see__item a {
      display: block;
      color: #333333;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear;
      text-decoration: none;
    }

    .article .also-see__item a:hover {
      opacity: 0.75;
      filter: alpha(opacity=75);
    }

    .article .also-see__item a>div {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .article .also-see__ph {
      width: 40%;
    }

    .article .also-see__ph img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
    }

    .article .also-see__contents {
      width: 55%;
      margin-left: auto;
    }

    .article .also-see__post {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 18px;
    }

    .article .also-see__date {
      color: #999999;
      font-size: 11px;
      line-height: 1;
      font-family: 'Poppins', sans-serif;
    }

    .article .phrase {
      margin: 0 -5px 17px;
    }

    .article .phrase>div:nth-child(even) {
      margin-left: auto;
    }

    .article .phrase__ph {
      width: 50px;
      height: 50px;
    }

    .article .phrase__ph img {
      width: 50px;
      height: 50px;
    }

    .article .phrase__content {
      width: calc(100% - 70px);
      padding: 15px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
    }

    .article .relate {
      padding: 15px 15px 1px;
      margin-bottom: 35px;
    }

    .article .relate__section {
      margin-bottom: 30px;
    }

    .article .relate__head {
      margin-bottom: 14px;
    }

    .article .relate__title {
      font-size: 18px;
      line-height: 1.2222222222;
    }

    .article .relate__box a {
      display: block;
      padding: 0 0 0;
      text-decoration: none;
      color: #333333;
    }

    .article .relate__box a img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
    }

    .article .relate__box a>div {
      flex-direction: column;
    }

    .article .relate__imgbox {
      width: 100%;
      margin-right: 0;
      display: block;
      position: relative;
      padding: 10px 0;
      margin-bottom: 10px;
    }

    .article .relate__imgbox>img:nth-of-type(1) {
      position: absolute;
      top: 15px;
      left: 15px;
    }

    .article .relate__imgbox>img:nth-of-type(2) {
      width: 150px;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    .article .relate__imgbox>img+img {
      margin-left: 0;
    }

    .article .relate__release {
      text-align: center;
      font-size: 14px;
      line-height: 1;
    }

    .article .relate__release span {
      display: block;
      font-weight: bold;
      font-size: 16px;
      line-height: 1;
      margin-bottom: 10px;
    }

    .article .relate__list {
      background: #fff;
      padding: 15px 20px;
    }

    .article .relate__list li a {
      font-size: 14px;
      line-height: 1.7142857143;
      background-size: 20px 12px;
    }

    .article .relate__card {
      margin-bottom: 10px;
    }

    .article .relate__card a {
      display: block;
      background: #fff;
      color: #333333;
      text-decoration: none;
    }

    .article .relate__card a>div {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center;
    }

    .article .relate__ph {
      width: 43%;
    }

    .article .relate__ph img {
      width: 100%;
      height: auto;
    }

    .article .relate__contents {
      width: 67%;
      box-sizing: border-box;
      padding: 0 13px;
      overflow: hidden;
    }

    .article .relate__post {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      font-size: 14px;
      line-height: 1.5;
    }

    .article .post-author {
      margin: 0;
    }

    .article .post-author__head {
      margin-bottom: 15px;
      position: relative;
    }

    .article .post-author__head:after {
      width: 45%;
    }

    .article .post-author__title {
      font-size: 18px;
      line-height: 1.6666666667;
    }

    .article .post-author__top {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .article .post-author__ph {
      width: 100px;
      height: 100px;
    }

    .article .post-author__ph img {
      width: 100%;
      height: 100%;
    }

    .article .post-author__contents {
      max-width: calc(100% - 100px);
      margin-left: 20px;
    }

    .article .post-author__status {
      margin-bottom: 10px;
      padding: 5px 15px 5px 0;
      font-size: 11px;
      line-height: 1;
    }

    .article .post-author__name {
      font-size: 18px;
      line-height: 0.5555555556;
      margin-bottom: 0;
    }

    .article .post-author__name a {
      text-decoration: none;
    }

    .article .post-author__name span {
      margin-left: 8px;
      font-size: 12px;
      line-height: 1;
    }

    .article .post-author__link a {
      font-size: 13px;
      line-height: 1;
    }

    .article .post-author__link a:after {
      width: 20px;
      height: 12px;
      background-size: 20px 12px;
    }

    .article .post-author__bottom {
      padding: 15px 0 0;
    }

    .article .post-author__bottom p {
      font-size: 15px;
      line-height: 1.6666666667;
    }

    .article .post-pagenation {
      border-top: none;
      padding-top: 20px;
      margin: 0 -5px;
      position: relative;
    }

    .article .post-pagenation:before {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      height: 3px;
      background: #dddddd;
      content: "";
    }

    .article .post-pagenation__item {
      width: 50%;
      box-sizing: border-box;
    }

    .article .post-pagenation__item:nth-child(even) {
      border-left: 1px solid #dddddd;
    }

    .article .post-pagenation__item>div {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .article .post-pagenation__item a {
      height: 122px;
      padding: 0 8px;
      font-size: 13px;
      line-height: 1.6153846154;
    }

    .article .post-pagenation--prev a {
      padding-left: 29px;
      background-size: 21px 122px;
    }

    .article .post-pagenation--next a {
      padding-right: 29px;
      background-size: 21px 122px;
    }

    .article .special-contents {
      padding: 15px 15px 17px;
    }

    .article .special-contents__ph {
      width: 75px;
    }

    .article .special-contents__ph img {
      width: 75px;
      height: 75px;
    }

    .article .special-contents__text {
      width: calc(100% - 90px);
    }

    .article .special-contents__label {
      font-size: 12px;
      line-height: 1;
      margin-bottom: 8px;
    }

    .article .special-contents__status {
      font-size: 11px;
      line-height: 1;
      margin-bottom: 7px;
    }

    .article .special-contents__author {
      font-size: 20px;
      line-height: 1;
      font-weight: bold;
    }

    .article .special-contents__author span {
      margin-left: 8px;
      color: #333333;
      font-size: 11px;
      line-height: 1;
    }
  }

  .relate-post {
    border-top: 1px solid #e0e0e0;
    padding-top: 45px;
  }

  .relate-post a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .relate-post a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .relate-post .list--horizon__date-sp {
    display: none;
  }

  @media (max-width: 959px) {
    .relate-post {
      background: transparent;
      padding: 30px 0;
      margin-top: 0 !important;
    }

    .relate-post .is--pc {
      display: none;
    }

    .relate-post .content__head {
      padding: 0;
    }

    .relate-post .content__title {
      font-size: 20px;
      line-height: 1.35;
      margin-bottom: 27px;
    }

    .relate-post .list--horizon {
      padding: 0;
      background-color: transparent;
    }

    .relate-post .list--horizon__item {
      padding: 10px;
      background-color: #fff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
    }

    .relate-post .list--horizon__item .list--horizon__category li {
      font-size: 11px;
      line-height: 1;
      font-weight: bold;
    }

    .relate-post .list--horizon__item .list--horizon__img {
      width: 160px;
      height: 109px;
      overflow: hidden;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
    }

    .relate-post .list--horizon__item .list--horizon__img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .relate-post .list--horizon__item .list--horizon__content {
      width: calc(100% - 172px);
      font-size: 15px;
      line-height: 1.3333333333;
    }

    .relate-post .list--horizon__item .list--horizon__date-sp {
      display: block;
      padding-top: 23px;
      font-size: 11px;
      line-height: 1;
    }

    .relate-post .list--horizon__item+.list--horizon__item {
      margin-top: 20px;
      border-top: none;
    }
  }

  .sitemap {
    background: #fff;
    padding: 45px 40px;
  }

  .sitemap__top {
    margin-bottom: 30px;
  }

  .sitemap__top a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #333333;
    padding: 8px 0;
  }

  .sitemap__section {
    margin-bottom: 30px;
  }

  .sitemap__head {
    background: #80a0e0;
    padding: 15px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .sitemap__head.js--trigger {
    position: relative;
    cursor: pointer;
  }

  .sitemap__head.js--trigger:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -7px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
  }

  .sitemap__head.js--trigger.js--active:after {
    margin-top: -3px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .sitemap__title {
    font-size: 14px;
    line-height: 1;
    color: #fff;
  }

  .sitemap__body.js--pannel {
    display: none;
  }

  .sitemap__category {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding: 0 0 11px;
    margin: 30px 0 0;
  }

  .sitemap__category:before {
    width: 100%;
    height: 2px;
    background: #dddddd;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
  }

  .sitemap__category:after {
    width: 50px;
    height: 2px;
    background: #80a0e0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
  }

  .sitemap__category a {
    color: #333333;
    text-decoration: none;
  }

  .sitemap__list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .sitemap__list ul {
    width: 100%;
  }

  .sitemap__list li {
    border-bottom: 1px solid #dddddd;
    width: 48.5%;
  }

  .sitemap__list li a {
    display: block;
    padding: 8px 20px;
    font-size: 13px;
    line-height: 1.9230769231;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .sitemap__list li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .sitemap__list.tag-list {
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sitemap__list.tag-list li {
    width: auto;
    margin: 0 10px 10px 0;
    border-bottom: none;
  }

  .sitemap__list.tag-list li:nth-child(even) {
    margin-left: 0;
  }

  .sitemap__list.tag-list li a {
    padding: 5px 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .sitemap__list.tag-list li a:hover {
    background: #80a0e0;
    color: #333333;
    border: 1px solid #80a0e0;
  }

  @media (max-width: 959px) {
    .sitemap {
      padding: 0;
    }

    .sitemap__top {
      margin: 0 15px 20px;
    }

    .sitemap__top a {
      font-size: 15px;
      line-height: 1;
      background-size: 30px 30px;
      padding: 8px 0;
    }

    .sitemap__section {
      margin-bottom: 25px;
    }

    .sitemap__head {
      width: calc(100% - 30px);
      padding: 16px 15px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .sitemap__title {
      font-size: 13px;
      line-height: 1;
    }

    .sitemap__body {
      padding: 0 15px;
    }

    .sitemap__category {
      margin-top: 17px;
      font-size: 15px;
      line-height: 1;
      padding: 15px 0 18px;
    }

    .sitemap__list {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
    }

    .sitemap__list li {
      border-bottom: 1px solid #dddddd;
      width: 100%;
    }

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

    .sitemap__list li:nth-child(even) {
      margin-left: 0;
    }

    .sitemap__list li a {
      padding: 15px 10px;
      font-size: 14px;
      line-height: 1.4285714286;
    }

    .sitemap__list.tag-list {
      margin-top: 20px;
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: row;
    }

    .sitemap__list.tag-list li {
      width: auto;
      margin: 0 10px 10px 0;
      border-bottom: none;
    }

    .sitemap__list.tag-list li:nth-child(even) {
      margin-left: 0;
    }

    .sitemap__list.tag-list li a {
      font-size: 12px;
      line-height: 1.6666666667;
      padding: 5px 15px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #dddddd;
    }
  }

  .search-pannel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000000;
    background: #fff;
    height: 100%;
    overflow-y: auto;
  }

  .search-pannel__head {
    background: #80a0e0;
    padding: 15px 0;
  }

  .search-pannel__inner {
    width: 800px;
    margin: 0 auto;
  }

  .search-pannel__input {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }

  .search-pannel__input>div {
    height: 40px;
    width: 710px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
  }

  .search-pannel__input>div:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -9px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi42NjciIGhlaWdodD0iMjIuNjI3IiB2aWV3Qm94PSIwIDAgMjIuNjY3IDIyLjYyNyI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGU+CiAgICAgICAgICAgIC5jbHMtMXtmaWxsOiM5OTl9CiAgICAgICAgPC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTQiIGQ9Ik0zNzUuNzM0IDM0LjgyNGwtNy4wOTItNy4wOTFhOC40MTkgOC40MTkgMCAxIDAtMi4yODEgMi4zbDcuMDg1IDcuMDgzYS43MDYuNzA2IDAgMCAwIC45ODEtLjExNmwxLjE5MS0xLjE5YS43MDkuNzA5IDAgMCAwIC4xMTYtLjk4NnptLTE0LjEtNS42M2E2LjEzOSA2LjEzOSAwIDEgMSA2LjEzOS02LjEzOSA2LjE0NiA2LjE0NiAwIDAgMS02LjEzNSA2LjEzOXoiIGNsYXNzPSJjbHMtMSIgZGF0YS1uYW1lPSLjg5HjgrkgMTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTMuMjE3IC0xNC42MzUpIi8+Cjwvc3ZnPgo=") no-repeat 0 0;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    content: "";
  }

  .search-pannel__input>div input {
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 40px;
    border: none;
    width: 100%;
    display: block;
    padding: 0 0 0 45px;
    font-size: 16px;
    line-height: 1;
    color: #999999;
  }

  .search-pannel__close {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-left: auto;
    text-decoration: none;
  }

  .search-pannel__body {
    padding: 40px 0 50px;
  }

  .search-pannel__label {
    font-size: 20px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: left;
    color: #333333;
    margin-bottom: 19px;
  }

  .search-pannel__select {
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    height: 40px;
    width: 100%;
    display: block;
  }

  .search-pannel__select select {
    background: #fff;
    font-size: 15px;
    line-height: 1;
  }

  .search-pannel__btns {
    margin-top: 22px;
    display: none;
  }

  .search-pannel__btns-list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .search-pannel__btns-list li {
    width: 260px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .search-pannel__btns-list li:nth-child(3n) {
    margin-right: 0;
  }

  .search-pannel__btns-list li a {
    background: #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .search-pannel__btns-list li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  @media (max-width: 959px) {
    .search-pannel {
      height: 100vh;
      overflow: auto;
    }

    .search-pannel__head {
      padding: 15px;
    }

    .search-pannel__inner {
      width: 100%;
      margin: 0;
    }

    .search-pannel__input {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center;
    }

    .search-pannel__input>div {
      width: 80%;
    }

    .search-pannel__close {
      width: 20%;
      text-align: center;
      color: #fff;
      font-size: 13px;
      line-height: 1;
      margin-left: auto;
      text-decoration: none;
    }

    .search-pannel__body {
      padding: 30px 15px 0px;
    }

    .search-pannel__label {
      font-size: 15px;
      line-height: 1;
      margin-bottom: 10px;
    }

    .search-pannel__btns {
      margin-top: 15px;
    }

    .search-pannel__btns-list {
      flex-direction: column;
    }

    .search-pannel__btns-list li {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0;
    }
  }

  .menu-pannel {
    display: none;
    border-top: 1px solid #dddddd;
    position: fixed;
    top: 90px;
    left: 0;
    background: #fff;
    padding: 40px 0 60px;
    width: 100%;
    z-index: 1000;
  }

  .menu-pannel__inner {
    width: 1200px;
    margin: 0 auto;
  }

  .menu-pannel__label {
    margin-bottom: 30px;
  }

  .menu-pannel__label a {
    font-size: 20px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: bold;
  }

  .menu-pannel__label a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .menu-pannel__list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .menu-pannel__list li {
    width: 380px;
    margin: 0 30px 0 0;
    border-bottom: 1px solid #dddddd;
  }

  .menu-pannel__list li:nth-child(3n) {
    margin: 0;
  }

  .menu-pannel__list li a {
    color: #333333;
    font-size: 14px;
    line-height: 1.7142857143;
    display: block;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
  }

  .menu-pannel__list li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 13px;
    background: url("../img/common/ico_arrow_right.png") no-repeat 0 0;
    background-size: 8px 13px;
    margin-top: -7px;
    content: "";
  }

  .menu-pannel__list li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .sp-menu {
    display: none;
  }

  @media (max-width: 959px) {
    .sp-menu {
      border-top: 1px solid #dddddd;
      position: fixed;
      top: 50px;
      left: 0;
      width: 100%;
      height: calc(100% - 50px);
      overflow: auto;
      background: #fff;
      z-index: 10000000;
    }
  }

  #page-top {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
  }

  #page-top a {
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  #page-top a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  #page-top a img {
    width: 60px;
    height: 60px;
    vertical-align: bottom;
  }

  @media (max-width: 959px) {
    #page-top {
      bottom: 80px;
      right: 20px;
      width: 40px;
      height: 40px;
    }

    #page-top a img {
      width: 40px;
      height: 40px;
      vertical-align: bottom;
    }
  }

  #scroll-start {
    margin-top: 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 105px;
  }

  @media (max-width: 959px) {
    #scroll-start {
      position: static;
      margin: 30px 0;
    }
  }

  .pages {
    background: #fff;
    padding: 40px 40px 8px;
    margin-bottom: 45px;
  }

  .pages h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .pages p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.75;
  }

  @media (max-width: 959px) {
    .pages {
      padding: 0 25px 10px;
    }
  }

  .category-list .cats__parent {
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
    text-decoration: none;
  }

  .category-list .cats__parent a {
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    background-color: #80a0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .category-list .cats__parent a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .category-list .cats__child {
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .category-list .cats__child a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .category-list .cats__child a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .category-list .cats .list--horizon__content {
    width: auto;
    padding-bottom: 10px;
  }

  @media (max-width: 959px) {
    .category-list .cats__parent a {
      padding: 5px;
      font-size: 12px;
      line-height: 1;
    }

    .category-list .cats__child a {
      padding: 5px 0;
      font-size: 12px;
      line-height: 1;
    }

    .category-list .list--horizon__item+.list--horizon__item {
      margin-top: 20px;
    }

    .category-list .pagenation {
      margin-top: 3px;
    }
  }

  .js-tool-tip {
    position: relative;
    color: #24b39b;
    display: inline-block;
    cursor: pointer;
  }

  .tippy-content {
    text-align: left !important;
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .box--white {
    background: #fff;
    padding: 45px 40px;
    margin-bottom: 40px;
  }

  .box--white p {
    text-align: center;
  }

  /* @media (max-width: 959px) {
    .box--white {
      padding: 20px 40px 40px;
    }
  }

    z-index: 100000001;
  }

    z-index: 100000002;
  }

    max-width: 500px;
    background: none;
    padding: 0;
  }

  @media (max-width: 959px) {
      width: 90vw;
    }

      width: 100%;
      height: auto;
      vertical-align: bottom;
    }
  } */

  .pr-modal {
    display: none;
  }

  .pr-modal__bg {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000001;
    width: 100vw;
    height: 100vh;
  }

  .pr-modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000002;
  }

  .pr-modal-inner {
    height: 100vh;
    max-height: 800px;
    width: auto;
    overflow-y: hidden;
  }

  .pr-modal-close {
    text-align: right;
  }

  .pr-modal-close img {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }

  .pr-modal-img img {
    height: 100%;
    width: auto;
    vertical-align: bottom;
  }

  @media (max-width: 959px) {
    .pr-modal-inner {
      width: 90vw;
      overflow-y: scroll;
    }

    .pr-modal-img img {
      width: 100% !important;
      height: auto;
    }
  }

  .adsence-flex {
    margin-bottom: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
  }

  .adsence-flex>div+div {
    margin-left: 20px;
  }

  @media (max-width: 959px) {
    .adsence-flex {
      padding-bottom: 35px;
    }

    .adsence-flex>div+div {
      margin-left: 0;
    }
  }

  .adsence--top {
    margin-top: 20px;
    text-align: center;
  }

  @media (max-width: 959px) {
    .adsence div {
      text-align: center;
    }

    .adsence div img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto;
    }
  }

  .map-wrap,
  .movie-wrap {
    position: relative;
    margin-bottom: 30px;
    padding-top: 56.25%;
  }

  .map-wrap iframe,
  .movie-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  @media (max-width: 959px) {

    .map-wrap,
    .movie-wrap {
      margin: 0 15px 24px;
    }
  }

  .sp-footer {
    display: none;
  }

  @media (max-width: 959px) {
    .sp-footer {
      display: block;
      left: 0;
      position: fixed;
      background: #fff;
      box-shadow: 0px -4px 3.8px 0.2px rgba(0, 0, 0, 0.2);
      border: none;
      bottom: 0;
      height: 58px;
      width: 100%;
      z-index: 10000000;
      padding: 0;
      margin: 0;
    }

    .sp-footer__banner {
      height: 58px;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
    }

    .sp-footer__banner img {
      height: 50px !important;
      width: auto !important;
      vertical-align: bottom;
    }

    .sp-footer__banner .widget-shortcode {
      margin-bottom: 0;
    }
  }

  .optimize-img {
    margin: 15px;
  }

  .optimize-img a {
    display: block;
    text-align: center;
  }

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

  .widget-shortcode {
    text-align: center;
    margin-bottom: 30px;
  }

  .widget-shortcode img {
    display: block;
    margin: 0 auto;
  }

  @media (max-width: 959px) {
    .widget-shortcode {
      margin: 0 15px 15px;
    }

    .widget-shortcode .wp-caption {
      padding: 0;
    }
  }

  .spmenu {
    background: #fafafa;
    padding: 0;
  }

  .spmenu__top {
    position: relative;
    border-bottom: 1px solid #80a0e0;
    margin-bottom: 5px;
  }

  .spmenu__top a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    padding: 20px 25px;
  }

  .spmenu__top:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-top: -7px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  .spmenu__section {
    margin-bottom: 0;
  }

  .spmenu__head {
    background: #fafafa;
    padding: 15px 25px;
  }

  .spmenu__head--top {
    padding-bottom: 0;
  }

  .spmenu__head.js--trigger {
    position: relative;
    cursor: pointer;
  }

  .spmenu__head.js--trigger:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -7px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
  }

  .spmenu__head.js--trigger.js--active:after {
    margin-top: -3px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .spmenu__title {
    display: inline-block;
    padding: 6px 11px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #80a0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .spmenu__body.js--pannel {
    display: none;
  }

  .spmenu__category {
    position: relative;
    padding: 20px 25px 20px;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    background: #fafafa;
    border-bottom: 1px solid #80a0e0;
  }

  .spmenu__category a {
    color: #333333;
    text-decoration: none;
  }

  .spmenu__category:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-top: -7px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  .spmenu__list {
    margin: 0;
    padding: 0;
  }

  .spmenu__list ul {
    width: 100%;
    padding: 0;
  }

  .spmenu__list li {
    position: relative;
    border-bottom: 1px solid #fafafa;
    width: 100%;
  }

  .spmenu__list li a {
    display: block;
    padding: 18px 35px;
    font-size: 15px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    background-color: #e8f0f8;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .spmenu__list li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .spmenu__list li:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-top: -7px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  .spmenu__list.tag-list {
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spmenu__list.tag-list li {
    width: auto;
    margin: 0 10px 10px 0;
    border-bottom: none;
  }

  .spmenu__list.tag-list li:nth-child(even) {
    margin-left: 0;
  }

  .spmenu__list.tag-list li a {
    padding: 5px 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .spmenu__list.tag-list li a:hover {
    background: #80a0e0;
    color: #333333;
    border: 1px solid #80a0e0;
  }

  a.link-box {
    color: #11afeb;
    border: solid 2px #11afeb;
    padding: 16px 16px 16px 32px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    background-color: rgb(17 175 235 / 10%);
    transition: all 0.3s linear;
  }

  a.link-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    height: 0;
    width: 0;
    border: solid 8px;
    border-color: transparent transparent transparent #11afeb;
  }

  a.link-box:hover {
    opacity: 0.75;
  }


  .top-fix {
    margin: 0 40px 40px;
    min-width: 1200px;
  }

  .top-fix__list {
    display: flex;
    justify-content: space-between;
  }

  .top-fix__item {
    width: 32%;
    outline: none;
  }

  .top-fix__item img {
    width: 100%;
    height: 18vw;
    min-height: 240px;
    object-fit: cover;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  .top-fix__head a {
    outline: none;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .top-fix__head a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .top-fix__body {
    padding: 20px 0;
  }

  .top-fix_wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
  }

  .top-fix__cats {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 17px;
  }

  .top-fix .cats {
    margin-bottom: 0;
  }

  .top-fix .cats__parent {
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
    text-decoration: none;
    margin-right: 15px;
  }

  .top-fix .cats__parent a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    background-color: #80a0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .top-fix .cats__parent a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .top-fix .cats__parent:after {
    display: none;
  }

  .top-fix .cats__child {
    color: #999999;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .top-fix .cats__child a {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    color: #999999;
    font-weight: bold;
    background: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .top-fix .cats__child a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .top-fix__contents a {
    outline: none;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .top-fix__contents a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
  }

  .top-fix__title {
    font-size: 28px;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 1.12px;
    text-align: left;
    color: #333333;
    font-size: 20px;
    line-height: 1.375;
    margin-bottom: 17px;
  }

  .top-fix__time {
    color: #999999;
    font-size: 15px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin-left: auto;
  }

  .top-fix__time--pc {
    display: block;
  }

  .top-fix__time--sp {
    display: none;
  }

  @media (max-width: 959px) {
    .top-fix {
      position: relative;
      margin: 0 0 40px;
      padding-top: 20px;
      min-width: 100%;
    }

    .top-fix__list {
      display: block;
    }

    .top-fix__item {
      width: 92%;
      margin: 0 auto 40px;
      outline: none;
    }

    .top-fix__item img {
      width: 100%;
      height: 300px;
    }

    .top-fix__body {
      padding: 0;
    }

    .top-fix_wrap {
      margin-bottom: 10px;
      padding-top: 10px;
    }

    .top-fix__cats {
      margin-bottom: 11px;
    }

    .top-fix .cats li a {
      font-size: 13px;
      line-height: 1;
    }

    .top-fix .cats__child {
      margin-left: 12px;
    }

    .top-fix__title {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 15px;
    }

    .top-fix__time {
      font-size: 12px;
      line-height: 1;
    }

    .top-fix__time--pc {
      display: none;
    }

    .top-fix__time--sp {
      display: block;
    }
  }


  .mail-magazine__head {
    background: #80a0e0;
    padding: 16px 20px 16px;
  }

  .mail-magazine__body {
    background: #fff;
    padding: 16px 20px;
  }

  .mail-magazine__title {
    font-weight: 700;
    color: #fff;
  }

  .mail-magazine__input {
    width: 100%;
    height: 40px;
    line-height: 1;
    color: #333333;
    appearance: none;
    border: none;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    margin: 16px 0;
  }

  .mail-magazine__agree {
  }

  input[type="submit"].mail-magazine__submit {
    appearance: none;
    display: block;
    text-align: center;
    background: #80a0e0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    height: 40px;
    font-size: 16px;
    line-height: 2.5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
    border: 0;
  }

  @media (max-width: 959px) {
    .mail-magazine {
      padding: 0 15px;
    }
  }

}

@media screen and (max-width: 767px) {
  .air-lab-journal {
    padding-top: 55px;
  }
}

.lab-top-serch-box {
  position: absolute;
  left: 50%;
  top: 10px;
  translate: -50% 0;
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;

}
@media screen and (max-width: 767px) {
  .lab-top-serch-box {
    display: none;
  }
}
.lab-top-serch-box form {
  display: flex;
  gap: 10px;
}
.lab-top-serch-box input {
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
}

.lab-top-serch-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #80a0e0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lab-serch-box {
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
}

.lab-serch-box input {
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 10px;
}

.lab-serch-box button,
.lab-serch-box-button {
  display: block;
  width: 100%;
  text-align: center;
  background: #80a0e0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  height: 40px;
  font-size: 16px;
  line-height: 2.5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}