@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
/*======================================================================
 * サイト全体共通レイアウト
======================================================================*/
/*------------------------------------------------------------
 * container
------------------------------------------------------------*/
.g-container {
  overflow: hidden;
  padding-top: 87px;
}
@media screen and (max-width: 1365px) {
  .g-container {
    padding-top: 50px;
  }
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.g-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 87px;
  z-index: 100;
  padding: 20px 40px 21px;
  border-bottom: 1px solid #d5d5d5;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
@media screen and (max-width: 1365px) {
  .g-header {
    height: 50px;
    padding: 10px 20px;
  }
}
.g-header .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 150px;
  margin-right: auto;
}
@media screen and (max-width: 1365px) {
  .g-header .logo {
    width: 90px;
  }
}
.g-header .logo a .logo-white {
  display: none;
}
@media screen and (max-width: 1023px) {
  .g-header.-js-open {
    height: 100px;
    border-bottom: none;
    background: #CA0100;
  }
  .g-header.-js-open .logo {
    width: 91px;
  }
  .g-header.-js-open .logo .logo-default {
    display: none;
  }
  .g-header.-js-open .logo .logo-white {
    display: block;
  }
}
.g-header .menu-toggle {
  display: none;
}
@media screen and (max-width: 1023px) {
  .g-header .menu-toggle {
    display: block;
    position: relative;
    width: 28px;
    height: 14px;
    margin: 0 0 0 auto;
    cursor: pointer;
  }
  .g-header .menu-toggle i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    margin-left: -14px;
    background: #898989;
    -webkit-transition: margin 0.3s, -webkit-transform 0.3s;
    transition: margin 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, margin 0.3s;
    transition: transform 0.3s, margin 0.3s, -webkit-transform 0.3s;
  }
  .g-header .menu-toggle i:first-child {
    margin-top: -7px;
  }
  .g-header .menu-toggle i:last-child {
    width: 15px;
    margin-top: 7px;
    margin-left: auto;
  }
  .g-header .menu-toggle.-js-open i {
    background: #fff;
  }
  .g-header .menu-toggle.-js-open i:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: 0;
  }
  .g-header .menu-toggle.-js-open i:last-child {
    width: 28px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 0;
    margin-left: -14px;
  }
}
.g-header .navi {
  font-weight: 500;
}
@media screen and (max-width: 1365px) {
  .g-header .navi {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .g-header .navi {
    display: none;
  }
}
.g-header .navi .menu-header-menu-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .g-header .navi .menu-header-menu-container > ul {
    display: none;
  }
}
.g-header .navi .menu-header-menu-container > ul > li {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: relative;
  margin-right: 1.875em;
}
@media screen and (max-width: 1365px) {
  .g-header .navi .menu-header-menu-container > ul > li {
    margin-right: 1.5em;
  }
}
.g-header .navi .menu-header-menu-container > ul > li:hover > ul {
  display: block;
}
.g-header .navi .menu-header-menu-container > ul > li > a {
  display: block;
  color: #333;
  text-align: center;
  text-decoration: none;
}
.g-header .navi .menu-header-menu-container > ul > li > a:hover {
  opacity: 1;
  color: #CA0100;
}
.g-header .navi .menu-header-menu-container > ul > li > ul {
  display: none;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 12px;
  left: -24px;
  width: calc(100% + 48px);
  padding: 7px 15px 20px;
  background: #CA0100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.g-header .navi .menu-header-menu-container > ul > li  ul li {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  /* border-left: 10px solid #fff; */
  /* margin-right: 10px; */
  /* display: inline; */
  /* padding-right: 5px; */
  border-bottom: 1px solid #fff;
  /* border-left: 10px ridge #FFf; */
  padding-left: 3px;
  /* width: 90%; */
}
li.products ul {
    list-style: none;
}
.g-header .navi .menu-header-menu-container > ul > li > ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.g-header .navi .menu-header-menu-container > ul > li  ul li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  /* text-align: center; */
}
.g-header .navi .menu-header-menu-container > ul > li.service > ul {
  left: -50px;
  /*width: calc(100% + 150px);*/
  width: calc(100% + 220px);
}
.g-header .navi .menu-header-menu-container > ul > li.products > ul {
  /* left: -90px; */
  width: calc(100% + 550px);
}
.g-header .navi .menu-header-menu-container > ul > li.current-menu-item a {
  color: #CA0100;
}
.g-header .navi .menu-header-menu-container > ul > li.cta-download {
  margin-right: 1.25em;
  margin-left: 0.625em;
}
@media screen and (max-width: 1365px) {
  .g-header .navi .menu-header-menu-container > ul > li.cta-download {
    margin-left: 0;
  }
}
.g-header .navi .menu-header-menu-container > ul > li.cta-download a {
  min-width: 180px;
  padding: 9px 0.6875em;
  border-radius: 5px;
  background: #68b430;
  color: #fff;
}
@media screen and (max-width: 1365px) {
  .g-header .navi .menu-header-menu-container > ul > li.cta-download a {
    min-width: 150px;
    padding: 2px 0.6875em;
  }
}
.g-header .navi .menu-header-menu-container > ul > li.cta-contact {
  margin-right: 0;
}
.g-header .navi .menu-header-menu-container > ul > li.cta-contact a {
  min-width: 180px;
  padding: 9px 0.6875em;
  border-radius: 5px;
  background: #f9b10b;
  color: #fff;
}
@media screen and (max-width: 1365px) {
  .g-header .navi .menu-header-menu-container > ul > li.cta-contact a {
    min-width: 150px;
    padding: 2px 0.6875em;
  }
}
.g-header .navi-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .g-header .navi-sp {
    overflow: auto;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 100px;
    left: 100%;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    height: calc(100% - 100px);
    margin: 0;
    padding: 0 5.33vw 2.5em;
    background: #CA0100;
    -webkit-transition: left 0.15s, visibility 0.15s;
    transition: left 0.15s, visibility 0.15s;
  }
  .g-header .navi-sp.-js-open {
    left: 0;
    visibility: visible;
  }
}
.g-header .navi-sp .menu-header-menu-sp-container {
  width: 100%;
}
.g-header .navi-sp .menu-header-menu-sp-container ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.g-header .navi-sp .menu-header-menu-sp-container ul li a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3.125em;
  border-bottom: 1px solid #fff;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.cta-box li {
  width: 100%;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.cta-box li a {
  display: inline-block;
  width: 100%;
  padding: 6px 1em;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 374px) {
  .g-header .navi-sp .menu-header-menu-sp-container ul.cta-box li a {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
}
.g-header .navi-sp .menu-header-menu-sp-container ul.cta-box li.cta-download {
  margin-right: 15px;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.cta-box li.cta-download a {
  background: #68b430;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.cta-box li.cta-contact a {
  background: #f9b10b;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.link-box {
  position: relative;
  padding: 3.125em 0;
  border-bottom: 1px solid #fff;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.link-box:before {
  display: inline-block;
  opacity: 0.5;
  position: absolute;
  top: 23px;
  left: -5.33vw;
  z-index: -1;
  color: #CA0100;
  font-family: 'Roboto', sans-serif;
  font-size: 6.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.link-box.-service:before {
  content: "Service";
}
.g-header .navi-sp .menu-header-menu-sp-container ul.link-box.-products:before {
  content: "Products";
}
.g-header .navi-sp .menu-header-menu-sp-container ul.link-box.-full {
  padding: 1.5625em 0;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.link-box.-deepcom {
  border-bottom: none;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.link-box.-deepcom:before {
  content: "DeepCom";
}
.g-header .navi-sp .menu-header-menu-sp-container ul.link-box li {
  margin-bottom: 1.25em;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.link-box li:last-child {
  margin-bottom: 0;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.link-box li a {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.sub-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4.375em;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.sub-link-box li {
  width: 47.175%;
  border-bottom: 1px solid #fff;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.sub-link-box li:nth-child(-n+2) {
  border-top: 1px solid #fff;
}
.g-header .navi-sp .menu-header-menu-sp-container ul.sub-link-box li a {
  padding: 1.25em 10px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

/*------------------------------------------------------------
 * footer
------------------------------------------------------------*/
.g-footer {
  background: #f9f9f9;
}
.g-footer .footer-top {
  padding: 1.875em 0 2.5em;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-top {
    padding: 30px 0 0;
    border-bottom: none;
  }
}
.g-footer .footer-top .logo {
  max-width: 167px;
  margin-bottom: 1.875em;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-top .logo {
    max-width: 132px;
    margin: 0 auto 20px;
  }
}
.g-footer .footer-top .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1365px) {
  .g-footer .footer-top .footer-info {
    display: block;
  }
}
.g-footer .footer-top .footer-info .company {
  width: 37%;
}
@media screen and (max-width: 1365px) {
  .g-footer .footer-top .footer-info .company {
    width: 100%;
  }
}
.g-footer .footer-top .footer-info .company .office-info {
  margin-bottom: 1.25em;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-top .footer-info .company .office-info {
    margin-bottom: 20px;
  }
}
.g-footer .footer-top .footer-info .company .office-info:last-child {
  margin-bottom: 0;
}
.g-footer .footer-top .footer-info .company .office-info .office-name {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.444;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-top .footer-info .company .office-info .office-name {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.g-footer .footer-top .footer-info .company .office-info .access {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-top .footer-info .company .office-info .access {
    font-size: 1.3rem;
  }
}
.g-footer .footer-top .footer-info .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 60%;
}
@media screen and (max-width: 1365px) {
  .g-footer .footer-top .footer-info .sitemap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-top: 2.5em;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .g-footer .footer-top .footer-info .sitemap {
    display: none;
  }
}
.g-footer .footer-top .footer-info .sitemap ul {
  padding: 0;
  list-style: none;
  margin: 0 0 0 1.25em;
}
.g-footer .footer-top .footer-info .sitemap ul:first-child {
  margin: 0;
}
.g-footer .footer-top .footer-info .sitemap ul li {
  margin-bottom: 10px;
}
.g-footer .footer-top .footer-info .sitemap ul li a {
  color: #333;
  font-size: 1.4rem;
  text-decoration: none;
}
.g-footer .footer-top .footer-info .sitemap ul li a span {
  font-size: 1.2rem;
}
.g-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875em 0;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}
.g-footer .footer-bottom .copyright {
  margin: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-bottom .copyright {
    margin-top: 25px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 374px) {
  .g-footer .footer-bottom .copyright {
    font-size: 1rem;
  }
}
.g-footer .footer-bottom .copyright .en {
 /* font-family: 'Montserrat', sans-serif;*/
}
.g-footer .footer-bottom .sublink-list a {
  margin-left: 1em;
  color: #333;
  font-size: 1.3rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-bottom .sublink-list a {
    font-size: 1.2rem;
  }
  .g-footer .footer-bottom .sublink-list a:first-child {
    margin-left: 0;
  }
  .g-footer .footer-bottom .sublink-list a:last-child:after {
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .g-footer .footer-bottom .sublink-list a {
    font-size: 1rem;
  }
}
.g-footer .footer-bottom .sublink-list a:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 1em 0 0.5em;
  background: url(../images/common/icon-external-link.png) no-repeat center center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 374px) {
  .g-footer .footer-bottom .sublink-list a:after {
    width: 8px;
    height: 8px;
  }
}

.pagetop {
  padding: 12px 1em;
  border-bottom: 1px solid #d5d5d5;
  color: #CA0100;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pagetop {
    font-size: 1.2rem;
  }
}
.pagetop:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-top: 2px solid #CA0100;
  border-right: 2px solid #CA0100;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
}

.pagetop-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 90;
  margin: 0;
  padding: 18px 20px;
  width: 60px;
  height: 60px;
  background: #e20001;
  cursor: pointer;
}
.pagetop-fixed:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -4px 0 0 -8px;
}

/*------------------------------------------------------------
 * sidebar
------------------------------------------------------------*/
.g-sidebar .menu {
  /** キャンペーンバナー **/
  /** 検索フォーム **/
  /** 人気記事 **/
  /** タグ **/
  /** カテゴリー **/
  /** 人気資料ダウンロード **/
}
.g-sidebar .menu .side-text-4,.g-sidebar .menu .side-text-2, .g-sidebar .menu .side-text-3, .g-sidebar .menu .side-text-5 {
  margin-bottom: 50px;
}
.g-sidebar .menu .side-text-4 p,.g-sidebar .menu .side-text-2 p, .g-sidebar .menu .side-text-3 p, .g-sidebar .menu .side-text-5 p {
  margin: 0 0 20px;
}
.g-sidebar .menu .side-text-4 p:last-of-type,.g-sidebar .menu .side-text-2 p:last-of-type, .g-sidebar .menu .side-text-3 p:last-of-type, .g-sidebar .menu .side-text-5 p:last-of-type {
  margin: 0;
}
.g-sidebar .menu .side-text-4 p img,.g-sidebar .menu .side-text-2 p img, .g-sidebar .menu .side-text-3 p img, .g-sidebar .menu .side-text-5 p img {
  height: auto;
}
.g-sidebar .menu .search-box {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .g-sidebar .menu .search-box {
    margin-bottom: 50px;
  }
}
.g-sidebar .menu .search-box .input-wrap {
  width: calc(100% - 40px);
  height: 40px;
}
.g-sidebar .menu .search-box .input-wrap input[type=text] {
  height: 40px;
  padding: 10px;
  font-size: 1.4rem;
}
.g-sidebar .menu .search-box .search-button {
  width: 40px;
  height: 40px;
}
.g-sidebar .menu .side-custom_html-2 .side-title, .g-sidebar .menu .side-custom_html-7 .side-title, .g-sidebar .menu .side-custom_html-14 .side-title, .g-sidebar .menu .side-custom_html-20 .side-title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 700;
}
.g-sidebar .menu .side-custom_html-2 .side-title:before, .g-sidebar .menu .side-custom_html-7 .side-title:before, .g-sidebar .menu .side-custom_html-14 .side-title:before, .g-sidebar .menu .side-custom_html-20 .side-title:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  margin: 0 10px 0;
  background: url(../images/blog/icon-article-black.png) no-repeat center center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.g-sidebar .menu .side-custom_html-2 .popular-posts, .g-sidebar .menu .side-custom_html-7 .popular-posts {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .g-sidebar .menu .side-custom_html-2 .popular-posts, .g-sidebar .menu .side-custom_html-7 .popular-posts {
    margin-bottom: 60px;
  }
}
.g-sidebar .menu .side-custom_html-2 .popular-posts .post-row, .g-sidebar .menu .side-custom_html-7 .popular-posts .post-row {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
  padding: 20px 0;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 768px) {
  .g-sidebar .menu .side-custom_html-2 .popular-posts .post-row, .g-sidebar .menu .side-custom_html-7 .popular-posts .post-row {
    padding: 30px 0;
  }
}
.g-sidebar .menu .side-custom_html-2 .popular-posts .post-row:first-child, .g-sidebar .menu .side-custom_html-7 .popular-posts .post-row:first-child {
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .g-sidebar .menu .side-custom_html-2 .popular-posts .post-row:first-child, .g-sidebar .menu .side-custom_html-7 .popular-posts .post-row:first-child {
    padding: 30px 0;
  }
}
.g-sidebar .menu .side-custom_html-2 .popular-posts .post-row:hover .title, .g-sidebar .menu .side-custom_html-7 .popular-posts .post-row:hover .title {
  color: #CA0100;
}
.g-sidebar .menu .side-custom_html-2 .popular-posts .post-row a, .g-sidebar .menu .side-custom_html-7 .popular-posts .post-row a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.g-sidebar .menu .side-custom_html-2 .popular-posts .post-row .num, .g-sidebar .menu .side-custom_html-7 .popular-posts .post-row .num {
  opacity: 0.25;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #d5d5d5;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 8rem;
  font-style: italic;
}
.g-sidebar .menu .side-custom_html-2 .popular-posts .post-row .image, .g-sidebar .menu .side-custom_html-7 .popular-posts .post-row .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .g-sidebar .menu .side-custom_html-2 .popular-posts .post-row .image, .g-sidebar .menu .side-custom_html-7 .popular-posts .post-row .image {
    width: 86px;
  }
}
.g-sidebar .menu .side-custom_html-2 .popular-posts .post-row .image img, .g-sidebar .menu .side-custom_html-7 .popular-posts .post-row .image img {
  border-radius: 5px;
}
.g-sidebar .menu .side-custom_html-2 .popular-posts .post-row .title, .g-sidebar .menu .side-custom_html-7 .popular-posts .post-row .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.g-sidebar .menu .side-tag_cloud-3 .side-title, .g-sidebar .menu .side-custom_html-8 .side-title, .g-sidebar .menu .side-custom_html-11 .side-title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 700;
}
.g-sidebar .menu .side-tag_cloud-3 .side-title:before, .g-sidebar .menu .side-custom_html-8 .side-title:before, .g-sidebar .menu .side-custom_html-11 .side-title:before {
  content: "";
  display: inline-block;
  width: 18.5px;
  height: 20.5px;
  margin: 0 10px 0;
  background: url(../images/blog/icon-tag-black.png) no-repeat center center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: -4px;
}
.g-sidebar .menu .side-tag_cloud-3 .tagcloud, .g-sidebar .menu .side-custom_html-8 .tagcloud, .g-sidebar .menu .side-custom_html-11 .tagcloud {
  margin: 20px 0 37px;
  padding: 12px 15px;
  border-radius: 5px;
  background: #fff;
  line-height: 2;
}
.g-sidebar .menu .side-tag_cloud-3 .tagcloud a, .g-sidebar .menu .side-custom_html-8 .tagcloud a, .g-sidebar .menu .side-custom_html-11 .tagcloud a {
  margin: 0 5px 0 0;
  color: #898989;
  font-weight: 500;
  text-decoration: none;
}
.g-sidebar .menu .side-tag_cloud-3 .tagcloud a:hover, .g-sidebar .menu .side-custom_html-8 .tagcloud a:hover, .g-sidebar .menu .side-custom_html-11 .tagcloud a:hover {
  color: #CA0100;
}
.g-sidebar .menu .side-text-4 .side-title,.g-sidebar .menu .side-text-2 .side-title, .g-sidebar .menu .side-custom_html-9 .side-title, .g-sidebar .menu .side-text-3  .box .side-title, .g-sidebar .menu .side-text-5  .box .side-title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 700;
}
.g-sidebar .menu .side-text-4 .side-title:before,.g-sidebar .menu .side-text-2 .side-title:before, .g-sidebar .menu .side-custom_html-9 .side-title:before, .g-sidebar .menu .side-text-3 .box .side-title:before, .g-sidebar .menu .side-text-5 .box .side-title:before {
  content: "";
  display: inline-block;
  width: 18.5px;
  height: 13.5px;
  margin: 0 10px 0;
  background: url(../images/blog/icon-category-black.png) no-repeat center center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: -1px;
}

.g-sidebar .menu .side-custom_html-4 .side-title, .g-sidebar .menu .side-custom_html-9 .side-title, .g-sidebar .menu .side-custom_html-23 .side-title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 700;
}
.g-sidebar .menu .side-custom_html-4 .side-title:before, .g-sidebar .menu .side-custom_html-9 .side-title:before, .g-sidebar .menu .side-custom_html-23 .side-title:before {
  content: "";
  display: inline-block;
  width: 18.5px;
  height: 13.5px;
  margin: 0 10px 0;
  background: url(../images/blog/icon-category-black.png) no-repeat center center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: -1px;
}
.g-sidebar .menu .side-custom_html-4 .category-lists, .g-sidebar .menu .side-custom_html-9 .category-lists, .g-sidebar .menu .side-custom_html-23 .category-lists {
  margin: 14px 0 60px;
}
.g-sidebar .menu .side-custom_html-3 .side-title, .g-sidebar .menu .side-custom_html-10 .side-title {
  margin: 0;
  padding: 4px 5px;
  background: #6d6d6d;
  color: #fff;
  font-weight: 700;
}
.g-sidebar .menu .side-custom_html-3 .side-title:before, .g-sidebar .menu .side-custom_html-10 .side-title:before {
  content: "";
  display: inline-block;
  width: 13.5px;
  height: 16.5px;
  margin: 0 10px 0;
  background: url(../images/blog/icon-download-white.png) no-repeat center center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: -2px;
}
.g-sidebar .menu .side-custom_html-3 .popular-download, .g-sidebar .menu .side-custom_html-10 .popular-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 5px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .g-sidebar .menu .side-custom_html-3 .popular-download, .g-sidebar .menu .side-custom_html-10 .popular-download {
    padding: 1.875em 1.125em;
  }
}
.g-sidebar .menu .side-custom_html-3 .popular-download .post-row, .g-sidebar .menu .side-custom_html-10 .popular-download .post-row {
  position: relative;
  width: 48%;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .g-sidebar .menu .side-custom_html-3 .popular-download .post-row, .g-sidebar .menu .side-custom_html-10 .popular-download .post-row {
    width: 46.553%;
  }
}
.g-sidebar .menu .side-custom_html-3 .popular-download .post-row:hover, .g-sidebar .menu .side-custom_html-10 .popular-download .post-row:hover {
  opacity: 0.8;
}
.g-sidebar .menu .side-custom_html-3 .popular-download .post-row a, .g-sidebar .menu .side-custom_html-10 .popular-download .post-row a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.g-sidebar .menu .side-custom_html-3 .popular-download .post-row .title, .g-sidebar .menu .side-custom_html-10 .popular-download .post-row .title {
  margin-top: 10px;
  color: #CA0100;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .g-sidebar .menu .side-custom_html-3 .popular-download .post-row .title, .g-sidebar .menu .side-custom_html-10 .popular-download .post-row .title {
    font-size: 1.4rem;
  }
}

