@charset "UTF-8";
/************************************/
/**************** Blog  *************/
/************************************/
.Blog-Basic .partnerContact {
  margin: 0 auto;
  margin-top: 3%;
  text-align: right;
  font-size: 16px;
}

.Blog-Basic .partnerContact a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.Blog-Basic .partnerContact a:before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #0061D5;
  border-right: solid 2px #0061D5;
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: 0px;
  margin-top: -4px;
}

#Blog-Page .articleBlock {
  margin-top: 50px;
}

/* #Blog-Page .articleBlock h2 {
    margin-bottom: 25px;
    padding-left: 4px;
    padding-bottom: 10px;
    color: #3E3E3E;
    border-bottom: #3E3E3E solid 2px;
    font-weight: bold;
    font-size: 20px;
    background-color: unset;
    border-left: unset;
    margin-left: 0;
    margin-right: 0;
} */
#Blog-Page {
  padding-top: 30px;
}
#Blog-Page .ViewsExposedForm--blog {
  padding-bottom: 20px;
}

#Blog-Page .articleBlock {
  margin-top: 50px;
}

#Blog-Page .borderBoxCases h3 {
  margin-bottom: 25px;
  padding-left: 4px;
  padding-bottom: 10px;
  color: #0061D5;
  border-bottom: #0061D5 solid 2px;
  font-weight: bold;
  font-size: 20px;
}

#Blog-Page .borderBoxCases .block02 {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#Blog-Page .borderBoxCases .block02 .rightText {
  display: table-cell;
  width: 100%;
  font-size: 16px;
}

#Blog-Page .borderBoxCases .block02 .rightText .serviceTitele {
  margin-top: 10px;
}

#Blog-Page .borderBoxCases .block02 .Leftimg {
  width: 200px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 959px) {
  #Blog-Page .borderBoxCases .block02 .rightText {
    display: block;
    width: auto;
  }
  #Blog-Page .borderBoxCases .block02 .Leftimg {
    width: auto;
    display: block;
  }
}

#Blog-Page .alignleft .imgBlock, #Blog-Page .alignright .imgBlock {
  margin-top: 30px;
  margin-bottom: 30px;
}

/************************************/
/************ Blog newsArea *********/
/************************************/
#Blog-Page .newsArea {
  background: #fff;
  margin-bottom: 15px;
}

#Blog-Page .newsArea h3 {
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: #0061D5 solid 2px;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  color: #0061D5;
}

#Blog-Page .newsArea h3.eventHead02 + dl {
  border-top: 1px solid #bbb;
}

#Blog-Page .newsArea h3.eventHead02 + dl dt {
  width: 5em;
  padding: 1.5em 1em;
  float: left;
  clear: left;
  font-weight: bold;
  color: #0061D5;
  margin: 0;
}

#Blog-Page .newsArea h3.eventHead02 + dl dd {
  padding: 1.5em 0 1.5em 7em;
  border-bottom: 1px solid #bbb;
  list-style: none;
  margin-left: 0;
}

#Blog-Page .newsArea h3.eventHead03 + dl {
  margin-bottom: 70px;
}

#Blog-Page .newsArea h3.eventHead03 + dl dt {
  width: 10em;
  padding: 1.5em 0 1.5em 55px;
  float: left;
  clear: left;
  font-weight: bold;
  color: #0061D5;
  margin: 0;
}

#Blog-Page .newsArea h3.eventHead03 + dl dd {
  padding: 1.5em 1em 1.5em 8em;
  list-style: none;
}

#Blog-Page .newsArea h3.eventHead03 + dl dt:nth-of-type(odd) + dd {
  background: #f8f8f8;
}

#Blog-Page .newsArea .col4 {
  width: 100%;
  float: none;
  margin-left: 0;
}

#Blog-Page .newsArea .col3 + .col3,
#Blog-Page .newsArea .col4 + .col3 {
  margin-top: 50px;
}

#Blog-Page .newsArea .col3 .speaker {
  width: 190px;
  padding: 0 10px;
  margin-left: 90px;
  float: left;
}

#Blog-Page .newsArea .col4 .speaker {
  padding: 0 10px;
  margin-left: 42px;
}

#Blog-Page .newsArea .col3 .speaker:first-child,
#Blog-Page .newsArea .col4 .speaker:first-child {
  margin-left: 0;
}

#Blog-Page .newsArea .col3 .speaker h4,
#Blog-Page .newsArea .col4 .speaker h4 {
  margin-bottom: 15px;
  padding-top: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #0061D5;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #0061D5;
  border-left: none;
}

#Blog-Page .newsArea .col3 .speaker p,
#Blog-Page .newsArea .col4 .speaker p {
  text-align: center !important;
  font-size: 13px;
}

#Blog-Page .newsArea .col3 .speaker img,
#Blog-Page .newsArea .col4 .speaker img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

#Blog-Page .newsArea iframe {
  margin-right: 20px;
  margin-bottom: 50px;
  float: left;
}

#Blog-Page .newsArea .eventContact {
  border: 1px solid #0061D5;
  margin-bottom: 50px;
  padding: 80px 50px 30px;
  position: relative;
}

#Blog-Page .newsArea .eventContact h4 {
  background: #22A7F0;
  padding: 10px 50px;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  #Blog-Page .newsArea h3.eventHead03 + dl dd {
    margin-left: 0;
    padding: 20px;
  }
  #Blog-Page .newsArea h3.eventHead03 + dl dt {
    width: 100%;
  }
}

/************************************/
/*************** Seminar *************/
/************************************/
.Blog-Seminar #Blog-Page .newsArea h3 {
  border-bottom: none;
  text-align: center;
}

/************************************/
/*************** Common *************/
/************************************/
.border-left-none {
  border-left: unset !important;
}

.LP-List-Case .ListCaseItem-logo figure img {
  max-width: 65% !important;
}

.LP-Flex.flex-border .ColumnContentSection-title {
  color: #0061D5;
  font-weight: 600 !important;
}

.LP-Flex.flex-border .ColumnContentSection-title:after {
  display: none !important;
}

.LP-List-Case .ListCaseItem a {
  overflow: -webkit-paged-x;
}

.LP-FlexVideo .Card-content p {
  font-size: initial;
}

.hs_recaptcha .grecaptcha-badge {
  margin-left: auto;
  margin-right: auto;
}

.Product-resource #BreadCrumb ul.hs-breadcrumb-menu li a {
  color: #fff !important;
}

@media (max-width: 375px) {
  .Product-blog .imgBlock img {
    float: none !important;
  }
  .Product-blog .full-w-sp {
    width: 100% !important;
  }
}

.Product-blog .hs-cta-img {
  height: auto;
}

/************************************/
/************* Fix Sp ***************/
/************************************/
@media (max-width: 375px) {
  .Web-Basic .LP-Hero .Hero-title {
    font-size: 22px;
    line-height: normal;
  }
  #Blog-Page #Main_Content {
    padding-top: 30px;
  }
  .Blog-News #Blog-Page #Main_Content {
    padding-left: 0;
    padding-right: 0;
  }
}

.Blog-Basic .Blog-Detail .aligncenter, .Blog-Basic .Blog-Detail .alignright, .Blog-Basic .Blog-Detail .alignleft, .Blog-Basic .Blog-Detail .imgBlock img {
  margin: 10px 10px 10px 10px;
}

@media (min-width: 639px) {
  .LP-Detail-Case .Case-content .Row .Column--small-12 {
    padding-bottom: 0;
  }
}

@media (max-width: 639px) {
  .Blog-Basic .Blog-Detail .img-align {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .Blog-Basic .Blog-Detail .aligncenter, .Blog-Basic .Blog-Detail .alignright, .Blog-Basic .Blog-Detail .alignleft, .Blog-Basic .Blog-Detail .imgBlock img {
    width: 100% !important;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .LP-Detail-Case .Case-header-lead .lead {
    font-size: 22px;
    padding-left: 15px;
  }
  .LP-Detail-Case h3 {
    font-size: 20px;
  }
  .LP-Detail-Case .case-img {
    padding-bottom: 0;
  }
  .LP-Detail-Case .case-img + .Column--small-12 {
    margin-top: 30px;
  }
  .LP-Detail-Case .case-img br {
    display: none;
  }
}

.LP-Form .hs-privacy_policy_check .inputs-list {
  padding-left: 0;
  padding-right: 10px;
}

@media (max-width: 819px) {
  .Page .Header .Header-cta {
    display: block;
  }
}

@media (min-width: 959px) {
  .Footer .app {
    width: calc(100% + -79px);
  }
}

/************* Fix Sp V2 ***************/
@media (max-width: 1040px) {
  .Product-box .top-box-01 {
    padding-top: 10px !important;
  }
}

@media (max-width: 959px) {
  .Product-box .box-case {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .Product-box .box-case .detail h2 {
    padding: 30px;
    margin-bottom: 30px;
  }
  .Product-box .box-case br {
    display: block;
  }
  .Product-box .box-case .Row.v2 {
    margin-top: 30px;
  }
  .Product-box .BlackArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .Product-box .LP-Hero .Hero-subtitle {
    margin-top: 30px !important;
  }
  .Product-box .LP-Hero .Hero-title img {
    margin-bottom: 30px;
  }
  .Product-box .LP-TwoColumn, .Product-box .LP-Basic-Content, .Product-box .LP-Flex {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .Product-box .box-content .Row .Column--small-12 {
    padding-bottom: 20px;
  }
  .Product-box .box-content .Row .ColumnContentSection-title {
    margin-bottom: 0;
  }
  .Product-box .box-content .Row .Column--small-12 .ColumnContentSection-body p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .Product-box .box-required .Section-content {
    overflow: auto;
    margin: -1px -1px -1px -1px;
    padding: 0 0 10px 0;
  }
  .Product-box .box-required .Section-content .table {
    width: 1120px;
  }
}

@media (max-width: 639px) {
  .Product-box .box-required .Section-content .table {
    width: 550px;
  }
}

.Product-box .title-box {
  padding-left: 30px;
  padding-right: 30px;
}

/************************************/
/************* Top CSS **************/
/************************************/
.what-is-box .Hero--home {
  padding-top: 170px;
}

.what-is-box .Hero-info {
  width: auto !important;
  float: none !important;
  top: 0 !important;
}

.what-is-box .Hero-info .Hero-title {
  margin-bottom: 0;
}

.what-is-box .Hero-info .Hero-subtitle {
  margin-top: 0;
}

.what-is-box .Hero-info .Hero-subtitle img {
  width: 70%;
}

.what-is-box.LP-Hero-default:before {
  background: none !important;
}

.dp-block {
  display: block !important;
}

.BlackArea {
  padding: 100px 0;
  background: #000714;
  opacity: .9;
  color: #fff !important;
}

.BlackArea h2 {
  color: #fff !important;
}

.box-case .Row {
  text-align: center;
}

.box-case .Row.v1 {
  margin-bottom: 0;
}

.box-case .Row.v1 .Column--3,
.box-case .Row.v1 .Column--9 {
  padding-bottom: 5px;
}

.box-case .Row.v2 {
  margin-top: 0;
}

.box-case h2 {
  line-height: inherit;
  padding: 100px 0px;
  background: #f4f8f9;
}

.u-bgColor--f8f9f9 {
  background: #f8f9f9;
}

.u-textColor--c3c3c3 {
  color: #c3c3c3;
}

@media (min-width: 960px) {
  .box-digital h2 {
    margin-top: 60px;
    font-size: 40px;
    line-height: normal;
  }
}

.box-digital .ts_left {
  float: left;
  margin: 0;
}

.box-digital .ts_left + h3 {
  margin: 0;
  margin-left: 50px;
}

.box-digital ul {
  margin-top: 10px;
  margin-left: 45px;
}

.box-content .ColumnContentSection-title {
  color: #0061D5;
  font-size: 22px;
}

.box-content .Column--3 .ColumnContentSection-title:after, .box-content .Column--4 .ColumnContentSection-title:after {
  display: none;
}

.box-digital .ts_left + p {
  margin-left: 40px;
}

@media (min-width: 960px) {
  .box-digital .Row .Column--6:first-child {
    border-right: 1px solid #D8D8D8;
  }
  .box-digital .Row .Column--6 {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.box-digital.v2 .ts_left + h3 {
  margin: 0 0 30px 50px;
}

.box-systems .ColumnContentSection-title:after {
  background: #D8D8D8;
  content: '';
  height: 1px;
  display: block;
  margin: 10px auto 0;
  max-width: 100%;
  width: 220px;
}

.box-systems .ColumnContentSection-title {
  margin-bottom: 15px;
}

.box-digital.v3 .Section-bg {
  background-position: inherit;
}

.box-digital.v3 .Row, .box-digital.v4 .Row {
  margin-top: 0;
}

.box-digital.v3 .Row .Column--3, .box-digital.v4 .Row .Column--3 {
  padding-bottom: 0;
}

.box-digital.v4 {
  background: #FFFFFF;
}

.u-justifyCenter .ColumnContentSection {
  margin-left: auto;
  margin-right: auto;
}

.none-line .ColumnContentSection-title:after {
  display: none !important;
}

.none-line .ColumnContentSection-title {
  color: #1e4a93 !important;
}

.border-grid .Column--4 {
  border-bottom: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  padding-top: 20px;
}

.border-grid .Column--4:nth-child(3n) {
  border-right: none;
}

.border-grid .Row {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media (max-width: 959px) {
  .border-grid .Column--4 {
    border-left: 1px solid #D8D8D8;
  }
  .border-grid .Column--4:nth-child(odd) {
    border-right: none;
  }
  .border-grid .Column--4:last-child {
    border-right: 1px solid #D8D8D8;
  }
  .border-grid .Row {
    width: auto;
  }
}

@media (max-width: 639px) {
  .border-grid .Column--4 {
    border-bottom: 1px solid #D8D8D8;
    border-right: none !important;
    border-left: none;
    border-top: none;
  }
}

.box-required .table tr td:not(:first-child) {
  text-align: center;
}

.box-required .table tr td:nth-child(2) {
  border-right: 3px solid #0061D5 !important;
  border-left: 3px solid #0061D5 !important;
}

.box-required .table tr td.first {
  border-top: 3px solid #0061D5 !important;
}

.box-required .table tr td.last {
  border-bottom: 3px solid #0061D5 !important;
}

/************************************/
/********** Popup Form **************/
/************************************/
#download_popup_widget {
  z-index: 1000;
  max-width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  display: table;
  background-color: #FFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-top: 5px solid #0061D5;
}

.LP-Footer-Popup .form-popup {
  width: 400px;
}

.LP-Footer-Popup .form-popup .download_popup_body {
  padding: 12px;
  font-size: 12px !important;
  line-height: normal !important;
}

.LP-Footer-Popup .form-popup .hs-richtext .text {
  margin-top: 0;
  padding-bottom: 10px;
}

.LP-Footer-Popup .form-popup .hs-richtext .title_main {
  margin-bottom: 10px;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
}

.LP-Footer-Popup .form-popup .hs-form label {
  font-weight: bold;
}

.LP-Footer-Popup .form-popup .hs-form .hs-form-required {
  color: red;
}

.LP-Footer-Popup .form-popup .hs-input {
  width: 100%;
  font-size: 13px;
  border-radius: 0 !important;
  border: #ccc solid 1px;
  padding: 0 5px !important;
}

.LP-Footer-Popup .form-popup .hs-form.stacked .inputs-list {
  margin-top: 0;
  padding-left: 0;
}

.LP-Footer-Popup .form-popup .hs-form.stacked .inputs-list > li {
  list-style: none;
  line-height: 1.5;
}

.LP-Footer-Popup .form-popup .hs-form.stacked .inputs-list > li label {
  font-weight: normal;
  padding-top: 0;
  color: red;
  line-height: 1.2;
}

.LP-Footer-Popup .form-popup .hs-form.stacked .field {
  margin-bottom: 10px;
}

.LP-Footer-Popup .form-popup .hs_recaptcha {
  margin-top: 10px;
}

.LP-Footer-Popup .form-popup .hs_submit .actions {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.LP-Footer-Popup .form-popup input[type=checkbox] {
  margin-right: 5px;
}

.LP-Footer-Popup .form-popup .hs-form-booleancheckbox label {
  color: #4a4a4a !important;
}

.LP-Footer-Popup .form-popup .submitted-message {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.Resource-content .social-blog {
  margin-top: 40px;
  float: left;
  width: 100%;
}

.Resource-content .social-blog .social-list {
  float: left;
}

.Resource-content .social-blog ul {
  float: left;
  width: 100%;
  padding-left: 0px;
}

.Resource-content .social-blog ul li {
  background-color: #0061D5;
  list-style: none;
  width: 40px;
  height: 40px;
  padding: 5px 8px;
  margin-bottom: 1px;
  transition: 0.3s;
  border: 2px solid #0061D5;
  display: inline-block;
}

/* social(本番にマージする) */
.Resource-content .social-blog ul li.facebook {
  background-color: #315096;
  border: 2px solid #315096;
}

.Resource-content .social-blog ul li.twitter {
  background-color: #55acee;
  border: 2px solid #55acee;
}

.Resource-content .social-blog ul li.googleplus {
  background-color: #dd4b39;
  border: 2px solid #dd4b39;
}

.Resource-content .social-blog ul li.hatena {
  background-color: #1ba5dc;
  border: 2px solid #1ba5dc;
}

.Resource-content .social-blog ul li.pocket {
  background-color: #ef3e56;
  border: 2px solid #ef3e56;
}

.Resource-content .social-blog ul li.email {
  background-color: #5da7c6;
  border: 2px solid #5da7c6;
}

.Resource-content .social-blog ul li:hover {
  background-color: #fff;
}

.Resource-content .social-blog ul li:hover a {
  color: #5da7c6;
}

.Resource-content .social-blog ul li.facebook:hover a {
  color: #315096;
}

.Resource-content .social-blog ul li.twitter:hover a {
  color: #55acee;
}

.Resource-content .social-blog ul li.hatena:hover a {
  color: #1ba5dc;
}

.Resource-content .social-blog ul li.pocket:hover a {
  color: #ef3e56;
}

.Resource-content .social-blog ul li.email:hover a {
  color: #5da7c6;
}

.Resource-content .social-blog ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
}

.Resource-content .social-blog ul li a .fa-hatena::before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.Resource-content .social-blog .hide-arrow {
  background-color: #e1e1e1;
  color: #FFF;
  text-align: center;
  border: 0;
  display: block;
  font-size: 16px;
  width: 40px;
  padding: 1px 0;
  cursor: pointer;
  margin-top: 206px;
}

/************************************/
/************* Fix Video ************/
/************************************/
#works.details_works #mainArea_works .article {
  width: 100%;
}

#works.details_works #mainArea_works .aside {
  height: auto;
}

/************************************/
/************** Fix News ************/
/************************************/
.font-smaller {
  font-size: smaller;
}

.Blog-News #Blog-Page .newsArea h3 {
  border-bottom: none;
  text-align: center;
}

.Blog-News #Blog-Page .Row {
  margin-top: 0;
  margin-bottom: 0;
}

.Blog-News #Blog-Page .register {
  position: relative;
  text-align: center;
  color: white;
}

.Blog-News #Blog-Page .centered {
  position: absolute;
  top: 20px;
  left: 33px;
  font-size: 26px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
}

.Blog-News #Blog-Page .centered a {
  color: #fff;
}

