@charset "utf-8";

/*-----------------------------------------
mainVisual
-----------------------------------------*/
#mainVisual {
  position: relative;
  border-bottom: 1px solid #ddd;
}

/* slide
-----------------------------------------*/
#mainVisual .slide {
  width: 100%;
  height: 360px;
  background: url(../images/loading.gif) no-repeat 50% 50%;
  overflow: hidden;
}

#mainVisual .slide ul {
  position: relative;
  height: 360px;
}

#mainVisual .slide ul:after {
  content: "";
  clear: both;
  display: block;
}

#mainVisual .slide li {
  /*
	float: left;
*/
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
}

#mainVisual .slide li .inner {
  width: 1000px;
  height: 360px;
  margin: 0 auto;
}

#mainVisual .slide li.slide01 {
  background: #fbfcfc;
}

#mainVisual .slide li.slide02 {
  background: #666;
}

#mainVisual .slide li.slide03 {
  background: #000;
}

#mainVisual .slide li.slide01 .inner {
  background: url(../images/slide01_bg.png) no-repeat 100% 0;
}

#mainVisual .slide li.slide01 .figure01 {
  float: left;
  margin: 76px 0 0 0;
}

#mainVisual .slide li.slide01 .figure02 {
  float: left;
  margin: 105px 0 0 20px;
}
#mainVisual .slide li.slide01 .figure02 img {
  /*width: 250px;*/
}
#mainVisual .slide li.slide01 .text {
  clear: both;
  padding-top: 40px;
  line-height: 200%;
  font-size: 15px;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
  color: #3f2c25;
}

#mainVisual .slide .prev,
#mainVisual .slide .next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
}

#mainVisual .slide .prev {
  left: 40px;
}

#mainVisual .slide .next {
  right: 40px;
}

#mainVisual .slide .prev a,
#mainVisual .slide .next a {
  display: block;
  border-radius: 30px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 6, 0.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 6, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 6, 0.1);
  width: 60px;
  height: 60px;
}

#mainVisual .slide .prev a {
  background-image: url(../images/icon_prev.png);
}

#mainVisual .slide .next a {
  background-image: url(../images/icon_next.png);
}

/* indicator
-----------------------------------------*/
#mainVisual .indicator {
  position: absolute;
  text-align: center;
  bottom: 20px;
  line-height: 100%;
  width: 100%;
  font-size: 0;
  z-index: 2;
}

#mainVisual .indicator ul {
  display: inline-block;
}

#mainVisual .indicator li {
  display: inline-block;
  margin: 0 10px;
}

#mainVisual .indicator li a {
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  width: 10px;
  height: 10px;
}

#mainVisual .indicator li.current a {
  background-color: #95c700;
}

/*-----------------------------------------
section
-----------------------------------------*/

#contents main section {
  margin-top: 80px;
  padding: 0;
  border: none;
}

#contents main section h3 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 140%;
  color: #000;
}
#contents main section h3 span {
  font-size: 20px;
}
#contents main section .en {
  margin-top: -30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  color: #bbb;
}

/*-----------------------------------------
banner_cmpgn
-----------------------------------------*/
#contents #bannar_cmpgn {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
#contents #bannar_cmpgn img {
  width: 100%;
}

/*-----------------------------------------
contact
-----------------------------------------*/
#contents .contact {
  margin: 50px auto 0 auto;
}

/*-----------------------------------------
series
-----------------------------------------*/
#contents #series {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

/* products
-----------------------------------------*/
#contents #series #products:after {
  content: "";
  clear: both;
  display: block;
}

#contents #series .product {
  position: relative;
  border: 1px solid #ddd;
  padding: 0 20px 90px 20px;
  width: 448px;
}

#contents #series .cloud {
  float: left;
  border-top-color: #2b97d1;
}

#contents #series .install {
  float: right;
  border-top-color: #d53d3d;
}

#contents #series .product .head {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 12px 0 12px 0;
  font-size: 19px;
  color: #000;
}

#contents #series .product .head:after {
  content: "";
  clear: both;
  display: block;
}

