@charset "UTF-8"; 
/* -------------------------------
  共通
-------------------------------  */
.u-mt-20 {
    margin-top: 20px !important; }
.u-mb-20 {
    margin-bottom: 20px !important; }
.cfx:after {
  display: block;
  clear: both;
  content: ""; }
  
/*  nav  */
.header-nav-list {
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

/*  広告  */
.button-area {
    margin: 30px 0 20px;
    text-align: center;
}
.button-area a {
    padding: 10px 0;
    width: 50%;
    display: inline-block;
}
#main-recommend .button-area {
    margin-top: 10px;
}
#main-recommend .button-area a {
    font-weight: bold;
    color: #000;
    background-color: #fff;
}


/* -------------------------------
  記事詳細
-------------------------------  */
/*  sns  */
li.sns-item {
    display: flex;
    -webkit-box-pack: center;
     -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
    height: 20px;
    margin-left: 5px;
}

/*  ページ送り  */
.next-page-title {
  margin-top: 50px;
  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: 40px 0 30px;
  height: 44px;
  overflow: hidden;
  position: relative;
  text-align: center; }
.series-topics .article-pager {
  margin: 40px 12px 30px;
  height: 44px;
  overflow: hidden;
  position: relative;
  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,
  .series-topics .article-pager .pager-prev, .series-topics .article-pager .pager-next {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0; }
  .article-pager .pager-prev,
  .series-topics .article-pager .pager-prev {
    margin-left: 18px;
    left: 0; }
  .article-pager .pager-next,
  .series-topics .article-pager .pager-next {
    margin-right: 18px;
    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,
  .series-topics .article-pager .pager-prev a, .series-topics .article-pager .pager-next a {
    padding: 0 20px;
    border: 2px solid #000;
    height: 44px;
    display: inline-block;
    position: relative;
    color: #000;
    font-weight: bold;
    line-height: 42px;
    text-decoration: none;
    background-color: #fff; }
  .article-pager .pager-prev a,
  .series-topics .article-pager .pager-prev a {
    border-left: none; }
    .article-pager .pager-prev a::before,
    .series-topics .article-pager .pager-prev a::before {
      border-top: 24px solid transparent;
      border-right: 18px solid #000;
      border-bottom: 24px solid transparent;
      border-left: 24px solid transparent;
      display: inline-block;
      position: absolute;
      top: -4px;
      left: -41px;
      content: ""; }
    .article-pager .pager-prev a::after,
    .series-topics .article-pager .pager-prev a::after {
      border-top: 20px solid transparent;
      border-right: 15px solid #fff;
      border-bottom: 20px solid transparent;
      border-left: 20px solid transparent;
      display: inline-block;
      position: absolute;
      top: 0;
      left: -34px;
      content: ""; }
    .article-pager .pager-prev a:hover,
    .series-topics .article-pager .pager-prev a:hover {
      border-color: #0f46c8;
      color: #0f46c8; }
      .article-pager .pager-prev a:hover::before,
      .series-topics .article-pager .pager-prev a:hover::before {
        border-right-color: #0f46c8; }
  .article-pager .pager-next a,
  .series-topics .article-pager .pager-next a {
    border-right: none; }
    .article-pager .pager-next a::before,
    .series-topics .article-pager .pager-next a::before {
      border-top: 24px solid transparent;
      border-right: 24px solid transparent;
      border-bottom: 24px solid transparent;
      border-left: 18px solid #000;
      display: inline-block;
      position: absolute;
      top: -4px;
      right: -41px;
      content: ""; }
    .article-pager .pager-next a::after,
    .series-topics .article-pager .pager-next a::after {
      border-top: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 15px solid #fff;
      display: inline-block;
      position: absolute;
      top: 0;
      right: -34px;
      content: ""; }
    .article-pager .pager-next a:hover,
    .series-topics .article-pager .pager-next a:hover {
      border-color: #0f46c8;
      color: #0f46c8; }
      .article-pager .pager-next a:hover::before,
      .series-topics .article-pager .pager-next a:hover::before {
        border-left-color: #0f46c8; }

/*  Amazon 広告  */
.common-list .list-item a {
    padding: 3% 0;
    display: block;
    overflow: hidden;
    position: relative;
}
.common-list .list-item .item-thumb {
    padding-top: 32%;
    width: 32%;
    float: left;
    overflow: hidden;
    position: relative;
}
    .common-list .list-item .item-thumb img {
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
.common-list .list-item .item-body {
    width: 65%;
    float: right;
}
.common-list .list-item .topics-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    color: #000;
    line-height: 1.7;
}

.c-affiliateAd {
    border: 1px solid #ccc !important;
	margin-bottom: 3% !important;
	padding: 0 3%;
  overflow: hidden;
}
.c-affiliateAd__thumb img {
  width: 100%;
  height: auto !important;
  max-height: 100%;
}
.c-affiliateAd .topics-summary {
    color: #333;
}
.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;
}

/*  会員限定記事ログイン  */
.article-regist .title {
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.4;
    font-size: 13px;
}
  .article-regist .member-menu {
    margin-bottom: 10px;
    width: 100%;
    display: table; }
    .article-regist .member-menu li {
      width: 50%;
      display: table-cell;
      text-align: center; }
    .article-regist .member-menu a {
      padding: 15px 0;
      display: block;
      color: #fff; }
    .article-regist .member-menu .menu-login a {
      background-color: #000; }
    .article-regist .member-menu .menu-register a {
      background-color: #0f46c8; }
  .article-regist .attention {
    font-size: 11px; }

/* -------------------------------
  お知らせ
-------------------------------  */
.infoArchive .p-archive04__item-txtBox {
  margin-left: 0;
  width: 100%;
}

/* -------------------------------
  記事一覧
-------------------------------  */
.l-news_list .p-archive04 {
  margin-bottom: 15px;
}

/* -------------------------------
  お問い合わせ
-------------------------------  */
/*  ボタン  */
.c-btn-more01:disabled {
  background-color: #ccc;
}

/*  エラー  */
.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;
}

/* -------------------------------
 　静的ページ：個人情報の取り扱いについて
-------------------------------  */
.page-title {
    margin: 0 auto;
    padding: 20px 3% 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
}
.section-static {
    background: #fff;
}
.section-static p, .section-static dl {
  margin: 0 3%; }

.section-static p, .section-static dt, .section-static dd, .section-static li {
  line-height: 1.6; }

.section-static p {
  margin-bottom: 10px; }

.section-static dt {
  margin-bottom: 5px; }

.section-static dd, .section-static ol {
  margin-bottom: 10px;
  padding-left: 15px; }

.section-static ol {
  padding-left: 15px; }
  .section-static ol li {
    margin-top: 5px;
    list-style: decimal outside; }

/* -------------------------------
 　ranking
-------------------------------  */
.p-article01-ranking-list__item-txtBox__tit {
  word-break: break-all;
}

/* -------------------------------
 　footer 固定メニュー調整
-------------------------------  */
.fixedNav__item {
    width: calc(100% / 5);
}
.fixedNav {
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

/* -------------------------------
 　特集（topics_detail20）
-------------------------------  */
.page-title {
    border-bottom: 1px solid #ddd;
    height: 100px;
    display: table;
    width: 100%;
    text-align: center;
}
.page-title-inner {
    display: table-cell;
    vertical-align: middle;
}
.page-title--main {
    font-size: 20px;
    letter-spacing: 0.3rem;
    font-weight: bold;
}
.specialList__heading {
  font-size: 18px;
}
.mainContent__heading, .subContent__heading {
  font-size: 13px;
}
.mainContent__inner, .sponsorIntro__title, .specialList__info {
  font-size: 14px;
}
.subContent__item, .sponsorIntro__category, .specialList__category, .sponsorDetail__info {
  font-size: 10px;
}
.sponsorDetail__logo {
  width: auto;
}
.mainContent__inner, .sponsorIntro__title, .specialList__text, .sponsorSideBlock__item__inner {
  vertical-align: top;
}
.page-title, .sponsorSideBlock__list {
  background: #fff;
}
.sponsorDetail {
  margin: 0;
  padding: 20px 20px;
  background: #fff;
}
.specialList {
  margin: 45px 0 0 0;
  padding: 30px 20px;
  background: #fff;
}

/*
 検索 共通
======================================== */
.sponsorSideBlock__summary {
 font-size: 14px; 
}
.topicsSearch__title,
.serial__heading,
.sponsorSideBlock__heading {
background: #ddd;
font-weight: bold;
padding: 12px 35px 12px 20px;
position: relative;
font-size: 13px;
}
.topicsSearch__title::after,
.serial__heading::after,
.sponsorSideBlock__heading::after  {
border-right: 1px solid #000;
border-top: 1px solid #000;
content: "";
height: 10px;
width: 10px;
right: 16px;
position: absolute;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
top: 50%;
margin-top: -8px;
}
.topicsSearch__title.is-current::after,
.serial__heading.is-current::after,
.sponsorSideBlock__heading.is-current::after {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
margin-top: -3px;
}
.topicsSearch__inner,
.serial__item__lower,
.sponsorSideBlock__list {
padding: 20px;
display: none;
}
.topicsList__link--one a, .serial__topics__link {
    display: block;
    margin: 40px auto 0;
    width: 200px;
    border: 1px solid #000;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}
.kw_link {
    border-bottom: dotted 1px #000;
}

/* -------------------------------
 　サンプルデータダウンロード（survey_answer）
-------------------------------  */
.l-survey_answer .section-static-sp {
    line-height: 1.84;
    font-size: 13px;
    margin: 0 auto 20px;
    padding: 15px 10px 25px;
    background: #fff;
}
.l-survey_answer .section-static-sp h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    line-height: 1.3;
    font-weight: bold;
    font-size: 21px;
}
.l-survey_answer input, .l-survey_answer textarea, .l-survey_answer button, .l-survey_answer select {
  -webkit-appearance: auto;
}

/* -------------------------------
 　調査・市場分析詳細（サンプルデータ 無料ダウンロード）
-------------------------------  */
.l-topics_detail10 #sampleData {
    background: #ebf5fe;
    position: relative;
    padding-top: 35px;
    padding-bottom: 50px;
}
.l-topics_detail10 .balloon {
    background: #098cff;
    color: #FFF;
    position: absolute;
    padding: 10px 10px;
    top: -25px;
    font-size: 16px;
    margin: 0;
}
.l-topics_detail10 .balloon:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #098cff transparent transparent transparent;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.l-topics_detail10 .note {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}
.l-topics_detail10 .buttonWrap {
    text-align: center;
    margin-top: 50px;
}
.l-topics_detail10 #sampleData .button.download {
    max-width: 260px;
        display: inline-table;
    margin: 0 5px;
    height: 70px;
}
.l-topics_detail10 .button.frame a {
    border: 3px solid #0f46c8;
    background: #FFF;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-decoration: none;
}
.l-topics_detail10 #sampleData .button.download {
	width: 360px;
}
.l-topics_detail10 .buttonWrap .button {
	display: inline-table;
	position: relative;
}
.l-topics_detail10 .button.frame a {
	border: 3px solid #0f46c8;
	background: #FFF;
  width: 100%;
}
.l-topics_detail10 .button.download a:after {
	content: '';
	width: 30px;
	height: 26px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAMAAACXfxyGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABLUExURUxpcRNExA5GyA1GxQ9Fxw9FyA5GyA9FxwBV1ApKyQ9Fxw1FxwxFxg5GyA9Gxw5FyA1EyA5Fxw9GyA9GyBJCxg9FyA9Fxw5HyQ9GyKuNA7EAAAAYdFJOUwAa5DrmY5v5BhiXNzvDx5o442bEG5bGaEkJWEQAAABrSURBVCjPzdFJEoAgDATAuGDAfZf/v1QtRTACl1yca1dgKgGw0XfAHx7z8tNqi36lIywbV1dJx9VgNU++z1doFDPf98Lw6K9XXlqQXTz1plNb6ZK7JZUetWYIMfSINYQZxAYxpificyQ83gHolRg0nNIiFgAAAABJRU5ErkJggg==');
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -13px 0 0;
	-webkit-transition: opacity 0.2s 0s ease;
	transition: opacity 0.2s 0s ease;
}

/* -------------------------------
  データサービス
-------------------------------  */
/*POSデータスマホページ（320px以下）*/
@media screen and (max-width: 320px) {

.l-dataservice. titleh1 {
    line-height: 1.4;
    color: #0086C9;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 25px;
    font-family: "NotoSansCJKjp-sub","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",游ゴシック Medium,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.l-dataservice #beginning .titleh1 {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
}/*h1*/


.l-dataservice h2 {
    line-height: 1.4;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 17px;
    font-family: "NotoSansCJKjp-sub","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",游ゴシック Medium,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.l-dataservice #beginning .title .copy {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin: 5px 5px;
}

.l-dataservice .notBd_sp {
    line-height: 1.4;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 17px;
    font-family: "NotoSansCJKjp-sub","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",游ゴシック Medium,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}/*h2*/  

.l-dataservice .serviceDetail > section > h2 {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.15em;
    border-bottom: 3px solid #000;
    padding: 0 0 10px;
    margin: 0 0 40px;
    position: relative;
}

.l-dataservice #case h2 {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.15em;
    border-bottom: 3px solid #000;
    padding: 0 0 10px;
    margin: 35px 0 40px;
    position: relative;
}

.l-dataservice .serviceDetail > section > h2:after {
    border-bottom-color: #098cff;
    width: 40px;
}

.l-dataservice .balloon {
    background: #098cff;
    color: #FFF;
    position: absolute;
    padding: 10px 10px;
    top: -25px;
    font-size: 16px;
}

.l-dataservice #case h2 a {
    color: #000;
}

.l-dataservice #case p {
    margin-top: -35px;
    margin-bottom: 35px;
    font-size: 13px;
}

.l-dataservice #introduction {
    margin: 0px 0 35px;
}

.l-dataservice #introduction h2:before{
    content: '';
    position: absolute;
    bottom: -3px;
    border-bottom: 3px solid #0f46c8;
    width: 80px;
}
  
.column.frame > dd {
    border: 3px solid #EEE;
    background: transparent;
    padding: 22px 0;
}



/*活用事例矢印*/

.l-dataservice .arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
}

.l-dataservice .arrow::before,
.l-dataservice .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.l-dataservice .right::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #7a0;
}
.l-dataservice .right::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
/*活用事例矢印END*/

}
/*POSデータスマホページ（320px以下）END*/

