<meta name=robots content=noindex />
<style><!--
  

.contents_mv_btnarea {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -55px;
  width: 100%;
  list-style:none;
  margin:0;
  padding:0;
}

.contents_mv_btnarea .contents_mv_btn {
  display: block;
  width: 244px;
  height: 84px;
  font-weight: bold;
  line-height: 84px;
  position: relative;
  background: #E7E7EA;
  border: solid 2px white;
  text-align: center;
  color: #2F2F2F;
  font-size: 16px;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contents_mv_btnarea li.active .contents_mv_btn {
    color: #fff;
    background: #1a2872;
}

.contents_mv_btnarea .contents_mv_btn span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.5;
}

.contents_mv_btnarea li.active{
  color: #fff;
  background: #1A2872;
}

.contents_mv_btnarea .contents_mv_btn:hover {
  color: #fff;
  background: #1A2872;
}


.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

.listing-wrapper {
  padding: 40px 10px 90px;
}

.listing-wrapper .dnd-section {
  padding: 0;
  width: 100%;
}


.blog-header-inner .blog-header-title {
  font-size: 24px;
  font-weight: bold;
  color: #292929;
  text-align: center;
  margin: 0 0 22px;
  margin-top: -2px;
  line-height: 1;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
}

.blog-header {
  width: 100%;
}

.listing-wrapper .dnd_area_header-module-1-flexbox-positioning > div {
  flex-shrink: unset !important;
  width: 100%;
}

.blog-header-inner .blog-header-subtitle {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #2F2F2F;
  margin: 0 0 40px;
}


.custom-cat-wrap {
  margin: 0 0 40px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
  list-style: none;
}

.cat-all-tag {
  width: 180px;
  border: solid 1px #009267;
}


.cat-all-tag a {
  padding: 15px 5px;
  color: #009267;
  vertical-align: middle;
  display: flex !important;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.cat-all-tag.active a {
  background: #009267;
  color: #fff;
}

.custom-cat-wrap li.active a{
  background: #009267;
  color: #fff;
}

.custom-cat-wrap a {
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  color: #009267;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-cat-wrap a:hover {
  text-decoration: none;
}

.cat-tag-each {
  width: calc(100% - 185px);
  margin-bottom: -5px;
}

.cat-tag-each .tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat-tag-each .tag-list li {
  border: solid 1px #009267;
  width: calc(25% - 4px);
  margin: 0 4px 5px 0;
}

.cat-tag-each .tag-list li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .cat-tag-each .tag-list li:nth-child(4n) {
    margin-right: 4px;
  }
}

.cat-tag-each .tag-list li a {
  padding: 15px 5px;
}

.custom-cat-wrap a:hover {
  background: #009267;
  color: #fff;
}

/* Blog header */
.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author{
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px 80px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.blog-header__author__post {
  padding: 30px;
  margin-top: 60px;
}

.blog-header__author-avatar {
  width: 120px;
  margin: 0 20px 10px 0;
  flex-shrink: 0;
}

.blog-header__author-avatar img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .blog-header__author{
    flex-wrap: wrap;
    padding: 20px;
  }
  .blog-header__author-avatar {
    margin: 0 0 20px 0;
  }
}

.blog-header__author-right {
  width: 100%;
}

.blog-header__author-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.blog-header__author-label {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 27px;
    color: #fff;
    font-family: "Open Sans", "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    margin-right: 18px;
    position: relative;
    background: #333;
    padding: 0px 6px 0px 11px;
}

.blog-header__author-label:before {
    content: "";
    display: block;
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 14px 0 13px 11px;
    left: 100%;
    position: absolute;
    top: 0;
}

