@charset "UTF-8";

html {
    position: relative;
    scroll-behavior: smooth;
}

.s5-categoryHeader .s5-categoryHeader__heading>a,
.s5-categoryHeader .s5-categoryHeader__heading>a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

.related .s5-anchorLinks2 .s5-anchorLinks2__list li .s5-anchorLinks2--thumbTxtArea .s5-anchorLinks2--txtV2:before {
  transform: rotate(-90deg);
}

.s5-container.ver_full {
  max-width: none;
  padding: 0;
}

.s5-returnToTop {
  z-index: 30;
}

.s5-section img {
  vertical-align: bottom;
}

.c5-wrap {
  color: #2f353d;
  line-height: 1.6;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c5-wrap * {
  box-sizing: border-box;
}

.c5-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c5-wrap p {
  padding: 0;
  margin: 0 0 1.5em 0;
}

.c5-wrap p:last-child {
  margin-bottom: 0;
}

.c5-bkFull {
  padding: 60px 0;
  background-color: #000;
  color: #fff;
  /*margin-bottom: 120px;*/
  overflow: hidden;
  position: relative;
}

.c5-bkFull>div:not(.c5-bg_radial) {
  position: relative;
  z-index: 2;
}

.c5-bg_radial {
  content: '';
  width: 85vw;
  height: 100vh;
  position: absolute;
  background: radial-gradient(#2e2f2f 0%, #000000 82%);
  z-index: 1;
  top: 20%;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
}

.c5-mv {
  margin-bottom: 120px;
  display: flex;
  align-items: flex-end;
}

.c5-mv_l {
  flex: 1;
  padding-left: 20px;
}

.c5-mv_r {
  flex: 0 1 55%;
  text-align: center;
  margin-left: 30px;
}

.c5-mv_ttl {
  position: relative;
  line-height: 1;
  margin: 0 -10vw 0px 0;
  max-width: 640px;
}

.c5-mv_lead {
  font-weight: bold;
  line-height: 2;
  font-size: 18px;
}

.c5-workflow>div {
  margin-bottom: 20px;
}

.c5-list_possible {
  margin: 0;
  padding: 0;
}

.c5-list_possible li {
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: #1b1b1b;
  margin-bottom: 10px;
}

.c5-list_possible .num {
  border-right: 1px solid #2f2f2f;
  font-family: Helvetica, "sans-serif";
  font-size: 46px;
  line-height: 1.2;
  font-weight: bold;
  padding-right: 10px;
}

.c5-list_possible .num+div {
  font-size: 20px;
  border-left: 1px solid #2f2f2f;
  padding-left: 10px;
  margin-left: -1px;
}

.c5-innerL {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.c5-innerLL {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 30px;
}

.c5-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.c5-innerS {
  max-width: 800px;
  margin: 0 auto;
}

.c5-section {
  margin-bottom: 80px;
}

.c5-lead {
  font-size: 1.2em;
  line-height: 1.8;
}

/*2023.02.24_h.tomita-added*/
.toggle_contents {
  padding: 15px 0;
}

.toggle_title {
  font-weight: bold;
  width: 42px;
  height: 42px;
  background: #eee;
  line-height: 42px;
  position: absolute;
  right: 20px;
  top: 130px;
  cursor: pointer;
  transition: 0.3s;
}

.toggle_title:hover {
  color: #fd7e00;
}

.toggle_title:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 12px;
  right: 16px;
  transition: 0.2s;
}

.toggle_title.selected:after {
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s;
  top: 24px;
}

.toggle_txt {
  display: none;
}

/*2023.02.24_h.tomita-added*/

.c5-block_navi {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px;
  margin-bottom: 40px;
  position: relative;
  /*align-items: end;*/
}

.c5-support_navi {
  width: 100%;
}

.c2-cs_img{
  width: 100%;
　height: 100px;
　display: block;
　letter-spacing: -.4em;
　font-size: 0;
}

.c2-cs_img div{
　width: 25%;
　height: 100%;
　display: inline-block;
}

@media screen and (min-width: 768px) {
  .c5-support_navi {
    width: calc(100% /4);
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.c5-list_navi {
  flex: auto;
}

.c5-list_navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.c5-list_navi>ul>li {
  padding: 0px 10px;
  border-left: 1px solid #ccc;
}

.c5-list_navi>ul>li:last-child {
  border-right: 1px solid #ccc;
}

.c5-list_navi>ul>li:hover>a::before {
  content: '';
  width: calc(100% + 2px);
  height: 2px;
  background-color: #2f353d;
  bottom: -7px;
  left: -1px;
  position: absolute;
  z-index: 1;
}

.c5-list_navi>ul>li>a {
  text-align: center;
  display: block;
  color: #2f353d !important;
  font-weight: bold;
  padding: .5em 0.5em;
  position: relative;
  font-size: 14px;
  text-decoration: none !important;
}

.c5-list_navi>ul>li>a:hover {
  text-decoration: none;
}

.hasChild>a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 24px 12px;
  border-color: transparent transparent #2f353d transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
  display: none;
}

@media screen and (min-width: 768px) {
  .hasChild:hover .c5-list_naviChild {
    display: block;
  }

  .hasChild:hover>a::after {
    display: block;
  }
}

.c5-list_naviChild {
  display: none;
  position: absolute;
  top: calc(100% - 13px);
  left: 0;
  width: 100%;
  z-index: 20;
}

.c5-list_naviChild .inner {
  background-color: #2f353d;
  padding: 30px;
  color: #fff;
  margin-top: 54px;
}

.c5-list_naviChild ul {
  flex-wrap: wrap;
  margin: 0 -15px -40px -15px;
}

.c5-list_naviChild li {
  width: 33.33%;
  /*flex: auto;*/
  padding: 0 10px 40px 10px;
}

.c5-list_naviChild .head {
  font-weight: bold;
}

.c5-list_naviChild .figure {
  margin-top: 10px;
  /*display: none;*/
}

.c5-list_naviChild .figure+div {
  margin-top: 10px;
  /*display: none;*/
}

.c5-list_naviChild a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  transition: opacitu .3s ease;
}

.c5-list_naviChild a:hover {
  opacity: .7;
  text-decoration: none;
}

.c5-anchors_wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.c5-anchors_wrap .c5-innerL {
  padding-top: 15px;
  padding-bottom: 15px;
}

.c5-anchors_wrap.fixed {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
}

.c5-anchors_navi {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.c5-anchors_navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c5-anchors_navi>li {
  text-align: center;
  margin-right: 5px;
  width: 20%;
}

.c5-anchors_navi a {
  display: block;
  padding: 10px;
  height: 100%;
  background-color: #e8f4ff;
  text-decoration: none !important;
  color: #2f353d !important;
  transition: background .3s ease;
  border: 1px solid #1e90ff;
}

@media screen and (min-width: 768px) {
  .c5-anchors_navi a.l2 {
    padding-top: 1.5em;
  }
}

.c5-anchors_navi a:hover {
  background-color: #fff;
}

.c5-anchors_navi a span {
  margin-left: 5px;
}

.c5-ttl_top {
  text-align: left;
  padding: 0 0 0px;
  margin: 0 0 30px;
  font-size: 1.6em;
  line-height: 1.4;
}

.c5-ttl_border {
  text-align: center;
  border-bottom: 1px solid #333;
  padding: 0 0 15px;
  margin: 0 0 30px;
  font-size: 1.8em;
  line-height: 1.4;
}

.c5-ttl_borderL {
  border-left: 15px solid #e5e5e5;
  font-size: 1.3em;
  padding: 5px 0 5px 15px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.c5-ttl_border.noborder,
.c5-ttl_borderL.noborder {
  border: none;
  padding: 0;
}

.c5-ttl_borderL.xdcam {
  border-color: #006db2;
}

.c5-ttl_borderL.ci {
  border-color: #1e90ff;
}

.c5-ttl_borderL.nvx {
  border-color: #33610a;
}

.c5-ttl_borderL.map {
  border-color: #008a70;
}

.c5-ttl_borderL.csw {
  border-color: #d62d61;
  /*height: 2.6em;
  display: flex;
  align-items: center;*/
  font-size:1.2rem;
}

.c5-list_solution {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
}

.c5-list_solution>div {
  width: calc(50% - 100px);
  margin: 0 50px 50px 50px;
}

.c5-list_solution .figure {
  text-align: center;
  margin-bottom: 20px;
}

.c5-list_solutionNew {}

.c5-list_solutionNew>div {
  display: flex;
  margin-bottom: 60px;
}

.c5-list_solutionNew .head {
  display: flex;
}

.c5-list_solutionNew .head p {
  margin-bottom: .5em;
}

.c5-list_solutionNew .head .icon {
  margin-right: 15px;
}

.c5-list_solutionNew .head .icon+div {
  flex: 1;
}

.c5-list_solutionNew .figure {
  flex: 0 1 45%;
  margin-right: 30px;
}

.c5-list_solutionNew .txt {
  flex: 1;
}

a.c5-btn_detail {
  text-decoration: none;
  display: inline-block;
  color: #2f353d;
  text-align: center;
  padding: 5px;
  border: 1px solid #333;
  transform: background .3s ease;
  min-width: 200px;
}

a.c5-btn_detail:hover {
  text-decoration: none;
  background-color: #1e90ff;
  color: #ffff;
  border: 1px solid #1e90ff;
}

a.c5-btn_support {
  display: block;
  text-align: center;
  background-color: #eee;
  padding: .5em 1em;
  transition: opacity .3s ease;
}

a.c5-btn_support:hover {
  text-decoration: none;
  opacity: .7;
}

.c5-btn_radius {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 2em;
  border: 2px solid #006db2;
  padding: 5px 20px;
  color: #006db2;
  transition: background-color .3s ease;
}

.c5-btn_radius:hover {
  text-decoration: none;
  background-color: #006db2;
  color: #fff;
}

.c5-btn_radius [class*="s5-icon"] {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.c5-btn_radiusL {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 2em;
  border: 2px solid #006db2;
  padding: 10px 30px;
  color: #fff;
  transition: background-color .3s ease;
  font-size: 1.2em;
  background-color: #006db2;
  box-shadow: 0px 15px 29px rgba(0, 0, 0, 0.15);
}

.c5-btn_radiusL:hover {
  text-decoration: none;
  background-color: #fff;
  color: #006db2;
}

.c5-btn_radiusL:hover [class*="s5-icon"] {
  background-color: #006db2;
}

.c5-btn_radiusL:hover [class*="s5-icon"]::before {
  color: #fff;
}

.c5-btn_radiusL [class*="s5-icon"] {
  position: relative;
  width: 1.2em;
  padding-top: 1.2em;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}

.c5-btn_radiusL [class*="s5-icon"]::before {
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
  color: #006db2;
  font-size: .8em;
}

.c5-bg_gray {
  background-color: #f6f6f6;
}

.c5-fixed_footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}

.c5-sp {
  display: none;
}

.c5-fs_middle {
  font-size: 1.4em;
}

.c5-fs_large {
  font-size: 1.2em;
}

.c5-fs_largeL {
  font-size: 1.8em;
}

.c5-fs_small {
  font-size: .8em;
}

.c5-txt_c {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c5-txt_c.pc_only {
    text-align: left;
  }
}

.c5-txt_r {
  text-align: right;
}

.c5-txt_l {
  text-align: left;
}

.c5-mb0 {
  margin-bottom: 0 !important;
}

.c5-mb05 {
  margin-bottom: .5em !important;
}

.c5-mb1 {
  margin-bottom: 1em !important;
}

.c5-mb60 {
  margin-bottom: 60px !important;
}

.bg_purple {
  background-color: #7870FF !important;
}

/*solution--------------------------------*/
.c5-mv_sol {
  overflow: hidden;
}

.c5-mv_sol.xdcam {
  background: url("../xdcam_air/images/bg_main.jpg") no-repeat center center;
  background-size: cover;
  padding: 7vw 0;
  max-height: 720px;
}

.c5-mv_sol.xdcam .c5-cols_main .figure img {
  /*position: relative;
  right: -5%;*/
}

.c5-mv_sol.map {
  background-image: url("../map/images/bg_map01.png"), url("../map/images/bg_map02.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, center top;
  background-size: auto, cover;
  padding: 9.5vw 0;
  max-height: 720px;
  position: relative;
}

.c5-mv_sol.map::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 138, 112, 0.1);
  z-index: -1;
  position: absolute;
}

.c5-mv_sol.map .name {
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.c5-mv_sol.map .c5-cols_main {
  display: block;
  color: #fff;
}

.c5-mv_sol.map .lead {
  text-align: left;
}

.c5-mv_sol.nvx {
  background-image: url("../nvx/images/bg_nvx01.png"), url("../nvx/images/bg_nvx02.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, center top;
  background-size: auto, cover;
  padding: 9.5vw 0;
  max-height: 720px;
  position: relative;
}

.c5-mv_sol.nvx::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1b1b37;
  z-index: -1;
  position: absolute;
}

.c5-mv_sol.nvx .name {
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.c5-mv_sol.nvx .c5-cols_main {
  display: block;
  color: #fff;
}

.c5-mv_sol.nvx .lead {
  text-align: left;
}

.c5-mv_sol.csw {
  background-image: url("../m2l/images/bg_m2l01.png"), url("../m2l/images/bg_m2l02.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, center top;
  background-size: auto, cover;
  padding: 9.5vw 0;
  max-height: 720px;
  position: relative;
}

.c5-mv_sol.csw::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1b1b37;
  z-index: -1;
  position: absolute;
}

.c5-mv_sol.csw .name {
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.c5-mv_sol.csw .c5-cols_main {
  display: block;
  color: #fff;
}

.c5-mv_sol.csw .lead {
  text-align: left;
}

.c5-mv_sol.tool,
.c5-mv_sol.solution {
  background: url("../ci-media-cloud/images/bg_tool01.png") no-repeat right top;
  background-size: 50%;
  padding: 9.5vw 0;
  max-height: 720px;
  position: relative;
}

.c5-mv_sol.tool::before,
.c5-mv_sol.solution::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 144, 255, 0.1);
  z-index: -1;
  position: absolute;
}

.c5-mv_sol.tool .c5-cols_main,
.c5-mv_sol.solution .c5-cols_main {
  display: block;
}

.c5-mv_sol.tool .c5-cols_main .text,
.c5-mv_sol.solution .c5-cols_main .text {
  width: 58%;
}

@media screen and (min-width: 768px) {

  .c5-mv_sol.tool .name,
  .c5-mv_sol.solution .name {
    font-size: 3em;
  }
}

.c5-mv_sol.solution {
  background-image: url("../ci-media-cloud/images/bg_solution01.png");
}

.c5-mv_sol.ci {
  background-image: url("../ci-media-cloud/images/bg_ci01.png"), url("../ci-media-cloud/images/bg_ci03.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right top, center 1em;
  background-size: auto 100%, cover;
  padding: 9.5vw 0;
  max-height: 720px;
  position: relative;
}

.c5-mv_sol.ci::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 144, 255, 0.1);
  z-index: -1;
  position: absolute;
}

.c5-mv_sol.ci .c5-cols_main {
  display: block;
}

.c5-mv_sol.ci .c5-cols_main .figure {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 47%;
  margin: 0;
}

.c5-mv_sol.ci .c5-cols_main .text {
  width: 58%;
}

@media screen and (min-width: 768px) {
  .c5-mv_sol.ci .name {
    font-size: 3em;
  }
}

.c5-mv_sol.ci .c5-list_btns {
  margin-top: 60px;
}

.c5-mv_sol .sub {
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 10px;
}

.c5-mv_sol .name {
  font-weight: bold;
  padding: 0;
  margin: 0 0 60px;
  color: #006db2;
  font-size: 4em;
  line-height: 1.4;
}

.c5-mv_sol .lead {
  font-weight: bold;
  font-size: 1.4em;
}

.c5-cols_main {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.c5-cols_main .figure {
  flex: 0 1 53%;
  text-align: right;
  margin-left: 20px;
}

.c5-cols_main .text {
  flex: 0 1 50%;
}

.c5-section_sol {
  padding: 20px 30px;
}

.c5-ttl_sol {
  color: #006db2;
  font-weight: bold;
  padding: 0;
  margin: 0 0 60px;
  font-size: 2.5em;
  line-height: 1.4;
}

.c5-ttl_sol.border {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.c5-ttl_sol.border::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #006db2;
}

.c5-ttl_sol.black {
  color: #333 !important;
}

.c5-ttl_solSup {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: .9em !important;
  position: relative;
  padding-bottom: 10px;
}

.c5-ttl_solSup:not(.nonLine)::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #2f353d;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

p:not([class])+.c5-ttl_solSub {
  margin-top: 2em;
}

.c5-ttl_solSub {
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 0;
  font-size: 2em;
}

@media screen and (min-width: 768px) {
  .c5-ttl_solSub.adjust {
    margin: 2.6em 0 !important;
  }
}

.c5-ttl_solSub.borderL {
  border-left: 15px solid #006db2;
  padding: 5px 0 5px 20px;
}

.c5-cols_solIcons {
  display: flex;
  margin-top: 60px;
  margin-bottom: -100px;
  flex-wrap: wrap;
  justify-content: center;
}

.c5-cols_solIcons p {
  margin-bottom: 1em;
}

.c5-cols_solIcons .head {
  color: #006db2;
  font-weight: bold;
  text-align: center;
  font-size: 1.6em;
}

.c5-cols_solIcons .head+p {
  text-align: left;
  min-height: 5em;
}

.c5-cols_solIcons>div {
  flex: 0 1 25%;
  margin: 0 4% 100px 4%;
  text-align: center;
}

.c5-cols_solIcons .c5-icon_circle {
  width: 90%;
  padding-top: 90%;
  margin-bottom: 20px;
  margin-right: 0;
}

.c5-icon_circle {
  width: 45px;
  padding-top: 45px;
  background-color: #006db2;
  text-align: center;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.c5-icon_circle.app {
  background: #006db2 url("../C3_Portal/images/icon_app.png") no-repeat center;
  background-size: auto 65%;
}

.c5-icon_circle.streaming {
  background: #006db2 url("../C3_Portal/images/icon_streaming.png") no-repeat center;
  background-size: 45% auto;
}

.c5-icon_circle.transfer {
  background: #006db2 url("../C3_Portal/images/icon_transfer.png") no-repeat center;
  background-size: 70% auto;
}

.c5-icon_circle.preview {
  background: #006db2 url("../C3_Portal/images/icon_preview.png") no-repeat center;
  background-size: 70% auto;
}

.c5-icon_circle.mediabox {
  background: #006db2 url("../ci-media-cloud/images/icon_box.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.filedl {
  background: #006db2 url("../ci-media-cloud/images/icon_download.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.ext {
  background: #006db2 url("../ci-media-cloud/images/icon_external-transfers.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.videopreview {
  background: #006db2 url("../ci-media-cloud/images/icon_videopreview.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.roughcut {
  background: #006db2 url("../ci-media-cloud/images/icon_roughcut.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.medialog {
  background: #006db2 url("../ci-media-cloud/images/icon_medialog.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.security {
  background: #006db2 url("../ci-media-cloud/images/icon_shield.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.wf {
  background: #006db2 url("../ci-media-cloud/images/icon_wf.png") no-repeat center;
  background-size: 60% auto;
}

.c5-icon_circle.team {
  background: #006db2 url("../ci-media-cloud/images/icon_team.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.auto {
  background: #006db2 url("../ci-media-cloud/images/icon_auto.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.cloud {
  background: #006db2 url("../ci-media-cloud/images/icon_cloud.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.toolkit {
  background: #006db2 url("../ci-media-cloud/images/icon_tools.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.search {
  background: #006db2 url("../ci-media-cloud/images/icon_search.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.share {
  background: #006db2 url("../ci-media-cloud/images/icon_share.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.brain {
  background: #006db2 url("../ci-media-cloud/images/icon_brain.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.stamp {
  background: #006db2 url("../ci-media-cloud/images/icon_stamp.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.photo {
  background: #006db2 url("../ci-media-cloud/images/icon_photo.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.list {
  background: #006db2 url("../ci-media-cloud/images/icon_list.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.plug {
  background: #006db2 url("../ci-media-cloud/images/icon_plug.png") no-repeat center;
  background-size: 50% auto;
}

.c5-icon_circle.support {
  background: #006db2 url("../ci-media-cloud/images/icon_headset.png") no-repeat center;
  background-size: 50% auto;
}

.c5-bg_xdcam02 {
  background: #f6f6f6 url("../xdcam_air/images/img_02.png") no-repeat right center;
  background-size: 30% auto;
}

@media screen and (min-width: 768px) {
  .c5-bg_xdcam02 p {
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  }
}

.c5-bg_xdcam02 .c5-inner {
  padding-right: 15%;
}

.c5-bg_ci02 {
  background: #f6f6f6 url("../ci-media-cloud/images/bg_ci02.png") no-repeat right 60px;
  background-size: 55%;
}

.c5-bg_ci02 .c5-block_txt {
  width: 50%;
  margin-bottom: 15vw;
}

p+.c5-cols {
  margin-top: 100px;
}

.c5-cols {
  display: flex;
  gap: 30px;
	
}

.c5-reverse {
  flex-direction: row-reverse;
}

.c5-cols .text {
  flex: 1;
}
.c5-cols .figure_sub {
  flex: 50%;
}
.c5-cols .figure {
  flex: 0 1 50%;
}
.c5-cols .figure img, .c5-cols .figure_sub img {
  max-width: 100%;
  width: 100%;
}

.c5-colCenter {
	justify-content: center;
}

.c5-colAlign {
	align-items: center;
}

@media screen and (min-width: 768px) {
  .c5-cols.border_c {
    position: relative;
  }

  .c5-cols.border_c::before {
    content: '';
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #ccc;
  }
}

.c5-cols+div {
  margin-top: 100px;
}

.c5-cols .figure+* {
  margin-top: 40px;
}

.c5-cols.col2 {
  margin-left: -25px;
  margin-right: -25px;
  flex-wrap: wrap;
}

.c5-cols.col2>div {
  width: calc(50% - 50px);
  margin: 0 25px;
}

.c5-cols.col2>div:nth-child(-n + 2) {
  margin-bottom: 50px;
}

.c5-cols.col3 {
  flex-wrap: wrap;
}

.c5-cols.col3>div {
  width: calc(33.33% - 50px);
  margin: 0 25px;
}

.c5-cols.col3>div:nth-child(n + 4) {
  margin-top: 60px;
}

.c5-cols_featuresWrap {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}

.c5-cols_featuresWrap>div {
  width: calc(50% - 40px);
  margin: 0 20px 60px 20px;
}

@media screen and (min-width: 768px) {
  .c5-cols_featuresWrap .c5-cols_features+.c5-cols_features {
    margin-top: 0;
  }
}

.c5-cols_features {
  display: flex;
}

.c5-cols_features+.c5-cols_features {
  margin-top: 130px;
}

@media screen and (min-width: 768px) {
  .c5-cols_features.reverse .figure {
    order: 1;
    margin-left: 0;
    margin-right: 40px;
  }

  .c5-cols_features.reverse .number {
    order: 2;
  }

  .c5-cols_features.reverse .text {
    order: 3;
  }
}

.c5-cols_features .icon {
  min-width: 60px;
  padding-top: 5px;
}

.c5-cols_features .number {
  border-right: 3px solid #006db2;
  padding-right: 40px;
  margin-right: 40px;
  color: #009cff;
  font-weight: bold;
  font-size: 3em;
  line-height: 1;
}

.c5-cols_features .text {
  flex: 1;
}

.c5-cols_features .figure {
  flex: 0 1 250px;
  margin-left: 40px;
}

.c5-img_features {
  margin: 40px 0 0 0;
}

.c5-list_btns {
  margin-top: -20px;
}

.c5-list_btns a {
  margin-top: 20px;
}

.c5-list_btns a:not(:last-child) {
  margin-right: 30px;
}

.c5-list_logos {
  list-style: none;
  padding: 0;
  margin: 0 0 100px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.c5-list_logos.ex {
  margin: 100px 0 0 0;
}

.c5-list_logos>li {
  margin: 0 20px 20px 20px;
}

.c5-list_check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c5-list_check+* {
  margin-top: 40px;
}

.c5-list_check+.c5-list_btns {
  margin-top: 20px;
}

.c5-list_check li {
  margin-bottom: .8em;
  padding-bottom: .8em;
  padding-left: 1.5em;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.c5-list_check li::before {
  content: "";
  font-family: icon, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  color: #006db2;
}

.c5-list_labels {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c5-list_labels li {
  display: inline-block;
  vertical-align: top;
  padding: 8px 15px;
  background-color: #006db2;
  color: #fff;
  font-weight: bold;
  font-size: .9em;
  margin-bottom: 10px;
}

.c5-list_labels li:not(:last-child) {
  margin-right: 15px;
}

.c5-list_tags {
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: -1em;
}

.c5-list_tags li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
  border-radius: 2em;
  padding: 5px 15px 5px 35px;
  font-size: .7em;
  line-height: 1.4;
  background: url("../images/icon_tag.png") no-repeat 15px center/12px auto;
  margin: 0 5px 10px 0;
}

.c5-cols_price {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}

.c5-cols_price .c5-list_disc:last-child {
  margin-bottom: 0;
}

.c5-cols_price>div {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin: 0 20px;
  width: calc(33.333% - 40px);
  background-color: #fff;
  position: relative;
}

.c5-cols_price>div.nocol {
  width: auto;
  flex: 1;
  margin-top: 60px;
}

.c5-cols_price .head {
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.4;
  padding: 10px;
  background-color: #1e90ff;
  color: #fff;
}

.c5-cols_price .head_sub {
  text-align: center;
  border-bottom: 1px solid #1e90ff;
  color: #1e90ff;
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}

.c5-cols_price .body {
  padding: 20px;
}

.c5-cols_price .price {
  font-weight: bold;
  font-size: 1.6em;
  color: #1e90ff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
}

.c5-cols_price .price>span {
  font-size: 1.2em;
}

.c5-cols_price .price .en {
  font-size: 1.2em;
  font-family: 'DIN Next LT Pro', Arial, Helvetica, sans-serif;
}

.c5-cols_price .btn {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .c5-cols_price .btn:last-child {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}

.c5-cols_price h4 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 1.3em;
}

.c5-cols_tools {
  display: flex;
}

.c5-cols_tools.ex .text {
  margin-top: 0;
}

.c5-cols_tools.ex .figure {
  margin-left: 0;
}

.c5-cols_tools+div {
  margin-top: 100px;
}

.c5-cols_tools+.append {
  margin-top: 40px;
}

.c5-cols_tools+.append+div {
  margin-top: 100px;
}

.c5-cols_tools.reverse.ex .figure {
  margin-right: 0;
}

.c5-cols_tools.reverse .figure {
  margin: 0 -15px 0 30px;
  order: 2;
}

.c5-cols_tools.reverse .text {
  order: 1;
}

.c5-cols_tools .figure {
  flex: 0 1 40%;
  margin: 0 30px 0 -15px;
}

.c5-cols_tools .text {
  flex: 1;
  margin-top: 15px;
}

.c5-box_border {
  padding: 30px;
  border: 1px solid #006db2;
}

.c5-img_border {
  border: 1px solid #ccc;
}

.c5-list_disc {
  margin: 0 0 20px 0;
  list-style: none;
  border: 1px solid rgba(128,128,128,1.00);
  padding: 20px;
}

.c5-list_disc>li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.c5-list_disc>li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(128,128,128,1.00);
  position: absolute;
  top: .5em;
  left: 0;
}

.c5-list_mm {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.c5-list_mm+div {
  margin-top: 50px;
}

.c5-list_mm>div {
  width: calc(25% - 40px);
  margin: 50px 10px 0 10px;
  padding: 20px 0px;
}

.c5-list_mm>div>ul {
  padding: 0px 10px 0px 30px;
  font-size: 0.9em;
}

.c5-list_mm .head {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em !important;
  border-bottom: solid 1px;
  display: inline-block;
}

.c5-icon_plus {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-color: #333;
}

.c5-icon_plus::before,
.c5-icon_plus::after {
  content: '';
  width: 50%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}

.c5-icon_plus::after {
  transform: rotate(90deg);
}

.js_modal {
  display: block;
  position: relative;
  transition: opacity .3s ease;
}

.js_modal:hover {
  opacity: .7;
}

.js_modal .c5-icon_plus {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (min-width: 768px) {
  .c5-mw320 {
    min-width: 320px;
  }
}

.c5-icon_new {
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 15px;
}

.c5-btn_radiusL span.s5-icon-window,
.c5-btn_radius span.s5-icon-window {
  background-color: transparent !important;
  width: 11px;
  padding-top: .8em;
  border-radius: 0%;
  margin-left: 5px;
}

/*Tablet --------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .c5-mv_sol {
    max-height: none !important;
  }
}

/*SP --------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c5-wrap {
    font-size: 14px;
    padding-top: 40px;
  }

  .c5-anchors_wrap {
    margin-bottom: 0;
  }

  .c5-anchors_wrap .c5-innerL {
    padding: 10px 10px 0 10px;
  }

  .c5-anchors_navi {
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .c5-anchors_navi>li {
    margin: 0 5px 10px 5px !important;
    width: calc(50% - 10px);
    font-size: 11px;
  }

  .c5-anchors_navi a {
    padding: 5px;
  }

  .c5-block_navi {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .hasChild>a.active::after {
    display: block;
    border-width: 0 6vw 12vw 6vw;
    top: 0;
  }

  .c5-list_naviChild {
    top: 10.5vw;
  }

  .c5-list_naviChild ul {
    display: block;
    margin: 0;
  }

  .c5-list_naviChild li {
    width: auto;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .c5-list_naviChild li:last-child {
    margin-bottom: 0;
  }

  .c5-list_naviChild .inner {
    margin: 0;
    padding: 15px;
  }

  .c5-list_navi>ul>li {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
    flex: 0 1 50%;
    min-width: 0;
  }

  .c5-list_navi>ul>li a {
    height: 100%;
    font-size: 3.5vw;
    padding: 1vw;
  }

  .c5-list_navi>ul>li a::before {
    display: none;
  }

  a.c5-btn_support {
    font-size: 3.5vw;
  }

  .c5-cols_main {
    display: block;
  }

  .c5-mv_sol.nvx,
  .c5-mv_sol.map,
  .c5-mv_sol.csw {
    max-height: none;
    background-size: 80% auto, cover;
  }

  .c5-mv_sol.tool,
  .c5-mv_sol.solution {
    max-height: none;
    background-position: right bottom;
    padding-bottom: 90vw;
    background-size: 100%;
  }

  .c5-mv_sol.tool .c5-cols_main .text,
  .c5-mv_sol.solution .c5-cols_main .text {
    width: auto;
  }

  .c5-mv_sol.ci {
    max-height: none;
    background-size: auto 100%, contain;
    background-position: 0 top, center 1em;
  }

  .c5-mv_sol.ci .c5-cols_main .text {
    width: auto;
  }

  .c5-mv_sol.ci .c5-cols_main .figure {
    position: static;
    max-width: none;
    transform: none;
    margin-top: 40px;
    margin-right: -20px;
  }

  .c5-mv_sol.ci .c5-list_btns {
    margin-top: 40px;
    text-align: center;
  }

  .c5-mv_sol .name {
    font-size: 10vw;
    margin-bottom: 30px;
    text-align: center;
  }

  .c5-mv_sol .sub {
    font-size: 5vw;
    text-align: center;
  }

  .c5-mv_sol .lead {
    font-size: 4.8vw;
    text-align: center;
  }

  .c5-mv_sol.xdcam {
    padding: 60px 0;
    max-height: none;
  }

  .c5-mv_sol.xdcam .c5-cols_main .figure {
    margin: 40px -20px 0 -20px;
    text-align: center;
  }

  .c5-mv_sol.xdcam .c5-cols_main .figure img {
    position: static;
  }

  .c5-section {
    margin-bottom: 60px;
  }

  .c5-ttl_borderL {
    border-width: 10px;
    padding-left: 10px;
  }

  .c5-list_solution {
    margin: 0;
  }

  .c5-list_solution>div {
    width: auto;
    margin: 0 0 30px 0;
  }

  .c5-ttl_sol {
    font-size: 7vw;
    margin-bottom: 40px;
  }

  .c5-ttl_sol.border {
    padding-bottom: 20px;
  }

  .c5-ttl_solSub {
    font-size: 5vw;
    margin-bottom: 20px;
  }

  .c5-ttl_solSub.borderL {
    border-width: 7px;
    padding-left: 15px;
  }

  .c5-list_btns .c5-btn_radiusL {
    margin-right: 0 !important;
  }

  .c5-section_sol {
    padding: 20px 0;
  }

  .c5-cols_solIcons {
    margin: 20px -2% -40px -2%;
  }

  .c5-cols_solIcons.sp_col2>div {
    flex: 0 1 46%;
  }

  .c5-cols_solIcons.sp_col2>div .head {
    font-size: 4vw;
  }

  .c5-cols_solIcons>div {
    margin: 0 2% 40px 2%;
    flex: 0 1 29%;
  }

  .c5-cols_solIcons .head {
    font-size: 3vw;
  }

  .c5-cols_featuresWrap {
    display: block;
    margin: 0 0 30px;
  }

  .c5-cols_featuresWrap>div {
    width: auto;
    margin: 60px 0 0 0;
  }

  .c5-cols_featuresWrap>div:first-child {
    margin-top: 0;
  }

  .c5-cols_features {
    flex-wrap: wrap;
  }

  .c5-cols_features+.c5-cols_features {
    margin-top: 60px;
  }

  .c5-cols_features .number {
    display: none;
  }

  .c5-cols_features .figure {
    margin: 20px 0 0 0 !important;
    text-align: center;
    width: 100%;
    flex: none;
  }

  .c5-cols_features .c5-ttl_solSub {
    border-bottom: 2px solid #006db2;
    padding: 0 0 3vw 0;
  }

  .c5-cols_features .number+.text .c5-ttl_solSub {
    padding: 0 0 3vw 7.5vw;
    margin-bottom: 4vw;
    position: relative;
  }

  .c5-cols_features .number+.text .c5-ttl_solSub::before {
    content: attr(data-number) ". ";
    color: #009cff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .c5-img_features {
    margin-bottom: 60px;
  }

  .c5-bg_xdcam02 {
    padding-bottom: calc(77vw + 60px);
    background-position: right calc(100% - 60px);
    background-size: 70%;
  }

  .c5-bg_xdcam02 .c5-inner {
    padding: 0;
  }

  p+.c5-cols,
  .c5-cols+div {
    margin-top: 60px;
  }

  .c5-cols {
    display: block;
  }

  .c5-cols .figure {
    text-align: center;
  }

  .c5-cols .figure+* {
    margin-top: 20px;
  }

  .c5-cols.border_c>div:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }

  .c5-cols.col2,
  .c5-cols.col3 {
    margin-right: 0;
    margin-left: 0;
  }

  .c5-cols.col2>div,
  .c5-cols.col3>div {
    width: auto;
    margin: 0;
  }

  .c5-cols.col2>div:not(:last-child),
  .c5-cols.col3>div:not(:last-child) {
    margin-bottom: 30px;
  }

  .c5-cols.col3>div:nth-child(n + 4) {
    margin-top: 0;
  }

  .c5-cols_tools {
    display: block;
  }

  .c5-cols_tools+div {
    margin-top: 60px;
  }

  .c5-cols_tools+.append {
    margin-top: 30px;
  }

  .c5-cols_tools+.append+div {
    margin-top: 60px;
  }

  .c5-cols_tools .figure {
    margin: 0 0 20px 0 !important;
    text-align: center;
  }

  .c5-box_border {
    padding: 15px;
  }

  .c5-bg_ci02 {
    background-position: right calc(100% - 60px);
    padding-bottom: 100vw;
    background-size: 100%;
  }

  .c5-bg_ci02 .c5-block_txt {
    width: auto;
  }

  .c5-list_logos {
    margin-bottom: 60px;
  }

  .c5-list_logos.ex {
    margin: 60px 0 0 0;
  }

  .c5-btn_radius {
    padding: 5px 5vw;
  }

  .c5-btn_radiusL {
    padding: 10px 5vw;
    display: block;
    min-width: 0 !important;
  }

  .c5-cols_price {
    display: block;
    margin: 0;
  }

  .c5-cols_price>div {
    margin: 0 0 40px 0;
    width: auto;
  }

  .c5-cols_price>div.nocol {
    margin-top: 0;
  }

  .c5-cols_price>div:last-child {
    margin-bottom: 0;
  }

  .c5-cols_price .body {
    padding: 15px;
  }

  .c5-list_mm {
    margin: 0;
    display: block;
  }

  .c5-list_mm>div {
    margin: 0 0 30px 0;
    width: auto;
  }

  .c5-innerL {
    padding: 0 20px;
  }

  .c5-innerLL {
    padding: 0 20px;
  }

  .c5-fs_largeL {
    font-size: 1.5em;
  }

  .c5-sp {
    display: block;
  }

  .c5-pc {
    display: none;
  }
}

/*color variation-----------------------*/
.c5-icon_new.ver_catalog {
  color: #7870FF !important;
  border-color: #7870FF !important;
}

.c5-ttl_sol.ver_catalog {
  color: #7870FF !important;
}

.c5-ttl_sol.ver_catalog::before {
  background-color: #7870FF !important;
}

.c5-btn_radiusL.ver_catalog {
  border-color: #7870FF !important;
  background-color: #7870FF !important;
}

.c5-btn_radiusL.ver_catalog:hover {
  background-color: #fff !important;
  color: #7870FF !important;
}

.c5-btn_radiusL.ver_catalog:hover [class*="s5-icon"] {
  background-color: #7870FF !important;
}

.c5-btn_radiusL.ver_catalog:hover [class*="s5-icon"]::before {
  color: #fff !important;
}

.c5-btn_radiusL.ver_catalog [class*="s5-icon"]::before {
  color: #7870FF !important;
}

#ci .c5-icon_new {
  color: #1e90ff;
  border-color: #1e90ff;
}

#ci a:not([class]),
#ci a:not([class*="c5-btn"]).js-scroll {
  color: #1e90ff;
  text-decoration: underline;
}

#ci a:not([class]):hover,
#ci a:not([class*="c5-btn"]).js-scroll:hover {
  text-decoration: none;
}

#ci .c5-mv_sol .name {
  color: #1e90ff;
}

#ci .c5-ttl_sol {
  color: #1e90ff;
  text-align: center;
}

#ci .c5-ttl_sol.border::before {
  background-color: #1e90ff;
}

#ci .c5-btn_radiusL {
  border-color: #1e90ff;
  background-color: #1e90ff;
}

#ci .c5-btn_radiusL [class*="s5-icon"]::before {
  color: #1e90ff;
}