@media (max-width: 1240px) {
  .Blog-News #Blog-Page .centered {
    font-size: inherit;
  }
}

@media (max-width: 639px) {
  .Blog-News #Blog-Page .register img {
    display: none;
  }
  .Blog-News #Blog-Page .centered a {
    color: #0061D5;
  }
  .Blog-News #Blog-Page .centered {
    position: initial;
    color: #4A4A50;
    text-align: left;
  }
}

.img-fixed {
  background: fixed;
}

@media (max-width: 959px) {
  .LP-Detail-Case .Case-content-text {
    padding-right: 0px !important;
  }
}

.LP-Detail-Case .color,
.LP-Detail-Case .interview {
  color: #e65373;
}

.LP-Detail-Case .guest {
  color: #796eff;
}

.LP-Detail-Case .interview,
.LP-Detail-Case .guest {
  margin-bottom: 5px !important;
  font-size: 20px;
}

@media (max-width: 639px) {
  .LP-Detail-Case .interview,
  .LP-Detail-Case .guest {
    font-size: 18px;
  }
}

.LP-Detail-Case .interview + p,
.LP-Detail-Case .guest + p {
  margin-top: 0px;
}

.LP-Detail-Case .title_sub {
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 639px) {
  .LP-Detail-Case .title_sub {
    font-size: 18px;
  }
}

.LP-Detail-Case .f_left {
  float: left;
  margin: 0px 10px 10px 0px;
  padding-right: 10px;
  text-align: center;
}

@media (max-width: 480px) {
  .LP-Detail-Case .f_left {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 0;
  }
}

.LP-Detail-Case .f_right {
  float: right;
  margin: 0px 0px 10px 10px;
  padding-left: 10px;
  text-align: center;
}

@media (max-width: 480px) {
  .LP-Detail-Case .f_right {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 0;
  }
}

.LP-Detail-Case figcaption {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .LP-Detail-Case figcaption {
    margin-left: auto;
    margin-right: auto;
  }
}

/************************************/
/************* Tuan CSS *************/
/************************************/
.LP-Custom-Module .box-indent p, .LP-Custom-Module.box-indent p {
  margin-top: 0px;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.img_medium {
  width: 650px;
  height: auto;
}

.table th, .LP-Custom-Module table th {
  background-color: #e4eef0;
}

@media (min-width: 820px) {
  .Header-nav > div > div.hs-menu-wrapper > ul li.li-product {
    background: none;
  }
  .Header-nav > div > div.hs-menu-wrapper > ul li.li-product ul.hs-menu-children-wrapper {
    width: 870px;
    margin-left: 415px;
  }
  .Header-nav > div > div.hs-menu-wrapper > ul li.li-product ul.hs-menu-children-wrapper li {
    width: 290px;
    float: left;
    display: inline-block;
  }
  .Header-nav > div > div.hs-menu-wrapper > ul li.li-product ul.hs-menu-children-wrapper li a {
    line-height: 80px !important;
    height: 80px !important;
  }
  .Header-nav > div > div.hs-menu-wrapper > ul li.li-product ul.hs-menu-children-wrapper li a span.sub {
    display: block;
    font-size: 12px;
    margin-top: 2px;
  }
}

@media (max-width: 819px) {
  .Header-nav > div > div.hs-menu-wrapper > ul li.li-product ul.hs-menu-children-wrapper li a span.sub {
    display: none;
  }
}

.grid-product .TileCard-icon {
  width: 180px;
  height: 80px;
  max-height: 100px;
}

@media (min-width: 820px) {
  .LP-Custom-Module > .Wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 819px) {
  .Header .Header-cta a {
    font-size: 14px !important;
  }
}

@media (max-width: 639px) {
  .Header .Header-cta a {
    font-size: 13px !important;
  }
}

body:not(.Pacnav--is-scrolling) .Header-cta .Button--outline, body:not(.Pacnav--is-scrolling) .Header-cta .pager-load-more a, .pager-load-more body:not(.Pacnav--is-scrolling) .Header-cta a, body:not(.Pacnav--is-scrolling) .Header-cta .pager-load-more a, .pager-load-more body:not(.Pacnav--is-scrolling) .Header-cta a {
  background-color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 819px) {
  .Header-Global {
    display: none;
  }
}

.Header-Global .Global-Menu {
  border-bottom: 3px solid #0061D5;
  height: 38px;
}

.Pacnav--is-scrolling .Header {
  border-bottom: 3px solid #0061D5;
}

@media (min-width: 820px) {
  .Header .GlobalSearch {
    display: none;
  }
}

.Header .Header-cta {
  width: 120px;
}

@media (max-width: 413px) {
  .Header .Header-cta {
    width: 100px;
    right: 70px;
  }
  .Header .Header-cta a.Button--outline, .Header .Header-cta .pager-load-more a, .pager-load-more .Header .Header-cta a, .Header .Header-cta .pager-load-more a, .pager-load-more .Header .Header-cta a {
    font-size: 12.5px !important;
  }
}

@media (max-width: 374px) {
  .Header .Header-cta {
    width: 90px;
    right: 65px;
  }
  .Header .Header-cta a.Button--outline, .Header .Header-cta .pager-load-more a, .pager-load-more .Header .Header-cta a, .Header .Header-cta .pager-load-more a, .pager-load-more .Header .Header-cta a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px !important;
  }
}

.Header .Header-cta .Button--outline, .Header .Header-cta .pager-load-more a, .pager-load-more .Header .Header-cta a, .Header .Header-cta .pager-load-more a, .pager-load-more .Header .Header-cta a {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  line-height: 37px;
}

@media (min-width: 820px) {
  .Header .Header-nav {
    margin-right: 161px;
    width: calc(100% - 381px);
  }
}

@media (max-width: 819px) {
  .Global-Menu #hs_menu_wrapper_main_nav {
    display: none;
  }
}

.Global-Menu .GlobalSearch {
  left: 0px;
  right: auto;
}

/* 新 */
.js-search .searchKeyword {
  position: absolute;
  top: 3px;
  left: 30px;
  height: 30px;
}
.js-search .js-search-button {
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}


/* 旧 */

.Global-Menu .SearchTop {
  position: absolute;
  top: 2px;
  left: 30px;
  height: 30px;
}

@media (max-width: 819px) {
  .Global-Menu .SearchTop {
    width: 100%;
  }
}

.Global-Menu .SearchTop-button {
  color: #fff;
}

.Global-Menu .SearchTop-input {
  height: 26px;
  line-height: 0;
  margin-right: 5px;
  margin-top: 0px;
  color: #FFF !important;
  background: #0D1722;
  border-color: #595959;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px;
  opacity: 0;
  width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  transition: width 0.5s;
  transition-timing-function: ease;
}

.Global-Menu .SearchTop-input:not(.show) {
  border: none;
}

.Global-Menu .SearchTop-input.show {
  opacity: 1;
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}

@media (max-width: 819px) {
  .Global-Menu .SearchTop-input.show {
    width: calc(100% - 80px);
  }
}

.Global-Menu .SearchTop-input:focus {
  border-color: #c0c0c0;
}

.Page.LP-Basic .Resource-form {
  padding: 60px 40px;
}

.LP-FooterForm.overlay-bg .LP-Form .hs-form-field .hs-error-msgs li label,
.LP-FooterForm.overlay-bg .LP-Form .hs_error_rollup .inputs-list li label,
.LP-Subcription-form .LP-Form.overlay .form_inbound .hs-form .hs-form-field .hs-error-msgs li label,
.LP-Subcription-form .LP-Form.overlay .form_inbound .hs-form .hs_error_rollup .inputs-list li label,
.Page.LP-Basic .Resource-form .LP-Form .hs-form-field .hs-error-msgs li label,
.Page.LP-Basic .Resource-form .LP-Form .hs_error_rollup .inputs-list li label {
  color: #ff9900 !important;
  font-weight: 500;
  font-size: 12px;
}