#contents #series .product .head .icon {
  font-weight: 500;
  padding-left: 40px;
}

#contents #series .product.cloud .head .icon {
  background-size: 33px auto;
}

#contents #series .product.install .head .icon {
  background-size: 23px auto;
  background-position: 5px 50%;
}

#contents #series .product .head .category {
  float: right;
  margin-top: 3px;
}

#contents #series .product .body figure {
  float: right;
  border: 1px solid #ddd;
  width: 154px;
  padding: 2px;
  margin: 0 0 2px 2px;
}

#contents #series .product .body .recommend {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

#contents #series .product .body .reasons li {
  background-size: 10px auto !important;
  padding-left: 15px;
}

#contents #series .product.cloud .body .reasons li {
  background: url(../common2/images/icon_check_cloud.png) no-repeat 0 0.5em;
}

#contents #series .product.install .body .reasons li {
  background: url(../common2/images/icon_check_install.png) no-repeat 0 0.5em;
}

#contents #series .product .body nav {
  position: absolute;
  bottom: 20px;
  width: 450px;
}

#contents #series .product .body nav ul {
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  font-size: 0;
}

#contents #series .product .body nav li {
  display: inline-block;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  width: 25%;
  line-height: 100%;
  text-align: center;
  font-size: 13px;
}

#contents #series .product .body nav li:first-child {
  border-left: none;
}

#contents #series .product .body nav li a {
  display: block;
  padding: 15px 0;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#contents #series .product .body nav li a:hover {
  opacity: 0.7;
}

#contents #series .product .body nav li a span {
  padding-left: 16px;
}

#contents #series .product.cloud .body nav li a span {
  background: url(../common2/images/icon_rightarrow_cloud.png) no-repeat 0 50%;
  background-size: 12px auto;
}

#contents #series .product.install .body nav li a span {
  background: url(../common2/images/icon_rightarrow_install.png) no-repeat 0 50%;
  background-size: 12px auto;
}

/*-----------------------------------------
about
-----------------------------------------*/
.about {
  max-width: 1000px;
  margin: 90px auto 150px;
}

.about-p1 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
}

.about-items {
  display: flex;
  justify-content: space-between;
}

.about-item1 {
  width: 45%;
}

.about-item1 img {
  width: 100%;
}

.about-item2 {
  width: 47%;
}

.about-item2-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.about-item2-wrap:last-of-type {
  margin-bottom: 0px;
}

.about-item2-img {
  width: 18%;
}

.about-item2-img img {
  width: 100%;
}

.about-item2-text {
  flex: 1;
  padding-left: 30px;
}

.about-h4 {
  font-size: 18px;
  color: #2c92cc;
  margin-bottom: 20px;
  font-weight: 700;
}
.about-p {
  font-size: 13px;
}
/*-----------------------------------------
reasons
-----------------------------------------*/
#contents #reasons {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

#contents #reasons .reasons {
  font-size: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#contents #reasons .reasons li {
  display: inline-block;
  margin: 0 65px 40px 0;
  width: 290px;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
}

#contents #reasons .reasons li:nth-child(3n) {
  margin-right: 0;
}

#contents #reasons .reasons li .icon {
  background: #f7f5e8;
  border-radius: 60px;
  margin: 0 auto;
  overflow: hidden;
  width: 120px;
  height: 120px;
}

#contents #reasons .reasons li .icon-white {
  background: transparent;
  width: auto;
  height: auto;
}

#contents #reasons .reasons li .icon img {
  width: 120px;
}
#contents #reasons .reasons li .icon2 img {
  width: 60%;
  padding: 15px 0 0;
}

#contents #reasons .reasons li .icon-white img {
  width: 100%;
}

#contents #reasons .reasons li .lead {
  margin: 20px 0;
  line-height: 160%;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.d-inline-block {
  display: inline-block;
}

#reasons .reasons-btn {
  display: block;
  width: 250px;
  margin: 20px auto;
  background-color: #95c700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  color: #fff;
}