#ci .c5-btn_radiusL:hover {
  background-color: #fff;
  color: #1e90ff;
}

#ci .c5-btn_radiusL:hover [class*="s5-icon"] {
  background-color: #1e90ff;
}

#ci .c5-btn_radiusL:hover [class*="s5-icon"]::before {
  color: #fff;
}

#ci .c5-btn_radius {
  color: #fff;
  background: -webkit-linear-gradient(left, #641ED7 0, #2869FF 100%);
  background: linear-gradient(to right, #641ED7 0, #2869FF 100%);
  border: 2px solid #2869FF;
}

#ci .c5-btn_radius [class*="s5-icon"]::before {
  color: #fff;
}

#ci .c5-btn_radius:hover {
  background: #fff;
  transition: 0.4s;
  color: #000;
}

#ci .c5-btn_radius:hover [class*="s5-icon"]::before {
  color: #000;
}

#ci .c5-cols_solIcons .head {
  color: #1e90ff;
}

#ci .c5-icon_circle {
  background-color: #1e90ff;
}

#ci .c5-cols_features .number {
  color: #1e90ff;
  border-color: #1e90ff;
}

@media screen and (max-width: 767px) {
  #ci .c5-cols_features .c5-ttl_solSub {
    border-color: #1e90ff;
  }

  #ci .c5-cols_features .c5-ttl_solSub::before {
    color: #1e90ff;
  }
}