/* -----
 * 共通パーツ
----------------------------------------------------------------------------- */
/** セクション設定 **/
.l-section-container {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.l-section-container.-gap-top-none {
  padding-top: 0;
}
.l-section-container.-gap-bottom-none {
  padding-bottom: 0;
}
.l-section-container.-gap-top-bottom-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
.l-section-container.-gap-top-bottom-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-section-container.-gap-top-bottom-large {
  padding-top: 120px;
  padding-bottom: 120px;
}
.l-section-container.-bc-gray {
  background-color: #f9f9f9;
}
.l-section-container .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.l-section-container.-decoration-square-left {
  position: relative;
}
.l-section-container.-decoration-square-left:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 74vw;
  height: calc(100% - 170px);
  z-index: -1;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-section-container.-decoration-square-left:before {
    width: 80vw;
    height: calc(100% - 120px);
    background: #ffffff;
  }
}
.l-section-container.-decoration-square-left.js-wp:before {
  opacity: 0;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
  transition: opacity 0.1s, -webkit-transform 0.4s ease-out;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.1s;
  transition: transform 0.4s ease-out, opacity 0.1s, -webkit-transform 0.4s ease-out;
}
.l-section-container.-decoration-square-left.-js-wp-animate:before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-section-container.-decoration-square-right {
  position: relative;
}
.l-section-container.-decoration-square-right:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 74vw;
  height: calc(100% - 170px);
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .l-section-container.-decoration-square-right:before {
    width: 80vw;
    height: calc(100% - 120px);
  }
}
.l-section-container.-decoration-square-right.js-wp:before {
  opacity: 0;
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
  transition: opacity 0.1s, -webkit-transform 0.4s ease-out;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.1s;
  transition: transform 0.4s ease-out, opacity 0.1s, -webkit-transform 0.4s ease-out;
}
.l-section-container.-decoration-square-right.-js-wp-animate:before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .l-section-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-section-container.-gap-top-bottom-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-section-container.-gap-top-bottom-large {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/** セクションタイトル **/
.l-section-title {
  text-align: center;
}
.l-section-title .en {
  display: block;
  color: #CA0100;
  font-family: 'Roboto', sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .l-section-title .en {
    font-size: 4.8rem;
  }
}
.l-section-title .ja {
  display: block;
  margin-top: -1em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-section-title .ja {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

.l-section-description {
  margin-top: 1.5em;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-section-description {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
  }
}

/** ボタン **/
.l-button {
  margin: 0;
  text-align: center;
}
.l-button a {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 12px 15px;
  border-radius: 5px;
  background: #f9b10b;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .l-button a {
    max-width: 250px;
    font-size: 1.8rem;
  }
}
.l-button a.lbtn{
  border-radius: 45px;
  background: rgb(220 0 23);
  padding: 2px 0px;
  line-height: 75px;
  font-size: 4.3rem;
  max-width: 554px;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 601px) {
  .l-button a.lbtn {
    max-width: 100%;
    font-size: 2.7rem;
    line-height: 44px;
  }
  .l-button a.lbtn img {
    height: 45px!important;
    vertical-align: text-bottom!important;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 375px) {
  .l-button a.lbtn {
    max-width: 100%;
    font-size: 2.2rem;
    line-height: 40px;
  }
  .l-button a.lbtn img {
    height: 40px!important;
    vertical-align:  middle!important;
    margin-bottom: 0px;
  }
}
.l-button.-blue a {
  background: #CA0100;
}
.l-button.-external-link a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url(../images/common/icon-external-link-white.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-button.-external-link a:after {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(../images/common/icon-external-link-white-sp.png) no-repeat center center;
    background-size: contain;
  }
}

/** パンくず **/
.l-breadcrumb ol {
  padding: 0;
  list-style: none;
}
.l-breadcrumb ol li {
  display: inline;
  color: #898989;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb ol li {
    font-size: 1.3rem;
  }
}
.l-breadcrumb ol li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 1.5em 0 1.3em;
  border-top: 1px solid #898989;
  border-right: 1px solid #898989;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: calc(1px);
}
@media screen and (max-width: 768px) {
  .l-breadcrumb ol li:not(:last-child):after {
    width: 4px;
    height: 4px;
    margin: 0 0.6em 0 0.6em;
    vertical-align: calc(2px);
  }
}
.l-breadcrumb ol li a {
  display: inline-block;
  color: #CA0100;
  font-size: 1.2rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb ol li a {
    font-size: 1.3rem;
  }
}

/** 記事一覧（カード型） **/
.l-post-card {
  position: relative;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.l-post-card:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.l-post-card .new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 3px 6px;
  background: #f64f28;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-post-card .new {
    font-size: 1.2rem;
  }
}
.l-post-card .image {
  position: relative;
  overflow: hidden;
  margin: -20px -20px 0;
}
.l-post-card .image:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.l-post-card .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-post-card .title {
  margin: 10px 0 0;
  color: #CA0100;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.l-post-card .title a {
  color: #CA0100;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-post-card .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0 5px;
  }
}
.l-post-card .info .date {
  margin: 1px 0 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.0833333333;
}
@media screen and (max-width: 768px) {
  .l-post-card .info .date {
    margin: 0 15px 0 0;
    font-size: 1.3rem;
  }
}
.l-post-card .info .author {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.l-post-card .info .author .avator {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 0.5em 0 0;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  text-align: center;
}
.l-post-card .info .author .avator:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.l-post-card .info .author .avator img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.l-post-card .info .author .avator img.-no-icon {
  width: 14px;
  height: 18px;
}
.l-post-card .info .author .name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  margin: 0;
  color: #333;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-post-card .info .author .name {
    font-size: 1.2rem;
  }
}

