/* -----------------------------------------------------
  共通
----------------------------------------------------- */
/* メインビジュアル */
.mainvisual {
  background-image: url(/service/social/images/bg_mainvisual.png);
}
.buzzfinder .mainvisual {
  background-image: url(/service/social/buzz_finder/images/bg_mainvisual.png);
}
.risk .mainvisual {
  background-image: url(/service/social_risk/images/mainvisual_pc.png);
}
@media screen and (max-width: 767px) {
  .risk .mainvisual {
    background-image: url(/service/social_risk/images/mainvisual_sp.png);
  }
}

/* ヘッダーナビ */
@media screen and (min-width: 768px) {
  .lnav__item-name > a {
    padding: 17px 10px;
  }
  .lnav-wrap--white .lnav-second--threecolumn .lnav-second__list.ex-w350 {
    flex-basis: 350px !important;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) {	
  .lnav__item-name > a {	
    padding: 21px 9px 13px !important;	
  }
}

@media screen and (min-width: 768px) {
  body:has(.service-header--level01 + .lnav-wrap--white) {
    margin-top: 128px;
  }
  body:not(:has(.service-header--level01 + .lnav-wrap--white)){
    margin-top: 70px;
  }
  .ex-ml--30 {
    margin-left: -30px;
  }
}

/* ************************
     problem
************************ */
/* ex-problem-area */
.ex-problem-area {
  padding-bottom: 0;
}
.ex-voice-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 300px;
  background: url("/service/social/voc/images/img_problem.png") no-repeat center bottom;
  background-size: auto 220px;
}
.ex-voice-list__item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 182px;
  min-height: 188px;
  padding: 20px 16px 40px;
  background: no-repeat center;
  font-size: 1.7rem;
}
.ex-voice-list__item span {
  font-size: 1.6rem;
}
.ex-voice-list__item strong {
  font-size: 2.8rem;
  font-weight: bold;
}
.ex-voice-list__item:nth-of-type(odd) {
  color: #FFFFFF;
  background-image: url("/service/social/voc/images/ic-question_dark--green.png");
  background-color: #238F8E;
  transform: translateY(80px);
}
.ex-voice-list__item:nth-of-type(even) {
  background-image: url("/service/social/voc/images/ic-question_light--green.png");
  background-color: rgba(35, 143, 142, 0.2);
}
@media screen and (min-width: 768px) {
  .ex-voice-list--bubble4 .ex-voice-list__item {
    width: 232px;
  }
  .ex-voice-list__item:nth-child(-n+3) {
    clip-path: polygon(100% 0, 95% 90%, 48% 90%, 48% 100%, 35% 90%, 5% 90%, 0 0);
  }
  .ex-voice-list__item:nth-child(n+4) {
    clip-path: polygon(100% 0, 95% 90%, 52% 90%, 48% 100%, 65% 90%, 5% 90%, 0 0);
  }
  .ex-voice-list--bubble4 .ex-voice-list__item:nth-child(-n+2) {
    clip-path: polygon(100% 0, 95% 90%, 38% 90%, 38% 100%, 25% 90%, 5% 90%, 0 0);
  }
  .ex-voice-list--bubble4 .ex-voice-list__item:nth-child(n+3) {
    clip-path: polygon(100% 0, 95% 90%, 45% 90%, 32% 100%, 32% 90%, 5% 90%, 0 0);
  }
}
@media screen and (max-width: 767px) {
  .ex-voice-list {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 130px;
    background-size: contain;
  }
  .ex-voice-list__item {
    width: 292px;
    min-height: initial;
    background-position: center top 15px;
  }
  .ex-voice-list--bubble4 .ex-voice-list__item:nth-child(-n+2) {
  }
  .ex-voice-list--bubble4 .ex-voice-list__item:nth-child(n+3) {
  }
  .ex-voice-list__item:nth-of-type(odd) {
    transform: translateX(-20px);
    clip-path: polygon(100% 0, 97% 85%, 30% 85%, 30% 100%, 20% 85%, 3% 85%, 0 0)
  }
  .ex-voice-list__item:nth-of-type(even) {
    transform: translateX(20px) translateY(0);
    clip-path: polygon(100% 0, 97.5% 85%, 73% 85%, 73% 100%, 82% 85%, 2.5% 85%, 0 0);
  }
}
/* ex-solution-area */
.ex-solution-area {
  position: relative;
  padding-top: 20px;
  background-color: #F5F7F8;
}
.ex-solution-area::before,
.ex-solution-area::after {
  content: "";
  position: absolute;
  top: -40px;
  width: 50%;
  height: 0;
  border-width: 0 40px 40px 40px;
  border-style: solid;
}
.ex-solution-area::before {
  left: 0;
  border-color: transparent transparent #F5F7F8 #F5F7F8;
}
.ex-solution-area::after {
  right: 0;
  border-color: transparent #F5F7F8 #F5F7F8 transparent;
}
@media screen and (max-width: 767px) {
  .ex-solution-area::before,
  .ex-solution-area::after {
    top: -20px;
    border-width: 0 20px 20px 20px;
  }
}

