/* メインビジュアル */
.mainvisual {
  background-image:url(/service/TIBCO/images/bg_mainvisual.png);
}
@media screen and (min-width: 768px) {
.mainvisual__logo img {
    height: 28px;
}
}

/* ここから メインビジュアル by R */
.mainvisual--banner {
  position: relative;
  z-index: 1;
  height: 400px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mainvisual--banner__inner {
  position: relative;
  display: flex;
  width: 990px;
  height: 100%;
  margin: auto;
  align-items: center;
  justify-content: flex-end;
}

.mainvisual--banner__nav {
  z-index: 3;
  display: flex;
  width: 312px;
  height: 100%;
  padding: 40px 50px 40px 50px;
  background: rgba(0, 0, 0, .7);
  align-items: center;
}

.mainvisual--banner__btn {
  width: 100%;
  margin: auto;
}

.mainvisual.mainvisual--banner .btn a {
  margin: auto;
}

.mainvisual--banner__nav-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.mainvisual--banner__title__container {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}

.mainvisual--banner__title {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.1;
  width: 100%;
  word-break: break-word;
  color: #fff;
}

.mainvisual--banner__title.mainvisual--banner__title-f-small {
  font-size: 2.6rem;
}
.mainvisual--banner__title .ex-mainvisual--banner__title-f-small {
  font-size: 1.9rem;
}

.mainvisual--banner__lead {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
  color: #fff;
}

.mainvisual--banner__nav-links {
  display: flex;
  margin-bottom: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.mainvisual--banner__nav-links.mainvisual--banner__nav-links--narrow > li {
  margin: 0;
}

.mainvisual--banner__nav-links > li:first-child:nth-last-child(2),
.mainvisual--banner__nav-links > li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.mainvisual--banner__nav-links > li:first-child:nth-last-child(3),
.mainvisual--banner__nav-links > li:first-child:nth-last-child(3) ~ li {
  width: 33%;
}

.mainvisual--banner__nav-links > li:first-child:nth-last-child(3):nth-child(2),
.mainvisual--banner__nav-links > li:first-child:nth-last-child(3) ~ li:nth-child(2) {
  text-align: center;
}

.mainvisual--banner__nav-links > li:first-child:nth-last-child(3):nth-child(3),
.mainvisual--banner__nav-links > li:first-child:nth-last-child(3) ~ li:nth-child(3) {
  text-align: right;
}

.mainvisual--banner__nav-links > li:first-child:nth-last-child(4),
.mainvisual--banner__nav-links > li:first-child:nth-last-child(4) ~ li {
  width: 50%;
}

.mainvisual--banner__nav-links > li:first-child:nth-last-child(4):nth-child(1),
.mainvisual--banner__nav-links > li:first-child:nth-last-child(4) ~ li:nth-child(1) {
  margin-bottom: 10px;
}

.mainvisual--banner__nav-links > li:first-child:nth-last-child(4):nth-child(2),
.mainvisual--banner__nav-links > li:first-child:nth-last-child(4) ~ li:nth-child(2) {
  margin-bottom: 10px;
}

.mainvisual--banner__nav-links > li {
  line-height: 1.3;
  margin: 0;
  text-align: left;
  background: 0 0;
}

.mainvisual--banner__nav-links > li:last-child {
  margin-bottom: 0;
}

.mainvisual--banner__nav-links > li > a {
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.mainvisual--banner__nav-links > li > a:hover {
  text-decoration: underline;
}

.mainvisual--banner__nav-links .text-link--arrow {
  position: relative;
}

.mainvisual--banner__nav-links .text-link--arrow:after {
  content: ' ＞';
}

@media screen and (max-width: 767px) {

.mainvisual--banner {
  min-height: inherit;
}

.mainvisual--banner__inner {
  width: 100%;
  padding: 60px 0 0;
  align-items: flex-end;
}

.mainvisual--banner__nav {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 30px 30px;
}

.mainvisual--banner__btn {
  position: relative;
}

.mainvisual--banner__nav-inner {
  height: auto;
}

.mainvisual--banner__title__container {
  height: auto;
  margin-bottom: 20px;
}

.mainvisual--banner__title {
  font-size: 3.8rem;
  position: static;
}

.mainvisual--banner__nav-links > li {
  margin: 0;
}

}
/* ここまで メインビジュアル by R */

/* 背景色 */
.ex-bg--gray {
  background:#F4F4F4;
}
.ex-bg--blue {
  background:#E4F6FB;
}
.ex-bg--black {
  background:#333333;
  color:#ffffff;
}

/* 関連サービス */
#products .service-list.ex-service-list_left {
  justify-content:flex-start;
}
.service-list__item {
  background-color:#263A51;
  border-color:#707070;
  color:#ffffff;
}
.service-list__name {
  text-align:center;
  font-weight:normal;
  font-size:2.4rem;
}
.service-list__text {
  margin:30px 0;
}

/* 機能リスト */
@media screen and (min-width: 768px) {
.ex-card-list--center {
justify-content: center;
}
.ex-card-list--center.column3 .card {
margin-right: 42px;
}
.ex-card-list--center.column3 .card:nth-child(3n) {
margin-right: 0;
}
.ex-card-list--center.card-list.column3:after {
width: 0%;
} {
margin-right: 0;
}
}

/* 下部CTAボタン（2個Ver.） */
@media screen and (min-width: 768px) {
  .c-inq__b2 .c-inq__mail .btn {
    max-width: 410px;
  }
}
@media screen and (max-width: 767px) {
  .c-inq__b2 .btn a {
    padding: 20px 50px;
  }
}

/* ------------------------------
 トップ
------------------------------ */
@media screen and (min-width: 768px) {
#top .mainvisual__title {
  font-size: 4.4rem;
}
}
#top .mainvisual .text-caution {
  margin-bottom: 20px;
}
#top .mainvisual .text-caution .text-link {
  color: #c1ddf3;
}
#top .mainvisual .text-caution .text-link:hover {
  color: #b0e0f0;
  text-decoration:underline;
}
@media screen and (min-width: 768px) {
#top .ex-customers .section__title {
  font-size: 3.2rem;
}
}
@media screen and (max-width: 767px) {
#top .ex-customers .section__lead {
  text-align:left;
}
}
#top .ex-menu .column-menu__pic img {
  width:130px;
}
#top .ex-product .single-photo {
  width:100px;
}

#top .logo-slider-area {
  overflow: hidden;
}
#top .js-logo-slider--top {
  display: flex;
  width: max-content;
  overflow: hidden;
}
#top .js-logo-slider--top .logo-slider__list {
  display: inline-flex;
  flex-wrap: nowrap;
  column-gap: 11px;
  width: auto;
  margin-right: 11px;
}
#top .js-logo-slider--top.slider-initialized {
  animation: logoSliderTop 48s linear infinite forwards 0s;
}
#top .logo-slider-area .logo-slider__list-item {
  width: 188px;
  height: 100px;
}
#top .logo-slider-area .js-logo-slider:nth-of-type(1) .logo-slider__list-item {
  padding: 20px 20px;
}
#top .logo-slider-area .logo-slider__list-item > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes logoSliderTop {
  0% {
    transform: translateX(0%);
  }
  100%{
    transform: translateX(calc(-50%));
  }
}

/* ------------------------------
 produsts
------------------------------ */
/* section__title */
.ex-produsts__unit .section__title {
  letter-spacing:0.8em;
  text-indent:0.8em;
}
.ex-produsts__card .section__title {
  letter-spacing:0.8em;
  text-indent:0.8em;
}
/* .ex-produsts__case .section__title {
  letter-spacing:0.8em;
  text-indent:0.8em;
} */
 
/* ユニット */
@media screen and (max-width: 767px) {
.section.ex-produsts__unit {
  padding-left:0;
  padding-right:0;
}
}
.ex-produsts__unit .with-photo__wrap {
  max-width:100%;
  padding-top:4.3rem;
  padding-bottom:4.3rem;
}
@media screen and (max-width: 767px) {
.ex-produsts__unit .with-photo__wrap .section__inner  {
  padding-left:20px;
  padding-right:20px;
}
}
.ex-with-photo__image--bottom .with-photo__image {
  align-self: flex-end;
  margin-bottom:-4.3rem;
}
.ex-with-photo__image--bottom .with-photo__image img {
  vertical-align: bottom;
}

/* カードリスト */
#products .card__img img {
  width:100px;
}
#products .ex-demo_list .card__img img {
  width: 100%;
}
@media screen and (max-width: 767px){
#products .column3 .card {
  width:100%;
}
#products .column3 .card__img {
  width: 100%;
}
#products .card__text {
  display:block;
}
}

/* リスト */
#products .ex-list_2column {
width:80%;
margin:auto;
display: flex;
justify-content:space-between;
}
@media screen and (max-width: 767px){
#products .ex-list_2column {
width:100%;
flex-flow:wrap;
justify-content:flex-start;
}
}

/* spotfire */
.ex-spotfire .mainvisual {
  background-image:url(/service/TIBCO/products/spotfire/images/main-visual2.jpg);
}
@media screen and (min-width: 768px) {
  .ex-spotfire .mainvisual--banner__nav {
    padding: 40px 43px 40px 43px;
  }
}
.ex-spotfire .ex-spotfire__bnr ul {
    display: flex;
    margin: auto;
    justify-content: center;
}
.ex-spotfire .ex-spotfire__bnr li {
}
.ex-spotfire .ex-spotfire-check-list .check-list__li {
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 34px;
    background-image: url(/service/TIBCO/products/spotfire/images/icon-tick.png);
    background-size: auto 23px;
}
.ex-spotfire .slick-prev {
    left: -40px;
}
.ex-spotfire .slick-next {
    right: -40px;
}
@media screen and (min-width: 768px) {
  .ex-spotfire .bg--photo {
    background-position: center top;
  }
}

.ex-spotfire .ex-icon-list {
  justify-content: center;
  column-gap: 40px;
}
.ex-spotfire .ex-icon-list .icon-list__item {
  width: 148px;
}
@media screen and (max-width: 767px) {
  .ex-spotfire .ex-icon-list .icon-list__item {
    width: 44%;
  }
}

/* spotfire 配下 */
.ex-spotfire_DataWrangling {
  background:#4A4A4C url(/service/TIBCO/products/spotfire/images/benefit-intelligent_data_wrangling.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
  color:#ffffff;
}
.ex-spotfire_flexibility {
  background:#ffffff url(/service/TIBCO/products/spotfire/images/benefit-better_admin_flexibility_scale.png) center center no-repeat;
  background-size:cover;
  min-height:auto;
}

/* Visual Analytics */
.ex-visual-analytics .mainvisual {
  background-image:url(/service/TIBCO/products/spotfire/visual-analytics/images/main-visual.jpg);
}
.ex-visual_analytics_everywhere {
  background:#D7D2CF url(/service/TIBCO/products/spotfire/visual-analytics/images/benefit-visual_analytics_anytime_everywhere.jpg) center center no-repeat;
  background-size:cover;
  min-height:330px;
}

/* Data Wrangling */
.ex-data-wrangling .mainvisual {
  background-image:url(/service/TIBCO/products/spotfire/data-wrangling/images/main-visual.jpg);
}
.ex-data_wrangling_everywhere {
  background:#4A4A4C url(/service/TIBCO/products/spotfire/data-wrangling/images/benefit-broad_connectivity.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
  color:#ffffff;
}

/* Predictive Analytics */
.ex-predictive-analytics .mainvisual {
  background-image:url(/service/TIBCO/products/spotfire/predictive-analytics/images/main-visual.jpg);
}

/* Location Analytics */
.ex-location-analytics .mainvisual {
  background-image:url(/service/TIBCO/products/spotfire/location-analytics/images/main-visual.jpg);
}

/* Real-time Visual Analytics */
.ex-real-time-analytics .mainvisual {
  background-image:url(/service/TIBCO/products/spotfire/real-time-analytics/images/main-visual.jpg);
}
.ex-real-time-analytics_broad_connectivity {
  background:#4A4A4C url(/service/TIBCO/products/spotfire/real-time-analytics/images/benefit-broad_connectivity.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
  color:#ffffff;
}

/* Data Science */
.ex-data-science .mainvisual {
  background-image:url(/service/TIBCO/products/data-science/images/main-visual.jpg);
}
/*.ex-data-science .mainvisual--banner__nav-links > li:nth-last-child(1) {
width:100% !important;
text-align: left !important;
margin-top: 10px;
}*/
.ex-data-science .ex-data-science_collaborate {
  background:#ffffff url(/service/TIBCO/products/data-science/images/benefit-empower-everyone.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
}
@media screen and (min-width: 768px) {
.ex-data-science .mainvisual--banner__title {
  font-size:3.4rem;
}
}
@media screen and (max-width: 767px) {
.ex-data-science .ex-vimeo {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  margin-bottom: 20px;
}
.ex-data-science .ex-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
}
.ex-data-science .mainvisual--banner__title__small {
  font-weight: normal;
  font-size: 2.9rem;
}
@media screen and (min-width: 768px) {
  .ex-data-science .ex-btn-long_science a {
    padding-left: 38px;
    padding-right: 38px; 
  }
}

.ex-teamstudio .mainvisual {
  background-image:url(/service/TIBCO/products/data-science/teamstudio/images/main-visual.jpg);
}
.ex-workbench .mainvisual {
  background-image:url(/service/TIBCO/products/data-science/workbench/images/main-visual.jpg);
}