.reasons-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}

#contents #reasons .reasons li .text,
#contents #reasons .reasons li .note {
  text-align: left;
}

#contents #reasons .reasons li .note {
  margin-top: 0.5em;
  line-height: 140%;
  color: #666;
}

/* button
-----------------------------------------*/
#contents #reasons nav {
  border-top: 1px solid #ddd;
  padding-top: 40px;
}

#contents #reasons nav li {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
  text-align: left;
}

#contents #reasons nav ul:after {
  content: "";
  clear: both;
  display: block;
}

#contents #reasons nav li:last-child {
  margin-right: 0;
}

#contents #reasons nav li a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  line-height: 70px;
  padding: 0 20px;
  text-align: right;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#contents #reasons nav li a:hover {
  opacity: 0.7;
}

#contents #reasons nav li:last-child a {
  text-align: center;
}

#contents #reasons nav li.cloud .icon {
  float: left;
  background-size: 32px auto;
  padding-left: 40px;
}

#contents #reasons nav li.install .icon {
  float: left;
  background-position: 3px 50%;
  background-size: 23px auto;
  padding-left: 40px;
}

#contents #reasons nav li.function .icon {
  background: url(../common2/images/icon_function.png) no-repeat 0 50%;
  background-size: 22px auto;
  padding-left: 31px;
}

#contents #environment {
  margin: 80px 0;
}

#contents #environment table {
  width: 100%;
}

#contents #price {
  padding-bottom: 0;
}

#contents #environment table td {
  border: 1px solid #ddd;
  padding: 15px 20px;
  line-height: 140%;
}

#contents #environment table th {
  border: 1px solid #ddd;
  padding: 15px 20px;
  line-height: 140%;
  font-weight: 500;
  color: #fff;
}

#contents #environment table th {
  background: #2f95cc;
}

#contents #price dl dt {
  background: #2f95cc;
}

#contents #price dl dt {
  display: table-cell;
  padding: 40px 0;
  vertical-align: middle;
  text-align: center;
  width: 400px;
  line-height: 140%;
  font-size: 20px;
  color: #fff;
}

#contents #price dl {
  display: table;
  margin-bottom: 1em;
  border-radius: 3px;
  font-weight: 500;
  width: 100%;
}

#contents #price dl dd {
  color: #3f2d25;
}

#contents #price dl dd {
  display: table-cell;
  padding: 30px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 35px;
}

#contents #price dl {
  border: 1px solid #ddd;
}

#price .button {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

body.install #contents #price dl dd {
  color: #000;
}

/*-----------------------------------------
interview
-----------------------------------------*/
#contents #interview {
  background: #eee;
  padding: 50px 0;
}

.features {
  display: flex;
  justify-content: space-evenly;
  border: 2px solid #d53d3d;
  margin: 20px 0;
}

.features-item {
  width: 30%;
  color: #d53d3d;
}

.features-title {
  font-size: 24px;
  font-weight: 700;
}

.features-text {
}

.function-p {
  color: #d53d3d;
}

body #contents #screen .next a {
  background: url(/cloud/images/icon_next.png) no-repeat 50% 50%;
}

body #contents #screen .prev a {
  background: url(/cloud/images/icon_prev.png) no-repeat 50% 50%;
}

body #contents #screen .indicator li.current a {
  background-color: #2f95cc;
}

body #contents #function nav li a {
  background: url(../common2/images/bg_anchor_cloud.png) no-repeat 0 50%;
  background-size: 10px auto;
}