/* -----------------------------------------------------
  VOC 共通
----------------------------------------------------- */
/* ************************
     CTA
************************ */
/*--- ex-cta-voc ---*/
.ex-cta-voc {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f6f4ef;
  position: relative;
}
.ex-cta-voc:after {
  position: absolute;
  top: 0;
  right: calc(50% - 30px);
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 30px 0 30px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.ex-cta-voc .column-menu.column-menu--column01 {
  justify-content: center;
}
.ex-cta-voc .btn a.small {
  min-width: 200px;
}
@media screen and (min-width: 768px) {
  .ex-cta-voc .column-menu__pic {
    min-height: auto;
  }
}

/* -----------------------------------------------------
  リスク 共通
----------------------------------------------------- */
/* 価格とサービス */
.ex-price-plan .price-plan {
  border: 1px solid #d9d8d7;
  background-color: #fff;
}
.ex-price-plan .price-plan.price-plan--blue.price-plan01 .price-plan__title {
  border-bottom: solid 1px #d9d8d7;
/*  background: #2b9af; */
  color:#ffffff;
}
.ex-price-plan .price-plan.price-plan--blue.price-plan02 .price-plan__title {
  border-bottom: solid 1px #d9d8d7;
  background: #1a6db0;
  color:#ffffff;
}
.ex-price-plan .price-plan.price-plan--blue.price-plan03 .price-plan__title {
  border-bottom: solid 1px #d9d8d7;
  background: #004277;
  color:#ffffff;
}
@media screen and (min-width: 768px) {
  .ex-price-plan .ex-price-plan__text {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 250px;
  }
  .ex-price-plan .ex-price-plan__text .price-plan__text {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

/* サービス比較表 */
.ex-function-compare-table_02 thead th {
    display: block;
    width: 200.5px;
    padding: 10px;
}
.ex-function-compare-table_02 thead th:nth-child(1) {
    width: 328px;
}
.ex-function-compare-table_02 thead th:nth-child(2) {
    background-color: #2b9af3;
}
.ex-function-compare-table_02 thead th:nth-child(3) {
    background-color: #1a6db0;
}
.ex-function-compare-table_02 thead th:nth-child(4) {
    background-color: #004277;
}
.ex-function-compare-table_02 thead th span.star {
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    display: block;
    font-size: 1.4rem;
}
.ex-function-compare-table_02 tbody th {
    width: 327.5px !important;
}
.ex-function-compare-table_02 tbody th span {
    font-size: 1.3rem;
    font-weight: normal;
}
.ex-function-compare-table_02 tbody td {
    width: 200.5px !important;
}
.ex-function-compare-table_02 tbody td.function-compare-table__figure {
    color: #000 !important;
    font-size: 1.5rem !important;
    font-weight: normal;
    text-align: center;
}
.ex-function-compare-table_02 tbody tr:last-child td:nth-child(2) {
  border-bottom: 2px solid #2b9af3;
}
.ex-function-compare-table_02 tbody tr:last-child td:nth-child(3) {
  border-bottom: 2px solid #1a6db0;
}
.ex-function-compare-table_02 tbody tr:last-child td:nth-child(4) {
  border-bottom: 2px solid #004277;
}

/* 関連サービス */
@media screen and (min-width: 768px) {
  .ex-service-list .service-list__item {
    width: 360px;
  }
}
.ex-service-list .service-list__more {
  left: 0;
  right: 0;
  -webkit-transform: translateX(-0%);
  transform: translateX(-0%);
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------------------
  リスク TOP
----------------------------------------------------- */
/* ラインナップ */
#top.risk .ex-lineup {
    display: flex;
    margin: 0 -18px;
    flex-wrap: wrap;
    justify-content: center;
}
#top.risk .ex-lineup__item {
    position: relative;
    width: 306px;
    margin: 0 18px;
    padding: 0;
    border: 1px solid #d9d8d7;
    background-color: #fff;
}
#top.risk .ex-lineup__item:nth-child(1) .ex-lineup__name {
    color: #fff;
    background-color: #2b9af3;
    padding-bottom: 7px;
}
#top.risk .ex-lineup__item:nth-child(2) .ex-lineup__name {
    color: #fff;
    background-color: #1a6db0;
    padding-bottom: 7px;
}
#top.risk .ex-lineup__item:nth-child(3) .ex-lineup__name {
    color: #fff;
    background-color: #004277;
    padding-bottom: 7px;
}
#top.risk .ex-lineup__name {
    border-bottom: 1px solid #d9d8d7;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #000;
    background-color: #F5F7F8;
    height: 92px;
    width: 306px;
    display: table-cell;
    vertical-align: middle;
}
#top.risk .ex-lineup__name .star {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.8em;
    text-indent: 0.8em;
    display: inline-block;
}
#top.risk .ex-lineup__img img {
    width: 100%;
    vertical-align: bottom;
}
#top.risk .ex-lineup__lines {
    text-align: center;
    padding: 15px 15px 0;
    font-weight: bold;
}
#top.risk .ex-lineup__text {
    padding: 15px;
    /* height: 290px; */
}
#top.risk .ex-lineup__link {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
}
@media screen and (min-width: 768px) {
  #top.risk .ex-lineup__item{
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 767px) {
    #top.risk .ex-lineup__item {
        position: relative;
        width: 95%;
        margin: 0 0 40px 0;
    }
    #top.risk .ex-lineup__name {
        width: 767px;
    }
    #top.risk .ex-lineup__text {
        padding: 15px 15px 50px;
        height: auto;
    }
}