/* Streaming */
.ex-streaming .mainvisual {
  background-image:url(/service/TIBCO/products/streaming/images/main-visual.jpg);
}
.ex-streaming .ex-streaming_act-on-insights {
  background:#000000 url(/service/TIBCO/products/streaming/images/act-on-insights.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
  color:#ffffff;
}
.ex-streaming .ex-streaming_users-control {
  background:#FFFFFF url(/service/TIBCO/products/streaming/images/users-control.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
}
@media screen and (max-width: 767px) {
.ex-streaming .ex-streaming_users-control {
background-position: 80% bottom;
}
}

/* DataVirtualization */
.ex-data-virtualization .mainvisual,
.term.data-virtualization .mainvisual {
  background-image:url(/service/TIBCO/products/data-virtualization/images/main-visual.jpg);
}
@media screen and (min-width: 768px) {
.ex-data-virtualization .mainvisual--banner__title span {
font-size: 3.3rem;
}
}
.ex-data-virtualization .ex-produsts__unit .section__title {
  letter-spacing:0em;
  text-indent:0em;
}
.ex-data-virtualization .ex-produsts__card .section__title {
  letter-spacing:0em;
  text-indent:0em;
}
.ex-data-virtualization .ex-data-virtualization_sophisticated {
  background:#E6E5E3 url(/service/TIBCO/products/data-virtualization/images/Sophisticated-data.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
}
.ex-data-virtualization .ex-data-virtualization_outcomes {
  background:#0A1119 url(/service/TIBCO/products/data-virtualization/images/Better-business-outcomes.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
  color:#ffffff;
}
.ex-data-virtualization .ex-data-virtualization_agile {
  background:#091018 url(/service/TIBCO/products/data-virtualization/images/Agile-flexible-adaptable.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
  color:#ffffff;
}
.ex-data-virtualization .ex-data-virtualization_less {
  background:#DFF3F2 url(/service/TIBCO/products/data-virtualization/images/Less-physical-overhead.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
}

/* EBX */
.ex-ebx .mainvisual,
.term.ebx .mainvisual {
  background-image:url(/service/TIBCO/products/ebx/images/main-visual.jpg);
}
.ex-ebx .mainvisual--banner__lead {
  font-size: 1.5rem;
}
.ex-ebx .ex-ebx_solution {
  background:#FDF4EB url(/service/TIBCO/products/ebx/images/benefit-its_a_single_solution-new.jpg) center center no-repeat;
  background-size:cover;
  min-height:360px;
}
.ex-ebx .ex-ebx_design {
  background:#FFF6F1 url(/service/TIBCO/products/ebx/images/benefit-designed_for_the_entire_business.jpg) center center no-repeat;
  background-size:cover;
  min-height:360px;
}
.ex-ebx .ex-ebx_multidomain {
  background:#0B101A url(/service/TIBCO/products/ebx/images/benefit-its_actually_multidomain.jpg) center center no-repeat;
  background-size:cover;
  min-height:360px;
  color:#ffffff;
}
.ex-ebx .ex-ebx_flexible {
  background:#030A41 url(/service/TIBCO/products/ebx/images/benefit_flexible_and_agile.jpg) center center no-repeat;
  background-size:cover;
  min-height:360px;
  color:#ffffff;
}
.ex-ebx .ex-ebx_supports {
  background:#070707 url(/service/TIBCO/products/ebx/images/benefit-supports_all_data_driven_use_caes.jpg) center center no-repeat;
  background-size:cover;
  min-height:360px;
  color:#ffffff;
}
.ex-ebx .ex-section__title--mb-small {
  font-size:2.6rem;
}

/* Cloud Integration */
.ex-cloud-integration .mainvisual {
  background-image:url(/service/TIBCO/products/cloud-integration/images/main-visual.jpg);
}
.ex-cloud-integration .ex-cloud-integration_landscape {
  background:#001C4B url(/service/TIBCO/products/cloud-integration/images/benefit-Establish-agile-information.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
  color:#ffffff;
}
.ex-cloud-integration .ex-cloud-integration_quickly {
  background:#DBEEF2 url(/service/TIBCO/products/cloud-integration/images/benefit-Connect-business-apps.jpg) center center no-repeat;
  background-size:cover;
  min-height:375px;
}
.ex-cloud-integration .ex-cloud-integration_businessworks {
  background:#282423 url(/service/TIBCO/products/cloud-integration/images/benefit-Integrate-mission-critical.jpg) center center no-repeat;
  background-size:cover;
  min-height:375px;
  color:#ffffff;
}
.ex-cloud-integration .ex-cloud-integration_flogo {
  background:#101413 url(/service/TIBCO/products/cloud-integration/images/benefit-Develop-integrations.jpg) center center no-repeat;
  background-size:cover;
  min-height:375px;
  color:#ffffff;
}

/* Connect Business Applications Quickly */
.ex-cloud-integration-quickly .mainvisual {
  background-image:url(/service/TIBCO/products/cloud-integration/quickly/images/main-visual.jpg);
}
.ex-cloud-integration-quickly .ex-cloud-integration-quickly_deploy {
  background:#111111 url(/service/TIBCO/products/cloud-integration/quickly/images/beneft-deploy_easily.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
  color:#ffffff;
}
.ex-cloud-integration-quickly .ex-cloud-integration-quickly_issues {
  background:#0A0614 url(/service/TIBCO/products/cloud-integration/quickly/images/beneft-eliminate_gotchas-new.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
  color:#ffffff;
}
.ex-cloud-integration-quickly .ex-cloud-integration-quickly_adapt {
  background:#79725F url(/service/TIBCO/products/cloud-integration/quickly/images/beneft-adapt_quickly.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
  color:#ffffff;
}

/* Flogo */
.ex-flogo .mainvisual {
  background-image:url(/service/TIBCO/products/flogo/images/main-visual.jpg);
}
.ex-flogo .ex-flogo_support {
  background:#908782 url(/service/TIBCO/products/flogo/images/benefit-rely_on_tibco_support.jpg) center center no-repeat;
  background-size:cover;
  min-height:300px;
}

/* BusinessWorks */
.ex-businessworks .mainvisual {
  background-image:url(/service/TIBCO/products/businessworks/images/main-visual.jpg);
}
.ex-businessworks .ex-businessworks_technology {
  background:#FFFFFF url(/service/TIBCO/products/businessworks/images/benefit-embrace-latest-technology-faster.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
}
.ex-businessworks .ex-businessworks_find {
  background:#FBFBFB url(/service/TIBCO/products/businessworks/images/benefit-find-the-perfect-fit-for-your-business.jpg) center center no-repeat;
  background-size:cover;
  min-height:auto;
}

/* Messaging */
.ex-messaging .mainvisual {
  background-image:url(/service/TIBCO/products/messaging/images/main-visual.jpg);
}
.ex-messaging .ex-messaging_support {
  background:#FBFBFB url(/service/TIBCO/products/messaging/images/benefit-world_class_engineering_and_support.jpg) center center no-repeat;
  background-size:cover;
  min-height:320px;
  color:#ffffff;
}
.ex-messaging .ex-messaging_platform {
  background:#FBFBFB url(/service/TIBCO/products/messaging/images/benefit-worlds-fastest-messaging-platform.jpg) center center no-repeat;
  background-size:cover;
  min-height:320px;
  color:#ffffff;
}
.ex-messaging .ex-messaging_risk {
  background:#FBFBFB url(/service/TIBCO/products/messaging/images/benefit-risk_free_innovation-flipped.jpg) center center no-repeat;
  background-size:cover;
  min-height:320px;
  color:#ffffff;
}

.ex-logo-small {
width:50% !important;
}
@media screen and (max-width: 767px) {
.ex-logo-small {
width:70% !important;
}
}

/* what-is-real-time-analytics */
@media screen and (min-width: 768px) {
.ex-ul-list_realtimeanalytics {
display: flex;
flex-wrap: wrap;
}
.ex-ul-list_realtimeanalytics li:nth-child(odd) {
width:40%;
}


.ex-ul-list_realtimeanalytics li:nth-child(even) {
width:55%;
}
}


/* ------------------------------
 partner
------------------------------ */
#partner .ex-partner-list-contents {
  border-bottom: solid 1px #ccc;
  padding: 30px 0;
}
#partner .ex-partner-list-contents:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
#partner .ex-partner-list-contents {
  padding: 0 0 20px;
}
}

/* ------------------------------
 事例
------------------------------ */
@media screen and (min-width: 768px) {
#case .mainvisual--banner__nav {
  width:440px;
}
}
#case .mainvisual--banner__lead{
  font-weight:normal;
}
@media screen and (min-width: 768px) {
#case .section.ex-case-voice {
  padding-top:40px;
}
}
#case .ex-case-voice-logo {
  margin-bottom:30px;
  max-width:300px;
}
@media screen and (max-width: 767px) {
#case .ex-case-voice-logo {
  max-width:260px;
}
}
#case .ex-case-voice-quot {
  font-size:2.0rem;
  margin-bottom:30px;
}

#case .block__title {
  text-align:center;
  border-bottom:1px solid #d9d8d7;
  font-weight:bold;
  padding-bottom:10px;
}

/* Yakult */
.ex-case-yakult .mainvisual {
  background-image:url(/service/TIBCO/case/yakult/images/main-visual.jpg);
}

/* Cloetta */
.ex-case-cloetta .mainvisual {
  background-image:url(/service/TIBCO/case/cloetta/images/main-visual.jpg);
}
@media screen and (min-width: 768px) {
.ex-case-cloetta .mainvisual--banner__title {
  font-size: 3.7rem;
}
}

/* Elkjop Nordic */
.ex-case-elkjop .mainvisual {
  background-image:url(/service/TIBCO/case/elkjop/images/main-visual.jpg);
}
.ex-case-elkjop .mainvisual--banner__title {
  line-height: 0.5;
}
.ex-case-elkjop .mainvisual--banner__title .ex-mainvisual--banner__title-f-small {
  font-size: 2.0rem;
}
.ex-case-elkjop .mainvisual--banner__lead {
    margin-bottom: 0px;
}

/* Save the Children UK */
.ex-case-save_the_children .mainvisual {
  background-image:url(/service/TIBCO/case/save-the-children-uk/images/main-visual.jpg);
}
.ex-case-save_the_children .mainvisual--banner__title {
  font-size: 3.2rem;
}
.ex-case-save_the_children .mainvisual--banner__title .ex-mainvisual--banner__title-f-small {
  font-size: 2.4rem;
}
.ex-case-save_the_children .mainvisual--banner__lead {
  margin-bottom:0;
}
@media screen and (min-width: 768px) {
.ex-case-save_the_children .mainvisual--banner__title {
  font-size: 3.2rem;
}
.ex-case-save_the_children .mainvisual--banner__title .ex-mainvisual--banner__title-f-small {
  font-size: 2.5rem;
}
}

/* JetBlue */
.ex-case-jetblue .mainvisual {
  background-image:url(/service/TIBCO/case/jetblue/images/main-visual.jpg);
}

/* TUI Group */
.ex-case-tui-group .mainvisual {
  background-image:url(/service/TIBCO/case/tui-group/images/main-visual.jpg);
}

/* AA Ireland */
.ex-case-aaireland .mainvisual {
  background-image:url(/service/TIBCO/case/aaireland/images/main-visual.jpg);
}
.ex-case-aaireland .mainvisual--banner__title .ex-mainvisual--banner__title-f-small {
  font-size: 3.0rem;
}

/* Anadarko */
.ex-case-anadarko .mainvisual {
  background-image:url(/service/TIBCO/case/anadarko/images/main-visual.jpg);
}
@media screen and (max-width: 767px) {
  .ex-case-anadarko .mainvisual--banner {
    background-position: 10% center;
  }
}

/* CargoSmart */
.ex-case-cargosmart .mainvisual {
  background-image:url(/service/TIBCO/case/cargosmart/images/main-visual.jpg);
}

/* Panera Bread */
.ex-case-panera .mainvisual {
  background-image:url(/service/TIBCO/case/panera-bread/images/main-visual.jpg);
}

/* Net Spend */
.ex-case-netspend .mainvisual {
  background-image:url(/service/TIBCO/case/netspend/images/main-visual.jpg);
}

/* Hunt Oil */
.ex-case-hunt-oil .mainvisual {
  background-image:url(/service/TIBCO/case/hunt-oil/images/main-visual.jpg);
}
/* Australian Securities Exchange */
.ex-case-australian-securities-exchange .mainvisual {
  background-image:url(/service/TIBCO/case/australian-securities-exchange/images/main-visual.jpg);
}

.ex-logo-small-australian-securities-exchange{
  width: 30% !important;
}

/* Aeroporti di roma */
.ex-case-aeroporti-di-roma .mainvisual {
  background-image:url(/service/TIBCO/case/aeroporti-di-roma/images/main-visual.jpg);
}

/* Hemlock Semiconductor */
.ex-case-hemlock-semiconductor .mainvisual {
  background-image:url(/service/TIBCO/case/hemlock-semiconductor/images/main-visual.jpg);
}

/* STMicroelectronics */
.ex-case-stmicroelectronics .mainvisual {
  background-image:url(/service/TIBCO/case/stmicroelectronics/images/main-visual.jpg);
}

/* Keysight Technologie */
.ex-case-keysight-technologies .mainvisual {
  background-image:url(/service/TIBCO/case/keysight-technologies/images/main-visual.jpg);
}

