@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);

/* 共通 */
.category-open input {
  display: none;
}

h1 a {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}

h1 a:hover {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
  transition: 0.5s;
}

p {
  color: #565A5E;
}

.cl {
  clear: both;
}

/* PC/SP共通ページネーション */
.blog-pagination{
  margin: 50px 0;
  text-align: center;
}

.blog-pagination .blog-pagination__number-link,.blog-pagination__link--active {
  text-decoration: none;
}

.blog-pagination .blog-pagination__number-link {
  color: #005bac;
  margin: 0 2px;
  padding: 5px 10px;
}


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

.blog-pagination .blog-pagination__link--active{
  padding: 5px 10px;
  color: #005BAC;
  margin: 0 7px;
  color: #fff;
}

.blog-pagination__prev-link ,.blog-pagination__next-link {
  text-decoration: none;
  margin: 0 7px;
  color: #565A5E;
}

@media (min-width: 768px) {
  .leftcol {
    width: calc(100% - 315px);
    float: left;
    margin: 60px 0 30px 0;
  }

  .rightcol {
    width: 265px;
    float: right;
    margin: 60px 0 30px 0;
  }

  .pc-mt-90 {
    margin-top: 90px!important;
  }

  .pc-mt-100 {
    margin-top: 100px;
  }

  .pc-mt-150 {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .leftcol {
    width: 100%;
    margin: 30px 0;
  }

  .blog-pagination .blog-pagination__number-link,
  .blog-pagination .blog-pagination__link--active {
    margin: 0 3px;
  }

  .rightcol {
    width: 100%;
    margin: 30px 0;}
}


/*header*/
@media (min-width: 768px) {
  header#blog {
    height: 70px;
  }

  header#blog #logoarea {
    margin: 18px 0 0 0;
    float: left;
  }

  header#blog #buttonarea {
    margin: 7px 0 0 0;
    float: right;
  }

  header#blog .searcharea {
    margin: 12px 0 0 0;
    float: right;
    width: 225px;
  }

  header#blog #search-button {
    display: none;
  }

  header#blog #button-close {
    display: none;
  }

  #form {
    position: relative;
    width: 225px;
  }

  #sbox {
    height: 35px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #a5a393;
    outline: 0;
    background: #fff;
    width: 225px;
  }

  #sbtn {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 4px;
    right: 15px;
    background: none;
    border: none;
  }

  #sbtn i {
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/ico_search.png') no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    background-size: 25px 25px;
  }
}
@media (max-width: 767px) {
header#blog {
  height: 60px;
}

header#blog #logoarea {
  margin: 0 0 0 0;
  float: left;
}

#buttonarea {
  width: 25px;
  height: 25px;
  margin: 17px 0 0 0;
  float: right;
}

.searcharea {
  position: fixed;
  margin: 0;
  padding: 12px 15px;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  transition: all .5s;
}

.searcharea.open {
  display: inherit;
  transition: all .5s;
}

#form {
  position: relative;
  width: calc(100% - 30px);
  float: left;
}

#button-close {
  width: 30px;
  float: right;
}

#sbox {
  height: 35px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #a5a393;
  outline: 0;
  background: #fff;
  width: 100%;
}

#sbtn {
  height: 22px;
  width: 22px;
  padding: 0;
  position: absolute;
  top: 6px;
  right: 10px;
  background: none;
  border: none;
}

#sbtn i {
  background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/ico_search.png') no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  background-size: 22px 22px;
}
}

 /* TOP */
@media (min-width: 1022px) {
  #title.marketingmedia {
    background: #005bab;
    height: 170px;
    margin-top: 121px;
  }

  #title.marketingmedia h1 {
    font-size :27px;
    margin: 72px 0 0 0;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
  }

  #title.marketingmedia h1 span {
    border-bottom: 2px solid #fff;
    padding-bottom:4px;
  }

  #title.marketingmedia p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
  }
}

@media screen and (min-width:768px) and ( max-width:1021px) {
  #title.marketingmedia {
  height: 200px;
  background: #005BAB;
  margin-top:156px;
  }
   #title.marketingmedia h1 {
    font-size :27px;
    margin: 72px 0 0 0;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
  }

  #title.marketingmedia h1 span {
    border-bottom: 2px solid #fff;
    padding-bottom:4px;
  }

  #title.marketingmedia p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
  }
  }

@media (max-width: 767px) {
  #title.marketingmedia {
   background: #005bab;
   height: 140px;
   margin-top: 50px;
  }

  #title.marketingmedia h1 {
    font-size: 22px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
  }

  #title.marketingmedia h1 span {
    border-bottom: 2px solid #fff;
    padding-bottom: 1px;
  }

  #title.marketingmedia h1 a {
    color: #fff;
    text-decoration: none;
  }

  #title.marketingmedia h1 a:hover {
    opacity: 0.5;
  }


  #title.marketingmedia p {
    font-size: 16px;
    line-height: 27px;
    margin:0;color: #fff;
    text-align: center;
    text-shadow: 0 0 8px #000;
  }
}