/* 対策メニュー */
#top.risk .ex-function-compare-table_01 thead th {
    display: block;
    width: 200.5px;
    padding: 10px;
}
#top.risk .ex-function-compare-table_01 thead th:nth-child(1) {
    width: 328px;
}
#top.risk .ex-function-compare-table_01 thead th:nth-child(2) {
    background-color: #2b9af3f;
}

#top.risk .ex-function-compare-table_01 thead th:nth-child(3) {
    background-color: #1a6db0;
}

#top.risk .ex-function-compare-table_01 thead th:nth-child(4) {
    background-color: #004277;
}
#top.risk .ex-function-compare-table_01 thead th span.star {
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    display: block;
    font-size: 1.4rem;
}
#top.risk .ex-function-compare-table_01 tbody th {
    position: relative;
    display: block;
    width: 327.5px;
    height: 140px;
    padding: 10px 10px 10px 84px;
}
#top.risk .ex-function-compare-table_01 tbody th::before {
    position: absolute;
    top: 16px;
    left: 15px;
    content: '';
    display: inline-block;
    width: 57px;
    height: 57px;
    background-size: contain;
}
#top.risk .ex-function-compare-table_01 tbody tr:nth-child(1) th::before {
    background-image: url(/service/social_risk/images/img_icon01.png);
}
#top.risk .ex-function-compare-table_01 tbody tr:nth-child(2) th::before {
    background-image: url(/service/social_risk/images/img_icon02.png);
}
#top.risk .ex-function-compare-table_01 tbody tr:nth-child(3) th::before {
    background-image: url(/service/social_risk/images/img_icon03.png);
}
#top.risk .ex-function-compare-table_01 tbody tr:nth-child(4) th::before {
    background-image: url(/service/social_risk/images/img_icon04.png);
}
#top.risk .ex-function-compare-table_01 tbody th span {
    font-size: 1.3rem;
    font-weight: normal;
}
#top.risk .ex-function-compare-table_01 tbody td {
    width: 200.5px;
}
#top.risk .ex-function-compare-table_01 tbody td:nth-child(2).function-compare-table__figure {
    color: #2b9af3;
}
#top.risk .ex-function-compare-table_01 tbody td:nth-child(3).function-compare-table__figure {
    color: #1a6db0;
}
#top.risk .ex-function-compare-table_01 tbody td:nth-child(4).function-compare-table__figure {
    color: #004277;
}
#top.risk .ex-function-compare-table_01 tbody tr:last-child td:nth-child(2) {
    border-bottom: 2px solid #2b9af3;
}
#top.risk .ex-function-compare-table_01 tbody tr:last-child td:nth-child(3) {
    border-bottom: 2px solid #1a6db0;
}
#top.risk .ex-function-compare-table_01 tbody tr:last-child td:nth-child(4) {
    border-bottom: 2px solid #004277;
}
/* リスク例 */
#top.risk #risk_example ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#top.risk #risk_example ul li {
    position: relative;
    width: 320px;
    margin: 0px 15px 15px 0;
}
#top.risk #risk_example ul li img {
    vertical-align: bottom;
}
#top.risk #risk_example ul li p {
    position: absolute;
    top: 0;
    color: #fff;
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    width: 100%;
    margin-top: 21%;
    padding: 20px 0;
    background: rgba(0,0,0,0.3);
}
@media screen and (min-width: 768px) {
    #top.risk #risk_example ul li:nth-child(3n) {
        margin-right: 0;
    }
    #top.risk #risk_example ul li:nth-child(n+4) {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    #top.risk #risk_example ul li,
    #top.risk #risk_example ul li:nth-child(3n) {
        width: 48%;
        margin: 0 2% 2% 0;
    }
    #top.risk #risk_example ul li:nth-child(2n) {
        margin-right: 0;
    }
    #top.risk #risk_example ul li p {
        font-size: 2rem;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 45px;
        padding: 9px 0;
    }
}

/* -----------------------------------------------------
  BuzzFinder
----------------------------------------------------- */
#top.buzzfinder .ex-mainvisual__logo img {
    height: 30px;
}
.ex-mainvisual__sub-title {
font-size:2.0rem;
margin-bottom:5px;
}
@media screen and (min-width: 768px) {
  #top.buzzfinder .with-photo .mainvisual__title,
  #top.buzzfinder .with-photo .mainvisual__lead {
    display: block;
  }
}

