@font-face {
	font-family: "メイリオ", "Meiryo","Noto Sans Japanese","ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-weight: normal;
	font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  color: #000;
  font-weight: 800;
  font-style: normal;
}

a span {
  color: #d8381a;
  font-weight: 800;
  font-style: normal;
}

a img {
  border: none;
}

html {
  background: #fff;
}

body {
  font-family: Arson Pro, source-han-sans-japanese, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  margin: 0;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.06rem
}
.height50{
	height: 50px;
}
.height100{
	height: 100px;
}
.height500{
	height: 0px;
}
/*会社概要*/
.kaisha {
width: 90%;
	margin: auto ;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}
/*／会社概要*/

@media only screen and (min-width: 768px) {
  .sp_only {
    display: none!important;
  }
}

.cvbtn {
  position: fixed;
  top: 50px;
  right: 50px;
  letter-spacing: 0.03rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 4vw;
  font-size: 1.25vw;
  background: #EB9B35;
  color: #fff;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
  padding: 0 1.6vw;
  padding-top: 2px;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  border-radius: 0.8vw;
  border: 0.2vw solid #fff;
  -webkit-box-shadow: 5px 7px 24px -7px #EB9B35;
          box-shadow: 5px 7px 24px -7px #EB9B35;
  line-height: 100%;
}

.rect {
  position: absolute;
  background: url(../../img/rect.png) no-repeat bottom left;
  width: 29%;
  padding-bottom: 9%;
  height: 0;
  background-size: contain;
  top: -10px;
  left: 0;
  z-index: 0;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
  position: relative;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav ul li a {
  position: relative;
  margin-right: 3.5vw;
  font-size: 1.25vw;
  -webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
}

nav ul li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: -19px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #1bbb6b transparent transparent transparent;
  border-width: 7px 5px 0 5px;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
}

nav ul li:last-child a {
  margin-right: 0;
}

.toplogo {
  position: absolute;
  left: 50px;
  top: 46px;
  z-index: 999;
  background: url(../../img/logofoo.png) no-repeat center bottom;
  width: 200px;
  padding-bottom: 55px;
  height: 0;
  margin-top: 0;
  background-size: contain;
}



.mv {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4vw 0 0 0;
  height: 40vw;
  padding-left: 12.2vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 999;
}

.mv .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  margin-top: 2.6vw;
}

.mv .left h1 {
  font-size: 3.7vw;
  font-weight: 900;
  display: flex;
  align-items: center
}

.mv .left h1 span {
  display: block;
  background: url(../../img/log.png) no-repeat center left;
  width: 20%;
  padding-bottom: 21%;
  height: 0;
  margin-top: 0;
  background-size: contain;
}

.mv .left h2 {
  font-size: 3.1vw;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.2rem;
}

.mv .left h3 {
  font-size: 1.6vw;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 180%;
  margin-top: 21px;
}

.mv .left a {
  width: 21vw;
  background: #EB9B35;
  border-radius: 0.8vw;
  height: 4.4vw;
  border: 0.2vw solid #fff;
  -webkit-box-shadow: 5px 7px 24px -7px #EB9B35;
          box-shadow: 5px 7px 24px -7px #EB9B35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4vw;
  line-height: 100%;
  color: #fff;
  margin-top: 0.8vw;
}

.mv .left a i {
  background: url(../../img/download.svg) no-repeat center top;
  background-size: contain;
  width: 7%;
  height: 0;
  padding-bottom: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4%;
}

.btn-txt_top {
  width: 21vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15vw;
  line-height: 100%;
  margin-top: 3vw;
  font-weight: bold;
  
  margin-bottom: 0px !important;
  margin-right: 0 !important;
}

.btn-txt {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1vw;
  line-height: 100%;
  margin-top: 1vw;
  font-weight: bold;
  color:#333;
  margin-bottom: 6px !important;
  margin-right: 0 !important;

}
.video_border{
		border: thick double #32a1ce;
	}

.mv .right{
  position: absolute;
  right: 0;
  top: -1vw;
  width: 65%;
  -webkit-animation: horizontal 1.5s ease-in-out infinite alternate;
          animation: horizontal 1.5s ease-in-out infinite alternate;
}
.mv .right:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background: url(../../img/topimg.jpg) no-repeat top right -1vw;
  width: 100%;
  padding-bottom: 68%;
  background-size: contain;
  margin-top: 0;

}.mv2 .right:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background: url(../../img/tipimg_oil.png) no-repeat top right -1vw;
  width: 100%;
  padding-bottom: 68%;
  background-size: contain;
  margin-top: 0;

}

.contents h1{
	font-size: 6px !important;
	width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center; 
	color: lightgray;
	
}

/*
.c01{
  width: 940px;
    display: flex;
    margin: 80px auto 0;
    justify-content: space-between;	
}
.c01 .left{
    background: url(../../img/c01.png) no-repeat center center;
    width: 417px;
    height: 270px;
    background-size: contain;	
}
.c01 .right{
    width: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.c01 .right h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 24px;	
}
.c01 .right p{
    font-size: 16px;
    line-height: 190%;	
}
*/

.clients {
  width: 100vw;
  margin: 20px 0 0;
  overflow: hidden;
}

.clients .img {
  position: relative;
  width: calc( 1862px + 100vw);
  height: 300px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  z-index: 20;
  left: 0;
  background-position: 500px;
  background-size: 1862px;
  background-repeat: repeat-x;
  background-image: url(../../img/ouritems_pc.png);
  -webkit-animation: clientsSlide 22s infinite linear;
  animation: clientsSlide 22s infinite linear;
  opacity: 1;
}

@-webkit-keyframes clientsSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1862px);
    transform: translateX(-1862px);
  }
}

@keyframes clientsSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1862px);
    transform: translateX(-1862px);
  }
}