/** カテゴリー一覧 **/
.l-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-category-list li {
  margin: 6px 8px 0 0;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .l-category-list li {
    margin: 5px 5px 0 0;
  }
}
.l-category-list li a {
  display: inline-block;
  padding: 3.5px 10px;
  background: #68b430;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-category-list li a {
    padding: 3px;
    font-size: 1.3rem;
  }
}
.l-category-list li span {
  display: inline-block;
  padding: 3.5px 10px;
  background: #68b430;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-category-list li span {
    padding: 3px;
    font-size: 1.3rem;
  }
}

/** タグ一覧 **/
.l-tag-list {
  margin: 0 -7px;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.l-tag-list li {
  display: inline-block;
  margin: 7px;
}
.l-tag-list li a {
  display: block;
  padding: 7px 1em;
  border: 1px solid #d5d5d5;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #898989;
  -webkit-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
.l-tag-list li a:hover {
  opacity: 1;
  background: #d5d5d5;
  color: #fff;
}
.l-tag-list li.-current a {
  border-color: #CA0100;
  background: #CA0100;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-tag-list {
    margin: -5px -5px 0;
  }
  .l-tag-list li {
    margin: 5px;
  }
  .l-tag-list li a {
    padding: 2.75px 0.5em;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
/** タグフィルター **/
.l-tag-filter {
  margin-bottom: 50px;
  padding-bottom: 43px;
  border-bottom: 1px solid #d5d5d5;
}

@media screen and (max-width: 768px) {
  .l-tag-filter {
    margin-bottom: 40px;
    padding-bottom: 35px;
  }
}
/** タブ切り替えボタン **/
.l-tab-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto 23px;
  padding: 0;
  list-style: none;
}
.l-tab-switch::before, .l-tab-switch::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 4%;
  height: 100%;
  border-bottom: 1px solid #707070;
}
.l-tab-switch li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 46%;
  max-width: 595px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 63px;
  border-bottom: 1px solid #707070;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.l-tab-switch li > span {
  display: block;
  width: 100%;
}
.l-tab-switch li:hover {
  color: #CA0100;
}
.l-tab-switch li.-js-current {
  border: 1px solid #707070;
  border-bottom: none;
  color: #CA0100;
}

