@charset "utf-8";

/* -------------------------------
  共通
-------------------------------  */
.u-bg-white {
  background: #fff;}
.u-mt-20 {
    margin-top: 20px !important; }
.u-pa-40 {
  padding: 40px !important; }
.u-pt-40 {
  padding-top: 40px !important; }
.u-pr-40 {
  padding-right: 40px !important; }
.u-pb-40 {
  padding-bottom: 40px !important; }
.u-pl-40 {
  padding-left: 40px !important; }
.u-mt-45 {
  margin-top: 45px !important; }
.u-mb-45 {
  margin-bottom: 45px !important; }

/*  1段組み  */
.container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*  個人情報の取り扱いについて  */
.section-static {
  margin: 0 auto;
  width: 750px;
  line-height: 1.7; }
  .section-static .page-title {
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc; }
  .section-static p {
    margin-bottom: 1em; }
  .section-static a {
    color: #0f46c8; }
    .section-static a:hover {
      color: #2963eb; }
  .section-static dt {
    margin-bottom: 0.5em; }
  .section-static dd, .section-static ol {
    margin-bottom: 2em;
    padding-left: 1em;
    line-height: 1.7; }
  .section-static ol {
    margin-top: 0.5em; }
    .section-static ol li {
      margin-top: 0.2em;
      line-height: 1.7;
      list-style: decimal outside; }

/*  記事内リンク  */
.kw_link {
    border-bottom: dotted 1px #000;
}
.kw_link:hover {
    opacity: 1;
}

/*  下部お問い合わせボタン  */
.p-bnr02-block.-oneColumn {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

/*  Logly popin 広告  */
.recommend-list, #_popIn_recommend, .torimochi-widget,
.uz-bcnretail_pc, .commentlist {
    background: #fff;
    margin: 45px auto;
    padding: 40px;
}
.recommend-list .recommend-title {
  margin-bottom: 3em;
  position: relative;
  font-size: 20px;
  text-align: center; }
  .recommend-list .recommend-title::before {
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #ccc;
    content: ""; }
  .recommend-list .recommend-title span {
    padding: 0 1em;
    position: relative;
    z-index: 10;
    background-color: #fff; }
    .recommend-list .recommend-title span::before, .recommend-list .recommend-title span::after {
      width: 1px;
      height: 29px;
      display: inline-block;
      position: absolute;
      top: 0;
      background-color: #ccc;
      content: ""; }
    .recommend-list .recommend-title span::before {
      left: 0;
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg); }
    .recommend-list .recommend-title span::after {
      right: 0;
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg); }


/* -------------------------------
  記事一覧
-------------------------------  */
/*  調査・市場分析  */
.topics-banner {
    width: 750px;
    overflow: hidden;
    margin: 0 auto 30px auto;
    text-align: center;
}
#mkt-top {
    position: fixed;
    bottom: 9px;
    right: 376px;
    font-size: 77%;
    display: none;
    z-index: 10;
}
#mkt-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 155px;
    padding: 17px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

/*  月別アーカイブ 前後リンク  */
.month-pager {
  margin: 60px 0 50px;
  overflow: hidden; }
  .month-pager .prev {
    margin-left: 21px;
    float: left; }
  .month-pager .next {
    margin-right: 21px;
    float: right; }
  .month-pager .article-body .article-pager .pager-prev a, .article-body .article-pager .pager-prev .month-pager a, .month-pager .article-body .article-pager .pager-next a, .article-body .article-pager .pager-next .month-pager a, .month-pager .prev a, .month-pager .next a {
    padding: 0 40px;
    border: 3px solid #000;
    height: 60px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    line-height: 54px;
    text-decoration: none;
    background-color: #fff; }
  .month-pager .prev a {
    border-left: none; }
    .month-pager .prev a::before {
      border-top: 32px solid transparent;
      border-right: 23px solid #000;
      border-bottom: 32px solid transparent;
      border-left: 32px solid transparent;
      display: inline-block;
      position: absolute;
      top: -5px;
      left: -53px;
      content: ""; }
    .month-pager .prev a::after {
      border-top: 27px solid transparent;
      border-right: 19px solid #fff;
      border-bottom: 27px solid transparent;
      border-left: 27px solid transparent;
      display: inline-block;
      position: absolute;
      top: 0;
      left: -44px;
      content: ""; }
    .month-pager .prev a:hover {
      border-color: #2963eb; }
      .month-pager .prev a:hover::before {
        border-right-color: #2963eb; }
  .month-pager .next a {
    border-right: none; }
    .month-pager .next a::before {
      border-top: 32px solid transparent;
      border-right: 32px solid transparent;
      border-bottom: 32px solid transparent;
      border-left: 23px solid #000;
      display: inline-block;
      position: absolute;
      top: -5px;
      right: -53px;
      content: ""; }
    .month-pager .next a::after {
      border-top: 27px solid transparent;
      border-right: 27px solid transparent;
      border-bottom: 27px solid transparent;
      border-left: 19px solid #fff;
      display: inline-block;
      position: absolute;
      top: 0;
      right: -44px;
      content: ""; }
    .month-pager .next a:hover {
      border-color: #2963eb; }
      .month-pager .next a:hover::before {
        border-left-color: #2963eb; }
    .month-pager a:hover {
      opacity: 1;
      color: #2963eb;
    }

/* -------------------------------
  記事詳細
-------------------------------  */
/*  注目キーワード  */
.c-featuredKeywords__list, .c-featuredKeywords__item {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle; }
.c-featuredKeywords__item {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle; }
.c-featuredKeywords__item:not(:first-child) {
  margin-left: 12px; }
.c-featuredKeywords__link {
  display: block;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: calc(24px/2);
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em; }
  .c-featuredKeywords__link:hover {
    text-decoration: none; }

/*  SNS アイコン  */
.sns-item {
    margin-left: 10px;
}
.sns-item > iframe {
    vertical-align: top;
}

/*  WYSIWYG ページ送り  */
  .next-page-title {
    margin-top: 90px !important;
    position: relative;
    text-align: center; }
    .next-page-title span {
      font-weight: bold; }
      .next-page-title span::before {
        content: "　"; }
    .next-page-title .fa {
      margin-left: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .article-pager {
    margin: 60px 0 50px;
    height: 60px;
    overflow: hidden;
    position: relative;
    line-height: 54px;
    text-align: center; }
    .article-pager .page {
      display: inline-block;
      position: relative;
      vertical-align: middle; }
      .article-pager .page::before {
        width: 1px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        vertical-align: middle;
        background-color: #ccc;
        content: ""; }
      .article-pager .page:first-child::before {
        content: none; }
      .article-pager .page a {
        margin: 0 1em;
        padding: 0 1em;
        font-weight: bold; }
      .article-pager .page.cur span {
        margin: 0 1em;
        border-radius: 20px;
        width: 40px;
        height: 40px;
        display: block;
        font-weight: bold;
        line-height: 40px;
        background-color: #eee; }
    .article-pager .pager-prev, .article-pager .pager-next {
      margin-bottom: 0;
      position: absolute;
      top: 0; }
    .article-pager .pager-prev {
      margin-left: 21px;
      left: 0; }
    .article-pager .pager-next {
      margin-right: 21px;
      right: 0; }
    .article-pager .pager-prev a, .article-pager .pager-next a, .article-pager .month-pager .prev a, .month-pager .prev .article-pager a, .article-pager .month-pager .next a, .month-pager .next .article-pager a {
      padding: 0 40px;
      border: 3px solid #000;
      height: 60px;
      display: inline-block;
      position: relative;
      font-weight: bold;
      line-height: 54px;
      text-decoration: none;
      background-color: #fff; }
    .article-pager .pager-prev a {
      border-left: none; }
      .article-pager .pager-prev a::before {
        border-top: 32px solid transparent;
        border-right: 23px solid #000;
        border-bottom: 32px solid transparent;
        border-left: 32px solid transparent;
        display: inline-block;
        position: absolute;
        top: -5px;
        left: -53px;
        content: ""; }
      .article-pager .pager-prev a::after {
        border-top: 27px solid transparent;
        border-right: 19px solid #fff;
        border-bottom: 27px solid transparent;
        border-left: 27px solid transparent;
        display: inline-block;
        position: absolute;
        top: 0;
        left: -44px;
        content: ""; }
      .article-pager .pager-prev a:hover {
        border-color: #2963eb; }
        .article-pager .pager-prev a:hover::before {
          border-right-color: #2963eb; }
    .article-pager .pager-next a {
      border-right: none; }
      .article-pager .pager-next a::before {
        border-top: 32px solid transparent;
        border-right: 32px solid transparent;
        border-bottom: 32px solid transparent;
        border-left: 23px solid #000;
        display: inline-block;
        position: absolute;
        top: -5px;
        right: -53px;
        content: ""; }
      .article-pager .pager-next a::after {
        border-top: 27px solid transparent;
        border-right: 27px solid transparent;
        border-bottom: 27px solid transparent;
        border-left: 19px solid #fff;
        display: inline-block;
        position: absolute;
        top: 0;
        right: -44px;
        content: ""; }
      .article-pager .pager-next a:hover {
        border-color: #2963eb; }
        .article-pager .pager-next a:hover::before {
          border-left-color: #2963eb; }


/*  会員登録  */
.box {
    padding: 40px;
    width: 100%;
    display: table;
    background-color: #f5f5f5;
}
.article-regist {
    margin: 30px 0 50px;
}
.article-regist .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.article-regist .member-menu {
    margin: 20px 0;
    overflow: hidden;
}
.article-regist .menu-login, .article-regist .menu-register {
    width: 50%;
    float: left;
    text-align: center;
}
.article-regist .menu-login a, .article-regist .menu-register a {
    padding: 30px 0;
    display: block;
    font-size: 16px;
}
.article-regist .menu-login a {
    color: #fff;
    background-color: #000;
}
.article-regist .menu-register a {
    color: #fff;
    background-color: #0f46c8;
}
.article-regist .attention {
    font-size: 12px;
    color: #535353;
}

/*  Amazonアフィリエイト広告  */
.section-topics {
  margin: 0 auto;
  width: 750px; }
.section-topics .news-list .list-item {
  padding: 25px 0;
  border-top: 1px solid #ccc;
  width: 100%;
  display: table; }
.section-topics .news-list .item-body, .section-topics .news-list .item-thumb {
  display: table-cell;
  vertical-align: top; }
.section-topics .news-list .item-thumb {
  width: 200px;
  }
  .section-topics .news-list .item-thumb img {
    width: 100%; }
.item-body .topics-title {
  padding: 16px 0;
  border-bottom: 3px solid #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5; }
.section-topics .news-list .item-body .topics-title, .section-topics .news-list .item-thumb .topics-title {
  padding: 0 0 12px; }
.section-topics .news-list .item-body .topics-summary, .section-topics .news-list .item-thumb .topics-summary {
  margin: 12px 0 0;
  width: 548px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  
.c-affiliateAdList {
    margin: 40px 0;
}
.c-affiliateAd {
    margin: 10px 0;
    border: 1px solid #ccc;
}
.c-affiliateAd:first-child {
  border-top: 1px solid #ccc !important;
}
.c-affiliateAd__thumb {
    padding: 0 20px;
 }
.c-affiliateAd__text {
  padding-right: 20px;
}
.c-affiliateAd__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 30px;
    margin-top: 10px;
    background-color: #0f46c8;
    color: #fff;
 }
 .c-affiliateAd__button:hover {
   background-color: #2963eb;
   color: #fff;
   text-decoration: none;
 }

/* -------------------------------
  お問い合わせ
-------------------------------  */
/*  ボタン  */
.c-btn-more01:disabled {
  cursor:not-allowed;
}
.c-btn-more01:hover {
    text-decoration: none;
    color: #fff;
}

/*  エラー  */
.error-message {
    margin: 25px 0;
    color: #ed0084;
}
.error-message .error-title {
    margin-bottom: 10px;
    font-weight: bold;
}
.error-message .error-summary {
    padding-left: 0.5em;
}
.error-message .error-summary li {
    margin-top: 5px;
    list-style: disc inside;
}
.p-contact-form .error-text {
    margin-bottom: 5px;
    color: #ed0084;
}
.input-error {
    border: 1px solid #eb0084 !important;
}

/* -------------------------------
  右側コンテンツ
-------------------------------  */
/*  アクセスの多い記事  */
.heading-side {
    padding: 25px 0;
    border-bottom: 3px solid #000;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.section-side-topics {
  padding-bottom: 5px;
  margin-bottom: 15px;
  background: #fff; }
.side-common-list {
  padding: 0 10px; }
.side-common-list a {
  width: 100%;
  display: table; }
  .side-common-list a:hover {
    text-decoration: none; }
    .side-common-list a:hover .list-item-thumb {
      opacity: 0.7; }
    .side-common-list a:hover .topics-title {
      color: #2963eb;
      text-decoration: underline; }
    .side-common-list a:hover .topics-summary {
      color: #000; }

.side-common-list .list-item {
  margin: 9px 0;
  width: 100%;
  box-sizing: border-box; }

.side-common-list .list-item-thumb,
.side-common-list .list-item-body {
  display: table-cell;
  vertical-align: top; }

.side-common-list .list-item-thumb {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative; }
  .side-common-list .list-item-thumb img {
    width: auto;
    height: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.side-common-list .list-item-body {
  padding-left: 12px; }

.side-common-list .topics-title {
  color: #0f46c8;
  line-height: 1.2; }

.side-common-list .topics-summary {
  font-size: 12px;
  line-height: 1.5; }

/*  新着ニュース  */
.section-side-news {
  background: #fff;
  padding-bottom: 15px;
  margin: 10px 0 30px; }
  .section-side-news .topics-list {
    padding: 0 10px; }
  .section-side-news .list-item {
    margin: 15px 0; }
    .section-side-news .list-item .topics-date {
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      color: #999; }
    .section-side-news .list-item .topics-title {
      font-size: 14px;
      width: 280px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .section-side-news .list-item .topics-title a {
        color: #0f46c8; }
        .section-side-news .list-item .topics-title a:hover {
          color: #2963eb; }
  .section-side-news .btn-link {
    text-align: center; }
    .section-side-news .btn-link a {
      padding: 8px;
      border: 2px solid #000;
      display: inline-block;
      font-size: 12px;
      line-height: 1.1; }
      .section-side-news .btn-link a:hover {
        border-color: #2963eb;
        color: #2963eb;
        text-decoration: none; }
    .section-side-news .btn-link .fa {
      margin-right: 0.8em;
      font-size: 15px;
      vertical-align: middle; }

/*  BCNランキング-PRO ログイン  */
#subContents h2 {
  font-size: 15px;
  text-align: center;
  padding: 15px 5px 0;
  margin: 0 -10px 15px
}
#subContents .bcnRankingPro {
  background: #fff;
  padding: 0 20px 1px;
}
#subContents .bcnRankingPro .button {
  margin: 0 0 20px;
  height: auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
#subContents .bcnRankingPro .button li {
  list-style: none;
  display: table;
  margin: 0;
  width: 125px;
  height: 40px;
  box-shadow: 0 2px 1px rgba(0,0,0,0.20);
  font-size: 14px;
}
#subContents .bcnRankingPro .button li:first-child {
  margin-right: 10px;
}
#subContents .bcnRankingPro .button li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
}
#subContents .bcnRankingPro .button li.login a {
  background: #000000 ;
}
#subContents .bcnRankingPro .button li.login a:hover {
  background: #434343;
}
#subContents .bcnRankingPro .button li.regist a {
  background: #0f46c8;
}
#subContents .bcnRankingPro .button li.regist a:hover {
  background: #2963eb;
}

/* -------------------------------
  特集（topics_detail20）
-------------------------------  */
.sponsorDetail {
  background: #fff;
  clear: both;
  overflow: hidden;
  padding: 50px 20px;
}
.specialList {
  background: #fff;
}
.specialList__list {
    margin-left: 30px;
}
.mainContent__sumarry {
    font-size: 14px;
}

/*  ↓ 旧CSSから  */
.sponsorLink {
  margin: 40px auto 0;
  width: 750px; }

.sponsorLink__item {
  float: left;
  width: 330px; }
  .sponsorLink__item:nth-child(n+4) {
    margin-top: 40px; }
  .sponsorLink__item:not(:nth-child(3n)) {
    margin-right: 55px; }

.sponsorLink a {
  display: block; }

.sponsorLink img {
  max-width: 100%; }

.sponsorDetail__header {
  width: 100%;
  overflow: hidden; }

.sponsorDetail__heading {
  height: 160px;
  border-top: solid 1px #ccc;
  position: relative; }
  .sponsorDetail__heading .sponsorDetail__cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.sponsorDetail {
  width: 860px;
  margin: 0 auto; }
  .sponsorDetail__title {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px; }
  .sponsorDetail__info {
    margin: 25px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px; }
  .sponsorDetail__logo {
    display: inline-block;
    height: 75px;
    width: auto;
    vertical-align: middle; }
  .sponsorDetail__body {
    width: 610px;
    float: left;
    overflow: hidden;
    word-break: normal; }
    .sponsorDetail__body .mainContent {
      margin-bottom: 50px;
      overflow: hidden;
      clear: both; }
      .sponsorDetail__body .mainContent a {
        display: block; }
      .sponsorDetail__body .mainContent__heading {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 15px; }
      .sponsorDetail__body .mainContent__thumbnail {
        width: 340px;
        height: 200px;
        margin-right: 20px;
        float: left; }
        .sponsorDetail__body .mainContent__thumbnail img {
          width: 100%; }
      .sponsorDetail__body .mainContent__inner {
        width: 250px;
        float: left; }
      .sponsorDetail__body .mainContent__title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 30px; }
      .sponsorDetail__body .mainContent__summary {
        font-size: 14px; }
    .sponsorDetail__body .subContent {
      overflow: hidden;
      margin-bottom: 20px; }
      .sponsorDetail__body .subContent__heading {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px; }
      .sponsorDetail__body .subContent__item {
        width: 190px;
        float: left;
        margin-bottom: 30px; }
        .sponsorDetail__body .subContent__item a {
          display: block; }
        .sponsorDetail__body .subContent__item:not(:nth-child(3n)) {
          margin-right: 20px; }
      .sponsorDetail__body .subContent__thumbnail {
        margin-bottom: 10px; }
        .sponsorDetail__body .subContent__thumbnail img {
          width: 100%; }
      .sponsorDetail__body .subContent__title {
        font-size: 14px;
        font-weight: bold; }
    .sponsorDetail__body .sponsorIntro {
      overflow: hidden; }
      .sponsorDetail__body .sponsorIntro__item {
        overflow: hidden;
        margin-bottom: 20px;
        padding-bottom: 20px; }
        .sponsorDetail__body .sponsorIntro__item:first-child {
          border-top: solid 1px #ccc;
          padding-top: 20px; }
        .sponsorDetail__body .sponsorIntro__item:not(:last-child) {
          border-bottom: solid 1px #ccc; }
        .sponsorDetail__body .sponsorIntro__item__inner {
          width: 430px;
          float: left; }
      .sponsorDetail__body .sponsorIntro__category {
        display: inline-block;
        line-height: 1;
        font-size: 11px;
        background-color: #000;
        color: #fff;
        padding: 5px 20px;
        margin-bottom: 5px; }
      .sponsorDetail__body .sponsorIntro__title {
        font-size: 16px;
        font-weight: bold; }
      .sponsorDetail__body .sponsorIntro__thumbnail {
        width: 170px;
        height: 120px;
        float: right; }
        .sponsorDetail__body .sponsorIntro__thumbnail img {
          width: 100%; }

.sponsorSide {
  width: 200px;
  float: right; }
  .sponsorSideBlock {
    position: relative;
    border: solid 6px #eee;
    margin-bottom: 20px; }
    .sponsorSideBlock__list {
      padding: 60px 20px 20px; }
    .sponsorSideBlock__heading {
      position: absolute;
      top: -6px;
      left: -6px;
      background-color: #000;
      color: #fff;
      font-size: 13px;
      line-height: 1;
      display: inline-block;
      padding: 13px 15px; }
    .sponsorSideBlock__item {
      overflow: hidden; }
      .sponsorSideBlock__item:not(:last-child) {
        margin-bottom: 20px; }
      .sponsorSideBlock__item__inner {
        width: 80px;
        float: left; }
      .sponsorSideBlock__item.none-thumbnail .sponsorSideBlock__item__inner {
        width: 100%; }
    .sponsorSideBlock__title {
      font-size: 11px;
      font-weight: bold; }
    .sponsorSideBlock__summary {
      font-size: 11px; }
    .sponsorSideBlock__thumbnail {
      width: 60px;
      height: auto;
      float: right; }
      .sponsorSideBlock__thumbnail img {
        width: 100%; }
    .sponsorSideBlock__moreLink {
      padding: 0 20px 20px; }

.specialList {
  width: 860px;
  overflow: hidden;
  margin: 0 auto; }
  .specialList__heading {
    margin: 50px 20px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    border-top: solid 2px #eee;
    border-bottom: solid 1px #ccc;
    line-height: 1;
    padding: 35px 10px; }
  .specialList__item {
    float: left;
    width: 340px;
    height: 120px; }
    .specialList__item:nth-child(n+3) {
      margin-top: 40px; }
    .specialList__item:not(:nth-child(2n+1)) {
      margin-left: 38px; }
  .specialList__inner {
    display: block; }
    .specialList__inner:hover {
      text-decoration: none; }
    .specialList__inner:hover .topicsBacknumber__title {
      color: #c42714;
      text-decoration: underline; }
  .specialList__thumb {
    float: left;
    overflow: hidden;
    width: 150px;
    height: 90px;
    margin-right: 20px; }
    .specialList__thumb a {
      display: block; }
    .specialList__thumb img {
      width: 100%; }
  .specialList__text {
    width: 170px;
    float: left; }
  .specialList__title {
    margin-bottom: 10px; }
  .specialList__date {
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px; }
  .specialList__category {
    display: inline-block;
    line-height: 1;
    font-size: 10px;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 5px; }
  .specialList__info {
    font-size: 12px; }




.p-topNewtopics__outer {
    height:428px;
    display:block;
    overflow:hidden;
}

/* [一時措置] ヘッダサイド　ここから */
.header-lower .header-search form {
    float: none;
}
.header-lower .header-search .search-form-input {
    width: 100%;
}
/* [一時措置] ヘッダサイド　ここまで */

/* メインコンテンツ　オススメの関連記事 ---------- */
#main-recommend #logly-lift-widget {
    width: auto !important;
}
#main-recommend .logly-lift-ad {
    margin: 0 0 20px !important;
    width: 360px !important;
}
#main-recommend .logly-lift-ad:nth-child(2n) {
    margin-left: 30px !important;
}
#main-recommend .logly-lift-ad-image,
#main-recommend .logly-lift-ad-image-inner {
    height: 120px !important;
}
#main-recommend .logly-lift-ad-image {
    padding-right: 18px !important;
}
#main-recommend .logly-lift-ad-image a {
    display: inline-block;
}
#main-recommend .logly-lift-ad-image img {
    height: auto !important;
    top: 0 !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#main-recommend .logly-lift-ad-title a {
    font-size: 14px;
    color: #0f46c8;
    line-height: 1.4;
}
#main-recommend .logly-lift-ad-body,
#main-recommend .logly-lift-ad-lead {
    font-size: 12px !important;
    line-height: 1.6;
}


/* サイドコンテンツ　おすすめ記事 ---------- */
#side-recommend .logly-lift-ad {
    margin: 9px 0;
}

#side-recommend .logly-lift-ad-image {
    padding-right: 12px;
}

#side-recommend .logly-lift-ad-image,
#side-recommend .logly-lift-ad-image-inner {
    height: 120px !important;
}

#side-recommend .logly-lift-ad-image-inner a {
    height: 120px;
    display: block;
}

#side-recommend .logly-lift-ad-image-inner a:hover {
    opacity: 0.7;
}