@media (max-width: 479px) {
  .LP-FooterForm .LP-Form .actions .hs-button.primary,
  .Page.LP-Basic .Resource-form .actions .hs-button.primary {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .Blog-Basic .LP-Form.LP-Form-inpage .actions .hs-button.primary,
  .LP-Subcription-form .LP-Form .actions .hs-button.primary,
  .Page.LP-Basic .Resource-form .actions .hs-button.primary {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }
}

@media (max-width: 414px) {
  .LP-FooterForm .LP-Form.overlay.Wrap--narrow {
    width: calc(100% - 30px);
  }
}

@media (max-width: 819px) {
  .Page.Web-Basic .LP-Hero.has-topmenu .Hero--small.smallest,
  .Page.Web-Sidebar .LP-Hero.has-topmenu .Hero--small.smallest {
    margin-top: -125px !important;
    height: auto !important;
    min-height: 230px;
    padding-bottom: 40px;
  }
  .Page.Web-Basic .LP-Hero.has-topmenu .Hero--small.smallest .Hero-title:not(.has-kicker),
  .Page.Web-Sidebar .LP-Hero.has-topmenu .Hero--small.smallest .Hero-title:not(.has-kicker) {
    margin-top: 0px;
    padding-top: 0px;
  }
}

@media (max-width: 639px) {
  .Page.Web-Basic .LP-Hero.has-topmenu .Hero--small.smallest,
  .Page.Web-Sidebar .LP-Hero.has-topmenu .Hero--small.smallest {
    padding-top: 130px !important;
  }
}

@media (max-width: 767px) {
  .Page.Web-Basic .LP-Hero.has-topmenu .Hero--small.smallest .Hero-title,
  .Page.Web-Sidebar .LP-Hero.has-topmenu .Hero--small.smallest .Hero-title {
    text-align: left;
  }
}

@media (min-width: 820px) {
  .Page.LP-Basic .Header {
    height: 80px;
  }
}

.Page.LP-Basic .LP-Hero .Hero--small.smallest {
  margin-top: -80px;
  padding-bottom: 40px;
  padding-top: 80px;
  height: auto !important;
  min-height: 230px;
}

.Page.LP-Basic .LP-Hero .Hero--small.smallest .Hero-title {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .Page.LP-Basic .LP-Hero .Hero--small.smallest .Hero-title {
    text-align: left;
  }
}

.Page.LP-Basic .LP-Hero .Hero--small.smallest .Hero-title:first-child {
  padding-top: 0px;
}

.Page.LP-Basic .LP-Hero .Hero--small.smallest .Hero-title:not(.has-kicker) {
  margin-top: 0px;
}

.Page.LP-Basic .LP-Download .Resource-content {
  padding: 60px 60px;
  margin-left: 0px;
  max-width: 720px;
  width: 58.054516%;
}

@media (max-width: 1240px) and (min-width: 960px) {
  .Page.LP-Basic .LP-Download .Resource-content {
    margin-left: 30px;
  }
}

@media (min-width: 960px) {
  .Page.LP-Basic .LP-Download .Resource-content {
    padding-left: 0px;
  }
}

@media (max-width: 959px) {
  .Page.LP-Basic .LP-Download .Resource-content {
    padding: 30px 30px;
    max-width: inherit;
    width: 100%;
  }
}

@media (max-width: 819px) {
  .Page.LP-Basic .LP-Download .Resource-content {
    width: 100%;
    max-width: inherit;
  }
}

.Page.LP-Basic .LP-Download .Resource-aside {
  width: 41.935484%;
  max-width: 520px;
}

@media (max-width: 959px) {
  .Page.LP-Basic .LP-Download .Resource-aside {
    max-width: inherit;
    width: 100%;
  }
}

@media (max-width: 819px) {
  .Page.LP-Basic .LP-Download .Resource-aside {
    width: 100%;
    max-width: inherit;
  }
}

@media (max-width: 959px) {
  .Page.LP-Basic .LP-Download .Resource-aside .Resource-form {
    padding: 30px 20px;
  }
}

.Page .LP-Hero .Hero--small.smallest .Hero-title:not(.has-kicker) {
  margin-top: 30px;
}

.Page .LP-Hero.LP-Hero-default {
  background-position: top center;
  background-size: cover;
  z-index: 20;
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 {
  background: none;
  text-align: center;
}

@media (max-width: 639px) {
  .Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Wrap {
    padding-bottom: 0px;
  }
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-image.has-shadow img {
  box-shadow: -4px 4px 6px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 640px) {
  .Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-image {
    top: 50px;
  }
}

@media (max-width: 959px) {
  .Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-image {
    display: none;
  }
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info {
  width: 45%;
  float: left;
  position: relative;
  top: 70px;
}

@media (max-width: 1199px) {
  .Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info {
    width: calc(50% + 60px);
  }
}

@media (max-width: 959px) {
  .Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info {
    width: 100%;
    float: none;
    top: 60px;
  }
}

@media (max-width: 639px) {
  .Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info {
    position: static;
    top: inherit;
  }
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info .Hero-title {
  color: #FFF;
  max-width: inherit;
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info .Hero-title:before {
  display: none;
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info .Hero-logo .img-center {
  margin: 0px;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info .Hero-subtitle {
  width: 100%;
  max-width: 100%;
  color: #FFF;
  font-weight: 400;
}

.Page .LP-Hero.LP-Hero-default:before {
  background: rgba(13, 23, 34, 0.5);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.Page .LP-Hero.has-topmenu .Hero--overlay {
  background-position: top center;
}

.Page .LP-Hero.has-topmenu .Hero--overlay .Hero-title:not(.has-kicker) {
  padding-top: 0px;
}

.Page.Blog-Basic .Hero--small.smallest {
  background-position: top center;
  height: auto;
}

@media (max-width: 819px) {
  .Page.Blog-Basic .Hero--small.smallest.has-topnav {
    margin-top: -125px !important;
    padding-top: 90px;
    padding-bottom: 40px;
  }
}

@media (min-width: 960px) {
  .Page.Blog-Basic .Hero--small.smallest {
    min-height: 300px;
  }
}

.Page.Blog-Basic .Hero--small.smallest .Wrap--narrow {
  max-width: 1240px;
}

.Page.Blog-Basic .Hero--small.smallest .Hero-subtitle.time {
  margin-top: 8px;
  font-size: 15px;
}

.title-point.color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.title-point.color .point {
  line-height: 60px;
  padding-top: 0px;
}

.title-point.color .text {
  width: calc(100% - 75px);
}

/* Hero (SIWS) */
@media (max-aspect-ratio: 22 / 12) {
  .Page .LP-Hero.LP-Hero-default.siws-hero {
    background-image: url("https://products.sint.co.jp/hubfs/images/siws/siws-hero-main-8-5.jpg") !important;
  }
}

@media (max-width: 767px) {
  .Web-Sidebar .LP-Custom-Module .Section-header.u-alignCenter,
  .Web-Basic .LP-Custom-Module .Section-header.u-alignCenter {
    text-align: left;
  }
  .Web-Sidebar .LP-Basic-Content .Section-content > p.u-alignCenter,
  .Web-Basic .LP-Basic-Content .Section-content > p.u-alignCenter {
    text-align: left;
  }
  .Web-Sidebar .LP-TwoColumn .Section-cta.u-alignLeft,
  .Web-Basic .LP-TwoColumn .Section-cta.u-alignLeft {
    text-align: center;
  }
}

.list-check-style {
  list-style: none;
  padding-left: 0px;
}

.list-check-style li {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #1977b5;
  padding: 10px;
  -ms-flex-align: center;
  align-items: center;
}

.list-check-style li:before {
  content: url("https://cdn2.hubspot.net/hubfs/2975556/images/siws/check2.svg");
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .LP-List-Case .ListCaseItem-title {
    text-align: left;
  }
}

@media (max-width: 767px) {
  p.tac {
    text-align: left !important;
  }
  p.tac img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .Menu-Product-left .Footer-nav > ul.menu.full:first-child {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
}

.LP-Home-case .Row {
  margin-bottom: 0px;
}

.LP-Home-case .Row .Column--2 {
  padding-bottom: 30px;
}

.LP-Home-case .Section-cta {
  margin-top: 20px;
}

.Product-obpm .LP-Home-case .Row .Column--2 {
  padding-bottom: 0px;
}

.Product-obpm .LP-Home-case .Section-cta {
  margin-top: 30px;
}

#primary-nav .menu .PacnavToggle.is-active .PacnavToggle-items > li.hs-menu-depth-1 .hs-menu-children-wrapper {
  display: none;
}

.LP-Flex.flex-bordertop-none .Wrap {
  padding-top: 0px !important;
  border-top-color: #FFF !important;
}

.LP-Flex.flex-bordertop-none .Wrap .Section-content {
  margin-top: 0px  !important;
}

.Footer .SocialIcon--googleplus {
  background-image: url("//products.sint.co.jp/hubfs/library/classic/icon/icon-social-googleplus.svg");
  height: 18px !important;
  width: 27px !important;
}

@media (max-width: 768px) {
  .LP-Basic-Content.fix-long-button .Button--large, .LP-Basic-Content.fix-long-button .pager-load-more a, .pager-load-more .LP-Basic-Content.fix-long-button a, .LP-Basic-Content.fix-long-button .pager-load-more a, .pager-load-more .LP-Basic-Content.fix-long-button a {
    height: auto;
    white-space: normal;
  }
}

@media (max-width: 414px) {
  .LP-Basic-Content.fix-long-button .Button--large, .LP-Basic-Content.fix-long-button .pager-load-more a, .pager-load-more .LP-Basic-Content.fix-long-button a, .LP-Basic-Content.fix-long-button .pager-load-more a, .pager-load-more .LP-Basic-Content.fix-long-button a {
    line-height: 28px;
    font-size: 16px;
    padding: 10px 20px;
  }
}

.mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
  line-height: normal;
}

@media (min-width: 960px) {
  .Header-nav > div > div.hs-menu-wrapper > ul > li.hs-item-has-children.child-large:hover > ul.hs-menu-children-wrapper {
    min-width: 380px;
  }
}

@media (min-width: 960px) {
  body.body-en .Header-nav > div > div.hs-menu-wrapper > ul > li.hs-item-has-children.child-large:hover > ul.hs-menu-children-wrapper {
    min-width: 400px;
  }
}

.LP-Hero .Hero-left-info {
  float: left;
}

.LP-Hero .Hero-left-info .Hero-kicker {
  text-align: left;
}

.LP-Hero .Hero-cta-right {
  float: right;
  margin-top: 0px;
  padding: 20px 18px;
  text-align: center;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 17px;
  max-width: 410px;
}

.LP-Hero .Hero-cta-right .Hero-cta-title {
  font-weight: bold;
}

.LP-Cta-Section .ButtonCtaSection-Wrap .Button--cta {
  margin: 0 auto;
}

.LP-Flex .Section-content .ColumnContentSection-awesome {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  border: solid 3px #0061D5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
}

.LP-Flex .Section-content .ColumnContentSection-awesome i {
  color: #0061D5;
  font-size: 60px;
}

@media (max-width: 767px) {
  .LP-Flex .Section-content .ColumnContentSection-awesome {
    width: 80px;
    height: 80px;
  }
  .LP-Flex .Section-content .ColumnContentSection-awesome i {
    font-size: 40px;
  }
}

/************************************/
/*********** Add Nhu CSS ************/
/************************************/
.fixed-ul.fix-note li {
  line-height: 1rem;
  padding-left: 35px;
}

.fixed-ul.fix-note li:before {
  border: none !important;
  top: 5px !important;
  margin-left: 0px !important;
}

.required {
  color: RED;
}

/************************************/
/*************** LP Hero ************/
/************************************/
.Page .Hero.Hero--rightcta .Wrap--narrow {
  max-width: 1240px;
}

.Hero.Hero--rightcta {
  text-align: left;
}

@media (max-width: 1040px) {
  .Hero.Hero--rightcta .Wrap--narrow .Hero-left-info {
    float: none;
  }
  .Hero.Hero--rightcta .Wrap--narrow .Hero-cta-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .Hero.Hero--rightcta .Wrap--narrow .Hero-left-info .Hero-kicker {
    text-align: center;
  }
  .Hero.Hero--rightcta {
    text-align: center;
  }
}

.LP-Hero .Hero-title {
  font-weight: 600;
}

@media (max-width: 819px) {
  .Page .Header .Header-cta {
    display: none;
  }
}

/************************************/
/*************** Fix button *********/
/************************************/
@media (max-width: 480px) {
  .Button--large, .pager-load-more a,
  .item-list .pager-load-more a {
    height: auto;
    white-space: normal;
    line-height: 28px;
    padding: 10px 20px;
  }
}

/************************************/
/*************** LP FlexBox *********/
/************************************/
.LP-Flex .ColumnContentSection-body {
  padding: 10px 20px 30px 20px;
}

body .ColumnContentSection-title-color .ColumnContentSection-title {
  color: #0061D5 !important;
  font-weight: bold !important;
  padding-top: 10px;
}

/************************************/
/*************** Fix button *********/
/************************************/
/* @media (max-width: 768px){
  .Sestion-content-text p:last-child, .Section-content p:last-child {
  text-align: center !important;
}
} */
/************************************/
/********* Longform-content *********/
/************************************/
@media (max-width: 640px) {
  .Longform-content {
    width: auto;
  }
}

.LP-List-Partner .list-partner {
  text-shadow: none;
  padding-left: 10px;
  border-left: #0061D5 solid 4px;
  transition: all 0.3s;
  padding-bottom: 0;
}

.LP-List-Partner .list-partner .title_sub_sub {
  color: #3E3E3E;
  font-weight: 500;
  text-shadow: none;
  font-size: 22px;
  line-height: 30px;
}

.LP-List-Partner .list-partner .title_sub_sub .company-name {
  font-size: 18px;
}

.LP-List-Partner .Section-cta.tac {
  text-align: center !important;
}

/************************************/
/********* Add Common ***************/
/************************************/
.no-pd-wrap .Wrap {
  padding-top: 0 !important;
}

.before-color-line {
  text-shadow: none;
  padding-left: 10px;
  border-left: #0061D5 solid 4px;
  transition: all 0.3s;
  padding-bottom: 0;
}

.none-border-top .Wrap {
  border-top: none !important;
}

.add-border-top .Wrap {
  border-top: 1px solid #7DC8BD;
  padding-top: 60px;
}

@media (max-width: 767px) {
  p.tac {
    text-align: center !important;
  }
}

.u-bgColor--F4F8F9 {
  background: #F4F8F9;
}

.Card-cta {
  color: #0061D5;
}

/************************************/
/********* LP Height Fix ***************/
/************************************/
.LP-Basic main.Body {
  min-height: auto !important;
}

/************************************/
/************** Logo Fix ************/
/************************************/
body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global,
body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-main,
body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-white {
  width: auto;
  height: 45px;
}

@media (max-width: 959px) {
  body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global,
  body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-main,
  body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-white {
    width: auto;
    height: 30px;
  }
}

@media (max-width: 819px) {
  body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global {
    margin-top: 0px;
  }
  body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global,
  body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-main,
  body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-white {
    width: auto;
    height: 30px;
  }
}

@media (max-width: 374px) {
  body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global {
    margin-top: 0;
  }
  body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global,
  body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-main,
  body:not(.Pacnav--is-scrolling) .Header .Logo-block.Logo-global .Logo-img-white {
    width: auto;
    height: 30px;
  }
}

.Pacnav--is-scrolling .Header .Logo-block.Logo-global,
.Pacnav--is-scrolling .Header .Logo-block.Logo-global .Logo-img-main,
.Pacnav--is-scrolling .Header .Logo-block.Logo-global .Logo-img-white {
  width: auto;
  height: 30px;
}

@media (max-width: 819px) {
  .Pacnav--is-scrolling .Header .Logo-block.Logo-global,
  .Pacnav--is-scrolling .Header .Logo-block.Logo-global .Logo-img-main,
  .Pacnav--is-scrolling .Header .Logo-block.Logo-global .Logo-img-white {
    width: auto;
    height: 30px;
  }
}

@media (max-width: 479px) {
  .Pacnav--is-scrolling .Header .Logo-block.Logo-global,
  .Pacnav--is-scrolling .Header .Logo-block.Logo-global .Logo-img-main,
  .Pacnav--is-scrolling .Header .Logo-block.Logo-global .Logo-img-white {
    width: auto;
    height: 30px;
  }
}

/************************************/
/************ LP Page Form **********/
/************************************/
.Page.LP-Basic .LP-Download .Resource-form .form-privacy img, .LP-FooterForm .form-privacy img, .LP-Subcription-form .form-privacy img {
  float: left;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}

.LP-FooterForm.overlay-bg .LP-Form .hs-form-field .hs-error-msgs li label, .LP-FooterForm.overlay-bg .LP-Form .hs_error_rollup .inputs-list li label, .LP-Subcription-form .LP-Form.overlay .form_inbound .hs-form .hs-form-field .hs-error-msgs li label, .LP-Subcription-form .LP-Form.overlay .form_inbound .hs-form .hs_error_rollup .inputs-list li label, .Page.LP-Basic .Resource-form .LP-Form .hs-form-field .hs-error-msgs li label, .Page.LP-Basic .Resource-form .LP-Form .hs_error_rollup .inputs-list li label {
  color: #f00 !important;
}

@media (max-width: 375px) {
  .LP-Basic .Resource-form .LP-Form ul.inputs-list {
    padding-left: 10px;
  }
}

/************************************/
/************ Overlay Form **********/
/************************************/
.overlay-form {
  position: relative;
  padding: 90px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay-form .opacity-bg {
  background: linear-gradient(155deg, rgba(19, 90, 136, 0.75) 0%, rgba(19, 90, 136, 0.85) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.overlay-form .block_900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.overlay-form .block_cta .form_inbound {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  padding-bottom: 50px;
  padding-top: 40px;
  background-color: rgba(44, 62, 80, 0.8);
  opacity: .9;
  border-top: none;
  box-shadow: none;
}

.overlay-form .cta-form p {
  color: #fff !important;
}

.overlay-form .cta-form h3 {
  font-size: 28px;
  color: #fff !important;
  font-weight: 800;
  line-height: 40px;
}

.overlay-form .cta-form .displaymax-480 {
  display: none;
}

@media (max-width: 480px) {
  .overlay-form .cta-form .displaymax-480 {
    display: block;
  }
}

.overlay-form .cta-form .phone-number {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.overlay-form .cta-form .Button--large, .overlay-form .cta-form .pager-load-more a, .pager-load-more .overlay-form .cta-form a {
  min-width: 240px;
  font-size: 18px;
}

@media (max-width: 639px) {
  .overlay-form .cta-form p.tar, .overlay-form .cta-form p.tal {
    text-align: center !important;
  }
}

/************************************/
/************ LP-QuoteSlider *********/
/************************************/
.LP-QuoteSlider.u-bgColor--389ECC {
  background: linear-gradient(135deg, #0061D5 0%, #4cb3a6 100%);
}

.LP-QuoteSlider:before {
  background-color: rgba(0, 0, 0, 0.36);
  background: none;
  opacity: 0.3;
}

.LP-QuoteSlider h2 {
  font-weight: bold;
}

.LP-QuoteSlider p {
  font-weight: 400;
}

.CustomerQuotes-item cite strong {
  font-weight: bold;
}

@media (max-width: 639px) {
  .LP-QuoteSlider h2 {
    padding-bottom: 50px;
  }
}

/************************************/
/************ CTA popup ************/
/************************************/
.LP-Footer-Popup .customizer-popup .customizer-popup-content {
  padding-left: 0;
  padding-right: 0;
}

.LP-Footer-Popup .customizer-popup:before {
  display: none;
}

/************************************/
/*************** Footer ************/
/************************************/
.Footer .title {
  font-weight: bold;
}

.Footer p.name a {
  font-weight: 600;
}

.Footer .Footer-nav-link .first.leaf:before {
  display: none;
}

/************************************/
/************ FAQ *******************/
/************************************/
@media (max-width: 819px) {
  .LP-FAQ:not(:last-child) {
    padding-bottom: 45px;
  }
}

/************************************/
/************ FAQ *******************/
/************************************/
@media (max-width: 1040px) {
  .LP-List-Case .ListCaseItem .ListCaseItem-content {
    height: 140px;
  }
}

/************************************/
/*********** Resource-form **********/
/************************************/
.LP-Basic .Resource-form .LP-Form .form-title {
  margin-bottom: 0;
}

.LP-Basic .Resource-form .LP-Form .form-subtitle {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cta-primary.cta-first-color {
  background-color: #0061D5;
  border: 2px solid #0061D5;
}

/************************************/
/*********** Footer-nav-link  *******/
/************************************/
.Footer .Footer-copyright.v2 {
  display: block;
}

.Footer .Footer-copyright.v2 .copyright-text {
  text-align: center;
}

.Footer .Footer-copyright.v2 .menu li:first-child:before {
  display: none;
}

@media (max-width: 959px) {
  .Footer .Footer-copyright.v2 .menu {
    margin-top: 10px !important;
    text-align: left;
  }
  .Footer .Footer-copyright.v2 .menu li {
    line-height: 20px;
    width: 50%;
    margin-bottom: 10px !important;
    border-left: none !important;
    text-align: left;
  }
  .Footer .Footer-copyright.v2 .menu li:before {
    display: none;
  }
}

.Footer.v2 .Footer-copyright.v2 {
  text-align: center;
  width: 100%;
}

@media (max-width: 959px) {
  .Footer.v2 .Footer-copyright.v2 {
    border-top: 1px solid #252e38;
    padding-top: 20px;
    margin-top: 20px;
  }
  .Footer.v2 .Footer-copyright.v2 .menu {
    text-align: center;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Footer.v2 .Footer-copyright.v2 .menu li {
    float: left;
  }
}

@media (max-width: 639px) {
  .Footer.v2 .Footer-copyright.v2 .menu li {
    width: 100%;
    padding-left: 0px !important;
  }
}

/************************************/
/*********** リニュアール公開  *********/
/************************************/
#BreadCrumb ul.breadcrumb li a, #BreadCrumb ul.hs-breadcrumb-menu li a, .Blog-Detail #toc-index > li a {
  color: #0061D5 !important;
}

.LP-FooterForm .LP-Form .form-privacy, .Blog-Detail .blog-section .form-privacy {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 540px;
}

.Blog-Detail .blog-section .form-privacy img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.Blog-Detail .blog-section .LP-Form .hs-form-booleancheckbox:before {
  display: none;
}

/*# sourceMappingURL=ycf_master.css.map */
.Page .LP-Hero.has-topmenu .Hero--overlay {
  background-position: center center;
}

.u-bgColor--image {
  background-image: url("https://www.dev-ops.jp/hubfs/images/library/top_block01.jpg");
}

.u-bgColor--image .h2, .u-bgColor--image p {
  color: #FFFFFF !important;
}

.u-bgColor--resource {
  background-image: url("https://cdn2.hubspot.net/hubfs/4370677/library/classic/images/resource-bg.jpg");
}

.Card-image {
  background-color: #fff;
}

.Card-image > div.image:only-child img {
  max-height: none;
  max-width: 100%;
}

.border-top-none .Wrap {
  border-top: none !important;
}

.Page .LP-Hero.has-topmenu .Hero--overlay .Hero-subtitle:not(.has-kicker) {
  margin: 0;
  max-width: 100%;
  font-weight: 400;
}

.LP-ListResources-Multi .Wrap .Title-group {
  color: #fff;
  border-left: 3px solid #fff;
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 40px;
  margin-top: 60px;
}

.LP-Hero .Hero--small.smallest, .Page.Blog-Basic .Hero--small.smallest {
  background-position: center center !important;
}

.text-border {
  border: 1px solid;
}

.Row.pagination-blog {
  -ms-flex-align: normal;
  align-items: normal;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.pagination-blog div:first-child {
  padding-right: 15px;
}

.pagination-blog div:last-child {
  padding-left: 15px;
}

.pagination-blog .pagination-item {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

.pagination-blog .pagination-item a {
  color: #333;
  text-decoration: none;
  padding: 20px 32px;
  display: block;
  background-color: #f4f4f4;
  transition: all .3s;
  height: 100%;
  border: #ddd solid 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pagination-blog .pagination-item a:hover {
  background-color: #333;
  color: #fff;
}

.pagination-blog .pagination-item .fa-angle-left {
  left: 12px;
  margin-top: -15px;
  font-size: 30px;
  position: absolute;
  top: 50%;
}

.pagination-blog .pagination-item .fa-angle-right {
  right: 12px;
  margin-top: -15px;
  font-size: 30px;
  position: absolute;
  top: 50%;
}

.Blog-Detail .blog-section {
  border-left: none;
}

@media (max-width: 959px) {
  .pagination-blog div:first-child {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .pagination-blog div:last-child {
    padding-left: 0;
  }
}

.Page .LP-Hero .Wrap--narrow {
  max-width: 1020px;
}

.Blog-Basic.Page .Wrap--narrow {
  max-width: 1000px;
}

.Blog-Basic.Page .Hero--small.smallest .Hero-subtitle,
.Blog-Basic.Page .Hero--small.smallest .mgtop-30,
.Blog-Basic.Page .Hero--small.smallest .LP-Detail-Case .interview, .LP-Detail-Case
.Blog-Basic.Page .Hero--small.smallest .interview,
.Blog-Basic.Page .Hero--small.smallest
.LP-Detail-Case .guest,
.LP-Detail-Case
.Blog-Basic.Page .Hero--small.smallest .guest {
  margin-top: 5px;
  font-size: 18px;
}

.Blog-Basic.Page .Hero--small.smallest .Hero-subtitle {
  line-height: 30px;
}

.Blog-Basic.Page .Hero--small.smallest.has-topnav {
  margin-top: -90px;
}

.Blog-Basic.Blog-Seminar .Blog-Detail .blog-section .post-body div.smanone > ul li:before {
  display: none;
}

#Blog-Page .Blog-List {
  display: block;
}

#Blog-Page .Blog-List > .Row {
  margin-bottom: 0px;
}

@media (max-width: 819px) {
  #Blog-Page .Blog-List > .Row {
    margin-bottom: 20px;
  }
}

@media (max-width: 959px) {
  #Blog-Page .Blog-List .Post-Item {
    padding-bottom: 0px;
  }
  #Blog-Page .Blog-List .Post-Item:first-child a:first-of-type {
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
  }
}

#Blog-Page .Blog-List .Post-Item-blog {
  margin: 0 1% 2.5%;
  overflow: hidden;
  height: 410px;
}

#Blog-Page .Blog-List .Post-Item-blog a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #666;
  background: #fff;
  height: 100%;
  border: 1px solid #eee;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-out;
}

#Blog-Page .Blog-List .Post-Item-blog a:hover {
  opacity: 0.7;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
}

#Blog-Page .Blog-List .Post-Item-blog a:hover .eyecatch img {
  transform: scale(1.1);
}

#Blog-Page .Blog-List .eyecatch {
  max-height: 220px;
  background: #000;
  margin: -1em -1em 0.5em;
  text-align: center;
  overflow: hidden;
  position: relative;
}

#Blog-Page .Blog-List .eyecatch img {
  width: 100%;
  margin: 0;
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}

#Blog-Page .Blog-List .cat-name {
  position: absolute;
  top: 0;
  right: 0;
  background: #e65373;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0.1em 0.5em;
  min-width: 7.5em;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
}

#Blog-Page .Blog-List .entry-content {
  padding: 0;
}

#Blog-Page .Blog-List .entry-content .entry-title {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #444;
  text-align: left;
  font-weight: 600;
}

#Blog-Page .Blog-List .entry-content p {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  margin-top: 13px;
  margin-bottom: 0;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-lines: 3;
}

#Blog-Page .Blog-List .entry-content .byline {
  font-family: 'Oswald',sans-serif;
  font-weight: normal;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
  margin: 0;
}

#Blog-Page .Blog-List .entry-content .byline:before {
  font-family: "fontawesome";
  content: "\f274";
  font-size: .88em;
  margin-right: .3em;
  position: relative;
  top: -1px;
}