/* 事例 表組み */
.ex-case__summary-table {
width: 100%;
margin: 0 auto;
border: 1px solid #CCCCCC;
}
.ex-case__summary-table table {
margin: 0 auto;
border: none;
}
.ex-case__summary-table th {
font-weight: bold;
display: table-cell;
width: 262px;
padding: 30px 0px;
text-align: left;
vertical-align: top;
border-bottom: 1px solid #CCCCCC;
}
.ex-case__summary-table td {
display: table-cell;
padding: 30px 0px;
border-bottom: 1px solid #CCCCCC;
}
.ex-case__summary-table td .u-ul-list li {
list-style-image:radial-gradient(circle at 50% 50%,#CCCCCC 50%,transparent 50%);
}
@media screen and (max-width: 767px) {
.ex-case__summary-table {
padding: 10px 0 20px;
}
.ex-case__summary-table th {
display: block;
width: 100%;
padding: 10px;
border: none;
}
.ex-case__summary-table td {
display: block;
width: 100%;
padding: 0 15px;
border: none;
}
}

/* ------------------------------
 case-list
------------------------------ */
/*--- slick上書き ---*/
.ex-produsts__case .slick-prev,
.ex-tutorial .slick-prev {
  left: 0px;
  padding-left:8px;
}
.ex-produsts__case .slick-next,
.ex-tutorial .slick-next {
  right: 0px;
}
.ex-produsts__case .slick-prev,
.ex-produsts__case .slick-next,
.ex-tutorial .slick-prev,
.ex-tutorial .slick-next {
  width: 30px;
  height: 26px;
}
.ex-produsts__case .slick-prev::before,
.ex-produsts__case .slick-next::before,
.ex-tutorial .slick-prev::before,
.ex-tutorial .slick-next::before {
  content: '';
  display: block;
  width: 15px;
  height: 26px;
  opacity: 1.0;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:none;
}
.ex-produsts__case .slick-prev::before,
.ex-tutorial .slick-prev::before {
  left: 0px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.ex-produsts__case .slick-next::before,
.ex-tutorial .slick-next::before {
  left: 0px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ex-produsts__case .slick-slider .slick-list,
.ex-tutorial .slick-slider .slick-list {
  width:915px;
}
@media screen and (max-width: 767px) {
.ex-produsts__case .slick-prev,
.ex-tutorial .slick-prev {
  left: -12px;
}
.ex-produsts__case .slick-next,
.ex-tutorial .slick-next {
  right: -14px;
}
}

/*--- 事例 ---*/
.ex-produsts__case .case-list {
  display: flex;
  margin: auto;
  justify-content:center;
}
.ex-produsts__case .case-list__item {
 text-align: center;
}
.ex-produsts__case .case-list__img {
  display: flex;
  width: 100%;
  height: 100px;
  padding:10px 30px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}
.ex-produsts__case .case-list__img img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
.ex-produsts__case .case-list__title {
  font-size: 1.8rem;
  font-weight:bold;
  margin-bottom: 15px;
  text-align: center;
  padding:0 10px;
}
.ex-produsts__case .case-list__text {
/*  text-align: left; */
  padding:0 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ex-produsts__case .case-list {
    width: 100%;
  }
  .ex-produsts__case .case-list__title {
    padding:0 20px;
  }
  .ex-produsts__case .case-list__text {
    padding:0 20px;
  }
}
@media screen and (min-width: 768px) {
  .ex-produsts__case .case-list__img img.ex-logo__high {
    width:auto;
    height:100px;
  }
}

/*--- チュートリアル ---*/
.ex-tutorial .case-list {
  display: flex;
  margin: auto;
  justify-content:center;
}
.ex-tutorial .case-list__item {
 text-align: center;
}
.ex-tutorial .case-list__img {
  display: flex;
  width: 100%;
  height: auto;
  padding:10px 24px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}
.ex-tutorial .case-list__img img {
  width: 100%;
  height: auto;
}
.ex-tutorial .case-list__title {
  font-size: 1.8rem;
  font-weight:bold;
  margin-bottom: 10px;
  text-align: center;
  padding:0 10px;
}
.ex-tutorial .case-list__text {
  text-align: left;
  padding:0 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ex-tutorial .case-list {
    width: 100%;
  }
  .ex-tutorial .case-list__title {
    padding:0 20px;
  }
  .ex-tutorial .case-list__text {
    padding:0 20px;
  }
}

/* ------------------------------
 資料ダウンロード
------------------------------ */
.ex-text-caution {
font-size: 1.3rem;
}

/* ------------------------------
 ソリューション
------------------------------ */
/* メインビジュアル */
#solution .mainvisual--banner__nav-links > li {
  width: 100%;
  margin-bottom:20px;
}
@media screen and (min-width: 768px) {
#solution .mainvisual--banner__title__container {
  margin-bottom: 40px;
}
}

/* 概要 */
#solution .ex-summary {
  padding-bottom:0;
}
#solution .ex-summary .lower-section__title {
  font-size:2.2rem;
}
#solution .ex-summary .block__text:last-child {
  margin-bottom:0;
}

/* ユニット */
#solution .ex-solution__unit .bg--photo {
  padding-top:50px;
  padding-bottom:50px;
}
#solution .ex-solution__unit .ex-solution__unit-module {
  padding-top:4.3rem;
  padding-bottom:4.3rem;
}
#solution .ex-solution__unit .with-photo {
  padding-top:0;
}
@media screen and (max-width: 767px) {
#solution .ex-solution__unit .bg--photo .sp-reverse > .with-photo__txt {
  margin-bottom: 0;
}
}

/* カードリスト */
#solution .ex-solution__card .card__img img {
  width:100px;
}
@media screen and (max-width: 767px){
#solution .ex-solution__card .column3 .card {
  width:100%;
}
#solution .ex-solution__card .column3 .card__img {
  width: 100%;
}
#solution .ex-solution__card .card__text {
  display:block;
}
}

/* 関連サービス */
@media screen and (min-width: 768px) {
#solution .ex-service-list2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
}

/* anomaly-detection */
#solution .ex-solution-anomaly-detection .mainvisual {
  background-image:url(/service/TIBCO/solutions/anomaly-detection/images/main-visual.jpg);
}
.ex-solution-anomaly-detection .mainvisual--banner__nav {
    padding-right: 20px;
    padding-left: 20px;
}
.ex-solution-anomaly-detection .mainvisual--banner__title {
    text-align: center;
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.6;
}

/* data-fabric */
#solution .ex-solution-data-fabric .mainvisual {
  background-image:url(/service/TIBCO/solutions/data-fabric/images/main-visual_new.jpg);
}
#solution .ex-solution-data-fabric .mainvisual--banner__nav {
    padding-right: 30px;
    padding-left: 30px;
}
#solution .ex-solution-data-fabric .mainvisual--banner__title {
    font-size: 2.8rem;
    line-height: 1.6;
}
#solution .ex-solution-data-fabric .mainvisual--banner__nav-links{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
    #solution .ex-solution-data-fabric .mainvisual--banner__nav-links li{
        width: 33%;
    }
}
#solution .ex-solution-data-fabric .mainvisual--banner__btn a{
    width: 200px;
}
#solution .ex-solution-data-fabric .with-photo__txt {
    text-shadow: 0px 0px 4px #333333;
}
#solution .ex-solution-data-fabric .block__title{
    font-weight: bold;
    color: #1473E6;
}
@media screen and (max-width: 768px) {
    #solution .ex-solution-data-fabric .block__title{
        text-align: center;
    }
}
#solution .ex-solution-data-fabric .blog-card__inner{
    padding: 50px 15px 25px;
}
#solution .ex-solution-data-fabric .blog-card__right{
    display: block;
}
#solution .ex-solution-data-fabric .btn .middle{
    min-width: 280px;
}
@media screen and (max-width: 768px) {
    #solution .ex-solution-data-fabric .btn .middle{
        width: 200px;
        min-width: auto;
        padding: 10px 20px;
    }
}
#solution .ex-solution-data-fabric .card-list .card__title{
    font-weight: bold;
}
#solution .ex-solution-data-fabric .card-list.column2 .card__title{
    text-align: center;
}
#solution .ex-solution-data-fabric .card-list .card__img{
    width: 280px;
}
@media screen and (max-width: 768px) {
    #solution .ex-solution-data-fabric .card-list .card__img{
        width: 100%;
    }
}
#solution .ex-solution-data-fabric .ex-solution__card .card__img{
    margin-bottom: 30px;
}
#solution .ex-solution-data-fabric .ex-solution__card .card__img img {
    width: auto;
    height: 120px;
}
#solution .ex-solution-data-fabric .ex-solution__card .card__title{
    text-align: left;
}
@media screen and (min-width: 769px) {
  #solution .ex-solution-data-fabric .number-list {
    margin: -12px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-solution-data-fabric .number-list {
    margin-bottom: 20px;
  }
}
#solution .ex-solution-data-fabric .number-list__item {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #solution .ex-solution-data-fabric .number-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 50px 0 93px;
    margin-bottom: 32px;
    border: 1px solid #3B6CB4;
    min-height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-solution-data-fabric .number-list__item {
    margin-bottom: 20px;
  }
}
#solution .ex-solution-data-fabric .number-list__item:first-child .number-list__num:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.848%22%20height%3D%2223.488%22%20viewBox%3D%220%200%2026.848%2023.488%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_50141%22%20data-name%3D%22%E3%83%91%E3%82%B9%2050141%22%20d%3D%22M-15.648-8.416c0%2C2.976.384%2C4.768%2C1.248%2C6.08C-13.184-.48-11.424.32-8.64.32c2.592%2C0%2C4.224-.672%2C5.472-2.272C-2.08-3.328-1.632-5.184-1.632-8.416v-6.016c0-2.944-.384-4.768-1.248-6.08-1.216-1.856-2.976-2.656-5.76-2.656-2.592%2C0-4.224.672-5.472%2C2.272-1.088%2C1.376-1.536%2C3.232-1.536%2C6.464ZM-5.76-8.8c0%2C4.256-.736%2C5.728-2.88%2C5.728s-2.88-1.5-2.88-5.728v-5.248c0-4.224.768-5.728%2C2.88-5.728%2C2.144%2C0%2C2.88%2C1.472%2C2.88%2C5.728ZM7.008%2C0H11.2V-22.848H8.416L2.048-20.192l1.312%2C3.2%2C3.648-1.536Z%22%20transform%3D%22translate(15.648%2023.168)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
@media screen and (min-width: 769px) {
  #solution .ex-solution-data-fabric .number-list__item:first-child .number-list__num:after {
    width: 30px;
    height: 32px;
    left: -3px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-solution-data-fabric .number-list__item:first-child .number-list__num:after {
    width: 24px;
    height: 28px;
    top: -1px;
    background-size: contain;
  }
}
#solution .ex-solution-data-fabric .number-list__item:nth-child(2) .number-list__num:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.72%22%20height%3D%2223.52%22%20viewBox%3D%220%200%2030.72%2023.52%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_50140%22%20data-name%3D%22%E3%83%91%E3%82%B9%2050140%22%20d%3D%22M-15.648-8.416c0%2C2.976.384%2C4.768%2C1.248%2C6.08C-13.184-.48-11.424.32-8.64.32c2.592%2C0%2C4.224-.672%2C5.472-2.272C-2.08-3.328-1.632-5.184-1.632-8.416v-6.016c0-2.944-.384-4.768-1.248-6.08-1.216-1.856-2.976-2.656-5.76-2.656-2.592%2C0-4.224.672-5.472%2C2.272-1.088%2C1.376-1.536%2C3.232-1.536%2C6.464ZM-5.76-8.8c0%2C4.256-.736%2C5.728-2.88%2C5.728s-2.88-1.5-2.88-5.728v-5.248c0-4.224.768-5.728%2C2.88-5.728%2C2.144%2C0%2C2.88%2C1.472%2C2.88%2C5.728ZM1.248%2C0H15.072V-3.424H6.72l3.52-4.32c2.592-3.136%2C2.592-3.136%2C3.392-4.48a9.261%2C9.261%2C0%2C0%2C0%2C1.408-4.864c0-3.936-2.336-6.112-6.528-6.112-4.384%2C0-6.784%2C2.144-7.072%2C6.3l3.84.288a4.789%2C4.789%2C0%2C0%2C1%2C.64-1.824%2C2.425%2C2.425%2C0%2C0%2C1%2C2.432-1.344%2C2.242%2C2.242%2C0%2C0%2C1%2C2.528%2C2.5%2C6.7%2C6.7%2C0%2C0%2C1-.608%2C2.688A29.911%2C29.911%2C0%2C0%2C1%2C7.616-10.56L1.248-2.72Z%22%20transform%3D%22translate(15.648%2023.2)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
@media screen and (min-width: 769px) {
  #solution .ex-solution-data-fabric .number-list__item:nth-child(2) .number-list__num:after {
    width: 32px;
    height: 32px;
    left: -1px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-solution-data-fabric .number-list__item:nth-child(2) .number-list__num:after {
    width: 27px;
    height: 28px;
    top: -1px;
    background-size: contain;
  }
}
#solution .ex-solution-data-fabric .number-list__item:last-child {
  margin: 0 auto;
}
#solution .ex-solution-data-fabric .number-list__item:last-child .number-list__num:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.008%22%20height%3D%2223.488%22%20viewBox%3D%220%200%2031.008%2023.488%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_50139%22%20data-name%3D%22%E3%83%91%E3%82%B9%2050139%22%20d%3D%22M-15.648-8.416c0%2C2.976.384%2C4.768%2C1.248%2C6.08C-13.184-.48-11.424.32-8.64.32c2.592%2C0%2C4.224-.672%2C5.472-2.272C-2.08-3.328-1.632-5.184-1.632-8.416v-6.016c0-2.944-.384-4.768-1.248-6.08-1.216-1.856-2.976-2.656-5.76-2.656-2.592%2C0-4.224.672-5.472%2C2.272-1.088%2C1.376-1.536%2C3.232-1.536%2C6.464ZM-5.76-8.8c0%2C4.256-.736%2C5.728-2.88%2C5.728s-2.88-1.5-2.88-5.728v-5.248c0-4.224.768-5.728%2C2.88-5.728%2C2.144%2C0%2C2.88%2C1.472%2C2.88%2C5.728Zm11.2-1.6H7.456A3.613%2C3.613%2C0%2C0%2C1%2C11.2-6.528c0%2C2.208-1.12%2C3.456-3.136%2C3.456-1.888%2C0-2.944-.96-3.232-2.944L.9-5.536C1.184-1.632%2C3.616.32%2C8.224.32c4.736%2C0%2C7.136-2.272%2C7.136-6.752%2C0-2.784-.8-4.256-3.072-5.632%2C1.856-1.152%2C2.528-2.464%2C2.528-4.864%2C0-4.064-2.3-6.24-6.56-6.24-4.224%2C0-6.464%2C1.856-6.784%2C5.632l3.712.288a2.722%2C2.722%2C0%2C0%2C1%2C2.848-2.528c1.664%2C0%2C2.624%2C1.088%2C2.624%2C3.008%2C0%2C1.952-1.28%2C3.1-3.456%2C3.1H5.44Z%22%20transform%3D%22translate(15.648%2023.168)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
@media screen and (min-width: 769px) {
  #solution .ex-solution-data-fabric .number-list__item:last-child .number-list__num:after {
    width: 32px;
    height: 32px;
    left: -1px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-solution-data-fabric .number-list__item:last-child .number-list__num:after {
    width: 28px;
    height: 28px;
    top: -1px;
    background-size: contain;
  }
}
#solution .ex-solution-data-fabric .number-list__num {
  color: #fff;
  background-color: #3b6cb4;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  #solution .ex-solution-data-fabric .number-list__num {
    text-align: center;
    top: -15px;
    left: 12px;
    padding: 17px 14px 9px 15px;
    width: 63px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-solution-data-fabric .number-list__num {
    width: 100%;
    padding: 11px 20px 9px 21px;
    text-align: left;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
#solution .ex-solution-data-fabric .number-list__num:after {
  content: "";
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #solution .ex-solution-data-fabric .number-list__num:after {
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-solution-data-fabric .number-list__num:after {
    display: inline-block;
  }
}
#solution .ex-solution-data-fabric .number-list__num__title {
  text-align: center;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.592%22%20height%3D%2211.648%22%20viewBox%3D%220%200%2030.592%2011.648%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_50138%22%20data-name%3D%22%E3%83%91%E3%82%B9%2050138%22%20d%3D%22M-13.32-4.352h1.472A3.239%2C3.239%2C0%2C0%2C0-9.3-5.136a3.742%2C3.742%2C0%2C0%2C0%2C.88-2.752A3.846%2C3.846%2C0%2C0%2C0-9.176-10.5a3.084%2C3.084%2C0%2C0%2C0-2.688-.928H-14.9V0h1.584Zm-.032-1.3v-4.48h1.5a1.61%2C1.61%2C0%2C0%2C1%2C1.328.448%2C2.634%2C2.634%2C0%2C0%2C1%2C.512%2C1.792%2C2.87%2C2.87%2C0%2C0%2C1-.432%2C1.7%2C1.562%2C1.562%2C0%2C0%2C1-1.424.544Zm6.464%2C2.416c0%2C2.384.88%2C3.392%2C2.96%2C3.392S-.968-.848-.968-3.232V-4.9c0-2.384-.88-3.376-2.96-3.376s-2.96.992-2.96%2C3.376Zm4.416.016c0%2C1.5-.416%2C2.128-1.456%2C2.128-1.024%2C0-1.456-.624-1.456-2.128v-1.7c0-1.5.432-2.128%2C1.456-2.128%2C1.04%2C0%2C1.456.624%2C1.456%2C2.128Zm3.5-6.448h1.5v-1.824h-1.5ZM1.032%2C0h1.5V-8.128h-1.5Zm3.7%2C0h1.5V-4.48c0-1.808.384-2.5%2C1.408-2.5.944%2C0%2C1.3.608%2C1.3%2C2.192V0h1.5V-4.944a5.65%2C5.65%2C0%2C0%2C0-.224-1.936A2.194%2C2.194%2C0%2C0%2C0%2C7.928-8.272a2.1%2C2.1%2C0%2C0%2C0-1.936.88l-.128-.736H4.728Zm8.064-6.9v4.1c0%2C2.3.448%2C2.8%2C2.544%2C2.8h.352V-1.264h-.272c-.864.016-1.136-.32-1.12-1.408V-6.9h1.376V-8.128H14.3v-2.48H12.872l-.08%2C2.48H11.96V-6.9Z%22%20transform%3D%22translate(14.904%2011.488)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