#side-recommend .logly-lift-ad-title a {
    color: #0f46c8;
    font-size: 14px;
}

#side-recommend .logly-lift-ad-title {
    margin-bottom: 0 !important;
    max-height: none !important;
    line-height: 1.2 !important;
}

#side-recommend .logly-lift-ad-title a:hover {
    color: #2963eb;
}

#side-recommend .logly-lift-ad-lead {
    font-size: 12px !important;
}

#side-recommend .logly-lift-ad-body {
    font-size: 12px !important;
    line-height: 1.5 !important;
}

#side-recommend .logly-lift-ad-image-inner img {
    top: 0 !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.list__button__outer {
    margin: 60px 0;
    text-align: center;
}
.list__button {
    display: inline-block;
    min-width: 250px;
    width: auto;
    height: 50px;
    border: 1px solid #000;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: .1em;
    padding: 0 15px;
    margin-top: 30px;
}


/* -------------------------------
  サンプルダウンロード
-------------------------------  */
.article-heading {
  padding: 14px 0 40px; }
.article-heading .article-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    word-break: break-word; }
.article-heading .info-list-upper {
    border-bottom: 1px solid #ccc;
    overflow: hidden; }
.article-body {
  line-height: 2;
  word-break: normal; }
.contact__term__button__outer {
  margin-top: 30px;
  text-align: center; }