@media (max-width: 819px) {
  #Blog-Page .Blog-List {
    display: block;
  }
  #Blog-Page .Blog-List .Post-Item-blog {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #Blog-Page .Blog-List .Post-Item-blog a {
    width: 100%;
    display: block;
    padding: 8px 5px;
    text-decoration: none;
    color: #666;
    border: none;
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: justify;
  }
  #Blog-Page .Blog-List .Post-Item-blog .eyecatch {
    width: 20%;
    max-height: 170px;
    margin: 0;
    background: transparent;
  }
  #Blog-Page .Blog-List .Post-Item-blog .entry-content {
    padding: 0 0 0 2%;
    width: 80%;
  }
  #Blog-Page .Blog-List .Post-Item-blog .entry-content .entry-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  #Blog-Page .Blog-List .Post-Item-blog .entry-content .byline {
    font-size: 10px;
  }
  #Blog-Page .Blog-List .Post-Item-blog .entry-content .description {
    display: none;
  }
  #Blog-Page .Blog-List .Post-Item-blog .cat-name {
    display: none;
  }
}

@media (max-width: 639px) {
  #Blog-Page .Blog-List .Post-Item-blog .entry-content .entry-title {
    font-size: 14px;
  }
}

#Blog-Page .Blog-Nav .pagination {
  margin-top: 10px;
  margin-bottom: 60px;
}