/*POSデータスマホページ（750px以下）*/
@media screen and (max-width: 750px) {

body.l-dataservice {
background: #FFF;
max-width: 750px;
	}
.l-dataservice .contents {
    background: #fff;
}
.l-dataservice #wrapper {
    overflow: hidden;
}

.l-dataservice #container {
    /* padding-right: 321px; */
    position: relative;
}

.l-dataservice #contents {
    position: relative;
}

.l-dataservice #beginning {
    /* overflow: hidden; */
    background: #fefdf8;
    position: relative;
    margin: 0 0 150px;
 }

.l-dataservice .titleh1 {
    line-height: 1.4;
    color: #0086C9;
    margin: 0 0 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 30px;
    font-family: "NotoSansCJKjp-sub","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",游ゴシック Medium,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.l-dataservice #beginning .title {
    position: absolute;
    bottom: 30%;
    /* bottom: 35%; */
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.80);
    z-index: 9;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 15px 0;
}

.l-dataservice notoBd, .button {
    font-family: "NotoSansCJKjp-sub","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",游ゴシック Medium,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-weight: 700;
}

.l-dataservice h2 {
    line-height: 1.4;    
    font-family: "NotoSansCJKjp-sub","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",游ゴシック Medium,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 0.15em;
    border-bottom: 3px solid #000;
    padding: 0 0 10px;
    margin: 0 0 20px;
    position: relative;

}