.blog-header__author-name {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.blog-header__author-bio {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.8;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

.list-body-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list-left-col {
  width: 100%;
}

/*.list-right-col {
  width: 250px;
  line-height: 1;
}*/

.blog-index-wrap {
  max-width: 950px;
  margin: 0 auto 60px;
}

.blog-index-wrap .blog-index-post {
  margin: 0 0 20px;
  border-bottom: solid 1px #ccc;
  justify-content: space-between;
  text-decoration: none;
  color: #272727;
  display: -webkit-flex;
  display: flex;
}

.blog-index-wrap .blog-index-post a {
  color: #272727;
}

.blog-index-post-content {
  width: 100%;
  padding: 10px 30px 10px 30px;
  line-height: 1;
}

.post-index-image {
  opacity: 1;
  transition: all 1s;
  width: 320px;
  height: 240px;
  background-size: cover;
  background-position: center;
}

.column_main_item_date {
  font-size: 10px;
  margin-bottom: -20px;
}
  
  .case_list_title{
   font-size:22px;
   font-weight:bold;
   padding:0 0 20px 0;
  }
  
  
.blog-index-post-content h2 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
  color:#272727;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
}

.index-post-summary {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-index-post-content .blog-post-tags {
  color: #009267;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 10px 0 0;
  margin: 10px 0 0;
  position: relative;
  border-top: solid 1px #707070;
}

.blog-index-post-content .blog-post-tags a {
  color: #009267;
}

.blog-index-post-content .blog-post-tags a li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.blog-index-wrap .blog-index-post:hover {
  opacity: .8;
}

.blog-index-post-content .blog-post-tags a li:hover {
  opacity: .8;
}


.custom-dilist ul li a span.filter-link-count {
  display: none;
}

.blog-index-wrap .blog-index-post.no-image {
  display: block;
  padding: 0 20px;
}

.blog-index-wrap .blog-index-post.no-image .blog-index-post-content {
  width: 100%;
}

.custom-dilist ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.custom-dilist ul li {
  width: 49%;
  text-align: center;
  margin: 0 0 5px;
}

.custom-dilist ul li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  border: solid 2px #1A2872;
  color: #1A2872;
  padding: 10px;
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-dilist ul li a:hover {
  background: #1A2872;
  color: #fff;
}

.column_side_link_wrap {
  border-top: solid 1px #969696;
  margin: 40px 0 0;
  padding: 30px 0 0;
}

.column_side_link_wrap {}

.column_side_link_wrap .column_side_link {
  width: 100%;
  margin: 0 0 10px;
}
/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}


.post-body-wrapper {
  padding: 10px 10px 90px;
}

.post-content-wrapper {
  line-height: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post-featured-image-main {
  opacity: 1;
  transition: all 1s;
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0 0 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  
}

.post-featured-image-mainbig {
  opacity: 1;
  transition: all 1s;
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0 0 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.common_write_tag {
  font-size: 13px;
  color: #666;
  margin: 5px 0 0;
  line-height: 1.4;
  display: flex;
  width: calc(100% - 70px);
}

.common_write_tag dt {
  white-space: nowrap;
}

.common_write_tag a {
  margin-right: 10px;
  color: #666;
  text-decoration: underline;
}

.common_write_tag dd {
  margin: 0;
}
  
.post-common-title-wrap {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 20px;
  margin: 0 0 40px;
  border-bottom: solid 1px #707070;
}

.post-common-title-wrap .common-write-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  width: 100%;
  margin: 0;
  color: #000000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
}

.post-common-title-wrap .common_write_date {
  font-size: 13px;
  margin-bottom: 0;
  word-break: keep-all;
  color: #666;
}

.post-common-title-wrap .common_write_writer {
  font-size: 13px;
  margin-bottom: 0;
  color: #666;
}

.post-common-title-wrap .common_write_writer a {
  color: #666;
  text-decoration: underline;
}

.post-body p {
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 2.2;
}

.contents_d_back_btn {
  display: block;
  max-width: 425px;
  width: 100%;
  margin: 64px auto 76px;
  height: 60px;
  line-height: 58px;
  border: 1px #707070 solid;
  font-size: 16px;
  color: #000;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contents_d_back_btn:hover {
  color: #fff;
  background: #1C99CE;
  text-decoration: none;
}

.related-wrapper {
  line-height: 1;
}

.related-wrapper .common_title {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0 0 30px;
  margin-top: 76px;
  color: #2F2F2F;
}

.blog-related-posts-list {
  margin: 0 0 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts-list .blog-rel-post {
  width: 49%;
  margin: 0 0 20px;
  background: #F7F7F7;
  display: flex;
}

.blog-related-posts-list .blog-rel-post .blog-rel-url {
  color: #2F2F2F;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.blog-rel-url .related-image {
  display: block;
  width: 240px;
  height: 180px;
  background-size: cover;
  opacity: 1;
  transition: all 1s;
}

.rel-post-content {
  width: calc(100% - 260px);
  padding: 2%;
  position: relative;
}

.rel-post-content .rel-date {
  margin: 0 0 15px;
  font-size: 14px;
}

.column_detail_others_list_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #2F2F2F;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  padding-right: 2%;
  -webkit-box-orient: vertical;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
}

.column_detail_tag_title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1;
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
}

/* marketing */
.marketing-sec {
  line-height: 1;
  margin-top: 80px;
}

.marketing-sec .contents_common_title {
  font-size: 24px;
  font-weight: bold;
  color: #292929;
  text-align: center;
  margin: 0 0 20px;
}

.marketing-sec .common_text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #2F2F2F;
  margin: 0 0 40px;
}