@media (max-width: 819px) {
  #Blog-Page .Blog-Nav .pagination {
    margin-bottom: 0px;
  }
}

#Blog-Page .Blog-Nav .disabled {
  display: none;
}

#Blog-Page .Blog-Nav ul {
  margin-left: 0px;
  padding-left: 0px;
}

#Blog-Page .Blog-Nav ul li {
  display: inline-block;
  margin-right: 5px;
}

#Blog-Page .Blog-Nav ul li:last-child {
  margin-right: 0px;
}

#Blog-Page .Blog-Nav ul li a {
  cursor: pointer;
}

#Blog-Page .Blog-Nav ul li a,
#Blog-Page .Blog-Nav ul li.active span {
  color: #3E3E3E;
  border-radius: 2px;
  display: block;
  line-height: 2.2;
  height: 37px;
  width: 34px;
  text-align: center;
  font-size: 16px;
  background-color: #e65373;
  border: solid 1px #e65373;
  color: #FFF;
}

#Blog-Page .Blog-Nav ul li.active span {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #3E3E3E;
}

#Blog-Page .Blog-Nav ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

#Blog-Page h3.title-comment {
  margin-top: 20px;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: bold;
  color: #3E3E3E;
}

#Blog-Page h3.title-comment span {
  font-size: 18px;
  font-family: 'Oswald',sans-serif;
  font-weight: bold;
  margin-right: 10px;
  color: #3E3E3E;
}

#Blog-Page h3.title-comment + hr.slash-2 {
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 3px 3px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
  border: none;
}

@media (max-width: 959px) {
  #Blog-Page {
/*     padding-top: 0px; */
    padding-bottom: 30px;
  }
}

#Blog-Page h3.title-comment + hr.slash-2 {
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 3px 3px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
  border: none;
}

#Blog-Page .recent-posts {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: justify;
}

#Blog-Page .recent-posts a {
  width: 23%;
  margin-left: 1.0%;
  margin-right: 1.0%;
  transition: all 0.3s linear;
}

@media (max-width: 639px) {
  #Blog-Page .recent-posts a {
    width: 48%;
  }
}

@media (max-width: 374px) {
  #Blog-Page .recent-posts a {
    width: 98%;
  }
  #Blog-Page .recent-posts a .recent-post {
    max-width: initial !important;
    min-height: initial !important;
    margin-bottom: 20px;
  }
  #Blog-Page .recent-posts a .recent-post .recent-post-featured-image {
    height: 150px !important;
  }
}

#Blog-Page .recent-posts a:hover {
  text-decoration: none;
}

#Blog-Page .recent-posts a .recent-post {
  overflow: hidden;
  width: 100%;
  max-width: 260px;
  position: relative;
  min-height: 180px;
}

#Blog-Page .recent-posts a .recent-post .recent-post-featured-image {
  width: 100%;
  height: 110px;
  background-size: cover;
}

#Blog-Page .recent-posts a .recent-post .cat-name {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.1em 0.5em;
  font-size: 10px;
  font-weight: bold;
  background: #e65373;
  color: #fff;
  text-align: center;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

#Blog-Page .recent-posts a .recent-post .recent-post-info {
  margin: 0;
  margin-top: 4px;
  font-family: 'Oswald',sans-serif;
  font-weight: normal;
  color: #3E3E3E;
  font-size: 11px;
  line-height: 14px;
}

#Blog-Page .recent-posts a .recent-post .recent-post-title {
  color: #3E3E3E;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  margin: 4px 0;
}

@media (max-width: 819px) {
  #Blog-Sidebar {
    margin-top: 30px;
  }
}

#Blog-Sidebar .Blog-Sidebar-top {
  background-color: #fff;
}

#Blog-Sidebar .box h3 {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #3E3E3E;
  position: relative;
}

#Blog-Sidebar .box h3 span {
  font-size: 18px;
  font-family: 'Oswald',sans-serif;
  font-weight: bold;
  margin-right: 10px;
  color: #3E3E3E;
}

#Blog-Sidebar .box h3::after {
  content: "";
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 3px 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

#Blog-Sidebar .box ul {
  font-size: 13px;
}

#Blog-Sidebar .top-post.box ul {
  padding: 0;
  margin: 0;
}

#Blog-Sidebar .top-post.box ul li:last-child {
  border-bottom: none;
}

#Blog-Sidebar .top-post.box ul li {
  min-height: 55px;
  padding-left: 40px;
  padding-right: 25px;
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.6;
  border-bottom: #ccc dotted 1px;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

#Blog-Sidebar .top-post.box ul li a {
  display: block;
  color: #666;
}

#Blog-Sidebar .top-post.box ul li a:before {
  content: none;
}

#Blog-Sidebar .top-post.box ul li a:hover {
  text-decoration: none;
}

#Blog-Sidebar .top-post.box ul li a:after {
  font-family: "fontawesome";
  content: '\f054';
  position: absolute;
  top: 8px;
  right: 0.6em;
  font-size: 1em;
  color: #e65373;
}

#Blog-Sidebar .top-post.box ul li a:hover:after {
  right: 0.5em;
  transform: translate(1px, 0);
}

#Blog-Sidebar .top-post.box ul li:before {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 2px;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 30px;
}

#Blog-Sidebar .top-post.box ul li:nth-child(1):before {
  content: "1";
}

#Blog-Sidebar .top-post.box ul li:nth-child(2):before {
  content: "2";
}

#Blog-Sidebar .top-post.box ul li:nth-child(3):before {
  content: "3";
}

#Blog-Sidebar .top-post.box ul li:nth-child(1):before,
#Blog-Sidebar .top-post.box ul li:nth-child(2):before,
#Blog-Sidebar .top-post.box ul li:nth-child(3):before {
  color: #e65373;
}

#Blog-Sidebar .top-post.box ul li:nth-child(4):before {
  content: "4";
  color: #3E3E3E;
}

#Blog-Sidebar .top-post.box ul li:nth-child(5):before {
  content: "5";
  color: #3E3E3E;
}

#Blog-Sidebar .top-post.box ul li:nth-child(6):before {
  content: "6";
  color: #3E3E3E;
}

#Blog-Sidebar .top-post.box ul li:nth-child(7):before {
  content: "7";
  color: #3E3E3E;
}

#Blog-Sidebar .top-post.box ul li:nth-child(8):before {
  content: "8";
  color: #3E3E3E;
}

#Blog-Sidebar .top-post.box ul li:nth-child(9):before {
  content: "9";
  color: #3E3E3E;
}

#Blog-Sidebar .top-post.box ul li:nth-child(10):before {
  content: "10";
  color: #3E3E3E;
}

#Blog-Sidebar .recent-post.box {
  border-top: none;
  background: #FFF;
}

#Blog-Sidebar .recent-post.box .list-recent {
  margin-top: 20px;
}

#Blog-Sidebar .recent-post.boxt .item:first-child {
  border-top: none;
}

#Blog-Sidebar .recent-post.box .item {
  clear: both;
  border-top: #ccc dotted 1px;
  padding: 10px;
  position: relative;
}

#Blog-Sidebar .recent-post.box .item .img {
  float: left;
  padding-right: 5px;
}

#Blog-Sidebar .recent-post.box .item.no-img {
  padding-left: 0px;
}

#Blog-Sidebar .recent-post.box .item a {
  display: block;
}

#Blog-Sidebar .recent-post.box .item:first-child {
  border-top: none;
}

#Blog-Sidebar .recent-post.box .item a .title-col {
  padding-right: 0px;
  padding-left: 0px;
}

#Blog-Sidebar .recent-post.box .item a .img-col {
  padding-right: 5px;
  padding-left: 5px;
}

#Blog-Sidebar .Blog-Sidebar-cta .hs-cta-img {
  height: auto;
}

@media (max-width: 819px) {
  #Blog-Sidebar .recent-post.box .item a .img-col {
    width: auto;
    float: left;
  }
}

@media (max-width: 819px) {
  #Blog-Sidebar .Blog-Sidebar-cta {
    text-align: center;
  }
}

@media (min-width: 820px) {
  #Blog-Sidebar .Blog-Sidebar-cta .hs-cta-img {
    width: 100%;
  }
}

@media (max-width: 414px) {
  #Blog-Sidebar .Blog-Sidebar-cta {
    text-align: center;
  }
}

#Blog-Sidebar .recent-post.box .item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Blog-Sidebar .recent-post.box .item a:after {
  font-family: "fontawesome";
  content: '\f054';
  position: absolute;
  top: 30px;
  right: 0.1em;
  font-size: 0.8em;
  color: #e65373;
}

#Blog-Sidebar .recent-post.box .item a:hover:after {
  right: 0em;
  transform: translate(1px, 0);
}

#Blog-Sidebar .recent-post.box .title {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 5px;
  padding-right: 23px;
  display: inherit;
  color: #3E3E3E;
}

#Blog-Sidebar .topic-list.box {
  margin-top: 20px;
  border-top: none;
  background: #FFF;
}

#Blog-Sidebar .topic-list.box ul {
  margin-left: 0px;
  padding-left: 0px;
}

#Blog-Sidebar .topic-list.box ul li:first-child {
  border-top: none;
}

#Blog-Sidebar .topic-list.box ul li {
  clear: both;
  border-top: #ccc dotted 1px;
  list-style-type: none;
}

#Blog-Sidebar .topic-list.box ul li a {
  display: block;
  padding: 15px 23px 15px 5px;
  color: #666;
}

#Blog-Sidebar .topic-list.box ul li a:after {
  font-family: "fontawesome";
  content: '\f054';
  position: absolute;
  right: 0.6em;
  font-size: 1em;
  color: #e65373;
}

#Blog-Sidebar .topic-list.box ul li a:hover {
  text-decoration: none;
  color: #e65373;
}

#Blog-Sidebar .topic-list.box ul li a:hover:after {
  right: 0.5em;
  transform: translate(1px, 0);
}

/*========= BLOG DETAIL =========*/
.Blog-Basic.Page .HeroBlog-list.Hero--small.smallest .Hero-subtitle.top {
  max-width: 90%;
}

@media (max-width: 959px) {
  .Blog-Basic.Page .HeroBlog-list.Hero--small.smallest .Hero-subtitle {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 639px) {
  .Blog-Basic.Page .HeroBlog-list.Hero--small.smallest .Hero-subtitle {
    margin-top: 15px;
    font-size: 14px;
  }
}

.Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest.post-thumb {
  background-position: center center;
}

.Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest.post-thumb:before {
  background: rgba(13, 23, 34, 0.7);
  background: linear-gradient(155deg, rgba(13, 23, 34, 0.7) 0%, rgba(199, 70, 98, 0.85) 100%);
}

@media (max-width: 959px) {
  .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest {
    height: auto;
  }
  .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest .Hero-title {
    font-size: 30px;
    line-height: 36px;
  }
  .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest .Hero-subtitle {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 639px) {
  .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest .Hero-title {
    font-size: 24px;
  }
  .Blog-Basic.Page .HeroBlog-detail.Hero--small.smallest .Hero-subtitle {
    margin-top: 15px;
    font-size: 14px;
  }
}

.Blog-Detail .blog-section {
  border-left: 1px solid #fafafa;
  position: relative;
}

@media (min-width: 960px) {
  .Blog-Detail .blog-section {
    margin-left: 55px;
  }
  .Blog-Detail.blog-seminar .blog-section,
  .Blog-Detail.blog-news .blog-section {
    margin-left: 0px;
  }
}

.Blog-Detail .blog-section #recaptcha_area,
.Blog-Detail .blog-section #recaptcha_table {
  margin-left: -3px;
}

.Blog-Detail .blog-section a:hover {
  opacity: 0.7;
}

.Blog-Detail .blog-section .post-body ul {
  list-style: none;
  padding-left: 20px;
}

.Blog-Detail .blog-section .post-body ul li {
  padding-left: 20px;
  position: relative;
}

.Blog-Detail .blog-section .post-body ul li:before {
  content: '';
  border: 2px solid #e65373;
  border-radius: 100%;
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 14px;
  transform: translate(0, -50%);
  width: 6px;
}

.Blog-Detail .blog-section .post-body ul li + li {
  margin-top: 5px;
}

.Blog-Detail .blog-section .post-body ol {
  counter-reset: li;
  list-style: none;
  padding-left: 40px;
}

.Blog-Detail .blog-section .post-body ol li {
  position: relative;
}

.Blog-Detail .blog-section .post-body ol li + li {
  margin-top: 5px;
}

.Blog-Detail .blog-section .post-body ol li:before {
  color: #e65373;
  counter-increment: li;
  content: counter(li);
  position: absolute;
  width: 22px;
  background-position: center;
  /* left: -25px; */
  left: -19px;
  top: 1px;
  display: block;
  font-weight: bold;
  vertical-align: middle;
  height: 26px;
}

/* .Blog-Detail .blog-section .post-body ol li:nth-child(n+10):before {
  left: -28px;
} */

.Blog-Detail .blog-section .post-body h1,
.Blog-Detail .blog-section .post-body h2,
.Blog-Detail .blog-section .post-body .h1,
.Blog-Detail .blog-section .post-body .h2 {
  text-align: left;
}

.Blog-Detail .blog-section .post-body h2,
.Blog-Detail .blog-section .post-body .h2 {
  color: #565656;
}

@media (min-width: 960px) {
  .Blog-Detail .blog-section .post-body h2:not(#toc-0) {
    margin-top: 60px;
  }
  .Blog-Detail .blog-section .post-body h3,
  .Blog-Detail .blog-section .post-body .h3,
  .Blog-Detail .blog-section .post-body h4,
  .Blog-Detail .blog-section .post-body .h4,
  .Blog-Detail .blog-section .post-body h5,
  .Blog-Detail .blog-section .post-body .h5,
  .Blog-Detail .blog-section .post-body h6,
  .Blog-Detail .blog-section .post-body .h6 {
    margin-top: 45px;
  }
  .Blog-Detail .blog-section .post-body .hs_cos_wrapper h2:first-child:not(#toc-0) {
    margin-top: 0px;
  }
}

.Blog-Detail .blog-section .post-body h5,
.Blog-Detail .blog-section .post-body h6,
.Blog-Detail .blog-section .post-body .h5,
.Blog-Detail .blog-section .post-body .h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-weight: 500;
  border-left: #333 solid 3px;
  padding-left: 10px;
}