.problem {
  margin-top: 5.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.problem2 {
  margin-top: 5.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: center;
          align-items: left;
paddingmargin: 0px 15% 0px 15%;
}

.problem, .problem2 h2 {
	color: red;
  min-width: 100%;
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.problem h2 span{
  display: contents;
  font-size: 2.7vw;
  font-weight: bold;
}
.problem h2 i:first-child {
  background: url(../../img/left_deco.png) no-repeat center center;
  background-size: contain;
  width: 8.5%;
  height: 0;
  padding-bottom: 9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.problem h2 i:last-child {
  background: url(../../img/right_deco.png) no-repeat center center;
  background-size: contain;
  width: 8%;
  height: 0;
  padding-bottom: 9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.problem ul {
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-top: 26px;
}

.problem ul li:first-child {
  width: 30%;
  border-radius: 18px;
  background: url(../../img/left_illust.png) no-repeat center bottom;
  background-size: 47%;
  height: 0;
  padding-bottom: 22%;
  padding-top: 3.5%;
  -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
          box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
  color: #0059ce;
}

.problem ul li:nth-child(2) {
  width: 30%;
  border-radius: 18px;
  background: url(../../img/center_illust.png) no-repeat center bottom;
  background-size: 43%;
  height: 0;
  padding-bottom: 22%;
  padding-top: 3.5%;
  -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
          box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
  color: #0baf5e;
}

.problem ul li:last-child {
  width: 30%;
  border-radius: 18px;
  background: url(../../img/right_illust.png) no-repeat center bottom;
  background-size: 50%;
  height: 0;
  padding-bottom: 22%;
  padding-top: 3.5%;
  -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
          box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
  color: #0059ce;
}

.problem ul li h3 {
  font-weight: bold;
  font-size: 1.3vw;
  line-height: 164%;
}

.solution_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8.8vw;
}

.solution_title img {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c01 {
  width: 87%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 6.4%;
}

.bgpic1{
	background: url(../../img/bgpic01.png) no-repeat center left;
}
.bgpic2{
  background: url(../../img/bgpic02.png) no-repeat center center;
}
.bgpic3{
	background: url(../../img/bgpic03.png) no-repeat center left;
}
.bgpic4{
	background: url(../../img/bgpic04.png) no-repeat center left;
}
.bgpic5{
	background: url(../../img/bgpic05.png) no-repeat center left;
}
.bgpic6{
	background: url(../../img/bgpic06.png) no-repeat center left;
}
.bgpic7{
	background: url(../../img/bgpic02.jpg) no-repeat center left;
}

.bgpic8{
	background: url(../../img/oilcella/oilcella.png) no-repeat center left;
}


.c01 .left {
  width: 60%;
  padding-bottom: 35%;
  height: 0;
  background-size: contain;
  margin-top: -3.5%;
  z-index: 999;
  margin-left: -1%;
}

.c01 .right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 1%;
}

.c01 .right h2 {
  letter-spacing: 0.05rem;
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 4.4%;
}

.c01 .right p {
  font-size: 1.3vw;
  width: 100%;
  line-height: 208%;
}

.c02 {
	margin-top: 100px;
  width: 95%;
  padding-left: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.4% auto 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c02 .left {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}

.c02 .left h2 {
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 5.2%;
  letter-spacing: 0.05rem;
  font-size: 2.6vw;
  width: 120%;
}

.c02 .left p {
  font-size: 1.3vw;
  line-height: 208%;
  width: 150%;
}

.c02 .right {
  width: 67%;
  padding-bottom: 37.5%;
  height: 0;
  background-size: contain;
  margin-top: -5.5%;
  margin-right: 0.5%;
}

.c03 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 3.3%;
}

.c03 .center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c03 .center h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 2vw;
}

.c03 .center p {
  font-size: 1.3vw;
  line-height: 208%;
  margin-bottom: 3.4vw;
}

.c03 .center .img {
  background: url(../../img/browser.jpg) no-repeat center top;
  width: 81%;
  padding-bottom: 44.8%;
  height: 0;
  background-size: cover;
}


.c04 {
	margin-top: 100px;
  width: 95%;
  padding-left: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.4% auto 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c04 .left {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}

.c04 .left h2 {
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 5.2%;
  letter-spacing: 0.05rem;
  font-size: 2.6vw;
  width: 120%;
}

.c04 .left p {
  font-size: 1.3vw;
  line-height: 208%;
  width: 150%;
}

.c04 .right {
  width: 67%;
  padding-bottom: 37.5%;
  height: 0;
  background-size: contain;
  margin-top: -5.5%;
  margin-right: 0.5%;
}

/*
#cs{
    background: #f3f5f7;
    text-align: center;
    padding-top: 110px;	
    padding-bottom: 250px;    
}

#cs h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 24px;	
}

#cs p{
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 52px;	
}

#cs > ul{
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cs > ul > li{
  background: #fff;
    width: 23%;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 26px 0 34px;
    margin-bottom: 24px;	
}

#cs > ul > li .img{
  width: 85px;
    height: 85px;
    background: url(../../img/digital.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 10px;	
}

#cs > ul > li h3{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 13px;	
}
#cs > ul > li ul{
  text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#cs > ul > li ul li{
    font-size: 12px;
    line-height: 170%;	
}
*/

#cs {
  background: #f3f5f7;
  text-align: center;
  padding-top: 9vw;
  padding-bottom: 3.8vw;
}

#cs h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
  letter-spacing: 0.15rem;
}

#cs>p {
  font-size: 1.3vw;
  letter-spacing: 0.1rem;
  line-height: 200%;
  margin-bottom: 42px;
}

#cs .cs_list {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cs .cs_list>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cs .cs_list>ul li {
  width: 100%;
  border-radius: 15px;
  background: #fff;
  background-size: 50%;
  height: auto;
  -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(255 255 255 / 50%);
          box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(255 255 255 / 50%);
  color: #2d2d2d;
  padding: 3.3% 3.5% 3.3% 4.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}

#cs .cs_list>ul li header {
  border-radius: 6px;
  font-size: 2.0vw;
  font-weight: bold;
  background: #086bec;
  padding: 2.5% 0% 2.2%;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 17%;
}

#cs .cs_list>ul li:nth-child(2) header {
  background: #EB9B35;
}

#cs .cs_list>ul li h3 {
  font-size: 2vw;
  font-weight: bold;
  padding: 0% 0% 0% 4%;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  width: 35%;
}

#cs .cs_list>ul li p {
  width: 48%;
  text-align: left;
  padding-left: 4.4%;
  letter-spacing: 0.04rem;
  border-left: 1px solid #d7d8db;
  font-size: 1.1vw;
  line-height: 220%;
  position: relative;
  height: 6.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}



#cs .cs_list>ul li p span:last-child {
  right: -4px;
  position: absolute;
  bottom: 0;
  height: 6.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 220%;
  font-weight: bold;
  font-size: 0.8vw;
  background: #f1f4f6;
  border-radius: 7px;
  padding: 0 15px;
}

#cs .alert {
  margin-bottom: 20px;
  margin-top: 16px;
}