body #contents #function section ul li h6 {
  color: #2c92cc;
}
@media all and (max-width: 599px) {
  /*-----------------------------------------
	mainVisual
	-----------------------------------------*/
  #mainVisual {
    border-bottom: none;
  }

  #mainVisual .slide {
    height: 301px;
  }

  #mainVisual .slide ul {
    border-bottom: 1px solid #ddd;
    height: 300px;
  }

  #mainVisual .slide li .inner {
    width: auto;
    height: 300px;
  }

  #mainVisual .slide li.slide01 .inner {
    background-position: 55% 0;
    background-size: cover;
  }

  #mainVisual .slide li.slide01 .figure01 {
    float: none;
    margin: 0;
    padding: 20px 0 0 10px;
    width: 120px;
    text-align: center;
  }

  #mainVisual .slide li.slide01 .figure01 img {
    width: 75px;
  }

  #mainVisual .slide li.slide01 .figure02 {
    float: none;
    margin: 0;
    padding: 25px 0 0 20px;
    width: 120px;
    text-align: center;
  }

  #mainVisual .slide li.slide01 .figure02 img {
    width: 120px;
  }

  #mainVisual .slide li.slide01 .text {
    padding: 25px 10px 20px 10px;
    font-size: 13px;
  }

  #mainVisual .slide li.slide01 .text br {
    display: none;
  }

  #mainVisual .slide .prev,
  #mainVisual .slide .next {
    display: none !important;
  }

  /* indicator
	-----------------------------------------*/
  #mainVisual .indicator {
    position: static;
    bottom: auto;
    padding-top: 20px;
  }

  /*-----------------------------------------
	section
	-----------------------------------------*/
  #contents main section {
    margin-top: 50px;
    width: auto !important;
  }

  #contents main section h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #contents main section h3 span {
    font-size: 16px;
  }
  #contents main section .en {
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  /*-----------------------------------------
	aboiut
	-----------------------------------------*/
  #contents main .about {
    padding: 0 10px;
    margin-bottom: 80px;
  }
  .about-items {
    display: block;
  }
  .about-p1 {
    font-size: 16px;
  }

  .about-item1 {
    width: auto;
    margin-bottom: 60px;
  }
  .about-item2 {
    width: auto;
  }
  /* products
	-----------------------------------------*/
  #contents #series .product {
    float: none !important;
    margin: 0 10px 20px 10px;
    padding: 0 10px 10px 10px;
    width: auto;
  }

  #contents #series .product .head {
    margin-bottom: 15px;
    font-size: 15px;
  }

  #contents #series .product .body figure {
    display: none;
  }

  #contents #series .product .body .recommend {
    font-size: 14px;
  }

  #contents #series .product .body nav {
    position: static;
    bottom: 0;
    margin-top: 20px;
    width: auto;
  }

  #contents #series .product .body nav li {
    width: 50%;
    border-bottom: 1px solid #ddd;
  }

  #contents #series .product .body nav li:nth-child(odd) {
    border-left: none;
  }

  #contents #series .product .body nav li:nth-child(3),
  #contents #series .product .body nav li:nth-child(4) {
    border-bottom: none;
  }

  /*-----------------------------------------
	reasons
	-----------------------------------------*/
  #contents #reasons .reasons li {
    display: block;
    margin: 0 10px 20px 10px !important;
    width: auto;
    max-width: 375px;
  }

  #contents #reasons .reasons li .lead {
    margin: 10px 0;
    font-size: 16px;
  }

  #contents #reasons .reasons li .text,
  #contents #reasons .reasons li .note {
    text-align: left;
  }

  /* button
	-----------------------------------------*/
  #contents #reasons nav {
    padding-top: 20px;
    margin: 0 10px 0 10px;
  }

  #contents #reasons nav li {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }

  #contents #reasons nav li:last-child {
    margin-bottom: 0;
  }

  #contents #reasons nav li a {
    line-height: 55px;
    padding: 0 15px 0 20px;
    font-size: 14px;
  }

  #contents #reasons nav li.function a {
    text-align: left;
  }

  #contents #reasons nav li.function .icon {
    background-position: 4px 50%;
    padding-left: 40px;
  }

  /*-----------------------------------------
	interview
	-----------------------------------------*/
  #contents #interview {
    padding: 30px 0;
  }

  #contents #price dl dt {
    padding: 10px;
    width: 46%;
    font-size: 13px;
  }
  #contents #price dl dd {
    padding: 10px;
    font-size: 15px;
  }
  #contents #environment table th {
    width: 35%;
  }
}