.Blog-Detail .blog-section .post-body blockquote {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 20px;
  background-color: #f4f8f9;
}

.Blog-Detail .blog-section .post-body blockquote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  color: #e65373;
  display: inline-block;
  padding-right: 10px;
  font-size: 25px;
  position: relative;
  top: 0px;
  line-height: 0;
}

.Blog-Detail .blog-section .post-body blockquote:after {
  content: "\f10e";
  font-family: "FontAwesome";
  color: #e65373;
  display: inline-block;
  padding-left: 10px;
  font-size: 25px;
  position: relative;
  bottom: -10px;
  line-height: 0;
}

.Blog-Detail .blog-section .post-body blockquote p {
  display: inline;
}

.Blog-Detail .blog-section .post-body figure figcaption {
  font-size: 14px;
  margin-top: 6px;
}

.Blog-Detail .blog-section .post-body figure img {
  margin-bottom: 0px !important;
}

.Blog-Detail .blog-section .post-body dl dt {
  margin: 10px 0px;
  font-weight: bold;
}

.Blog-Detail .blog-section .post-body dl dd {
  display: list-item;
  list-style-type: disc;
}

/*----- END BLOG STYLE -----*/
.Blog-Detail .blog-section img {
  /* width: auto; */
  height: auto;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .sodium-blog .blog-section img {
    max-width: 100% !important;
    margin-bottom: 1.5em;
  }
}

.Blog-Detail .blog-section h2.blog-title {
  margin-top: 55px;
  font-size: 31px;
  color: #ffc400;
  text-align: left;
  font-weight: 400;
}

.Blog-Detail .blog-section ul .social {
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
}

.Blog-Detail .blog-section ul .social li {
  margin-right: 10px;
  display: inline-block;
}

.Blog-Detail .blog-section ul .social li:before {
  display: none;
}

.Blog-Detail .blog-section ul .social li a {
  height: 42px;
  width: 42px;
  display: block;
  text-align: center;
  line-height: 42px;
  background-color: #e65373;
  border-radius: 3px;
  border: solid 1px #e65373;
  color: #FFFFFF;
}

.Blog-Detail .blog-section ul .social li a:hover {
  background-color: #FFFFFF;
  color: #e65373;
}

.Blog-Detail .blog-section ul .social li a i {
  font-size: 20px;
}

.Blog-Detail .blog-section .post-details {
  padding: 0px;
  margin: 3px 0px 22px 0px;
  margin-top: 50px;
}

.Blog-Detail.blog-section .post-details li {
  font-size: 11px;
  color: #a09f9f;
  display: inline-block;
}

.Blog-Detail .blog-section .post-details li a {
  color: #a09f9f;
}

.Blog-Detail .blog-section .post-details li i {
  color: #e65373;
  font-size: 11px;
}

.Blog-Detail .post-cta {
  text-align: center;
  margin-top: 50px;
}

@media (min-width: 481px) and (max-width: 959px) {
  .Blog-Detail .post-cta {
    margin-bottom: 55px;
  }
}

.Blog-Detail .social-blog {
  overflow: hidden;
  height: 269px;
  position: absolute;
  border: 4px;
  overflow: hidden;
  width: 40px;
  transform: translateX(-60px);
}

.Blog-Detail .social-blog .social-list {
  height: 249px;
  position: absolute;
  left: 0;
}

.Blog-Detail .social-blog ul {
  width: 40px;
  padding-left: 0px;
}

.Blog-Detail .social-blog ul li {
  background-color: #e65373;
  list-style: none;
  width: 40px;
  height: 40px;
  padding: 5px 8px;
  margin-bottom: 1px;
  transition: 0.3s;
  border: 2px solid #e65373;
}

/* social(本番にマージする) */
.Blog-Detail .social-blog ul li.facebook {
  background-color: #0866FF;
  border: 2px solid #0866FF;
}
.Blog-Detail .social-blog ul li.facebook:hover a{
  color: #0866FF;
}

.Blog-Detail .social-blog ul li.twitter {
  background-color: #000;
  border: 2px solid #000;
}

.Blog-Detail .social-blog ul li.googleplus {
  background-color: #dd4b39;
  border: 2px solid #dd4b39;
}

.Blog-Detail .social-blog ul li.hatena {
  background-color: #1ba5dc;
  border: 2px solid #1ba5dc;
}

.Blog-Detail .social-blog ul li.pocket {
  background-color: #ef3e56;
  border: 2px solid #ef3e56;
}

.Blog-Detail .social-blog ul li.email {
  background-color: #5da7c6;
  border: 2px solid #5da7c6;
}

.Blog-Detail .social-blog ul li:hover {
  background-color: #fff;
}

.Blog-Detail .social-blog ul li:hover a {
  color: #e65373;
}

.Blog-Detail .social-blog ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
}

.Blog-Detail .social-blog ul li a .fa-hatena::before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.Blog-Detail .social-blog .hide-arrow {
  background-color: #e1e1e1;
  color: #FFF;
  text-align: center;
  border: 0;
  display: block;
  font-size: 16px;
  width: 40px;
  padding: 1px 0;
  cursor: pointer;
  margin-top: 206px;
}

.Blog-Detail.blog-mobile-layout .social-blog {
  position: absolute !important;
  bottom: 0px;
  top: initial !important;
  width: 100% !important;
  height: 45px;
  transform: translateX(0px);
  margin-top: 40px;
  margin-bottom: 40px;
}

.Blog-Detail.blog-mobile-layout .social-blog.hide-bt {
  bottom: -40px;
}

.Blog-Detail.blog-mobile-layout .social-blog .social-list {
  height: auto;
  width: 100%;
  left: auto;
  right: auto;
  text-align: center;
  bottom: 0px;
}

.Blog-Detail.blog-mobile-layout .social-blog .social-list ul {
  width: 100%;
}

.Blog-Detail.blog-mobile-layout .social-blog .social-list ul li {
  display: inline-block;
}

@media (max-width: 480px) {
  .Blog-Detail.blog-mobile-layout .social-blog {
    position: fixed !important;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
    height: 40px;
    z-index: 998;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #e1e1e1;
    transition: bottom .3s ease;
  }
  .Blog-Detail.blog-mobile-layout .social-blog .hide-bt {
    bottom: -40px;
  }
  .Blog-Detail.blog-mobile-layout .social-blog .social-list {
    height: auto;
    width: 100%;
    left: auto;
    right: auto;
    text-align: center;
    bottom: 0px;
  }
  .Blog-Detail.blog-mobile-layout .social-blog .social-list ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Blog-Detail.blog-mobile-layout .social-blog .social-list ul li {
    display: block;
    margin-bottom: 0px;
    height: 40px;
    width: 16.6667%;
    padding: 5px 8px;
  }
  .Blog-Detail.blog-mobile-layout .social-blog .hide-arrow {
    margin-top: 0px;
    height: 40px;
    padding: 0px;
    float: right;
    display: none;
  }
  .Blog-Detail.blog-mobile-layout .social-blog .hide-arrow i {
    transform: rotate(90deg);
    font-size: 22px;
  }
}

.Blog-Detail .section.post-body {
  border: 1px solid #ddd;
  padding: 50px;
  min-height: 800px;
}

.Blog-Detail .blog-mobile-layout .section.post-body {
  padding-bottom: 90px !important;
}

.Blog-Detail .section.post-body .youtube-container-pane {
  margin: 0 auto;
  max-width: 100% !important;
}

.Blog-Detail .section.post-body .youtube-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.Blog-Detail .section.post-body .youtube-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*----- BLOG STYLE ----- */
.Blog-Detail .section.post-body pre,
.Blog-Detail .section.post-body code {
  font-family: 'Source Sans Pro';
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  font-size: 13px;
  line-height: 19px;
  overflow-x: auto;
  overflow-y: auto;
  padding: 6px;
  border-radius: 3px;
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .Blog-Detail .section.post-body {
    padding-top: 15px;
  }
  .Blog-Detail .blog-section,
  .Blog-Detail .widget-type-blog_comments {
    padding-right: 0px;
  }
  .Blog-Detail .widget-type-blog_content > .blog-section {
    padding-right: 0px;
  }
  .Blog-Detail .side-bar-blog .widget-type-blog_subscribe {
    display: none;
  }
}

/* 記事下のfacebookいいねボタン */
.Blog-Detail .fb-likebtn {
  display: table;
  background: #3E3E3E;
  color: #fff;
  text-align: center;
  margin: 30px 0 50px;
  margin-top: 20px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 100%;
}

.Blog-Detail .fb-likebtn .fb_reset {
  display: none;
}

.Blog-Detail .fb-likebtn .fb-button {
  transform: scale(1.2);
  overflow: hidden;
}

.Blog-Detail .fb-likebtn .eyecatch,
.Blog-Detail .fb-likebtn .rightbox {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  border: none;
}

.fb-likebtn .eyecatch img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fb-likebtn .like_text {
  font-size: 1.05em;
  margin-top: 1em;
  font-weight: bold;
  line-height: 1.4;
}

.fb-likebtn .like_text p {
  margin-bottom: 1em;
  font-weight: normal;
}

.fb-likebtn .like_text .small {
  font-size: 11px;
  color: #ccc;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .fb-likebtn .fb-button {
    transform: scale(1);
  }
  .fb-likebtn .like_text {
    font-size: .9em;
  }
  .fb-likebtn .like_text p {
    margin-bottom: 0;
    padding: 0;
  }
  .Blog-Detail .fb-likebtn .eyecatch,
  .Blog-Detail .fb-likebtn .rightbox {
    width: 100%;
  }
  .Blog-Detail .fb-likebtn .eyecatch {
    display: none;
  }
  .Blog-Detail .fb-likebtn .rightbox {
    display: block;
    padding: 20px;
  }
}

/********************************************************/
/********************************************************/
/******* BLOG TEMPLATE CSS *******/
/********************************************************/
/********************************************************/
.Blog-Detail .blog-section .post-body h2 {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
}

.Blog-Detail .blog-section .post-body h3 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}

.Blog-Detail .blog-section .post-body .h4 {
  border-bottom: none;
}

.Blog-Detail .blog-section .post-body h4,
.Blog-Detail.blog-section .post-body .h4 {
  margin-bottom: 25px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

/* .Blog-Detail .blog-section .post-body h2 span {
  color: #FFFFFF;
}

.Blog-Detail .blog-section .post-body h3 span,
.Blog-Detail .blog-section .post-body h4 span {
  color: #3E3E3E;
} */

.Blog-Detail .blog-section .post-body h2,
.Blog-Detail .blog-section .post-body h3,
.Blog-Detail .blog-section .post-body h4,
.Blog-Detail .blog-section .post-body h5,
.Blog-Detail .blog-section .post-body h6 {
  line-height: 1.5;
}

.Blog-Detail .blog-section .post-body p {
  line-height: 1.75;
  margin-bottom: 20px;
  margin-top: 20px;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-lines: 3;
}

.Blog-Detail .blog-section .post-body p:first-child {
  margin-top: 0px;
}

.Blog-Detail .blog-section .post-body .hs_cos_wrapper > p:last-child {
  margin-bottom: 0px;
}

.Blog-Detail .blog-section .post-body ul li {
  font-size: 16px;
}

/* .table_style */
.Blog-Detail .blog-section .post-body table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: auto;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.5;
  border-left: #ddd solid 1px;
  border-top: #ddd solid 1px;
}

.Blog-Detail .blog-section .post-body table:last-child {
  margin-bottom: 0;
}

.Blog-Detail .blog-section .post-body table td {
  padding: 9px 10px 8px;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-lines: 3;
}

.Blog-Detail .blog-section .post-body table th {
  padding: 9px 10px 8px;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  background-color: #e4eef0;
  text-align: left;
}

.Blog-Detail .blog-section .post-body table p {
  font-size: 16px;
  margin-bottom: 0;
}

/*===== BLOG STYLE EDITED 17/08/25 =====*/
.Blog-Detail .blog-section .post-body a:not(.Button--large):not(.pager-load-more a):not(
.item-list .pager-load-more a):not(.Button--outline):not(.pager-load-more a):not(
.item-list .pager-load-more a),
.Blog-Detail .blog-section .post-body span a:not(.Button--large):not(.pager-load-more a):not(
.item-list .pager-load-more a):not(.Button--outline):not(.pager-load-more a):not(
.item-list .pager-load-more a) {
  font-size: inherit;
  text-decoration: underline;
}

.Blog-Detail .blog-section .post-body a.link-inside,
.Blog-Detail .blog-section .post-body span a.link-inside {
  text-decoration: none;
}

.Blog-Detail .blog-section .post-body a.link-inside:hover,
.Blog-Detail .blog-section .post-body span a.link-inside:hover {
  text-decoration: underline;
}

.Blog-Detail .blog-section .post-body table td a {
  font-size: 16px;
}

/*===== END BLOG STYLE EDITED 17/08/25 =====*/
@media only screen and (max-width: 767px) {
  .Blog-Detail .section.post-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .Blog-Detail .blog-section .post-body h2 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    padding: 10px 10px;
    /* font-size: 18px; */
    font-size: 20px;
  }
  .Blog-Detail .blog-section .post-body h3 {
    padding-bottom: 6px;
    /* font-size: 16px; */
    font-size: 18px;
  }
  .Blog-Detail .blog-section .post-body h4 {
    font-size: 16px;
  }
  .Blog-Detail .blog-section .post-body p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/* -----------------------
#toc-box(ブログ目次)
----------------------- */
.Blog-Detail #toc-box {
  /* margin-bottom: 20px; */
  margin-bottom: 30px;
  /* 2018/03/07 目次の表示を対応 */
  padding: 15px 10px 5px 10px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

.Blog-Detail #toc-title {
  margin-left: 10px;
  font-size: 16px;
  /* font-weight: bold; */
  font-weight: 400;
}

.Blog-Detail #toc-index {
  margin-top: 10px;
  margin-bottom: 10px;
}

