@charset "UTF-8";
/*
 Theme Name:   技術ライティング事業テーマ
 Theme URI:    http://www.techport.co.jp/
 Description:  TECHNO-PORT BASIC Child Theme(技術ライティング事業)
 Author:テクノポート株式会社
 Author URI:http://www.techport.co.jp/
 Template:     tp-basic
 Version:      1.0.0
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900|Noto+Serif+JP:400,700&display=swap&subset=japanese");
html {
  font-family: "Noto Sans JP", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 80px;
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 991px) {
  .sp {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .pc {
    display: none;
  }
}
.admin-bar {
  padding-top: 112px;
}
@media screen and (max-width: 782px) {
  .admin-bar {
    padding-top: 106px;
  }
}
.admin-bar #header {
  top: 32px;
}
@media only screen and (max-width: 991px) {
  .admin-bar #header {
    top: 46px;
  }
}

/************* Header *************/
#visual {
  width: 100%;
  height: 620px;
  background: url("img/bg_visual.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #visual {
    height: 440px;
  }
}
#visual .visual_icon {
  margin-top: 140px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  #visual .visual_icon {
    margin-top: 74px;
  }
}
#visual .visual_icon img {
  width: 100px;
}
@media only screen and (max-width: 991px) {
  #visual .visual_icon img {
    width: 50px;
  }
}
#visual .visual_txt {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  #visual .visual_txt {
    font-size: 22px;
    margin-top: 38px;
  }
}

#site_title_line {
  width: 100%;
  background: #022469;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  #site_title_line {
    font-size: 15px;
    line-height: 40px;
    margin-top: 52px;
  }
}
@media only screen and (max-width:768px) {
  #site_title_line {
    margin-top: 25px;
  }
}

.home #site_title_line {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  #header {
    position: fixed;
    top: 0;
    background: #fff;
  }
}
.header .header__logo .menu-toggle {
  background: #fff;
  color: #006ab7;
}
.header .header__logo .menu-toggle:before {
  display: none;
  font-size: 20px;
}
.header .header__logo .menu-toggle .menu-txt {
  margin-top: 18px;
  font-size: 9px;
  color: #666;
}
.header .header__logo .menu-toggle span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 3px;
  background-color: #006ab7;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header__logo .menu-toggle span:nth-of-type(1) {
  top: 24px;
}
.header .header__logo .menu-toggle span:nth-of-type(2) {
  top: 30px;
}
.header .header__logo .menu-toggle span:nth-of-type(3) {
  top: 36px;
}
.header .header__logo .menu-toggle.is-active {
  background: transparent;
  z-index: 10000;
}
.header .header__logo .menu-toggle.is-active .menu-txt {
  display: none;
}
.header .header__logo .menu-toggle.is-active span {
  background: #fff;
}
.header .header__logo .menu-toggle.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-315deg);
  transform: translateY(7px) rotate(-315deg);
}
.header .header__logo .menu-toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header .header__logo .menu-toggle.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(315deg);
  transform: translateY(-5px) rotate(315deg);
}

.header__logo-image {
  margin-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

@media only screen and (max-width: 991px) {
  .header__logo-image {
    margin-left: 0;
  }
}
.header__logo-inner {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .header__logo h1 {
    padding: 6px 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  .header__logo img {
    height: 42px;
  }
}
.header__pc {
  background: #f0f0f0;
  padding: 0;
  height: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* &:hover {
     background: #141d2a;

     .header__logo-image a img {
       opacity: 1;
     }

     .nav__global .menu > li > a {
       color: #fff;

       &:hover {
         color: #006ab7;
       }
     }
   }*/
}
.header__pc .header__logo-image {
  margin-top: 9px;
}
.header__pc .header__logo-image a {
  background: url("img/site_logo_o.png") no-repeat;
}
.header__pc .header__logo-image a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.header__pc .cta {
  background: url("img/bg_header_cta.png") right top no-repeat;
  background-size: 100% 100%;
  width: 400px;
  height: 80px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.header__pc .cta .cta_top, .header__pc .cta .cta_bottom {
  height: 40px;
}
.header__pc .cta .cta_top .phone {
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 20px;
}
.header__pc .cta .cta_top .phone:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 25px;
  background: url("img/icon_headert_tel.png") no-repeat;
  left: 50%;
  top: 9px;
  -webkit-transform: translateX(-3.8em);
          transform: translateX(-3.8em);
}
.header__pc .cta .cta_bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.header__pc .cta .cta_bottom .download, .header__pc .cta .cta_bottom .contact {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
}
.header__pc .cta .cta_bottom .download:before, .header__pc .cta .cta_bottom .contact:before {
  content: "";
  position: absolute;
}
.header__pc .cta .cta_bottom .download:hover, .header__pc .cta .cta_bottom .contact:hover {
  color: #00a0e9;
}
.header__pc .cta .cta_bottom .download {
  width: 52.75%;
  padding-left: 5px;
}
.header__pc .cta .cta_bottom .download:before {
  background: url("img/icon_header_file.png") left center no-repeat;
  background-size: contain;
  width: 17px;
  height: 22px;
  left: 50%;
  top: 9px;
  -webkit-transform: translateX(-5.6em);
          transform: translateX(-5.6em);
}
.header__pc .cta .cta_bottom .contact {
  width: 36.75%;
  padding-left: 5px;
}
.header__pc .cta .cta_bottom .contact:before {
  background: url("img/icon_header_mail.png") left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  left: 50%;
  top: 13px;
  -webkit-transform: translateX(-3.8em);
          transform: translateX(-3.8em);
}
.header__pc .telephone {
  background: url("img/bg_telephone.png") right top no-repeat;
  line-height: 80px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  width: 270px;
  padding-left: 80px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.header__pc .telephone:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 28px;
  background: url("img/icon_phone.png") no-repeat;
  left: 55px;
  top: 28px;
}
.header__pc .nav__global {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 50%;
  max-width: 810px;
}
.header__pc .nav__global .menu {
  position: initial;
  padding: 0 0 0 24px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.header__pc .nav__global .menu li {
  line-height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__pc .nav__global .menu li a {
  padding: 0 30px;
}
@media only screen and (max-width: 1199px) {
  .header__pc .nav__global .menu li a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1049px) {
  .header__pc .nav__global .menu li a {
    padding: 0 8px;
    font-size: 14px;
  }
}
.header__pc .nav__global .menu-item-has-children > .sub-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  background: #00a0e9;
}
.header__pc .nav__global .menu .sub-menu li {
  margin-right: 1em;
}
.header__pc .nav__global .menu .sub-menu a {
  line-height: 80px;
  position: relative;
  min-width: auto;
  padding: 0 30px;
  background: #00a0e9;
}
.header__pc .nav__global .menu .sub-menu a:before {
  content: "";
  width: 10px;
  height: 14px;
  background: url("img/gnav_list-mark.png") no-repeat;
  position: absolute;
  left: 0;
  top: 33px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__pc .nav__global .menu .sub-menu a:hover {
  background: transparent;
  color: #022469;
}
.header__pc .nav__global .menu .sub-menu a:hover:before {
  background: url("img/gnav_list-mark_o.png") no-repeat;
}

.topics-row-sp {
  display: none;
  line-height: 1.8em;
  border-bottom: 1px solid #a0a0a0;
  margin: 0 20px;
  padding: 15px 15px 20px;
}
.topics-row-sp a {
  font-size: 13px;
}
.topics-row-sp .date {
  display: block;
  font-weight: 600;
}

@media only screen and (max-width: 1069px) {
  .topics-row-sp {
    display: block;
  }
}
.page__header-custom-image {
  height: 30vw;
  max-height: 270px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media only screen and (max-width: 991px) {
  .page__header-custom-image {
    height: 440px;
    background-size: cover !important;
  }
}
.page__header-custom-image .page__header-inner {
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .page__header-custom-image .page__header-inner {
    padding: 60px 40px;
    width: 80%;
    margin-left: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .page__header-custom-image .page__header-inner {
    width: auto;
    margin: 0 auto;
  }
}
.page__header-custom-image .page__header-inner.page__header-archive-inner {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page__header-custom-image .page__header-inner h2 {
  font-size: 36px;
  margin-top: 5.5vw;
}
@media only screen and (max-width: 991px) {
  .page__header-custom-image .page__header-inner h2 {
    margin-top: 32px;
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .page__header-custom-image .page__header-inner h2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .page__header-custom-image .page__header-inner h2 {
    margin-top: 106px;
  }
}
.page__header-custom-image .page__header-inner h2 .sub-title {
  display: block;
  font-size: 24px;
  margin-top: 2.375vw;
}
@media only screen and (min-width: 1600px) {
  .page__header-custom-image .page__header-inner h2 .sub-title {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .page__header-custom-image .page__header-inner h2 .sub-title {
    font-size: 15px;
    margin-top: 40px;
    line-height: 1.5;
  }
}
.page__header-custom-image .page__header-inner .page__header-archive-title {
  text-align: center;
  margin: 0.5em 0 0;
}
.page__header-custom-image .page__header-inner .header-description {
  font-size: 16px;
  font-weight: bold;
  width: 800px;
  line-height: 2em;
  margin-top: 3.5vw;
}
@media only screen and (min-width: 1600px) {
  .page__header-custom-image .page__header-inner .header-description {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .page__header-custom-image .page__header-inner .header-description {
    font-size: 13px;
    width: auto;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .archive .page__header-custom-image .page__header-inner {
    width: 100%;
  }
}
.page__header-title {
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  .page__header-title {
    font-size: 18px;
  }
}
/************* bread_crumb *************/
#bread_crumb {
  background: #fff !important;
}
#bread_crumb ul li {
  color: #666;
  font-size: 13px;
  margin: 0 0 0 20px;
}
#bread_crumb ul li.home a {
  font-size: 0;
}
#bread_crumb ul li.home a:before {
  content: "";
  background: url("img/icon_home.png") no-repeat;
  width: 21px;
  height: 16px;
}
#bread_crumb ul li a {
  color: #666;
}
#bread_crumb ul li:after {
  content: "＞";
  color: #666;
  font-size: 13px;
}

@media only screen and (max-width: 991px) {
  #bread_crumb {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #004198 !important;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 991px) {
  #bread_crumb ul {
    margin: 0;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  #bread_crumb ul li {
    color: #fff;
    font-size: 8px;
    line-height: 25px;
    margin: 0 0 0 20px;
    padding-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 991px) {
  #bread_crumb ul li.home {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  #bread_crumb ul li.home a {
    float: none;
  }
}
@media only screen and (max-width: 991px) {
  #bread_crumb ul li.home a:before {
    background: url("img/icon_home_sp.png") no-repeat;
    background-size: contain;
    width: 15px;
    height: 10px;
    top: 3px;
  }
}
@media only screen and (max-width: 991px) {
  #bread_crumb ul li a {
    color: #fff;
  }
}
@media only screen and (max-width: 991px) {
  #bread_crumb ul li:after {
    color: #fff;
    font-size: 8px;
    left: -14px;
  }
}
/************* Nav *************/
@media only screen and (max-width: 991px) {
  .nav__global .menu {
    top: 0;
    background: #00a4dc;
    padding-top: 54px;
  }
}
.nav__global .menu > li {
  position: initial;
}
.nav__global .menu > li.nav-btn-contact a, .nav__global .menu > li.nav-btn-tel a, .nav__global .menu > li.nav-btn-file a {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  width: 88.88%;
  height: 50px;
  line-height: 50px;
  background: #022469;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.nav__global .menu > li.nav-btn-contact a:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 17px;
  background: url("img/icon_mail.png") no-repeat;
  background-size: contain;
  left: 45px;
  top: calc(50% - 9px);
}
.nav__global .menu > li.nav-btn-tel a:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url("img/icon_headert_tel.png") center center no-repeat;
  background-size: contain;
  left: 45px;
  top: calc(50% - 11px);
}
.nav__global .menu > li.nav-btn-file a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 28px;
  background: url("img/icon_sp_manu_faile.png") center center no-repeat;
  background-size: contain;
  left: 45px;
  top: calc(50% - 13px);
}
.nav__global .menu > li > a {
  font-size: 15px;
  padding: 0;
}
.nav__global .menu > li > a:hover {
  color: #00a4dc;
}