/* ぱんくずリスト */
@media (min-width: 768px) {
  #bread.white {
    margin-top: 30px;
  }

  #bread.white ul {
    margin: 0;
    padding: 0;
  }

  #bread.white ul li {
    font-size: 14px;
    list-style: none;
    float: left;
    display: inline-block;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/ico_bread_arrow_w.png') no-repeat;
    background-size: 15px;
    padding-right:17px;
    background-position: right;
    color: #fff;
  }

  #bread.white ul li:last-child {
    background: none;
  }

  #bread.white ul li a {
    color: #fff;
  }

  #bread.white ul li a:link {
    color: #fff;
    text-decoration: none;
  }

  #bread-footer {
    margin:15px 0;
    background: #fff;
  }

  #bread-footer ul {
    margin: 0;
    padding: 0;
  }

  #bread-footer ul li {
    font-size: 14px;
    list-style: none;
    float: left;
    display: inline-block;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/ico_bread_arrow.png') no-repeat;
    background-size: 15px;
    padding-right: 17px;
    background-position: right;
    color: #565A5E;
  }

  #bread-footer ul li:last-child {
    background: none;
  }

  #bread-footer ul li a {
    color: #565A5E;
  }

  #bread-footer ul li a:link {
    color: #565A5E;
  }

  #bread.white {
    margin-top: 30px;
  }

  #bread.white ul {
    margin: 0;
    padding: 0;
  }

  #bread.white ul li {
    font-size: 14px;
    list-style: none;
    float: left;
    display: inline-block;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/ico_bread_arrow_w.png') no-repeat;
    background-size: 15px;
    padding-right:17px;
    background-position: right;
    color: #fff;
  }

  #bread.white ul li:last-child {
    background: none;
  }

  #bread.white ul li a {
    color: #fff;
  }

  #bread.white ul li a:link {
    color: #fff;
  }

  #bread-footer {
    margin:15px 0;
    background: #fff;
  }

  #bread-footer ul {
    margin: 0;
    padding: 0;
  }

  #bread-footer ul li {
    font-size: 14px;
    list-style: none;
    float: left;
    display: inline-block;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/ico_bread_arrow.png') no-repeat;
    background-size: 15px;
    padding-right: 17px;
    background-position: right;
    color: #565A5E;
  }

  #bread-footer ul li:last-child {
    background: none;
  }

  #bread-footer ul li a {
    color: #565A5E;
  }

  #bread-footer ul li a:link {
    color: #565A5E;
  }
}
@media (max-width: 767px) {
  #bread.white ul {
    padding: 0;
  }

  #bread.white ul li {
    font-size: 14px;
    list-style: none;
    display: inline-block;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/ico_bread_arrow_w.png') no-repeat;
    background-size: 15px;
    padding-right:17px;
    background-position: right;
    color: #fff;
  }

  #bread.white ul li:last-child {
    background: none;
  }

  #bread.white ul li a {
    color: #fff;
  }

  #bread.white ul li a:link {
    color: #fff;
  }

  #bread-footer ul li {
    font-size: 14px;
    list-style: none;
    float: left;
    display: inline-block;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/ico_bread_arrow.png') no-repeat;
    background-size: 15px;
    padding-right: 17px;
    background-position: right;
  }

  #bread-footer ul li:last-child {
    background: none;
  }

  #bread-footer ul li a {
    color: #565A5E;
  }

  #bread-footer ul li a:link {
    color: #565A5E;
  }

  #bread-footer {
    margin:15px 0;
    background: #fff;
  }

  #bread-footer ul {
    margin: 0;
    padding:0;
  }

  #bread-footer ul li {
    font-size: 14px;
    list-style: none;
    float: left;
    display: inline-block;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/ico_bread_arrow.png') no-repeat;
    background-size: 15px;
    padding-right: 17px;
    background-position: right;
    color: #565A5E;
  }

  #bread-footer ul li:last-child {
    background: none;
  }

  #bread-footer ul li a {
    color: #565A5E;
  }

  #bread-footer ul li a:link {
    color: #565A5E;
  }
}