.l-dataservice #beginning .title p {
    font-size: 16px;
    font-weight: bold; 
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin: 5px 5px;
}  

.l-dataservice #contents > article {
    width: 90%;
    /* padding: 0 30px; */
    margin: 0 auto;
}

.l-dataservice #introduction {
    margin: 0px 0 35px;
}
.l-dataservice #introduction h2:before{
    content: '';
    position: absolute;
    bottom: -3px;
    border-bottom: 3px solid #0f46c8;
    width: 80px;
}

.l-dataservice .sampleli {
    margin: 0 0 0 20px;
    list-style: disc;
}

.l-dataservice #basicInfo .infoList dt {
	width: 14em;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
    margin: 1em 0;
}

.l-dataservice #basicInfo .infoList dt:after {
    content: '';
    display: inline-block;
    /*border-right: 1px solid #CCC;*/
    height: 2em;
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}

.l-dataservice .serviceDetail > section > h2 {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 0.15em;
    border-bottom: 3px solid #000;
    padding: 0 0 10px;
    margin: 0 0 40px;
    position: relative;
}

.l-dataservice #case h2 {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 0.15em;
    border-bottom: 3px solid #000;
    padding: 0 0 10px;
    margin: 35px 0 40px;
    position: relative;
}
  
.l-dataservice #case p {
    margin-top: -35px;
    margin-bottom: 35px;
    font-size: 13px;
}
  
