.LP-FormPopup #hs_form_target_form_popup .hs-button {
  border-color: #796eff;
  margin-top: 12px;
}
.LP-FormPopup .LP-Form.overlay .form_inbound {
  /* 	overflow-y: unset; */
  max-height: 670px !important;
}
@media only screen and (max-width: 972px){
  .LP-FormPopup .LP-Form.overlay .form_inbound {
    max-height: 600px !important;
  }
  .LP-Form.overlay .form_inbound .hs-form label span.hs-form-required {
    word-break: keep-all;
  }
}

.hs-cta-wrapper .hs-cta-img {
  height: auto;
}

.related-box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 5px 15px 20px 15px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

@media only screen and (min-width: 972px){
  #works.details_works #mainArea_works .article .slidein.open {
    left: 250px;
  }
}
@media only screen and (min-width: 972px){
  #works.details_works #navArea_works {
    width: 250px !important;
    left: -250px;

  }
}
@media only screen and (min-width: 972px){
  #works #navArea_works {
    width: 260px !important;
  }
}
@media only screen and (min-width: 1920px){
  #works.top_works #mainArea_works .list {
    width: 1610px;
  }
}


@media only screen and (min-width: 1921px){
  #works.details_works #mainArea_works .article .slidein.open {
    left: 330px;
  }
}
@media only screen and (min-width: 1921px){
  #works.details_works #navArea_works {
    width: 330px !important;
    left: -330px;

  }
}
@media only screen and (min-width: 1921px){
  #works #navArea_works {
    width: 330px !important;
  }
}


#works #navArea_works .nav_works > li > ul > li {
  border-bottom: #ccc dotted 1px;
  font-size: 13px;
  padding: 3px 3px;
}
#works .reset-btn {
  background: #796eff !important;
}
#works .tag li.cate_02, #works #navArea_works .nav_works > li.cate_02 .ttl {
  background-color: #796eff !important;
}
@media only screen and (min-width: 972px) {
  #works #navArea_works .nav_works > li > ul {
    padding: 0 !important;
  }
}
#works .ttl {
  color: #e65373;
}
.playbutton .VideoPreview:after {
  display: none;
}
@media (max-width:959px) and (min-width:481px) { 
  .Blog-Detail .section.post-body {
    padding-bottom: 120px;
  }
}
.ContentWithVideoSection .VideoPreview:after {
  display: none;
}
/************************************/
/* ワークマネジメント オンライン */
/************************************/
.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: 40px;
}

@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: 35px;
  }
}

@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;
  }
}

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: 35px;
  }
}

@media (max-width: 479px) {
  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;
  }
}





.Header .GlobalSearch {
  display: block !important;
  left: 410px;
}
.Header .GlobalSearch.is-active {
  display: block !important;
  left: 520px;
}
.GlobalSearch-close {
  right: -75px;
  border-width: 1px 1px 1px 1px;
  border-radius: 7px 7px 7px 7px;
}

.Header .sp {
  display: none !important;
}
.Header .sp {
  display: block !important;
}
}
/************************************/
/********** Seminar List ************/
/************************************/
.Blog-Seminar .post-news .list a {
  transition: all 0.3s ease;
  color: #3E3E3E;
  display: flex;
  flex-wrap: wrap;
  border-bottom: #ccc dotted 1px;
}

.Blog-Seminar .post-news dl.list dt {
  padding-left: 0;
  width: 200px;
}
.Blog-Seminar .post-news dl.list dd:not(.none) {
  margin-top: 0;
  padding-left: 0;
  border-bottom: none;
  margin-left: 0px;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 576px) {
  .Blog-Seminar .post-news dl.list dd:not(.none) {
    width: 100% !important;
  }
  .Blog-Seminar .post-news .s_title {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 819px) {
  .Blog-Seminar #Main_Content,
  .Blog-Seminar #Blog-Sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .Blog-Seminar .post-news dl.list dt,
  .Blog-Seminar .post-news dl.list dd { 
    width: 100%;
  }
}
.Blog-Seminar .post-news .list a:hover {
  opacity: 0.7;
  background-color: #F5F5F5;
  text-decoration: none;
}

.Blog-Seminar #Blog-Page .Blog-List .cat-name {
  background: #e65373;
  color: #fff;
  font-size: 16px;
  padding: 0px 12px;
  margin-right: 8px;
  position: relative;
}

.Blog-Seminar .post-news .s_title {
  display: block;
  margin-bottom: 10px;
}

.Blog-Seminar .post-news .datesec {
  margin-bottom: 10px;
}

.Blog-Seminar .post-news .datesec .date,
.Blog-Seminar .post-news .placesec .place {
  display: inline-block;
  background: #3E3E3E;
  color: #fff;
  font-size: 14px;
  padding: 0px 10px;
  margin-bottom: 5px;
}