#ci .c5-list_check li::before,
#ci .c5-fc_key {
  color: #1e90ff;
}

.c5-fc_enterprise {
  color: #c785ff
}

#ci .c5-box_border {
  border-color: #1e90ff;
}

#ci .c5-list_labels li {
  background-color: #1e90ff;
}

#nvx a:not([class]) {
  color: #33610a;
  text-decoration: underline;
}

#nvx a:not([class]):hover {
  text-decoration: none;
}

#nvx .c5-mv_sol .name {
  color: #33610a;
}

#nvx .c5-ttl_sol {
  color: #33610a;
}

#nvx .c5-ttl_sol.border::before {
  background-color: #33610a;
}

#nvx .c5-btn_radiusL {
  border-color: #33610a;
  background-color: #33610a;
}

#nvx .c5-btn_radiusL [class*="s5-icon"]::before {
  color: #33610a;
}

#nvx .c5-btn_radiusL:hover {
  background-color: #fff;
  color: #33610a;
}

#nvx .c5-btn_radiusL:hover [class*="s5-icon"] {
  background-color: #33610a;
}

#nvx .c5-btn_radiusL:hover [class*="s5-icon"]::before {
  color: #fff;
}

#nvx .c5-btn_radius {
  border-color: #33610a;
  color: #33610a;
}