#cs .alert a {
  text-decoration: underline;
  color: #1dba6b;
  font-weight: normal;
}

#cs .alert a:hover {
  text-decoration: none;
  color: #01c864;
  font-weight: normal;
}

#cs .cs_list:before {
  content: "";
  display: block;
  width: 23%;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#cs .cs_list:after {
  content: "";
  display: block;
  width: 23%;
  height: 0;
}

#cs .cs_list a {
  background: #fff;
  width: 23%;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 0 34px;
  margin-bottom: 2.7%;
  -webkit-transition: all 0.7s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.7s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.7s cubic-bezier(.19, 1, .22, 1);
}

#cs .cs_list a .img {
  width: 40%;
  padding-bottom: 40%;
  height: 0;
  margin-bottom: 10px;
}

#cs .cs_list a.digital .img {
  background: url(../../img/digital.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.remote .img {
  background: url(../../img/remote.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.excel .img {
  background: url(../../img/excel.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.html .img {
  background: url(../../img/html.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.office .img {
  background: url(../../img/office.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.data .img {
  background: url(../../img/data.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.system .img {
  background: url(../../img/system.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.growth .img {
  background: url(../../img/growth.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a.ec .img {
  background: url(../../img/ec.png) no-repeat center center;
  background-size: contain;
}

#cs .cs_list a h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 13px;
}

#cs .cs_list a ul {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cs .cs_list a ul li {
  font-size: 12px;
  line-height: 170%;
}

.btn .trial-btn a {
  width: auto;
  font-size: 1.35vw;
  padding: 16px 40px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #1bbb6c;
  border-radius: 0.7vw;
  border: 0.22vw solid #fff;
  -webkit-box-shadow: 5px 7px 24px -7px #EB9B35;
          box-shadow: 5px 7px 24px -7px #EB9B35;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);

}

.btn .contact-btn a {
  width: auto;
  padding: 14px 40px;
  font-size: 1.35vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1bbb6b;
  background: #ffffff;
  border-radius: 0.63vw;
  border: 0.22vw solid #1bbb6b;
  -webkit-box-shadow: 5px 7px 24px -7px #05884785;
          box-shadow: 5px 7px 24px -7px #05884785;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
}


#price {
  text-align: center;
  background: #f3f5f7;
  width: 80%;
  margin: 70px auto 110px;
  padding: 62px 0 73px;
  border-radius: 14px;
  -webkit-box-shadow: 4px 4px 14px rgb(163 177 198 / 4%), inset 3px 3px 7px rgb(136 165 191 / 9%), inset -3px -3px 17px #bfc8ce0a;
          box-shadow: 4px 4px 14px rgb(163 177 198 / 4%), inset 3px 3px 7px rgb(136 165 191 / 9%), inset -3px -3px 17px #bfc8ce0a;
}

#price h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
}

#price>p {
  font-size: 1.3vw;
  line-height: 190%;
  margin-bottom: 35px;
}

#price>div {
  width: 83%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  border-radius: 10px;
  background: #fff;
  height: auto;
  -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(255 255 255 / 50%);
  box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(255 255 255 / 50%);
  color: #2d2d2d;
  padding: 4% 4.6% 5% calc(4.6% + 10px);
  position: relative;
  overflow: hidden;
}

#price>div:before {
  content: "";
  background: #EB9B35;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#price>div .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 100%;
}

#price>div .top h4 {
  font-size: 4.2vw;
  font-weight: bold;
  line-height: 100%;
  padding-top: 0.5%;
  padding-left: 3px;
}

#price>div .top h5 {
  font-size: 1.23vw;
  font-weight: normal;
  line-height: 169%;
}

#price>div .top h5 span {
  text-decoration: underline;
  color: #1dba6b;
  font-weight: normal;
}


#price>div .top p {
  font-size: 1.1vw;
  background: #f2f5f7;
  border-radius: 5px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.8vw;
  padding: 0 1.6vw;
}

#price>div .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 100%;
  color: #1bbb6b;
  background: #ffffff;
  border-radius: 7px;
  border: 1px solid #1bbb6b;
  padding: 2.4% 1% 2.4% 3.6%;
  font-size: 1.6vw;
  font-weight: bold;
  margin-top: 3%;
}

#price>div .btm h5 {
  font-weight: bold;
  line-height: 100%;
}

#price>div .btm p {
  font-size: 1.1vw;
  color: #000;
  letter-spacing: 0.015rem;
  line-height: 100%;
  margin-left: 5%;
}

#price ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#price ul li {
  width: 31%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  padding-bottom: 44px;
}

#price ul li h3 {
  width: 100%;
  font-size: 18px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1bbb6c;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  margin-bottom: 40px;
}

#price ul li h3 span {
  font-size: 80%;
  font-weight: 500;
  margin-left: 3px;
}

#price ul li>span {
  background: #f0f8f1;
  color: #1bbb6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  border-radius: 50px;
  height: 32px;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

#price ul li .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
  margin-bottom: 20px;
}

#price ul li .price .note {
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: -1px;
  margin-right: 11px;
}

#price ul li .price .num {
  font-size: 40px;
  letter-spacing: -0.15rem;
  font-weight: 600;
}

#price ul li .comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 240%;
}

#price ul li .comp .left {
  text-align: left;
}

#price ul li .comp .right {
  color: #1bbb6b;
}

#price ul li .comp .right span {
  color: #8a8e93;
  font-size: 136%;
  line-height: 100%;
}


/*
#qa{
    background: #f3f5f7 url(../../img/qa.png) no-repeat top right 9%;
    background-size: 38%;
    padding-bottom: 100px;
    margin-bottom: 120px;
}

#qa .wrap{
    width: 990px;
    margin: 0 auto;
    padding-top: 114px;	
}

#qa .wrap h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 24px;
}

#qa .wrap > p{
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 52px;	
}

#qa .wrap ul{
  
}

#qa .wrap ul li{
    margin-bottom: 40px;	
}

#qa .wrap ul li h3{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 17px;	
}

#qa .wrap ul li h3 span{
    color: #1bbb6c;	
}

#qa .wrap ul li p{
    font-size: 16px;
    line-height: 190%;	
}
*/

#qa {
  background: #f3f5f7 url(../../img/qa.png) no-repeat top right 9%;
  background-size: 38%;
  padding-bottom: 80px;
  margin-bottom: 120px;
  margin-top: 120px;
}

#qa .wrap {
  width: 80%;
  margin: 0 auto;
  padding-top: 114px;
}