/* コンテンツエリア */
@media (min-width: 768px) {
  h2.bd {
    padding:0 20px;
    color: #005BAB;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
  }

  h2.bd:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 40px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #005BAB;
  }

  ul.articles {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  ul.articles li {
    list-style: none;
    margin: 0 30px 30px 0;
    padding: 0;
    background: #f7f7f7;
    border-radius: 3px;
    display: table-cell;
    width: calc(33.3% - 20px);
  }

  ul.articles li:nth-child(3),ul.articles li:nth-child(6),ul.articles li:nth-child(9),ul.articles li:nth-child(12),
  ul.articles li:nth-child(15),ul.articles li:nth-child(18),ul.articles li:nth-child(21),ul.articles li:nth-child(24),ul.articles li:nth-child(27) {
    margin: 0 0 30px 0;
    width: calc(33.3% - 20px);
  }

  ul.articles li h4 {
    font-size: 14px;
    line-height: 26px;
    color: #565A5E;
    margin: 15px 15px 0 15px;
  }

  ul.articles li a {
    color: #565A5E;
    text-decoration: none;
  }

  ul.articles li a h4 {
    color: #565A5E;
  }

  ul.articles li a h4:hover {
    opacity: 0.5;
  }

  ul.articles li .image {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
  }

  ul.articles li .image img{
    object-fit: cover;
    height: 170px;
  }

  ul.articles li .title {
    min-height: 120px;
  }

  ul.articles li .box {
    display: table;
    width: 100%;
  }

  ul.articles li .mbox {
    display: table-cell;
    vertical-align: bottom;
  }

  ul.articles li .date {
    color: #565A5E;
    font-size: 12px;
    margin: 10px 15px;
  }

  ul.articles li ul.tags {
    margin:10px 15px;
    padding: 0;
  }

  ul.articles li ul.tags li {
    display: inline-block;
    font-size: 12px;
    margin: 0 10px 7px 0!important;
    padding: 2px 5px;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: none;
    width: inherit!important;
    height: inherit;
    background: #fff;
  }

  ul.articles li ul.tags li:hover {
    background: #f3f3f3;
    transition: all .3s;
  }

  ul.articles li ul.tags li a {
    color: #999;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  h2.bd {
    padding:0 20px;
    color: #005BAB;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }

  h2.bd:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 40px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #005BAB;
  }

  ul.articles {
    margin: 0 0 50px 0;
    padding: 0;
    width: 100%;
  }

  ul.articles li {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0 0 5px 0;
    background: #f7f7f7;
    border-radius: 3px;
  }

  ul.articles li h4 {
    font-size: 16px;
    line-height: 26px;
    margin: 15px 15px 0 15px;
    color: #565A5E;
  }

  ul.articles li .image {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  ul.articles li .date {
    font-size: 12px;
    margin: 10px 15px;
    color: #565A5E;
  }

  ul.articles li ul.tags {
    margin: 10px 15px;
    padding: 0;
  }

  ul.articles li ul.tags li {
    display: inline-block;
    font-size: 12px;
    margin: 0 10px 7px 0!important;
    padding: 2px 5px;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: none;
    width: inherit!important;
    height: inherit;
    background: #fff;
  }

  ul.articles li a{
    color: #999;
    text-decoration: none;
  }

}

/* カテゴリー */
@media (min-width: 768px)  {
  .more {
    margin: 0;
    padding: 15px 0;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    padding-right: 16px;
    text-align: right;
    clear: both;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/more-arrow.png') no-repeat;
    background-position: right;
    background-size: 14px 5px;
  }

  .more a {
    color: #999;
  }

  #pickup {
    margin: 0 0 35px 0;
  }

  #category {
    margin:0 0 65px 0;
  }

  .category-bg {
    background: #E0EAF4;
    padding: 30px 30px 15px 30px;
  }

  .category-bg ul.tags {
    margin: 10px 15px;
    padding: 0;
  }

  .category-bg ul.tags li {
    display: inline-block;
    font-size: 16px;
    margin: 0 14px 14px 0!important;
    padding: 3px 8px;
    border: 1px solid #005BAC;
    border-radius: 4px;
    box-shadow: none;
    width: inherit!important;
    height: inherit;
    background: #fff;
  }

  .category-bg ul.tags li:hover {
    background: #e3e3e3;
    transition: all .3s;
  }

  .category-bg ul.tags li a {
    color: #005BAC;
    text-decoration: none;
  }

  #newarrival {
    margin:0 0 65px 0;
  }
}
@media (max-width: 767px) {
  .more {
    margin: 0;
    padding: 15px 0;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    padding-right: 16px;
    text-align: right;
    clear: both;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/more-arrow.png') no-repeat;
    background-position: right;
    background-size: 14px 5px;
  }

  .more a {
    color: #999;
  }

  #pickup {
    margin: 0 0 65px 0;
  }

  #category{
    margin: 0 -15px 65px -15px;
    width: calc(100% + 30px);
  }

  .category-bg {
    background: #E0EAF4;
    padding: 25px 15px 10px 15px;
  }

  .category-bg ul.tags {
    margin: 0;
    padding: 0;
  }

  .category-bg ul.tags li {
    display: inline-block;
    font-size: 16px;
    margin: 0 14px 14px 0!important;
    padding: 3px 8px;
    border: 1px solid #005BAC;
    border-radius: 4px;
    box-shadow: none;
    width: inherit!important;
    height: inherit;
    background: #fff;
  }

  .category-bg ul.tags li:hover {
    background: #e3e3e3;
    transition: all .3s;
  }

  .category-bg ul.tags li a {
    color: #005BAC;
    text-decoration: none;
  }

  #newarrival {
    margin: 0 0 65px 0;
  }
}

/* サイドナビバナー・おすすめ記事 */
@media (min-width: 768px)  {
  #right-banner {
    margin:0 0 40px 0;
  }

  #right-recommend {
    margin:0 0 45px 0;
  }

  #right-recommend h2 {
    margin: 0 0 15px 0;
    padding: 5px 0 5px 35px;
    font-size: 16px;
    color: #565A5E;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/marketingmedia_right_recommend_title_bg.png') no-repeat;
    background-size: 30px;
  }

  #right-recommend ul {
    margin: 0;
    padding: 0;
  }

  #right-recommend ul li {
    border-bottom:1px solid #ccc;
    margin: 0;
    padding: 15px 0 15px 0;
    display: table;
    width: 100%;
  }

  section#right-recommend ul li a {
    color: #565A5E!important;
    text-decoration: none;
  }

  section#right-recommend ul li a:hover {
    opacity: 0.5;
    }


  #right-recommend ul li:first-child {
    border-top: 1px solid #ccc;
  }

  #right-recommend ul li .right-recommend-image {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
  }

  #right-recommend ul li .right-recommend-text {
    display: table-cell;
    vertical-align: middle;
  }

   #right-recommend ul li .right-recommend-image img, #right-popular ul li img{
     object-fit: contain;
  }

  #right-recommend ul li .right-recommend-text h3 {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }

  section #right-recommend ul li a {
    color: #565A5E!important;
    text-decoration: none;
  }

  section #right-recommend ul li a:hover {
    opacity: 0.5;
    }
  }