#nvx .c5-btn_radius [class*="s5-icon"]::before {
  color: #33610a;
}

#nvx .c5-btn_radius:hover {
  background-color: #33610a;
  color: #fff;
}

#nvx .c5-btn_radius:hover [class*="s5-icon"]::before {
  color: #fff;
}

#nvx .c5-cols_solIcons .head {
  color: #33610a;
}

#nvx .c5-icon_circle {
  background-color: #33610a;
}

#nvx .c5-cols_features .number {
  color: #33610a;
  border-color: #33610a;
}

@media screen and (max-width: 767px) {
  #nvx .c5-cols_features .c5-ttl_solSub {
    border-color: #33610a;
  }

  #nvx .c5-cols_features .c5-ttl_solSub::before {
    color: #33610a;
  }
}

#nvx .c5-icon_plus {
  background-color: #33610a;
}

#nvx .c5-fc_key {
  color: #33610a;
}

#map a:not([class]) {
  color: #008a70;
  text-decoration: underline;
}

#map a:not([class]):hover {
  text-decoration: none;
}

#map .c5-mv_sol .name {
  color: #008a70;
}

#map .c5-ttl_sol {
  color: #008a70;
}

#map .c5-ttl_sol.border::before {
  background-color: #008a70;
}

#map .c5-btn_radiusL {
  border-color: #008a70;
  background-color: #008a70;
}