.top_purpose_sub_block {
  position: relative;
  background: url() center center;
  background-size: cover;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 30px 24px 50px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.top_purpose_sub_block:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border: 1px #707070 solid;
  width: calc( 100% - 20px );
  height: calc( 100% - 20px );
  display: block;
}

.top_purpose_sub_block .top_purpose_sub_left {
  width: calc( 100% - 270px );
  position: relative;
}

.top_purpose_sub_block .top_purpose_sub_btn01 {
  position: relative;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 260px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #1A2872;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top_purpose_sub_block .top_purpose_sub_title {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  font-size: 18px;
  color: #2F2F2F;
  font-weight: bold;
  padding: 0 0 12px;
  margin: 0 0 15px;
  display: block;
  width: 305px;
  border-bottom: 1px #2F2F2F solid;
}

.top_purpose_sub_block .top_purpose_sub_title img {
  width: 20px;
  margin: 0 0 0 15px;
  vertical-align: middle;
}

.top_purpose_sub_block .top_purpose_sub_text {
  font-size: 14px;
  line-height: 2;
  color: #2F2F2F;
  margin-bottom: 0;
}

.top_purpose_sub_block.black_bg {
  background: #292929;
  border: 1px #292929 solid;
  position: relative;
}

.top_purpose_sub_block.black_bg .top_purpose_sub_title {
  color: #fff;
  border-bottom: 1px #fff solid;
}

.top_purpose_sub_block.black_bg .top_purpose_sub_text {
  color: #fff;
}

.top_purpose_sub_block.black_bg .top_purpose_sub_btn {
  background: #fff;
  color: #1A2872;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 260px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 1px;
}

.top_purpose_sub_block.black_bg .top_purpose_sub_btn:hover {
  opacity: 0.7;
}

.top_purpose_sub_block .top_purpose_sub_btn01:hover {
  opacity: 0.7;
}