@media (max-width: 767px) {
  #right-banner {
    margin: 0 0 40px 0;
  }

  #right-banner img {
    width: 100%;
    height: auto;
  }

  #right-recommend {
    margin: 0 0 45px 0;
  }

  #right-recommend h2 {
    margin: 0 0 15px 0;
    padding: 5px 0 5px 35px;
    font-size: 16px;
    color: #565A5E;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/marketingmedia_right_recommend_title_bg.png') no-repeat;
    background-size: 30px;
  }

  #right-recommend ul {
    margin: 0;
    padding: 0;
  }

  #right-recommend ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 15px 0 15px 0;
    display: table;
    width: 100%;
  }

  #right-recommend ul li:first-child {
    border-top: 1px solid #ccc;
  }

  #right-recommend ul li .right-recommend-image {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
  }

  #right-recommend ul li .right-recommend-text {
    display: table-cell;
    vertical-align: middle;
  }

  #right-recommend ul li .right-recommend-text h3 {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding:0;
  }

  section#right-recommend ul li a {
    color: #565A5E;
    text-decoration: none;
  }

  section#right-recommend ul li a:hover{
    opacity: 0.5!important;
    text-decoration: none!important;
  }
}

/* サイドナビカテゴリー */
@media (min-width: 768px)  {
  #right-category {
    margin:0 0 45px 0;
  }

  #right-category h2 {
    margin:0 0 15px 0;
    padding: 5px 0 5px 35px;
    font-size: 16px;
    color: #565A5E;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/marketingmedia_right_category_title_bg.png') no-repeat;
    background-size: 30px;
  }

  #right-category ul {
    margin: 0;
    padding: 0;
  }

  #right-category ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 8px 30px 8px 0;
    font-size: 15px;
    line-height: 22px;
    list-style: none;
    position: relative;
  }

  #right-category ul li:first-child {
    border-top: 1px solid #ccc;
  }

  #right-category ul li a {
    color: #565A5E;
    text-decoration: none;
  }

  #right-category ul li a:hover {
    opacity: 0.5;
    text-decoration: none;
  }

  #right-category ul li::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #565A5E;
    border-right: solid 1px #565A5E;
    -ms-transform: rotate(45deg);-webkit-transform:rotate(45deg);
    transform:rotate(45deg); position:absolute;
    top: 48%;
    right: 5px;
    margin-top:-4px;
  }
}
@media (max-width: 767px) {
  #right-category {
    margin: 0 0 45px 0;
  }

  #right-category h2 {
    margin: 0 0 15px 0;
    padding: 5px 0 5px 35px;
    font-size: 16px;
    color: #565A5E;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/marketingmedia_right_category_title_bg.png') no-repeat;
    background-size: 30px;
  }

  #right-category ul {
    margin: 0;
    padding: 0;
  }

  #right-category ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 8px 30px 8px 0;
    font-size: 15px;
    line-height: 22px;
    list-style: none;
    position: relative;
  }

  #right-category ul li:first-child {
    border-top: 1px solid #ccc;
  }

  #right-category ul li::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #565A5E;
    border-right: solid 1px #565A5E;
    -ms-transform: rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);
    position: absolute;
    top: 48%;
    right: 5px;
    margin-top: -4px;
  }

  #right-category ul li a{
    color: #565A5E;
    text-decoration: none;
  }

  #right-category ul li a:hover{
    opacity: ; 0.5;
    text-decoration: none;
  }
}

/* サイドナビ人気記事 */
@media (min-width: 768px)  {
  #right-popular {
    margin: 0 0 45px 0;
  }

  #right-popular h2 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px 35px;
    font-size: 16px;
    color: #565A5E;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/marketingmedia_right_popular_title_bg.png') no-repeat;
    background-size: 30px;
  }

  #right-popular ul {
    margin: 0;
    padding: 0;
  }

  #right-popular ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 15px 0 15px 0;
    display: table;
    width:100%;
  }

  #right-popular ul li:first-child {
    border-top: 1px solid #ccc;
  }

  #right-popular ul li .right-recommend-image {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
  }

  #right-popular ul li .right-recommend-text {
    display: table-cell;
    vertical-align: middle;
  }

  #right-popular ul li .right-recommend-text h3 {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }

  #right-popular ul li a {
    color: #565A5E;
    text-decoration: none;
  }

  #right-popular ul li a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  #right-popular {
    margin: 0 0 45px 0;
  }

  #right-popular h2 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px 35px;
    font-size: 16px;
    color: #565A5E;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/marketingmedia_right_popular_title_bg.png') no-repeat;
    background-size: 30px;
  }

  #right-popular ul {
    margin: 0;
    padding: 0;
  }

  #right-popular ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 15px 0 15px 0;
    display: table;
    width: 100%;
  }

  #right-popular ul li:first-child {
    border-top: 1px solid #ccc;
  }

  #right-popular ul li .right-recommend-image {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
  }

  #right-popular ul li .right-recommend-text {
    display: table-cell;
    vertical-align: middle;
  }

  #right-popular ul li .right-recommend-text h3 {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }

  #right-popular ul li a {
    color: #565A5E;
    text-decoration: none;
  }

  #right-popular ul li a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