@media screen and (min-width: 769px) {
  #solution .ex-solution-data-fabric .number-list__num__title {
    width: 32px;
    height: 16px;
    margin: -10px auto 0px;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-solution-data-fabric .number-list__num__title {
    margin-right: 6px;
    width: 39px;
    height: 18px;
    display: inline-block;
    background-size: contain;
  }
}
#solution .ex-solution-data-fabric .number-list__text {
  font-weight: bold;
  text-align: left;
  color: #333;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #solution .ex-solution-data-fabric .number-list__text {
    line-height: 1.56;
    padding: 16px 20px 14px;
    border: 1px solid #707070;
  }
}

/* data-catalog */
#solution .ex-solution-data-catalog .mainvisual {
  background-image:url(/service/TIBCO/solutions/data-catalog/images/main-visual.jpg);
}
.ex-solution-data-catalog .mainvisual--banner__nav {
    padding-right: 30px;
    padding-left: 30px;
}
.ex-solution-data-catalog .mainvisual--banner__title {
    font-size: 2.8rem;
    line-height: 1.6;
}
.ex-solution-data-catalog .with-photo__txt {
    text-shadow: 0px 0px 4px #333333;
}

/* manufacturing */
#solution .ex-solution-manufacturing .mainvisual {
  background-image:url(/service/TIBCO/solutions/manufacturing-intelligence/images/main-visual.jpg);
}
#solution .ex-solution-manufacturing .ex-video .section__title span {
  font-size:2.0rem;
}
#solution .ex-solution-manufacturing .ex-video .big-link .text-link {
  font-size: 2.8rem;
}

/* energy-and-utilities */
#solution .ex-solution-energy .mainvisual {
  background-image:url(/service/TIBCO/solutions/energy-and-utilities/images/main-visual.jpg);
}

/* retail */
#solution .ex-solution-retail .mainvisual {
  background-image:url(/service/TIBCO/solutions/retail/images/main-visual.jpg);
}

/* finance */
#solution .ex-solution-finance .mainvisual {
  background-image:url(/service/TIBCO/solutions/finance/images/main-visual.jpg);
}

/* professional-services-predict */
#solution .ex-professional-services-predict .mainvisual {
  background-image:url(/service/TIBCO/professional-services-predict/images/main-visual.jpg);
}
#solution .ex-professional-services-predict .ex-images-list {
  display:flex;
  justify-content:space-between;
}
@media screen and (max-width: 767px){
  #solution .ex-professional-services-predict .ex-images-list {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  #solution .ex-professional-services-predict .ex-images-list img {
    margin-bottom: 20px;
  }
}


/* ------------------------------
 事例（日本）
------------------------------ */
#caseJ .mainvisual--banner {
  height: 200px;
}
@media screen and (max-width: 767px) {
#caseJ .mainvisual--banner {
  height: 250px;
}
}
@media screen and (min-width: 768px) {
#caseJ .ex-narrow-module__inner {
  width: 850px;
}
}
#caseJ .ex-case_company {
  color: #0887A9;
  font-size:2.0rem;
  font-weight:bold;
  margin-bottom:10px;
}
#caseJ .ex-section__title {
  color: #0887A9;
  font-weight:bold;
  text-align:left;
  margin-bottom:20px;
}
@media screen and (min-width: 768px) {
#caseJ .ex-section__title {
  font-size:3.2rem;
}
}
#caseJ .ex-photo2 {
  display:flex;
  justify-content:space-between;
}
@media screen and (min-width: 768px) {
#caseJ .ex-case-inpex .ex-photo2 img {
  width:auto;
  max-width:450px;
  height:auto;
  max-height:300px;
}
}
@media screen and (max-width: 767px) {
#caseJ .ex-photo2 {
  flex-wrap: wrap;
  justify-content:center;
}
#caseJ .ex-case-inpex .ex-photo2 {
  flex-direction: column-reverse;
  text-align:center;
}
#caseJ .ex-case-inpex .ex-photo2 img {
  width:100% !important;
  height:100% !important;
}
}

#case .ex-case-outline__wrap,
#caseJ .ex-case-outline__wrap {
  color: #0887A9;
  max-width: 990px;
  margin: auto;
  text-align: center;
  font-weight: bold;
  border-bottom:1px solid #ECECEC;
}
#caseJ .ex-case-outline__wrap:first-child {
  border-top:1px solid #ECECEC;
}
#case .ex-case-outline,
#caseJ .ex-case-outline {
  display: flex;
  align-items: center;
  text-align: left;
  max-width: 850px;
  margin:auto;
  padding:30px 0;
}
#case .ex-case-outline__title {
  font-size: 2.0rem;
  margin-right: 35px;
  white-space: nowrap;
  width: 6.0em;
}
#caseJ .ex-case-outline__title {
  font-size: 2.6rem;
  margin-right: 35px;
  letter-spacing:1em;
  white-space: nowrap;
}
#case .ex-case-outline__list,
#caseJ .ex-case-outline__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
#case .ex-case-outline__item,
#caseJ .ex-case-outline__item {
  position: relative;
  margin: 5px 0 5px 0;
  word-wrap: break-word;
  padding-left:2em;
}
#case .ex-case-outline__item::before,
#caseJ .ex-case-outline__item::before {
  display: block;
  content: '';
  position: absolute;
  top: .65em;
  left: 0em;
  width: 15px;
  height: 5px;
  background-color:#0887A9;
}
@media screen and (max-width: 767px) {
  #case .ex-case-outline,
  #caseJ .ex-case-outline {
    flex-direction: column;
  }
  #case .ex-case-outline__title {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  #caseJ .ex-case-outline__title {
    margin-right: -1em;
    margin-bottom: 20px;
  }
  #case .ex-case-outline__list,
  #caseJ .ex-case-outline__list {
    padding-left: 5px;
  }
  #case .ex-case-outline__item,
  #caseJ .ex-case-outline__item {
    margin: 0 0 20px 0;
    padding-right: 0;
    text-align: left;
  }
}
#case .ex-case-outline__item.ex-case-outline__item--horizon,
#caseJ .ex-case-outline__item.ex-case-outline__item--horizon {
  display: flex;
}
#case .ex-case-outline__item span,
#caseJ .ex-case-outline__item span {
  display: block;
  font-weight:normal;
}
#case .ex-case-outline__item.ex-case-outline__item--horizon span,
#caseJ .ex-case-outline__item.ex-case-outline__item--horizon span {
  min-width: 6.2em;
}
@media screen and (max-width: 767px) {
  #case .ex-case-outline__item.ex-case-outline__item--horizon,
  #caseJ .ex-case-outline__item.ex-case-outline__item--horizon {
    display: list-item;
  }
}

#caseJ .ex-lower-section__title {
  color: #0887A9;
  text-align:left;
  padding:20px 0 20px 20px;
  border-left:5px solid #0887A9;
}
@media screen and (min-width: 768px) {
#caseJ .ex-lower-section__title {
  font-size: 2.6rem;
  margin-bottom:40px;
}
}
#case .ex-case_blue,
#caseJ .ex-case_blue,
#caseJ .interview__question {
  color: #0887A9;
}
#caseJ .ex-case-btn a {
  background: #0887A9;
  font-size:2.0rem;
}
#caseJ .btn a.ex-btn-green {
  background: transparent linear-gradient(90deg, #0887A9 0%, #1CA0C2 100%);
}

#caseJ .single-photo img {
  margin-bottom:20px;
}

/* ex-case-profile */
#caseJ .ex-case-profile .with-photo {
  padding:30px;
}
#caseJ .ex-case-profile .with-photo__image {
  width:240px;
  padding: 0 30px;
  display:flex;
  align-items:center;
  justify-content:center;
}
#caseJ .ex-case-profile .with-photo__image img {
  -webkit-backface-visibility: hidden;
}
#caseJ .ex-case-profile .with-photo__txt {
  font-size:1.5rem;
}
#caseJ .ex-case-profile dl {
  display:flex;
  flex-wrap: wrap;
  font-size:1.5rem;
}
#caseJ .ex-case-profile dt{
  width: 6em;
  padding: 0 0 0px;
  text-align: left;
}
#caseJ .ex-case-profile dd{
  padding: 0 0 10px;
  margin: 0;
  width: calc(100% - 6em);
  text-align: left;
}
#caseJ .ex-case-profile dt:last-of-type,
#caseJ .ex-case-profile dd:last-of-type {
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #caseJ .ex-case-profile .with-photo {
    padding:20px;
  }
  #caseJ .ex-case-profile .with-photo__image {
    padding: 20px 30px;
    width: 100%;
  }
  #caseJ .ex-case-profile dl{
    flex-flow: column nowrap;
  }
  #caseJ .ex-case-profile dt,
  #caseJ .ex-case-profile dd{
    width: 100%;
  }
}

/* ex-case-outlineグリッド版（選定のポイント対応） */
#case .ex-case-outline-grid__wrap,
#caseJ .ex-case-outline-grid__wrap {
  color: #0887A9;
  max-width: 990px;
  margin: auto;
  font-weight: bold;
  border-top:1px solid #ECECEC;
  border-bottom:1px solid #ECECEC;
}

