@charset "utf-8";

.c5-vp_wrap p {
  margin: 0 0 1.5em;
}
.c5-vp_wrap p:last-child {
  margin-bottom: 0;
}
.c5-vp_wrap img:not(.s5-iconInline) {
  max-width: 100%;
  vertical-align: bottom;
}
.c5-vp_mv {
  background-color: #000;
}
.c5-vp_mv .c5-vp_inner {
  position: relative;
  color: #fff;
}
.c5-vp_mv h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.4;
}
.c5-vp_mv .catch {
  font-weight: bold;
  font-size: 18px;
}
.c5-vp_mvInner {
  position: absolute;
  box-sizing: border-box;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0,0,0,0.6);
  text-align: right;
}
.c5-vp_movie {
  max-width: 800px;
  margin: 60px auto;
}
.c5-vp_movieInner {
  position: relative;
  padding-top: 56.25%;
}
.c5-vp_movieInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c5-vp_section {
  padding: 80px 15px;
}
.c5-vp_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.c5-vp_imgCenter {
  text-align: center;
  margin: 40px 0;
}
.c5-vp_imgCenter img {
}
.c5-vp_ttl00 {
  font-size: 28px;
  line-height: 1.4;
  /*padding-bottom: 30px;*/
  margin: 0 0 60px;
  text-align: center;
  font-weight: normal;
  position: relative;
  font-weight: bold;
}
*+.c5-vp_ttl00{
  margin-top: 100px;
}
*+.c5-vp_ttl00--v2{
  margin: 80px 0 15px;
}
/*.c5-vp_ttl00::before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}*/
.c5-vp_ttl01 {
  margin: 0 0 15px;
/*  padding-bottom: 10px;*/
  font-size: 28px;
  font-weight: bold;
  /*color: #7a7a7a;*/
/*  font-weight: normal;*/
  line-height: 1.4;
/*  border-bottom: 1px dotted #999;*/
}
* + .c5-vp_ttl01 {
  margin-top: 60px;
}
.c5-vp_ttl02 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.c5-vp_ttl03 {
  font-size: 22px;
  margin: 0 0 10px 0;
  text-align: center;
}
* + .c5-vp_ttl03 {
  margin-top: 60px;
}
.c5-vp_col {
  display: flex;
}
.c5-vp_col .txt {
  flex: 1;
  padding: 20px 0;
  margin-left: 40px;
}
.c5-vp_col .img {
  flex: 0 1 40%;
}
.c5-showcase {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.c5-showcase._ex {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  display: block;
}
.c5-showcase + * {
  margin-top: 80px;
}
.c5-showcase .c5-ttl_sub {
  margin-bottom: 0;
}
.c5-showcase .c5-ttl_sub + p {
  margin-top: .3em;
}
.c5-showcase .child p {
}
.c5-showcase._col2 > div {
  width: calc(50% - 40px);
}
.c5-showcase._col3 > div {
  width: calc(33.3% - 40px);
}
.c5-showcase._col4 > div {
  width: calc(25% - 40px);
}
.c5-showcase .figure {
  text-align: center;
}
.c5-showcase .figure.verona img {
  max-width: 80%;
}
.c5-showcase .figure + * {
  margin-top: 1em;
}
.c5-showcase > div {
  margin: 0 20px;
}
.c5-showcase .head {
  text-align: center;
  margin-bottom: 20px;
}
.c5-showcaseIn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c5-showcaseIn > div:not(.head) {
  flex: 0 1 48%;
}
@media only screen and (min-width: 769px) {
  .c5-showcaseIn._col4 > div:not(.head) {
    flex: 0 1 24%;
  }
}
.c5-showcaseIn .head {
  flex: 100%;
}
.c5-sec__block-nabshow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  text-align: center;
  gap: 20px;
  max-width: 430px;
  margin: 0 auto;
}
.c5-sec__block-nabshow div:first-of-type {
  width: 20vw;
}
.c5-sec__block-nabshow div:nth-of-type(2),
.c5-sec__block-nabshow div:nth-of-type(3) {
  width: 12vw;
}
.c5-sec__block-nabshow div img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .c5-sec__block-nabshow div:first-of-type {
  	width: 35vw;
  }
  .c5-sec__block-nabshow div:nth-of-type(2),
  .c5-sec__block-nabshow div:nth-of-type(3) {
  	width: 25vw;
  }
}
.c5-ttl_sub {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  color: #7a7a7a;
  font-weight: 300;
}
.c5-bg_gray {
  background: #e5e5e5;
}
.c5-bg_lightgray {
  background: #f6f6f6;
}
.c5-bg_black {
  color: #fff;
  background: #000;
}
.c5-txt_c {
  text-align: center;
}
.c5-icon_candela {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
  margin: 0 10px 10px 10px;
}
.c5-sp {
  display: none;
}
.ver_inquiry,
.ver_inquiry:active,
.ver_inquiry:focus {
  width: 300px;
  padding: 15px;
  background-color: orange;
  color: #fff;
}
.ver_inquiry:hover {
  background-color: orange;
  opacity: .7;
}
.c5-vp_moviecol {
	display: flex;
  align-items: center;
}
.c5-vp_moviecol + * {
	margin-top: 80px;
}
.c5-vp_moviecol.rv {
	flex-direction: row-reverse;
}
.c5-vp_moviecol .movie {
	flex: 0 1 45%;
	margin-right: 40px;
}
.c5-vp_moviecol.rv .movie {
	margin-right: 0;
	margin-left: 40px;
}
.c5-vp_moviecol .text {
	flex: 1;
}
@media only screen and (max-width: 639px) {
  .c5-vp_wrap {
  }
  .c5-vp_mv {
  }
  .c5-vp_mv h1 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
  .c5-vp_mvInner {
    position: static;
  }
  .c5-vp_section {
    padding: 40px 15px;
  }
  .c5-vp_ttl00 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  *+.c5-vp_ttl00{
    margin-top: 60px;
  }
  *+.c5-vp_ttl00--v2{
    text-align: left;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .c5-vp_ttl01 {
    font-size: 24px;
  }
  * + .c5-vp_ttl01 {
    margin-top: 30px;
  }
  .c5-vp_ttl02 {
    font-size: 16px;
  }
  .c5-vp_ttl03 {
    font-size: 18px;
    text-align: left;
  }
  * + .c5-vp_ttl03 {
    margin-top: 40px;
  }
  .c5-vp_col {
    flex-wrap: wrap;
  }
  .c5-vp_col.sp_reverse {
    flex-direction: column-reverse;
  }
  .c5-vp_col.sp_reverse .img {
    margin-bottom: 20px;
  }
  .c5-vp_col .txt {
    flex: none !important;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  .c5-vp_col .img {
    flex: none !important;
    width: 100%;
  }
  .c5-vp_col:not(.sp_reverse) .img {
    margin-right: 0;
    margin-top: 20px;
  }
  p + .c5-showcase {
    margin-top: 30px;
  }
  .c5-showcase {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .c5-showcase._col2 + .c5-showcase._col2 {
    margin-top: 60px;
  }
  .c5-showcase > div {
    margin: 0 0 40px 0;
    width: auto !important;
  }
  .c5-showcase .child p {
    min-height: 0;
  }
  .c5-showcase > div:last-child {
    margin-bottom: 0;
  }
  .c5-showcase + * {
    margin-top: 40px;
  }
  .c5-sp_center {
    text-align: center;
  }
  .c5-ttl_sub {
    font-size: 18px;
    line-height: 1.4;
  }
  .c5-sp {
    display: block;
  }
  .ver_inquiry {
    width: 100% !important;
    box-sizing: border-box;
  }
	.c5-vp_moviecol {
		display: block;
	}
	.c5-vp_moviecol + * {
		margin-top: 60px;
	}
	.c5-vp_moviecol .movie {
		margin: 0 0 30px 0 !important;
	}
}

/* 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; } }

.c5-videoWrap{
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
}
.c5-videoWrap > *{
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  width: 100%!important;
  height: 100%!important;
  transform: translate(-50%,-50%)!important;
}
.c5-videoWrap02 + * {
  margin-top: 80px;
}

.c5-softwares{
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.c5-software{
  width: calc(50% - 15px);
}
.c5-software__figure{
  margin-bottom: 20px;
}
.c5-software__body{
  text-align: left;
}
.c5-software__name{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.c5-software__links{
  margin-top: 15px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .c5-softwares{
    margin-top: 80px;
  }
}
@media only screen and (max-width: 639px) {
  .c5-softwares{
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .c5-software{
    width: 100%;
  }
.c5-software__name{
  font-size: 22px;
}
}

.c5-related-list{
  list-style-type: none;
  display: flex;
  margin: -18px -9px 0;
  flex-wrap: wrap;
  padding: 0;
}
.c5-related-list.col-4 > *{
  width: calc(100% / 4 - 18px);
  margin: 18px 9px 0;
}
.c5-related-list.col-6 > *{
  width: calc(100% / 6 - 18px);
  margin: 18px 9px 0;
}

@media only screen and (max-width: 639px) {
  .c5-related-list.col-4 > *,
  .c5-related-list.col-6 > *{
    width: calc(100% / 2 - 18px);
  }
}

.c5-related-item .c5-related-imgbox img {
  -webkit-transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: block;
  width: 100%;
}
a.c5-related-link{
  text-decoration: none;
  color: inherit;
}
.c5-related-link .c5-related-title {
  position: relative;
  font-weight: 400;
  line-height: 1.3846153846;
  font-size: 12px;
}
a.c5-related-link:hover .c5-related-imgbox img, a.c5-related-link:focus .c5-related-imgbox img {
  opacity: 0.7;
}
.c5-related-item .c5-related-textbox {
  padding-top: 15px;
  padding-bottom: 15px;
}
a.c5-related-link .c5-related-title {
  position: relative;
  padding-left: 0.7em;
}
a.c5-related-link .c5-related-title::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.35em;
  border-style: solid;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #2f353d;
  padding-right: 0.5em;
}

/*html{
  overflow: auto;
}*/
body{
  overflow-x: hidden!important;
}
.c5-figure01{
  text-align: center;
  height: 330px;
  position: relative;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .c5-figure01{
    height: 290px;
  }
}
*+.c5-figure01{
  margin-top: 80px;
}
.c5-vp_wrap .c5-figure01 > img{
  opacity: 0!important;
}

.c5-ali-top{
  align-items: flex-start;
}

@media only screen and (min-width: 640px) {
  .c5-pc-tac{
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  *+.c5-figure01{
    margin-top: 40px
  }
  .c5-vp_moviecol .text{
    padding: 0 15px;
  }
}
@media only screen and (max-width: 639px) {
  .c5-sp_padding{
    padding: 0 15px;
  }
}

.c5-contact {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 99;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box; }

.c5-btn_contact {
  display: inline-block;
  color: #fff;
  background-color: #F5683A;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  min-width: 240px;
  box-sizing: border-box;
  border: 1px solid #F5683A;
  transition: .3s ease; }
  @media only screen and (max-width: 756px) {
    .c5-btn_contact {
      font-size: 14px; } }
  .c5-btn_contact:hover {
    text-decoration: none;
    opacity: .7;
    color: #fff; }

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c5-vp_pb10 {
  padding-bottom: 10px;
}
.c5-vp_pt00 {
  padding-top: 0px;
}
.c5-vp_mt00_pc {
  margin-top: 0px;
}
@media only screen and (max-width: 1200px) {
    .c5-vp_mt00_pc {
      margin-top: 40px; 
      } 
}
@media only screen and (max-width: 1100px) {
    .c5-vp_mt00_pc {
      margin-top: 60px; 
      } 
}
@media only screen and (max-width: 980px) {
    .c5-vp_mt00_pc {
      margin-top: 80px; 
      } 
}
@media only screen and (max-width: 639px) {
    .c5-vp_mt00_pc {
      margin-top: 40px; 
      } 
}
.c5-ttl_border {
  text-align: center;
  margin-bottom: 50px;
  font-weight: normal;
  letter-spacing: 0.05em;
  }
@media only screen and (max-width: 756px) {
    .c5-ttl_border {
      font-size: 14px;
      margin-bottom: 30px; } 
}
.c5-ttl_border span {
    display: inline-block;
    border-bottom: 1px solid #9F9F9F;
    padding-bottom: 10px;
}
.feature {
    display: block;
}
.c5-list_feature {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -21px;
  margin-right: -21px; 
  text-align: center;
}
  @media only screen and (max-width: 756px) {
    .c5-list_feature {
      display: block;
      margin: 0; } }
  .c5-list_feature + .c5-ttl_border {
    margin-top: 120px; }
    @media only screen and (max-width: 756px) {
      .c5-list_feature + .c5-ttl_border {
        margin-top: 80px; } }
  .c5-list_feature__img {
    margin-bottom: 30px; }
    @media only screen and (max-width: 756px) {
      .c5-list_feature__img {
        margin-bottom: 15px; } }
  .c5-list_feature__txt {
    font-size: 14px; }
    @media only screen and (max-width: 756px) {
      .c5-list_feature__txt {
        font-size: 13px; } }
  .c5-list_feature > div {
    flex: 0 1 calc(100% / 3 - 42px);
    margin: 0 21px; }
    @media only screen and (max-width: 756px) {
      .c5-list_feature > div {
        margin: 0 0 50px 0; }
        .c5-list_feature > div:last-child {
          margin-bottom: 0; } }
    .c5-list_feature > div:nth-child(n + 4) {
      margin-top: 80px; }
      @media only screen and (max-width: 756px) {
        .c5-list_feature > div:nth-child(n + 4) {
          margin-top: 0; } }

.c5-show_pc {
    display: block !important;
}
.c5-show_sp {
    display: none !important;
}
@media only screen and (max-width: 756px) {
    .c5-show_pc {
        display: none !important;
    }
    .c5-show_sp {
        display: block !important;
    }
    .c5-mt-30_sp {
        margin-top: 30px;
    }
}

.c5-download{
  background:#CCCCCC;
  padding-top: 40px;
  padding-bottom: 40px;
}
.c5-table-price {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  thead {
    th {
      background-color: #000;
      color: #fff;
      text-align: center;
    }
  }
  tbody {
    tr:nth-child(odd) {
      td {
        background-color: #f5f5f5;
      }
    }
  }
  th,
  td {
    border: 1px solid #ccc;
    padding: 8px;
    background-color: #fff;
    color: #000;
  }
}
.c5-icon-price {
  display: inline-block;
  font-size: 11px;
  text-align: center;
  background-color: paleturquoise;
  line-height: 1;
  padding: 4px;
  vertical-align: top;
  &.on_set {
    background-color: bisque;
  }
}
@media only screen and (max-width: 756px) {
  .c5-icon-price {
    font-size: 10px;
  }
  .c5-table-price {
    font-size: 10px;
  }
}

.c5-blue{
	color: #0069d8;
}