@media screen and (max-width: 768px) {
  .l-tab-switch {
    margin-bottom: 25px;
  }
  .l-tab-switch li {
    height: 3.645em;
    padding: 0 1em;
    font-size: 1.4rem;
  }
}
/** ページネーション **/
.l-pagination {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-pagination {
    margin-top: 0;
  }
}
.l-pagination .pagination-box {
  padding: 0;
  list-style: none;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .l-pagination .pagination-box {
    padding: 0;
  }
}
.l-pagination .pagination-box .current {
  background: #CA0100;
  color: #fff;
}
.l-pagination .pagination-box .nextpostslink, .l-pagination .pagination-box .previouspostslink {
  position: relative;
  width: 50px;
  background: #d5d5d5;
  color: transparent;
}
@media screen and (max-width: 374px) {
  .l-pagination .pagination-box .nextpostslink, .l-pagination .pagination-box .previouspostslink {
    width: 40px;
  }
}
.l-pagination .pagination-box .nextpostslink:before, .l-pagination .pagination-box .previouspostslink:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
}
.l-pagination .pagination-box .previouspostslink {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .l-pagination .pagination-box .previouspostslink {
    margin-right: 3px;
  }
}
.l-pagination .pagination-box .previouspostslink:before {
  top: 12px;
  left: 20px;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 374px) {
  .l-pagination .pagination-box .previouspostslink:before {
    top: 9px;
    left: 16px;
  }
}
.l-pagination .pagination-box .nextpostslink {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .l-pagination .pagination-box .nextpostslink {
    margin-left: 3px;
  }
}
.l-pagination .pagination-box .nextpostslink:before {
  top: 12px;
  left: 16px;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 374px) {
  .l-pagination .pagination-box .nextpostslink:before {
    top: 9px;
    left: 12px;
  }
}
.l-pagination .pagination-box .extend {
  margin: 0;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .l-pagination .pagination-box .extend {
    display: none;
  }
}
.l-pagination .pagination-box > * {
  display: block;
  width: 36px;
  height: 36px;
  margin: 7px 5px;
  padding: 8px 5px;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-pagination .pagination-box > * {
    margin: 4px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 374px) {
  .l-pagination .pagination-box > * {
    width: 30px;
    height: 30px;
    margin: 2px;
    padding: 5px;
    font-size: 1.6rem;
  }
}
.l-pagination .pagination-box a {
  border: 1px solid #d5d5d5;
  background: #fff;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-pagination ul {
  padding: 0;
  list-style: none;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .l-pagination ul {
    padding: 0;
  }
}
.l-pagination ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 7px 5px;
}
@media screen and (max-width: 768px) {
  .l-pagination ul li {
    margin: 0 3px;
  }
  .l-pagination ul li:first-child {
    margin-left: 0;
  }
  .l-pagination ul li:last-child {
    margin-right: 0;
  }
  .l-pagination ul li:nth-child(6), .l-pagination ul li:nth-child(7), .l-pagination ul li:nth-child(8) {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .l-pagination ul li:nth-child(5) {
    display: none;
  }
}
.l-pagination ul li > * {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  line-height: 1;
  padding: 8px 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-pagination ul li > * {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 374px) {
  .l-pagination ul li > * {
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 1.6rem;
  }
}
.l-pagination ul li a {
  border: 1px solid #d5d5d5;
  background: #fff;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-pagination ul li.num-link a:hover {
  opacity: 1;
  border: 1px solid #CA0100;
  background: #CA0100;
  color: #fff;
}
.l-pagination ul li.blank {
  display: block;
  width: 18px;
  height: 36px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-pagination ul li.blank {
    width: 6px;
  }
}
.l-pagination ul li.-current span {
  background: #CA0100;
  color: #fff;
}
.l-pagination ul li.arrow a {
  position: relative;
  width: 50px;
  background: #d5d5d5;
  color: #fff;
}
@media screen and (max-width: 374px) {
  .l-pagination ul li.arrow a {
    width: 40px;
  }
}
.l-pagination ul li.arrow a:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
}
.l-pagination ul li.arrow.prev {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .l-pagination ul li.arrow.prev {
    margin-right: 3px;
  }
}
.l-pagination ul li.arrow.prev a:before {
  top: 12px;
  left: 20px;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 374px) {
  .l-pagination ul li.arrow.prev a:before {
    top: 9px;
    left: 16px;
  }
}
.l-pagination ul li.arrow.next {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .l-pagination ul li.arrow.next {
    margin-left: 3px;
  }
}
.l-pagination ul li.arrow.next a:before {
  top: 12px;
  left: 16px;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 374px) {
  .l-pagination ul li.arrow.next a:before {
    top: 9px;
    left: 12px;
  }
}
.l-pagination ul li.arrow.-disabled {
  pointer-events: none;
}

/** 検索フォーム **/
.l-search-form .search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-search-form .search-box .input-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  width: calc(100% - 50px);
  height: 50px;
  border: 1px solid #d5d5d5;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: #fff;
}
.l-search-form .search-box .input-wrap input[type=text] {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 10px 20px;
  color: #425563;
  background: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.l-search-form .search-box .input-wrap input[type=text]::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #d5d5d5;
}
.l-search-form .search-box .input-wrap input[type=text]::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #d5d5d5;
}
.l-search-form .search-box .input-wrap input[type=text]:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #d5d5d5;
}
.l-search-form .search-box .input-wrap input[type=text]::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #d5d5d5;
}
.l-search-form .search-box .input-wrap input[type=text]::placeholder {
  font-family: 'Roboto', sans-serif;
  color: #d5d5d5;
}
.l-search-form .search-box .search-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 53px;
  height: 50px;
  margin: 0;
  background: #CA0100;
  border: 0;
  outline: 0;
  border-radius: 0 4px 4px 0;
  font-size: 1.9rem;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}
.l-search-form .search-box .search-button img {
  width: 27.5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .l-search-form .search-box .search-button img {
    width: 22.5px;
  }
}

.g-sidebar .l-search-form .search-box .search-button img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .g-sidebar .l-search-form .search-box .search-button img {
    width: 22.5px;
  }
}