/* お客様の声 */
.ex-bf-voice .with-photo .with-photo__image {
    max-width: 160px;
}
.ex-bf-voice .with-photo .with-photo__txt {
background-color: #f6f4ef;
    padding: 20px;
    margin-left: 35px;
    position:relative;
}
.ex-bf-voice .with-photo .with-photo__txt:after {
    content: "";
    position: absolute;
    top: 48px;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #f6f4ef #f6f4ef rgba(255, 255, 255, 0.5) transparent;
    border-width: 54px 0px 0px 35px;
}
.ex-bf-voice .with-photo .with-photo__txt .block__title {
    font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
    .ex-bf-voice .with-photo .with-photo__txt {
        margin-left: 0;
    }
    .ex-bf-voice .with-photo .with-photo__txt:after {
        top: -30px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #f6f4ef;
    }
    .ex-bf-voice .with-photo .with-photo__txt .block__title {
        font-size: 2rem;
        text-align: left;
    }
}

img.ex-nazukilogo {
  width: 100px;
  vertical-align: bottom;
}

/* ユースケース欄 */
.buzzfinder .ex-usecase-block__title{
  display: flex;
  align-items: flex-start;
}
.buzzfinder .ex-usecase-label{
  display: inline-block;
  margin-left: 20px;
  padding: 6px 7px;
  position: relative;
  top: 2px;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
}
.buzzfinder .ex-usecase-label--risk{
  background-color: #EA6552;
}
.buzzfinder .ex-usecase-label--voc{
  background-color: #5F9FE5;
}
@media screen and (min-width: 768px) {
  .buzzfinder .ex-usecase-image{
    max-width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .buzzfinder .ex-usecase-block__title{
    display: block;
  }
  .buzzfinder .ex-usecase-label{
    margin-bottom: 20px;
    margin-left: 0;
    padding: 5px;
    top: auto;
    font-size: 1.4rem;
  }
  .buzzfinder .ex-usecase-label + .ex-usecase-label{
    margin-left: 10px;
  }
}

/* -----------------------------------------------------
  overview
----------------------------------------------------- */
.ex-trend_table tbody th {
  width:19%;
}
.ex-trend_table tbody td {
  width:27%;
}

/* 料金プランタイトル */
.price-plan .price-plan__title{
	font-size: 1.7rem;
	height: 100px;
}

/* トップyoutube幅 */
@media screen and (min-width: 768px){
	.ex-youtube{
	width:  475px;
	}	
}

/* -----------------------------------------------------
  コラム
----------------------------------------------------- */
/* 2カラム */
#column .ex-main {
  width: 670px;
  margin-right: 50px;
}
#column .ex-main .section__inner,
#column .ex-main .module__inner {
    width: 100%;
}
@media screen and (max-width: 767px) {
  #column .ex-main {
    width: 100%;
    margin-right: 0;
  }
}

/* note */
#column .ex-flexbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#column .ex-flexbox--box {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #column .ex-flexbox {
    flex-wrap: wrap;
  }
  #column .ex-flexbox--box {
    width: 100%;
    margin: auto;
  }
  #column .ex-flexbox--box iframe {
    width: 100% !important;
  }
}

/* サイド固定 */
#column.column-column2 .ex-side-nav_fixed .sticky-on {
  position: sticky;
  top: 20px;
}

/* カテゴリ欄 */
#column .ex-inner-link__wrap {
    width: 100%;
    max-width: 100%;
    padding:24px 20px;
}
#column .ex-inner-link__wrap .inner-link {
    display: block;
}
#column .ex-inner-link__wrap .inner-link__title {
    font-size: 1.6rem;
    text-align: left;
}
#column .ex-inner-link__wrap .inner-link__list {
    padding-left: 0;
    border: none;
}
#column .ex-inner-link__wrap .inner-link__item {
    border: none;
}
#column .ex-inner-link__wrap .inner-link__item .btn a {
  font-size: 1.5rem;
  min-height: 40px;
  padding: 8px 20px;
  background: #ffffff;
  color: #1473E6;
}
@media screen and (max-width: 767px) {
  #column .ex-inner-link__wrap .inner-link {
    display: flex;
  }
  #column .ex-inner-link__wrap .inner-link__item {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #column.column-column2 .column-archive__item {
    width: 48%;
  }
  #column.column-column2 .column-archive__item:last-child {
    margin-bottom: 40px;
  }
}

/* ---------------------------
    その他
--------------------------- */
/* インナーリンク対応 */
@media screen and (max-width: 767px) {
  #column .column-article .column-body h2,
  #case .with-photo {
    padding-top: 41px;
    margin-top: -41px;
  }
}

/* フローティングバナー */
@media screen and (min-width: 768px) {
  body#column #pagetop {
    display: none !important; 
  }
}