.Blog-Seminar .post-news .datesec .date_dtl,
.Blog-Seminar .post-news .placesec .place_dtl {
  font-size: 16px;
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  .Blog-Seminar .listing-blog .post-news dl.list dt {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .Blog-Seminar .listing-blog .post-news dl.list dd {
    padding-left: 0;
    margin-top: 10px;
    padding-top: 0;
  }
  .Blog-Seminar .post-news .s_title {
    font-size: 1.2rem;
  }
}





/*********************************/
/****** Flex Box Border **********/
/*********************************/
.flex-border.v2 .Row a {
  color: #4a4a4a;
  box-shadow: rgba(13, 23, 34, 0.25) 0 3px 15px, rgba(13, 23, 34, 0.125) 0 0 0 1px !important;
  transition: box-shadow 0.4s;
  background: #fff;
  border-radius: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.white {
  color: #fff;
}
.u-bgColor--f4f4f4 {
  background-color: #f4f4f4;
}  
/*********************************/
/*********** Fix Form ************/
/*********************************/
.LP-Form .hs_privacy_2nd .inputs-list {
  list-style: none;
  text-align: center;
}

.LP-Form .hs_privacy_2nd .inputs-list .hs-error-msgs label {
  text-align: center;
}

.LP-Form .hs_privacy_2nd .inputs-list li label {
  position: relative;
}
.LP-Form .hs_privacy_2nd .inputs-list {
  padding-left: 0;
  padding-right: 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: #fff !important;
}
.LP-Form .hs-form-field label span.hs-form-required {
  background-color: #E06781 !important;
}
/************************************/
/********** Blog Middle CTA *********/
/************************************/
.Blog-Detail .cta-middle, .Blog-Detail .middle-cta {
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px 0px 30px;
  width: calc(100%);
}

.Blog-Detail .cta-middle .Column--6, .Blog-Detail .middle-cta .Column--6 {
  padding: 0;
}

.Blog-Detail .cta-middle .Column--6 .hs-cta-wrapper, .Blog-Detail .middle-cta .Column--6 .hs-cta-wrapper {
  display: block;
  padding: 10px;
  background-color: #f6f6f6;
}

.Blog-Detail .cta-middle .Column--6:first-child .hs-cta-wrapper, .Blog-Detail .middle-cta .Column--6:first-child .hs-cta-wrapper {
  margin-right: 5px;  
}

.Blog-Detail .cta-middle .Column--6:last-child .hs-cta-wrapper, .Blog-Detail .middle-cta .Column--6:last-child .hs-cta-wrapper {
  margin-left: 5px;  
}

@media (min-width: 960px){
  .Blog-Detail .cta-middle .Column--6:first-child, .Blog-Detail .middle-cta .Column--6:first-child {
    text-align: left;

  }
  .Blog-Detail .cta-middle .Column--6:last-child, .Blog-Detail .middle-cta .Column--6:last-child {
    text-align: right;
  }
}
@media (max-width: 959px){
  .Blog-Detail .cta-middle .Column--6:first-child, .Blog-Detail .middle-cta .Column--6:first-child {
    margin-bottom: 15px;
  }
  .Blog-Detail .cta-middle .Column--6:first-child .hs-cta-wrapper, .Blog-Detail .middle-cta .Column--6:first-child .hs-cta-wrapper {
    margin-right: 0;
  }
  .Blog-Detail .cta-middle .Column--6:last-child .hs-cta-wrapper, .Blog-Detail .middle-cta .Column--6:last-child .hs-cta-wrapper {
    margin-left: 0;
  }
  .Blog-Detail .cta-middle .Column--6, .Blog-Detail .middle-cta .Column--6 {
    text-align: center;
  }
}

#Blog-Page #related_post ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
}

#Blog-Page #related_post ul li {
  position: relative;  
  padding-left: 20px;
  font-size: 15px;
}

#Blog-Page #related_post ul li a:after {
  font-family: "fontawesome";
  content: '\f054';
  left: 0.6em;
  font-size: 12px;
  color: #e65373;
  position: absolute;
  top: 2px;
}

#Blog-Page .post-footer-list ul {
  padding-left: 0px;
  margin-top: 20px;
}

#Blog-Page .post-footer-list ul li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  padding-left: 10px;
}

#Blog-Page .post-footer-list ul li:before {
  display: none; 
}

#Blog-Page .post-footer-list ul li a {

}
.pagination-blog .pagination-item a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; 
}




.Blog-Basic.v2 .ViewsExposedForm--blog {
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
  flex-direction: row;
}

.Blog-Basic.v2 .Card {
  position: relative;
}

.Blog-Basic.v2 .Card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 10px -2px, rgba(0, 0, 0, 0.3) 0 20px 60px -10px;
}

.Blog-Basic.v2 .Card-category {
  text-align: center;
  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;
  z-index: 2;
}

.Blog-Basic.v2 .PostTeaser-content {
  color: #666;
}

.Blog-Basic.v2 .ViewsDropdown {
  width: 200px;
}