/*　サイドナビメールマガジン登録 */
@media (min-width: 768px)  {
  #right-newsletter {
    margin: 0 0 45px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
  }

  #right-newsletter h2 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px 35px;
    font-size: 16px;
    color: #565A5E;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/marketingmedia_right_newsletter_title_bg.png') no-repeat;
    background-size: 30px;
  }

  #right-newsletter p {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  #right-newsletter {
    margin: 0 0 45px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
  }

  #right-newsletter h2 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px 35px;
    font-size: 16px;
    color: #565A5E;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/marketingmedia_right_newsletter_title_bg.png') no-repeat;
    background-size: 30px;
  }

  #right-newsletter p {
    font-size: 15px;
    line-height: 26px;
  }
}

/*　サイドナビeditor */
@media (min-width: 768px)  {
  .editor {
    background: #f5fcfc;
    border: 1px solid #005BAA;
    border-radius: 8px;
    margin: 0 0 50px 0;
    padding: 30px 50px;
  }

  .editor-image {
    width: 100px;
    float: left;
    margin: 0 20px 0 0;
  }

  .editor-text {
    float: left;
  }

  .editor-text h3 {
    color: #005BAA;
    font-size: 22px;
    margin: 20px 0 20px 0;
  }

  .editor-text p {
    color: #565A5E;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .editor {
    background: #f5fcfc;
    border: 1px solid #005BAA;
    border-radius: 8px;
    margin: 0 0 30px 0;
    padding: 30px 15px 5px 15px;
  }

  .editor-image {
    width: 100px;
    margin: 0 auto;
  }

  .editor-text {}

  .editor-text h3 {
    color: #005BAA;
    font-size: 20px;
    margin: 20px 0 10px 0;
  }

  .editor-text p {
    color: #565A5E;
    font-size: 16px;
    line-height: 26px;
  }
}

/*記事ページ　記事タイトル*/
@media (min-width: 768px) {
  #title.article {
    background: #005bab;
    min-height: 170px;
    margin-top: 51px;
  }

  #title.article h1 {
    font-size: 27px;
    line-height: 46px;
    margin: 71px 0 20px 0;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    text-align: center;
  }

  #title.article p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0 0 8px #000;
  }

  .article-mv-cont {}

  .article-mv-left {
    float: left;
  }

  .article-mv-auther {
    font-size: 14px;
    color: #fff;
    padding: 0 0 0 24px;
    background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/article_editor_image.png') no-repeat;
    background-size: 18px;
    float: left;
  }

  .article-mv-auther a{
    color: #fff;
  }

  .article-mv-category {
    float: left;
    margin-top: -3px;
  }

  .article-mv-category ul.tags {
    margin: 0 15px;
    padding: 0;
  }

  .article-mv-category ul.tags li {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    margin: 0 8px 0 0!important;
    padding: 4px 6px 2px 6px;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: none;
    width: inherit!important;
    height: inherit;
  }

  .article-mv-category ul.tags li:hover {
    background: #fff;
    transition: all .3s;
  }

  .article-mv-category ul.tags li a {
    color: #fff;
    text-decoration: none;
  }

  .article-mv-date {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
  }

  .article-mv-right {
    float: right;
  }
  .article-mv-right.article-mv-right_2row {
    margin-top: -18px;
  }

  #article-bread {
    display: none;
  }
}
@media (max-width: 767px) {
  #title.article {
    background: #005bab;
    min-height: 140px;
    padding-bottom: 40px;
  }

  #title.article h1 {
  font-size: 22px;
  text-align: center;
  line-height: 36px;
  margin: 20px 0 20px 0;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  }

  #title.article h1 br {
  display: none;
  }

  #title.article h1 span {
  border-bottom: none !important;
  padding-bottom: 1px;
  }

  #title.article p {
  font-size: 16px;
  line-height: 27px;
  margin: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px #000;
  }

  .article-mv-cont {
    width: 97%;
  }

  .article-mv-cont{
  }

  .article-mv-left {
  float: left;
  width: 70%;
  position: relative;
  }

  .article-mv-auther {
  font-size: 14px;
  color: #fff;
  padding: 0 0 0 24px;
  background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/article_editor_image.png') no-repeat;
  background-size: 18px;
  float: left;
  }

  .article-mv-auther a{
  color: #fff;
  }
  .article-mv-category {
  float: left;
  margin-top: -3px;
  position: absolute;
  top: 30px;
  left: -15px;
  width: 155%;
  }

  .article-mv-category ul.tags {
  padding: 0;
  }

  .article-mv-category ul.tags li {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  margin: 0 5px 0 0!important;
  padding: 4px 6px 2px 6px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: none;
  width: inherit!important;
  height: inherit;
  }

  .article-mv-category ul.tags li:hover {
  background: #fff;
  transition: all .3s;
  }

  .article-mv-category ul.tags li a {
  color: #fff;
  text-decoration: none;
  }

  .article-mv-date {
  font-size: 14px;
  color: #fff;
  text-align: right;
  }

  .article-mv-right {
  float: right;
  width: 60%;
  }
  .article-mv-right.article-mv-right_2row {
    margin-top: -18px;
  }

  #article-bread {
  margin: 15px;
  }

  #article-bread ul {
  margin: 0;
  padding: 0;
  }
  #article-bread ul li {
  font-size: 13px;
  line-height: 22px;
  list-style: none;
  display: inline;
  background: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/ico_bread_arrow.png') no-repeat;
  background-size: 15px;
  padding-right: 17px;
  background-position: top right;
  color: #565A5E;
  word-break: break-all;
  }

  #article-bread ul li:last-child {
  background: none;
  }

  #article-bread ul li a {
  color: #565A5E;
  }

  #article-bread ul li a:link {
  color: #565A5E;
  }
}