.btn .ex-btn--orange {
  color: #FFFFFF!important;
  background: -webkit-gradient(linear, left top, right top, from(#FFA200), to(#F16000))!important;
  background: linear-gradient(to right, #FFA200 0%, #F16000 100%)!important;
}

/* -----------------------------------------------------
    新ダウンロードCTA
----------------------------------------------------- */
.dl-cta-card {
  position: relative;
  width: 90%;
  margin: 60px auto;
  background-color: #1473E6;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .dl-cta-card {
    width: 95%;
  }
}
.dl-cta-card::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 314px 284px 0 0;
  border-color: #000000 transparent transparent transparent;
  opacity: 0.08;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .dl-cta-card::before {
    border-width: 302px 96vw 0 0;
  }
}
.dl-cta-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .dl-cta-card__inner {
    padding: 20px;
  }
}
.dl-cta-card__left {
  text-align: center;
  width: 165px;
}
@media screen and (max-width: 767px) {
  .dl-cta-card__left {
    width: 100%;
  }
}
.dl-cta-card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 165px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dl-cta-card__right {
    display: block;
    width: 100%;
    margin-top: 14px;
  }
}
.dl-cta-card__img {
  text-align: center;
}
.dl-cta-card__img img {
  vertical-align: bottom;
  max-width: 145px;
}
.dl-cta-card__text {
  margin-bottom: 14px;
  color: #FFFFFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .dl-cta-card__text {
    margin-bottom: 20px;
  }
}
.dl-cta-card__title {
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: bold;
}
.dl-cta-card__subtitle {
  margin-bottom: 14px;
  color: #FFFFFF;
  font-size: 1.4rem;
}
.dl-cta-card__subtitle span {
  display: inline-block;
  margin-right: 8px;
  padding: 0 4px;
  color: #0F59AC;
  background-color: #FFFFFF;
  border-radius: 2px;
}
.dl-cta-card__downline {
  position: relative;
  width: 60%;
  margin: 0 auto 10px;
  padding: 6px 10px 8px;
  color: #FFFFFF;
  border-top: 1px solid #A5C4EB;
  border-bottom: 1px solid #A5C4EB;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .dl-cta-card__downline {
    width: 100%;
    margin-bottom: 20px;
  }
}
.dl-cta-card__downline::before, .dl-cta-card__downline::after {
  position: absolute;
  right: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: transparent;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.dl-cta-card__downline::before {
  bottom: -9px;
  border-top-color: #A5C4EB;
}
.dl-cta-card__downline::after {
  bottom: -8px;
  border-top-color: #1472e6;
}
.dl-cta-card .btn a.small {
  padding: 12px 40px;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#FFA200), to(#F16000));
  background: linear-gradient(to right, #FFA200 0%, #F16000 100%);
}
.dl-cta-card.dl-cta-card--small .dl-cta-card__title {
  font-size: 2.4rem;
}
.dl-cta-card.dl-cta-card--small .dl-cta-card__downline {
  width: 80%;
}

/* -----------------------------------------------------
    202306改修
----------------------------------------------------- */
.ex-mainvisual{
  background-image: url(/service/social/buzz_finder/images/bg_mainvisual_new.jpg)!important;
}
.ex-mainvisual__title{
  font-size: 2.4rem;
}
.ex-mainvisual__title span{
  font-size: 4.8rem;
}
.ex-bg--green{
  position: relative;
  background-color: #238F8E;
  color: #fff;
}
@media screen and (max-width: 767px){
  .ex-mainvisual__title{
    margin-top: 20px;
    font-size: 2.4rem;
  }
  .ex-mainvisual__btn a{
    width: 200px;
    margin: 0 auto 15px!important;
  }
}
.ex-bf-function__icon{
  text-align: center;
  margin-bottom: 30px;
}

.ex-features{
  display: flex;
  flex-wrap: wrap;
}
.ex-features__item{
  width: 465px;
  margin-bottom: 100px;
}
.ex-features__item:nth-child(2n+1){
  margin-right: 60px;
}
.ex-features__title{
  position: relative;
  padding: 72px 30px 15px;
  background-color: #238F8E;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
}
.ex-features__title img{
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ex-features__text{
  height: 170px;
  padding: 20px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px){
  .ex-features{
    margin-top: 100px;
  }
  .ex-features__item{
    width: 100%;
    margin-bottom: 100px;
  }
  .ex-features__item:nth-child(2n+1){
    margin-right: 0;
  }
  .ex-features__text{
    height: auto;
  }
}

/*
.ex-anchorlink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .ex-anchorlink-list {
    display: block;
  }
}
.ex-anchorlink-list__item {
  width: 25%;
  padding: 0 9px;
  border-left: 1px solid #238F8E;
}
@media screen and (max-width: 767px) {
  .ex-anchorlink-list__item {
    width: 100%;
    padding: 15px 5px;
    border-top: 1px solid #238F8E;
    border-left: 0;
  }
}
.ex-anchorlink-list__item:last-of-type {
  border-right: 1px solid #238F8E;
}
@media screen and (max-width: 767px) {
  .ex-anchorlink-list__item:last-of-type {
    border-right: 0;
    border-bottom: 1px solid #238F8E;
  }
}
.ex-anchorlink-list__item a {
  text-decoration: none;
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
.ex-anchorlink-list__item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .ex-anchorlink-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}
.ex-anchorlink-list__item a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #238F8E transparent transparent transparent;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .ex-anchorlink-list__item a::after {
    right: 5px;
    bottom: 50%;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #238F8E;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.ex-anchorlink-list__icon {
  width: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ex-anchorlink-list__icon {
    width: 40px;
    margin: 0;
  }
}
.ex-anchorlink-list__icon img {
  max-width: 100%;
}
.ex-anchorlink-list__title {
  margin-top: 12px;
  color: #238F8E;
  font-size: 1.8rem;
}
.ex-anchorlink-list__title span{
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .ex-anchorlink-list__title {
    min-height: 0;
    margin-top: 0;
    margin-left: 10px;
    font-size: 1.6rem;
  }
}
*/
.ex-inner-link-icon-list .inner-link-icon-list__item {
  padding: 0 9px;
  border-left-color: #238F8E;
}
@media screen and (max-width: 767px) {
  .ex-inner-link-icon-list .inner-link-icon-list__item {
    border-top-color: #238F8E;
  }
}
.ex-inner-link-icon-list .inner-link-icon-list__item:last-of-type {
  border-right-color: #238F8E;
}
@media screen and (max-width: 767px) {
  .ex-inner-link-icon-list .inner-link-icon-list__item:last-of-type {
    border-bottom-color: #238F8E;
  }
}
@media screen and (min-width: 768px) {
  .ex-inner-link-icon-list .inner-link-icon-list__item a::after {
    border-top-color: #238F8E;
  }
}
@media screen and (max-width: 767px) {
  .ex-inner-link-icon-list .inner-link-icon-list__item a::after {
    border-left-color: #238F8E;
  }
}
.ex-inner-link-icon-list .inner-link-icon-list__title {
  color: #238F8E;
}
.ex-inner-link-icon-list .inner-link-icon-list__title span{
  font-size: 1.2rem;
}
/*--- ex-cta-bf ---*/
.ex-cta-bf .btn a.small {
  min-width: 200px;
}
@media screen and (min-width: 768px) {
  .ex-cta-bf .column-menu {
    width: 800px;
    margin: auto;
  }
  .ex-cta-bf .column-menu--column03 .column-menu__item {
    width: 380px;
  }
  .ex-cta-bf .column-menu__pic {
    min-height: auto;
  }
  .ex-cta-bf .column-menu__text {
    min-height: 50px;
  }
}

.ex-column-menu__title{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 108px;
}
.ex-section__title--green{
  color: #238F8E;
}
.ex-block__title--green{
  position: relative;
  padding: 20px;
  margin-bottom: 50px;
  background-color: #238F8E;
  color: #fff;
}
.ex-block__title--green:after{
  position: absolute;
  bottom: -22px;
  right: calc(50% - 30px);
  width: 0;
  height: 0;
  content: '';
  border-width: 13px 20px 13px 20px;
  border-style: solid;
  transform: rotate(3deg);
  border-color: #238F8E #238F8E transparent transparent;
}
.ex-block__title--green span{
  margin-right: 20px;
}
.ex-bg--green:before,
.ex-bg--green:after{
  position: absolute;
  right: calc(50% - 30px);
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 30px 0 30px;
  border-style: solid;
}
.ex-bg--green:before{
  top: 0;
  border-color: #ffffff transparent transparent transparent;
}
.ex-bg--green:after{
  bottom: -30px;
  border-color: #238F8E transparent transparent transparent;
}
.ex-flow-list{
  display: flex;
}
.ex-flow-list__item{
  position: relative;
  width: 300px;
  margin-right: 45px;
  padding: 30px 20px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.ex-flow-list__item:last-child{
  margin-right: 0;
}
.ex-flow-list__item:after{
  position: absolute;
  top: 50%;
  right: -34px;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 13px 0 13px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.ex-flow-list__item:last-child:after{
  content: none;
}
.ex-flow-list__img{
  text-align: center;
  margin-bottom: 10px;
}
.ex-flow-list__title{
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.0rem;
}
@media screen and (max-width: 767px){
  .ex-flow-list{
    flex-direction: column;
  }
  .ex-flow-list__item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 55px;
  }
  .ex-flow-list__item:after{
    position: absolute;
    top: auto;
    bottom: -45px;
    right: calc(50% - 13px);
    width: 0;
    height: 0;
    content: '';
    border-width: 13px 13px 0 13px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  }
}
.ex-section--arrow{
  position: relative;
}
.ex-section--arrow:after{
  position: absolute;
  bottom: -30px;
  right: calc(50% - 30px);
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 30px 0 30px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

/* ---------------------------
    フォーム　無料トライアル
--------------------------- */
#inquiry.seminar_20210224 .ex-mainvisual__seminar_20210224 {
    background-image: url(/service/social/seminar/20210224/inquiry/bg_mainvisual.jpg) !important;
}
#inquiry.seminar_20210224 .with-form__title {
    font-size: 2.2rem;
    font-weight: bold;
}
#inquiry.seminar_20210224 .ex-flow-list-bottom .flow-list-bottom__wrap {
    border: none;
}
#inquiry.seminar_20210224 .ex-flow-list-bottom .flow-list-bottom__item::before {
    left: 40px;
    border-top-color: #238F8E;
}
#inquiry.seminar_20210224 .ex-flow-list-bottom .flow-list-bottom__heading {
    width: 100px;
    padding: 0;
    background-color: transparent;
    text-align: center;
    flex-direction: row;
    align-items: flex-start;
}
#inquiry.seminar_20210224 .ex-flow-list-bottom .flow-list-bottom__text {
    display: block;
    text-align: left;
    font-size: 1.5rem;
    padding-top: 25px;
    padding-bottom: 0;
}
#inquiry.seminar_20210224 .ex-flow-list-bottom .flow-list-bottom__text h3 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -0.8em;
}
@media screen and (max-width: 767px) {
  #inquiry.seminar_20210224 .ex-flow-list-bottom .flow-list-bottom__wrap {
    flex-direction: row;
  }
  #inquiry.seminar_20210224 .ex-flow-list-bottom .flow-list-bottom__item::before {
    margin-left: 0;
  }
  #inquiry.seminar_20210224 .ex-flow-list-bottom .flow-list-bottom__text {
    padding-top: 0;
    display: flex;
  }
  #inquiry.seminar_20210224 .ex-flow-list-bottom .flow-list-bottom__text h3 {
    margin-bottom: 0;
  }
}
#inquiry.seminar_20210224 .ex-keyword-example-list__item {
  margin-bottom: 30px;
}
#inquiry.seminar_20210224 .ex-keyword-example-list__title {
  margin-bottom: 10px;
}
#inquiry.seminar_20210224 .ex-keyword-example-list__sample {
  display: flex;
  justify-content: space-between;
}
#inquiry.seminar_20210224 .ex-keyword-example-list__sample p {
  text-align: center;
  padding: 5px 0;
}
#inquiry.seminar_20210224 .ex-keyword-example-list__sample p:first-child {
  position: relative;
  background-color: #EAF9F9;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  width: 128px;
}
#inquiry.seminar_20210224 .ex-keyword-example-list__sample p:first-child::after {
  content: "×";
  position: absolute;
  left: 141px;
  line-height: 1.2;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
}
#inquiry.seminar_20210224 .ex-keyword-example-list__sample p:last-child {
  background-color: #F9ECEA;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  width: 294px;
}
@media screen and (max-width: 767px) {
  #inquiry.seminar_20210224 .ex-keyword-example-list__sample {
    display: block;
  }
  #inquiry.seminar_20210224 .ex-keyword-example-list__sample p {
    width: 90% !important;
    margin: 0 auto;
  }
  #inquiry.seminar_20210224 .ex-keyword-example-list__sample p:first-child {
    margin-bottom: 40px;
  }
  #inquiry.seminar_20210224 .ex-keyword-example-list__sample p:first-child::after {
    top: 42px;
    left: 49%;
  }
}
#inquiry.seminar_20210224 .number-list__title {
    font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #inquiry.seminar_20210224 .number-list__title {
    height: 48px;
  }
}