.Blog-Basic.v2 .form-item-search form {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.Blog-Basic.v2 .form-item-search .Button--submit {
  height: 48px;
  line-height: 46px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.Blog-Basic.v2 .form-item-search .input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.Blog-Basic.v2 .item-list .Blog-Nav .pagination {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}

.Blog-Basic.v2 .Post-cta {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.Blog-Basic.v2 .Post-cat ul {
  padding-left: 0;
}

.Blog-Basic.v2 .Post-cat li {
  display: inline-block;
  list-style: none;
  font-size: 14px !important;
  padding-left: 0 !important;
}

.Blog-Basic.v2 .Post-cat li:before {
  display: none !important;
}

.Blog-Basic.v2 .Post-cat .fa {
  color: #e65373;
  margin-right: 5px;
}

.Blog-Basic.v2 .Post-fab {
  margin: 0;
  width: 100%;
  padding: 50px;
  border: 1px solid #ddd;
  border-top: none;
  -ms-flex-align: center;
  align-items: center;
}

.Blog-Basic.v2 .Post-fab .Post-fab--info {
  font-size: 16px;
}

.Blog-Basic.v2 .Post-fab .Post-fab--info p {
  margin: 10px 0;
}

.Blog-Basic.v2 .Post-fab [class^='Column-'], .Blog-Basic.v2 .Post-fab [class*=' Column-'] {
  padding-bottom: 0;
}

.Blog-Basic.v2 .Blog-Nav a {
  border: solid 1px #e65373;
  color: #e65373;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 5px 5px 0;
  background-color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

.Blog-Basic.v2 .Blog-Nav li.active span {
  background-color: #e65373;
  color: white;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  line-height: 50px;
  font-weight: 600;
}

.Blog-Basic.v2 .hs-form input[class="hs-input"] {
  width: 100%;
}

.Blog-Basic.v2 .hs-form .hs-submit {
  margin-top: 10px;
  text-align: center;
}
.Blog-Basic.v2 .hs-form .input {
  margin-left: 0;
  margin-right: 0;
}
.Blog-Basic.v2 .hs-form .input ul {
  list-style: none;
  padding-left: 0;
}
.Blog-Basic.v2 .hs-form .hs-form-booleancheckbox-display {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Blog-Basic.v2 .hs-form .hs-form-booleancheckbox-display input {
  width: auto;
  display: inline-block;
  margin-right: 11px;
}
.Blog-Basic.v2 .hs-form .hs-form-required {
  color: #f00;
}

.Blog-Basic.v2 .form-item-search form.gsc-search-box.gsc-search-box-tools {
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  display: block;
  height: 48px;
  line-height: 46px;
  min-width: 370px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .Blog-Basic.v2 .ViewsExposedForm--blog {
    flex-direction: column;
  }
  .Blog-Basic.v2 .ViewsExposedForm-label {
    display: none;
  }
  .Blog-Basic.v2 .ViewsExposedForm-fields>.views-exposed-widget:nth-child(2n) {
    padding-left: 0;
    margin-top: 0;
  }
  .Blog-Basic.v2 .ViewsExposedForm-fields>.views-exposed-widget {
    width: 100%;
  }
  .Blog-Basic.v2 .ViewsDropdown {
    width: 100%;
  }
  .Blog-Basic.v2 .form-item-search form {
    display: -ms-inline-flexbox;
    display: flex;
  }
  .Blog-Basic.v2 .views-widget-filter-keys {
    margin-top: 15px;
  }
}

@media (max-width: 639px) {
  .Blog-Basic.v2 .form-item-search form.gsc-search-box.gsc-search-box-tools {
    min-width: 0;
  }
}

.Blog-Basic.v2 .form-item-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
  height: 48px;
  line-height: 46px;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 10px 30px;
}

.Blog-Basic.v2 .form-item-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
  width: 17px;
  height: 17px;
}

.Blog-Basic.v2 .form-item-search form.gsc-search-box.gsc-search-box-tools table.gsc-search-box td.gsc-input {
  height: 48px;
  line-height: 46px;
  border-bottom: none;
}
[class^='ResponsiveRatio--']>:only-child, [class*=' ResponsiveRatio--']>:only-child, .Card-image>:only-child, .Resource-image>:only-child {
  height: auto;
}
.Blog-Basic.v2 .BlogView-subscribe .hs-error-msg {
  font-size: 13px;
  position: relative;
  color: #e65373;
}
.Blog-Basic.v2 .BlogView-subscribe .hs-error-msgs {
  margin-top: 3px;
  list-style: none !important;
  padding-left: 0px;
}
.Blog-Basic.v2 .BlogView-subscribe .hs_privacy_policy_check .hs-error-msgs,
.Blog-Basic.v2 .BlogView-subscribe .hs_error_rollup .hs-error-msgs {
  text-align: center;
}

.Blog-Basic.v2 .BlogView-subscribe .hs_error_rollup .hs-main-font-element {
  font-size: 13px;
  position: relative;
  color: #e65373;
}
.Blog-Basic.v2 .BlogView-subscribe .hs_error_rollup .hs-error-msgs {
  margin-top: 20px;
  list-style: none !important;
  padding-left: 0px;
}
.Blog-Basic.v2 .BlogView-featured .Card-title {
  color: #e65373;
  font-weight: 600 !important;
  font-size: 18px;
  margin-bottom: 20px;
}
.Blog-Basic.v2 .PostTeaser-content {
  font-size: 16px;
}
.Blog-Basic.v2 .BlogView-subscribe .hs_email .input {
  margin-top: 6px;
}
.Blog-Basic.v2 .BlogView-subscribe .hs_email .input input {
  font-size: 15px;
  width: 100%;
  line-height: 1.2;
  padding: 8px 10px;
}
.Blog-Basic.v2 .BlogView-featured {
  padding-top: 0;
}

.Pacnav--is-scrolling .Header {
  border-bottom: 3px solid #e65373;
}
.Card-cta {
  color: #e65373;
}
#BreadCrumb ul.breadcrumb li a, #BreadCrumb ul.hs-breadcrumb-menu li a, .Blog-Detail #toc-index>li a {
  color: #4a4a4a !important;
}
/* .LP-Cta-Section {
background-color: #fff;
}
.LP-Cta-Section:before {
background: linear-gradient(155deg,#796eff 0%,#9a454e 100%);
opacity: 1;
} */
.Page .LP-Hero.LP-Hero-default:before, .Hero:before, .Hero--home:before, .Hero--small:before, .Hero--logo:before, .Hero--basic:before {
  background: linear-gradient(155deg,rgba(0,0,0,0.7) 0%,rgba(253,99,107,0.5) 100%) !important;
}
.BasicContentSection .Section-bg.opacity.opacity-75:before {
  background: linear-gradient(155deg,rgba(0, 0, 0, 0.5) 0%,rgba(253, 99, 107, 0.3) 100%) !important;
}
/************************************/
/************ Fix Color *************/
/************************************/
.Pacnav--is-scrolling .Header, .Footer {
  background: #293345;
}
body:not(.has-inverse-hero) .GlobalSearch:not(.is-active) .GlobalSearch-field, .Pacnav--is-scrolling .GlobalSearch:not(.is-active) .GlobalSearch-field {
  background: #293345;
}
body:not(.has-inverse-hero) .GlobalSearch:not(.is-active) .GlobalSearch-field input[type='text'], .Pacnav--is-scrolling .GlobalSearch:not(.is-active) .GlobalSearch-field input[type='text'] {
  background: #293345;
  border-color: #293345;
}
@media (max-width: 819px){
  .Pacnav--is-mobile .Header:before {
    background: #293345;
  }
}
/************************************/
/************ Fix Release *************/
/************************************/
.LP-Form .hs-form-field select.hs-input {
  width: 100% !important;
  height: 40px;
  margin-top: 3px !important;
  padding-left: 5px;
  padding-right: 0 !important;
  font-size: 15px;
  line-height: 1;
  border: #ccc solid 1px;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 0 !important;
  color: rgba(254,254,254,0.7) !important;
  background-image: url(//7227467.fs1.hubspotusercontent-na1.net/hubfs/7227467/images/angle-down-gray.png);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Page.LP-Basic .LP-Download .Resource-aside {
  max-width: 560px;
}
.Page.LP-Basic .Resource-form {
  padding: 60px 30px !important;
}
.LP-Hero .Hero-title {
  font-weight: 400 !important;
}
.ColumnContentSection-title, h2, h3 {
  font-weight: 400 !important;
}

.h5.ColumnContentSection-title, .Footer .title, .Footer .company p.name {
  font-weight: 500 !important;
}
.bold .h5.ColumnContentSection-title {
  font-weight: 600 !important;
}
.LP-Form.overlay .form_inbound .hs-form label span {
  font-weight: 600 !important;
}
.LP-Form .hs-form-field label span.hs-form-required {
  padding-top: 2px;
  padding-bottom: 2px;
}
.Blog-Detail .blog-section .post-body h2 {
  font-weight: 600 !important;
}
.Blog-Detail .blog-section .post-body h3 {
  font-weight: 600 !important;
}
#Blog-Page h3.title-comment {
  font-weight: bold !important;
}
#Blog-Sidebar .box h3 {
  font-weight: bold !important;
}

.Product-blog .hs-privacy_policy_check .inputs-list {
  list-style: none;
  text-align: center;
}

.Product-blog .hs-privacy_policy_check .inputs-list .hs-error-msgs label {
  text-align: center;
}

.Product-blog .hs-privacy_policy_check .inputs-list li label {
  position: relative;
}
.Product-blog .hs-privacy_policy_check .inputs-list {
  padding-left: 0;
  padding-right: 10px;
}
.Product-blog .hs-form-field input[type="checkbox"].hs-input + span,
.Product-blog .hs-form-field input[type="radio"].hs-input + span {
  position: relative;
  padding: 0 0px 0 24px;
  font-size: 14px;
}

.Product-blog .hs-form-field input[type="checkbox"].hs-input + span::before, .Product-blog .hs-form-field input[type="checkbox"].hs-input + span::after,
.Product-blog .hs-form-field input[type="radio"].hs-input + span::before,
.Product-blog .hs-form-field input[type="radio"].hs-input + span::after {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}


.Product-blog .hs-form-field input[type="checkbox"].hs-input + span::after,
.Product-blog .hs-form-field input[type="radio"].hs-input + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}