.contact__term__button {
  display: inline-block;
  position: relative;
  width: 250px;
  padding: 15px 0;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #0273ba;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer; }
  .contact__term__button:hover {
      opacity: .7; }

.contact__term__button .contact__term__checkbox {
    margin: 0 10px 0 0;
    vertical-align: middle; }

.p-sampleDownload__submit__outer {
  position: relative;
  margin: 50px 0 20px;
  text-align: center; }

.p-sampleDownload__submit {
  display: inline-block;
  position: relative;
  background-color: #0f46c8;
  color: #fff;
  font-weight: bold; }
  .p-sampleDownload__submit:hover {
    background-color: #2963eb;
    color: #fff;
    text-decoration: none; }

@media (min-width: 769px) {
  .p-sampleDownload__submit {
    width: 500px;
    height: 60px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 60px; } }

.p-sampleDownload__submit--filter {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

@media (min-width: 769px) {
  .p-sampleDownload__submit--filter {
      width: 500px;
      height: 60px; } }

/* -------------------------------
  記事一覧 調整
-------------------------------  */
.p-archive04__item-txtBox {
  width: 100%;
}

/* 続きを見るボタン */
.p-nordot-btn {
  text-align: center;
  margin: 20px 0;
}
.p-nordot-btn a{
  min-width: 235px;
  padding: 10px 20px;
  background-color: #444;
  display: inline-block;
  line-height: 0;
  width: 100%;
}
.p-nordot-btn a > span{
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
}
.p-nordot-btn a > span > span {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  padding: 0;
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.p-nordot-btn a > span::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 10px solid #fff;
}

/* あわせて読みたい */
.p-checkmark::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 7px;
  border-left: 4px solid #0086c9;
  border-bottom: 4px solid #0086c9;
  transform: rotate(-45deg);
  transform-origin: 5px 5px;
  margin-right: 5px;
  margin-left: 5px;
}
.p-read-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.p-read-card {
  display: flex;
  flex-direction: row;
  width: calc(50% - 10px);
  margin: 0 5px;
  border: 1px solid #ccc;
  text-decoration: none;
  align-items: flex-start;
}
.p-read-card:hover {
  opacity: .7;
}
.p-read-card-image {
  flex: 1;
  overflow: hidden;
  min-width: 30%;
  padding: 5px 0 5px 5px;
}
.p-read-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-read-card-content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.p-read-card-title {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
}
.p-read-card-description {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  flex-grow: 1;
}