/* ---------------------------
    お問い合わせフォーム改修
--------------------------- */
@media screen and (max-width: 767px){
    .ex-with-photo__wrap--spnowrap .with-photo{
        flex-wrap: nowrap;
    }
    .ex-with-photo__wrap--spnowrap .with-photo__image{
        width: 30%!important;
        margin-right: 20px;
    }
    .ex-with-photo__wrap--spnowrap .with-photo__txt{
        width: 70%;
    }
    .ex-with-photo__wrap--spnowrap .block__sub-title{
        text-align: left;
    }
}

/* -----------------------------------------------------
  #glossary
----------------------------------------------------- */
#glossary .ex-glossary-nav {
  width: 990px;
  margin: 0 auto;
}
#glossary .ex-glossary-nav dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#glossary .ex-glossary-nav dl + dl {
  margin-top: 35px;
}
#glossary .ex-glossary-nav dt {
  width: 100%;
  font-size: 2.4rem;
}
#glossary .ex-glossary-nav dd {
  position: relative;
  width: 228px;
  margin: 20px 0 0 26px;
  padding-left: 1em;
  text-indent: -1em;
}
#glossary .ex-glossary-nav dd::before {
  content: "・";
}
#glossary .ex-glossary-nav dd a {
  display: inline;
}
#glossary .ex-glossary-nav dd a.text-link--arrow:after {
    padding-left: 3px;
}
@media screen and (min-width: 768px) {
  #glossary .ex-glossary-nav dd:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #glossary .ex-glossary-nav {
    width: 100%;
    padding: 0 20px;
  }
  #glossary .ex-glossary-nav dl + dl {
    margin-top: 40px;
  }
  #glossary .ex-glossary-nav dd {
    width: calc(50% - 5px);
    margin: 10px 0 0 10px;
  }
  #glossary .ex-glossary-nav dd:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
