@charset "utf-8";
@charset "utf-8";
body article section.first_view.scroll {
  background-image: url("/images/heatmap/scroll/fv_bg_heatmap_scrollanalysis.png");
}
body article section.first_view.scroll-data {
  background-image: url("/images/heatmap/scroll-data/fv_bg_heatmap_scroll_data.png");
}
body article section.first_view.click {
  background-image: url("/images/heatmap/click/fv_bg_heatmap_clickanalysis.png");
}
body article section.first_view.graphy {
  background-image: url("/images/heatmap/graphy/fv_bg_heatmap_mousegraphy.png");
}
body article section.first_view.recording_gazeplot {
  background-image: url("/images/gazeplot/fv_bg_gazeplot.png");
}
body article section.first_view.move {
  background-image: url("/images/heatmap/move/fv_bg_heatmap_mousemove.jpg");
}
body article section.first_view.touch {
  background-image: url("/images/heatmap/touch/fv_bg_heatmap_tapanalysis.png");
}
body article section.first_view.touch-action {
  background-image: url("/images/heatmap/touch-action/fv_bg_heatmap_touchactionanalysis.png");
}
body article section.first_view.click-data {
  background-image: url("/images/heatmap/click-data/fv_bg_heatmap_clickdata.jpg");
}
body article section.first_view.ab-test {
  background-image: url("/images/test/ab/fv_bg_splittesting_abtesting.jpg");
}
body article section.first_view.multi-test {
  background-image: url("/images/multi/fv_bg_splittesting_multitesting.png");
}
body article section.first_view.ai-test {
  background-image: url("/images/test/ai/fv_bg_splittesting_autotesting.jpg");
}
body article section.first_view.flpo {
  background-image: url("/images/flpo/fv_bg_splittesting_flpotesting.png");
}
body article section.first_view.form-stat {
  background-image: url("/images/efo/statistic/fv_bg_efo_fromstatistics.jpg");
}
body article section.first_view.entry-support {
  background-image: url("/images/common/fv_bg.png");
}
body article section.first_view.monitoring {
  background-image: url("/images/efo/monitoring/fv_bg_efo_monitoring.jpg");
}
body article section.first_view.summary {
  background-image: url("/images/data/summary/fv_bg_data_datasummary.jpg");
}
body article section.first_view.new-repeater {
  background-image: url("/images/data/new-repeater/fv_bg_data_newandreturn.jpg");
}
body article section.first_view.period-comparison {
  background-image: url("/images/comparison/period/fv_bg_comparison_time.png");
}
body article section.first_view.segment-comparison {
  background-image: url("/images/comparison/segment/fv_bg_comparison_segment.png");
}
body article section.first_view.smart-report {
  background-image: url("/images/report/smart-report/fv_bg_smartreport.png");
}
body article section.first_view.ai-report {
  background-image: url("/images/report/ai-report/fv_bg_aireport.png");
}
body article section.first_view.auto-mail-report {
  background-image: url("/images/report/auto-mail-report/fv_bg_auto_mail_report.png");
}
body article section.first_view.form-report {
  background-image: url("/images/efo/statistic/fv_bg_form_report.png");
}
body article section.first_view.bfo {
  background-image: url("/images/efo/bfo/fv_bg_bfo.png");
}
body article section.first_view.goal-funnel {
  background-image: url("/images/goal-funnel/fv_bg_goal_funnel.png?20211209v2");
}
body article section.first_view.personalize-lp {
  background-image: url("/images/personalize-lp/fv_bg_smart_report.png");
}
@charset "utf-8";
body >article >section >.contents >.content >.segment-animate {
  margin: auto;
  position: relative;
  width: 50%;
  max-width: 628px;
}
body >article >section >.contents >.content >.segment-animate .user,
body >article >section >.contents >.content >.segment-animate >img {
  position: absolute;
}
body >article >section >.contents >.content >.segment-animate .user.base,
body >article >section >.contents >.content >.segment-animate >img.base {
  width: 100%;
  position: inherit;
  visibility: visible;
}
body >article >section >.contents >.content >.segment-animate .user.web_site,
body >article >section >.contents >.content >.segment-animate >img.web_site {
  width: 85.7%;
  left: 7.2%;
  top: 54%;
  z-index: 2;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}