#map .c5-btn_radiusL [class*="s5-icon"]::before {
  color: #008a70;
}

#map .c5-btn_radiusL:hover {
  background-color: #fff;
  color: #008a70;
}

#map .c5-btn_radiusL:hover [class*="s5-icon"] {
  background-color: #008a70;
}

#map .c5-btn_radiusL:hover [class*="s5-icon"]::before {
  color: #fff;
}

#map .c5-btn_radius {
  border-color: #008a70;
  color: #008a70;
}

#map .c5-btn_radius [class*="s5-icon"]::before {
  color: #008a70;
}

#map .c5-btn_radius:hover {
  background-color: #008a70;
  color: #fff;
}

#map .c5-btn_radius:hover [class*="s5-icon"]::before {
  color: #fff;
}

#map .c5-cols_solIcons .head {
  color: #008a70;
}

#map .c5-icon_circle {
  background-color: #008a70;
}

#map .c5-cols_features .number {
  color: #01bb96;
  border-color: #008a70;
}

@media screen and (max-width: 767px) {
  #map .c5-cols_features .c5-ttl_solSub {
    border-color: #008a70;
  }

  #map .c5-cols_features .c5-ttl_solSub::before {
    color: #008a70;
  }
}

#map .c5-icon_plus {
  background-color: #008a70;
}