.Blog-Detail #toc-index > li:before {
  color: #3E3E3E;
  font-weight: normal;
}

.Blog-Detail #toc-index > li a {
  font-weight: 400;
  color: #3E3E3E;
}

@media only screen and (max-width: 767px) {
  .Blog-Detail #toc-index > li a {
    font-size: 16px;
  }
}

.Blog-List .post-news dl.list {
  text-align: left;
  border-top: #ccc dotted 1px;
  margin-top: 0px;
}

.Blog-List .post-news dl.list dt {
  padding-top: 20px;
  padding-left: 8px;
  color: #666;
  font-size: 0.9rem;
}

.Blog-List .post-news dl.list dd {
  margin-top: -48px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8em;
  font-weight: normal;
  line-height: 1.5;
  border-bottom: #ccc dotted 1px;
  margin-left: 0px;
}

.Blog-List .post-news dl.list dd p {
  margin: 0px;
}

.Blog-List .post-news dl.list dd ul {
  margin-top: 5px;
  padding-left: 0px;
  list-style-position: inside;
}

.Blog-List .post-news dl.list dd .tag {
  background: #e65373;
  color: #fff;
  font-size: 13px;
  padding: 0px 8px 2px 8px;
  margin-right: 8px;
}

.Blog-List .post-news dl.list dd a {
  font-weight: 500;
  color: #666666;
}

.Blog-List .post-news dl.list dd a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .Blog-List .post-news dl.list {
    border-top: 0px;
  }
  .Blog-List .post-news dl.list dt {
    padding-top: 20px;
  }
  .Blog-List .post-news dl.list dd {
    margin-top: -2rem;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    padding-left: 6rem;
  }
}

/********************************************************/
/********************************************************/
/******************** Subcription Form ******************/
/********************************************************/
/********************************************************/
#Blog-Sidebar .subcription form .hs-form-field {
  margin-bottom: 10px;
}

#Blog-Sidebar .subcription form input.hs-input {
  border: 0;
  border-bottom: dotted 1px #999;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #3E3E3E;
  font-size: 14px;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

#Blog-Sidebar .subcription form .hs-error-msgs {
  text-align: center;
}

#Blog-Sidebar .subcription form .hs_error_rollup {
  margin-bottom: 10px;
  text-align: center;
}

#Blog-Sidebar .subcription form input.hs-input:focus {
  color: initial !important;
  box-shadow: none !important;
  border-color: none !important;
}

#Blog-Sidebar .subcription form .actions,
#Blog-Sidebar .subcription form .hs-form-booleancheckbox {
  text-align: center;
}

#Blog-Sidebar .subcription form .actions .hs-button.primary {
  width: 100%;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
}

#Blog-Sidebar .subcription form .form-privacy {
  margin-bottom: 0px;
}

#Blog-Sidebar .subcription form .hs-error-msgs {
  margin-top: 0px;
}

#Blog-Sidebar .subcription form label {
  font-size: 13px;
  font-weight: bold;
  color: #3E3E3E;
  position: relative;
}

#Blog-Sidebar .subcription form label span {
  color: #3E3E3E;
}

#Blog-Sidebar .subcription form label span.hs-form-required {
  color: #FFF;
  background-color: #f00;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  font-size: 11px;
}

#Blog-Sidebar .subcription form input[type="checkbox"] {
  position: relative;
  height: 3px;
  width: 15px;
  top: -6px;
  margin-right: 3px;
  visibility: hidden;
}

#Blog-Sidebar .subcription form input[type="checkbox"] + span {
  color: #3E3E3E;
}

#Blog-Sidebar .subcription form input[type="checkbox"] + span:before {
  content: "\f096";
  position: absolute;
  top: -3px;
  left: -1px;
  display: block;
  color: #e0e0e0;
  width: 16px;
  height: 16px;
  font-family: "FontAwesome";
}

#Blog-Sidebar .subcription form input[type="checkbox"]:checked + span:before {
  content: "\f14a";
  color: #4da6db;
}

#Blog-Sidebar .subcription form input[type="radio"] {
  position: relative;
  height: 3px;
  width: 15px;
  top: -6px;
  visibility: hidden;
  margin-right: 8px;
}

#Blog-Sidebar .subcription form input[type="radio"] + span {
  color: #3E3E3E;
}

#Blog-Sidebar .subcription form input[type="radio"] + span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -1px;
  background-image: url("https://products.nvc.co.jp/hubfs/library/classic/images/radio.png");
  display: block;
  width: 16px;
  height: 16px;
  background-position: 0px 0px;
}

#Blog-Sidebar .subcription form input[type="radio"]:checked + span:before {
  background-position: 16px 0px;
}

#Blog-Sidebar .subcription form select {
  background-color: #fff;
  border: 0;
  outline: 0;
  font-size: 16px;
  border-bottom: solid 1px #ffc400;
  color: #626262;
  margin-top: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0px;
  border-radius: 0;
  background-image: url("https://products.nvc.co.jp/hubfs/library/classic/images/arrow_down.png");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 64%;
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 .input,
#Blog-Sidebar .subcription form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}

#Blog-Sidebar .subcription form fieldset.form-columns-2 .hs_lastname,
#Blog-Sidebar .subcription form fieldset.form-columns-2 .hs_firstname {
  width: 100%;
  float: none;
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 input[type="email"] {
  width: 100% !important;
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 .hs_privacy_policy_check input {
  width: auto !important;
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 .hs_privacy_policy_check .input input[type="checkbox"].hs-input + span:before {
  display: none;
}

#Blog-Sidebar .subcription form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span {
  padding-left: 0px;
}

#Blog-Sidebar .subcription form fieldset.form-columns-1 .hs_privacy_policy_check .input input[type="checkbox"].hs-input + span:after {
  top: 12px;
}

#Blog-Sidebar .subcription form fieldset.form-columns-2 .hs_lastname input,
#Blog-Sidebar .subcription form fieldset.form-columns-2 .hs_firstname input {
  width: 100%;
}

#Blog-Sidebar .subcription form.hs-form .inputs-list li label {
  font-size: 12px;
  color: #F00;
}

#Blog-Sidebar .subcription ul.inputs-list {
  list-style-type: none;
  padding-left: 0px;
}

#Blog-Sidebar .subcription .subscript input {
  width: 100%;
}

#Blog-Sidebar .subcription .blog-subscribe {
  margin-top: 20px;
  border-top: none;
  background: #FFF;
}

#Blog-Sidebar .subcription .blog-subscribe h3.title {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #3E3E3E;
  position: relative;
}

#Blog-Sidebar .subcription .blog-subscribe h3.title::after {
  content: "";
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223px%22%20height%3D%223px%22%20viewBox%3D%220%200%203%203%22%20fill%3D%22hsla%25280%2C%200%25%2C%2065%25%2C%201.0%2529%22%3E%3Cpolygon%20points%3D%220%2C0.5%200%2C1.5%201.5%2C3%202.5%2C3%22%2F%3E%3Cpolygon%20points%3D%222.5%2C0%201.5%2C0%203%2C1.5%203%2C0.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 3px 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

#Blog-Sidebar .subcription .blog-subscribe h3.title span {
  font-size: 18px;
  font-family: 'Oswald',sans-serif;
  font-weight: bold;
  margin-right: 10px;
  color: #3E3E3E;
}

#Blog-Sidebar .subcription .blog-subscribe .form-title {
  display: none;
}

#Blog-Sidebar .subcription .widget-type-form {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-left: 0px;
}

#Blog-Sidebar .subcription .blog-subscribe .hs-form {
  padding-left: 5px;
  padding-right: 5px;
}

#Blog-Sidebar .subcription form .hs_privacy_policy_check {
  margin-top: -10px;
}

#Blog-Sidebar .subcription form .hs_privacy_policy_check input {
  width: auto !important;
}

#Blog-Sidebar .subcription form .hs_privacy_policy_check .input input[type="checkbox"].hs-input + span:before {
  display: none;
}

#Blog-Sidebar .subcription form.hs-form .hs-form-field .input input[type="checkbox"].hs-input + span {
  padding-left: 0px;
}

#Blog-Sidebar .subcription form .hs_privacy_policy_check .input input[type="checkbox"].hs-input + span:after {
  top: 10px;
}

#Blog-Sidebar .subcription .submit-message {
  font-size: 13px;
  line-height: 20px;
}

/*========= BLOG COMMON =========*/
@media (max-width: 959px) {
  .Wrap-paddingSmall {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 959px) {
  .Blog-Basic #BreadCrumb.BlogBreadCrumb ul.breadcrumb {
    border-bottom: 1px solid #ebebeb;
  }
}

/********************************************************/
/********************************************************/
/******************** Form in Blog Post *****************/
/********************************************************/
/********************************************************/
.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound {
  background-color: #2c3e50;
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound h3.form-title {
  border-bottom: none;
  margin-bottom: 20px;
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound ul.hs-error-msgs {
  padding-left: 0px;
  list-style-type: none;
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound ul.hs-error-msgs li {
  padding-left: 0px;
}

.Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound ul.hs-error-msgs li:before {
  display: none;
}

@media (max-width: 960px) {
  .Blog-Basic .LP-Form.LP-Form-inpage.overlay {
    padding: 0px;
  }
  .Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound {
    padding: 30px 30px;
  }
}

@media (max-width: 479px) {
  .Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound {
    padding: 30px 15px;
  }
}

@media (max-width: 413px) {
  .Blog-Basic .LP-Form.LP-Form-inpage.overlay .form_inbound .actions .hs-button.primary {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.Blog-Detail .blog-section .post-body .table-wrap {
  width: 100%;
  max-width: 764px;
  overflow: auto;
}

.Blog-Detail .blog-section .post-body .table-wrap table {
  min-width: 100%;
}

@media (max-width: 767px) {
  .Blog-Detail .blog-section .post-body .table-wrap table th {
    min-width: 130px;
  }
}

/* ===================================== */
/* ------------- Search ---------------- */
/* ===================================== */
.ViewsExposedForm--blog .form-item-search:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgaWQ9ImJvZHlfMSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1Ij4KCjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNzE0Mjg1NyAwIDAgMC43MTQyODU3IDAgMCkiPgogICAgPHBhdGggdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAwIDApIiAgZD0iTTIwLjkwNzI0IDE5Ljk1NTUyTDE1LjExMTcyIDE0LjE2QyAxNy45NTYyIDEwLjc3NTUyIDE3LjgxMTcyIDUuNzM1NTIgMTQuNjQyNzYgMi41Njg5NkMgMTEuMjk0MjggLTAuNzggNS44NTg3NiAtMC43OCAyLjUxMTcyIDIuNTY4OTZDIC0wLjgzNzI0IDUuOTE3NDQgLTAuODM3MjQgMTEuMzUzNDQgMi41MTE3MiAxNC43QyA0LjE2NzI0IDE2LjM1NTUyIDYuNDAwNjggMTcuMjIgOC41OTYyIDE3LjIyQyAxMC41NzYyIDE3LjIyIDEyLjUyMDY4IDE2LjUzNTUyIDE0LjE0MDY4IDE1LjIwNDQ4TDE0LjE0MDY4IDE1LjIwNDQ4TDE5LjkzNjIgMjFMMjAuOTA3MjQgMTkuOTU1NTJ6TTMuNTIwNjggMTMuNjkzNDRDIDAuNzQ5MTYgMTAuOTIxOTIgMC43NDkxNiA2LjM4NDQ4IDMuNTIwNjggMy42MTM0NEMgNC45MjQ2OCAyLjIwODk2IDYuNzI0NjggMS41MjQ0OCA4LjU2MDY4IDEuNTI0NDhDIDEwLjM5NjIgMS41MjQ0OCAxMi4yMzE3MiAyLjIwODk2IDEzLjYwMDY4IDMuNjEzNDRDIDE2LjM3MTcyIDYuMzg0NDggMTYuMzcxNzIgMTAuOTIxOTIgMTMuNjAwNjggMTMuNjkzNDRDIDEwLjgyNzI0IDE2LjQ2NDQ4IDYuMjkxNzIgMTYuNDY0NDggMy41MjA2OCAxMy42OTM0NHoiIHN0cm9rZT0ibm9uZSIgZmlsbD0iIzBEMTcyMiIgZmlsbC1ydWxlPSJub256ZXJvIiAvPgo8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 50%;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  width: 24px;
  z-index: 10;
}

.Blog-Basic.Page {
  padding-top: 0;
}
.Blog-Basic.Page .LP-Hero {
  overflow: hidden;
}
.Blog-Basic.Page .Wrap--backgroud {
  position: relative;
  width: 100%;
}
.Blog-Basic.Page .Wrap--backgroud img{
  position: absolute;
  width: 100%;
}

.Blog-Basic.Page .Hero--small {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  justify-items: center;
/*   background: 0; */
  margin-top: 0;
  padding-bottom: 60px;
  padding-top: 135px;
  height: 400px;
}

.Blog-Basic.Page .HeroBlog-list {
    height: 340px;
}

.Blog-Basic.Page .Wrap--narrow {
  max-width: 1240px;
}

.Blog-Basic.Page .Wrap--narrow .Hero-title {
  margin-bottom: 0px;
  padding-top: 0px;
}

.Blog-Basic.Page .Wrap--narrow .Hero-subtitle {
  margin-top: 8px;
  font-size: 15px;
  line-height: 30px;
}

@media (max-width: 819px) {
  body:not(.Pacnav--is-scrolling) .Header.Has-childmenu {
    top: 0 !important;
  }
  .Blog-Basic.Page .Wrap--narrow .Hero-title {
    padding-top: 0;
  }
}

@media (max-width: 959px) {
  .Blog-Basic.Page .Wrap--backgroud img{
    top: 0;
  }
  .Blog-Basic.Page .Wrap--narrow .Hero-title {
    font-size: 30px;
    line-height: 36px;
  }
  .Blog-Basic.Page .Wrap--narrow .Hero-subtitle {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }
  .Blog-Basic.Page .Hero--small {
    padding-bottom: 60px;
    padding-top: 85px;
  }
}

@media (max-width: 767px) {
  .Blog-Basic.Page .Hero--small {
    height: 325px;
  }
  .Blog-Basic.Page .Wrap--backgroud img {
    height: 325px;
  }
}

@media (max-width: 639px) {
  .Blog-Basic.Page {
    padding-top: 0;
  }
  
  .Blog-Basic.Page .Hero--small {
    height: 325px;
    padding-bottom: 60px;
    padding-top: 85px;
  }
  
  .Blog-Basic.Page .Wrap--narrow .Hero-title {
    font-size: 24px;
  }
  .Blog-Basic.Page .Wrap--narrow .Hero-subtitle {
    margin-top: 15px;
    font-size: 14px;
  }
  .Blog-Basic.Page .Wrap--backgroud {
    width: 600px;
  }
  
  #Blog-Page .view-filters + .Row {
    margin-top: 20px;
  }
  }
}

@media (max-width: 479px) {
  .Blog-Basic.Page .Hero--small {
    padding-top: 70px;
  }
}

/* ===================================== */
/* ---------- Sidebar-menu ------------ */
/* ===================================== */
.Sidebar-menu ul {
  list-style-type: none;
  padding: 0;
}
.Sidebar-menu > ul > li {
  transition: all 1s;
  border-bottom: 1px solid #ddd;
  z-index: 1;
  padding: 12px 20px 12px 15px;
  position: relative;
}
.Sidebar-menu .Menu--sub {
  margin: 0;
  margin-top: 12px;
}
.Sidebar-menu > ul > li > a {
  display: inline-block;
  color: #4a4a4a;
  text-decoration: none;
}
.Sidebar-menu > ul > li > a:hover {
  opacity: 0.7
}
.Sidebar-menu > ul > li > a:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 27px;
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 -4px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
}
.Sidebar-menu .Menu--sub a {
  display: block;
  font-size: 0.95em;
  padding: 5px 0 5px 25px;
  position: relative;
}
.Sidebar-menu .Menu--sub a:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -6px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #999;
}
.Sidebar-menu > ul > li.has-sub:not(.show) .Menu--sub,
.Sidebar-menu > ul > li:not(.has-sub) span.icon {
  display: none;
}

