/* 変数読み込み */
  {
  % include './variables.css'%
}

/* ビジネス トップページCSS */
.bi_top_block {
  padding: 10px 0 7px;
  min-width: 1000px;
}

@media only screen and (max-width: 960px) {
  .bi_top_block {
    min-width: inherit;
    width: 100%;
  }
}

.bi_top_block.bi_bg01 {
  background: url("/index.php/download_file/view_inline/4372/") center center no-repeat;
  background-size: cover;
}

.bi_top_block.bi_bg02 {
  background: url("/index.php/download_file/view_inline/4373/") center center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  .bi_top_block .bi_top_bg {
    width: 100%;
  }
}

.bi_top_block .bi_top_right {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media only screen and (max-width: 960px) {
  .bi_top_block .bi_top_right {
    display: block;
  }
}

.bi_top_block .bi_top_left {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media only screen and (max-width: 960px) {
  .bi_top_block .bi_top_left {
    display: block;
  }
}

.bi_top_block .bi_top_inner {
  position: relative;
  width: 864px;
}

@media only screen and (max-width: 960px) {
  .bi_top_block .bi_top_inner {
    width: 100%;
  }
}

.bi_top_block .bi_top_info {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}

.bi_top_block .bi_top_info.info_posi01 {
  -moz-transform: translateX(-42%) translateY(-50%);
  -ms-transform: translateX(-42%) translateY(-50%);
  -webkit-transform: translateX(-42%) translateY(-50%);
  transform: translateX(-42%) translateY(-50%);
}

@media only screen and (max-width: 960px) {
  .bi_top_block .bi_top_info.info_posi01 {
    width: 88%;
    top: 45%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.bi_top_block .bi_top_info.info_posi02 {
  -moz-transform: translateX(-60%) translateY(-50%);
  -ms-transform: translateX(-60%) translateY(-50%);
  -webkit-transform: translateX(-60%) translateY(-50%);
  transform: translateX(-60%) translateY(-50%);
}

@media only screen and (max-width: 960px) {
  .bi_top_block .bi_top_info.info_posi02 {
    width: 88%;
    top: 55%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.bi_top_icon {
  display: inline-block;
  width: 57px;
  margin: 0 0 20px 0px;
}

.bi_top_block .bi_top_info .bi_top_title {
  font-size: 33px;
  color: #000;
  font-weight: bold;
  margin: 0 0 45px;
}

@media only screen and (max-width: 960px) {
  .bi_top_block .bi_top_info .bi_top_title {
    font-size: 25px;
    margin: 0 0 20px;
  }
}

.bi_top_block .bi_top_info .bi_top_title span {
  font-size: 400;
  margin: 10px 0 0;
  display: block;
  color: #00ac40;
  font-size: 13px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 960px) {
  .bi_top_block .bi_top_info .bi_top_title span {
    font-size: 12px;
  }
}

.bi_top_block .bi_top_info .bi_top_text {
  font-size: 14px;
  color: #000;
  line-height: 1.7;
  margin: 0 0 45px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 960px) {
  .bi_top_block .bi_top_info .bi_top_text {
    font-size: 12px;
    margin: 0 0 20px;
  }
}

.bi_top_block .bi_top_info .bi_top_btn {
  display: block;
  width: 180px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .bi_top_block .bi_top_info .bi_top_btn {
    width: 150px;
  }
}

.bi_top_block .bi_top_info .bi_top_btn img {
  display: block;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


.bi_common_inner {
  max-width: 1400px;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .bi_common_inner {
    width: 100%;
    min-width: inherit;
  }
}


.bi_common_pc {
  display: block;
}

@media only screen and (max-width: 960px) {
  .bi_common_pc {
    display: none !important;
  }
}

.bi_common_sp {
  display: none;
}

@media only screen and (max-width: 960px) {
  .bi_common_sp {
    display: block;
  }
}

.bi_common_sp01 {
  display: none;
}

@media only screen and (max-width: 960px) {
  .bi_common_sp01 {
    display: block;
  }
}

.bi_common_sp02 {
  display: none;
}

@media only screen and (max-width: 960px) {
  .bi_common_sp02 {
    display: block;
  }
}

.bi_common_special {
  display: block;
}






.bg_height_40 {
  height: 40px;
}

.bg_height_20 {
  height: 20px;
}

@media only screen and (max-width: 960px) {
  .bg_height_40 {
    height: 20px;
  }

  .bg_height_20 {
    height: 10px;
  }
}




.bi_top_rightbox_button_item {
  display: block;
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .bi_top_rightbox_button_item {
    display: block;
    padding: 10px;
    text-align: center;
  }
}


@media only screen and (max-width: 750px) {
  .bi_top_rightbox_button_item {
    padding: 10px;
    display: block;
  }
}


.btn-square-pop_ser2clm_left {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.2em 0.5em;
  text-decoration: none;
  color: #F30315;
  background: #ffffff;
  /*背景色*/
  border: 1px #F30315 solid;
  border-radius: 5px;
  /*角の丸み*/
  font-size: 18px;
  font-weight: bold;
  width: 276px;
}

@media only screen and (max-width: 960px) {
  .btn-square-pop_ser2clm_left {
    width: 240px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 880px) {
  .btn-square-pop_ser2clm_left {
    width: 220px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  .btn-square-pop_ser2clm_left {
    width: 300px;
    font-size: 18px;
  }
}


.btn-square-pop_ser2clm_left:active {
  border-bottom: solid 2px #F30315;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop_ser2clm_left:hover {
  background: #F30315;
  color: #ffffff;
  text-decoration: none;
}

.btn-square-pop_ser2clm_right {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.2em 0.5em;
  text-decoration: none;
  color: #F36403;
  background: #ffffff;
  /*背景色*/
  border: 1px #F36403 solid;
  border-radius: 5px;
  /*角の丸み*/
  font-size: 18px;
  font-weight: bold;
  width: 276px;
}

@media only screen and (max-width: 960px) {
  .btn-square-pop_ser2clm_right {
    width: 240px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 880px) {
  .btn-square-pop_ser2clm_right {
    width: 220px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  .btn-square-pop_ser2clm_right {
    width: 300px;
    font-size: 18px;
  }
}

.btn-square-pop_ser2clm_right:active {
  border-bottom: solid 2px #F36403;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop_ser2clm_right:hover {
  background: #F36403;
  color: #ffffff;
  text-decoration: none;
}


/* ボタンホバーアクション */
a.mouseover:hover {
  cursor: pointer;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.bi_top_block .bi_top_info .bi_top_text {
  font-weight: 400;
}



/* サステナビリティー　トップ */
h2#underline {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 2px #EB6438;
}

table,
td,
th {
  border: 1px solid #C3C3C3;
  border-collapse: collapse;
  font-size: 100%;
}

td,
th {
  padding: 10px;
}

th {
  background: #f0e6cc;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

.guideline_table {
  max-width: 98%;
  width: 98%;
  margin-left: 1%;
}

.head {
  background-color: #e5e5e5;
}


/* sustainability
---------------------------------------*/

.sustainability_block {
  padding: 50px 0;
  background-color: #badcad;
}

.sustainability_title {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0px;
}

@media only screen and (max-width: 960px) {
  .sustainability_block .sustainability_title {
    font-size: 20px;
    margin: 0 0 30px;
  }
}

.sustainability_desc {
  font-size: 15px;
  text-align: center;
}

.sustainability_btn {
  overflow: hidden;
  padding: 30px 0 0;
}

.sustainability_btn li a {
  display: block;
  float: left;
  background-color: #e6762f;
  border: 1px #e6762f solid;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  width: 330px;
  padding: 20px 0;
  margin-right: 35px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1rem;
}

.sustainability_btn li:nth-child(3n) a {
  margin-right: 0;
}

.sustainability_btn li a:hover {
  background-color: #fff;
  color: #e6762f;
}

@media only screen and (max-width: 960px) {
  .sustainability_block {
    padding: 100px 2.5%;
    padding-bottom: 20px;
  }

  .sustainability_btn li a {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}


.csrCostmor__privacy::after {
  content: "";
  display: table;
  clear: both;
}

.csrCostmor__privacy p {
  float: left;
}

.csrCostmor__privacy p img {
  margin-left: 50px;
}

@media screen and (max-width: 640px) {
  .csrCostmor__privacy p {
    float: none;
    display: block;
  }

  .csrCostmor__privacy p img {
    margin: 0 auto;
    display: block;
  }
}


.csr_information {
  padding: 0px;
}


ul.csr_information {
  padding: 0px;
  margin: 0px;
}


ul.csr_information li {
  margin-left: 1.4em;
}


figure {
  text-align: center;
}

figcaption {
  color: grey;
  font: 14px arial;
}


/*
sustaina_link 透過処理
---------------------------------------*/

.sustaina_link a:hover {
  opacity: 0.6;
  text-decoration: none;
}


/*
external link block
---------------------------------------*/

/* .tmp3_v04_greeting .fa {
  display: none;
} */



/* コラムページ */
.blogMainVisual {
  display: none;
}

@media only screen and (max-width: 960px) {
  .cmo-blog .articleList_category a {
    letter-spacing: 0;
    padding: 2px 5px;
  }
}

.mm_form_box {
  border: 3px solid #d8d8d8;
  padding: 5px 15px;
  margin-bottom: 30px;
}

.mm_form_box .form_title {
  background-color: unset;
  margin-bottom: 1.2em;
  font-family: inherit !important;
  text-align: center;
  border: none;
  margin-bottom: 10px;
}

.mm_form_box .form_title h2 {
  background-color: unset;
  color: #4f76ba;
  font-size: 20px !important;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 20px 0;
  margin: 15px 0;
  position: relative;
  font-family: inherit !important;
}

.mm_form_box .form_title h2:before {
  content: "MAIL MAGAZINE";
  color: #a4a4a4;
  font-size: 11px;
  display: block;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.1rem;
}

.mm_form_box .form_title h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #4f76ba;
  width: 40px;
  height: 3px;
}

.mm_form_box .mm_form_box_desc {
  font-size: 13px;
  text-align: left;
  line-height: 1.3;
}

.mm_form_box .innovaFormLabel_main {
  display: none;
}

.mm_form_box .ccm-input-text {
  padding: 8px;
  font-size: 11px;
  border-radius: 0;
  width: 100%;
}

.mm_form_box .ccm-input-text-active {
  display: none;
}

.mm_form_box .innova-form-item {
  width: auto;
  padding: 0;
  margin-bottom: 0;
}

.mm_form_box .innova-form-mail {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
}

.mm_form_box .innova-form-mail .innova-form-error-message {
  position: absolute;
}

.mm_form_box center {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.innovaFormModalTrigger {
  display: block;
  margin: 0 auto 14px;
}

.mm_form_box .innovaForm_submitWrap {
  background-color: #eb6438;
  color: #fff;
  font-weight: bold;
  border-style: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 11px;
  letter-spacing: normal !important;
}

.mm_form_box .btn {
  background-color: #eb6438;
  color: #fff;
  font-weight: bold;
  border-style: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 11px;
  letter-spacing: normal !important;
  padding: 8px;
}

.iframe_wrap {
  margin: 0px 0 15px;
  background: white;
  padding: 10px;
  border: solid 1px #eee;
}

@media only screen and (max-width: 640px) {
  .iframe_wrap {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    height: 140px;
    background: white;
  }
}

iframe {
  width: 100%;
  background: white;
  height: 120px;
}

a.mouseover:hover {
  cursor: pointer;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}


.sideNav {
  margin-bottom: 25px;
  margin-bottom: 2.5rem
}

.sideNav_headline {
  font-family: Roboto, Noto Sans Japanese, Helvetica Neue, Hiragino Kaku Gothic ProN, '貂ｸ繧ｴ繧ｷ繝�け', '繝｡繧､繝ｪ繧ｪ', meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
  letter-spacing: .2rem;
  color: #1c96d5
}

.sideNav_list {
  border-radius: .3rem
}

.sideNav_item {
  padding-left: 0
}

.sideNav_item:last-child {
  border-bottom: 0
}

.sideNav_item a {
  position: relative;
  width: 100%;
  padding: 18px 10px;
  padding: 1.8rem 1rem;
  transition: all .3s;
  transition-duration: all .3s;
  color: #241916;
  border-radius: .3rem
}

.sideNav_item a i {
  position: absolute;
  top: 20px;
  top: 2rem;
  right: 14px;
  right: 1.4rem
}

.sideNav_item a.active {
  color: #fff;
  background-color: #1c96d5
}

.sideNav_item a.active:hover {
  background-color: #1c96d5
}

.sideNav_item a.old {
  color: #7b7b7b;
  background-color: #ececec
}

.sideNav_item a:hover {
  text-decoration: none;
  background-color: #ececec
}

@media screen and (max-width: 750px) {
  .sideNav {
    display: none
  }
}

/* ページネーション */
.pagination {
  width: 100%;
  text-align: center;
}

.pagination .pagination {
  width: auto;
  text-align: center;
}

.pagination span,
.pagination a {
  /* display: block; */
  display: inline-block;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  border: none;
}

.pagination_prev {
  display: inline-block;
  vertical-align: middle;
}

.pagination {
  display: inline-block;
  vertical-align: middle;
}

.pagination_next {
  display: inline-block;
  vertical-align: middle;
}

.hs-search-results__pagination__link--prev.hs-search-results__pagination__link--disabled {
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
  pointer-events: none;
}

.hs-search-results__pagination__link--next.hs-search-results__pagination__link--disabled {
  display: none !important;
}

.hs-search-results_current {
  background-color: #0068b5;
  border: 0.2rem solid #0068b5;
  color: #fff !important;
  pointer-events: none;
}

/* add 上書き */
.cont {
  margin-top: 0;
}

.home-main {
  margin-top: 90px;
}

@media only screen and (max-width: 960px) {
  .home-main.cont {
    margin-top: 0rem !important;
  }
}

main {
  padding-top: 0;
}

.mig-empty main {
  padding: 0 !important;
  margin-top: 90px;
  margin-top: 9rem;
}

.twoCol-body3-2 {
  .cont {
    width: 60% !important;
  }

  .side {
    width: 40% !important;
  }
}

.pagination {
  .currentPage {
    pointer-events: none;
    cursor: default;
  }
}

.bloglist-case, .bloglist-column {
  .pagination {
    i.fa:before {
      font-size: 14px !important;
      font-weight: normal !important;
      color: #2f9cca !important;
      font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "sans-serif" !important;
    }
    i.fa-caret-left:before {
      content: 'PREV' !important;
    }
    i.fa-caret-right:before {
      content: 'NEXT' !important;
    }
    span {
      i.fa:before {
        color: #000 !important;
      }
    }
    a {
      &:hover {
        i.fa:before {
          text-decoration: underline;
        }
      }
    }
  }
}

.oneCol {
  margin-top: 36px;
  margin-bottom: 60px;
}

.twoCol-right .cont {
  padding: 0 0 50px !important;
  margin: 0 !important;
}

.twoCol-right .side {
  padding: 0 0 50px !important;
  margin: 0 !important;
  padding-left: 4rem !important;
}

.twoCol-right .side-column {
  padding: 60px 20px !important;
  padding: 6rem 2rem !important;
}

.twoCol-right {
  margin-top: 50px !important;
}

.twoCol-wr>.row-fluid {
  display: flex;
}

.twoCol-wr-7-3>.row-fluid>.span7 {
  width: 70%;
}

.twoCol-wr-7-3>.row-fluid>.span3 {
  width: 30%;
  padding-left: 4rem;
}

.twoCol-wr-6-4>.row-fluid>.span6 {
  width: 60%;
}

.twoCol-wr-6-4>.row-fluid>.span4 {
  width: 40%;
  padding-left: 4rem;
}

@media screen and (max-width: 750px) {
  .twoCol-wr>.row-fluid {
    display: block;
  }

  .twoCol-wr-7-3>.row-fluid>.span7 {
    width: 70%;
  }

  .twoCol-wr-7-3>.row-fluid>.span3 {
    width: 30%;
    padding-left: 0rem;
  }

  .twoCol-wr-6-4>.row-fluid>.span6 {
    width: 60%;
  }

  .twoCol-wr-6-4>.row-fluid>.span4 {
    width: 40%;
    padding-left: 0rem;
  }
}

@media only screen and (max-width: 640px) {
  .twoCol-wr-7-3>.row-fluid>.span7 {
    width: 100%;
  }

  .twoCol-wr-7-3>.row-fluid>.span3 {
    width: 100%;
  }

  .twoCol-wr-6-4>.row-fluid>.span6 {
    width: 100%;
  }

  .twoCol-wr-6-4>.row-fluid>.span4 {
    width: 100%;
  }
}

.pagecontent-wr {
  padding-top: 9rem;
}

.pagecontent-wr .mainVisual {
  padding-top: 0 !important;
}


/* ebook list */
.ebook-list-sec>.row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ebook-list-sec .ebook-list-article {
  width: 100%;
}

.ebook-list-sec>.row-fluid>.widget-span {
  margin: 0 35px 40px 0;
  width: 330px;
  border: solid 1px #ccc;
  padding: 0 0 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ebook-list-sec>.row-fluid>.widget-span:hover {
  transform: scale(1.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ebook-list-sec>.row-fluid>.widget-span:nth-child(3n) {
  margin: 0 0 40px 0 !important;
}

@media only screen and (max-width: 960px) {
  .ebook-list-sec>.row-fluid>.widget-span {
    margin: 0 4% 20px 0 !important;
    width: 48%;
  }

  .ebook-list-sec>.row-fluid>.widget-span:nth-child(3n) {
    margin: 0 4% 20px 0 !important;
  }

  .ebook-list-sec>.row-fluid>.widget-span:nth-child(2n) {
    float: right;
    margin: 0 0 20px 0 !important;
  }

  .ebook-list-sec>.row-fluid>.widget-span .ebook-list-article dt {
    text-align: center;
  }

  .ebook-list-sec>.row-fluid>.widget-span .ebook-list-article dl {
    max-width: 330px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .ebook-list-sec>.row-fluid>.widget-span {
    float: none;
    margin: 0 0 20px 0 !important;
    width: 100%;
  }
}

.ebook-title-bread {
  display: none;
}

.ebookpost .dnd-module {
  width: 100%;
}

.ebookpost form {
  margin-top: 0;
}

.ebookpost #dl_info p {
  overflow-wrap: anywhere;
}

.bread-wr .bread a {
  color: #241916;
}

@media only screen and (max-width: 960px) {
  .page-main-wr {
    padding: 0 2.5% 30px !important;
    width: 100% !important;
  }
}

.ccm-search-block-submit {
  background: url("/index.php/download_file/view_inline/151/search_icon.png") center center no-repeat;
  text-indent: -99999px;
  border: none;
  position: absolute;
  right: 5px;
  top: 6px !important;
  width: 15px;
  height: 15px;
}

.ccm-search-block-form-sp {
  display: none;
}

.ccm-search-block-form-english {
  display: none;
}

.ccm-search-block-form-english.active {
  display: block;
}

.ccm-search-block-form-pc.none {
  display: none !important;
}

.ccm-search-block-form-sp.none {
  display: none !important;
}

@media only screen and (max-width: 960px) {
  .ccm-search-block-form-pc {
    display: none;
  }

  .ccm-search-block-form-sp {
    display: block;
  }
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.tmp3_v10_formhead_title {
  color: #FFFFFF;
  font-weight: bold;
  background: #4f76ba;
  border: 5px #f6f5f5 solid;
  font-size: 25px;
  padding: 20px;
  text-align: center;
}

.ebookpost-page {
  .twoCol-right {
    margin-top: 0 !important;
    margin-bottom: 6rem !important;

    main {
      padding-bottom: 0 !important;
    }
  }
}

@media screen and (max-width: 750px) {
  .twoCol-right .side {
    float: none;
    padding: 0 !important;
    width: 100% !important;
  }
}

.ebookpost-main {
  margin-bottom: 6rem !important;
}

.cont.ebook-inner-main {
  margin-top: 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 960px) {
  .ebookpost-main {
    padding: 0 2.5% 30px 2.5% !important;
    margin-top: 0 !important;
  }
  .ebookpost-main .span12 .row-fluid > .span6 {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 750px) {
  .ebookpost-main {
    padding: 0 2.5% 30px 2.5% !important;
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .ebookpost-main .span12 .row-fluid > .span6 {
    margin-top: 2rem;
  }
}

.row-fluid {
  .tmp3_v10_textbox_title {
    margin-top: 20px;
  }
}

/* .tmp2_v02_introduction {
  background-color: #d8d8d8;
} */

.mig-page .twoCol-right {
  margin-top: 36px !important;
}

.mig-empty .twoCol-right {
  margin-top: 36px !important;
}

.tmp3_v04_greeting_desc_p {
  margin-bottom: 1em !important;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.history-list li .ttl {
  width: 30% !important;
}

.mig-english .common_mv_block {
  margin-top: 90px;
}

.mig-english .tmp3_v04_greeting th {
  background: #fff;
}

.catalog3_box {
  background: #293247;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}

.catalog3_ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.catalog3_txt {
  font-size: 16px;
  line-height: 1.825;
  margin-bottom: 1.8em;
}

.catalog_head {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin: 70px 0;
}

.catalog_head::before {
  content: '';
  position: absolute;
  width: 1.5em;
  border-bottom: solid 6px #293247;
  left: 50%;
  margin-left: -0.75em;
  bottom: -0.3em;
}

.video_youtube_wrap {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  height: 315px;
}

.video_youtube_wrap iframe {
  width: 100%;
  height: 100%;
}

.ebookpost-page .twoCol-right {
  overflow-y: hidden;
}

.webinar_top_type1_box>.row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  list-style-type: none;
  margin-bottom: 30px;
}

.webinar_LP_cont_bg table {
  border: none;
}

.webinar_LP_cont_bg table td {
  border: none;
}

.webinar_LP_cont_bg table th {
  border: none;
}

.mig-download {
  margin-top: 40px;
}
.mig-download .lp {
  margin-top: 89px !important;
}

.innova-form-item {
  padding: 5px;
  margin-bottom: 10px;
}

.innova-form-error-message {
  color: red;
}

.innova-form-error-area {
  background-color: #ff6699 !important;
}

#mailcheck.innova-form-error-input {
  border: 0.1rem solid #ff0000;
}

.innova-form-disabled-button {
  pointer-events: none;
}

.mig-english .common_inner {
  padding: 0 0 !important;
}

.mig-english .twoCol-right {
  margin-top: 0 !important;
}

a[target="_blank"] {
  margin-right: 5px;
}

.office_title_txt a[target="_blank"] {
  margin-right: 0;
}

.cmo-case .articleList_img {
  width: 100%;
  height: 60%;
}

.cmo-case .articleList_img>a {
  width: 100%;
  height: 100%;
}

.cmo-case .articleList_img>a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.mig-articleList_img {
  width: 100%;
  height: 60%;
}

.mig-articleList_img>a {
  width: 100%;
  height: 100%;
}

.mig-articleList_img>a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.mig-articleList_category a {
  color: #1b1b1b !important;
  font-weight: bold;
  /*
  background-color: #fbdab9 !important;
  */
  border: solid 1px #000;
  padding: 0.2rem 0.5rem;
}

.mig-articleList_btn {
  background-color: #0068b5;
  border-color: #0068b5 !important;
  color: #fff !important;
}

.mig-articleList_btn:hover {
  background-color: #fff !important;
  color: #0068b5 !important;
}

/* blog系 */

.blogpost-column .blog-body .hs_cos_wrapper img {
  width: 100%;
}

.blogpost-case .blog-body .hs_cos_wrapper img {
  width: 100%;
}

.blogpost-topics .blog-body .hs_cos_wrapper img {
  width: 100%;
}

.blogpost-news .blog-body .hs_cos_wrapper img {
  width: 100%;
}

.bloglist-column .articleList_txt span {
  background-color: transparent !important;
}

.side-content .article-list-ss .article-box a img {
  height: 80px;
  object-fit: cover;
}

.aspect {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.aspect1-1::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.aspect26-19::before {
  content: '';
  display: block;
  padding-top: 73%;
}

.aspect img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.common_mv_block_column {
  background-image: url('https://7914200.fs1.hubspotusercontent-na1.net/hubfs/7914200/raw_assets/public/tosho/data/index.php/download_file/view_inline/3290/blog_header_img.jpg');
  background-size: cover;
}

.common_mv_block_case_post {
  background-image: url('https://7914200.fs1.hubspotusercontent-na1.net/hubfs/7914200/raw_assets/public/tosho/data/index.php/download_file/view_inline/190/tmp2_v11_mv_bg.jpg');
  background-size: cover;
  background-position: center center;
}

.common_mv_block_case_post h1 {
  color: #193264 !important;
}

.common_mv_block_case_post h1 span {
  color: #7a818b;
}

.twoCol-mt-none {
  margin-top: 0 !important;
}

.twoCol-mt-6rem {
  margin-top: 6rem !important;
}

@media screen and (max-width: 750px) {
  .twoCol-mt-sp2rem {
    margin-top: 2rem !important;
  }
}

.articleCont_img img.none {
  display: none;
}

.blogpost_mv_block h1 {
  color: #000;
}

.twoCol-right .blogpost-topics {
  padding-bottom: 0 !important;
}

.twoCol-right .blogpost-news {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 960px) {
  .twoCol-right .blogpost-news {
    margin-top: 5rem !important;
  }
  .twoCol-right .blogpost-topics {
    margin-top: 5rem !important;
  }
}

/* .blogpost-news .articleCont_img {
  display: none;
} */

#related_article.none {
  display: none;
}

.blogpost-case .articleContVerCASE_common_ttl-h2-upper {
  background-color: #EB6438;
  color: #FFF;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 27px;
  margin-bottom: -3rem;
  font-size: 1.8rem;
  font-weight: 900;
}

.blogpost-case .articleContVerCASE_short_index_list_box_img {
  max-width: 40px;
  margin: 40px auto;
}

.blogpost-case .articleContVerCASE_short_img_arrow_wrap {
  text-align: center;
}

.blogpost-case .articleCont_img.none {
  display: none;
}

.blogpost-case-col .col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.blogpost-case-col .col_2 .col_2-inner {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .blogpost-case-col .col_2 .col_2-inner {
    width: 100%;
  }
}

.blogpost-case .articleContVerCASE_long_index_list_box .articleContVerCASE_long_index_list_box_img {
  max-width: 40px;
  margin: 0px auto 40px;
}

.blogpost-news .blog-body table {
  border: none;
}

.blogpost-news .blog-body table td {
  border: none;
}

.blogpost-news .blog-body table th {
  border: none;
}

.blogpost-column #related_article>ul>li {
  height: auto;
}

#related_article.related_article_casepost > ul > li {
  height: auto;
}

.common_mv_block_news_topics {
  background-image: url('https://7914200.fs1.hubspotusercontent-na1.net/hubfs/7914200/raw_assets/public/tosho/data/index.php/download_file/view_inline/1110/news.jpg');
  background-size: cover;
}

.ebookpost-main h1.tmp3_v10_textbox_title {
  margin-top: 0;
}

main.ebookpost-main {
  overflow-y: hidden;
}
body:has(.header202407) main.ebookpost-main.cont {
  margin-top: 50px !important;
}
@media screen and (max-width: 750px){
  body:has(.header202407) main.ebookpost-main.cont {
    margin-top: 10px !important;
  }
}

.common_mv_block_case {
  background-image: url('https://7914200.fs1.hubspotusercontent-na1.net/hubfs/7914200/raw_assets/public/tosho/data/index.php/download_file/view_inline/190/tmp2_v11_mv_bg.jpg');
  background-position: center bottom;
  background-size: cover;
}

.webinar_LP_cont_schedule_table td,.webinar_LP_cont_schedule_table th {
  padding: 0;
}

td.webinar_LP_cont_schedule_table_1_1 {
  padding-bottom: 30px;
}

.webinar_LP_cont_schedule_table_b td {
  padding: 0;
}

.webinar_LP_cont_schedule_table_b tr td:last-child {
  padding-bottom: 15px;
}

.webinar_LP_button_layout_item_undarKV_btn .fa-external-link,
.webinar_LP_button_layout_item_undarKV_btn .-hasIcon.-blank i {
  display: none;
}

/* ebook form */
.embed-hubspot-form .hs-form-required:after {
  display: none !important;
}

.embed-hubspot-form .hs-form-required {
  font-size: 13px !important;
  color: red !important;
}

.embed-hubspot-form .span4 .row-fluid form {
  padding: 0 !important;
  font-family: arial, helvetica, sans-serif !important;
  letter-spacing: 0.01em !important;
}

.embed-hubspot-form .span4 .row-fluid form span {
  font-family: arial, helvetica, sans-serif !important;
  letter-spacing: 0.01em !important;
}

/* .ebookpost-main .embed-hubspot-form .span4 .row-fluid form .hs_name::before {
  content: '以下から無料でダウンロード';
  color: #33475b;
  display: block;
  font-size: 16px;
  font-weight: bold !important;
  font-family: arial, helvetica, sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0.01em !important;
} */

.embed-hubspot-form .span4 .row-fluid form .hs-form-field label:not(.hs-error-msg) {
  font-size: 13px !important;
  font-family: arial, helvetica, sans-serif !important;
}

.embed-hubspot-form .span4 .row-fluid form .input input:not([type=checkbox]):not([type=radio]) {
  width: 100% !important;
  max-width: 100% !important;
}

.embed-hubspot-form .span4 .row-fluid form .hs-field-desc {
  display: none !important;
}

.embed-hubspot-form .span4 .row-fluid form .hs-button {
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  width: 134px;
  letter-spacing: 0.01em !important;
  font-weight: bold !important;
  white-space: nowrap;
}

.embed-hubspot-form .span4 .row-fluid form .hs-submit > .actions {
  text-align: center !important;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  font-family: arial, helvetica, sans-serif !important;
  font-weight: bold !important;
}

.embed-hubspot-form .span4 .row-fluid .field {
  margin-bottom: 17px !important;
}

.embed-hubspot-form .hs-form-field {
  margin-top: 0px !important;
}

.acd-label {
  background: #17324d;
  color: #fff;
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 20px 20px 20px 30px;
  position: relative;
  border-radius: 13px;
  transition: .5s;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  width: 100% !important;
}

.embed-hubspot-form .span4 .row-fluid form .hs-form-booleancheckbox {
  margin-top: 10px;
}

.embed-hubspot-form .span4 .row-fluid form .hs-form-booleancheckbox span p {
  font-size: 14px !important;
}

.embed-hubspot-form .span4 .row-fluid form .hs_submit {
  padding: 0 !important;
}

/* ciensee form */
.ciensee-body .hbspt-form {
  max-width: 460px;
  margin: 20px auto;
  padding: 0 20px;
  background-color: #fff;
}

.hs-form-wr .hbspt-form {
  background-color: #fff;
  max-width: 1040px;
  margin: 20px auto;
  padding: 0 60px;
}

@media only screen and (max-width: 960px) {
  .hs-form-wr .hbspt-form {
    padding: 0 20px;
  }
}

/* 事例紹介 */

.tag-explanation-wr {
  margin-bottom: 3.5rem;
  .articleListHeadline {
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
    padding: 15px;
    padding: 1.5rem;
    background-color: #f5f5f5
  }
  
  .articleListHeadline_headline {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    padding-bottom: 5px;
    padding-bottom: .5rem;
    border-bottom: 1px solid #d4d4d4;
    border-bottom: .1rem solid #d4d4d4
  }
  
  .articleListHeadline_desc {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px;
    padding: 1rem
  }
}