﻿@charset "utf-8";
.overview_layout_r {
    background: #fff;
    border: 1px solid #247273;
    border-radius: 2px;
    padding: 20px 30px;
}

.overview_layout_r h4 {
    font-size: 18px;
    font-weight: 600;
    color: #247273;
    text-align: center;
    margin-bottom: 30px;
}

.overview_layout_r p {
    font-size: 30px;
    font-weight: 600;
    color: #247273;
    text-align: center;
    padding: 0 4px;
    background: linear-gradient(transparent 70%, #F7FF58 0%);
    line-height: 1.5em;
}

.overview_layout_r p span {
    font-size: 89px;
}

@media screen and (max-width: 768px) {
    .overview_layout_r p span {
    font-size: 60px;
}
    .overview_layout_r p {
    font-size: 20px;
    }
}

.example_list {
  display: flex;
  justify-content: space-between;
}
.example_list > li {
  width: calc((100% - 40px) /3);
  background: #fff;
  border: 1px solid #247273;
  border-radius: 4px;
  overflow: hidden;
}
.example_list_inner {
  padding: 15px 15px 30px;
}
.example_image {
  width: 100%;
  height: 400px;
  text-align: center;
  background: #EFF5F4;
}
.example_bm {
  display: table;
  font-size: 16px;
  font-weight: 600;
  color: #247273;
  line-height: 1;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 7px 11px 5px;
  background: #EFF5F4;
  border-radius: 4px;
}
.example_cn {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #247273;
  line-height: 1.3;
  margin: 5px auto 20px;
}
.example_cn img {
  width: 97px;
  height: auto;
  flex-shrink: 0;
  margin-right: 14px;
}
.example_cc {
  font-size: 24px;
  font-weight: 600;
  color: #247273;
  line-height: 1.4;
}
.example_cc > span {
  font-size: 30px;
  background: linear-gradient(transparent 45%, #F7FF58 0%);
}
.example_cc > span > span {
  font-size: 50px;
}
.example_con {
  color: #247273;
  font-weight: 600;
  margin-top: 20px;
}
.example_con dt {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
.example_con dd ul {
  display: flex;
  flex-wrap: wrap;
}
.example_con dd ul li {
  display: flex;
  font-size: 14px;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 6px 15px 5px;
  border: 1px solid #BEC8C8;
  border-radius: 4px;
}

[class^="common_layout_"] .example_image img {
    width: auto;
    height: auto;
}

@media screen and (max-width:769px) {
  .example_list {
    display: block;
    margin: 0 24px;
  }
  .example_list > li {
    width: 100%;
    margin-bottom: 65px;
  }
  .example_list_inner {
    padding: 15px 10px 35px;
  }
  .example_image {
    height: 390px;
  }
  .example_image img {
    height: 100%;
  }
  .example_cn {
    align-items: flex-start;
    margin: 10px 5px 20px;
    text-align: left;
  }
  .adjust_fs01 {
    font-size: 15px;
  }
  .example_cn img {
    margin-right: 10px;
  }
  .example_cn img[src*="columbia.png"] {
    width: 84px;
  }
  .example_cn img[src*="tnya.png"] {
    width: 74px;
  }
  .example_cc {
    font-size: 22px;
    letter-spacing: -0.5px;
    text-align: left;
  }
  .example_cc > span {
    font-size: 24px;
  }
  .example_cc > span > span {
    font-size: 40px;
  }
  .example_con {
    margin: 20px 5px 0;
  }
  .example_con dt {
    text-align: left;
  }
}

.content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}
.content_list li {
  flex-shrink: 0;
  width: 100%;
  max-width: 360px;
  margin-right: 30px;
  margin-bottom: 90px;
  padding: 0 20px 20px;
  background: #fff;
  border: 1px solid #419497;
  border-radius: 4px;
  box-sizing: border-box;
}
.content_list li:nth-child(3n) {
  margin-right: 0;
}
.content_list li:nth-child(n + 4) {
  margin-bottom: 0;
}
.content_list li h3 {
  font-size: 23px;
  font-weight: 600;
  color: #1D5D5E;
  text-align: center;
  margin-top: -40px;
}
.content_list li h3 img {
  display: block;
  width: auto;
  height: 75px;
  margin: 0 auto 7px;
}
.content_list_box {
  margin-top: 20px;
  padding: 20px;
  background: #EFF5F4;
}
.content_list_box p {
  font-size: 16px;
  font-weight: 600;
  color: #1D5D5E;
  line-height: 1;
  margin-bottom: 12px;
}
.content_list_indent {
  display: block;
  margin-top: 7px;
  padding-left: 1em;
  line-height: 1.7;
}
@media screen and (max-width:769px) {
  .content_list {
    display: block;
    margin: 56px 24px 0;
  }
  .content_list li {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 55px;
  }
  .content_list li:nth-child(n + 4) {
    margin-bottom: 55px;
  }
  .content_list li:last-child {
    margin-bottom: 0;
  }
  .content_list li h3 {
    font-size: 20px;
    margin-top: -35px;
  }
  .content_list li h3 img {
    height: 65px;
  }
  .content_list_box p {
    text-align: left;
  }
  .content_list_box p:last-of-type {
    margin-bottom: 0;
  }
}


.flow_list {
  display: flex;
}
.flow_list li {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 196px;
  margin-right: 25px;
  padding-bottom: 25px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}
.flow_list li:last-child {
  margin-right: 0;
}
.flow_list li h3 {
  font-size: 18px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  margin: 20px auto 15px;
}
.flow_list li p {
  font-size: 14px;
  font-weight: 400;
  color: #247273;
  line-height: 1.7;
  margin: 20px;
}
.flow_list li .materials_btn_con {
  width: 180px;
  height: 40px;
  font-size: 18px;
  margin: 18px auto 0;
}
.flow_list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 110px;
  right: -35px;
  width: 40px;
  height: 40px;
  background: url(/cms/smz/img/usr/product/marketing/flow_arrow.png) no-repeat top center;
  background-size: 40px auto;
  z-index: 2;
}
.flow_list li:last-child::after {
  position: static;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: none;
  background-size: unset;
}
@media screen and (max-width:769px) {
  .flow_list {
    display: flex;
    margin-bottom: 23px;
    margin-left: 24px;
    padding-right: 24px;
    overflow: auto;
  }
  .flow_list li p {
    text-align: left;
  }
}

figure.logo_icon{
height: 110px;
    border: 1px solid #ccc;
    padding: 0 30px;
    align-content: space-evenly;
}