.Product-blog .hs-form-field input[type="checkbox"].hs-input:checked + span::before,
.Product-blog .hs-form-field input[type="radio"].hs-input:checked + span::before {
  background-color: #fff;
}

.Product-blog .hs-form-field input[type="checkbox"].hs-input:checked + span::after,
.Product-blog .hs-form-field input[type="radio"].hs-input:checked + span::after {
  border: 2px solid #4a4a4a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 7px;
  left: 4px;
  margin: 0px;
  content: '';
  width: 7px;
  height: 7px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .Product-blog .hs-form-field input[type="checkbox"].hs-input + span::before,
  .Product-blog .hs-form-field input[type="radio"].hs-input + span::before {
    top: 5px;
  }
  .Product-blog .hs-form-field input[type="checkbox"].hs-input + span::after,
  .Product-blog .hs-form-field input[type="radio"].hs-input + span::after {
    top: 5px;
  }
}
.Product-blog .hs-form-field input[type="checkbox"].hs-input, .Product-blog .hs-form-field input[type="radio"].hs-input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.Product-blog .hs-form-field input[type="checkbox"].hs-input + span::before, .Product-blog .hs-form-field input[type="radio"].hs-input + span::before {
  border-color: #00acc1;
  border-color: #ec407a;
  z-index: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  border: 2px #4a4a4a solid;
  border-radius: 4px;
}
.Product-blog .hs-form-field input[type="checkbox"].hs-input + span::after, .Product-blog .hs-form-field input[type="radio"].hs-input + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.Product-blog .hs-privacy_policy_check .hs-error-msgs {
  font-size: 13px;
  position: relative;
  color: #F00;
  margin-top: 0;
}
/************************************/
/* Tech-Community */
/************************************/
.Tech-Community .content h3 {
  font-size: 22px;
  font-weight: bold;
  color: #4a4a4a;
  line-height: 2.3;
  margin-bottom: 20px;
}
.Tech-Community .content .title-color {
  background: #e65373;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  margin-right: 8px;
  position: relative;
}
.Tech-Community .content .close {
  background: #ce0000;
  color: #fff;
  font-size: 16px;
  padding: 2px 12px;
  margin-right: 8px;
  position: relative;
}
.Tech-Community .content .sub span {
  display: inline-block;
  background: #3e3e3e;
  color: #fff;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 1.8;
  min-width: 90px;
  text-align: center;
}
.Tech-Community .content .sub p {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
}
.Tech-Community .Row .Section-cta a {
  min-width: 287px;
}
.Tech-Community .Row {
  margin-top: 20px;
}
.Tech-Community .Wrap {
  border-top: 0 !important;
}
.Tech-Community .Section-cta .final {
  background: #a9a9a9;
  cursor: default;
}
/************************************/
/* Top Menu */
/************************************/
.Header-Global .Global-Menu {
  border-bottom: 3px solid #e65373;
}