#qa .wrap h2 {
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
}

#qa .wrap>p {
  font-size: 1.3vw;
  line-height: 190%;
  margin-bottom: 52px;
}


#qa .wrap ul li {
  margin-bottom: 40px;
}

#qa .wrap ul li h3 {
  font-size: 1.6vw;
  font-weight: bold;
  margin-bottom: 17px;
}

#qa .wrap ul li h3 span {
  color: #1bbb6c;
  font-size: 114%;
}

#qa .wrap ul li p {
  font-size: 1.3vw;
  line-height: 190%;
}

footer .wrap {
  width: 80%;
  margin: 0 auto;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .wrap h2 {
  background: url(../../img/logofooter.png) no-repeat center left;
  width: 23%;
  padding-bottom: 7%;
  height: 0;
  margin-right: auto;
  margin-top: -18px;
  background-size: contain;
}

footer .wrap dl {
  margin-right: 60px;
}

footer .wrap dl:nth-child(3n) {
  margin-right: 30px;
}

footer .wrap dl:last-child {
  margin-right: 40px;
}

footer .wrap dl dt {
  font-weight: bold;
  margin-bottom: 26px;
}

footer .wrap dl dd a {
  font-weight: 300;
  line-height: 220%;
  font-size: 14px;
  -webkit-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.2s cubic-bezier(.19, 1, .22, 1);
}

footer p {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #a5aaaa;
  padding: 100px 0;
}

/*#form h1{
  width: 100%;
  display: flex;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 40px;	
}

.form-h2 {
  width: 60%;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 11% auto 7%;
}


#form .container {
  margin-bottom: 130px;
}

#form .container #formWrapper #myform .form_list {
  width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
}

#form .container #formWrapper #myform .form_list .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border: 1px solid #b5b5b5;
  margin-bottom: -1px;
  border-radius: 0;
  padding: 15px 0 5px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
}

#form .container #formWrapper #myform .form_list .frame:nth-child(2) {
  border-radius: 7px 7px 0px 0px;
}

#form .container #formWrapper #myform .form_list .frame:last-child {
  border-radius: 0 0 7px 7px;
}

#form .container #formWrapper #myform .form_list .frame.fcs {
  border: 1px solid #1bbb6d;
  z-index: 999;
}

#form .container #formWrapper #myform .form_list .frame.disapp {
  opacity: 0;
}

#form .container #formWrapper #myform .form_list .frame label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  width: 94%;
  margin: 0 auto;
}

#form .container #formWrapper #myform .form_list .frame.fcs label {
  color: #1bbb6d;
}

#form .container #formWrapper #myform .form_list .frame input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  border: none;
  font-size: 16px;
  width: 95%;
  margin: 0 auto;
  height: 44px;
}

#form .container #formWrapper #myform .form_list .frame textarea {
  border: 1px solid #ddd;
  width: 94%;
  margin: 0 auto;
  height: 90px;
  margin-top: 14px;
  margin-bottom: 18px;
  font-size: 16px;
}

#form .container #formWrapper #myform .form_list .frame textarea:focus {
  outline: 2px #1bbb6d solid;
  border: none;
}

#form .container #formWrapper #myform .pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin-top: 25px;
}

#form .container #formWrapper #myform .pp a {
  color: #1bbb6d;
  text-decoration: underline;
}

#form .container #formWrapper #myform button {
  border-radius: 7px;
  width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 80px;
  border: none;
  font-size: 21px;
  color: #fff;
  background: #1bbb6d;
  margin-top: 35px;
  font-weight: 600;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  cursor: pointer;
}

#form .container #formWrapper #myform button:focus, #form .container #formWrapper #myform button:active {
  outline: none;
  border: none;
}

.formError {
  position: absolute!important;
  top: 14px!important;
  left: unset!important;
  right: 19px!important;
  margin-top: unset!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  width: auto;
  font-weight: 500;
  color: #ffffff;
  background: #ff4e7f;
  border-radius: 4px;
  display: flex!important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 7px 4px;
  line-height: 100%;
}

.formErrorContent {
  font-weight: 500;
}

input::-webkit-input-placeholder {
  color: #bbb;
}

input::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder {
  color: #bbb;
}

input::-ms-input-placeholder {
  color: #bbb;
}

input::placeholder {
  color: #bbb;
}


/* IE */

/*input:-ms-input-placeholder {
  color: #bbb;
}*/


/* Edge */

/*input::-ms-input-placeholder {
  color: #bbb;
}*/

#lottie {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  -ms-transform: translate(0, 60px) scale(0.8);
      transform: translate(0, 60px) scale(0.8);
  -webkit-transform: translate(0, 60px) scale(0.8);
}

#lottie.app {
  opacity: 1;
  -ms-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
  -webkit-transform: translate(0, 0) scale(1);
}

#lottie svg {
  width: 70%!important;
  height: 70%!important;
  -webkit-transform: translate3d(0px, 0px, 0px)!important;
          transform: translate3d(0px, 0px, 0px)!important;
}

.contact {
  width: 46%;
}


.contact-left {
width: 54%;
}

.contact-left_top {
  text-align: center;
}


.contact-left img {
  width: 96%;
}

.contact-txt{
  margin: 1.2rem 2.6rem;
  font-size: 1.2vw;
  line-height: 190%;
  
}

.contact-box {
  width: 45vw;
  margin: 2rem auto 0;
  border: 4px solid #1bbb6c;
  border-radius: 10px;
  padding: 20px 0 20px 50px;
  background: #fff;
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 2rem;
}

.contact-box ul li {
  font-weight: bold;
  position: relative;
  font-size: 20px;
  line-height: 150%;
}

.contact-box ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 0.5rem;
  line-height: 100% !important;
  width: 0.8rem;
  height: 0.3rem;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  transform: rotate(-45deg);
}