@media only screen and (max-width: 991px) {
  .nav__global .menu > li {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .nav__global .menu > li > a {
    font-size: 18px;
    padding-left: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .nav__global .menu > li > a:hover {
    color: #fff;
    background: #8cc6da;
  }
}
@media only screen and (max-width: 991px) {
  .nav__global .menu .sub-menu {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .nav__global .menu .sub-menu li {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .nav__global .menu .sub-menu li a {
    font-size: 13px;
    padding: 6px 8px 6px 48px;
  }
}
@media only screen and (max-width: 991px) {
  .nav__global .menu .sub-menu li a:before {
    content: "/";
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .nav__global .menu .menu-item-has-children > a > span {
    display: none;
  }
}
.home .nav__global .menu > li > a:hover {
  color: #00a4dc;
}
.home .header__pc .header__logo-image a img {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .home .nav__global .menu > li > a:hover {
    color: #fff;
  }
}
/************* Index Content *************/
#index_content__advantage {
  text-align: center;
}
#index_content__advantage h2 {
  font-size: 100px;
  margin-bottom: 40px;
  color: #16478e;
}
@media only screen and (max-width: 991px) {
  #index_content__advantage h2 {
    font-size: 50px;
  }
}
#index_content__advantage h2 .sub-ttl {
  display: block;
  font-size: 30px;
  color: #141d2a;
  margin-top: 14px;
}
@media only screen and (max-width: 991px) {
  #index_content__advantage h2 .sub-ttl {
    font-size: 14px;
  }
}
#index_content__advantage .desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 2em;
  margin-bottom: 72px;
}
@media only screen and (max-width: 991px) {
  #index_content__advantage .desc {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 30px;
  }
}
#index_content__advantage .index_content__advantage_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #index_content__advantage .index_content__advantage_list {
    display: block;
  }
}
#index_content__advantage .index_content__advantage_list li {
  position: relative;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  #index_content__advantage .index_content__advantage_list li {
    width: 88%;
  }
}
@media only screen and (max-width: 991px) {
  #index_content__advantage .index_content__advantage_list li:not(:first-child) {
    margin-top: 80px;
  }
}
#index_content__advantage .index_content__advantage_list li:not(:first-child):before {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  background: url("img/image_x.png") center center no-repeat;
  top: 40%;
  left: -68px;
}
@media only screen and (max-width: 991px) {
  #index_content__advantage .index_content__advantage_list li:not(:first-child):before {
    width: 46px;
    height: 46px;
    background-size: contain;
    top: -74px;
    left: calc(50% - 23px);
  }
}
#index_content__advantage .index_content__advantage_list li .advantage_desc {
  font-size: 16px;
  line-height: 2;
  margin: 44px 52px 0;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  #index_content__advantage .index_content__advantage_list li .advantage_desc {
    font-size: 13px;
    margin: 20px 0 0;
  }
}

#index_content__service {
  margin-top: 65px;
  padding-top: 54px;
  padding-bottom: 18px;
  background-color: rgba(107, 149, 197, 0.3);
  background-image: url("img/bg_service_menu.png");
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden;
}
#index_content__service h2 {
  font-size: 100px;
  margin-bottom: 40px;
  color: #16478e;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  #index_content__service h2 {
    font-size: 40px;
  }
}
#index_content__service h2 .sub-ttl {
  display: block;
  font-size: 30px;
  color: #141d2a;
  margin-top: 14px;
}
@media only screen and (max-width: 991px) {
  #index_content__service h2 .sub-ttl {
    font-size: 14px;
  }
}
#index_content__service .service_menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: number;
}
@media only screen and (max-width: 991px) {
  #index_content__service .service_menu {
    display: block;
  }
}
#index_content__service .service_menu .service_menu_item {
  width: 45.83%;
  background: #fff;
  border-top: 6px solid #16478e;
  padding: 40px 50px;
  margin-bottom: 50px;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  #index_content__service .service_menu .service_menu_item {
    width: 100%;
    padding: 20px 25px;
    font-size: 13px;
    margin-bottom: 25px;
  }
}
#index_content__service .service_menu .service_menu_item .service_menu_item_title {
  font-size: 30px;
  position: relative;
  padding-left: 56px;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  #index_content__service .service_menu .service_menu_item .service_menu_item_title {
    font-size: 18px;
    padding-left: 32px;
  }
}
#index_content__service .service_menu .service_menu_item .service_menu_item_title:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
}
@media only screen and (max-width: 991px) {
  #index_content__service .service_menu .service_menu_item .service_menu_item_title:before {
    font-size: 30px;
  }
}
#index_content__service .service_menu .service_menu_item .content_h {
  font-size: 24px;
  color: #fff;
  line-height: 58px;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  #index_content__service .service_menu .service_menu_item .content_h {
    font-size: 15px;
    line-height: 36px;
  }
}
#index_content__service .service_menu .service_menu_item .content_h.org {
  background: #ee5e2f;
}
#index_content__service .service_menu .service_menu_item .content_h.org:after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 13px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 13px 0 13px;
  border-color: #ee5f2f transparent transparent transparent;
}
@media only screen and (max-width: 991px) {
  #index_content__service .service_menu .service_menu_item .content_h.org:after {
    top: 97%;
    border-width: 12px 13px 0 13px;
  }
}
#index_content__service .service_menu .service_menu_item .content_h.blue {
  background: #16478e;
}
#index_content__service .service_menu .service_menu_item .content_h.blue:after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 13px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 13px 0 13px;
  border-color: #16478e transparent transparent transparent;
}
@media only screen and (max-width: 991px) {
  #index_content__service .service_menu .service_menu_item .content_h.blue:after {
    top: 97%;
    border-width: 12px 13px 0 13px;
  }
}
#index_content__service .service_menu .service_menu_item p {
  line-height: 2;
}
#index_content__service .service_menu .service_menu_item .service_menu_list li {
  color: #16478e;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 18px;
  position: relative;
  padding-left: 1.6em;
}
#index_content__service .service_menu .service_menu_item .service_menu_list li:before {
  content: "●";
  position: absolute;
  left: 0;
}
#index_content__service .service_menu_desc {
  font-size: 24px;
  font-weight: bold;
  color: #022469;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 991px) {
  #index_content__service .service_menu_desc {
    font-size: 14px;
  }
}