/*記事ページ 記事スタイル */
@media (min-width: 768px)  {
  article#contents {
  }

  article#contents h1 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #005BAA;
  }

  article#contents h2 {
    font-size: 26px;
    line-height: 36px;
    background: #fbfafa;
    margin: 35px 0 35px 0;
    padding: 10px 15px;
    border-left: 5px solid #005BAA;
    font-weight: normal;
  }

  article#contents h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 35px 0 35px 0;
    border-bottom: 1px solid #005BAA;
    padding: 5px 0;
    font-weight: normal;
  }

  article#contents h4 {
    font-size: 22px;
    line-height: 32px;
    margin: 30px 0 30px 0;
    font-weight: normal;
    border-left: 5px solid #005BAA;
    padding-left: 10px;
  }

  article#contents h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0 30px 0;
    font-weight: normal;
    position: relative;
    padding: .3em .3em .3em 1em;
  }

  article#contents h5::after {
    position: absolute;
    content: '';
    bottom: .8em;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #a5a393;
  }

  article#contents h6 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px 0;
    font-weight: normal;
    background: linear-gradient(transparent 70%, #e4e3de 70%);
    display: inline-block;
  }

  article#contents a{
    color: #005BAA;
  }

  article#contents a:hover{
    opacity: 0.5;
  }

  article#contents p {
    font-size: 18px;
    line-height: 32px;
    color: #565A5E;
    margin: 0 0 35px 0;
  }

  article#contents p.link {
    margin: 15px 0;
  }

  article#contents p.link a {
    font-size: 18px;
    line-height: 32px;
    color: #565A5E;
    text-decoration: underline;
    color: #005BAA;
    cursor: pointer;
  }

  article#contents p.link a:hover {
    text-decoration: underline;
  }

  article#contents p.link a:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 1px 10px;
    border-bottom: 1px solid #005BAA;
    border-right: 1px solid #005BAA;
    transform: rotate(-45deg);
  }

  article#contents p.anchor {
    margin:15px 0;
  }

  article#contents p.anchor a {
    font-size: 18px;
    line-height: 32px
    color: #565A5E;
    text-decoration: underline;
    cursor: pointer;
  }

  article#contents p.anchor a:hover {
    text-decoration: underline;
  }

  article#contents p.anchor a:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 4px 10px;
    border-bottom: 1px solid #050505;
    border-right: 1px solid #050505;
    transform: rotate(45deg);
  }

   article#contents img {
    max-width: 100%;
    height: auto;
    margin: 0 0 35px 0;
  }

  article#contents blockquote {
    font-size: 18px;
    line-height: 32px;
    color: #565A5E;
    margin: 0 0 35px 0;
    padding: 50px;
    background-color: #E0EAF5;
    display: block;
  }

  article#contents blockquote p{
    margin: 0;
  }

  article#contents blockquote {
    background-image: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/article_blockquote01.png'),url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/article_blockquote02.png');
    background-repeat: no-repeat,no-repeat;
    background-position: top 15px left 15px, bottom 15px right 15px;
  }

  article#contents #hs_cos_wrapper_post_body div {
    font-size: 18px;
    line-height: 32px;
    color: #565A5E;
    margin: 0 0 35px 0;
    padding: 25px!important;
    background: #E0EAF5;
  }
  /*動画表示用_250131*/
  article#contents #hs_cos_wrapper_post_body div.hs-video-wrapper {
    padding:0 0  56.25% 0!important;
  }
  article#contents #hs_cos_wrapper_post_body .hs-embed-wrapper{
    margin: 0;
    padding: 0!important;
  }

  article#contents #hs_cos_wrapper_post_body div.hs-embed-content-wrapper {
    font-size: 18px;
    line-height: 32px;
    color: #565A5E;
    padding:0 0  56.25% 0!important;
  }

  article#contents ul {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 30px 0;
    padding: 20px 20px 20px 40px;
  }

  article#contents ol {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 30px 0;
    padding: 20px 20px 20px 45px;
  }

  article#contents ul li,article#contents ol li {
    font-size: 18px;
    line-height: 28px;
    margin:0 0 5px 0;
    color: #565A5E;
  }

  article#contents ul li {
    list-style: none;
  }

  article#contents ul li a {
    text-decoration: underline;
  }

  article#contents ul li::before {
    position: relative;
    top: -5px;
    left: -10px;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
    border-radius: 100%;
    background: #050505;
  }

  article#contents table {
    margin: 30px 0;
  }

  article#contents table caption {
    padding: 15px;
    background: #005BAA;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    caption-side: top;
  }

  article#contents table tr {
    font-size: 18px;
    line-height: 28px;
    color: #565A5E;
    border-bottom: 1px solid #a5a393;
  }

  article#contents table tr:nth-child(odd) {
    background: #f5f5f5;
  }

  article#contents table tr:nth-child(even) {
  }

  article#contents table th {
    padding: 15px;
  }

  article#contents table td {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  article#contents {
  }

  article#contents h1 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #005BAA;
  }

  article#contents h2 {
    font-size: 20px;
    line-height: 30px;
    background: #fbfafa;
    margin: 35px 0 35px 0;
    padding: 10px 15px;
    border-left: 5px solid #005BAA;
    font-weight: normal;
  }

  article#contents h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 25px 0 25px 0;
    border-bottom: 1px solid #005BAA;
    padding: 5px 0;
    font-weight: normal;
  }

  article#contents h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 25px 0 25px 0;
    font-weight: normal;
    border-left: 5px solid #005BAA;
    padding-left: 10px;
  }

  article#contents h5 {
    font-size: 16px;
    line-height: 26px;
    margin: 25px 0 25px 0;
    font-weight: normal;
    position: relative;
    padding: .3em .3em .3em 1em;
  }

  article#contents h5::after {
    position: absolute;
    content: '';
    bottom: .8em;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #a5a393;
  }

  article#contents h6 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px 0;
    font-weight: normal;
    background: linear-gradient(transparent 70%, #e4e3de 70%);
    display: inline-block;
  }

  article#contents p {
    font-size: 15px;
    line-height: 25px;
    color: #565A5E;
    margin: 0 0 25px 0;
  }

  article#contents a{
    color: #005BAA;
  }

  article#contents a:hover{
    opacity: 0.5;
  }

  article#contents p.link {
    margin: 15px 0;
  }

  article#contents p.link a {
    font-size: 15px;
    line-height: 25px;
    color: #565A5E;
    text-decoration: underline;
    color: #005BAA;
    cursor: pointer;
  }

  article#contents p.link a:hover {
    text-decoration: underline;
  }

  article#contents p.link a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 10px;
    border-bottom: 1px solid #005BAA;
    border-right: 1px solid #005BAA;
    transform: rotate(-45deg);
  }

  article#contents p.anchor {
    margin: 15px 0;
  }

  article#contents p.anchor a {
    font-size: 15px;
    line-height: 25px;
    color: #565A5E;
    text-decoration: underline;
    cursor: pointer;
  }

  article#contents p.anchor a:hover {
    text-decoration: underline;
  }

  article#contents p.anchor a:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 4px 10px;
    border-bottom: 1px solid #050505;
    border-right: 1px solid #050505;
    transform: rotate(45deg);
  }

  article#contents div {
    font-size: 15px;
    line-height: 25px;
    color: #565A5E;
    margin: 0 0 25px 0;
    padding: 25px;
    background: #E0EAF5;
  }

  article#contents blockquote {
    font-size: 15px;
    line-height: 25px;
    color: #565A5E;
    margin: 0 0 25px 0;
    padding:30px;
    background-color: #E0EAF5;
    display: block;
  }

  article#contents blockquote p{
    margin: 0;
  }

  article#contents blockquote {
    background-image: url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/article_blockquote01.png'), url('//6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/raw_assets/public/fusion-theme/images/common/article_blockquote02.png');
    background-repeat: no-repeat,no-repeat;
    background-position: top 5px left 5px, bottom 5px right 5px;
    background-size: 30px 30px,30px 30px;
  }

  article#contents img {
    width: 100%!important;
    height: auto;
    margin: 0 0 35px 0;
  }

  article#contents ul {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 30px 0;
    padding: 15px 15px 15px 30px;
  }

  article#contents ol {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 30px 0;
    padding: 15px 15px 15px 35px;
  }

  article#contents ul li,article#contents ol li {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 5px 0;
    color: #565A5E;
  }

  article#contents ul li {
    list-style: none;
  }

  article#contents ul li a {
    text-decoration: underline;
  }

  article#contents ul li::before {
    position: relative;
    top: -5px;
    left: -10px;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
    border-radius: 100%;
    background: #050505;
  }

  article#contents table {
    margin: 30px 0;
    width: 100%;
  }

  article#contents table caption {
    padding: 15px;
    background: #005BAA;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    caption-side: top;
  }

  article#contents table tr {
    font-size: 15px;
    line-height: 25px;
    color: #565A5E;
    border-bottom:1px solid #a5a393;
  }

  article#contents table tr:nth-child(odd) {
    background: #f5f5f5;
  }

  article#contents table tr:nth-child(even) {
  }

  article#contents table th {
    padding: 15px;
  }

  article#contents table td {
    padding: 15px;
  }
}