body >article >section >.contents >.content >.segment-animate .user.web_site.web_site_animated,
body >article >section >.contents >.content >.segment-animate >img.web_site.web_site_animated {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
body >article >section >.contents >.content >.segment-animate .user.inflow_source,
body >article >section >.contents >.content >.segment-animate >img.inflow_source {
  width: 76.8%;
  left: 11.6%;
  top: 29%;
  z-index: 1;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}
body >article >section >.contents >.content >.segment-animate .user.inflow_source.inflow_source_animated,
body >article >section >.contents >.content >.segment-animate >img.inflow_source.inflow_source_animated {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
body >article >section >.contents >.content >.segment-animate .user.gazeplot,
body >article >section >.contents >.content >.segment-animate >img.gazeplot {
  z-index: 2;
  width: 85.8%;
  left: 7.2%;
  top: 54%;
  opacity: 0;
  transition: 3s;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
}
body >article >section >.contents >.content >.segment-animate .user.gazeplot.gazeplot_animated,
body >article >section >.contents >.content >.segment-animate >img.gazeplot.gazeplot_animated {
  opacity: 1;
}
body >article >section >.contents >.content >.segment-animate .user.arrow,
body >article >section >.contents >.content >.segment-animate >img.arrow {
  width: 55.7%;
  left: 22%;
  top: 23%;
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}
body >article >section >.contents >.content >.segment-animate .user.arrow.arrow_animated,
body >article >section >.contents >.content >.segment-animate >img.arrow.arrow_animated {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
body >article >section >.contents >.content >.segment-animate .user.user,
body >article >section >.contents >.content >.segment-animate >img.user {
  width: 11%;
  left: 44.5%;
  top: 8.3%;
  opacity: 0;
  z-index: 1;
  transform-origin: 50% 286%;
  -webkit-transform-origin: 50% 286%;
  -moz-transform-origin: 50% 286%;
  -ms-transform-origin: 50% 286%;
}
body >article >section >.contents >.content >.segment-animate .user.user.chrome_user_animated,
body >article >section >.contents >.content >.segment-animate >img.user.chrome_user_animated {
  animation-name: user-anime-2;
  animation-duration: 0.4s;
  animation-timing-function: ease;
}
body >article >section >.contents >.content >.segment-animate .user.user.chrome_user_animated >img,
body >article >section >.contents >.content >.segment-animate >img.user.chrome_user_animated >img {
  animation-name: user-anime-1;
  animation-duration: 0.4s;
  animation-timing-function: ease;
}
body >article >section >.contents >.content >.segment-animate .user.user.facebook_user_animated,
body >article >section >.contents >.content >.segment-animate >img.user.facebook_user_animated {
  animation-name: user-anime-1;
  animation-duration: 0.4s;
  animation-timing-function: ease;
}
body >article >section >.contents >.content >.segment-animate .user.user.facebook_user_animated >img,
body >article >section >.contents >.content >.segment-animate >img.user.facebook_user_animated >img {
  animation-name: user-anime-2;
  animation-duration: 0.4s;
  animation-timing-function: ease;
}
body >article >section >.contents >.content >.segment-animate .user.user >img,
body >article >section >.contents >.content >.segment-animate >img.user >img {
  width: 100%;
}
@-moz-keyframes user-anime-1 {
  100% {
    opacity: 1;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
  }
}
@-webkit-keyframes user-anime-1 {
  100% {
    opacity: 1;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
  }
}
@-o-keyframes user-anime-1 {
  100% {
    opacity: 1;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
  }
}
@keyframes user-anime-1 {
  100% {
    opacity: 1;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
  }
}
@-moz-keyframes user-anime-2 {
  100% {
    opacity: 1;
    transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
  }
}
@-webkit-keyframes user-anime-2 {
  100% {
    opacity: 1;
    transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
  }
}
@-o-keyframes user-anime-2 {
  100% {
    opacity: 1;
    transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
  }
}
@keyframes user-anime-2 {
  100% {
    opacity: 1;
    transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
  }
}
@charset "utf-8";
body >article >section.heatmaps >.contents >.content.comparison >.images,
body >article >section.tools >.contents >.content.comparison >.images {
  width: 50%;
  max-width: 581px;
  position: relative;
}
body >article >section.heatmaps >.contents >.content.comparison >.images img,
body >article >section.tools >.contents >.content.comparison >.images img {
  position: absolute;
  width: auto;
}
body >article >section.heatmaps >.contents >.content.comparison >.images:before,
body >article >section.tools >.contents >.content.comparison >.images:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body >article >section.heatmaps >.contents >.content.comparison >.images >.base,
body >article >section.tools >.contents >.content.comparison >.images >.base {
  z-index: 2;
}
body >article >section.heatmaps >.contents >.content.comparison >.images >.base >img,
body >article >section.tools >.contents >.content.comparison >.images >.base >img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
body >article >section.heatmaps >.contents >.content.comparison >.images >.animation_parts,
body >article >section.tools >.contents >.content.comparison >.images >.animation_parts {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body >article >section.heatmaps >.contents >.content.comparison >.images >.animation_parts .clock,
body >article >section.tools >.contents >.content.comparison >.images >.animation_parts .clock {
  z-index: 3;
}
body >article >section.heatmaps >.contents >.content.comparison >.images >.animation_parts .cl_base,
body >article >section.tools >.contents >.content.comparison >.images >.animation_parts .cl_base {
  left: 2.925989672977625%;
  top: 13.941480206540447%;
  width: 25.129087779690188%;
}
body >article >section.heatmaps >.contents >.content.comparison >.images >.animation_parts .cl_long,
body >article >section.tools >.contents >.content.comparison >.images >.animation_parts .cl_long {
  left: 14.629948364888124%;
  top: 16.695352839931154%;
  width: 1.721170395869191%;
}
body >article >section.heatmaps >.contents >.content.comparison >.images >.animation_parts .cl_short,
body >article >section.tools >.contents >.content.comparison >.images >.animation_parts .cl_short {
  left: 9.46643717728055%;
  top: 22.719449225473323%;
  width: 6.884681583476764%;
}
body >article >section.heatmaps >.contents >.content.comparison >.images >.animation_parts .arrow,
body >article >section.tools >.contents >.content.comparison >.images >.animation_parts .arrow {
  z-index: 1;
  left: 8.605851979345955%;
  top: 40.61962134251291%;
  width: 13.769363166953529%;
  height: 0;
}
body >article >section.heatmaps >.contents >.content.comparison >.images >.animation_parts .label,
body >article >section.tools >.contents >.content.comparison >.images >.animation_parts .label {
  z-index: 2;
  left: 10.499139414802066%;
  top: 53.52839931153184%;
  width: 9.982788296041308%;
  opacity: 0;
}
body >article >section.heatmaps >.contents >.content.comparison >.images >.animation_parts .pc,
body >article >section.tools >.contents >.content.comparison >.images >.animation_parts .pc {
  z-index: 1;
  left: 29.259896729776248%;
  top: 7.917383820998279%;
  width: 68.84681583476764%;
}
body >article >section.heatmaps >.contents >.content.comparison >.images.comparison-animated >.animation_parts .cl_long,
body >article >section.tools >.contents >.content.comparison >.images.comparison-animated >.animation_parts .cl_long {
  animation-duration: 1s;
  animation-name: clock_animation_long;
  transform: rotate(4320deg);
  animation-timing-function: linear;
  transform-origin: center 91.9%;
}
body >article >section.heatmaps >.contents >.content.comparison >.images.comparison-animated >.animation_parts .cl_short,
body >article >section.tools >.contents >.content.comparison >.images.comparison-animated >.animation_parts .cl_short {
  animation-duration: 1s;
  animation-name: clock_animation_short;
  transform: rotate(360deg);
  animation-timing-function: linear;
  transform-origin: 87.5% 83.3%;
}
@-moz-keyframes clock_animation_long {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(4320deg);
  }
}
@-webkit-keyframes clock_animation_long {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(4320deg);
  }
}
@-o-keyframes clock_animation_long {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(4320deg);
  }
}
@keyframes clock_animation_long {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(4320deg);
  }
}
@-moz-keyframes clock_animation_short {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes clock_animation_short {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes clock_animation_short {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes clock_animation_short {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body article {
  margin-top: 0;
/* ▼▼▼　20211208 修正　▼▼▼ */
/* こちらのスタイルは他のページでも使用されておりまた、修正前に#usageが存在したのでこちらから修正箇所を記載 */
/* ▲▲▲　20211208 修正　▲▲▲ */
}
body article.goal #usage .sp {
  display: none;
}
@media (max-width: 720px) {
  body article.goal #usage .sp {
    display: inline;
  }
}
body article.goal #usage .contents .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
body article.goal #usage .contents .content.two-column-rev {
  direction: ltr;
}
@media (min-width: 720px) {
  body article.goal #usage .contents .content.two-column-rev .text {
    width: 100%;
    padding-left: calc((100% - 468px) / 2);
    padding-right: calc((100% - 468px) / 2);
  }
}
body article.goal #usage .contents .content.two-column-rev .illust {
  margin-bottom: 56px;
}
@media (max-width: 720px) {
  body article.goal #usage .contents .content.two-column-rev .illust {
    margin-bottom: 40px;
  }
}
@media (min-width: 720px) {
  body article.goal #usage .contents .content.two-column-rev .illust {
    width: 100%;
    max-width: 905px;
    padding-left: calc((100% - 905px) / 2);
    padding-right: calc((100% - 905px) / 2);
  }
}
body article.goal #usage .contents .content.two-column-rev .right.common_lead {
  order: 1;
}
@media (max-width: 720px) {
  body article.goal #usage .contents .content.two-column-rev .right.common_lead {
    order: 0;
  }
}
body article.goal #usage .contents .content > .img {
  max-width: none;
}
body article.goal #usage .contents .content > .img img {
  max-width: 586px;
}
@media (max-width: 720px) {
  body article.goal #usage .contents .content > .img img {
    max-width: 100%;
  }
}
body article.goal #usage .contents .content h3 {
  margin-top: 0;
}
body article.goal #usage .contents .content .left {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  padding-right: 1.25%;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  body article.goal #usage .contents .content .left {
    padding-right: 0;
  }
}
body article.goal #usage .contents .content .left .lead_inner {
  margin-left: 18.5%;
}
body article.goal #usage .contents .content .right {
  display: flex;
  justify-content: flex-start;
  padding-left: 1.25%;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  body article.goal #usage .contents .content .right {
    padding-left: 0;
  }
}
body article.goal #usage .contents .content .right .lead_inner {
  margin-right: 18.5%;
}
body article.goal #usage .contents .content .left,
body article.goal #usage .contents .content .right {
  width: 50%;
}
@media (max-width: 720px) {
  body article.goal #usage .contents .content .left,
  body article.goal #usage .contents .content .right {
    width: auto;
    justify-content: center;
  }
}
@media (max-width: 720px) {
  body article.goal #usage .contents .content .left.user_action .lead_inner h3,
  body article.goal #usage .contents .content .right.user_action .lead_inner h3 {
    margin-top: 40px;
  }
}
body article.goal #usage .contents .content .left.common_lead,
body article.goal #usage .contents .content .right.common_lead {
  max-width: 100%;
}
@media (max-width: 720px) {
  body article.goal #usage .contents .content .left.common_lead,
  body article.goal #usage .contents .content .right.common_lead {
    width: 100%;
    margin-bottom: 40px;
  }
}
body article.goal #usage .contents .content .left.common_lead .lead_inner,
body article.goal #usage .contents .content .right.common_lead .lead_inner {
  max-width: 468px;
}
@media (max-width: 720px) {
  body article.goal #usage .contents .content .left.common_lead .lead_inner,
  body article.goal #usage .contents .content .right.common_lead .lead_inner {
    max-width: none;
    margin: auto;
  }
}
body article.goal #usage .contents .content .left.common_lead .lead_inner p,
body article.goal #usage .contents .content .right.common_lead .lead_inner p {
  margin-bottom: 1em;
}
body article.goal #usage .contents .content .left.common_lead .lead_inner p:last-child,
body article.goal #usage .contents .content .right.common_lead .lead_inner p:last-child {
  margin-bottom: 0;
}
body article section.first_view {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
body article section.first_view >h1,
body article section.first_view >p {
  position: relative;
  top: 160px;
  line-height: 1em;
}
body article section.first_view >h1.first_title,
body article section.first_view >p.first_title {
  margin-bottom: 8px;
}
body article section.first_view >h1.first_subtitle,
body article section.first_view >p.first_subtitle {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 481px) and (max-width: 640px) {
  body article section.first_view >h1.first_subtitle.en,
  body article section.first_view >p.first_subtitle.en {
    bottom: 10px;
  }
}
@media screen and (max-width: 370px) {
  body article section.first_view >h1.first_subtitle.en,
  body article section.first_view >p.first_subtitle.en {
    line-height: 1.2em;
  }
}
body article section.first_view >h1.first_subtitle >br,
body article section.first_view >p.first_subtitle >br {
  display: none;
}
body article section.first_view >h1.breadcrumb,
body article section.first_view >p.breadcrumb {
  position: absolute;
  left: calc(50% - 480px);
  top: 90px;
}
body article section.first_view >h1.breadcrumb >a,
body article section.first_view >p.breadcrumb >a {
  text-decoration: none;
}
body article section.first_view >h1.breadcrumb >a:hover,
body article section.first_view >p.breadcrumb >a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  body article section.first_view >h1.breadcrumb,
  body article section.first_view >p.breadcrumb {
    left: 40px;
  }
}
@media screen and (max-width: 720px) {
  body article section.first_view {
    height: 256px;
  }
  body article section.first_view >h1,
  body article section.first_view >p {
    top: 100px;
  }
  body article section.first_view >h1.first_subtitle,
  body article section.first_view >p.first_subtitle {
    bottom: 36px;
    line-height: 1.5em;
    width: 90%;
  }
  body article section.first_view >h1.first_subtitle >br,
  body article section.first_view >p.first_subtitle >br {
    display: inline;
  }
  body article section.first_view >h1.breadcrumb,
  body article section.first_view >p.breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body article section.first_view >h1,
  body article section.first_view >p {
    top: 112px;
  }
  body article section.first_view >h1.efo_title,
  body article section.first_view >p.efo_title {
    top: 116px;
  }
}
body article section h2,
body article section h3 {
  margin-top: 56px;
  margin-bottom: 24px;
}
body article section >.contents {
  max-width: 1280px;
  margin: auto;
}
body article section >.contents >.content {
  margin-left: 12.5%;
  margin-right: 12.5%;
  margin-bottom: 80px;
}
body article section >.contents >.content >.text {
  max-width: 468px;
  margin: auto;
  margin-bottom: 40px;
}
body article section >.contents >.content >.text >p {
  margin-bottom: 1em;
}
body article section >.contents >.content >.text.period_usage {
  margin-bottom: 0;
}
body article section >.contents >.content >.illust {
  max-width: 906px;
  margin: auto;
  margin-bottom: 8px;
}
body article section >.contents >.content >.illust >video {
  width: 100%;
}
body article section >.contents >.content >.illust >img {
  width: 100%;
}
body article section#detail,
body article section#usage,
body article section#effect {
  border-bottom: solid 1px #cfd8dc;
}
body article section#detail.tools >.contents >.content.comparison >.comparison_analyze {
  margin-bottom: 0;
}
body article section#detail.tools >.contents >.content.comparison >.images {
  margin: auto;
  width: 100%;
}
body article section#detail >.contents {
  margin-bottom: 32px;
}
body article section#detail >.contents.segment-animate-contents {
  margin-bottom: 0;
}
body article section#detail >.contents >.content {
  margin-bottom: 0;
}
body article section#detail >.contents >.content >.text {
  margin-bottom: 40px;
}
body article section#detail >.contents >.content >.text.segment-animate-text {
  margin-bottom: 0;
}
body article section#detail >.contents >.content >.segment-animate {
  width: 100%;
}
body article section#detail >.contents >.content >.illust .common_caption {
  text-align: center;
}
body article section#usage >.contents >.content,
body article section#effect >.contents >.content {
  letter-spacing: -0.4em;
}
body article section#usage >.contents >.content >*,
body article section#effect >.contents >.content >* {
  letter-spacing: normal;
}
body article section#usage >.contents >.content.center,
body article section#effect >.contents >.content.center {
  text-align: center;
}
body article section#usage >.contents >.content.center >.text,
body article section#effect >.contents >.content.center >.text {
  text-align: left;
}
body article section#usage >.contents >.content >div,
body article section#effect >.contents >.content >div {
  display: inline-block;
}
body article section#usage >.contents >.content >div >p.left-align,
body article section#effect >.contents >.content >div >p.left-align {
  text-align: left;
}
body article section#usage >.contents >.content >div >img.with-sentence,
body article section#effect >.contents >.content >div >img.with-sentence {
  margin-bottom: 32px;
}
body article section#usage >.contents >.content >.left,
body article section#effect >.contents >.content >.left {
  width: 48.75%;
  max-width: 468px;
  margin-right: 2.5%;
  vertical-align: top;
  margin-bottom: 40px;
}
body article section#usage >.contents >.content >.left img,
body article section#effect >.contents >.content >.left img {
  width: 100%;
}
body article section#usage >.contents >.content >.left >p,
body article section#effect >.contents >.content >.left >p {
  margin-bottom: 1em;
}
body article section#usage >.contents >.content >.right,
body article section#effect >.contents >.content >.right {
  max-width: 468px;
  width: 48.75%;
  margin-bottom: 40px;
}
body article section#usage >.contents >.content >.right >p,
body article section#effect >.contents >.content >.right >p {
  margin-bottom: 1em;
}
body article section#usage >.contents >.content >.right img,
body article section#effect >.contents >.content >.right img {
  width: 100%;
}
body article section#usage >.contents >.content >.right >h2,
body article section#effect >.contents >.content >.right >h2 {
  margin-top: 0;
  letter-spacing: normal;
}
body article section#usage >.contents >.content >.illust,
body article section#effect >.contents >.content >.illust {
  max-width: 800px;
  display: block;
  margin: auto;
}
body article section#usage >.contents >.content >.illust.video,
body article section#effect >.contents >.content >.illust.video {
  display: block;
  text-align: center;
}
body article section#usage >.contents >.content >.illust.video.inline,
body article section#effect >.contents >.content >.illust.video.inline {
  display: inline-block;
  width: 48%;
}
body article section#usage >.contents >.content >.illust.video.inline.margin,
body article section#effect >.contents >.content >.illust.video.inline.margin {
  margin-right: 2%;
}
body article section#usage >.contents >.content >.illust >video,
body article section#effect >.contents >.content >.illust >video {
  width: calc(100% - 12px);
  border: solid 6px #cfd8dc;
  margin-bottom: 0;
}
body article section#usage >.contents >.content >.illust >p >.sp,
body article section#effect >.contents >.content >.illust >p >.sp {
  display: none;
}
body article section#usage >.contents >.content >.illust .common_caption,
body article section#effect >.contents >.content >.illust .common_caption {
  text-align: center;
}
body article section#usage >.contents >.content.two-column-rev,
body article section#effect >.contents >.content.two-column-rev {
  direction: rtl;
  margin-bottom: 0;
}
body article section#usage >.contents >.content.two-column-rev >div,
body article section#effect >.contents >.content.two-column-rev >div {
  direction: ltr;
}
body article section#usage.goal_usage >.contents >.content >.left,
body article section#effect.goal_usage >.contents >.content >.left,
body article section#usage.goal_usage >.contents >.content >.right,
body article section#effect.goal_usage >.contents >.content >.right {
  vertical-align: bottom;
}
@media screen and (max-width: 1280px) {
  body article section#usage.goal_usage >.contents >.content >.left,
  body article section#effect.goal_usage >.contents >.content >.left,
  body article section#usage.goal_usage >.contents >.content >.right,
  body article section#effect.goal_usage >.contents >.content >.right {
    vertical-align: middle;
  }
}
body article section#usage.goal_usage >.contents >.content >.left.user_action,
body article section#effect.goal_usage >.contents >.content >.left.user_action,
body article section#usage.goal_usage >.contents >.content >.right.user_action,
body article section#effect.goal_usage >.contents >.content >.right.user_action {
  margin-top: 0;
}
body article section#usage.goal_usage >.contents >.content >.left.user_action h3,
body article section#effect.goal_usage >.contents >.content >.left.user_action h3,
body article section#usage.goal_usage >.contents >.content >.right.user_action h3,
body article section#effect.goal_usage >.contents >.content >.right.user_action h3 {
  margin-top: 32px;
}
body article section#usage.goal_usage >.contents >.content >.left.user_action img,
body article section#effect.goal_usage >.contents >.content >.left.user_action img,
body article section#usage.goal_usage >.contents >.content >.right.user_action img,
body article section#effect.goal_usage >.contents >.content >.right.user_action img {
  margin-top: 40px;
}
body article section#usage >.contents >.content {
  text-align: center;
  margin-bottom: 64px;
}
body article section#usage >.contents >.content >.formreport_image {
  max-width: 960px;
  margin-bottom: 20px;
}
body article section#usage >.contents >.content >.formreport_image >img {
  width: 100%;
}
body article section#usage >.contents >.content.block >div {
  display: block;
}
body article section#usage >.contents >.content >.text {
  text-align: left;
}
body article section#usage >.contents >.content >.text.margin {
  margin-top: 24px;
}
body article section#usage >.contents >.content >.types {
  width: 100%;
  letter-spacing: -0.4em;
}
body article section#usage >.contents >.content >.types >* {
  letter-spacing: normal;
}
body article section#usage >.contents >.content >.types >h3 {
  background: #26a69a;
  width: 100%;
  letter-spacing: normal;
  line-height: 48px;
  text-align: center;
  margin-top: 0;
}
body article section#usage >.contents >.content >.types >h3.custom_segment {
  margin-top: 32px;
}
body article section#usage >.contents >.content >.types >ul {
  display: inline-block;
  width: 48.75%;
  vertical-align: top;
}
body article section#usage >.contents >.content >.types >ul >li {
  letter-spacing: normal;
  background-image: url("/images/common/common_congig_item_pattern1.png");
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 92px;
  margin-bottom: 24px;
  padding-left: 20px;
  list-style: none;
}
body article section#usage >.contents >.content >.types >ul >li:last-of-type {
  margin-bottom: 0;
}
body article section#usage >.contents >.content >.types >ul >li >h4 {
  font-weight: normal;
}
body article section#usage >.contents >.content >.types >ul.left {
  margin-right: 2.5%;
}
body article section#usage >.contents >.content.sample >p {
  margin-bottom: 24px;
  text-align: center;
}
body article section#usage >.contents >.content.sample .images {
  max-width: 320px;
  margin: auto;
}
body article section#usage >.contents >.content.sample .images p {
  margin-bottom: 20px;
}
body article section#usage >.contents >.content.sample .images label {
  display: block;
}
body article section#usage >.contents >.content.sample .images label input {
  width: 100%;
  height: 36px;
  margin: 6px 0 20px;
  border: solid 2px #cfd8dc;
  border-radius: 4px;
}
body article section#usage >.contents >.content.sample .images label textarea {
  width: 100%;
  height: 76px;
  margin: 6px 0;
  border: solid 2px #cfd8dc;
  border-radius: 4px;
}
body article section#usage >.contents >.content.sample .images .common_button {
  width: 256px;
}
@media screen and (max-width: 480px) {
  body article section#usage >.contents >.content.sample .images .common_button.en {
    width: 100%;
  }
}
body article section#usage >.contents >.content.sample .images input.submit {
  display: block;
  width: 256px;
  height: 64px;
  border-radius: 32px;
  margin: 22px auto 0;
  border: none;
  cursor: pointer;
}
body article section#effect >.contents >.content >.text {
  margin-bottom: 0;
}
body article section#effect >.contents >.content >.measurement_results {
  display: block;
  max-width: 468px;
  border: 1px solid #00a59a;
  margin: 24px auto 40px;
}
body article section#effect >.contents >.content >.measurement_results >.at_ttl {
  font-size: 24px;
  color: #fff;
  background-color: #00a59a;
  text-align: center;
  margin: 0 0 16px;
  padding: 6px 0;
}
body article section#effect >.contents >.content >.measurement_results >ul {
  padding: 0 0 16px 136px;
  text-align: left;
}
body article section#effect >.contents >.content >.measurement_results >ul >li {
  color: #566d77;
  margin-bottom: 8px;
}
body article section#effect >.contents >.content >.measurement_results >ul >li:last-child {
  margin-bottom: 0;
}
body article section#effect >.contents >.content >.measurement_results >ul >li >span {
  color: #00a59a;
}
body article section#effect >.contents .chunks {
  margin-bottom: 80px;
}
body article section#effect >.contents .chunks .chunk {
  max-width: 1194px;
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
}
body article section#effect >.contents .chunks .chunk-even {
  flex-direction: row-reverse;
}
body article section#effect >.contents .chunks .chunk-even >.chunk-text {
  margin-right: 0;
  padding-right: 117px;
  padding-left: 0;
}
body article section#effect >.contents .chunks .chunk-even >img {
  margin-right: 24px;
}
body article section#effect >.contents .chunks .chunk-text {
  max-width: 585px;
  margin-right: 24px;
  padding-left: 117px;
}
body article section#effect >.contents .chunks .chunk-text >p {
  line-height: 1.5;
  text-align: left;
  color: #607d8b;
  margin-bottom: 1.5em;
}
body article section#effect >.contents .chunks .chunk-ttl {
  font-size: 32px;
  line-height: 1.5;
  color: #455a64;
  margin: 45px 0 32px;
}
body article section#effect >.contents .chunks .chunk >img {
  max-width: 585px;
}
@media screen and (max-width: 720px) {
  body article section h2,
  body article section h3 {
    margin: 24px auto;
  }
  body article section >h2,
  body article section >h3 {
    width: 80%;
  }
  body article section >.contents >.content {
    width: 80%;
    max-width: 512px;
    margin: 0 auto 40px;
  }
  body article section >.contents >.content >div >p:last-of-type {
    margin-bottom: 0 !important;
  }
  body article section >.contents >.content >.text {
    max-width: none;
  }
  body article section >.contents >.content >.illust {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  body article section >.contents >.content h3 {
    text-align: center;
  }
  body article section >.contents >.content h3 br {
    display: none;
  }
  body article section >.contents >.content h3 br.shown_sp {
    display: inline;
  }
  body article section#usage >.contents >.content >.left,
  body article section#effect >.contents >.content >.left,
  body article section#usage >.contents >.content >.right,
  body article section#effect >.contents >.content >.right {
    width: 100%;
    max-width: 512px;
  }
  body article section#usage >.contents >.content >.left img,
  body article section#effect >.contents >.content >.left img,
  body article section#usage >.contents >.content >.right img,
  body article section#effect >.contents >.content >.right img {
    width: auto;
    max-width: 100%;
  }
  body article section#usage >.contents >.content.two-column-rev >.left,
  body article section#effect >.contents >.content.two-column-rev >.left {
    margin-bottom: 0;
  }
  body article section#usage >.contents >.content.two-column-rev >.right,
  body article section#effect >.contents >.content.two-column-rev >.right {
    margin-bottom: 40px;
  }
  body article section#usage >.contents >.content {
    margin-bottom: 24px;
  }
  body article section#usage >.contents >.content:last-of-type {
    margin-bottom: 40px;
  }
  body article section#usage >.contents >.content >.left {
    margin: 0 auto 40px;
  }
  body article section#usage >.contents >.content >.left.user_action {
    margin-bottom: 0;
  }
  body article section#usage >.contents >.content >.right {
    margin: 0 auto;
  }
  body article section#usage >.contents >.content >.right.user_action {
    margin: -16px auto 0;
  }
  body article section#usage >.contents >.content >.video >p >.pc {
    display: none;
  }
  body article section#usage >.contents >.content >.video >p >.sp {
    display: inline;
  }
  body article section#usage >.contents >.content >.types >h3 {
    margin: 0 0 24px;
  }
  body article section#usage >.contents >.content >.types >ul {
    width: 100%;
  }
  body article section#usage >.contents >.content >.types >ul.left {
    margin-right: 0;
  }
  body article section#usage >.contents >.content >.types >ul.left >li:last-of-type {
    margin-bottom: 24px;
  }
  body article section#usage >.contents >.content >.types >ul.right >li:last-of-type {
    margin-bottom: 16px;
  }
  body article section#usage >.contents >.content.sample .images {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }
  body article section#usage >.contents >.content.sample .images label input,
  body article section#usage >.contents >.content.sample .images label textarea {
    height: 48px;
    width: 100%;
    max-width: 508px;
  }
  body article section#usage >.contents >.content.sample .images label textarea {
    padding: 0;
  }
  body article section#usage >.contents >.content.sample .images .common_button {
    width: 90%;
    max-width: 320px;
  }
  body article section#usage >.contents >.content.sample .images input.submit {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (max-width: 1280px) {
  body article section#effect >.contents >.content.content-segment {
    margin-bottom: 24px;
  }
  body article section#effect >.contents >.content.two-column-rev >.left {
    margin-bottom: 40px;
    text-align: center;
  }
  body article section#effect >.contents >.content >.text {
    margin-bottom: 0;
  }
  body article section#effect >.contents >.content >.measurement_results {
    width: 100%;
    margin-bottom: 24px;
  }
  body article section#effect >.contents >.content >.measurement_results >ul {
    padding: 0 30px 16px;
  }
  body article section#effect >.contents .chunks {
    width: 93.7%;
    max-width: 512px;
    margin: 0 auto 40px;
  }
  body article section#effect >.contents .chunks .chunk {
    flex-direction: column;
    margin: 0 0 40px auto;
  }
  body article section#effect >.contents .chunks .chunk-even {
    margin: 0 auto 24px;
  }
  body article section#effect >.contents .chunks .chunk-even >.chunk-text {
    margin: 0 auto 24px;
    padding: 0;
  }
  body article section#effect >.contents .chunks .chunk-even >img {
    margin-right: 0;
  }
  body article section#effect >.contents .chunks .chunk-text {
    width: 82%;
    margin: 0 auto;
    padding: 0;
  }
  body article section#effect >.contents .chunks .chunk-ttl {
    font-size: 20px;
    text-align: center;
    margin: 0 0 24px;
  }
  body article section#effect >.contents .chunks .chunk >img {
    max-width: 585px;
  }
}
#usage .sp {
  display: none;
}
#usage .pc {
  display: inline;
}
#usage .gr_lead {
  margin: 0 auto 8px;
  color: #00a59a;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#usage .contents .chunk {
  margin-left: 12.5%;
  margin-right: 12.5%;
  margin-bottom: 80px;
}
#usage .contents .chunk .illust {
  margin-bottom: 10px;
}
#usage .row {
  margin: 0 -1% 0 -1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 102%;
}
#usage .row .col {
  margin: 0 1% 2%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00a59a;
  color: #607d8b;
  width: 48%;
}
@media screen and (max-width: 720px) {
  #usage .contents .chunk {
    width: 80%;
    max-width: 512px;
    margin: 0 auto 40px;
  }
  #usage .gr_lead {
    font-size: 16px;
    width: 100%;
  }
  #usage .row .col {
    margin-bottom: 4%;
    width: 98%;
  }
}
#bfo-auto-complete {
  border-bottom: solid 1px #cfd8dc;
}
#bfo-auto-complete .contents .content {
  margin-bottom: 32px;
}
#bfo-auto-complete .contents .content .video {
  max-width: 680px;
}
#bfo-auto-complete .contents .content .bfo-auto-complete-link {
  color: #009688;
  text-decoration: underline;
}
#bfo-auto-complete .contents .content .bfo-auto-complete-link:hover {
  color: #5bc1ba;
}
#bfo-correct-info {
  border-bottom: solid 1px #cfd8dc;
}
#bfo-correct-info .contents .content {
  margin-bottom: 80px;
}
#bfo-correct-info .contents .content .bfo-correct-info {
  width: 100%;
}
#bfo-correct-info .contents .content .bfo-correct-info .bfo-correct-info-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border-top: solid 1px #becad0;
  border-left: solid 1px #becad0;
  margin-bottom: 8px;
}
#bfo-correct-info .contents .content .bfo-correct-info .bfo-correct-info-lists .bfo-correct-info-list {
  height: 47.5px;
  display: grid;
  place-content: center;
  border-right: solid 1px #becad0;
  border-bottom: solid 1px #becad0;
  color: #607d8b;
}
#bfo-correct-info .contents .content .bfo-correct-info .bfo-correct-info-lists .bfo-correct-info-list.shown_sp {
  display: none;
}
#bfo-correct-info .contents .content .bfo-correct-info .bfo-correct-info-note {
  font-size: 12px;
  color: #607d8b;
}
#bfo-company-list {
  border-bottom: solid 1px #cfd8dc;
}
#bfo-company-list .contents .content {
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #bfo-correct-info .contents .content .bfo-correct-info .bfo-correct-info-lists .bfo-correct-info-list {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  .first_view.bfo .first_title span {
    display: block;
    font-size: 16px;
  }
  #bfo-correct-info .contents .content {
    margin-bottom: 40px;
  }
  #bfo-correct-info .contents .content .text {
    margin-bottom: 16px;
  }
  #bfo-correct-info .contents .content .bfo-correct-info .bfo-correct-info-lists {
    grid-template-columns: 1fr 1fr;
  }
  #bfo-correct-info .contents .content .bfo-correct-info .bfo-correct-info-lists .bfo-correct-info-list {
    height: 43px;
  }
  #bfo-correct-info .contents .content .bfo-correct-info .bfo-correct-info-lists .bfo-correct-info-list.shown_sp {
    display: block;
  }
  #bfo-company-list .contents .content {
    margin-bottom: 40px;
  }
}