.Sidebar-menu > ul > li.has-sub span.icon {
  position: absolute;
  right: 0;
  top: 12px;
  border: 0;
  height: 30px;
  width: 30px;
  display: inline-block;
  color: #666;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
}
.Sidebar-menu > ul > li.has-sub.show span.icon {
  font-size: 26px;
  top: 10px;

}
.Sidebar-menu .filter-link-count {
    display: inline-block;
    margin-left: 7px;
}
/* ===================================== */
/* ----------- BreadCrumb -------------- */
/* ===================================== */
.Blog-Basic.Page .Blog-hero.Hero--small.smallest.HeroBlog-detail {
/*   height: 415px;
  padding-top: 140px; */
}
.Blog-hero {
  flex-direction: column;
}
.Blog-hero #BreadCrumb {
  position: absolute;
  bottom: 0;
  text-align: left;
  left: 0;
  width: 100%;
}

.Blog-hero #BreadCrumb .breadcrumb {
  border-bottom: none !important;
  line-height: 1.4;
}
.Blog-hero #BreadCrumb ul.breadcrumb li a,
.Blog-hero #BreadCrumb ul.breadcrumb li:after,
.Blog-hero #BreadCrumb ul.breadcrumb li.post span {
  color: #ddd!important;
}
.Blog-hero #BreadCrumb ul.breadcrumb li .fa {
  color: #ccc;
}
/* ===================================== */
/* -----------   Filter   -------------- */
/* ===================================== */
.ViewsDropdown {
  transition: box-shadow 0.4s;
  border-radius: 3px;
  height: 48px;
  min-width: 160px;
  position: relative;
}

.ViewsDropdown-label {
  color: #e65373;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  transition: background 0.4s, border 0.4s, color 0.4s;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  height: 48px;
  line-height: 46px;
  padding-left: 20px;
  padding-right: 42px;
  position: relative;
  white-space: nowrap;
  z-index: 10;
}

.ViewsDropdown-label:after {
  transition: border 0.4s;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e65373;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.ViewsDropdown-items {
  transition: box-shadow 0.4s, opacity 0.4s, transform 0.6s;
  background: #fff;
  border-radius: 0 0 3px 3px;
  height: 0;
  max-height: 600px;
  min-width: 100%;
  opacity: 0;
  overflow: auto;
  position: relative;
  transform: rotateX(-30deg);
  transform-origin: center top;
  z-index: 5;
}

.ViewsDropdown-items a {
  color: #4a4a4a;
  font-size: 15px;
  padding: 0 20px;
  transition: background 0.4s, color 0.4s;
  display: block;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  white-space: nowrap;
}

/* .ViewsDropdown-items a:hover {
  background: rgba(230, 83, 115, 0.1);
  color: #694c52;
} */

.ViewsDropdown.is-active .ViewsDropdown-label {
  color: #fff;
  background: #e65373;
  border-color: transparent;
}

.ViewsDropdown.is-active .ViewsDropdown-label:after {
  border-top-color: #fff;
}

.ViewsDropdown:focus, .ViewsDropdown:hover,
.ViewsDropdown:focus .ViewsDropdown-items,
.ViewsDropdown:hover .ViewsDropdown-items {
  box-shadow: rgba(13, 23, 34, 0.25) 0 5px 25px , rgba(13, 23, 34, 0.125) 0 0 0 1px ;
}

.ViewsDropdown:focus .ViewsDropdown-label,
.ViewsDropdown:hover .ViewsDropdown-label {
  color: #fff;
  background: #e65373;
  border-color: transparent;
  border-radius: 3px 3px 0 0;
}

.ViewsDropdown:focus .ViewsDropdown-label:after,
.ViewsDropdown:hover .ViewsDropdown-label:after {
  border-top-color: #fff;
}

.ViewsDropdown:focus .ViewsDropdown-items,
.ViewsDropdown:hover .ViewsDropdown-items {
  display: block;
  height: auto;
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) and (min-width: 1040px) {
  .ViewsDropdown {
    max-width: 160px;
  }
  .ViewsDropdown-items {
    left: 0;
    position: absolute;
    top: 100%;
  }
}

.ViewsExposedForm--resources, .ViewsExposedForm--blog, .ViewsExposedForm--partners {
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  position: relative;
}

.ViewsExposedForm--resources .views-submit-button, .ViewsExposedForm--blog .views-submit-button, .ViewsExposedForm--partners .views-submit-button {
  display: none;
}

.ViewsExposedForm--resources .views-exposed-widget, .ViewsExposedForm--blog .views-exposed-widget, .ViewsExposedForm--partners .views-exposed-widget {
  position: relative;
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(1), .ViewsExposedForm--blog .views-exposed-widget:nth-child(1), .ViewsExposedForm--partners .views-exposed-widget:nth-child(1) {
  z-index: 9;
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(2), .ViewsExposedForm--blog .views-exposed-widget:nth-child(2), .ViewsExposedForm--partners .views-exposed-widget:nth-child(2) {
  z-index: 8;
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(3), .ViewsExposedForm--blog .views-exposed-widget:nth-child(3), .ViewsExposedForm--partners .views-exposed-widget:nth-child(3) {
  z-index: 7;
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(4), .ViewsExposedForm--blog .views-exposed-widget:nth-child(4), .ViewsExposedForm--partners .views-exposed-widget:nth-child(4) {
  z-index: 6;
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(5), .ViewsExposedForm--blog .views-exposed-widget:nth-child(5), .ViewsExposedForm--partners .views-exposed-widget:nth-child(5) {
  z-index: 5;
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(6), .ViewsExposedForm--blog .views-exposed-widget:nth-child(6), .ViewsExposedForm--partners .views-exposed-widget:nth-child(6) {
  z-index: 4;
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(7), .ViewsExposedForm--blog .views-exposed-widget:nth-child(7), .ViewsExposedForm--partners .views-exposed-widget:nth-child(7) {
  z-index: 3;
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(8), .ViewsExposedForm--blog .views-exposed-widget:nth-child(8), .ViewsExposedForm--partners .views-exposed-widget:nth-child(8) {
  z-index: 2;
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(9), .ViewsExposedForm--blog .views-exposed-widget:nth-child(9), .ViewsExposedForm--partners .views-exposed-widget:nth-child(9) {
  z-index: 1;
}

.ViewsExposedForm--resources .views-exposed-widget:nth-child(10), .ViewsExposedForm--blog .views-exposed-widget:nth-child(10), .ViewsExposedForm--partners .views-exposed-widget:nth-child(10) {
  z-index: 0;
}

.ViewsExposedForm--resources .views-exposed-widget + .views-exposed-widget, .ViewsExposedForm--blog .views-exposed-widget + .views-exposed-widget, .ViewsExposedForm--partners .views-exposed-widget + .views-exposed-widget {
  margin-left: 30px;
}

.ViewsExposedForm--resources .form-item, .ViewsExposedForm--blog .form-item, .ViewsExposedForm--partners .form-item, .ViewsExposedForm--resources .form-type-bef-link, .ViewsExposedForm--blog .form-type-bef-link, .ViewsExposedForm--partners .form-type-bef-link {
  margin: 0;
  padding: 0;
  position: relative;
}

.ViewsExposedForm--resources .views-widget-filter-title label, .ViewsExposedForm--blog .views-widget-filter-title label, .ViewsExposedForm--partners .views-widget-filter-title label {
  display: none;
}

.ViewsExposedForm--resources .form-type-textfield input[type='text'], .ViewsExposedForm--blog .form-type-textfield input[type='text'], .ViewsExposedForm--partners .form-type-textfield input[type='text'] {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  display: block;
  height: 48px;
  line-height: 46px;
  min-width: 260px;
}

.ViewsExposedForm--resources .views-submit-button, .ViewsExposedForm--blog .views-submit-button, .ViewsExposedForm--partners .views-submit-button {
  margin-left: 20px;
}

.ViewsExposedForm--resources .ajax-progress .throbber, .ViewsExposedForm--blog .ajax-progress .throbber, .ViewsExposedForm--partners .ajax-progress .throbber {
  height: 48px;
  margin: 0;
}

@media (max-width: 1039px) {
  .ViewsExposedForm--resources, .ViewsExposedForm--blog, .ViewsExposedForm--partners {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .ViewsExposedForm--resources .views-exposed-widget, .ViewsExposedForm--blog .views-exposed-widget, .ViewsExposedForm--partners .views-exposed-widget {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 20px;
  }
  .ViewsExposedForm--resources .views-exposed-widget:nth-child(1), .ViewsExposedForm--blog .views-exposed-widget:nth-child(1), .ViewsExposedForm--partners .views-exposed-widget:nth-child(1), .ViewsExposedForm--resources .views-exposed-widget:nth-child(2), .ViewsExposedForm--blog .views-exposed-widget:nth-child(2), .ViewsExposedForm--partners .views-exposed-widget:nth-child(2) {
    margin-top: 0;
  }
  .ViewsExposedForm--resources .views-exposed-widget + .views-exposed-widget, .ViewsExposedForm--blog .views-exposed-widget + .views-exposed-widget, .ViewsExposedForm--partners .views-exposed-widget + .views-exposed-widget {
    margin-left: 0;
  }
  .ViewsExposedForm--resources .form-type-textfield input[type='text'], .ViewsExposedForm--blog .form-type-textfield input[type='text'], .ViewsExposedForm--partners .form-type-textfield input[type='text'] {
    width: 100%;
  }
}

.ViewsExposedForm-label {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  font-weight: 300;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 48px;
  padding-right: 30px;
  white-space: nowrap;
}

@media (max-width: 639px) {
  .ViewsExposedForm-label {
    font-size: 18px;
  }
}

@media (max-width: 639px) {
  .ViewsExposedForm-label {
    line-height: 28px;
  }
}

.ViewsExposedForm-fields {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1039px) {
  .ViewsExposedForm-label {
    margin-bottom: 10px;
  }
  .ViewsExposedForm-fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ViewsExposedForm-fields > .views-exposed-widget {
    width: 50%;
  }
  .ViewsExposedForm-fields > .views-exposed-widget:nth-child(2n) {
/*     padding-left: 10px; */
  }
  .ViewsExposedForm-fields > .views-exposed-widget:nth-child(2n+1) {
    padding-right: 10px;
  }
}

@media (max-width: 639px) {
  .ViewsExposedForm-fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10;
  }
  .ViewsExposedForm-fields > .views-exposed-widget {
    width: 100%;
  }
  .ViewsExposedForm-fields > .views-exposed-widget:nth-child(2) {
    margin-top: 20px;
  }
  .ViewsExposedForm-fields > .views-exposed-widget:nth-child(2n) {
    padding-left: 0;
  }
  .ViewsExposedForm-fields > .views-exposed-widget:nth-child(2n+1) {
    padding-right: 0;
  }
}

.ViewsExposedForm--blog {
  padding: 0 0 20px;
  border-bottom: 1px solid #e65373;
  box-sizing: content-box;
}

.ViewsExposedForm--partners {
  padding: 0 0 20px;
  border-bottom: 1px solid #fb5d80;
  box-sizing: content-box;
}

.view-filters {
/*   padding-top: 30px; */
  z-index: 999;
}
.Blog-Basic .ViewsDropdown {
  min-width: 315px;
}
.ViewsDropdown-items a {
  padding: 0 20px 0px 30px;
}
.ViewsDropdown-items .form-item {
  position: relative;
}
.ViewsDropdown-items .form-item:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 15px;
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
}

.ViewsDropdown-items .form-item-sub {
  position: relative;
  padding: 0px 20px 0px 30px;
}
.ViewsDropdown-items .form-item-sub:before {
content: '';
    position: absolute;
    top: 20px;
    left: 30px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #999;
}
.ViewsDropdown-items .active,
.ViewsDropdown-items .item-1:hover,
.ViewsDropdown-items .item-2:hover{
  background: rgba(230, 83, 115, 0.1);
  color: #694c52;
}

/*========= Hero-subtitle Time Blog-detail ===========*/
.Page.Blog-Basic .Hero--small .Hero-subtitle.time .post_author {
  display: block;
}
#Blog-Sidebar .box ul{
  list-style: none;
  padding-left: 0;
}