.Blog-Seminar .post-news .list a {
  transition: all 0.3s ease;
  color: #3E3E3E;
  display: flex;
  flex-wrap: wrap;
  border-bottom: #ccc dotted 1px;
}

.Blog-Seminar .post-news dl.list dt {
  padding-left: 0;
  width: 200px;
}
.Blog-Seminar .post-news dl.list dd:not(.none) {
  margin-top: 0;
  padding-left: 0;
  border-bottom: none;
  margin-left: 0px;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 819px) {
  .Blog-Seminar #Main_Content,
  .Blog-Seminar #Blog-Sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .Blog-Seminar .post-news dl.list dt,
  .Blog-Seminar .post-news dl.list dd { 
    width: 100%;
  }
}
.Blog-Seminar .post-news .list a:hover {
  opacity: 0.7;
  background-color: #F5F5F5;
  text-decoration: none;
}

.Blog-Seminar #Blog-Page .Blog-List .cat-name {
  background: #e65373;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  margin-right: 8px;
  position: relative;
}

.Blog-Seminar .post-news .s_title {
  display: block;
  margin-bottom: 10px;
}

.Blog-Seminar .post-news .datesec {
  margin-bottom: 10px;
}

.Blog-Seminar .post-news .datesec .date,
.Blog-Seminar .post-news .placesec .place {
  display: inline-block;
  background: #3E3E3E;
  color: #fff;
  font-size: 14px;
  padding: 0px 10px;
  margin-bottom: 5px;
}

.Blog-Seminar .post-news .datesec .date_dtl,
.Blog-Seminar .post-news .placesec .place_dtl {
  font-size: 16px;
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  .Blog-Seminar .listing-blog .post-news dl.list dt {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .Blog-Seminar .listing-blog .post-news dl.list dd {
    padding-left: 0;
    margin-top: 10px;
    padding-top: 0;
  }
  .Blog-Seminar .post-news .s_title {
    font-size: 1.2rem;
  }
}

/************************************/
/*********** News Title *************/
/************************************/
@media (min-width: 959px) {
  .Blog-News .LP-Hero .Hero-title {
    font-size: 30px;
  }
}

.case-success {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 15px 30px;
}
.case-success p {
  font-weight: bold;
  margin-bottom: 10px;
}
.case-success ul {
  margin-top: 10px;
}


#related_resource ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
}
#related_resource ul li{
  position: relative;  
  padding-left: 20px;
  font-size: 15px;
}
#related_resource .list .item a:after{
  font-family: "fontawesome";
  content: '\f054';
  left: 0.6em;
  font-size: 12px;
  color: #e65373;
  position: absolute;
  top: 2px;
}
/************************************/
/******* Add Subtitle Blog **********/
/************************************/
.Blog-Basic.Product-blog .Hero-title {
  line-height: normal;
}
.Blog-Basic.Product-blog .Hero-sub-title {
  font-size: 15px;
  font-weight: 700;
}
.Blog-Seminar .post-news .datesec,
.Blog-Seminar .post-news .placesec, 
.Blog-Seminar .post-news .event-organizer {
  margin-bottom: 6px;
}