/*記事ページ 目次 */
@media (min-width: 768px) {
  #mokuji {
    background: #f5f5f5;
    margin: 0 0 40px 0;
    padding: 60px 60px 50px 60px!important;
  }

  #mokuji p {
    font-size: 28px!important;
    margin: 0 0 20px 0!important;
    color: #005BAA!important;
  }

  #mokuji ul {
    margin: 0 0 0 25px!important;
    padding: 0!important;
    border: inherit!important;
  }

  #mokuji ul li {
    margin: 0 0 5px 0!important;
    padding: 0!important;
    font-size: 18px!important;
    color: #565A5E!important;
  }

  #mokuji ul li:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 3px 10px;
    border-bottom: 2px solid #565A5E;
    border-right: 2px solid #565A5E;
    transform: rotate(45deg);
  }

  #mokuji ul li a {
    color: #565A5E;
  }

  #mokuji ul li a:link {
    color: #565A5E;
  }

  #mokuji ul li a:hover {
    color: #005BAA;
  }
}
@media (max-width: 767px) {
  #mokuji {
    background: #f5f5f5;
    margin: 0 0 30px 0;
    padding: 30px!important;
  }

  #mokuji p {
    font-size: 18px!important;
    margin: 0 0 15px 0!important;
    color: #234363!important;
  }

  #mokuji ul {
    margin: 0 0 0 10px!important;
    padding: 0!important;
    border: inherit!important;
  }

  #mokuji ul li {
    margin: 0 0 5px 0!important;
    padding: 0!important;
    font-size: 15px!important;
    color: #050505!important;
  }

  #mokuji ul li:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 3px 10px;
    border-bottom: 2px solid #050505;
    border-right: 2px solid #050505;
    transform: rotate(45deg);
  }

  #mokuji ul li a {
    color: #565A5E;
  }

  #mokuji ul li a:link {
    color: #565A5E;
  }

  #mokuji ul li a:hover {
    color: #005BAA;
  }
}