#case .ex-case-outline-grid,
#caseJ .ex-case-outline-grid {
  display: grid;
  grid-template-columns: 120px 1fr;
  column-gap: 35px;
  align-items: center;
  text-align: left;
  padding:30px 0;
}
@media screen and (min-width: 768px){
  #case .ex-case-outline-grid,
  #caseJ .ex-case-outline-grid{
    padding-right: 70px;
    padding-left: 70px;
  }
}
#caseJ .ex-case-outline-grid + .ex-case-outline-grid{
  border-top:1px solid #ECECEC;
}

#caseJ .ex-case-outline-grid__title {
  font-size: 2.4rem;
  letter-spacing:1em;
  text-indent: 1em;
  white-space: nowrap;
  text-align: center;
}
#caseJ .ex-case-outline-grid__title--narrow {
  letter-spacing: 4.8px !important;
  text-indent: 4.8px;
}
#case .ex-case-outline-grid__list,
#caseJ .ex-case-outline-grid__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
#case .ex-case-outline-grid__item,
#caseJ .ex-case-outline-grid__item {
  position: relative;
  z-index: 0;
  margin: 5px 0 5px 0;
  word-wrap: break-word;
  padding-left:2em;
}
#case .ex-case-outline-grid__item::before,
#caseJ .ex-case-outline-grid__item::before {
  display: block;
  content: '';
  position: absolute;
  top: .65em;
  left: 0em;
  z-index: 0;
  width: 15px;
  height: 5px;
  background-color:#0887A9;
}
@media screen and (max-width: 767px) {
  #case .ex-case-outline-grid,
  #caseJ .ex-case-outline-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  #caseJ .ex-case-outline-grid__title {
    margin-right: -1em;
  }
  #case .ex-case-outline-grid__list,
  #caseJ .ex-case-outline-grid__list {
    padding-left: 5px;
  }
  #case .ex-case-outline-grid__item,
  #caseJ .ex-case-outline-grid__item {
    margin: 0 0 20px 0;
    padding-right: 0;
    text-align: left;
  }
}
  #case .ex-case-outline-grid__item.ex-case-outline-grid__item--horizon,
  #caseJ .ex-case-outline-grid__item.ex-case-outline-grid__item--horizon {
    display: flex;
  }
  #case .ex-case-outline-grid__item span,
  #caseJ .ex-case-outline-grid__item span {
    display: block;
    font-weight:normal;
  }
  #case .ex-case-outline-grid__item.ex-case-outline-grid__item--horizon span,
  #caseJ .ex-case-outline-grid__item.ex-case-outline-grid__item--horizon span {
    min-width: 6.2em;
  }
  @media screen and (max-width: 767px) {
    #case .ex-case-outline-grid__item.ex-case-outline-grid__item--horizon,
    #caseJ .ex-case-outline-grid__item.ex-case-outline-grid__item--horizon {
      display: list-item;
    }
  }

/* INPEX */
.ex-case-inpex .mainvisual {
  background-image:url(/service/TIBCO/case/inpex/images/main-visual.jpg);
}

/* NTT-AT */
.ex-case-nttat .mainvisual {
  background-image:url(/service/TIBCO/case/ntt-at/images/main-visual.jpg);
}

/* CHANGE */
.ex-case-change .mainvisual {
  background-image:url(/service/TIBCO/case/change/images/main-visual.jpg);
}
@media screen and (min-width: 768px) {
  #caseJ .ex-case-change .ex-case-outline__item {
    margin-bottom:15px;
  }
}

/* MOECO */
.ex-case-moeco .mainvisual {
  background-image:url(/service/TIBCO/case/moeco/images/main-visual.jpg);
}

/* Wi2 */
.ex-case-decurret .mainvisual {
  background-image:url(/service/TIBCO/case/decurret/images/main-visual.jpg);
}

/* DeCurret */
.ex-case-wi2 .mainvisual {
  background-image:url(/service/TIBCO/case/wi2/images/main-visual.jpg);
}

/* epson */
.ex-case-epson .mainvisual {
  background-image:url(/service/TIBCO/case/epson/images/main-visual.jpg);
}
@media screen and (min-width: 768px) {
  .ex-case-epson .mainvisual {
    background-image:url(/service/TIBCO/case/epson/images/main-visual_pc.jpg);
  }
}

/* rikkyo-university */
.ex-case-rikkyo .mainvisual {
  background-image:url(/service/TIBCO/case/rikkyo-university/images/main-visual.jpg);
}
.ex-case-rikkyo .ex-case-profile .with-photo__image img {
  width: 90px;
}

/* nttcom */
.ex-case-nttcom .mainvisual {
  background-image:url(/service/TIBCO/case/nttcom/images/main-visual.jpg);
}

/* nttcom */
.ex-case-daimarumatsuzakaya .mainvisual {
  background-image:url(/service/TIBCO/case/daimarumatsuzakaya/images/main-visual.jpg);
}

/* moeco-professional-services-predict */
.ex-case-moeco-professional-services-predict .mainvisual {
  background-image:url(/service/TIBCO/case/moeco-professional-services-predict/images/main-visual.jpg);
}
/* tel */
.ex-case-tel .mainvisual {
  background-image:url(/service/TIBCO/case/tel/images/main-visual.jpg);
}
/* meisei-u */
.ex-case-meisei-u .mainvisual {
  background-image:url(/service/TIBCO/case/meisei-u/images/main-visual.jpg);
}
/* A社 */
.ex-case-retail-a .mainvisual {
  background-image: url(/service/TIBCO/case/retail-a/images/main-visual.jpg);
}
/* 大和ライフネクスト */
.ex-case-ebx_daiwalifenext .mainvisual {
  background-image: url(/service/TIBCO/case/ebx_daiwalifenext/images/main-visual.jpg);
}
.ex-case-tdv_daiwalifenext .mainvisual {
  background-image: url(/service/TIBCO/case/tdv_daiwalifenext/images/main-visual.jpg);
}
/* 丸井織物株式会社 */
.ex-case-maruig .mainvisual {
  background-image: url(/service/TIBCO/case/maruig/images/main-visual.jpg) !important;
}

/* ------------------------------
 動画（モーダル）
------------------------------ */
.ex-demo-link {
  cursor: pointer;
}
.ex-demo-link img:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .modal-video-close-btn {
    right: 0 !important;
  }
}

/* ------------------------------
 メインビジュアル（動画設置）
------------------------------ */
.ex-mainvisual--banner__video a:hover img {
  opacity:1.0;
}
.ex-mainvisual--banner__video__inner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  display: block;
  height: 60px;
  width: 60px;
  background-color: #00a9d7;
  border-radius: 1000px;
  z-index: 2;
  opacity: 1;
  transition: background-color 250ms ease;
  margin-top: -30px;
  margin-left: -30px;
}
.ex-mainvisual--banner__video__inner:hover::before {
  background-color:#0887A9;
}
.ex-mainvisual--banner__video__inner::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  margin-top: -11.75px;
  margin-left: -7.5px;
  border-left: 22.5px solid #fff;
  border-top: 12.75px solid transparent;
  border-bottom: 12.75px solid transparent;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .ex-mainvisual--banner__video__inner {
    position: absolute;
    z-index: 1;
    top: -320px;
    left: 0;
    margin-left: 50px;
  }
/*  .ex-mainvisual--banner__video__inner a {
    position: relative;
    display:block;
  }*/
}

@media screen and (max-width: 767px) {
  .ex-mainvisual--banner__video {
    margin-top:40px;
    margin-bottom:40px;
  }
  .ex-mainvisual--banner__video .mainvisual--banner__inner {
    padding-top:0;
    justify-content: center;
    align-items: center;
  }
  .ex-mainvisual--banner__video__inner {
    text-align: center;
  }
  .ex-mainvisual--banner__video__inner img {
    width:90% !important;
    max-width:500px;
  }
}

/* ------------------------------
 用語
------------------------------ */
.ex-term .section__title {
  border-bottom: 4px solid #0C357F;
  color: #0C357F;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: left;
}
.ex-term .section__title--mb-small {
  margin-bottom: 20px;
}
.ex-term .lower-section__title {
  font-size: 2.0rem;
  text-align: left;
}
.ex-term .block__inner:last-child {
  padding-bottom: 0;
}
.ex-term .section__inner .block__text:last-child,
.ex-term .block__inner .block__text:last-child {
  margin-bottom: 0;
}
.ex-term .block__title {
  border-left: 4px solid #0C357F;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}

.ex-term .ex-list-column4 {
  display:flex;
  flex-wrap: wrap;
}
.ex-term .ex-list-column4 li {
  width:25%;
}
@media screen and (max-width: 767px) {
  .ex-term .ex-list-column4 li {
    width:50%;
  }
}
.ex-list--column {
  display: flex;
  flex-wrap: wrap;
}
.ex-list--column > li {
  width: 50%;
  padding-right: 40px;
}
.ex-list--column > li:nth-of-type(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .ex-list--column {
    display: block;
  }
  .ex-list--column > li {
    width: 100%;
    padding-right: 0;
  }
  .ex-list--column > li + li {
    margin-top: 40px;
  }
}

aside.ex-term .section__title {
  color: #0C357F;
  font-size: 2.6rem;
  font-weight: bold;
  border: none;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .ex-sub-block__inner {
    margin-left: 2em;
  }
}
.ex-sub-block__inner .block__sub-title {
  font-size: 16px;
  margin-bottom: 10px;
}

/* ---------------------------
    フローティングバナー
--------------------------- */
@media screen and (min-width: 768px) {
  body.spotfire #pagetop,
  body.data-virtualization #pagetop {
    display: none !important; 
  }
}

/* ---------------------------
    フローティングトライアル小バナー
--------------------------- */
body.spotfire .floating-trial-bnr {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
}
body.spotfire .floating-trial-bnr .floating-trial-bnr__img {
  position: fixed;
  right: 0;
  bottom: 320px;
  z-index: 999;
}
body.spotfire .floating-trial-bnr .floating-trial-bnr__img a {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: block;
}
body.spotfire .floating-trial-bnr .floating-trial-bnr__img a:hover {
  opacity: 0.9;
}
body.spotfire .floating-trial-bnr .floating-trial-bnr__img a img {
  vertical-align: bottom;
  width: 50px;
}
@media screen and (max-width: 767px) {
  body.spotfire .floating-trial-bnr {
    display: none;
  }
}

/* ---------------------------
    Spotfireヘルプ
--------------------------- */
.ex-help-h2 {
  text-align: left;
  padding-left: 18px;
  color: #1571DA;
  border-left: 9px solid #1571DA;
  font-size: 2.8rem;
}
.ex-help-h3 {
  font-size: 2.0rem;
  font-weight: bold;
}
.ex-training_list .card__body,
.ex-webinar_list .card__body,
.ex-usecase_list .card__body,
.ex-demo_list .card__body {
  text-align: left;
}

.ex-training_list .card__title,
.ex-webinar_list .card__title,
.ex-usecase_list .card__title,
.ex-demo_list .card__title {
  text-align: center;
  color: #1571DA;
  font-size: 2.0rem;
  font-weight: bold;
}
.ex-training_list .card__img,
.ex-webinar_list .card__img,
.ex-usecase_list .card__img,
.ex-demo_list .card__img {
  width: 100%;
}
.ex-help-btn {
  text-align: center;
  max-width: 270px;
  height: 50px;
  margin: 20px auto;
}
.ex-help-btn a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #FFFFFF;
  background: #1571DA;
  border-radius: 4px;
  font-weight: bold;
}
.ex-spotfire_help-link,
.ex-spotfire_help-link2 {
  text-align: center;
  max-width: 380px;
  height: 60px;
  margin: 40px auto 0;
}
.ex-spotfire_help-link a,
.ex-spotfire_help-link2 a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 60px;
  color: #1571DA;
  border: 1px solid #1571DA;
  border-radius: 4px;
  font-weight: bold;
}
.ex-spotfire_help-link a span {
  position: relative;
  padding-right: 27px;
}
.ex-spotfire_help-link a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #1571DA;
}
.ex-spotfire_help-link a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #007bff;
}
.ex-help-notice {
display:flex;
justify-content:space-between;
padding:30px 40px;
background:#fff;
}
.ex-help-notice div:first-child {
font-size:20px;
font-weight:bold;
}
.ex-help-notice .ex-spotfire_help-link2 {
width:270px;
margin:0 0 0 auto;
}
@media screen and (max-width: 767px) {
.ex-help-notice {
flex-direction:column;
}
.ex-help-notice .ex-spotfire_help-link2 {
margin-top:20px;
}
}

#help .ex-spotfire_help-link a {
  color: #ffffff;
  background-color: #1571DA;
  border: 1px solid #1571DA;
}
#help .ex-spotfire_help-link a span::before {
  border: 1px solid #ffffff;
}
#help .ex-spotfire_help-link a span::after {
  border-color: transparent transparent transparent #ffffff;
}


.ex-training_collist .with-photo__image a:hover img,
.ex-training_list .card__img a:hover img {
  opacity: 1.0;
}
.ex-training_collist .with-photo__image,
.ex-training_list .card__img {
  position: relative;
}
.ex-training_collist .with-photo__image::before,
.ex-training_list .card__img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  display: block;
  height: 48px;
  width: 48px;
  background-color: #00a9d7;
  border-radius: 1000px;
  z-index: 2;
  opacity: 1;
  transition: background-color 250ms ease;
  margin-top: -24px;
  margin-left: -24px;
}
.ex-training_collist .with-photo__image:hover::before,
.ex-training_list .card__img:hover::before {
  background-color:#0887A9;
}
.ex-training_collist .with-photo__image::after,
.ex-training_list .card__img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  margin-top: -10px;
  margin-left: -7px;
  border-left: 20px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 12.75px solid transparent;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .ex-training_list,
  .ex-webinar_list,
  .ex-usecase_list,
  .ex-demo_list,
  .ex-training_list .card,
  .ex-webinar_list .card,
  .ex-usecase_list .card,
  .ex-demo_list .card,
  .ex-training_list .card__img,
  .ex-webinar_list .card__img,
  .ex-usecase_list .card__img,
  .ex-demo_list .card__img {
    width: 100%;
  }
}