.contact-flex {
  margin: 3rem auto 0;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

.inview {
  opacity: 0;
  -ms-transform: translate(0, 50px);
      transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
}
.inview_show {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -webkit-transition: all 1.2s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 1.2s cubic-bezier(.19, 1, .22, 1);
  transition: all 1.2s cubic-bezier(.19, 1, .22, 1);
}
.inview_show.delay1 {
  -webkit-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
      transition-delay: 0.1s;
}
.inview_show.delay2 {
  -webkit-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
      transition-delay: 0.2s;
}
.inview_show.delay3 {
  -webkit-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
      transition-delay: 0.3s;
}
.inview_show.delay4 {
  -webkit-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
      transition-delay: 0.4s;
}
.inview_show.delay5 {
  -webkit-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
      transition-delay: 0.5s;
}
.inview_show.delay6 {
  -webkit-transition-delay: 0.6s;
   -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
}
.inview_show.delay7 {
  -webkit-transition-delay: 0.7s;
   -o-transition-delay: 0.7s;
      transition-delay: 0.7s;
}
.inview_show.delay8 {
  -webkit-transition-delay: 0.8s;
   -o-transition-delay: 0.8s;
      transition-delay: 0.8s;
}
.inview_show.delay9 {
  -webkit-transition-delay: 0.9s;
   -o-transition-delay: 0.9s;
      transition-delay: 0.9s;
}


/* hubspotフォームのスタイル */
#form-hs-Wrapper {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#target {
  display: none !important;
}

.hubspot-link__container {
  display: none !important;
  opacity: 0;
}

#hs-cover {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: #ffffff;
  z-index: 10000;

}

/* hubspotフォームのスタイル */

@media only screen and (min-width: 768px) {
  .cvbtn:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
            box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  nav ul li a:hover {
    color: #1bbb6d;
  }
  nav ul li a:hover:before {
    opacity: 1;
    top: -22px;
  }
  #cs .cs_list a:hover {
    -webkit-box-shadow: 0px 20px 25px #232c381f;
            box-shadow: 0px 20px 25px #232c381f;
  }
  .card:focus-within, .card:hover {
    -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .card:focus-within~.card, .card:hover~.card {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
  }
  .card .btn:hover {
    background: #1bbb6c;
    color: #fff;
    -webkit-box-shadow: 0px 5px 14px #1bbb6c69;
            box-shadow: 0px 5px 14px #1bbb6c69;
  }
  .card .btn.open:hover {
    background: #e9edf1;
    color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
    pointer-events: none;
  }
  .card .btn.open.yes:hover {
    cursor: default;
    background: #1bbb6c;
  }
  .cvarea .wrap .btn a:first-child:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
            box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  .cvarea .wrap .btn a:last-child:hover {
    -webkit-box-shadow: 0px 8px 20px #01a05238;
            box-shadow: 0px 8px 20px #01a05238;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  footer .wrap dl dd a:hover {
    color: #1bbb6d;
    text-decoration: underline;
  }
  #form .container #formWrapper #myform button:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
            box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  #thanks .thanks a:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
            box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  #cs_detail #head a:hover {
    background: #0ad46f;
    -webkit-box-shadow: 0px 8px 20px #1094536b;
            box-shadow: 0px 8px 20px #1094536b;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
}

@media only screen and (max-width: 768px) {
  .pc_only {
    display: none!important;
  }
  .cvbtn {
    top: unset;
    bottom: 26px;
    right: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 52px;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid #fff;
    -webkit-box-shadow: 5px 7px 24px -7px #EB9B35;
    box-shadow: 5px 7px 24px -7px #EB9B35;
  }
  .rect {
    position: absolute;
    background: url(../../img/rect.png) no-repeat bottom left;
    width: 34%;
    padding-bottom: 11%;
    height: 0;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .mv {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8vw auto 0;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 12vw;
  }
  .mv .left a{
    display: none;
  }
  .mv .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
  .mv .left h1 {
    font-size: 8.4vw;
    font-weight: 900;
    width: 100%;
    padding-bottom: 5%;
    margin-top: 5%;
    display: flex;
    align-items: center;
  }

  .mv .left h1 span {
    background: url(../../img/menter-log.png) no-repeat center left;
    width: 20%;
    padding-bottom: 21%;
    height: 0;
    margin-top: 0;
    background-size: contain;

  }


  .mv .left h2 {
    font-size: 7.3vw;
    font-weight: bold;
    letter-spacing: 0.15rem;
    margin-top: 6%;
  }
  .mv .left h3 {
    font-size: 4.2vw;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 180%;
    margin-top: 6%;
  }
  .mv .right {
    position: relative;
    right: unset;
    top: unset;
    width: 100vw;
    height: auto;
    margin-left: -12vw;
    -webkit-animation: unset;
            animation: unset;
  }
  .mv .right:before{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "";
    background: url(../../img/topimg.jpg) no-repeat center center;
    width: 100%;
    padding-bottom: 96%;
    background-size: 132vw;
    margin-top: 3vw;
    -webkit-animation: unset;
            animation: unset;
  }
  .mv2 .right:before{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "";
    background: url("../../img/tipimg_oil.png") no-repeat center center;
    width: 100%;
    padding-bottom: 96%;
    background-size: 132vw;
    margin-top: 3vw;
    -webkit-animation: unset;
            animation: unset;
  }
  .clients {
    width: 100vw;
    margin: -20px 0 -5px;
    overflow: hidden;
  }
  .clients .img {
    position: relative;
    width: calc( 1500px + 100vw);
    height: 150px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: 0;
    background-position: 300px;
    background-size: 1500px;
    background-repeat: repeat-x;
    background-image: url(../../img/ouritems.png);
    -webkit-animation: clientsSlideSp 22s infinite linear;
    animation: clientsSlideSp 22s infinite linear;
    opacity: 1;
  }
  @-webkit-keyframes clientsSlideSp {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1500px);
      transform: translateX(-1500px);
    }
  }
  @keyframes clientsSlideSp {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1500px);
      transform: translateX(-1500px);
    }
  }
  .problem {
    margin-top: 5.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .problem ul {
    width: 74%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin-top: 0;
  }
  .problem ul li:first-child {
    width: 100%;
    border-radius: 18px;
    background: url(../../img/left_illust.png) no-repeat center bottom;
    background-size: 32%;
    height: 0;
    padding-bottom: 54%;
    padding-top: 8.5%;
    -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
    box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
    color: #0059ce;
    margin-bottom: 7%;
  }
  .problem ul li:nth-child(2) {
    width: 100%;
    border-radius: 18px;
    background: url(../../img/center_illust.png) no-repeat center bottom;
    background-size: 31%;
    height: 0;
    padding-bottom: 54%;
    padding-top: 8.5%;
    -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
    box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
    color: #0baf5e;
    margin-bottom: 7%;
  }
  .problem ul li:last-child {
    width: 100%;
    border-radius: 18px;
    background: url(../../img/right_illust.png) no-repeat center bottom;
    background-size: 35%;
    height: 0;
    padding-bottom: 54%;
    padding-top: 8.5%;
    -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
    box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(236 239 243 / 41%);
    color: #0059ce;
  }
  .problem ul li h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 164%;
  }
  .problem h2 {
    min-width: 100%;
    font-size: 22px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 7vw;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .problem h2 i:first-child {
    background: url(../../img/left_deco.png) no-repeat center center;
    background-size: contain;
    width: 8.5%;
    height: 0;
    padding-bottom: 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(-2px,-30px);
    -ms-transform: translate(-2px,-30px);
    transform: translate(-2px,-30px);
  }
  .problem h2 i:last-child {
    background: url(../../img/right_deco.png) no-repeat center center;
    background-size: contain;
    width: 8%;
    height: 0;
    padding-bottom: 17%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(2px,-30px);
    -ms-transform: translate(2px,-30px);
    transform: translate(2px,-30px);
  }
  .solution_title {
    margin-top: 19vw;
  }
  .solution_title img {
    width: 66%;
  }
  .c01 {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -9vw auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: unset;
    padding: 22vw 0 0 0;
    border-top: 1px solid #d2d7dd;
    overflow: hidden;
  }
  .c01 .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .c01 .right h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0;
    border-radius: 1px;
    letter-spacing: 0.01rem;
    height: auto;
    width: 100%;
    text-align: center;
  }
  .c01 .right .sp_img {
    background: url(../../img/iphone01.jpg) no-repeat center bottom;
    width: 100%;
    padding-bottom: 90%;
    height: 0;
    background-size: 154vw;
  }
  .c01 .right p {
    width: 82%;
    font-size: 3.8vw;
    line-height: 190%;
    text-align: justify;
    margin-top: 2%;
    letter-spacing: 0.02rem;
  }
  .c02 {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12vw auto 3%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13vw 0 0 0;
    border-top: 1px solid #d2d7dd;
    overflow: hidden;
  }
  .c02 .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c02 .left h2 {
    width: 100%;
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0;
    height: auto;
    text-align: center;
  }
  .c02 .sp_img {
    background: url(../../img/iphone02.jpg) no-repeat center center;
    width: 200vw;
    padding-bottom: 112vw;
    height: 0;
    background-size: 170vw;
    z-index: -1;
    margin-top: -11vw;
    margin-bottom: -15vw;
  }
  .c02 .left p {
    font-size: 3.8vw;
    line-height: 190%;
    text-align: justify;
    margin-top: 0;
    letter-spacing: 0.02rem;
    width: 82%;
  }
  .c03 {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12vw auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13vw 0 0 0;
    border-top: 1px solid #d2d7dd;
    overflow: hidden;
  }
  .c03 .center h2 {
    width: 100%;
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0;
    height: auto;
    text-align: center;
  }
  .c03 .center p {    
    font-size: 3.8vw;
    line-height: 190%;
    width: 82%;
    text-align: justify;
    margin-top: 6%;
    margin-bottom: 7%;
    letter-spacing: 0.02rem;
  }
  .c03 .center .img {
    background: url(../../img/browser.jpg) no-repeat center bottom;
    width: 100%;
    padding-bottom: 83%;
    height: 0;
    background-size: 129vw;
  }