#index_content_news {
  margin-top: 100px;
}
#index_content_news .content_news__headline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1050px;
  margin: 0 auto 24px;
}
#index_content_news .content_news__headline h2 {
  font-size: 26px;
  color: #16478e;
  margin-bottom: 0;
}
#index_content_news .content_news__headline h2 .jp-ttl {
  font-size: 18px;
  color: #000;
  margin-left: 20px;
}
#index_content_news .content_news__headline a.more-btn {
  color: #16478e;
  position: relative;
  height: 14px;
  padding-right: 44px;
}
#index_content_news .content_news__headline a.more-btn:hover {
  color: #000;
}
#index_content_news .content_news__headline a.more-btn:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 14px;
  right: 0;
  bottom: 0;
  background: url("img/arrow_blue.png") right bottom no-repeat;
}
#index_content_news .index_content_news__list {
  background: #fafafa;
  border: 1px solid #dcdcdc;
  max-width: 1050px;
  margin: 0 auto;
}
#index_content_news .index_content_news__list article:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
#index_content_news .index_content_news__list article > a {
  display: block;
}
#index_content_news .index_content_news__list article > a:hover {
  background: #fff;
}
#index_content_news .index_content_news__list article .article-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 28px 28px 28px 60px;
}
#index_content_news .index_content_news__list article .date {
  width: 150px;
  font-size: 14px;
  font-weight: bold;
}
#index_content_news .index_content_news__list article .news-body {
  font-size: 14px;
  width: calc(100% - 150px);
  color: #000;
}
#index_content_news .index_content_news__list article .news-body .article__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
#index_content_news .index_content_news__list article .news-body .article__title + p {
  line-height: 1.6em;
  margin-top: 10px;
}
#index_content_news .index_content_news__list article .news-body .cat {
  font-size: 13px;
  font-weight: bold;
  color: #022469;
  margin-bottom: 12px;
  display: block;
}
@media only screen and (max-width: 991px) {
  #index_content_news .index_content_news__list article .news-body .cat {
    font-size: 12px;
  }
}

.news__archive {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  #index_content_news {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 991px) {
  #index_content_news .content_news__headline h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  #index_content_news .content_news__headline h2 .jp-ttl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  #index_content_news .content_news__headline a.more-btn {
    font-size: 10px;
    height: 10px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 991px) {
  #index_content_news .content_news__headline a.more-btn:after {
    width: 20px;
    height: 8px;
    background-size: contain;
  }
}
@media only screen and (max-width: 991px) {
  #index_content_news .index_content_news__list article .article-inner {
    display: block;
    padding: 12px 28px;
  }
}
@media only screen and (max-width: 991px) {
  #index_content_news .index_content_news__list article .date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  #index_content_news .index_content_news__list article .news-body {
    font-size: 12px;
    margin-top: 16px;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  #index_content_news .index_content_news__list article .news-body .article__title {
    font-size: 12px;
    line-height: 1.5;
  }
}
.btn_inquiry {
  text-align: center;
  margin: 50px auto;
}
@media only screen and (max-width: 991px) {
  .btn_inquiry {
    margin: 25px auto;
  }
}
.btn_inquiry a {
  display: inline-block;
  background: #1c3faf;
  width: 420px;
  font-size: 16px;
  font-weight: 500;
  line-height: 4.25;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .btn_inquiry a {
    width: 90%;
    font-size: 14px;
    line-height: 45px;
  }
}
.btn_inquiry a:hover {
  background: #5b6b8a;
}
.btn_inquiry a.e_mail {
  padding-left: 30px;
}
.btn_inquiry a.e_mail:before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  background: url("img/icon_link_email.png") center center no-repeat;
  background-size: contain;
  left: 68px;
  top: calc(50% - 11px);
}
@media only screen and (max-width: 991px) {
  .btn_inquiry a.e_mail:before {
    width: 22px;
    height: 16px;
    left: 28px;
    top: calc(50% - 8px);
  }
}