#map .c5-fc_key {
  color: #008a70;
}

/*#csw a:not([class]) {
  color: #d62d61;
  text-decoration: underline;
}*/
#csw a:not([class]):hover {
  text-decoration: none;
}

#csw .c5-mv_sol .name {
  color: #d62d61;
}

#csw .c5-ttl_sol {
  color: #d62d61;
}

#csw .c5-ttl_sol.border::before {
  background-color: #d62d61;
}

#csw .c5-btn_radiusL {
  border-color: #d62d61;
  background-color: #d62d61;
}

#csw .c5-btn_radiusL [class*="s5-icon"]::before {
  color: #d62d61;
}

#csw .c5-btn_radiusL:hover {
  background-color: #fff;
  color: #d62d61;
}

#csw .c5-btn_radiusL:hover [class*="s5-icon"] {
  background-color: #d62d61;
}

#csw .c5-btn_radiusL:hover [class*="s5-icon"]::before {
  color: #fff;
}

#csw .c5-btn_radius {
  border-color: #d62d61;
  color: #d62d61;
}

#csw .c5-btn_radius [class*="s5-icon"]::before {
  color: #d62d61;
}

#csw .c5-btn_radius:hover {
  background-color: #d62d61;
  color: #fff;
}

#csw .c5-btn_radius:hover [class*="s5-icon"]::before {
  color: #fff;
}

#csw .c5-cols_solIcons .head {
  color: #d62d61;
}

#csw .c5-icon_circle {
  background-color: #d62d61;
}

#csw .c5-cols_features .number {
  color: #d62d61;
  border-color: #d62d61;
}

@media screen and (max-width: 767px) {
  #csw .c5-cols_features .c5-ttl_solSub {
    border-color: #d62d61;
  }

  #csw .c5-cols_features .c5-ttl_solSub::before {
    color: #d62d61;
  }
}

#csw .c5-icon_plus {
  background-color: #d62d61;
}

#csw .c5-fc_key {
  color: #d62d61;
}

.c5-priceTable {
  width: 100%;
}

.c5-priceTable th,
.c5-priceTable td {
  padding: 10px;
  border: 1px solid #ccc;
}

.c5-priceTable th {
  background-color: #006db2;
  text-align: center;
  color: #fff;
}

.cell_bg01 {
  background-color: #cbe5ef !important;
  color: #000 !important;
}

.cell_bg02 {
  background-color: #fde6cc !important;
}

.cell_bg03 {
  background-color: #f0f0f0 !important;
}

.c5-priceTable+.c5-priceTable {
  margin-top: 20px;
}

.c5-imgBlock {
  margin-top: 60px;
}

.c5-imgBlock+.c5-cols_features {
  margin-top: 100px;
}

.c5-imgBlock+* {
  margin-top: 60px;
}

.mxw820 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .c5-tbWrap {
    overflow-x: scroll;
  }

  .c5-tbWrap .c5-priceTable {
    width: 150%;
    font-size: 12px;
  }

  .c5-tbWrap .c5-priceTable th,
  .c5-tbWrap .c5-priceTable td {
    padding: 5px;
  }

  .c5-imgBlock+.c5-cols_features {
    margin-top: 80px;
  }

  .c5-imgBlock+* {
    margin-top: 40px;
  }
}

/*modal-------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

table.c5-table {
  font-size: .7rem;
  width: 100%;
}

.c5-table th {
  color: #fff;
  background-color: #1e90ff;
}

.c5-table tr td:first-of-type {
  font-weight: bold;
}

.c5-table__strong {
  background-color: #eef3f6;
}

.c5-icon_newplan {
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  background: #d53030;
}

.c5-spOnly {
  display: none;
}

.c5-bottomfix-wrap {
  position: relative;
  height: 150px;
  margin-top: 40px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c5-bottomfix {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(246, 246, 246, .8);
  padding: 30px 15px;
}

.c5-bottomfix .c5-btn_radiusL {
  min-width: 450px;
}

@media screen and (max-width: 767px) {
  .s5-table2--notBreak {
    overflow-x: scroll;
  }

  table.c5-table {
    min-width: 750px;
  }

  .c5-spOnly {
    display: inline;
  }

  .c5-bottomfix-wrap {
    height: 160px;
  }

  .c5-bottomfix {
    padding: 15px;
  }

  .c5-bottomfix .c5-btn_radiusL {
    font-size: 14px;
    padding: 5px;
  }
}

@media screen and (max-width: 599px) {
  .floatingNoneSp {
    display: none;
  }
}

/*slider -------------------------------------*/
.c5-slide {
  text-align: center;
  padding-bottom: 80px;
}

.c5-slide .slick-slide {
  margin: 0 20px;
}

.c5-slide .slick-slide img {
  width: 100%;
  max-width: none;
}

.c5-slide a {
  display: block;
  transition: opacity .3s ease;
}

.c5-slide a:hover {
  opacity: .7;
}

.c5-slide .slick-dots {
  margin: 30px auto 0 auto;
  position: static;
  display: flex;
  justify-content: center;
  max-width: 1100px;
}

.c5-slide .slick-dots img {
  transition: opacity .3s ease;
}

.c5-slide .slick-dots img:hover {
  opacity: .7;
}

.c5-slide .slick-dots li {
  border: 1px solid #ccc;
  flex: 0 1 19%;
  height: auto;
  margin: 0 13px;
}

.c5-slide .slick-dots li:first-child {
  margin-left: 0;
}

.c5-slide .slick-dots li:last-child {
  margin-right: 0;
}

.c5-slide .slick-dots li.slick-active {
  border-color: #000;
}

.c5-slide .slide-arrow {
  position: absolute;
  top: 35%;
  z-index: 10;
  cursor: pointer;
  transition: opacity .3s ease;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  border-top: .2rem solid #333;
  border-right: .2rem solid #333;
  transform: rotate(-135deg);
}

.c5-slide .slide-arrow:hover {
  opacity: .7;
}

.c5-slide .slide-arrow.prev-arrow {
  left: 9.6%;
}

@media only screen and (max-width: 1100px) {
  .c5-slide .slide-arrow.prev-arrow {
    left: 5%;
  }
}

.c5-slide .slide-arrow.next-arrow {
  transform: rotate(45deg);
  right: 9.6%;
}