.c04 {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12vw auto 3%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13vw 0 0 0;
    border-top: 1px solid #d2d7dd;
    overflow: hidden;
  }
  .c04 .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c04 .left h2 {
    width: 100%;
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0;
    height: auto;
    text-align: center;
  }
  .c04 .sp_img {
    background: url("../../img/oilcella/oilcella.png") no-repeat center center;
    width: 200vw;
    padding-bottom: 112vw;
    height: 0;
    background-size: 170vw;
    z-index: -1;
    margin-top: -11vw;
    margin-bottom: -15vw;
  }
  .c04 .left p {
    font-size: 3.8vw;
    line-height: 190%;
    text-align: justify;
    margin-top: 0;
    letter-spacing: 0.02rem;
    width: 82%;
  }
  #cs {
    background: #f3f5f7;
    text-align: center;
    padding-top: 14%;
    padding-bottom: 8%;
  }
  #cs h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  #cs p {
    font-size: 3.8vw;
    line-height: 190%;
    text-align:justify;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 80%;
  }
  #cs .cs_list>ul li {
    width: 100%;
    border-radius: 15px;
    background: #fff;
    background-size: 50%;
    height: auto;
    -webkit-box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(255 255 255 / 50%);
    box-shadow: 6px 6px 9px rgb(163 177 198 / 32%), -9px -9px 16px rgb(255 255 255 / 50%);
    color: #2d2d2d;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  #cs .cs_list>ul li header {
    border-radius: 8px 8px 0 0;
    font-size: 4.4vw;
    font-weight: bold;
    background: #086bec;
    padding: 0;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 33px;
    color: #fff;
    width: 100%;
    padding-top: 4px;
  }
  #cs .cs_list>ul li h3 {
    font-size: 5.5vw;
    font-weight: bold;
    padding: 0;
    line-height: 150%;
    letter-spacing: 0.08rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: left;
    width: 82%;
    margin-top: 7%;
  }
  #cs .cs_list>ul li p {
    width: 100%;
    text-align: left;
    padding-left: 9%;
    letter-spacing: 0rem;
    border-left: none;
    font-size: 3.333vw;
    line-height: 180%;
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 3%;
    margin-bottom: 9%;
  }
  #cs .cs_list>ul li p span:last-child {
    right: unset;
    position: relative;
    bottom: unset;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0%;
    font-weight: bold;
    font-size: 13px;
    background: #f1f4f6;
    border-radius: 6px;
    padding: unset;
    width: 90%;
    margin-top: 4%;
  }
  #cs .alert {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
  }
  #cs .cs_list {
    width: 84%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cs .cs_list a {
    background: #fff;
    width: 48%;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.5% 0 6%;
    margin-bottom: 4%;
  }
  #cs .cs_list a.add {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #cs .cs_list a h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 13px;
    letter-spacing: -0.03rem;
  }
  #cs .cs_list a ul li {
    font-size: 10px;
    line-height: 160%;
    letter-spacing: 0rem;
  }
  .cvarea {
    margin-top: 35px;
  }
  .cvarea.top{
    padding-top:7%;
    padding-bottom: 80%;
  }
  .cvarea .wrap {
    width: 84%;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #1bbb6c;
    border-radius: 10px;
    padding: 10% 0 11%;
    background: #fff;
  }
  .cvarea.top .wrap {
    margin-top: 0;
  }
  .cvarea .wrap h2 {
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.04rem;
  }
  .cvarea .wrap p {
    font-size: 3.8vw;
    line-height: 180%;
    text-align: justify;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 80%;
  }
  .cvarea.foot .wrap p {
    font-size: 3.8vw;
    line-height: 180%;
    text-align: justify;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 80%;
  }
  .cvarea.foot .wrap h2 {
    letter-spacing: 0.06rem;
  }
  .cvarea .wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }


  .btn .trial-btn a {
    width: 100%;
    font-size: 15px;
    padding: 14px 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #1bbb6c;
    border-radius: 6px;
  }

  .trial-btn {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    
  }

  .contact-btn {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
   
  .btn .contact-btn a {
    width: 100%;
    padding: 12px 0;
    font-size: 15px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1bbb6b;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid #1bbb6b;
  }
  .cvarea .wrap .btn span {
    display: block;
    margin: 11px 0;
    font-size: 22px;
    font-weight: bold;
    color: #1dba6b;
  }
  #price {
    background: #fff;
    text-align: center;
    padding: 9% 0 15% 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    margin: 0;
    width: 100vw;
  }
  #price h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  #price>p {
    font-size: 3.8vw;
    line-height: 190%;
    text-align: center;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 7%;
    width: 80%;
    letter-spacing: 0.03rem;
  }
  #price>div {
    background: #fff;
    padding: 10% 8% 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px;
    margin-bottom: 0;
    text-align: justify;
    width: 84%;
    letter-spacing: 0.03rem;
    -webkit-box-shadow: 2px 6px 22px rgb(163 177 198 / 35%);
    box-shadow: 2px 6px 22px rgb(163 177 198 / 35%);
  }
  #price>div:before {
    content: "";
    background: #EB9B35;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #price>div .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 100%;
  }
  #price>div .top h4 {
    font-size: 37px;
    font-weight: bold;
    line-height: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  #price>div .top h5 {
    font-size: 15px;
    font-weight: normal;
    line-height: 170%;
    margin-top: 3%;
  }

  #price>div .top h5 span {
    text-decoration: underline;
    color: #1dba6b;
    font-weight: normal;
  }

  #price>div .top p {
    font-size: 13px;
    background: #eef2f5;
    border-radius: 7px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: 6% 7.7% 5%;
    text-align: justify;
    line-height: 170%;
    margin-top: 7%;
  }
  #price>div .btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 100%;
    color: #1bbb6b;
    background: #ffffff;
    border-radius: 8px;
    border: 2px solid #1bbb6b;
    padding: 8.4% 8% 7.4% 8%;
    font-size: 1.6vw;
    font-weight: bold;
    margin-top: 9%;
  }
  #price>div .btm h5 {
    font-weight: bold;
    line-height: 100%;
    font-size: 20px;
    letter-spacing: 0.08rem;
    margin-bottom: 5%;
  }
  #price>div .btm p {
    font-size: 13px;
    color: #000;
    letter-spacing: 0;
    line-height: 170%;
    margin-left: 0;
  }
  #price ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 84%;
    margin: 0 auto;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #price ul li {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 6px 46px -6px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    padding-bottom: 10%;
    margin-bottom: 10%;
  }
  #price ul li h3 {
    width: 100%;
    font-size: 18px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #1bbb6c;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    margin-bottom: 11%;
  }
  #price ul li>span {
    background: #f0f8f1;
    color: #1bbb6b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 72%;
    border-radius: 50px;
    height: 30px;
    font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  #price ul li .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7%;
    margin-bottom: 5%;
  }
  #price ul li .price .note {
    text-align: left;
    font-size: 13px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: -1px;
    margin-right: 11px;
  }
  #price ul li .price .num {
    font-size: 36px;
    letter-spacing: -0.15rem;
    font-weight: 600;
  }
  #price ul li .comp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 220%;
  }
  #qa {
    background: #f3f5f7 url(../../img/qa.png) no-repeat top right -7%;
    background-size: 50%;
    padding-bottom: 8%;
    margin-bottom: 15%;
    margin-top: 0;
  }
  #qa .wrap {
    width: 84%;
    margin: 0 auto;
    padding-top: 14%;
  }
  #qa .wrap h2 {
    font-size: 6vw;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 6%;
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  #qa .wrap>p {
    font-size: 3.8vw;
    line-height: 190%;
    text-align: justify;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 8%;
    width: 100%;
    letter-spacing: 0.03rem;
  }
  #qa .wrap ul li {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 7% 9%;
    margin-bottom: 7%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 30px -8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 30px -8px rgba(0, 0, 0, 0.1);
  }
  #qa .wrap ul li h3 {
    font-size: 4.6vw;
    font-weight: bold;
    margin-bottom: 3.5%;
    letter-spacing: 0.02rem;
    text-align: justify;
  }
  #qa .wrap ul li p {
    font-size: 3.6vw;
    line-height: 180%;
    text-align: justify;
    letter-spacing: 0.02rem;
  }
  #qa .wrap ul li p a {
    color: #1bbb6c;
    text-decoration: underline;
  }
  footer {
    border-top: 1px solid #ddd;
    margin-top: 16%;
  }
  footer .wrap {
    width: 80%;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .wrap h2 {
    background: url(../../img/logofooter.png) no-repeat center left;
    width: 60%;
    padding-bottom: 17%;
    height: 0;
    margin-right: auto;
    margin-top: 0;
    background-size: contain;
    margin-bottom: 15%;
  }
  footer .wrap dl {
    margin-right: 13%;
  }
  footer .wrap dl:nth-child(3n) {
    margin-right: 0;
  }
  footer .wrap dl:last-child {
    margin-right: 0;
    margin-top: 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  footer .wrap dl:last-child dt {
    margin-bottom: 0;
    margin-right: 14%;
  }
  footer .wrap dl:last-child dd {
    margin-right: 10%;
  }
  footer p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    color: #a5aaaa;
    padding: 13% 0 38%;
  }
  .menu {
    width: 40px;
    height: 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    position: fixed;
    z-index: 9998;
    top: 24px;
    right: 18px;
    cursor: pointer;
    padding: 10px;
    background: url(../../img/menu.png) 10px 10px / 36px no-repeat;
    background-position: 10px 10px;
  }
  .remove {
    width: 32px;
    height: 32px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: fixed;
    top: 38px;
    right: 38px;
    cursor: pointer;
    background: url(../../img/close.png) center center / cover no-repeat;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 60px;
    position: relative;
  }
  nav ul.nav {
    opacity: 0;
    z-index: -100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
       border-image: initial;
    background: rgba(255, 255, 255, 0.97);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    border: 7px solid #1bbb6c;
  }
  nav ul.nav.front {
    opacity: 1;
    z-index: 999999;
  }
  nav ul li a {
    margin-right: 0;
    font-size: 6.2vw;
    line-height: 220%;
  }
  #quiz {
    margin-top: -64%;
  }
  #quiz>h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 5.5vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    line-height: 130%;
    text-align: left;
    width: 84%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 3px;
    height: 94px;
    color: #fff;
    background: #1bbb6c;
    border-radius: 8px;
    position: relative;
  }
  #quiz>h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1bbb6b transparent transparent transparent;
    border-width: 20px 12px 0 12px;
  }
  #quiz>h2 span {
    color: #fff;
    font-size: 11px;
    width: 88%;
    margin-top: 2px;
    font-weight: 500;
    text-align: center;
    line-height: 140%;
  }
  .quiz_wrap {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin: 0;
    padding: 0;
    margin-top: 3%;
  }
  .quiz-card {
    scrollbar-color: #312d3c #201c29;
    scrollbar-width: thin;
    scrollbar-gutter: always;
    padding: 8% 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .card {
    -webkit-box-shadow: -10px 10px 20px #232c3814;
            box-shadow: -10px 10px 20px #232c3814;
  }
  #cs_detail .card {
    -webkit-box-shadow: -10px 4px 28px #0b0f1526;
            box-shadow: -10px 4px 28px #0b0f1526;
  }
  .card:not(:first-child) {
    margin-left: 0;
  }
  .card:focus-within~.card, .card:hover~.card {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .last-card {
    min-width: 8vw;
    width: 8vw;
  }
 
/*.form-h2 {
    width: 60%;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 11% auto 7%;
}

#form .container{
    margin-bottom: 130px;	
}
  #form .container #formWrapper #myform .form_list {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    position: relative;
  }*/
  #lottie {
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: -10px;
    top: unset;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -ms-transform: translate(0, 60px) scale(0.8);
        transform: translate(0, 60px) scale(0.8);
    -webkit-transform: translate(0, 6px) scale(0.8);
  }
  #lottie svg {
    width: 100%!important;
    height: 100%!important;
    -webkit-transform: translate3d(0px, 0px, 0px)!important;
            transform: translate3d(0px, 0px, 0px)!important;
  }
  #lottie.app {
    opacity: 1;
    -ms-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
  }
  #form .container #formWrapper #myform .form_list .frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    border: 1px solid #b5b5b5;
    margin-bottom: -1px;
    border-radius: 0;
    padding: 15px 0 5px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
  }
  /*#form .container #formWrapper #myform .form_list .frame.disapp {
    opacity: 0;
  }
  #form .container #formWrapper #myform .form_list .frame label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    width: 89%;
    margin: 0 auto;
  }
  #form .container #formWrapper #myform .form_list .frame input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    border: none;
    font-size: 16px;
    width: 91%;
    margin: 0 auto;
    height: 44px;
  }
  #form .container #formWrapper #myform .form_list .frame textarea {
    border: 1px solid #ddd;
    width: 89%;
    margin: 0 auto;
    height: 90px;
    margin-top: 14px;
    margin-bottom: 18px;
    font-size: 16px;
  }
  #form .container #formWrapper #myform button {
    border-radius: 7px;
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    height: 60px;
    border: none;
    font-size: 18px;
    color: #fff;
    background: #1bbb6d;
    margin-top: 7%;
    font-weight: 600;
    -webkit-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: all 0.3s cubic-bezier(.19, 1, .22, 1);
    cursor: pointer;
  }
  #form .container #formWrapper #myform .pp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
/*        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;*/
/*    margin-top: 5%;
  }
  */