/* インナーリンク対応 */
#glossary .js-glossary_inner-link_title h2 {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #glossary .js-glossary_inner-link_title h2 {
    padding-top: 50px;
    margin-top: -50px;
  }
}
/* コラム */
@media screen and (min-width: 768px) {
  #glossary .column-archive__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #glossary .column-archive__item:last-child {
    margin-bottom: 0;
  }
}
#glossary .column-archive__title {
  margin-bottom: 0;
}

/* -----------------------------------------------------
  フッター固定CTA
----------------------------------------------------- */
@media screen and (max-width: 767px) {
  .c-footer_inq {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .c-footer_inq__inner {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 150px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
  }
  .c-footer_inq__btn {
    width: 72px;
    height: 72px;
  }
  .c-footer_inq__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    width: 100%;
    height: 100%;
    padding: 0;
    text-decoration: none;
    border-radius: 50%;
    background: linear-gradient(to right, #197df5 0%, #1ca0c2 100%);
    box-shadow:0 3px 6px #00000029;
  }
  .c-footer_inq__btn a.white--blue {
    border: 1px solid #0D57A7;
    color: #0D57A7;
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .c-footer_inq {
    display: none !important;
  }
}

/* -----------------------------------------------------
  分析レポート service/social/report
----------------------------------------------------- */
.mainvisual.ex-report-mainvisual {
    background-image: url(/service/social/report/images/bg_mainvisual_pc.jpg);
}
@media screen and (max-width: 767px) {
    .mainvisual.ex-report-mainvisual {
        background-image: url(/service/social/report/images/bg_mainvisual_sp.jpg);
    }
}
@media screen and (min-width: 768px) {
    .section__title.ex-report-title {
        font-size: 3.2rem;
    }
}

/* -----------------------------------------------------
  VoC改修
----------------------------------------------------- */
.ex-voc-mainvisual{
  background-image: url(/service/social/voc/images/bg-mainvisual.jpg);
}
.ex-voc-mainvisual .mainvisual__inner{
  position: relative;
}
.ex-voc__sns-list{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  width: 220px;
  padding: 15px 20px;
  position: absolute;
  right: 135px;
  bottom: 30px;
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.7);
}
.ex-voc__sns-list > li{
  flex-basis: 30px;
}
.ex-voc__sns-list img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ex-voc-lead{
  font-size: 32px;
}
.ex-voc-section--features .section__title{
  margin-bottom: 100px;
}
.ex-features--voc{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: min-content;
  column-gap: 60px;
  row-gap: 100px;
}
.ex-features--voc .ex-features__item{
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  margin: 0;
}
.ex-features--voc .ex-features__text{
  height: auto;
}
.ex-features--voc .ex-sup{
  font-size: 12px;
  vertical-align: text-top;
}
.ex-voc-section--usecase .ex-usecase-image{
  max-width: 290px;
}

@media screen and (max-width: 767px) {
  .ex-voc-mainvisual .ex-mainvisual__title{
    margin-top: 0;
    font-size: 20px;
  }
  .ex-voc-mainvisual .ex-mainvisual__title span{
    font-size: 32px;
  }
  .ex-voc__sns-list{
    right: auto;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
  }
  .ex-voc-lead{
    font-size: 24px;
  }
  .ex-features--voc{
    grid-template-columns: 1fr;
  }
  .ex-features--voc .ex-features__text{
    padding-right: 20px;
    padding-left: 20px;
  }
  .ex-voc-section--usecase .ex-usecase-image{
    max-width: 475px;
  }
  .ex-voc-section--lineup .column-menu__title{
    font-weight: 400;
  }
}

/* -----------------------------------------------------
  セミナーアーカイブ
----------------------------------------------------- */
#seminar-archive-form .ex-with-form__title {
  padding-left: 14px;
  border-left: 9px solid #1571DA;
}