/*記事ページ 関連記事・SNS */
@media (min-width: 768px) {
  #relatedarticle {
    margin: 60px 0;
    border-top: 1px solid #cccccc;
  }

  #relatedarticle h2 {
    font-size: 26px;
    line-height: 36px;
    background: #fafafa;
    margin: 50px 0 40px 0;
    padding: 10px 15px;
    border-left: 5px solid #005BAA;
    font-weight: normal;
  }

  #sns {
    margin-top: 20px;
  }


  #sns ul {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }

  #sns ul li {
    /*width: 50px;*/
    height: auto;
    margin: 0 5px;
    list-style: none;
  }

  #sns ul li:before {
    display: none!important;
  }

  #sns ul li img {
    width: 47px;
    height: 47px;
  }

  #sns ul li img:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  #relatedarticle {
    margin: 40px 0;
  }

  #relatedarticle h2 {
    font-size: 26px;
    line-height: 36px;
    background: #fafafa;
    margin: 50px 0 40px 0;
    padding: 10px 15px;
    border-left: 5px solid #005BAA;
    font-weight: normal;
  }

  #sns {
    background: none!important;
    height: 70px!important;
    padding: 0 20px!important;
  }

  #sns ul {
    margin: 30px 0;
    padding: 20px!important;
    background: none!important;
    border: none!important;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #sns ul li {
    list-style: none!important;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50px;
    text-align: center;
    list-style: none;
    margin:0 ;
  }

  #sns ul li:before {
    display: none!important;
  }

  #sns ul li img {
    width: 40px;
    height: 40px;
  }
}


/*トップに戻る*/
.pagetop {
  position: fixed;
  right: 110px;
  bottom: 10px;
  font-size: 10px;
  transition: opacity .4s ease;
  z-index: 9999!important;
}
.pagetop:hover{
	opacity:0.5;
  color: #005BAA;
  text-decoration: none;
}
.pagetop:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 6px auto 3px auto;
  border-radius: 50%;
  font-family: FontAwesome;
  font-size: 20px;
  text-align: center;
  color: #005BAA;
  cursor: pointer;
}
.pagetop a {
  font-weight: bold;
  cursor: pointer;
  color: #005BAA;
  font-size: 1rem;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  border: 2px solid #005BAA;
  border-radius: 50%;
  align-items: flex-end;
  padding-bottom: 7px;
  text-decoration: none;
  background-image: url("https://6308931.fs1.hubspotusercontent-na1.net/hubfs/6308931/%E3%80%90FUSION%E3%80%91Web%20Site/backtop.png");
  background-size: cover;
}
@media(max-width: 599px) {
	.pagetop{
		left:auto;
		right:10px;
	}
  .pagetop:before {
    margin: 3px auto;
    font-size: 16px;
  }
  .pagetop a {
    width: 55px;
    height: 55px;
  }
}


/* 記事内 新CTA（埋め込みボタン）用 */
 article#contents #hs_cos_wrapper_post_body .hs-cta-embed{
    background: unset;
    display: block;
    margin: 0 auto;
    line-height: unset;
    padding: unset !important;
  }
/* --------------- */