.case__list {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .content__works__list.case__list {
    display: block;
    padding: 0 28px;
  }
}
.content__works__list.case__list .case-item {
  position: relative;
  width: 30%;
  margin-right: 5%;
  border: 1px solid #dcdcdc;
  margin-top: 55px;
  background: #fff;
}
.content__works__list.case__list .case-item:nth-child(3n) {
  margin-right: 0;
}
.content__works__list.case__list .case-item .case-item-inner + a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 29, 42, 0.7);
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.content__works__list.case__list .case-item .case-item-inner + a:hover {
  opacity: 1;
}
.content__works__list.case__list .case-item .case-item-inner + a .visit {
  text-align: center;
  top: 49%;
  display: block;
  position: relative;
}
.content__works__list.case__list .case-item .case-item-inner .image-box {
  text-align: center;
}
.content__works__list.case__list .case-item .content-box {
  /*padding: 16px 20px 24px;*/
  padding: 16px 20px 12px;
  background: #fff;
}
.content__works__list.case__list .case-item .content-box p {
  line-height: 1em;
}
.content__works__list.case__list .case-item .content-box .case__terms {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #212121;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  padding: 6px 24px;
}
.content__works__list.case__list .case-item .content-box div.case__terms {
  margin-right: 3px;
}
.content__works__list.case__list .case-item .content-box a.case__terms:hover {
  background: #16478e;
  color: #fff;
}
.content__works__list.case__list .case-item .content-box .case__title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  background: none;
  border-bottom: none;
  line-height: 1.6;
}
.content__works__list.case__list .case-item .content-box .case__title a:hover {
  color: #16478e;
}
.content__works__list.case__list .case-item .content-box .case__url {
  font-size: 12px;
  color: #16478e;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 18px;
}
.content__works__list.case__list .case-item .content-box .case__desc {
  font-size: 16px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #dcdcdc;
}
.content__works__list.case__list .case-item .content-box .case__service {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}
.content__works__list.case__list.archive .case-item {
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .content__works__list.case__list .case-item {
    width: 100%;
    margin-right: 0;
    margin-top: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .content__works__list.case__list .case-item .content-box .case__terms {
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .content__works__list.case__list .case-item .content-box .case__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .content__works__list.case__list .case-item .content-box .case__url {
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .content__works__list.case__list .case-item .content-box .case__desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .content__works__list.case__list .case-item .content-box .case__service {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .content__works__list.case__list.archive .case-item {
    margin-bottom: 20px;
  }
}
#case__archive .content__works__list.case__list .case-item {
  margin-top: 0;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  #case__archive .content__works__list.case__list .case-item:first-of-type {
    margin-top: 40px;
  }
}
.index_content__works__btn {
  margin-top: 50px;
}
.index_content__works__btn .tp-btn {
  display: block;
  width: 370px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  position: relative;
  border: none;
}
.index_content__works__btn .tp-btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 29px;
  height: 13px;
  background: url("img/arrow_wht.png") no-repeat;
  background-size: contain;
  right: 47px;
  bottom: 19px;
}
.index_content__works__btn .tp-btn:hover {
  background: #707070;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .index_content__works__btn .tp-btn {
    width: 88.88%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .index_content__works__btn .tp-btn:after {
    width: 15px;
    height: 8px;
    bottom: 10px;
  }
}
.case-carousel {
  width: 100%;
  overflow: hidden;
}

.carousel-navigation {
  position: relative;
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .carousel-navigation {
    margin-bottom: 30px;
    display: none;
  }
}
.lightbox .lb-image {
  border: none;
  border-radius: 0;
}

.lb-dataContainer {
  background: #000;
  padding-top: 10px;
  padding-bottom: 8px;
}

/************* Page Content *************/
body:not(.home) .content-wrap {
  padding-top: 0;
}

.post_content .page-overview {
  text-align: center;
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .post_content .page-overview {
    width: 100%;
    padding: 20px 30px 0;
  }
}
.post_content .page-overview .page-overview-title {
  font-size: 36px;
  font-weight: bold;
  color: #141d2a;
  margin: 48px 0;
  padding: 0;
  text-align: center;
  background: none;
  border: none;
}
@media only screen and (max-width: 991px) {
  .post_content .page-overview .page-overview-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .post_content .page-overview .page-overview-title {
    font-size: 18px;
    margin: 1em 0;
  }
}
.post_content .page-overview .page-overview-title::before {
  content: "[";
  margin-right: 0.5em;
  font-size: 1.3em;
  font-weight: 900;
  color: #dce2ed;
}
.post_content .page-overview .page-overview-title::after {
  content: "]";
  margin-left: 0.5em;
  font-size: 1.3em;
  font-weight: 900;
  color: #dce2ed;
}
.post_content .page-overview .page-overview-title.sm {
  margin: 36px 0 20px;
}
.post_content .page-overview .page-overview-title .icon {
  display: block;
  margin-bottom: 20px;
}
.post_content .page-overview .overview-txt {
  font-size: 18px;
  line-height: 2em;
  margin-top: 32px;
  color: #111;
}
@media only screen and (max-width: 991px) {
  .post_content .page-overview .overview-txt {
    text-align: left;
    font-size: 1em;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .post_content .page-overview .overview-txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .post_content .page-overview h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .page-overview h2 .icon img {
    width: 38px;
  }
}
.page-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .page-inner {
    width: 100%;
    padding: 20px 20px 48px;
  }
}
.case-page-overview {
  text-align: center;
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1060px) {
  .case-page-overview {
    width: 100%;
  }
}
.case-page-overview .overview-txt {
  font-size: 16px;
  line-height: 2em;
  margin-top: 32px;
  margin-bottom: 1em;
  color: #111;
}

.content-gry {
  background: #e5edf1;
  padding-bottom: 24px;
}
.content-gry.light {
  background: #fafafa;
}
.content-gry .page-inner {
  width: 1060px;
}
.content-gry .page-inner-lg {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .content-gry {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .content-gry .page-inner {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .content-gry .page-inner-lg {
    width: 100%;
    padding: 0;
  }
}
.page-section {
  overflow: hidden;
}
.page-section .page-section-title {
  font-size: 36px;
  font-weight: bold;
  color: #141d2a;
  margin: 48px 0;
  padding: 0;
  text-align: center;
  background: none;
  border: none;
}
.page-section .page-section-title::before {
  content: "[";
  margin-right: 0.5em;
  font-size: 1.3em;
  font-weight: 900;
  color: #dce2ed;
}
.page-section .page-section-title::after {
  content: "]";
  margin-left: 0.5em;
  font-size: 1.3em;
  font-weight: 900;
  color: #dce2ed;
}
.page-section .page-section-title.sm {
  margin: 36px 0 20px;
}
.page-section p.desc {
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .page-section .page-section-title {
    font-size: 18px;
    margin: 0px 0 14px;
  }
}
@media only screen and (max-width: 991px) {
  .page-section .page-section-title.sm {
    margin: 24px 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .page-section p.desc {
    font-size: 13px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 1em;
  }
}
.consulting-feature {
  margin-bottom: 120px;
}
.consulting-feature .media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.consulting-feature .media:nth-child(2n) > div:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.consulting-feature .media:nth-child(2n) > div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.consulting-feature .media > div {
  width: 50%;
  background: #fff;
}
.consulting-feature .media > div:nth-child(1) {
  padding: 38px 34px;
}
.consulting-feature .media .media-title {
  color: #16478e;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 14px;
  padding: 0;
  background: none;
  border: none;
}
.consulting-feature .media .media-title .num {
  display: block;
  background: #16478e;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 50px;
  text-align: center;
  line-height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: 0 auto 26px;
}
.consulting-feature .media p {
  font-size: 16px;
  line-height: 2em;
  color: #000;
  margin: 0;
}
.consulting-feature .media .fig {
  text-align: center;
}
.consulting-feature .media .fig img {
  vertical-align: bottom;
}

@media only screen and (max-width: 991px) {
  .consulting-feature {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .consulting-feature .media {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .consulting-feature .media > div {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .consulting-feature .media > div:nth-child(1) {
    padding: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .consulting-feature .media .media-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .consulting-feature .media .media-title .num {
    line-height: 40px;
    width: 40px;
    font-size: 25px;
    margin: 0 auto 15px;
  }
}
@media only screen and (max-width: 991px) {
  .consulting-feature .media p {
    font-size: 13px;
    line-height: 1.8em;
  }
}
.service-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 16px;
}
.service-content .card {
  width: 340px;
}
.service-content .card .service-content-icon {
  text-align: center;
}
.service-content .card .service-content-title {
  font-size: 24px;
  font-weight: bold;
  color: #16478e;
  text-align: center;
  border-bottom: 6px solid #16478e;
  margin: 20px 0;
  padding: 0 0 10px;
  background: none;
}
.service-content .card p {
  line-height: 1.875em;
  margin-bottom: 0;
}
.service-content .card .service-content-list {
  margin-left: 1.8em;
}
.service-content .card .service-content-list li {
  color: #00a4dc;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .service-content {
    display: block;
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .service-content .card {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .service-content .card .service-content-icon img {
    width: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .service-content .card .service-content-title {
    font-size: 15px;
    margin: 10px 0;
    padding: 0 0 5px;
  }
}
.btn-show-case {
  display: block;
  background: #08254f;
  font-size: 16px;
  color: #fff !important;
  width: 500px;
  line-height: 80px;
  text-align: center;
  margin: 2em auto;
  position: relative;
}
.btn-show-case:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 14px;
  background: url("img/arrow_wht.png") no-repeat;
  right: 50px;
  bottom: 25px;
}
.btn-show-case:hover {
  background: #004198;
}

@media only screen and (max-width: 991px) {
  .btn-show-case {
    width: 100%;
    max-width: 500px;
    font-size: 14px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-show-case:after {
    display: none;
  }
}
.btn-tp-demo {
  display: block;
  background: #08254f;
  font-size: 16px;
  color: #fff !important;
  width: 420px;
  line-height: 68px;
  text-align: center;
  margin: 3em auto;
  padding-left: 30px;
  position: relative;
}
.btn-tp-demo:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 27px;
  background: url("img/icon_pc.png") no-repeat;
  left: 109px;
  bottom: 20px;
}
.btn-tp-demo:hover {
  background: #004198;
}

@media only screen and (max-width: 991px) {
  .btn-tp-demo {
    width: 100%;
    max-width: 420px;
    font-size: 14px;
    line-height: 44px;
    padding-left: 8%;
  }
}
@media only screen and (max-width: 991px) {
  .btn-tp-demo:before {
    width: 25px;
    height: 23px;
    background-size: contain;
    left: 20%;
    bottom: 10px;
  }
}
.btn-style01 {
  display: block;
  background: #08254f;
  font-size: 16px;
  color: #fff !important;
  width: 88.88%;
  line-height: 68px;
  text-align: center;
  margin: 24px auto 0;
  position: relative;
}
.btn-style01 .em {
  font-weight: bold;
  color: #00a4dc;
}
.btn-style01:hover {
  background: #004198;
}

@media only screen and (max-width: 991px) {
  .btn-style01 {
    font-size: 12px;
    line-height: 40px;
    width: 100%;
    margin: 12px auto 0;
    line-height: 1;
    padding: 14px 0;
  }
}
.post_content .seika-dilemma {
  margin-top: 72px;
}
.post_content .seika-dilemma > h3 {
  font-size: 24px;
  font-weight: bold;
  color: #00a4dc;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.post_content .seika-dilemma > h3:before, .post_content .seika-dilemma > h3:after {
  display: none;
}
.post_content .seika-dilemma .dilemma-list {
  width: 650px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
.post_content .seika-dilemma .dilemma-list:before {
  content: "";
  position: absolute;
  width: 138px;
  height: 130px;
  background: url("img/shakehand.png") no-repeat;
  bottom: 0;
  left: calc(50% - 69px);
  background-size: 100%;
}
.post_content .seika-dilemma .dilemma-list li {
  list-style: none;
  width: 258px;
}
.post_content .seika-dilemma .dilemma-list li .title {
  font-size: 20px;
  font-weight: bold;
  color: #16478e;
  line-height: 1;
  margin-top: 34px;
  margin-bottom: 14px;
}
.post_content .seika-dilemma .dilemma-list li .face {
  margin-bottom: 3px;
}
.post_content .seika-dilemma .dilemma-list li .content {
  background: #abd3eb;
  color: #000;
  font-size: 16px;
  border-radius: 15px;
  padding: 20px;
  height: 230px;
}
.post_content .three-reason {
  width: 910px;
  margin: 0 auto;
}
.post_content .three-reason .three-reason-title {
  font-size: 24px;
  font-weight: bold;
  color: #00a4dc;
  padding: 0;
  background: none;
  border: none;
}
.post_content .three-reason ul {
  margin: 48px 0 72px;
}
.post_content .three-reason ul li {
  font-size: 20px;
  font-weight: bold;
  list-style: none;
  line-height: 1em;
  position: relative;
  margin-bottom: 40px;
  padding-left: 108px;
}
.post_content .three-reason ul li:nth-child(1):before {
  content: "01";
}
.post_content .three-reason ul li:nth-child(2):before {
  content: "02";
}
.post_content .three-reason ul li:nth-child(3):before {
  content: "03";
}
.post_content .three-reason ul li:before {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #16478e;
  display: inline-block;
  vertical-align: middle;
  left: 0;
}
.post_content .three-reason ul li:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 28px;
  background: url("img/arrow_3reason.png") no-repeat;
  left: 66px;
  top: -4px;
}

@media only screen and (max-width: 991px) {
  .post_content .seika-dilemma {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .seika-dilemma > h3 {
    font-size: 15px;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .seika-dilemma .dilemma-list {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .three-reason {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .three-reason .three-reason-title {
    font-size: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .three-reason ul {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .three-reason ul li {
    font-size: 13px;
    font-weight: normal;
    padding-left: 54px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .three-reason ul li:before {
    font-size: 20px;
    top: calc(50% - 6px);
  }
}
@media only screen and (max-width: 991px) {
  .post_content .three-reason ul li:after {
    width: 11px;
    height: 14px;
    background-size: contain;
    left: 32px;
    top: calc(50% - 7px);
  }
}
.card-list__01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.card-list__01.col-4 .card {
  width: 21.25%;
  margin-right: 5%;
}
.card-list__01.col-4 .card:last-child {
  margin-right: 0;
}
.card-list__01 .card {
  background: #08254f;
}
.card-list__01 .card .image img {
  width: 100%;
  height: auto;
}
.card-list__01 .card .detail {
  color: #fff;
  line-height: 2em;
  padding: 16px;
}
.card-list__01 .card .card-title {
  font-size: 16px;
}
.card-list__01 .card p {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .card-list__01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .card-list__01.col-4 .card {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .card-list__01.col-4 .card:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .card-list__01 .card .card-title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .card-list__01 .card p {
    font-size: 11px;
    letter-spacing: -0.05em;
  }
}
.post_content .customer-list__01 {
  font-size: 0;
}
.post_content .customer-list__01 .customer-list__01-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  background: none;
  border: none;
}
.post_content .customer-list__01 .customer-list__01-title .sub-title {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-left: 1em;
}
.post_content .customer-list__01 .customer {
  display: inline-block;
  vertical-align: top;
  width: 570px;
}
.post_content .customer-list__01 .customer:first-of-type {
  margin-right: 60px;
}
.post_content .customer-list__01 .customer .customer-title {
  font-size: 18px;
  font-weight: bold;
  color: #16478e;
  border-bottom: 2px solid #08254f;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 0;
}
.post_content .customer-list__01 .customer p {
  font-size: 16px;
  line-height: 2em;
}
.post_content .web_marketing_flow {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.post_content .web_marketing_flow .web_marketing-title {
  font-size: 24px;
  font-weight: bold;
  color: #00a4dc;
  background: none;
  border: none;
}
.post_content .web_marketing_flow .flow {
  margin-left: 0;
}
.post_content .web_marketing_flow .flow li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #004198;
  height: 80px;
  margin-bottom: 40px;
}
.post_content .web_marketing_flow .flow li .step {
  background: #004198;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 158px;
  height: 100%;
  text-align: center;
}
.post_content .web_marketing_flow .flow li .step .num {
  font-size: 30px;
  margin-left: 14px;
}
.post_content .web_marketing_flow .flow li .head {
  width: 230px;
  font-size: 22px;
  font-weight: bold;
  padding-left: 18px;
}
.post_content .web_marketing_flow .flow li .desc {
  font-size: 16px;
  line-height: 1.5em;
}
.post_content .degital_marketing-overview .degital_marketing-overview-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  background: none;
  border: none;
}
.post_content .degital_marketing-overview .degital_marketing-overview-title:before, .post_content .degital_marketing-overview .degital_marketing-overview-title:after {
  display: none;
}
.post_content .degital_marketing-overview .degital_marketing_read {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.post_content .degital_marketing-overview .degital_marketing_read_header, .post_content .degital_marketing-overview .degital_marketing_read_body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.post_content .degital_marketing-overview .degital_marketing_read_header .read_item_title {
  background: #7d7d7d;
  color: #fff;
  width: 50%;
  border-bottom: none;
  font-size: 18px;
  padding: 0;
  line-height: 36px;
  position: relative;
}
.post_content .degital_marketing-overview .degital_marketing_read_header .read_item_title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 20px;
  border-color: transparent transparent transparent #7d7d7d;
  top: 0;
  left: 100%;
  z-index: 2;
}
.post_content .degital_marketing-overview .degital_marketing_read_header .read_item_title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 24px;
  border-color: transparent transparent transparent #fff;
  top: -4px;
  right: calc(100% - 24px);
  z-index: 1;
}
.post_content .degital_marketing-overview .read_item {
  width: 50%;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.post_content .degital_marketing-overview .read_item ul {
  /*margin-bottom: 0;*/
}
.post_content .degital_marketing-overview .read_item li {
  line-height: 1.5;
}
.post_content .degital_marketing-overview .read_footer {
  color: #cc0000;
  font-weight: bold;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.post_content .degital_marketing-overview .read_footer:before, .post_content .degital_marketing-overview .read_footer:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.post_content .degital_marketing-overview .read_footer:before {
  border-width: 10px 15px 10px 0;
  border-color: transparent #cc0000 transparent transparent;
  left: 0;
  top: -2px;
}
.post_content .degital_marketing-overview .read_footer:after {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #cc0000;
  right: 0;
  top: -2px;
}
.post_content .degital_marketing-overview .read_footer .line-left {
  position: absolute;
  width: calc(50% - 12em);
  height: 4px;
  background: #cc0000;
  left: 3px;
  top: calc(50% - 2px);
}
.post_content .degital_marketing-overview .read_footer .line-right {
  position: absolute;
  width: calc(50% - 12em);
  height: 4px;
  background: #cc0000;
  right: 3px;
  top: calc(50% - 2px);
}
.post_content .point-degital_marketing {
  width: 1060px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .post_content .customer-list__01 .customer-list__01-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .customer-list__01 .customer-list__01-title .sub-title {
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .customer-list__01 .customer {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .customer-list__01 .customer:first-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .customer-list__01 .customer .customer-title {
    font-size: 13px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .customer-list__01 .customer p {
    font-size: 13px;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .web_marketing_flow {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .web_marketing_flow .web_marketing-title {
    font-size: 15px;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .web_marketing_flow .flow li {
    height: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-width: 1px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .web_marketing_flow .flow li .step {
    font-size: 10px;
    width: 70px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .web_marketing_flow .flow li .step .num {
    font-size: 15px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .web_marketing_flow .flow li .head {
    font-size: 12px;
    width: 8.5em;
    padding-left: 6px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .web_marketing_flow .flow li .desc {
    font-size: 12px;
    width: calc(100% - 70px - 8.5em);
    padding: 5px 8px 5px 0;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .degital_marketing-overview .degital_marketing_read {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .degital_marketing-overview .read_footer {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .degital_marketing-overview .degital_marketing_read_header {
    margin-right: 20px;
  }
  .post_content .degital_marketing-overview .degital_marketing_read_header .read_item_title {
    font-size: 12px;
    padding-left: 2em;
  }
  .post_content .degital_marketing-overview .read_item {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .degital_marketing-overview .degital_marketing-overview-title {
    font-size: 15px;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .point-degital_marketing {
    width: 100%;
  }
}
.btn-tp-dl {
  display: block;
  background: #cc0000;
  font-size: 16px;
  color: #fff !important;
  width: 420px;
  line-height: 2;
  text-align: center;
  margin: 3em auto;
  padding: 10px;
  position: relative;
  max-width: 88%;
}
.btn-tp-dl:hover {
  background: #9e0000;
}

.post_content .point-degital_marketing .point-title {
  font-size: 24px;
  font-weight: bold;
  color: #00a4dc;
  background: none;
  margin: 2.7em 0 1.36em;
  padding: 0.36em 0;
  border: none;
}
.post_content .point-degital_marketing .point-title:before, .post_content .point-degital_marketing .point-title:after {
  display: none;
}
.post_content .point-degital_marketing .point {
  margin-left: 0;
}
.post_content .point-degital_marketing .point li {
  list-style: none;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-left: 108px;
  border-bottom: 4px solid #16478e;
  margin-bottom: 28px;
}
.post_content .point-degital_marketing .point li:before {
  position: absolute;
  background: #16478e;
  width: 52px;
  height: 52px;
  font-size: 32px;
  color: #fff;
  font-family: Arial, sans-serif;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  left: -108px;
}
.post_content .point-degital_marketing .point li:nth-child(1):before {
  content: "1";
}
.post_content .point-degital_marketing .point li:nth-child(2):before {
  content: "2";
}
.post_content .point-degital_marketing .point li:nth-child(3):before {
  content: "3";
}

@media only screen and (max-width: 991px) {
  .post_content .point-degital_marketing .point-title {
    font-size: 13px;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .point-degital_marketing .point li {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    margin-left: 40px;
    border-width: 2px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .point-degital_marketing .point li:before {
    font-size: 16px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    left: -40px;
    top: calc(50% - 13px);
  }
}
@media only screen and (max-width: 991px) {
  .degital_marketing-service {
    /*padding-top: 0;
    margin-top: -40px;*/
  }
}
.degital_marketing-service .page-section + p {
  margin: 2em 0 4em;
}

@media only screen and (max-width: 991px) {
  .degital_marketing-service .page-section + p {
    margin: 1em 0 0;
  }
}
.media-feature {
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  counter-increment: number 1;
  margin-bottom: 20px;
}
.media-feature .content {
  width: 50%;
  padding: 40px;
}
.media-feature .content p {
  font-size: 16px;
  line-height: 1.8em;
  margin: 34px 0 0;
}
.media-feature .content p .em01 {
  font-weight: bold;
}
.media-feature .content p .em02 {
  font-weight: bold;
  color: #00a4dc;
}
.media-feature .image {
  width: 50%;
}
.media-feature .media-feature-title {
  height: 84px;
  margin: 0;
  padding: 0 0 0 60px;
  font-size: 20px;
  color: #16478e;
  line-height: 28px;
  position: relative;
  background: none;
  border: none;
}
.media-feature .media-feature-title:before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  width: 40px;
  height: 80px;
  left: 0;
  top: 3px;
  background: #00a4dc;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .media-feature {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .media-feature .content {
    width: 100%;
    padding: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .media-feature .content p {
    font-size: 13px;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .media-feature .image {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .media-feature .media-feature-title {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 0 40px;
    height: 60px;
    letter-spacing: -0.07em;
  }
}
@media only screen and (max-width: 991px) {
  .media-feature .media-feature-title:before {
    width: 26px;
    height: 55px;
  }
}
.tcp_feature .media-feature {
  position: relative;
}
.tcp_feature .media-feature:before {
  content: "";
  height: 12px;
  left: 98px;
  background: yellow;
  position: absolute;
}
.tcp_feature .media-feature:nth-of-type(2):before, .tcp_feature .media-feature:nth-of-type(3):before {
  width: 23em;
  top: 56px;
}
.tcp_feature .media-feature:nth-of-type(4):before {
  width: 14.5em;
  top: 84px;
}
.tcp_feature .media-feature:nth-of-type(5):before {
  width: 10.2em;
  top: 84px;
}
.tcp_feature .media-feature:nth-of-type(6):before {
  width: 14.2em;
  top: 56px;
}
.tcp_feature .media-feature:nth-of-type(7):before {
  width: 16em;
  top: 84px;
}

@media only screen and (max-width: 991px) {
  .tcp_feature .media-feature:nth-of-type(-n+5) .content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .tcp_feature .media-feature:before {
    height: 6px;
    left: 58px;
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .tcp_feature .media-feature:nth-of-type(2):before {
    width: 17.2em;
    top: 31px;
  }
}
@media only screen and (max-width: 991px) {
  .tcp_feature .media-feature:nth-of-type(3):before {
    width: 17.2em;
    top: 31px;
  }
}
@media only screen and (max-width: 991px) {
  .tcp_feature .media-feature:nth-of-type(4):before {
    width: 10.8em;
    top: 51px;
  }
}
@media only screen and (max-width: 991px) {
  .tcp_feature .media-feature:nth-of-type(5):before {
    width: 7.2em;
    top: 51px;
  }
}
@media only screen and (max-width: 991px) {
  .tcp_feature .media-feature:nth-of-type(6):before {
    width: 13.3em;
    top: 51px;
  }
}
@media only screen and (max-width: 991px) {
  .tcp_feature .media-feature:nth-of-type(7):before {
    width: 11.3em;
    top: 51px;
  }
}
.tcp-functions {
  overflow: hidden;
}
.tcp-functions .tcp-functions-title {
  font-size: 30px;
  font-weight: bold;
  color: #141d2a;
  margin: 48px 0;
  padding: 0 0 0 10px;
  text-align: center;
  border-bottom: 4px solid #16478e;
  background: none;
}
.tcp-functions .tcp-functions-title:before {
  display: none;
}
.tcp-functions .tcp-function-list ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
}
.tcp-functions .tcp-function-list ul li {
  background: url("img/icon_gear.png") 0 8px no-repeat;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 6px;
  font-size: 16px;
  width: 46%;
}
.tcp-functions .tcp-function-list ul li:nth-child(2n) {
  margin-left: 8%;
}

@media only screen and (max-width: 991px) {
  .tcp-functions .tcp-functions-title {
    font-size: 18px;
    margin: 0px 0 14px;
    border-width: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .tcp-functions .tcp-function-list ul {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .tcp-functions .tcp-function-list ul li {
    width: 100%;
    font-size: 13px;
    line-height: 1.8em;
    background-size: 16px;
    background-position: 0 4px;
    padding-left: 22px;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .tcp-functions .tcp-function-list ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.tcp-summary {
  background: #00a4dc;
  color: #fff;
  padding-bottom: 40px;
}
.tcp-summary .tcp-summary-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin: 48px 0 0;
  padding: 0 0 0 10px;
  text-align: center;
  background: none;
  border: none;
}
.tcp-summary .tcp-summary-title:before, .tcp-summary .tcp-summary-title:after {
  display: none;
}
.tcp-summary p.desc {
  width: 800px;
  margin: 1em auto;
  font-size: 16px;
}
.tcp-summary .tcp-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.tcp-summary .tcp-btns a {
  display: block;
  background: #08254f;
  color: #fff;
  width: 420px;
  line-height: 68px;
  text-align: center;
  font-size: 16px;
  margin: 2em;
  padding-left: 35px;
  position: relative;
}
.tcp-summary .tcp-btns a:hover {
  background: #004198;
}
.tcp-summary .tcp-btns a .blue {
  color: #00a4dc;
}
.tcp-summary .tcp-btns a:before {
  position: absolute;
  content: "";
  width: 31px;
  height: 30px;
  left: 88px;
  top: calc(50% - 15px);
}
.tcp-summary .tcp-btns a.faq:before {
  background: url("img/icon_q.png") no-repeat;
}
.tcp-summary .tcp-btns a.buy:before {
  background: url("img/icon_cart.png") no-repeat;
}

@media only screen and (max-width: 991px) {
  .tcp-summary {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .tcp-summary .tcp-summary-title {
    font-size: 18px;
    margin: 0px 0 14px;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .tcp-summary p.desc {
    width: 100%;
    font-size: 13px;
    line-height: 1.8em;
  }
}
@media only screen and (max-width: 991px) {
  .tcp-summary .tcp-btns {
    display: block;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 991px) {
  .tcp-summary .tcp-btns a {
    width: 100%;
    font-size: 14px;
    line-height: 44px;
    width: 88.88%;
    margin: 1em auto 0;
    padding-left: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .tcp-summary .tcp-btns a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .tcp-summary .tcp-btns a:before {
    width: 20px;
    height: 19px;
    background-size: 20px;
    left: 40px;
    top: calc(50% - 9px);
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .tcp-summary .tcp-btns a:before {
    left: 14px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 320px) {
  .tcp-summary .tcp-btns a:before {
    left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .tcp-summary .tcp-btns a.faq:before {
    background-size: contain;
  }
}
@media only screen and (max-width: 991px) {
  .tcp-summary .tcp-btns a.buy:before {
    background-size: contain;
  }
}
.monomado-info-graphic {
  padding-bottom: 80px;
}
.monomado-info-graphic .info-graphic-title {
  font-size: 28px;
  color: red;
  text-align: center;
  margin: 50px auto 16px;
  background: none;
  border: none;
}
.monomado-info-graphic .info-graphic-title:before, .monomado-info-graphic .info-graphic-title:after {
  display: none;
}
.monomado-info-graphic .info-graphic-title + img {
  margin: 0 auto;
}
.monomado-info-graphic .group-card {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 980px;
  margin: 3em auto 2em;
}
.monomado-info-graphic .group-card .card {
  width: 450px;
  background: #b2e4f4;
  padding: 32px 35px 24px;
}
.monomado-info-graphic .group-card .card:nth-child(2n) {
  background: #b2c6e0;
}
.monomado-info-graphic .group-card .card .card-title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  background: none;
  border: none;
}
.monomado-info-graphic .group-card .card .card-title .small {
  font-size: 16px;
  font-weight: normal;
}
.monomado-info-graphic .group-card .card p {
  font-size: 16px;
  line-height: 2em;
  margin: 1em 0 0;
}
.monomado-info-graphic .attention {
  font-size: 20px;
  text-align: center;
}
.monomado-info-graphic .attention .em {
  font-weight: bold;
  color: red;
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .monomado-info-graphic {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-info-graphic .info-graphic-title {
    font-size: 15px;
    margin: 0 auto 8px;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-info-graphic .group-card {
    width: 100%;
    margin: 1em auto;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-info-graphic .group-card .card {
    width: 48%;
    padding: 17px 17px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-info-graphic .group-card .card .card-title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-info-graphic .group-card .card .card-title .small {
    font-size: 12px;
    display: block;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-info-graphic .group-card .card p {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0.5em 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-info-graphic .attention {
    font-size: 13px;
    text-align: left;
    line-height: 1.8em;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-info-graphic .attention .em {
    display: block;
  }
}
.monomado-case {
  background: #16478e;
  color: #fff;
}
.monomado-case .monomado-case-title {
  font-size: 30px;
  color: #fff;
  text-align: center;
  background: none;
  margin: 2.7em 0 1.36em;
  padding: 0.36em 0;
  border: none;
}
.monomado-case .monomado-case-title:before, .monomado-case .monomado-case-title:after {
  display: none;
}
.monomado-case .group-case {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.monomado-case .group-case .case-item {
  width: 370px;
}
.monomado-case .group-case .case-item .item-num {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.monomado-case .group-case .case-item .item-num .num {
  display: inline-block;
  background: #00a4dc;
  font-size: 50px;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin-left: 14px;
}
.monomado-case .group-case .case-item .content {
  background: #eee;
  color: #000;
}
.monomado-case .group-case .case-item .content-top {
  padding: 18px;
  height: 325px;
}
.monomado-case .group-case .case-item .image img {
  width: 100%;
  height: auto;
}
.monomado-case .group-case .case-item .content-bottom {
  padding: 0 20px 20px;
  overflow: hidden;
  height: 245px;
}
.monomado-case .group-case .case-item .item-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.monomado-case .group-case .case-item .item-title .sm {
  font-size: 20px;
  display: block;
}
.monomado-case .group-case .case-item .sub-h {
  color: #16478e;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 0;
}
.monomado-case .group-case .case-item ol {
  font-size: 16px;
  margin: 0 30px;
}
.monomado-case .group-case .case-item ol li {
  list-style: decimal;
  line-height: 1.5em;
  margin-top: 10px;
}
.monomado-case .group-case .case-item ul {
  font-size: 16px;
  margin: 0 0 1em 0;
}
.monomado-case .group-case .case-item ul li {
  list-style: none;
  position: relative;
  line-height: 1.5em;
  margin-top: 10px;
  padding-left: 22px;
}
.monomado-case .group-case .case-item ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}
.monomado-case .btn-monomado-more {
  display: block;
  background: #00a4dc;
  font-size: 16px;
  color: #fff;
  width: 500px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: 5em auto;
  position: relative;
  padding-left: 30px;
}
.monomado-case .btn-monomado-more .em {
  font-weight: bold;
  color: yellow;
}
.monomado-case .btn-monomado-more:before {
  content: "";
  width: 29px;
  height: 27px;
  background: url("img/icon_pc.png") no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 96px;
  top: calc(50% - 14px);
}
.monomado-case .btn-monomado-more:hover {
  background: #707070;
}

@media only screen and (max-width: 991px) {
  .monomado-case .monomado-case-title {
    font-size: 18px;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .group-case {
    display: block;
    padding: 0 6.5%;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .group-case .case-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .group-case .case-item .item-num {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .group-case .case-item .item-num .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .group-case .case-item .content-top {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .group-case .case-item .content-bottom {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .group-case .case-item .item-title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .group-case .case-item .item-title .sm {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .group-case .case-item .sub-h {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .group-case .case-item ol {
    font-size: 13px;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .group-case .case-item ul {
    font-size: 13px;
    margin: 0 0 0.5em 0;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .btn-monomado-more {
    width: 88.88%;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    padding-left: 15px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .monomado-case .btn-monomado-more:before {
    width: 19px;
    height: 17px;
    left: 13px;
    top: calc(50% - 8px);
  }
}
.news__title.article05__title {
  color: #111;
}

.post_content {
  font-size: 16px;
}
.post_content h2 {
  background: #141d2a;
  position: relative;
  padding: 4px 0px 4px 76px;
  margin-top: 2em;
  margin-bottom: 1.3em;
  color: #fff;
  font-size: 26px;
}
@media only screen and (max-width:768px) {
  .post_content h2 {
    font-size: 20px;
  }
}
.post_content h2:before {
  content: "";
  position: absolute;
  background: #16478e;
  width: 60px;
  height: 100%;
  top: 0;
  left: 0;
  background: url("img/bg_h3.png") top right no-repeat;
  background-size: auto 101%;
}
.post_content h3 {
  padding: 0 0 0.36em 0;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
  margin: 0 0px 20px 0px;
  color: #333;
}
.post_content h4 {
  margin: 8px 0 1.2em;
  padding: 0.9em 1em 0.8em;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #aaa;
  background: #fafafa;
}
.post_content .pb-row .col-2, .post_content .pb-row .col-4, .post_content .pb-row .company_profile {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 60px;
}
.post_content .pb-row .col-2 .pg-col50, .post_content .pb-row .col-4 .pg-col50, .post_content .pb-row .company_profile .pg-col50 {
  width: 50%;
  padding-left: 24px;
  padding-right: 24px;
}
.post_content .pb-row .col-2 img, .post_content .pb-row .col-4 img, .post_content .pb-row .company_profile img {
  width: 100%;
  height: auto;
}
.post_content .company_profile__detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post_content .company_profile__detail dt, .post_content .company_profile__detail dd {
  font-size: 15px;
}
.post_content .company_profile__detail dt {
  width: 120px;
  border-bottom: 1px solid #ccc;
  line-height: 3em;
}
.post_content .company_profile__detail dd {
  width: calc(100% - 120px);
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  line-height: 3em;
}

@media only screen and (max-width: 991px) {
  .post_content {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content p {
    line-height: 1.85;
  }
}
@media only screen and (max-width: 991px) {
  .post_content h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .pb-row .col-2, .post_content .pb-row .col-4, .post_content .pb-row .company_profile {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .pb-row .col-2 .pg-col50, .post_content .pb-row .col-4 .pg-col50, .post_content .pb-row .company_profile .pg-col50 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .pb-row .col-2 .company_profile-title, .post_content .pb-row .col-4 .company_profile-title, .post_content .pb-row .company_profile .company_profile-title {
    margin-top: 0.7em;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .company_profile__detail {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .company_profile__detail dt, .post_content .company_profile__detail dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .company_profile__detail dt {
    width: 100%;
    border-bottom: none;
    line-height: 2em;
  }
}
@media only screen and (max-width: 991px) {
  .post_content .company_profile__detail dd {
    width: 100%;
    line-height: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .blog__item {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .blog__item .article06__img {
    width: 100%;
    height: auto;
  }
}

.section_solving {
  width: 90%;
  max-width: 1200px;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(204, 204, 204, 0.5);
          box-shadow: 0px 0px 10px 4px rgba(204, 204, 204, 0.5);
  margin: 80px auto 0;
  padding: 0 80px 80px;
}
@media only screen and (max-width: 991px) {
  .section_solving {
    margin-top: 40px;
    padding: 0 40px 40px;
  }
}
.section_solving .section_title {
  font-size: 30px;
  font-weight: bold;
  color: #ee5e2f;
  text-align: center;
  background: none;
  border-bottom: none;
  margin: 1.5em 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .section_solving .section_title {
    font-size: 20px;
  }
}
.section_solving .section_items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .section_solving .section_items {
    display: block;
  }
}
.section_solving .section_items .item {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .section_solving .section_items .item {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .section_solving .section_items .item:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
.section_solving .section_items .item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section_solving .section_items .item .desc {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 1.5em auto 0;
  max-width: 300px;
}
@media only screen and (max-width: 991px) {
  .section_solving .section_items .item .desc {
    font-size: 14px;
  }
}
.section_solving .section_items .item .desc .emp {
  color: #ee5e2f;
}

.section_feature {
  background: rgba(220, 220, 220, 0.3);
  margin-top: 80px;
  overflow: hidden;
}

.content_inner {
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width:768px) {
  .content_inner {
    margin-bottom: 48px;
  }
}
.content_inner .service_feature_content_title {
  background: #1c3faf;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  padding: 18px 0 18px 133px;
  margin-left: 80px;
  margin-right: 80px;
  line-height: 1.2;
  position: relative;
}
@media only screen and (max-width:768px) {
  .content_inner .service_feature_content_title {
    font-size: 26px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 24px;
    padding: 10px 0 10px 93px;
  }
}
.content_inner .service_feature_content_title .num {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 150px;
  font-weight: 500;
  color: #ee5e2f;
  left: 30px;
  top: -50px;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .content_inner .service_feature_content_title .num {
    font-size: 100px;
    left: 20px;
    top: -30px;
  }
}
.content_inner .service_feature_content {
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0px 0px 8px 2px rgba(204, 204, 204, 0.5);
  padding-bottom: 48px;
}
.content_inner .service_feature_content.md {
  width: 55vw;
  margin-top: 120px;
}
@media only screen and (max-width: 991px) {
  .content_inner .service_feature_content.md {
    width: 80vw;
  }
}
@media only screen and (max-width:768px) {
  .content_inner .service_feature_content.md {
    width: 100%;
  }
}
.content_inner .service_feature_content .desc {
  font-weight: 500;
  margin: 0 80px 60px 80px;
}
@media only screen and (max-width:768px) {
  .content_inner .service_feature_content .desc {
    margin: 0 36px 20px 36px;
  }
}
.content_inner .service_feature_content .desc .emp {
  font-weight: bold;
  color: #ee5e2f;
}
.content_inner .bg_support {
  position: absolute;
  width: 67.5%;
  height: calc(100% - 170px);
  left: 0;
}
@media only screen and (max-width:768px) {
  .content_inner .bg_support {
    width: 82.5%;
  }
}
.content_inner .bg_support.end {
  left: initial;
  right: 0;
}
.content_inner .bg_support.service_feature_01 {
  background: url("img/bg_service_feature_01.jpg") center center no-repeat;
  background-size: cover;
}
.content_inner .bg_support.service_feature_02 {
  background: url("img/bg_service_feature_02.jpg") center center no-repeat;
  background-size: cover;
}
.content_inner .section_row {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.content_inner .section_row .service_feature_content_title {
  margin-right: 0;
}
.content_inner .section_row.end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.content_inner .section_row.end .service_feature_content_title {
  margin-left: 0;
  margin-right: 80px;
}
@media only screen and (max-width:768px) {
  .content_inner .section_row.end .service_feature_content_title {
    margin-right: 24px;
  }
}

.service_menus {
  margin-left: 80px;
  margin-right: 80px;
}
@media only screen and (max-width:768px) {
  .service_menus {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.service_menu_content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  .service_menu_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service_menu_content .service_menu_content_header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ee5e2f;
  color: #fff;
  width: 50%;
  min-width: 420px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media only screen and (max-width: 991px) {
  .service_menu_content .service_menu_content_header {
    width: 80%;
  }
}
@media only screen and (max-width:768px) {
  .service_menu_content .service_menu_content_header {
    width: 100%;
    min-width: initial;
  }
}
.service_menu_content .service_menu_content_header::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent #ee5f2f;
  left: 100%;
}
@media only screen and (max-width: 991px) {
  .service_menu_content .service_menu_content_header::after {
    border-width: 24px 15px 0 15px;
    border-color: #ee5f2f transparent transparent transparent;
    left: calc(50% - 15px);
    top: 100%;
  }
}
.service_menu_content .service_menu_content_header img {
  display: block;
}
@media only screen and (max-width:768px) {
  .service_menu_content .service_menu_content_header img {
    width: 30%;
  }
}
.service_menu_content .service_menu_content_header .header_txt {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 40px;
}
@media only screen and (max-width: 1259px) {
  .service_menu_content .service_menu_content_header .header_txt {
    font-size: 20px;
    margin-left: 25px;
  }
}
@media only screen and (max-width:768px) {
  .service_menu_content .service_menu_content_header .header_txt {
    font-size: 15px;
    margin-left: 10px;
  }
}
.service_menu_content .service_menu_list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 48px;
}
@media only screen and (max-width: 991px) {
  .service_menu_content .service_menu_list {
    width: 80%;
    margin-left: 0;
    margin-top: 32px;
  }
}
@media only screen and (max-width:768px) {
  .service_menu_content .service_menu_list {
    width: 100%;
  }
}
.service_menu_content .service_menu_list ul {
  padding: 0;
  margin: 0;
}
.service_menu_content .service_menu_list ul li {
  list-style: none;
  background: #f5f5f5;
  border: 1px solid #5b6b8a;
  font-size: 18px;
  font-weight: bold;
  color: #16478e;
  line-height: 1;
  padding: 10px 1em;
}
@media only screen and (max-width: 991px) {
  .service_menu_content .service_menu_list ul li {
    font-size: 14px;
    text-align: center;
  }
}
.service_menu_content .service_menu_list ul li:nth-child(n+2) {
  margin-top: 0.5em;
}

.service_feature_content_footer {
  font-size: 20px;
  font-weight: bold;
  color: #16478e;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .service_feature_content_footer {
    font-size: 15px;
    margin: 0 40px;
    line-height: 1.5;
  }
}

/************* Inquiry *************/
.inquiry-wrap {
  width: 88.88%;
  margin: 1em auto;
}
.inquiry-wrap form p {
  border-bottom: 1px solid #ccc;
  padding: 1.1em 1em;
  margin: 0;
}
.inquiry-wrap form label {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
}
.inquiry-wrap form label .sm {
  font-size: 0.75em;
}
.inquiry-wrap form .input-email, .inquiry-wrap form .customer_name, .inquiry-wrap form .company_name, .inquiry-wrap form .input-tel, .inquiry-wrap form .input-addr, .inquiry-wrap form .input-contact_msg, .inquiry-wrap form .checkbox-list {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-wrap form .input-contact_msg {
  height: 10em;
}
.inquiry-wrap form .input-email, .inquiry-wrap form .input-addr, .inquiry-wrap form .input-contact_msg {
  width: calc(88% - 240px);
  padding: 0.5em;
  background: #eee;
  border: none;
}
.inquiry-wrap form .customer_name, .inquiry-wrap form .company_name, .inquiry-wrap form .input-tel {
  width: calc(88% - 240px);
  padding: 0.5em;
  background: #eee;
  border: none;
}
.inquiry-wrap form .checkbox-list {
  width: calc(88% - 240px);
}
.inquiry-wrap form .checkbox-list label {
  width: auto;
}
.inquiry-wrap form .vertical-item + .vertical-item {
  line-height: 1.65em;
  /*&:nth-last-child(-n+4) {
    border-top: 1px solid #ccc;
  }*/
}
.inquiry-wrap form .mw_wp_form .error {
  font-size: 12px;
  display: inline-block;
}
.inquiry-wrap.purchase form label {
  padding-right: 20px;
  line-height: 1.6em;
}
.inquiry-wrap.purchase form .vertical-item + .vertical-item:nth-last-child(-n+4) {
  border-top: none;
}

@media only screen and (max-width: 991px) {
  .inquiry-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .inquiry-wrap form p {
    padding: 0.5em 0;
  }
}
@media only screen and (max-width: 991px) {
  .inquiry-wrap form label {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .inquiry-wrap form label, .inquiry-wrap form .input-email, .inquiry-wrap form .customer_name, .inquiry-wrap form .company_name, .inquiry-wrap form .input-tel, .inquiry-wrap form .input-addr, .inquiry-wrap form .input-contact_msg, .inquiry-wrap form .checkbox-list {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .inquiry-wrap form .input-email, .inquiry-wrap form .input-addr, .inquiry-wrap form .input-contact_msg {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .inquiry-wrap form .customer_name, .inquiry-wrap form .company_name, .inquiry-wrap form .input-tel {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .inquiry-wrap form .checkbox-list {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .inquiry-wrap form .mw_wp_form .error {
    display: block;
  }
}
.send-btn-wrap {
  text-align: center;
  margin-top: 2em;
}
.send-btn-wrap input[type=submit], .send-btn-wrap input[type=reset] {
  display: inline-block;
  background: #16478e;
  color: #ccc;
  width: 180px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .send-btn-wrap input[type=submit], .send-btn-wrap input[type=reset] {
    width: 48%;
    line-height: 40px;
  }
}
.send-btn-wrap input[type=submit]:hover, .send-btn-wrap input[type=reset]:hover {
  background: #707070;
}

/************* Footer *************/
#footer-contact {
  background: url("img/bg_footert_contact.png");
  background-size: cover;
  margin-top: 116px;
}
@media only screen and (max-width: 991px) {
  #footer-contact {
    margin-top: 40px;
  }
}
#footer-contact .footer-contact__content {
  overflow: hidden;
}
#footer-contact .footer-contact__content .content_inner {
  background: #fff;
  width: 800px;
  margin: 90px auto;
  padding: 50px 50px 1px;
}
@media only screen and (max-width: 991px) {
  #footer-contact .footer-contact__content .content_inner {
    width: 88.89%;
    margin: 45px auto;
  }
}
#footer-contact .footer-contact__content .footer_contact_title {
  font-size: 28px;
  color: #16478e;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #footer-contact .footer-contact__content .footer_contact_title {
    font-size: 18px;
  }
}
#footer-contact .footer-contact__content .footer_contact_title:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 5px;
  background: #1c3faf;
  bottom: 3px;
  left: calc(50% - 7em);
}
@media only screen and (max-width: 991px) {
  #footer-contact .footer-contact__content .footer_contact_title:before {
    display: none;
  }
}
#footer-contact .footer-contact__content .footer_contact_title:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 5px;
  background: #1c3faf;
  bottom: 3px;
  right: calc(50% - 7em);
}
@media only screen and (max-width: 991px) {
  #footer-contact .footer-contact__content .footer_contact_title:after {
    display: none;
  }
}
#footer-contact .footer-contact__content .footer_contact_desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 991px) {
  #footer-contact .footer-contact__content .footer_contact_desc {
    font-size: 13px;
  }
}
#footer-contact .footer-contact__content .footer_contact_desc .emp {
  color: #1c3faf;
  font-weight: bold;
}

#footer-cta {
  width: 100%;
  height: 300px;
  background: url("img/bg_footer_cta.jpg") center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  #footer-cta {
    height: auto;
    background: #6699ff;
  }
}
#footer-cta .inner {
  overflow: hidden;
}
#footer-cta .footer_cta_head {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 68px;
  margin-bottom: 54px;
}
@media only screen and (max-width: 991px) {
  #footer-cta .footer_cta_head {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 38px;
    margin-bottom: 24px;
  }
}
#footer-cta .cta_btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  #footer-cta .cta_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer-cta .cta_btns li {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  #footer-cta .cta_btns li {
    width: 85%;
    margin-bottom: 1em;
  }
}
#footer-cta .cta_btns .cta_btn {
  display: block;
  background: #1c3faf;
  color: #ccc;
  width: 100%;
  height: 80px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #footer-cta .cta_btns .cta_btn {
    font-size: 14px;
    height: auto;
    line-height: 45px;
  }
}
#footer-cta .cta_btns .cta_btn.mail {
  padding-left: 36px;
}
@media only screen and (max-width: 991px) {
  #footer-cta .cta_btns .cta_btn.mail {
    padding-left: 0;
  }
}
#footer-cta .cta_btns .cta_btn.mail:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 26px;
  background: url("img/icon_footer_cta_mail.png") center center no-repeat;
  background-size: contain;
  top: calc(50% - 13px);
  left: calc(50% - 7em);
}
@media only screen and (max-width: 991px) {
  #footer-cta .cta_btns .cta_btn.mail:before {
    height: 22px;
    top: calc(50% - 10px);
    left: 30px;
  }
}
#footer-cta .cta_btns .cta_btn.download {
  padding-left: 29px;
}
@media only screen and (max-width: 991px) {
  #footer-cta .cta_btns .cta_btn.download {
    padding-left: 0;
  }
}
#footer-cta .cta_btns .cta_btn.download:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 36px;
  background: url("img/icon_footer_cta_file.png") center center no-repeat;
  background-size: contain;
  top: calc(50% - 18px);
  left: calc(50% - 6.5em);
}
@media only screen and (max-width: 991px) {
  #footer-cta .cta_btns .cta_btn.download:before {
    height: 30px;
    top: calc(50% - 14px);
    left: 33px;
  }
}
#footer-cta .cta_btns .cta_btn.phone {
  line-height: 1.5;
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  #footer-cta .cta_btns .cta_btn.phone {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#footer-cta .cta_btns .cta_btn.phone .num {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#footer-cta .cta_btns .cta_btn.phone:before {
  content: "";
  background: url("img/icon_footer_cta_tel.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 28px;
  position: absolute;
  bottom: 12px;
  left: calc(50% - 6em);
}
@media only screen and (max-width: 991px) {
  #footer-cta .cta_btns .cta_btn.phone:before {
    left: 38px;
    bottom: 20px;
  }
}
#footer-cta .cta_btns .cta_btn:hover {
  background: #5b6b8a;
}

.footer_cta_bg_txt {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 150px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.13);
  text-align: center;
  line-height: 0.65;
  letter-spacing: 0.15em;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .footer_cta_bg_txt {
    display: block;
    font-size: 15vw;
    line-height: 0.68;
  }
}

#footer.footer {
  border-top: none;
  margin: 0;
}

.footer-menu {
  background: #f5f9fe;
}
.footer-menu .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-top: 70px;
  padding-bottom: 56px;
}

@media only screen and (max-width: 991px) {
  .footer-menu {
    display: none;
  }
}
.menu__home {
  margin-left: 40px;
}
.menu__home li {
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 1em;
  position: relative;
}

.footer__menu {
  width: auto;
}
.footer__menu .menu-item {
  margin-left: 2.8vw;
  line-height: 3em;
}
.footer__menu:first-of-type li {
  margin-left: 0;
}
.footer__menu .sub-menu {
  margin-top: 0;
}
.footer__menu .sub-menu li {
  margin-left: 0;
  margin-bottom: 0;
}
.footer__menu .sub-menu li a {
  position: relative;
  padding-left: 20px;
}
.footer__menu .sub-menu li a:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 14px;
  background: url("img/fooer_list-mark.png") no-repeat;
  left: 0;
  top: 4px;
}

@media only screen and (min-width: 1280px) {
  .footer__menu .menu-item {
    margin-left: 76px;
  }
}
#fnav_menu-3 .menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
#fnav_menu-3 .menu li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__widget {
  padding: 28px 0 0;
}

@media only screen and (max-width: 991px) {
  .footer__widget {
    background: #e1e5eb;
  }
}
.footer__inner {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .footer__inner {
    display: block;
  }
}
.footer__inner .footer__info-img {
  width: 120px;
}
@media only screen and (max-width: 991px) {
  .footer__inner .footer__info-img {
    width: 100%;
    text-align: center;
  }
}
.footer__inner .footer__info {
  width: auto;
  margin-left: 40px;
}
@media only screen and (max-width: 991px) {
  .footer__inner .footer__info {
    margin-left: 0;
  }
}
.footer__inner .footer__info .footer__info-company-name {
  font-size: 16px;
  font-weight: 600;
  color: #464646;
  margin-bottom: 14px;
}
.footer__inner .footer__info .footer__info-address {
  margin: 7px 0 0px;
}
@media only screen and (max-width: 991px) {
  .footer__inner .footer__info .footer__info-address {
    font-size: 12px;
  }
}
.footer__inner .footer__info .footer__info-address .name {
  width: 100px;
}
@media only screen and (max-width: 991px) {
  .footer__inner .footer__info .footer__info-address .name {
    display: block;
    font-size: 13px;
    width: 100%;
  }
}
.footer__inner .footer__info .footer__info-fb {
  margin-top: 28px;
}

@media only screen and (max-width: 991px) {
  .footer__logo-pc {
    display: inline-block;
  }
}

.copyright {
  background: none;
  color: #000;
  font-size: 13px;
}

@media only screen and (max-width: 991px) {
  .pb-row-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.pb-row .pb-widget h3 {
  margin: 0.5em 0 1.36em;
}

/************* Image 配置 *************/
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}