.l-dataservice .serviceDetail > section > h2:before, .serviceDetail > section > h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    border-bottom: 3px solid #0f46c8;
    width: 80px;
}

.l-dataservice #case h2:before, #case h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    border-bottom: 3px solid #0f46c8;
    width: 80px;
}

.l-dataservice #basicInfo .infoList dt {
    /*float: left;*/
    width: 14em;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
}

.l-dataservice dl.shops.column.frame {
    margin: 20px 0;
}

.l-dataservice #sampleData {
    background: #ebf5fe;
    position: relative;
    padding-top: 35px;
    padding-bottom: 50px;
}

.l-dataservice .bgFit {
    margin: 0 -500%;
    padding: 0 500%;
}

.l-dataservice .balloon {
    background: #098cff;
    color: #FFF;
    position: absolute;
    padding: 10px 10px;
    top: -25px;
    font-size: 16px;
}

.l-dataservice #case h2 a {
    color: #000;
}

.l-dataservice .note {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

.l-dataservice .buttonWrap {
    text-align: center;
    margin-top: 50px;
}

.l-dataservice .button.frame a {
    border: 3px solid #0f46c8;
    background: #FFF;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-decoration: none;
}

.l-dataservice #sampleData .button.download {
    max-width: 260px;
}

.l-dataservice .button {
    box-sizing: border-box;
    display: table;
    height: 70px;
}