.Blog-Seminar .post-news .datesec .date,
.Blog-Seminar .post-news .placesec .place,
.Blog-Seminar .post-news .event-organizer .organizer,
.Blog-Seminar .post-news .event-co-sponsored .sponsored {
  display: inline-block;
  background: #3E3E3E;
  color: #fff;
  font-size: 14px;
  padding: 0px 10px;
  margin-bottom: 5px;
}

.Blog-Seminar .post-news .datesec .date_dtl,
.Blog-Seminar .post-news .placesec .place_dtl,
.Blog-Seminar .post-news .event-organizer .organizer-val,
.Blog-Seminar .post-news .event-co-sponsored .sponsored-val {
  font-size: 16px;
  padding-left: 10px;
}

/* hero video */
.LP-Hero .Hero-video {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.LP-Hero.has-video .Hero {
  height: 990px;
  padding-top: 200px;
  padding-bottom: 90px;
}
@media (max-width: 639px) {
  .LP-Hero.has-video .Hero {
    height: auto;
    margin-top: -80px;
    padding-top: 115px;
    padding-bottom: 50px;
  }
}

/* Hero-hscta */
.LP-Hero .Hero-hscta {
  margin-top: 30px;
}
.LP-Hero .Hero-hscta a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.LP-Hero .Hero-hscta a:hover {
  opacity: 0.7;
}
.LP-Hero .Hero-hscta a img {
  height: auto; 
}

/*========================================
========== Blog New Style ================
========================================*/
.Blog-Detail .blog-section .post-body {
  font-size: 16px; 
}

.Blog-Detail .blog-section .post-body p {
  line-height: 2; 
  margin-bottom: 30px;
  margin-top: 30px;
}

.Blog-Detail .blog-section .post-body a:hover {
  color: #ec8097; 
}

/*======== Responsive - Dung ============*/
@media screen and (max-width: 1399px) {
  .Blog-Detail .blog-section .post-body p {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
/*======== End Responsive - Dung ==========*/


/*========================================
========== 見出し =========================
========================================*/
.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 {
  background-color: transparent;
  color: inherit;
  margin-left: 0px;
  margin-right: 0px;
}

.Blog-Detail .blog-section .post-body h2 {
  padding-left: 15px;
  border-left: solid 5px #e65373;
}

.Blog-Detail .blog-section .post-body h3 {  
  /*     border-left: solid 5px #e86481; */
  border-bottom: none;
}

.Blog-Detail .blog-section .post-body h4 {  
  border-left: 0;
}

.Blog-Detail .blog-section .post-body h5 {  
  border-left: 0;
}

.Blog-Detail .blog-section .post-body h6 {  
  border-left: 0;
  padding: 0px 20px;
}

.Blog-Detail .blog-section .post-body .text-highlight,
.Blog-Detail .blog-section .post-body strong {
  background: linear-gradient(#fff 85%, #e51373 76%);
  border-radius: 2px;
  font-weight: 600;

  background: linear-gradient(transparent 60%, #ffffa8 0%);
  font-weight: bold;
}


/*========================================
========== OL/UL =========================
========================================*/
.Blog-Detail .blog-section .post-body ol li:before {
  left: -28px;
}

.Blog-Detail .blog-section .post-body ol li:nth-child(1):before {
  content: '①';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(2):before {
  content: '②';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(3):before {
  content: '③';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(4):before {
  content: '④';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(5):before {
  content: '⑤';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(6):before {
  content: '⑥';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(7):before {
  content: '⑦';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(8):before {
  content: '⑧';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(9):before {
  content: '⑨';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(10):before {
  content: '⑩';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(11):before {
  content: '⑪';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(12):before {
  content: '⑫';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(13):before {
  content: '⑬';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(14):before {
  content: '⑭';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(15):before {
  content: '⑮';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(16):before {
  content: '⑯';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(17):before {
  content: '⑰';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(18):before {
  content: '⑱';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(19):before {
  content: '⑲';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(20):before {
  content: '⑳';
}

.Blog-Detail .blog-section .post-body ul.ul-list-bold li {
  font-weight: bold;
}

.Blog-Detail .blog-section .post-body ul.ul-list-check li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #e65373;
  margin-right: 5px;
  font-weight: normal;
  border: none;
  border-radius: none;
  top: 4px;
  box-shadow: none;
}


/*========================================
========== CTA (Type #1) =================
========================================*/
.Blog-Detail .blog-section .post-body .cta-box,
.LP-Resource-Introduction .cta-box {
  margin: 40px 0px;
  padding: 30px;
  width: 100%;
  overflow: hidden;
  box-shadow: rgb(13 23 34 / 25%) 0 3px 15px, rgb(13 23 34 / 13%) 0 0 0 1px !important;
  transition: box-shadow .4s;
  background: #fff;
  border-radius: 7px;
  max-width: 100%;
  height: unset;
  display: flex;
}

.Blog-Detail .blog-section .post-body .cta-box .Row,
.LP-Resource-Introduction .cta-box .Row {
  margin-bottom: 0px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}

/* .Blog-Detail .blog-section .post-body .cta-box .Column--5 {
width: 41.66667%;
}

.Blog-Detail .blog-section .post-body .cta-box .Column--7 {
width: 58.33333%;
}
*/
.Blog-Detail .blog-section .post-body .cta-box .Row .thumb {
  margin-top: 0;
}
.Blog-Detail .blog-section .post-body .tar {
  text-align: right;
}

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

.Blog-Detail .blog-section .post-body ul {
  list-style: none !important;
  padding-left: 20px;
  margin-left: 0;
}
/* .Blog-Detail .blog-section .post-body ol {
padding-left: 10px;
} */

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cv_item_append h3.h2 {
  border-left: none;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

.Blog-Detail .blog-section .post-body .cta-box .Column--5,
.Blog-Detail .blog-section .post-body .cta-box .Column--6,
.Blog-Detail .blog-section .post-body .cta-box .Column--7,
.LP-Resource-Introduction .cta-box .Column--5,
.LP-Resource-Introduction .cta-box .Column--6,
.LP-Resource-Introduction .cta-box .Column--7 {
  padding-bottom: 0px;
  padding: 0 15px 30px;
  position: relative;
}

.Blog-Detail .blog-section .post-body .cta-box .sub_title,
.LP-Resource-Introduction .cta-box .sub_title{
  border-left: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.Blog-Detail .blog-section .post-body .cta-box .text,
.LP-Resource-Introduction .cta-box .text {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 15px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

.Blog-Detail .blog-section .post-body .cta-box .Button--medium,
.Blog-Detail .blog-section .post-body .cta-box .cta_button,
.LP-Resource-Introduction .cta-box .Button--medium {
  text-decoration: none !important;
}

.Blog-Detail .blog-section .post-body .cta-box .cta_button {
  color: #fff;
  font-weight: 600;
  padding: 0 30px;
  transition: background .4s,border .4s,color .4s;
  background: #796eff;
  border: 2px solid transparent;
  border-radius: 3px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  position: relative;
  min-width: unset;
}

.Blog-Detail .blog-section .post-body .cta-box .cta_button:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 13px;
}

.Blog-Detail .blog-section .post-body .cta-box .Button--medium:hover,
.Blog-Detail .blog-section .post-body .cta-box .cta_button:hover{ 
  color: WHITE; 
}

/*======== Responsive - Dung ============*/
@media screen and (min-width: 1040px) {
  .Blog-Detail .blog-section .post-body .cta-box .thumb,
  .LP-Resource-Introduction .cta-box .thumb {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1292px) {
  .Blog-Detail .blog-section .post-body .cta-box .cta-btn {
    /* margin-bottom: 30px; */
  }
}

@media screen and (max-width: 1039px) and (min-width: 640px) {
  .Blog-Detail .blog-section .post-body .cta-box {
    padding: 40px;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row {
    flex-direction: column;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row .tac {
    margin-bottom: 0;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row .tac img {
    width: 360px !important;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row .Column--small-12 {
    width: 100%;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row .Column--small-12 .thumb {
    margin-bottom: 15px;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row .Column--small-12 .thumb img {
    display: block; 
    margin: 0 auto;
  }

  .Blog-Detail .blog-section .post-body .cta-box .cta-btn {
    text-align: center !important;
    /* margin-bottom: 30px; */
  }

  .Blog-Detail .blog-section .post-body .cta-box .sub_title {
    text-align: center;
  }

  .Blog-Detail .blog-section .post-body .cta-box .text {
    text-align: left;
    line-height: 1.8;
  }
}

@media screen and (max-width: 640px) { 
  .Blog-Detail .blog-section .post-body .cta-box .cta-btn {
    text-align: center !important;
  }

  .Blog-Detail .blog-section .post-body .cta-box .sub_title {
    text-align: center;
  }

  .Blog-Detail .blog-section .post-body .cta-box .sub_title br {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .Blog-Detail .blog-section .post-body .cta-box {
    padding: 20px;
  }

  .Blog-Detail .blog-section .post-body .cta-box .cta-btn {
    text-align: center !important;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row .Column--small-12 .thumb img {
    width: 100% !important;
    height: auto;
  }
}

/*======== End Responsive - Dung ========*/

/*========================================
========== CTA (Type #2) =================
========================================*/
.Blog-Detail .blog-section .post-body .post-appendarea-wrapper,
.LP-Resource-Introduction .post-appendarea-wrapper {
  padding: 40px;
  margin-top: 55px;
  position: relative;
  border: 2px solid #e51373;
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper p,
.LP-Resource-Introduction .post-appendarea-wrapper p {
  margin-bottom: 20px;
  margin-top: 20px;
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper h2,
.LP-Resource-Introduction .post-appendarea-wrapper h2 {
  border-left: none;
  padding-left: 0px;
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button,
.LP-Resource-Introduction .post-appendarea-wrapper .Button--large {
  text-decoration: none !important;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 60px;
  line-height: 56px;
  font-size: 22px;
  font-weight: normal;
  margin-top: 30px;
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
  color: #fff;
  padding: 0 40px;
  border-width: 2px;
  background: #796eff;
  border: 2px solid transparent;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  font-size: 22px !important;
  height: 56px;
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large:hover{ 
  color: WHITE; 
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .thumb,
.LP-Resource-Introduction .post-appendarea-wrapper .thumb {
  max-width: 450px !important;
  height: auto;
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta-wrap {
  margin-bottom: 0px;
}

/*======== Responsive - Dung ============*/
@media screen and (max-width: 1199px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 80%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1039px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 92%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 819px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 78%;
    padding: 0 25px;
  }
}

@media screen and (max-width: 639px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 88%;
    padding: 10px 20px;
    font-size: 20px !important;
    line-height: 28px;
    height: auto;
    box-sizing: border-box !important;
  }
}

@media screen and (max-width: 578px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 97%;
    padding: 10px;
  }
}

@media screen and (max-width: 520px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper {
    padding: 26px;
  }

  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 100%;
    line-height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 100%;
    font-size: 18px !important;
  }

  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .thumb {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 413px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper {
    padding: 19px;
  }

  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 100%;
    font-size: 16px !important;
    line-height: 24px;
  }
}
/*======== End Responsive - Dung ========*/

/*========================================
========== Note ==========================
========================================*/
.Blog-Detail .blog-section .post-body .note {
  margin: 40px 0px;
  background: linear-gradient(90deg,#eceff0 0%,#f2edf0 100%);
}

.Blog-Detail .blog-section .post-body .note h6, .Blog-Detail .blog-section .post-body .note .title {
  border-left: none;
  color: #FFF;
  padding: 10px;
  margin-bottom: 0px;
  background: linear-gradient(90deg,#e65373 0%,#eb758f 100%);


}

.Blog-Detail .blog-section .post-body .note p {
  padding: 25px 30px; 
  margin: 0px;
}

.Blog-Detail .blog-section .post-body .note strong {
  background: linear-gradient(#eceff0 85%,#e51373 76%);
}

/*========================================
========== Image =========================
========================================*/
.Blog-Detail .blog-section .post-body figure figcaption {
  font-size: 13px;
  margin-top: 0px;
  text-align: center;
}

/* Cta-box（相談会QRコード用） */
.Cta-box {
  padding-top: 60px;
}
.Cta-box .cta_button.free-trial, .Cta-box .cta_button.meeting-qrcode {
  display: block;
  padding: 30px;
  background: -moz-linear-gradient(45deg, #F2477A, #FFBF79); 
  background: -webkit-linear-gradient(45deg, #F2477A, #FFBF79); 
  background: linear-gradient(45deg, #F2477A, #FFBF79); 
  box-shadow: 0 4px 16px rgb(21 27 38 / 8%);
  border-radius: 14px;
  transition: all 0.6s ease;
}
.Cta-box .cta_button.free-trial:hover, .Cta-box .cta_button.meeting-qrcode:hover {
  text-decoration: none;
  opacity: 0.8;
}
.Cta-box .cta_button.free-trial h2, .Cta-box .cta_button.free-trial p,
.Cta-box .cta_button.meeting-qrcode h2, .Cta-box .cta_button.meeting-qrcode h3, .Cta-box .cta_button.meeting-qrcode p, .Cta-box .cta_button.meeting-qrcode ul li {
  color: #fff;
}
.Cta-box .cta_button.free-trial .Button--large {
  padding: 0 15px;
}
.Cta-box .cta_button.meeting-qrcode ul li:before {
  display: none;
}
.Cta-box .cta_button.meeting-qrcode ul li {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

@media (max-width: 480px) {
  .Cta-box .cta_button.free-trial h2, .Cta-box .cta_button.meeting-qrcode h2 {
    margin-bottom: 20px;
  }
  .Cta-box .cta_button.free-trial .Button--large {
    padding: 10px 20px;
  }
}

/*========================================
========== Fix button sidebar seminar detail =========================
========================================*/
@media (max-width: 959px) {
  .Tech-Community .Row .Column--3 .Section-cta a {
    width: 100%;
    min-width: 100%;
  }
  .Tech-Community .Row .Column--3 .Section-cta a.Button--large {
    min-height: 64px;
    line-height: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    word-break: keep-all;
    white-space: normal;
  }
}

.fa-twitter:before {
  background-image: url(https://www.work-management.jp/hubfs/images/logo/logo-twitter-white.svg);
  background-size: 18px 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "" !important;
  vertical-align: top;
}
.social-blog ul li.twitter:hover i:before {
  filter: brightness(0) invert(0);
}