/* -----------------------------------------------------
  VoC活用レポート
----------------------------------------------------- */
.ex-voc_report .mainvisual {
  background-image: url(/service/social/voc/report/images/bg_mainvisual.jpg);
}
@media screen and (max-width: 767px) {
  .ex-voc_report .mainvisual--middle .mainvisual__inner {
    padding-bottom: 100px;
  }
}
.ex-voc_report .ex-solution-area .section__lead {
  font-size: 2.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ex-voc_report .ex-solution-area .section__lead {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .ex-voc_report .ex-features__title p {
    min-height: 3em;
  }
}
.ex-voc_report .ex-with-photo--output .ex-ul-list li {
  display: flex;
  flex-direction: column;
}
.ex-voc_report .ex-with-photo--output .ex-ul-list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.ex-voc_report .ex-with-photo--output .ex-ul-list li div {
  text-align: left;
  background-color: #238F8E;
  color: #ffffff;
}
.ex-voc_report .ex-with-photo--output .ex-ul-list li:nth-of-type(even) div {
  background-color: rgb(35, 143, 142, 0.2);
  color: #333333;
}
@media screen and (min-width: 768px) {
  .ex-voc_report .ex-with-photo--output {
    padding: 0 50px 60px;
  }
  .ex-voc_report .ex-with-photo--output .ex-ul-list li div {
    width: 330px;
    padding: 15px 25px;
    margin-bottom: 20px;
    clip-path: polygon(0% 0%, 96% 0, 96% 33%, 100% 50%, 96% 68%, 96% 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .ex-voc_report .ex-with-photo--output .ex-ul-list li div {
    max-width: 315px;
    width: 100%;
    padding: 16px 25px 32px;
    margin-bottom: 15px;
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 15% 75%, 12% 100%, 9% 77%, 0 75%);
  }
  .ex-voc_report .ex-with-photo--output .ex-ul-list li:nth-of-type(even) div {
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 91% 75%, 88% 100%, 85% 77%, 0 75%);
  }
}

/* -----------------------------------------------------
  事例ダウンロード
----------------------------------------------------- */
#download .ex-card__subtitle { font-size: 1.6rem; }