@media only screen and (max-width: 1100px) {
  .c5-slide .slide-arrow.next-arrow {
    right: 5%;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .c5-topcontents {
    padding: 0 20px;
  }

  .c5-slide .slick-slide {
    margin: 0 5px;
  }

  .c5-slide .slick-dots li {
    flex: none;
    margin: 0 5px;
    width: 5px;
    height: 5px;
    background-color: #aaa;
    border-radius: 50%;
    border: none;
  }

  .c5-slide .slick-dots li.slick-active {
    background-color: #000;
    border: none;
  }

  .c5-slide .slick-dots img {
    display: none;
  }
}

/*case study----------------------------------*/
/*.c5-list_cs {
  display: flex;
  margin: 0 -20px;
}
.c5-list_cs > div {
  flex: 0 1 calc(50% - 40px);
  margin: 0 20px 40px 20px;
}
.c5-list_cs_thumb {
  margin-bottom: 20px;
}
.c5-list_cs_ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #eee;
}*/
.c5-cs_mv {
  margin-bottom: 40px;
  text-align: center;
}
.c5-cs_mv > img {
  max-width: 100%;
}

.c5-cs_section {
  margin-bottom: 80px;
}

.c5-cs_section:last-child {
  margin-bottom: 0;
}

.c5-cs_lead {
  margin-bottom: 40px;
}

.c5-cs_profile {
  padding: 20px;
  margin-bottom: 80px;
  background-color: #eee;
}

.c5-cs_persons {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.c5-cs_persons li {
  list-style: none;
  margin: 0 20px;
  flex: 0 1 230px;
  font-size: 13px;
  line-height: 1.4;
}

.c5-cs_persons li>div {
  text-align: center;
}

.c5-cs_section_ttl {
  font-size: 22px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
}

.c5-cs_section_ttl.csw {
  border-color: rgba(128,128,128,1.00);
}

.c5-cs_section_ttl.c3p {
  border-color: #006db2;
}

.c5-cs_cols_img {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -10px 0 -10px;
}

.c5-cs_cols_img>div {
  flex: 0 1 calc(50% - 20px);
  margin: 0 10px 20px 10px;
}

.c5-cs_cols_img>div.colspan {
  flex: 100%;
  margin: -20px 0 0 0;
}

.c5-cs_img_wide {
  text-align: center;
  margin: 60px 0;
}

.c5-cs_section_ttl+.c5-cs_img_wide {
  margin-top: 0;
}

.c5-cs_img_wide > div img {
  max-width: 100%;
  width: 100%;
}

.c5-cs_img {
  text-align: center;
}

.c5-cs_caption {
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0 !important;
}

.c5-cs_section_ttl.bbb {
  border-bottom: 1px solid #006db2;
}

.c5-cs_section_ttl.ci {
  border-bottom: 1px solid #1e90ff;
}

.c5-cs_fltRImg {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 45%;
}

.c5-cs_fltLImg {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 45%;
}

.c5-cs_cImg {
  text-align: center;
  margin-bottom: 40px;
}

.c5-list_casetop {
  display: flex;
  margin: 0 -15px;
}

.c5-list_casetop>div {
  flex: 0 1 calc(100 / 3 - 30px);
  margin: 0 15px;
  text-align: center;
}

.c5-list_casetop img {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .c5-bkFull {
    padding: 40px 0;
    margin-bottom: 80px;
  }

  .c5-bg_radial {
    width: 100vw;
    height: 150vw;
    top: 35%;
  }

  .c5-mv {
    display: block;
    margin-bottom: 60px;
  }

  .c5-mv_l {
    padding-left: 0;
  }

  .c5-mv_ttl {
    margin-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .c5-mv_ttl img {
    max-width: 80%;
  }

  .c5-mv_lead {
    font-size: 16px;
  }

  .c5-mv_r {
    margin: 40px 0 0 0;
  }

  .c5-list_possible .num {
    font-size: 24px;
  }

  .c5-list_possible .num+div {
    font-size: 16px;
  }

  .c5-ttl_top {
    font-size: 20px;
  }

  .c5-ttl_border {
    font-size: 20px;
  }

  .c5-cs_section {
    margin-bottom: 60px;
  }

  .c5-cs_profile {
    margin-bottom: 60px;
  }

  .c5-cs_img_wide {
    margin: 40px 0;
  }

  .c5-cs_cols_img {
    display: block;
    margin: 40px 0;
  }

  .c5-cs_cols_img>div {
    margin: 0 0 20px 0;
  }

  .c5-cs_cols_img>div.colspan {
    margin: 0;
  }

  .c5-cs_fltRImg,
  .c5-cs_fltLImg {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
    max-width: none;
  }

  .c5-list_casetop {
    display: block;
    margin: 0;
  }

  .c5-list_casetop>div {
    margin: 0 0 30px 0;
  }

  .c5-list_casetop>div:last-child {
    margin-bottom: 0;
  }

  .c5-list_solutionNew>div {
    display: block;
    margin-bottom: 40px;
  }

  .c5-list_solutionNew .figure {
    margin: 0 0 20px 0;
  }

  .c5-cols {
    display: block;
  }

  .c5-cols .text {
    margin: 0 0 20px 0;
  }
}

.c5-list_service {
  justify-content: center;
  display: flex !important;
}

.c5-list_service .item {
  padding: 10px;
  flex: 1 0 auto;
  max-width: 33%;
}

@media screen and (max-width:767px) {
  .c5-list_service {
    flex-direction: column;
  }

  .c5-list_service .item {
    padding: 0 0 40px 0;
    max-width: 100%;
  }
}

/* 221101追記 */

.c5-list_mm li {
  padding: 0px 0px 10px 0px;
  text-align: left;
}

.dropshadow {
  background-color: #fff;
  border-radius: 4px;
  filter: drop-shadow(1px 3px 5px rgb(205, 205, 205));
}

.c5-modal {
  position: relative;
}

.c5-modal_noscroll {
  overflow: hidden;
}

.c5-modal_close {
  display: none !important;
}

.c5-modal_active {
  display: block;
}

.c5-modal_img>img {
  width: 100%;
}

.c5-modal_wrap {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  max-height: 70%;
  max-width: 1000px;
  overflow: scroll;
  margin-top: 0;
}

.c5-modal_wrap::-webkit-scrollbar {
  display: none;
}

.over {
  width: 80%;
  max-width: 1000px;
  height: 80vh;
}

.c5-jsModalBtn {
  cursor: pointer;
}

.c5-close_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 10;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.c5-modal_btn-line01 {
  height: 2px;
  width: 40px;
  position: relative;
  top: 20px;
  background-color: #fff;
  transform: rotate(45deg);
}

.c5-modal_btn-line02 {
  height: 2px;
  top: 18px;
  position: relative;
  width: 40px;
  background-color: #fff;
  transform: rotate(-45deg);
}

.c5-bgDark {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .c5-modal_wrap {
    height: auto;
    width: 90%;
  }
}

/* function */
.c5-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 0 60px;
}

.c5-flex div {
  text-align: center;
}

.c5-grid_functions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}

.c5-grid_functions>div {
  display: flex;
  flex-direction: column;
}

.c5-grid_functions_icon {
  width: 105px;
  height: 105px;
  padding-top: 45px;
  background-color: #1e90ff;
  text-align: center;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  /* vertical-align: middle; */
  margin-right: 0px;
  margin: 0 auto;
  display: block;
}

.c5-flex_func {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 0 3px;
}

.c5-img_wd100 {
  width: 100px;
}

.c5-img_wd40 {
  width: 52px;
}

.c5-flex-text {
  text-align: left;
  flex-grow: 1;
  margin: 0 0 10px 0 !important;
}

.c5-grid_functions_title {
  color: #1e90ff;
  font-size: 1rem;
  font-weight: bold;
  margin: 20px 0 20px 0 !important;
}

.c5-btn_radius {
  bottom: 0;
}

.c5-grid_app {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.c5-grid_app h4 {
  font-size: 1.2rem;
  margin-left: 55px;
}

.c5-grid_app h4::before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-left: -55px;
  border-radius: 50%;
  background: #1e90ff url(../ci-media-cloud/images/icon_mobile.png) no-repeat center;
  background-size: 50% auto;
  top: 15px;
  position: relative;
}

.c5-grid_app-img {
  margin: 40px auto 40px;
  width: 90%;
}


.c5-grid_app2 h4 {
  font-size: 1.2rem;
  margin-left: 55px;
}

.c5-grid_app2 h4::before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-left: -55px;
  border-radius: 50%;
  background: #1e90ff url(../ci-media-cloud/images/icon_tv.png) no-repeat center;
  background-size: 50% auto;
  top: 15px;
  position: relative;
}

.c5-grid_app3 h4 {
  font-size: 1.2rem;
  margin-left: 55px;
}
.c5-grid_app3 h4 span {
  margin-left: 20px;
  margin-top: -80px;
  display: block;
}

.c5-grid_app3 h4::before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  margin-left: -55px;
  border-radius: 50%;
  background: transparent url(../ci-media-cloud/images/CC_Icon_C_en.png) no-repeat center;
  background-size: 50% auto;
  top: 0;
  position: relative;
}

.mediabox {
  background: #1e90ff url(../ci-media-cloud/images/icon_box.png) no-repeat center;
  background-size: 50% auto;
}

.filedl {
  background: #1e90ff url(../ci-media-cloud/images/icon_download.png) no-repeat center;
  background-size: 50% auto;
}

.videopreview {
  background: #1e90ff url(../ci-media-cloud/images/icon_videopreview.png) no-repeat center;
  background-size: 50% auto;
}

.liveSession {
  background: #1e90ff url(../ci-media-cloud/images/icon_live.png) no-repeat center;
  background-size: 50% auto;
}