#help .common-table thead th {
  font-size: 1.6rem;
}

#help .ex-inner-link-icon-list .inner-link-icon-list__item {
  border-left-color: #1571DA;
}
@media screen and (max-width: 767px) {
  #help .ex-inner-link-icon-list .inner-link-icon-list__item {
    border-top-color: #1571DA;
  }
}
#help .ex-inner-link-icon-list .inner-link-icon-list__item:last-of-type {
  border-right-color: #1571DA;
}
@media screen and (max-width: 767px) {
  #help .ex-inner-link-icon-list .inner-link-icon-list__item:last-of-type {
    border-bottom-color: #1571DA;
  }
}
@media screen and (min-width: 768px) {
  #help .ex-inner-link-icon-list .inner-link-icon-list__item a::after {
    border-top-color: #1571DA;
  }
}
@media screen and (max-width: 767px) {
  #help .ex-inner-link-icon-list .inner-link-icon-list__item a::after {
    border-left-color: #1571DA;
  }
}
#help .ex-inner-link-icon-list .inner-link-icon-list__title {
  color: #1571DA;
}

.ex-help_info-list li {
padding:20px 0;
border-bottom:1px solid #707070;
}
.ex-help_info-list li:last-child {
border-bottom:none;
}
.ex-help_info-list.no-border li {
padding:10px 0;
border-bottom:none;
}
.ex-help_info-list .ex-help_info-list__new {
    width: 50px;
    display: inline-block;
    text-align: center;
    border: 1px solid #1571DA;
    color: #1571DA;
    margin-right: 10px;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
}

/* ---------------------------
    ナレッジベースバナー
--------------------------- */
.ex-knowledgebase-bnr{
  background-color: #EBEFFF;
  margin-bottom: 60px;
}
.ex-knowledgebase-bnr__title{
    font-size: 2.4rem;
    font-weight: 700;
  letter-spacing: 0.1em;
    padding: 20px;
    text-align: center;
}
.ex-knowledgebase-bnr__body{
  display: flex;
    flex-direction: row;
  padding: 10px 30px 0;
}
.ex-knowledgebase-bnr__image{
  width: 40%;
  margin-right: 5%;
}
.ex-knowledgebase-bnr__image--upper{
  margin-bottom: 20px;
}
.ex-knowledgebase-bnr__image--upper img,
.ex-knowledgebase-bnr__image--under img{
  width: 100%;
}
.ex-knowledgebase-bnr__text{
  width: 55%;
  font-weight: bold;
  font-size: 1.4rem;
}
.ex-knowledgebase-bnr__text p{
    line-height: 1.7;
    margin-bottom: 20px;
}
.ex-knowledgebase-bnr__btn{
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.0rem;
}
.ex-knowledgebase-bnr__btn a{
  display: inline-block;
  width: 90%;
  padding: 18px 0;
  background: linear-gradient(to right, #197df5 0%, #1ca0c2 100%);
  font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 60px;
  color: #ffffff!important;
}
.ex-knowledgebase-bnr__btn a:hover{
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .ex-knowledgebase-bnr__title{
    font-size: 1.8rem;
  }
  .ex-knowledgebase-bnr__body{
    flex-direction: column;
  }
  .ex-knowledgebase-bnr__image{
    width: 90%;
    margin: 0 auto;
  }
  .ex-knowledgebase-bnr__image--upper{
    width: 100%;
  }
  .ex-knowledgebase-bnr__text{
    width: 100%;
  }
  .ex-knowledgebase-bnr__btn a{
    width: 100%;
  }
}
/* ---------------------------
    Spotfire料金表
--------------------------- */
.ex-pricing .mainvisual{
  background-image: url(/service/TIBCO/products/spotfire/pricing/images/bg_mainvisual.png);
}
.ex-pricing__menu{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ex-pricing__item{
  width: 298px;
  text-align: center;
}
.ex-pricing__title{
  height: 80px;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.2;
}
.ex-pricing__title span{
  font-weight: bold;
  font-size: 1.6rem;
}
.ex-pricing__caution{
  font-size: 1.4rem;
}
.ex-pricing__price{
  font-size: 2.1rem;
  margin: 20px 0;
}
.ex-pricing__price span{
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  font-size: 3.6rem;
}
.ex-pricing__form{
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #D9D8D7;
  border-bottom: 1px solid #D9D8D7;
  font-size: 1.4rem;
}
.ex-pricing__form th{
  width: 47%;
  font-weight: bold;
  color: #B5B5B5;
  text-align: left;
}
.ex-pricing__form td{
  width: 53%;
  text-align: left;
}
.ex-pricing__text-list li{
  list-style: none;
    padding-left: 1.2em;
    position: relative;
  text-align: left;
}
.ex-pricing__text-list li:before{
  content: '';
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    left: 0.5em;
    top: 0.8em;
}
@media screen and (max-width: 767px) {
  .ex-pricing__item{
    width: 100%;
  }
  .ex-pricing__text{
    margin-bottom: 60px;
  }
  .ex-pricing__title{
    height: auto;
  }
}
.ex-five-rows .function-compare-table th,
.ex-five-rows .function-compare-table td{
  width: 179.5px;
  height: 65px;
}
.ex-five-rows .function-compare-table thead th:first-child{
  width: 230.5px;
  margin-right: 0;
}
.ex-five-rows .function-compare-table thead th:nth-child(2) {
    background: transparent;
}
.ex-five-rows .function-compare-table thead th:nth-child(3) {
    background: #197DF5;
}
.ex-five-rows .function-compare-table thead th:nth-child(4) {
    background: #2B9AF3;
}
.ex-five-rows .function-compare-table thead th:nth-child(5) {
    background: #1CA0C2;
}
.ex-five-rows .function-compare-table tbody tr th{
  text-align: left;
}
.ex-five-rows .function-compare-table tbody tr th:first-child{
  width: 232.5px;
  margin-right: 0;
  border: none;
}
.ex-five-rows .function-compare-table tbody tr:last-child td:nth-child(3) {
    border-bottom: 2px solid #197DF5;
}
.ex-five-rows .function-compare-table tbody tr:last-child td:nth-child(4) {
    border-bottom: 2px solid #2B9AF3;
}
.ex-five-rows .function-compare-table tbody tr:last-child td:nth-child(5) {
    border-bottom: 2px solid #1CA0C2;
}
.ex-five-rows .function-compare-table tbody tr td:nth-child(3).function-compare-table__figure {
    color: #197df5;
}
.ex-five-rows .function-compare-table tbody tr td:nth-child(4).function-compare-table__figure {
    color: #2b9af3;
}
.ex-five-rows .function-compare-table tbody tr td:nth-child(5).function-compare-table__figure {
    color: #1ca0c2;
}
.ex-five-rows .function-compare-table tbody tr th.blue{
  background-color: #f8fafc;
}
.ex-five-rows .function-compare-table tbody tr th.gray{
  background-color: #f4f5f7;
  padding-top: 62px;
}
.ex-five-rows .function-compare-table tbody tr:nth-child(10) th.gray{
  border-bottom: 1px solid #d9d8d7;
}
.ex-five-rows .function-compare-table tbody tr th.white{
  background-color: #ffffff;
}

/* 20230630 Spotfireアワード追加 */
.ex-mainvisual-award__img {
    position: absolute;
    top: 20px;
    right: 320px;
}

.ex-award-list a {
    text-decoration: none;
}
.ex-award-list a:hover {
    opacity: 0.8;
}
#products .ex-award-list .card__img img {
    width: 100%;
}
.ex-award-list .card__text {
    width: 210px;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    font-size: 1.0rem;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .ex-mainvisual-award {
        height: auto;
    }
    .ex-mainvisual-award .mainvisual--banner__inner {
        flex-direction: column;
    }
    .ex-mainvisual-award__img {
        position: initial;
        padding: 50px 0 30px;
        margin: 0 auto;
    }
    .card-list.ex-award-list {
        justify-content: center;
    }
    #products .column3.ex-award-list .card {
        width: calc(50% - 15px);
    }
    .ex-award-list .card:nth-of-type(2n) {
        margin-left: 30px;
    }
    .card-list.column3.ex-award-list::after {
        display: none;
    }
    .ex-award-list .card__text {
        width: auto;
    }
}

/* ---------------------------
    スターターパック（ベンダー）
--------------------------- */
/* data-infrastructure-starter */
#solution .ex-data-infrastructure-starter .mainvisual {
  background-image: url(/service/TIBCO/solutions/data-infrastructure-starter/images/main-visual.jpg);
}