.top_purpose_sub_block.black_bg:before {
  content: none;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
  
  .post-featured-image-mainbig {
  opacity: 1;
  transition: all 1s;
  height: auto;
  width: 100%;
  position: relative;
  margin: 0 0 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
  
}

/* Blog pagination */

.blog-pagination {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 25px 0 0;
  margin: 0 0 75px;
  line-height: 1;
}

.blog-pagination .first-link {
  font-size: 16px;
  color: #2F2F2F;
  text-decoration: none;
  margin: 0 15px 0 0;
}

.blog-pagination .last-link {
  font-size: 16px;
  color: #2F2F2F;
  text-decoration: none;
  margin: 0 0 0 15px;
}

.blog-pagination > ul {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination > ul li {
  margin: 0 15px;
  font-size: 16px;
  color: #2F2F2F;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  color: #2F2F2F;
}

.blog-pagination__link:hover {
  opacity:0.7;
  color: #2F2F2F;
}


.blog-pagination__link--active {
  text-decoration: underline;
}


.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}


.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  display:none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.common_contents_viewmore_btn {
  display: block;
  width: 150px;
  margin: 0 auto 30px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 15px;
  border-bottom: 1px #2F2F2F solid;
  color: #2F2F2F;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.common_contents_viewmore_btn img.icon_reverse {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin: 0 10px 0 0;
  width:30px;
  height:auto;
  display: inline-block;
  vertical-align: 3px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}

.common_contents_viewmore_btn:hover {
  opacity: .7;
  color: #2F2F2F;
}


/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

.hs_recaptcha.hs-recaptcha {
  overflow: hidden;
  overflow-x: auto;
  padding: 8px 0;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media(max-width:993px){
  .contents_mv_btnarea .contents_mv_btn {
    width: 100% !important;
  }

  .contents_mv_btnarea li {
    width: 25%;
  }
}

@media(max-width:960px){
  .contents_mv_btnarea {
    max-width: 500px;
    width: 100%;
  }

  .contents_mv_btnarea .contents_mv_btn {
    font-size: 12px;
    width: 40%;
    height: 50px;
    line-height: 50px;
  }

  .contents_mv_btnarea .contents_mv_btn span {
    line-height: 1.5;
  }

  .listing-wrapper {
    padding: 20px 10px 40px;
  }

  .blog-header-inner .blog-header-title {
    font-size: 20px;
    margin: 0 0 16px;
    margin-top: -1px;
  }

  .blog-header-inner .blog-header-subtitle {
    margin: 0 0 43px;
    font-size: 14px;
    margin: 0 0 15px;
  }

  .list-body-wrapper {
    display: block;
  }

  .list-left-col {
    width: 100%;
    margin: 0 0 30px;
  }

  .list-right-col {
    width: 100%;
  }

  .common_contents_viewmore_btn {
    width: 220px;
    padding: 0 0 5px;
    line-height: 1;
  }

  .common_contents_viewmore_btn img.icon_reverse {
    width: 14px;
    vertical-align: 5px;
  }

  .blog-pagination {
    padding: 20px 0 0;
    margin: 0 0 40px;
  }

  .blog-pagination .first-link {
    font-size: 14px;
    margin: 0 10px 0 0;
  }

  .blog-pagination .last-link {
    font-size: 14px;
    margin: 0 0 0 10px;
  }

  .blog-pagination>ul li {
    font-size: 14px;
    margin: 0 10px;
  }

  .post-body-wrapper {
    padding: 20px 10px 40px;
  }

  .top_purpose_sub_block.black_bg {
    padding: 25px 15px 15px;
    width: calc( 100% - 20px );
  }

  .top_purpose_sub_block.black_bg .top_purpose_sub_btn {
    font-size: 14px;
    width: 250px;
    height: 38px;
    line-height: 38px;
  }

  .top_purpose_sub_block .top_purpose_sub_left {
    width: calc( 100% - 180px );
  }

  .top_purpose_sub_block.black_bg .top_purpose_sub_text {
    font-size: 12px;
  }

  .top_purpose_sub_block.black_bg .top_purpose_sub_title {
    font-size: 14px;
    max-width: 274px;
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.3;
  }

  .top_purpose_sub_block {
    padding: 25px 15px 15px;
    width: calc( 100% - 20px );
  }

  .top_purpose_sub_block:before {}

  ::before {}

  .top_purpose_sub_block:before {
    width: calc( 100% - 10px );
    height: calc( 100% - 10px );
  }

  .top_purpose_sub_block .top_purpose_sub_text {
    font-size: 12px;
  }

  .top_purpose_sub_block .top_purpose_sub_title {
    font-size: 14px;
    max-width: 274px;
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.3;
  }

  .marketing-sec .common_text {
    font-size: 14px;
    margin: 0 0 15px;
  }

  .marketing-sec .contents_common_title {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .related-wrapper .common_title {
    font-size: 20px;
    margin: 0 0 18px;
    margin-top: 40px;
    line-height: 1.3;
  }

  .contents_d_back_btn {
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    margin: 40px auto;
  }

  .top_purpose_sub_block .top_purpose_sub_btn01:hover {
    opacity: 1;
  }

  .top_purpose_sub_block.black_bg .top_purpose_sub_btn:hover {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
  .post-featured-image-main {
    height: 200px;
  }
}

.subscription-form label {
  text-align: center;
}

@media(max-width:640px){
  .custom-cat-wrap {
    display: block;
  }

  .cat-all-tag {
    width: 100%;
    margin: 0 0 5px;
  }

  .cat-tag-each {
    width: 100%;
  }

  .cat-all-tag a {
    padding: 15px 5px;
  }

  .blog-index-post-content h2 {
    font-size: 16px;
  }

  .blog-index-wrap {
    padding: 0 10px;
    margin: 0 0 30px;
    margin-top: 5px;
  }

  .blog-index-wrap .blog-index-post {
    display: block;
  }

  .post-index-image {
    width: 100%;
    height: 180px;
  }

  .blog-index-post-content {
    width: 100%;
    padding: 10px;
  }

  .blog-index-post-content .blog-post-tags {
    display: none;
  }

  .index-post-summary {
    display: none;
  }

  .blog-index-post-content h2 {
    font-size: 16px;
  }

  .post-featured-image-main {
    height: 200px;
  }

  .top_purpose_sub_block.black_bg {
    display: block;
    text-align: right;
  }

  .top_purpose_sub_block.black_bg .top_purpose_sub_btn {
    display: inline-block;
  }

  .top_purpose_sub_block .top_purpose_sub_left {
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
  }

  .top_purpose_sub_block {
    display: block;
    text-align: right;
  }


  .custom-cat-wrap.post-tag-list .cat-tag-each .tag-list li {
    margin: 0 0 5px !important;
    width: 32%;
  }

  .cat-tag-each .tag-list li {
    width: 32%;
  }

  .column_detail_tag_title {
    margin: 0 auto 20px;
  }

  .blog-related-posts-list {
    display: block;
  }

  .blog-related-posts-list .blog-rel-post {
    width: 100%;
    flex-wrap: wrap;
  }

  .blog-related-posts-list .blog-rel-post .blog-rel-url {
    display: block;
    width: 100%;
  }

  .blog-rel-url .related-image {
    width: 100%;
  }

  .rel-post-content {
    width: 100%;
    padding: 10px;
  }

  .column_detail_others_list_title {
    margin-bottom: 0;
  }

  .blog-related-posts-list .blog-rel-post {
    width: 100%;
    flex-wrap: wrap;
  }

  .blog-related-posts-list .blog-rel-post .blog-rel-url {
    display: block;
    width: 100%;
  }

  .blog-rel-url .related-image {
    width: 100%;
  }

  .rel-post-content {
    width: 100%;
    padding: 10px;
  }

  .column_detail_others_list_title {
    margin-bottom: 0;
  }

  .post-common-title-wrap {
    display: block;
    padding: 0 0 10px;
    margin: 0 0 20px;
  }

  .post-common-title-wrap .common-write-title {
    width: 100%;
  }

  .post-common-title-wrap .common_write_date {
    margin: 5px 0 0;
    font-size: 14px;
    width: 100%;
    line-height: 2.2;
  }

  .blog-index-wrap .blog-index-post.no-image {
    padding: 0;
  }

  .top_purpose_sub_block .top_purpose_sub_text br {
    display: none;
  }
}


/* column.css */
/* #column_h2 {
    font-size: 24px;
    line-height: 1.4166666667;
    background: #f3f3f3;
    padding: 14px 20px 13px;
    margin-top: 50px;
} */
.article{
    width:100%; 
    border:1px #A0A0A0 solid; 
    padding:20px;
    display:flex;
    align-items:flex-start;
    list-style-type : none;
    margin:30px 0;
    box-sizing: border-box;
}
@media only screen and (max-width: 960px){
  .article {
    display:block;
  }
}
.article:hover{
    opacity:0.7;
}
.article .pic{
    width:200px;
    padding: 0 20px 0 0;
    box-sizing:border-box;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (max-width: 960px){
  .article .pic {
    width: 100%;
    padding: 0;
  }
}
.article .pic img{
    display:block;
    width:100%;
    height:auto;
    box-sizing:border-box;
    vertical-align:top;
}
.article .textarea{
    width: calc(100% - 220px);
    margin:0;
    box-sizing:border-box;
    list-style-type : none;
    padding:0;
}
@media only screen and (max-width: 960px){
 .article .textarea {
    width: 100%;
  }
}

.article .title{
    color: #1A2872; 
    font-weight:bold;
    margin:0;
    padding:0;
    line-height:1.7;
    font-size:16px;
}
.article .text{
    color:#2f2f2f;
    font-size:14px;
    margin:0!important;
}
.article .viewmore_btn{
    text-decoration: none; 
    border-bottom:1px solid 2f2f2f;
    color:#2f2f2f;
    margin:0!important;
    padding:0!important;
    font-size:14px;
}
.article .link{
    display:block;
    width:100%;
    text-decoration:none;
}
.pc_popup,.sp_popup{
    position:fixed;
    bottom:0;
    right:0;
    z-index:1000;
}
.pc_popup .pc_close{
    width: 30px;
    height: auto;
    display: block;
    position: absolute;
    top: -15px;
    right: 15px;
}
.sp_popup .sp_banner{
    width:100%;
    height:auto;
}
.sp_popup .sp_close{
    width: 30px;
    height: auto;
    display: block;
    position: absolute;
    top: -15px;
    right: 15px;
}
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.popup_link{
    display:block;
}
.c-mailmagazine-form {
    margin: 60px auto;
    padding: 30px 80px;
    border: 1px dotted #919191;
}


/* common.css */

.common_write_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    width: calc(100% - 180px);
}
.post-content-wrapper h2 {
    padding: 5px 0 5px 10px;
    margin: 10px 0;
    border-left: solid 5px #919191;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    clear: both;
  
    font-size: 24px;
    line-height: 1.4166666667;
    background: #f3f3f3;
    padding: 14px 20px 13px;
    margin-top: 50px;
}
.post-content-wrapper p {
    font-size: 14px;
    line-height: 2.2;
    margin: 0;
}
.common_write_intro {
    background: #f7f7f7;
    padding: 20px 30px 20px 30px;
    margin: 0 0 40px;
  font-size:12px;
  line-height:2.2;
}


/* 検索枠 */

.hs-search-field {
  margin-bottom: 30px;
}
.hs-search-field input.hs-search-field__input {
  border: 1px solid #cbd6e2;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: none !important;
  padding: 10px;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 3px #ddd;
}
.hs-search-field__suggestions #results-for {
  font-size: 14px;
}
.hs-search-field__suggestions a { 
  padding: 5px;
}
.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.content-market-column h3{
  font-size: 20px !important;
  line-height: 2;
}
.content-market-column .post-content-wrapper p{
  font-size: 15px !important;
}
  
  
  -->
</style>