.ext {
  background: #1e90ff url(../ci-media-cloud/images/icon_videopreview.png) no-repeat center;
  background-size: 50% auto;
}

.roughcut {
  background: #1e90ff url(../ci-media-cloud/images/icon_roughcut.png) no-repeat center;
  background-size: 50% auto;
}

.medialog {
  background: #1e90ff url(../ci-media-cloud/images/icon_medialog.png) no-repeat center;
  background-size: 50% auto;
}

.smartclip {
  background: #1e90ff url(../ci-media-cloud/images/icon_clippng.png) no-repeat center;
  background-size: 50% auto;
}

.workspace {
  background: #1e90ff url(../ci-media-cloud/images/icon_workspace.png) no-repeat center;
  background-size: 50% auto;
}

.catalogue {
  background: #1e90ff url(../ci-media-cloud/images/icon_team.png) no-repeat center;
  background-size: 50% auto;
}

/* pricing */
.c5-table {
  max-width: 1200px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9rem;
}

.c5-table_scroll {
  overflow-x: auto;
}

.c5-table_title {
  background-color: #1e90ff;
  text-align: left;
  color: #fff;
}

.c5-table td {
  border: #666 solid 1px;
  padding: 10px 5px;
}

.c5-table th {
  border: #fff solid 1px;
  padding: 20px 5px;
}

.c5-table_wd300 {
  width: 180px;
}

.c5-table_wd180 {
  width: 180px;
}

.c5-table_wd120 {
  width: 120px;
}

.c5-table_minus {
  width: 16px;
  height: 3px;
  background-color: #999;
  display: block;
  margin: 10px auto 10px;
}

.c5-table_circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: #999 solid 3px;
  display: block;
  margin: 0 auto 10px;
}

.c5-table_label {
  padding: 2px 4px;
  background-color: red;
  color: #fff;
  font-size: 0.4rem;
  margin-left: 4px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c5-grid_functions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    width: 100%;
    text-align: center;
  }

  .c5-grid_app {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .c5-table {
    overflow-x: scroll;
  }
}


.c5-step ul {
  padding: 0;
}

.c5-step li {
  list-style-type: none;
}

.c5-step {
  padding-left: 120px;
  position: relative;
}

.c5-step::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}

.c5-step>li {
  position: relative;
}

.c5-step>li:not(:last-child) {
  margin-bottom: 5vh;
}

.c5-step>li .icon {
  font-size: 18px;
  color: #fff;
  background: black;
  padding: 5px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 5;
}

.c5-step>li dl {
  padding-left: 70px;
  position: relative;
}

.c5-step>li dl::before,
.c5-step>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.c5-step>li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: black;
  border-radius: 50%;
  left: -4px;
}

.c5-step>li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.c5-step>li dl dt {
  font-size: 20px;
  padding: 4px 10px;
  font-weight: 600;
  color: black;
  background-color: #eee;
  margin-bottom: 1vh;
}

@media screen and (max-width: 768px) {
  .c5-step>li .icon {
    padding: 5px 10px
  }

  .c5-step>li:not(:last-child) {
    margin-bottom: 4vh
  }

  .c5-step>li .icon {
    left: -100px;
  }

  .c5-step::before {
    left: 100px;
  }

  .c5-step>li dl dd {
    margin-left: 0px;
  }

  .c5-step {
    padding-left: 100px;
  }

  .c5-step>li dl {
    padding-left: 20px;
    position: relative;
  }

  .c5-step>li dl::after {
    width: 15px;
  }
}


.l-inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 30px;
}



.c5--info__wrap {
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.borderbox {
  border: solid 1px #999;
  padding: 20px;
}

.c5--black {
  background: black;
  position: relative;
  border-image-source: linear-gradient(#000, #000);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
  padding: 100px 0 40px;
}

.c5--cctop {

  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 10px;
  color: #fff;
  border: 1px 0;

}

.c5-inner2 {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.c5-link_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}

.c5-column {
  width: 100%;
}

@media (min-width: 1024px) {
  .c5-column {
    width: calc(100% / 2 - 20px / 2 * 1);
  }
}

.is-sp {
  display: none;
}
.is-pc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
  .is-pc {
	 display: none;
  }
}

.c5--solution {
  width: 100%;
  background: linear-gradient(rgba(99, 99, 100, 1), rgba(216, 216, 217, 1));
  padding: 60px 0px;
  text-align: center;
  margin-bottom: 80px;
}

.c5--mb-0 {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  #ci .c5-bottomfix-wrap {
    display: none;
  }

  .c5--mb-0 {
    margin-bottom: 0px;
  }

  .c5--solution {
    padding: 30px 0px;
    margin-bottom: 30px;

  }
}

.c5-fs_free {
  font-size: 1.7em;
  font-weight: bold;
  color: #5abb53;
  margin: 0 0 0.9em 0 !important;
}

.c5-fs_paid {
  font-size: 1.7em;
  font-weight: bold;
  color: #1e90ff;
  margin: 0 0 0.9em 0 !important;
}

.c5-fs_enterprise {
  font-size: 1.7em;
  font-weight: bold;
  color: #7870ff;
  margin: 0 0 0.9em 0 !important;
}

.c5-mb-15 {
  margin-bottom: 1.5em;
}

#ci h3 {
  font-size: 1.3em;
}

#ci h3 span {
  font-size: 0.85em;
}

#ci .c5-step>li .icon {
  background: #c785ff;
}

.c5-flex_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 2em;
}

.c5-flex_price div {
  text-align: center;
}

.c5-list_price {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.c5-list_price+div {
  margin-top: 40px;
  padding: 20px 60px;
  border-radius: 25px;
}

.c5-list_price>div {
  width: calc(50% - 40px);
  margin: 0px 20px 0 20px;
  padding: 20px 60px;
  border-radius: 25px;
}

.c5-list_price>div>ul {
  padding: 0px 10px 0px 30px;
  font-size: 0.9em;
}

.c5-list_price .head {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em !important;
  border-bottom: solid 1px;
  display: inline-block;
}

/*Ci BitStar add*/
h4.c5-cs_ans_ttl {
  font-size: 1.2em;
}

/*end*/

@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 10px;
  }

  .l-inner img {
    width: 80%;
  }

  .c5-flex_price {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .c5-list_price+div {
    margin-top: 30px;
    padding: 20px 15px;
    border-radius: 25px;
  }

  .c5-list_price>div {
    width: calc(50% - 40px);
    margin: 40px 20px 0 20px;
    padding: 20px 25px;
    border-radius: 25px;
  }

  .c5-list_price {
    margin: 0;
    display: block;
  }

  .c5-list_price li {
    padding: 0px 0px 10px 0px;
    text-align: left;
  }

  .c5-list_price>div {
    margin: 0 0 30px 0;
    width: auto;
  }

  .c5-sp--pb60 {
    padding-bottom: 60px !important;
  }

  /*html {
    overflow: auto;
  }*/

  body {
    overflow-x: hidden !important;
  }
}

@media screen and (max-width: 375px) {
  .c5-grid_functions_icon {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {	
  .c5-flex_func {
  	gap: 0 5px;
  }
}
.c5-general--pt30 {
  padding-top: 30px;
}

.c5--alignRight {
  text-align: right !important;
}

/*rcc add*/
.c5-cs_persons_ver2 {
  display: flex; 
  justify-content: center;
  align-items: flex-end;
}

.c5-cs_persons_ver2 li {
  list-style: none;
  margin: 0 10px;
  flex: 0 1 230px;
  font-size: 13px;
  line-height: 1.4;
  width: 80%;
}

@media screen and (max-width: 767px) {	
  .c5-cs_persons_ver2 {
    display: grid;
  }
  .c5-cs_persons_ver2 li {
    margin: auto;
    width: 70%;
    text-align: center;
  }
}

.c5-img_control {
	max-width: 650px;
	margin: 0 auto;
}
.c5-img_control img {
	max-width: 100%;
	width: 100%;
}
@media screen and (max-width: 767px) {	
  .c5-img_control {
	max-width: 100%;
  }
}
.c5-modal_button {
    text-align:center;
	display: block;
	margin:0.7rem;
	font-size: 1rem;
}
.c5-modal_button::before {
	display: inline-block;
    position: relative;
    content: url("../tbs/images/icon-plus.svg");
    padding-right: 5px;
    top: 2px;
}
.productBackColor {
	background: rgba(255,255,255,1.00);
	border: solid 1px rgba(128,128,128,1.00);
	padding: 20px;
}
.c5-p_box {
	max-width: 700px;
	margin: 0 auto;
}
.c5-p_box h3 span {
	font-size: 14px;
}
/*rcc end*/