.contact {
    width: 100%;
}


.contact-left {
  width: 100%;
}

.contact-left_top {
    text-align: center;
}


.contact-left img {
    width: 100%;
}

.contact-txt{
    margin: 1.2rem 1rem;
    font-size: 15px;
    line-height: 190%;
    
}

.contact-box {
    width: 100%;
    margin: 2rem auto 0;
    border: 2px solid #1bbb6c;
    border-radius: 10px;
    padding: 10px 10px 10px 30px ;
    background: #fff;
    font-weight: bold;
}

.contact-box ul li {
    font-weight: bold;
    position: relative;
    font-size: 15px;
    padding-left: 5px;
    line-height: 1.6rem;
}

.contact-box ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -20px;
    width: 10px;
    height: 5px;
    border-left: 3px solid #9c9c9c;
    border-bottom: 3px solid #9c9c9c;
    transform: rotate(-45deg);  

}

.contact-flex {
    margin: 3rem auto 0;
    display: flex;
    flex-flow: column;
    width: 100%;
}


.news li{
  border-bottom:1px dotted #000;
  list-style:none;
  padding:10px;
  width:800px;
}
.news li a{
  color:#000;
  text-decoration:none;
}
.news li a span{
  background-color:#2388b8;
  border-radius:3px;
  color:#fff;
  display:inline-block;
  margin-right:20px;
  padding:5px;
}
.news li a time{
  display: inline-block;
  font-weight: bold;
  margin-right:40px;
}
.news li a p{
  color:#1c448d;
  display: inline-block;
  text-decoration:underline;
}
.news .new::after{
  content:"NEW";
  color: #d10606;
  font-size: 1.1rem;
  border: 1px solid #d10606;
  padding: 4px 8px;
  margin: 0 0 0 20px;
  display: inline-block;
  line-height: 1;
}
	.header{
		margin-bottom: 500px;
	}
	#index{
		margin-top: 500px;
	}

/*問い合わせフォーム*/
.ContactForm {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .ContactForm {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #eb9b35;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #eb9b35;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

	
.oilcellaLpimg {
  width: 100%;
  height: auto;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}
	

	.problem img{
  width: 100%;
  height:auto;

	}
	
/*問合せボタン*/
	/* solid004 */
/*.btn-area a {
    position: relative;
    display: flex;
    justify-content: space-around;margin: 20px 10px 5px 0px
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #6bb6ff;
    border-radius: 8px;
    border-bottom: solid 5px #1d7fde;
}
.btn-area a:hover {
    border-bottom: solid 2px #1d7fde;
    transform: translateY(3px);
}*/
	
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}