#solution .ex-data-infrastructure-starter .mainvisual--banner__nav-links > li:first-child:nth-last-child(4),
#solution .ex-data-infrastructure-starter .mainvisual--banner__nav-links > li:first-child:nth-last-child(4) ~ li {
  width: 50%;
}
#solution .ex-data-infrastructure-starter .mainvisual--banner__nav-links > li:first-child:nth-last-child(4):nth-child(1),
#solution .ex-data-infrastructure-starter .mainvisual--banner__nav-links > li:first-child:nth-last-child(4) ~ li:nth-child(1) {
  margin-bottom: 10px;
}
#solution .ex-data-infrastructure-starter .mainvisual--banner__nav-links > li:first-child:nth-last-child(4):nth-child(2),
#solution .ex-data-infrastructure-starter .mainvisual--banner__nav-links > li:first-child:nth-last-child(4) ~ li:nth-child(2) {
  margin-bottom: 10px;
}
#solution .ex-data-infrastructure-starter .ex-bg--blue {
  background-color: #3b6cb4 !important;
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features {
  position: relative;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features {
    padding: 74px 0 79px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features::before {
    background: url(/service/TIBCO/solutions/data-infrastructure-starter/images/img-features-bg-pc.png) no-repeat center top;
    width: 1367px;
    height: 341px;
    top: 33px;
    margin-left: 7px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features::before {
    background: url(/service/TIBCO/solutions/data-infrastructure-starter/images/img-features-bg-sp.png) no-repeat center top;
    width: 421px;
    height: 265px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 30px solid #fff;
  bottom: -30px;
  /* @include min{
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 30px solid #fff;
    bottom: -30px;
  }
  @include max{
    border-left: spvw(64) solid transparent;
    border-right: spvw(64) solid transparent;
    border-top: spvw(60) solid #fff;
    bottom: spvw(-60);
  } */
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features .section__title {
    margin-bottom: 49px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features .section__title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features + .section {
    padding: 60px 0 52px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features + .section {
    padding: 52px 0 48px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features + .section .section__title {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features + .section .section__title {
    font-size: 4rem;
    line-height: 1.35;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-features + .section .section__title {
    font-size: 3.4rem;
    line-height: 1.59;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-feature-comment__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-feature-commment__img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-feature-commment__img {
    margin: 30px auto;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .comment-ul-list {
    border-radius: 20px;
    padding: 21px 26px 19px 15px;
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .comment-ul-list {
    border-radius: 20px;
    padding: 20px;
  }
}
#solution .ex-data-infrastructure-starter .comment-ul-list li {
  position: relative;
  font-weight: 500;
  text-align: left;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
}
#solution .ex-data-infrastructure-starter .comment-ul-list li:not(:first-child) {
  margin-top: 8px;
}
#solution .ex-data-infrastructure-starter .comment-ul-list--blue {
  background-color: #edf1f5;
}
#solution .ex-data-infrastructure-starter .comment-ul-list--blue li::before {
  background-color: #56a6ca;
}
#solution .ex-data-infrastructure-starter .comment-ul-list--purple {
  background-color: #eff0f5;
}
#solution .ex-data-infrastructure-starter .comment-ul-list--purple li::before {
  background-color: #6f7dad;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .comment-ul-list--left {
    border-radius: 20px 20px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .comment-ul-list--sp-left {
    border-radius: 20px 20px 20px 0;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .comment-ul-list--right {
    border-radius: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .comment-ul-list--sp-right {
    border-radius: 20px 0 20px 20px;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .comment-ul-list--features {
    width: 310px;
    padding: 29px 2px 29px 18px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .comment-ul-list--features {
    padding: 28px 15px 29px 26px;
  }
}
#solution .ex-data-infrastructure-starter .comment-ul-list--features li {
  list-style: none;
  font-weight: bold;
  line-height: 1.33;
  text-indent: -1.2em;
  margin-left: 1.2em;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .comment-ul-list--features li:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .comment-ul-list--features li:not(:first-child) {
    margin-top: 11px;
  }
}
#solution .ex-data-infrastructure-starter .comment-ul-list--features li::before {
  content: "";
  position: relative;
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 9px;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .number-list {
    margin-top: -12px;
  }
}
#solution .ex-data-infrastructure-starter .number-list__item {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .number-list__item {
    padding: 27px 0 26px 93px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .number-list__item {
    margin-bottom: 20px;
  }
}
#solution .ex-data-infrastructure-starter .number-list__item:first-child .number-list__num:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.848%22%20height%3D%2223.488%22%20viewBox%3D%220%200%2026.848%2023.488%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_50141%22%20data-name%3D%22%E3%83%91%E3%82%B9%2050141%22%20d%3D%22M-15.648-8.416c0%2C2.976.384%2C4.768%2C1.248%2C6.08C-13.184-.48-11.424.32-8.64.32c2.592%2C0%2C4.224-.672%2C5.472-2.272C-2.08-3.328-1.632-5.184-1.632-8.416v-6.016c0-2.944-.384-4.768-1.248-6.08-1.216-1.856-2.976-2.656-5.76-2.656-2.592%2C0-4.224.672-5.472%2C2.272-1.088%2C1.376-1.536%2C3.232-1.536%2C6.464ZM-5.76-8.8c0%2C4.256-.736%2C5.728-2.88%2C5.728s-2.88-1.5-2.88-5.728v-5.248c0-4.224.768-5.728%2C2.88-5.728%2C2.144%2C0%2C2.88%2C1.472%2C2.88%2C5.728ZM7.008%2C0H11.2V-22.848H8.416L2.048-20.192l1.312%2C3.2%2C3.648-1.536Z%22%20transform%3D%22translate(15.648%2023.168)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .number-list__item:first-child .number-list__num:after {
    width: 30px;
    height: 32px;
    left: -3px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .number-list__item:first-child .number-list__num:after {
    width: 24px;
    height: 28px;
    top: -1px;
    background-size: contain;
  }
}
#solution .ex-data-infrastructure-starter .number-list__item:nth-child(2) .number-list__num:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.72%22%20height%3D%2223.52%22%20viewBox%3D%220%200%2030.72%2023.52%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_50140%22%20data-name%3D%22%E3%83%91%E3%82%B9%2050140%22%20d%3D%22M-15.648-8.416c0%2C2.976.384%2C4.768%2C1.248%2C6.08C-13.184-.48-11.424.32-8.64.32c2.592%2C0%2C4.224-.672%2C5.472-2.272C-2.08-3.328-1.632-5.184-1.632-8.416v-6.016c0-2.944-.384-4.768-1.248-6.08-1.216-1.856-2.976-2.656-5.76-2.656-2.592%2C0-4.224.672-5.472%2C2.272-1.088%2C1.376-1.536%2C3.232-1.536%2C6.464ZM-5.76-8.8c0%2C4.256-.736%2C5.728-2.88%2C5.728s-2.88-1.5-2.88-5.728v-5.248c0-4.224.768-5.728%2C2.88-5.728%2C2.144%2C0%2C2.88%2C1.472%2C2.88%2C5.728ZM1.248%2C0H15.072V-3.424H6.72l3.52-4.32c2.592-3.136%2C2.592-3.136%2C3.392-4.48a9.261%2C9.261%2C0%2C0%2C0%2C1.408-4.864c0-3.936-2.336-6.112-6.528-6.112-4.384%2C0-6.784%2C2.144-7.072%2C6.3l3.84.288a4.789%2C4.789%2C0%2C0%2C1%2C.64-1.824%2C2.425%2C2.425%2C0%2C0%2C1%2C2.432-1.344%2C2.242%2C2.242%2C0%2C0%2C1%2C2.528%2C2.5%2C6.7%2C6.7%2C0%2C0%2C1-.608%2C2.688A29.911%2C29.911%2C0%2C0%2C1%2C7.616-10.56L1.248-2.72Z%22%20transform%3D%22translate(15.648%2023.2)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .number-list__item:nth-child(2) .number-list__num:after {
    width: 32px;
    height: 32px;
    left: -1px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .number-list__item:nth-child(2) .number-list__num:after {
    width: 27px;
    height: 28px;
    top: -1px;
    background-size: contain;
  }
}
#solution .ex-data-infrastructure-starter .number-list__item:last-child {
  margin: 0 auto;
}
#solution .ex-data-infrastructure-starter .number-list__item:last-child .number-list__num:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.008%22%20height%3D%2223.488%22%20viewBox%3D%220%200%2031.008%2023.488%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_50139%22%20data-name%3D%22%E3%83%91%E3%82%B9%2050139%22%20d%3D%22M-15.648-8.416c0%2C2.976.384%2C4.768%2C1.248%2C6.08C-13.184-.48-11.424.32-8.64.32c2.592%2C0%2C4.224-.672%2C5.472-2.272C-2.08-3.328-1.632-5.184-1.632-8.416v-6.016c0-2.944-.384-4.768-1.248-6.08-1.216-1.856-2.976-2.656-5.76-2.656-2.592%2C0-4.224.672-5.472%2C2.272-1.088%2C1.376-1.536%2C3.232-1.536%2C6.464ZM-5.76-8.8c0%2C4.256-.736%2C5.728-2.88%2C5.728s-2.88-1.5-2.88-5.728v-5.248c0-4.224.768-5.728%2C2.88-5.728%2C2.144%2C0%2C2.88%2C1.472%2C2.88%2C5.728Zm11.2-1.6H7.456A3.613%2C3.613%2C0%2C0%2C1%2C11.2-6.528c0%2C2.208-1.12%2C3.456-3.136%2C3.456-1.888%2C0-2.944-.96-3.232-2.944L.9-5.536C1.184-1.632%2C3.616.32%2C8.224.32c4.736%2C0%2C7.136-2.272%2C7.136-6.752%2C0-2.784-.8-4.256-3.072-5.632%2C1.856-1.152%2C2.528-2.464%2C2.528-4.864%2C0-4.064-2.3-6.24-6.56-6.24-4.224%2C0-6.464%2C1.856-6.784%2C5.632l3.712.288a2.722%2C2.722%2C0%2C0%2C1%2C2.848-2.528c1.664%2C0%2C2.624%2C1.088%2C2.624%2C3.008%2C0%2C1.952-1.28%2C3.1-3.456%2C3.1H5.44Z%22%20transform%3D%22translate(15.648%2023.168)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .number-list__item:last-child .number-list__num:after {
    width: 32px;
    height: 32px;
    left: -1px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .number-list__item:last-child .number-list__num:after {
    width: 28px;
    height: 28px;
    top: -1px;
    background-size: contain;
  }
}
#solution .ex-data-infrastructure-starter .number-list__num {
  color: #fff;
  background-color: #3b6cb4;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .number-list__num {
    text-align: center;
    top: -8px;
    left: 12px;
    padding: 17px 14px 9px 15px;
    width: 63px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .number-list__num {
    width: 100%;
    padding: 11px 20px 9px 21px;
    text-align: left;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
#solution .ex-data-infrastructure-starter .number-list__num:after {
  content: "";
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .number-list__num:after {
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .number-list__num:after {
    display: inline-block;
  }
}
#solution .ex-data-infrastructure-starter .number-list__num__title {
  text-align: center;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.592%22%20height%3D%2211.648%22%20viewBox%3D%220%200%2030.592%2011.648%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_50138%22%20data-name%3D%22%E3%83%91%E3%82%B9%2050138%22%20d%3D%22M-13.32-4.352h1.472A3.239%2C3.239%2C0%2C0%2C0-9.3-5.136a3.742%2C3.742%2C0%2C0%2C0%2C.88-2.752A3.846%2C3.846%2C0%2C0%2C0-9.176-10.5a3.084%2C3.084%2C0%2C0%2C0-2.688-.928H-14.9V0h1.584Zm-.032-1.3v-4.48h1.5a1.61%2C1.61%2C0%2C0%2C1%2C1.328.448%2C2.634%2C2.634%2C0%2C0%2C1%2C.512%2C1.792%2C2.87%2C2.87%2C0%2C0%2C1-.432%2C1.7%2C1.562%2C1.562%2C0%2C0%2C1-1.424.544Zm6.464%2C2.416c0%2C2.384.88%2C3.392%2C2.96%2C3.392S-.968-.848-.968-3.232V-4.9c0-2.384-.88-3.376-2.96-3.376s-2.96.992-2.96%2C3.376Zm4.416.016c0%2C1.5-.416%2C2.128-1.456%2C2.128-1.024%2C0-1.456-.624-1.456-2.128v-1.7c0-1.5.432-2.128%2C1.456-2.128%2C1.04%2C0%2C1.456.624%2C1.456%2C2.128Zm3.5-6.448h1.5v-1.824h-1.5ZM1.032%2C0h1.5V-8.128h-1.5Zm3.7%2C0h1.5V-4.48c0-1.808.384-2.5%2C1.408-2.5.944%2C0%2C1.3.608%2C1.3%2C2.192V0h1.5V-4.944a5.65%2C5.65%2C0%2C0%2C0-.224-1.936A2.194%2C2.194%2C0%2C0%2C0%2C7.928-8.272a2.1%2C2.1%2C0%2C0%2C0-1.936.88l-.128-.736H4.728Zm8.064-6.9v4.1c0%2C2.3.448%2C2.8%2C2.544%2C2.8h.352V-1.264h-.272c-.864.016-1.136-.32-1.12-1.408V-6.9h1.376V-8.128H14.3v-2.48H12.872l-.08%2C2.48H11.96V-6.9Z%22%20transform%3D%22translate(14.904%2011.488)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .number-list__num__title {
    width: 32px;
    height: 16px;
    margin: -10px auto 0px;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .number-list__num__title {
    margin-right: 6px;
    width: 39px;
    height: 18px;
    display: inline-block;
    background-size: contain;
  }
}
#solution .ex-data-infrastructure-starter .number-list__text {
  font-weight: bold;
  text-align: left;
  color: #333;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .number-list__text {
    line-height: 1.56;
    padding: 16px 20px 14px;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-merit .section__title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-merit .section__title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-merit .block__title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-merit .block__title:nth-of-type(2) {
    margin-top: 60px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-merit .block__sub-title {
  font-weight: bold;
  line-height: 1.14;
  text-align: left;
  color: #1473e6;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-merit .block__sub-title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-merit .block__sub-title {
    font-size: 1.8rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-merit .block__text {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-merit .single-photo {
    margin-top: 35px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .block__title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .block__title {
    height: 64px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .block__title {
    height: 48px;
    margin-bottom: 15px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .block__title--grey {
  background-color: #97a0b1;
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .block__title--blue {
  background-color: #3b6cb4;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene__block-wrap {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene__block-wrap + .block__title {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene__block-wrap:nth-of-type(2) .ex-data-infrastructure-starter-scene-comment__img-wrap:nth-of-type(even) .ex-data-infrastructure-starter-scene-comment__img {
    top: -157px;
    right: 0;
    left: auto;
    bottom: auto;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .section__lead {
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .section__lead {
    margin-bottom: 35px;
    font-size: 2.1rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .section__lead {
    font-size: 1.8rem;
    line-height: 1.56;
    margin-bottom: 15px;
    text-align: left;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .section__lead--blue {
  color: #1473e6;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene-comment__wrap {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene-comment__wrap {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene-comment__wrap .ex-data-infrastructure-starter-scene-comment__img-wrap:nth-of-type(even) .comment-ul-list {
    margin-top: 170px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene-comment__wrap .ex-data-infrastructure-starter-scene-comment__img-wrap:nth-of-type(even) .ex-data-infrastructure-starter-scene-comment__img {
    top: -157px;
    right: 21px;
    left: auto;
    bottom: auto;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene-comment__img-wrap {
    width: 439px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene-comment__img-wrap {
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene-comment__img-wrap:not(:first-child) {
    margin-top: 48px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene-comment__img {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene-comment__img {
    position: absolute;
    bottom: -144px;
    left: 0;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene__img {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-scene .ex-data-infrastructure-starter-scene__img img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__item {
    width: 475px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__item {
    width: 100%;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__item:not(:first-child) {
    margin-bottom: 6px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__title {
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #42608a;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__title {
    height: 48px;
    margin-bottom: 8px;
    padding: 3px 0px 0;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__title {
    margin-bottom: 8px;
    height: 48px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__category-item {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #5680ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;

  line-height: 1.33;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__category-item {
    height: 40px;
    padding: 2px 0px 0;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__category-item {
    height: 40px;
    padding: 2px 0 0;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__category-item:not(:first-child) {
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__category-item:not(:first-child) {
    margin-left: 4px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__pic {
    min-height: 40px;
    margin: 18px auto 15px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__pic {
    margin: 20px auto 17px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__lead {
  font-weight: bold;
  text-align: left;
  color: #333;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__lead {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__lead {
    line-height: 1.5;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__text {
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #333;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__text {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .column-menu__text {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .text-caution-wrap {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .text-caution-wrap {
    padding: 15px 40px 14px 35px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .text-caution-wrap {
    margin-top: 8px;
    padding: 17px 20px 15px 20px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .text-caution-wrap .text-caution {
  position: relative;
  font-weight: 500;
  line-height: 1.71;
  text-align: left;
  color: #333;
  font-size: 1.4rem;
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .text-caution-wrap .text-caution::before {
  content: "※";
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .text-caution-wrap .text-caution::before {
    position: absolute;
    left: -1.0em;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .text-caution-wrap .text-caution::before {
    position: relative;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-outline .text-caution-wrap .text-caution .text-link {
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .text-caution {
    line-height: 1.71;
  }
}
#solution .ex-data-infrastructure-starter .common-table {
  border: none;
}
#solution .ex-data-infrastructure-starter .common-table thead th {
  background-color: #42608a;
  border: solid #fff;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .common-table thead th {
    border-width: 0 0 4px 0;
    height: 60px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
#solution .ex-data-infrastructure-starter .common-table thead th:nth-of-type(2) {
  background-color: #062045;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .common-table thead th:nth-of-type(2) {
    border-width: 0 0 4px 2px;
  }
}
#solution .ex-data-infrastructure-starter .common-table tbody th {
  background-color: #b0bfc7;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border: solid #fff;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .common-table tbody th {
    font-size: 1.6rem;
    line-height: 1.5;
    border-width: 0 2px 4px 0;
    width: 62px;
    padding: 0;
  }
}
#solution .ex-data-infrastructure-starter .common-table tbody td {
  font-weight: bold;
  text-align: left;
  color: #333;
  background-color: #d9e3ed;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .common-table tbody td {
    font-size: 1.6rem;
    line-height: 1.5;
/*    font-family: Lato; */
    border: solid #fff;
    border-width: 0 2px 4px 0;
    width: 336px;
    height: 100px;
    padding: 30px 22px 30px 20px;
  }
}
#solution .ex-data-infrastructure-starter .common-table tbody td:nth-of-type(2) {
  background-color: #dee2ea;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .common-table tbody td:nth-of-type(2) {
    font-weight: 500;
    border-width: 0 0 4px 2px;
    min-width: 590px;
  }
}
#solution .ex-data-infrastructure-starter .common-table tbody tr:last-of-type th {
  border-bottom: none;
}
#solution .ex-data-infrastructure-starter .common-table tbody tr:last-of-type td {
  border-bottom: none;
}
#solution .ex-data-infrastructure-starter .common-table--licence thead th {
  border-color: #f4f4f4;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .common-table--licence thead th {
    border-width: 0 0 6px 0;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .common-table--licence thead th:nth-of-type(2) {
    border-width: 0 0 6px 2px;
  }
}
#solution .ex-data-infrastructure-starter .common-table--licence tbody th {
  border-color: #f4f4f4;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .common-table--licence tbody th {
    border-width: 0 2px 6px 0;
  }
}
#solution .ex-data-infrastructure-starter .common-table--licence tbody td {
  border-color: #f4f4f4;
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .common-table--licence tbody td {
    border-width: 0 2px 6px 0;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .common-table--licence tbody td:nth-of-type(2) {
    border-width: 0 0 6px 2px;
  }
}
#solution .ex-data-infrastructure-starter .common-table--licence tbody tr:nth-of-type(1) td {
  border-bottom: 4px solid #f4f4f4;
}
#solution .ex-data-infrastructure-starter .common-table--licence tbody tr:nth-of-type(4) td {
  border-bottom: 4px solid #f4f4f4;
}
#solution .ex-data-infrastructure-starter .common-table--option thead th {
  border-color: #f4f4f4;
}
#solution .ex-data-infrastructure-starter .common-table--option tbody th {
  border-color: #f4f4f4;
}
#solution .ex-data-infrastructure-starter .common-table--option tbody td {
  border-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table-sp--licence .ex-data-infrastructure-starter-table__wrap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table-sp--licence .ex-data-infrastructure-starter-table__wrap:nth-child(3), #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table-sp--licence .ex-data-infrastructure-starter-table__wrap:nth-child(4), #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table-sp--licence .ex-data-infrastructure-starter-table__wrap:nth-child(6), #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table-sp--licence .ex-data-infrastructure-starter-table__wrap:nth-child(7), #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table-sp--licence .ex-data-infrastructure-starter-table__wrap:nth-child(9) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table-sp--licence .ex-data-infrastructure-starter-table__wrap .ex-data-infrastructure-starter-table__category-txt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table-sp--option .ex-data-infrastructure-starter-table__wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table-sp--option .ex-data-infrastructure-starter-table__category-txt {
    padding: 20px 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table-sp--option .ex-data-infrastructure-starter-table__content-txt {
    padding: 17px 12px 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table__category-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-color: #42608a;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.33;
    height: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table__category-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
    height: 60px;
    font-weight: bold;
    text-align: left;
    color: #333;
    background-color: #d9e3ed;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table__category-txt-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-color: #b0bfc7;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 60px;
    height: 100%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table__content-wrap {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table__content-title {
    background-color: #062045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.33;
    height: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table__content-txt {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
    padding: 17px 20px 15px;
    font-weight: 500;
    color: #333;
    background-color: #dee2ea;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table__content-txt--large {
    font-size: 3rem;
    line-height: 1;
    padding: 33px 20px 33px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-table__content-txt__content-txt-paragraph:not(:first-child) {
    margin-top: 9px;
  }
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__trigger img {
  max-width: 100%;
  height: auto;
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap {
  position: fixed;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
  transition: opacity 0.3s linear 0s, visibility 0.3s linear 0s;
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap.ex-data-infrastructure-starter-modal--show {
  top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap .ex-data-infrastructure-starter-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 10000;
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap .ex-data-infrastructure-starter-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 10001;
  -webkit-transition: opacity 0.3s linear 0.5s, visibility 0.3s linear 0.5s;
  transition: opacity 0.3s linear 0.5s, visibility 0.3s linear 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap .ex-data-infrastructure-starter-modal__inner.ex-data-infrastructure-starter-modal--show {
  opacity: 1;
  visibility: visible;
}
#solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap .ex-data-infrastructure-starter-modal__inner .ex-data-infrastructure-starter-modal__close {
  position: absolute;
  /* color: #fff;
  font-size: 24px;
  cursor: pointer; */
}
@media screen and (max-width: 767px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap .ex-data-infrastructure-starter-modal__inner {
    width: 100%;
  }
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap .ex-data-infrastructure-starter-modal__inner .ex-data-infrastructure-starter-modal__img-area {
    width: 100%;
    height: auto;
    background-color: #fff;
    font-size: 0;
  }
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap .ex-data-infrastructure-starter-modal__inner .ex-data-infrastructure-starter-modal__img-area img {
    width: 100%;
    height: auto;
  }
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap .ex-data-infrastructure-starter-modal__inner .ex-data-infrastructure-starter-modal__close {
    top: -24px;
    right: 5px;
    width: 24px;
  }
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap .ex-data-infrastructure-starter-modal__inner .ex-data-infrastructure-starter-modal__close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap .ex-data-infrastructure-starter-modal__inner .ex-data-infrastructure-starter-modal__close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap .ex-data-infrastructure-starter-modal__inner .ex-data-infrastructure-starter-modal__close::before, #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__wrap .ex-data-infrastructure-starter-modal__inner .ex-data-infrastructure-starter-modal__close::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__trigger-txt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__trigger-txt {
    text-align: right;
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__trigger-txt span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    text-align: right;
    color: #2b9af3;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  #solution .ex-data-infrastructure-starter .ex-data-infrastructure-starter-modal__trigger-txt span::before {
    content: "";
    position: relative;
    display: inline-block;
    top: -1px;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_25315%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2025315%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.681%22%20height%3D%2223.999%22%20viewBox%3D%220%200%2023.681%2023.999%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_50135%22%20data-name%3D%22%E3%83%91%E3%82%B9%2050135%22%20d%3D%22M23.28%2C21.611l-4.23-4.487a10.443%2C10.443%2C0%2C0%2C0%2C2.238-6.48A10.644%2C10.644%2C0%2C1%2C0%2C10.644%2C21.287a10.437%2C10.437%2C0%2C0%2C0%2C6.449-2.214l4.183%2C4.508a1.405%2C1.405%2C0%2C0%2C0%2C2-1.97%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%232b9af3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_50136%22%20data-name%3D%22%E3%83%91%E3%82%B9%2050136%22%20d%3D%22M11.744%2C20.463a8.718%2C8.718%2C0%2C1%2C0-8.718-8.718%2C8.719%2C8.719%2C0%2C0%2C0%2C8.718%2C8.718%22%20transform%3D%22translate(-1.1%20-1.1)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_50137%22%20data-name%3D%22%E3%83%91%E3%82%B9%2050137%22%20d%3D%22M18.267%2C12.383H14.345V8.461a.981.981%2C0%2C0%2C0-1.961%2C0v3.923H8.461a.981.981%2C0%2C0%2C0%2C0%2C1.961h3.923v3.923a.981.981%2C0%2C0%2C0%2C1.961%2C0V14.345h3.923a.981.981%2C0%2C0%2C0%2C0-1.961%22%20transform%3D%22translate(-2.72%20-2.72)%22%20fill%3D%22%232b9af3%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  }
}

.ex-data-infrastructure-starter-modal-body--show {
  overflow: hidden;
}

/*20230816追加*/
.ex-service-list--ebx{
    margin-top: 60px;
}
.ex-service-list--ebx .service-list__item{
    padding: 20px 0 0 0;
    background: linear-gradient(88deg,#00B4E5 0,#1CD0BB 100%) no-repeat padding-box;
    border: 1px solid #d9d8d7;
    color: #333;
}
.ex-service-list--ebx .service-list__item .service-list__block{
    height: 100%;
    padding: 15px 15px 40px 15px;
    background-color: #fff;
}
.ex-service-list--ebx .service-list__item .service-list__name{
    text-align: left;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ex-service-list--ebx{
    margin-top: 40px;
  }
}

/* ------------------------------
 用語集
------------------------------ */
#glossary .ex-glossary-nav dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 35px;
}
#glossary .ex-glossary-nav dl:last-child {
  margin-bottom: 0;
}
#glossary .ex-glossary-nav dt {
  width: 100%;
  font-size: 2.4rem;
}
#glossary .ex-glossary-nav dd {
  position: relative;
  margin: 20px 0 0 30px;
  line-height: 1.3;
}
#glossary .ex-glossary-nav dd::before {
  content: "・";
}
@media screen and (min-width: 768px) {
  #glossary .ex-glossary-nav dd {
    width: 320px;
  }
  #glossary .ex-glossary-nav dd:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #glossary .ex-glossary-nav:not(:last-child) {
    margin-bottom: 40px;
  }
  #glossary .ex-glossary-nav dd {
    width: 100%;
    margin: 10px 0 5px;
  }
}
#glossary .ex-glossary-nav.ex-glossary-nav--column4 dl:not(:last-child) {
  margin-bottom: 20px;
}
#glossary .ex-glossary-nav.ex-glossary-nav--column4 dt {
  font-size: 2.0rem;
}
#glossary .ex-glossary-nav.ex-glossary-nav--column4 dd {
  font-size: 1.4rem;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #glossary .ex-glossary-nav.ex-glossary-nav--column4 dd {
    width: 225px;
  }
  #glossary .ex-glossary-nav.ex-glossary-nav--column4 dd:nth-of-type(4n+3) {
    margin-left: 30px;
  }
  #glossary .ex-glossary-nav.ex-glossary-nav--column4 dd a {
    display: inline;
  }

}

/* 右サイド 検索 */
#glossary .side-nav .side-search {
  margin-bottom: 40px;
}
#glossary .side-nav .side-search .searchwindow {
  border-left: 1px solid #D9D8D7;
  border-top: 1px solid #D9D8D7;
  border-bottom: 1px solid #D9D8D7;
  border-right: none;
  padding: 12px 10px;
  width: 228px;
}
#glossary .side-nav .side-search .searchwindow::placeholder {
  color: #D9D8D7;
}
#glossary .side-nav .side-search .submitbutton {
  background-color: #2B9AF3;
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #glossary .side-nav .side-search {
    width: 100%;
  }
  #glossary .side-nav .side-search form {
    position: relative;
  }
  #glossary .side-nav .side-search .searchwindow {
    width: 100%;
    padding: 12px 52px 12px 10px;
  }
  #glossary .side-nav .side-search .submitbutton {
    position: absolute;
    right: 0px;
  }
}

/* リスト項目に余白をつける */
#glossary .ex-list--li_mb-large > li:not(:last-of-type) {
  margin-bottom:10px;
}


/* ------------------------------
  事例：製品CTA、ダウンロードCTA
------------------------------ */
/* 製品別CTA */
.ex-cta-products {
  width: 100%;
  margin: auto;
  border: 2px solid #214589;
}

.ex-cta-products--spotfire {
  max-width: 990px;
  margin: 40px auto 50px;
}

.ex-cta-products__link {
  text-decoration: none;
  display: block;
  color: inherit;
}

.ex-cta-products__wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 25px;
}

.ex-cta-products__wrap:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #214589 transparent;
}

.ex-cta-products__tag {
  background-color: #214589;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px 15px;
  color: #FFFFFF;
}

.ex-cta-products__image {
  flex-shrink: 0;
  width: 200px;
  height: auto;
}

.ex-cta-products__body {
  flex-grow: 1;
}

.column-article .ex-cta-products__title,
.ex-cta-products__title {
  color: #2B9AF3;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
}

.ex-cta-products__link:hover .ex-cta-products__title {
  color: #33ccff;
}

.column-article .ex-cta-products__subtitle,
.ex-cta-products__subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
}

.column-article .ex-cta-products__text,
.ex-cta-products__text {
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .ex-cta-products--spotfire {
    margin-top: 20px;
  }

  .ex-cta-products__wrap {
    padding: 44px 25px 30px;
    flex-direction: column;
  }

  .ex-cta-products__image {
    width: 53.33333vw;
  }

  .ex-cta-products__body {
    width: 100%;
    flex-basis: initial;
  }
}


/* ダウンロード資料 */
.ex-case-cta-download {
  width: 850px;
  margin: auto;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .ex-case-cta-download {
    width: 100%;
    padding: 60px 20px;
  }
}
.ex-case-cta-download__inner {
  background-color: #F5F7F8;
  box-shadow: 0px 5px 10px #00000029;
  padding: 20px 30px 40px;
}

.ex-case-cta-download__wrap{
  position: relative;
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ex-case-cta-download__wrap{
    flex-wrap: wrap;
    justify-content: center;
  }
}

.ex-case-cta-download__image {
  width: 240px;
  max-width: 475px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ex-case-cta-download__image {
    margin-bottom: 20px;
  }
}
.ex-case-cta-download__image img {
  box-shadow: 0px 5px 10px #00000029;
}
@media screen and (min-width: 768px) {
  .ex-case-cta-download__body {
    flex: 1;
    padding-left: 35px;
  }
}

.ex-case-cta-download__label {
  font-size: 1.4rem;
  font-weight: bold;
}
.ex-case-cta-download__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 25px;
}
.ex-case-cta-download__btn a.small {
  padding: 10px 50px;
}
@media screen and (max-width: 767px) {
  .ex-case-cta-download__btn a{
    padding: 20px 55px;
  }
}