.l-dataservice #contents .button {
    width: 300px;
}

.l-dataservice .buttonWrap .button {
    display: inline-table;
    margin: 0 5px;
}

.l-dataservice .button frame download a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-decoration: none;
}

.l-dataservice #pageFooter {
    width: 100%;
    border-top: 1px solid #CCC;
    background: #FFF;
    position: relative;
    z-index: 11;
}

.l-dataservice .menu-service li a {
    color: #000;
}

.l-dataservice .company li a {
    color: #000;
    text-decoration: underline;
}

.l-dataservice .inquiry li a {
    color: #000;
    margin: 25px 0;
}

.l-dataservice .footerUpper {
    background: #EEE;
    padding: 60px 10px 40px;
}

.l-dataservice .footerLower{
    font-size: 12px;
    color: #a0a0a0;
    width: 100%;
    display: table;
    padding: 30px 0px 50px;
    line-height: 1.6;
    text-align: center;
		}

.l-dataservice .footerNav li {
    list-style: none;
    margin: 0;
    font-size: 12px;
}

.l-dataservice .footerNav li > p + ul {
    /* overflow: hidden; */
}

.l-dataservice .footerNav .inquiry li {
	/*display: inline-block;*/
	text-align: center;	
	
}

.l-dataservice .footerNav li > p {
    font-family: "NotoSansCJKjp-sub","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",游ゴシック Medium,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    /* width: 200px; */
    text-align: center;
    margin-top: 5%;
}

.l-dataservice .footerLower .copyright {
    font-size: 11px;
}

.l-dataservice .footerLower > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 /*35px*/;
}

/*活用事例矢印*/

.l-dataservice .arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
}

.l-dataservice .arrow::before,
.l-dataservice .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.l-dataservice .right::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #7a0;
}
.l-dataservice .right::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
/*活用事例矢印END*/
  
  }
/*POSデータスマホページ（750px以下）EMD*/

/* 続きを見るボタン */
.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: 16px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
}
.p-nordot-btn a > span > span {
  color: #fff;
  font-size: 10px;
  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: block;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.p-read-card {
  display: flex;
  flex-direction: row;
  width: calc(100% - 10px);
  margin: 0 5px 20px;
  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;
  width: 130px;
  padding: 5px 0 5px 5px;
  flex-basis: auto;
}
.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;
}