@charset "UTF-8";

/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/* Webフォントを定義 */
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

.inner2 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner2 {
    padding: 0 16px;
  }
}

.top-inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .top-inner {
    padding: 0 16px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

.section-title {
  margin-bottom: 30px;
}

.section-title .en {
  text-align: center;
  margin-bottom: 0px;
}

.section-title .en .en-wrap {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  color: #97a2ab;
  position: relative;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

.section-title .en .en-wrap.white {
  color: #fff;
}

.section-title .en .en-wrap.white::after {
  background: #fff !important;
}

.section-title .en .en-wrap::after {
  position: absolute;
  content: "";
  background: #97a2ab;
  height: 2.5px;
  width: 100%;
  bottom: -8px;
  left: 0;
}

.section-title .ja {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}

.section-title .ja span {
  color: #ba2769;
}

.section-title .ja.white {
  color: #fff !important;
}

.section-title2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}

.section-title2.add {
  margin-top: 10px;
  margin-bottom: 120px;
}

.section-title2.add2 {
  margin-top: 10px;
  margin-bottom: 50px;
}

.section-title2 .img {
  display: inline-block;
  max-width: 350px;
  position: relative;
}

.section-title2 .img img {
  vertical-align: text-bottom;
}

.section-title2 .img .span1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 24px;
  color: #118acc;
  font-weight: 600;
}

.section-title3 {
  font-size: 23px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-align: center;
  margin-bottom: 25px;
}

.section {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.top-section-btn {
  text-align: center;
}

.top-section-btn a {
  letter-spacing: 4px;
  max-width: 570px;
  display: block;
  position: relative;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background: #B63672;
}

.top-section-btn a:hover {
  opacity: .6;
}

.top-section-btn a .btn-icon {
  position: absolute;
  max-width: 90px;
  top: 25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 7%;
}

.btn-area {
  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;
}

.btn-area .left {
  width: 48.5%;
}


.btn-area .right {
  width: 48.5%;
}

.section-btn2 {
  text-align: center;
}

.section-btn2 a {
  letter-spacing: 4px;
  max-width: 570px;
  display: block;
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4790a2), color-stop(30%, #156980), to(#156980));
  background: linear-gradient(-180deg, #4790a2 0%, #156980 30%, #156980 100%);
}



.section-btn2 a:hover {
  opacity: .6;
}

.section-btn2 a .btn-icon {
  position: absolute;
  max-width: 90px;
  top: 25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4%;
}


.section-btn3 {
  text-align: center;
}

.section-btn3 a {
  letter-spacing: 4px;
  max-width: 570px;
  display: block;
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C85488), color-stop(30%, #BA2769), to(#BA2769));
  background: linear-gradient(-180deg, #C85488 0%, #BA2769 30%, #BA2769 100%);
}

.section-btn3 a:hover {
  opacity: .6;
}

.section-btn3 a .btn-icon {
  position: absolute;
  max-width: 90px;
  top: 25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 7%;
}

#header .header_menu .g_nav>li>a>span,
#header .header_menu .g_nav>li>span>span,
.header_inq a,
.foot_txt,
.copyright {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
}

.sitemap_link a:before {
  top: 42%;
}

.top-main {
  color: #333;
  font-family: kozuka-gothic-pr6n, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top {
  padding: 80px 0;
  background: url(../../../images/assets_machines/stand/top-pc-bg.png) no-repeat center center/cover;
  color: #333;
}

.top .text1 {
  font-size: 28px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #333;
  font-weight: 500;
}

.top .text2 {
  font-size: 45px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #333;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.top .text2 span {
  font-family: "Ropa Sans", sans-serif;
  color: #ba2769;
  font-size: 90px;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
}

.top .text3 {
  font-size: 18px;
  font-weight: 600;
  font-family: kozuka-gothic-pr6n, sans-serif;
  color: #333;
}

.top .text3 .span1 {
  text-decoration: underline;
  -webkit-text-decoration-color: #118acc;
  text-decoration-color: #118acc;
  text-underline-offset: 5px;
}

.top .text3 .span2 {
  color: #118acc;
}

.top .top-name {
  max-width: 450px;
	margin-bottom: 15px;
}

.top .top-content {
  position: relative;
}

.top .top-content .left {
  max-width: 720px;
  z-index: 1;
  position: relative;
}

.top .top-content .left ul {
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.top .top-content .left ul li {
  text-align: center;
  color: #333;
  width: 33%;
  position: relative;
  padding: 30px 0;
}

.top .top-content .left ul li .left-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}

.top .top-content .left ul li .left-icon img {
  width: 100%;
  height: 100%;
}

.top .top-content .left ul li .right-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}

.top .top-content .left ul li .right-icon img {
  width: 100%;
  height: 100%;
}

.top .top-content .left ul li .liBottom {
  font-size: 11px;
  font-weight: 500;
}

.top .top-content .left ul li .liTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}

.top .top-content .left ul li .liCenter {
  font-size: 28px;
  font-family: "Ropa Sans", sans-serif;
  font-weight: bold;
  line-height: 1;
}

.top .top-content .left ul li .liCenter.flex {
  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;
}

.top .top-content .left ul li .liCenter span {
  font-size: 16px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
  margin-left: 2px;
}

.top .top-content .left ul li .span1 {
  font-family: "Ropa Sans", sans-serif;
}

.top .top-right-img {
    position: absolute;
    top: 40px;
    right: 200px;
    z-index: 0;
    max-width: 270px;
}

.stand-form01{
    position: absolute;
    top: 0;
    right: -150px;
    z-index: 0;
    width: 350px;
	border-radius: 5px;
	border: 2px solid #118acc;
	background-color: #f4f4f4;
}
.stand-form01 h2{
   text-align: center;
	background-color: #118acc;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.stand-form02{
    display: none;
}
.top-bottom {
  margin-top: 200px;
  font-size: 20px;
  font-weight: 600;
  color: #118acc;
  line-height: 2;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 4% 1%;
}

.top-subSection {
  margin-top: 100px;
  margin-bottom: -280px;
}

.top-subSection ul {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-subSection ul li {
  -webkit-box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.2);
  width: 49%;
  background: rgba(51, 51, 51, 0.7);
  border-radius: 20px;
  padding: 3% 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-subSection ul li .bottomFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-subSection ul li .bottomFlex-item {
  width: 33%;
}

.top-subSection ul li .bottomFlex-item p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}

.top-subSection ul li .bottomFlex-item .img {
  width: 85%;
  margin: 0 auto 10px;
}

.top-subSection ul li .title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 5px;
}

.top-subSection ul li .en-title {
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}

.top-subSection ul li .en-title-wrap {
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  display: inline-block;
  position: relative;
  color: #B6B6B7;
}

.top-subSection ul li .en-title-wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: -115px;
  width: 200px;
  height: 1px;
  background: #B6B6B7;
}

.top-subSection ul li .en-title-wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: -313px;
  width: 200px;
  height: 1px;
  background: #B6B6B7;
}

.section1 {
  padding-top: 280px;
  background: url(../../../images/assets_machines/stand/section1.png) no-repeat top center/cover;
}

.section1 ul li {
  border-radius: 20px;
  -webkit-box-shadow: 4px 5px 17px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 5px 17px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin-bottom: 40px;
}

.section1 ul li .title {
  font-size: 30px;
  font-weight: 600;
  color: #118acc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}

.section1 ul li .title .num {
  max-width: 60px;
  margin-right: 10px;
}

.section1 ul li .title .num img {
  vertical-align: middle;
}

.section1 ul li .content {
  font-weight: 400;
  font-size: 18px;
}

.section1 ul li .left {
  padding: 45px 45px 60px;
}

.section1 .ul-heading li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section1 .ul-heading li:nth-child(1) img {
  border-radius: 0 20px 20px 0;
}

.section1 .ul-heading li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section1 .ul-heading li:nth-child(2) img {
  border-radius: 20px 0px 0px 20px;
}

.section1 .ul-heading .img {
  height: 100%;
  width: 330px;
}

.section1 .ul-heading .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section1 .ul-bottom {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section1 .ul-bottom li {
  width: 47%;
}

.section1 .ul-bottom li img {
  border-radius: 0px 0px 20px 20px;
}

.section1 .ul-bottom .left {
  padding: 45px;
}

#footer .foot_btn {
  width: 28%;
}

.copyright {
  text-align: left;
}

.section2 {
  padding: 100px 0 140px;
  background: url(../../../images/assets_machines/stand/section2.png) no-repeat center center/cover;
}
#wrapper{
  padding-top: 55px;
}
html {
        margin-top: 0 !important;
    }
@media screen and (max-width: 1023px) {
	.top-bottom {
    margin-top: 100px;
	}	
	.stand-form01{
  display: none;
}
	.stand-form02{
  display: block;
margin: 60px auto;
border-radius: 5px;
	border: 2px solid #118acc;
	background-color: #f4f4f4;
		max-width: 500px;
		width: 100%;
}
	.stand-form02 h2{
   text-align: center;
	background-color: #118acc;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
	.top .top-right-img{
  right: 0;
}
}
@media screen and (max-width: 820px) {
  .top .top-right-img{
  right: -40px;
}
}
@media screen and (max-width: 767px) {
  .section2 {
    padding: 30px 0;
  }
}

.section2 ul li {
  margin-bottom: 150px;
}

.section2 ul li:nth-child(1) .content {
  max-width: 600px;
  position: relative;
}

.section2 ul li:nth-child(1) .content .rightImg {
  position: absolute;
  top: -18%;
  right: -430px;
  max-width: 350px;
}

.section2 ul li:nth-child(2) .content {
  max-width: 600px;
  position: relative;
  margin-left: auto;
}

.section2 ul li:nth-child(2) .content .rightImg {
  position: absolute;
  top: -22%;
  left: -630px;
  max-width: 550px;
}

.section2 ul li:nth-child(3) .content {
  max-width: 600px;
  position: relative;
}

.section2 ul li:nth-child(3) .content .rightImg {
  position: absolute;
  top: -10%;
  right: -580px;
  max-width: 500px;
}

.section2 ul li:nth-child(3) .content .rightImg img {
  -webkit-box-shadow: 4px 5px 17px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 5px 17px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.section2 ul li:nth-child(4) .content {
  max-width: 650px;
  position: relative;
  margin-left: auto;
}

.section2 ul li:nth-child(4) .content .rightImg {
  position: absolute;
  top: -10%;
  left: -580px;
  max-width: 500px;
}

.section2 ul li:nth-child(4) .content .rightImg img {
  -webkit-box-shadow: 4px 5px 17px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 5px 17px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.section2 ul li:nth-child(5) {
  margin-bottom: 0;
}

.section2 ul li:nth-child(5) .content {
  max-width: 600px;
  position: relative;
}

.section2 ul li:nth-child(5) .content .rightImg {
  position: absolute;
  top: 0%;
  right: -580px;
  max-width: 540px;
}

.section2 ul li:nth-child(5) .content .rightImg img {
  -webkit-box-shadow: 4px 5px 17px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 5px 17px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.section2 ul li .text {
  font-size: 20px;
  font-weight: 400;
}

.section2 ul li .text span {
  font-weight: 700;
  color: #118acc;
}

.section2 ul li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 20px;
}

.section2 ul li .title .title-left {
  color: #118acc;
  font-family: "Ropa Sans", sans-serif;
  padding-right: 18px;
  border-right: 2.5px solid #118acc;
}

.section2 ul li .title .title-left .heading {
  font-size: 18px;
  line-height: 1;
  margin-bottom: -5px;
}

.section2 ul li .title .title-left .bottom {
  font-size: 95px;
  line-height: .85;
  position: relative;
  left: -7px;
}

.section2 ul li .title .title-right {
  padding-left: 25px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  top: -6px;
}

.section2 ul li .title .title-right span {
  font-size: 32px;
  color: #118acc;
}

.blue {
  color: #118acc;
}

@media screen and (min-width: 768px) {
  .blue {
    font-size: 40px !important;
    margin-top: 5px;
  }
}

.function ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 750px;
  margin: 120px auto;
}

.function ul li {
  width: 33%;
  position: relative;
  z-index: 1;
}

.function ul li .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 80%;
}

.function ul li .img {
  position: relative;
  z-index: 1;
}

.function ul li .img1 {
  width: 50%;
  margin: 0 auto 10px;
  position: relative;
  top: -45px;
}

.function ul li .img2 {
  width: 40%;
  margin: 0 auto 10px;
  position: relative;
  top: -55px;
}

.function ul li .img3 {
  width: 50%;
  margin: 0 auto 10px;
  position: relative;
  top: -10px;
}

.function ul li p {
  font-size: 24px;
  color: #118acc;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  bottom: -36px;
}

.example ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.example ul li {
  position: relative;
}

.example ul li .img {
  position: relative;
  margin-bottom: 35px;
  padding-top: 60%;
}

.example ul li .img .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.example ul li .textWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 10px 3px;
  max-width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.example ul li .textWrap .shop {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.example ul li .textWrap .name {
  font-size: 18px;
  font-weight: 400;
}

.example ul li:nth-child(2n) .textWrap {
  right: initial;
  left: 7%;
}

.example ul li .icon {
  position: absolute;
  bottom: -30px;
  left: -40px;
  z-index: 1;
  width: 70px;
}

.example ul li .thumb {
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 4px 5px 17px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 5px 17px 0px rgba(0, 0, 0, 0.25);
}

.example ul li .title {
  font-size: 21px;
  font-weight: 600;
  color: #118acc;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .example ul li {
    width: calc(50% - 60px * 2 / 3);
    margin-right: 60px;
  }

  .example ul li:nth-child(2n) {
    margin-right: 0;
  }

  .example ul li:nth-child(n + 3) {
    margin-top: 60px;
  }
}

.use {
  padding-top: 0;
}

.use .box {
  background: url(../../../images/assets_machines/stand/use-bg.png) no-repeat center center/cover;
  margin-bottom: 80px;
  padding: 100px 30px;
  border-radius: 10px;
}

.use ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.use ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}

.use ul li a {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  color: #118acc;
  display: block;
  padding: 14% 2% 13%;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.use ul li a:hover {
  opacity: .6;
}

.use ul li .img {
  height: 120px;
  position: relative;
}

.use ul li .img1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  margin: 0 auto 10px;
}

.use ul li .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  margin: 0 auto 10px;
}

.use ul li .img3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  margin: 0 auto 10px;
}

.use ul li .img4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  margin: 0 auto 10px;
}

.use ul li .img5 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  margin: 0 auto 10px;
}

.use ul li .img6 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25%;
  margin: 0 auto 10px;
}

.use ul li .img7 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  margin: 0 auto 10px;
}

.use ul li .img8 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  margin: 0 auto 10px;
}

.use ul li .img9 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  margin: 0 auto 10px;
}

.use ul li .img10 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35%;
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px) {
  .use ul li {
    width: calc(20% - 20px * 4/5);
    margin-right: 20px;
  }

  .use ul li:nth-child(5n) {
    margin-right: 0;
  }

  .use ul li:nth-child(n + 6) {
    margin-top: 25px;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  color: #fff;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: fixed !important;
  width: 100%;
  z-index: 990;
}

.modal__content {
  left: 50%;
  padding: 40px 40px 50px 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 900px;
  z-index: 1010;
  border-radius: 10px;
  background: url(../../../images/assets_machines/stand/modal-bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .modal__content {
    margin-top: 150px;
  }
}

.close-add {
  position: absolute;
  top: 0px;
  right: 16px;
  width: 15px;
}

body,
html {
  overflow-x: hidden;
}

.modal {
  overflow-y: scroll;
}

.modal ul {
  margin: 0 auto 40px;
}

.modal .ul1 {
  position: relative;
  max-width: 500px;
}

.modal li {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.modal .ul2 {
  max-width: 550px;
  position: relative;
}

.modal .ul2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal .ul2 li span {
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
}

.modal .ul2 li span img {
  vertical-align: baseline;
}

.section-btn-modal a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 250px;
  margin: 0 auto;
  background: #118acc;
  border-radius: 20px;
  position: relative;
  padding: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.section-btn-modal a:hover {
  opacity: .6;
}

.section-btn-modal a .img {
  max-width: 30px;
  margin-left: 20px;
  position: absolute;
  top: 44%;
  right: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-btn-modal a .img img {
  vertical-align: baseline;
}

.modal .leftIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -60px;
  width: 80px;
}

.modal .rightIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -60px;
  width: 80px;
}

.bg1 {
  background: url(../../../images/assets_machines/stand/movie-bg.png) no-repeat center center/cover;
}

.movie-wrap {
  margin: 0 auto;
  text-align: center;
  width: 620px;
}

.movie-wrap-iframe {
  width: 100%;
  position: relative;
  padding-top: 56.3%;
}

.movie-wrap-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.comparison-look {
  margin-top: -50px;
}

.support {
  background: url(../../../images/assets_machines/stand/support-bg.png) no-repeat top center/cover;
}

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

.support ul li {
  background: #dde0e3;
  padding: 40px 1%;
  width: calc(20% - 12px * 4 / 5);
  margin-right: 12px;
  position: relative;
}

.support ul li:last-child {
  position: initial;
}

.support ul li::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.support ul li::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #fff transparent transparent;
}

.support ul li:last-child {
  margin-right: 0;
}

.support ul li .num {
  width: 70px;
  margin: 0 auto 15px;
}

.support ul li .icon {
  height: 100px;
  position: relative;
  margin-bottom: 10px;
}

.support ul li .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
}

.support ul li .icon .img1 {
  width: 40%;
}

.support ul li .icon .img2 {
  width: 40%;
}

.support ul li .icon .img3 {
  width: 50%;
}

.support ul li .icon .img4 {
  width: 35%;
}

.support ul li .icon .img5 {
  width: 35%;
}

.support ul li .title {
  color: #118acc;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}

.support ul li .title2 {
  position: relative;
  top: -10px;
  margin-bottom: 0px;
}

.support ul li .text {
  font-size: 16px;
  font-weight: 500;
}

.bg2 {
  background: #f7f7f7;
}

.last {
  background: url(../../../images/assets_machines/stand/last-bg.png) no-repeat center center/cover;
  padding: 120px 0;
}

.last .info-right {
  color: #118acc;
}

.last .info-right .heading {
  font-size: 75px;
  font-family: "Ropa Sans", sans-serif;
  white-space: nowrap;
  line-height: 1;
}

.last .info-right .bottom {
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
}

.last .info {
  position: relative;
  left: -20px;
}

.last .info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.last .info .icon {
  max-width: 135px;
  margin-right: -20px;
}

.last .btn-icon {
  max-width: 70px !important;
  top: 32% !important;
}

.last .last-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.last .lead {
  font-size: 23px;
  font-weight: 600;
  color: #118acc;
  line-height: 1.4;
  white-space: nowrap;
  margin-bottom: -10px;
}

.last .left1 {
  width: calc(100% - 420px);
  margin-right: 20px;
}

.last .right1 {
  width: 420px;
}

.last .btn-area {
  display: block;
}

.last .btn-area .left {
  width: 100%;
  margin-bottom: 20px;
}

.last .btn-area .right {
  width: 100%;
}

.comparison-look2 .box {
  -webkit-box-shadow: 4px 5px 17px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 5px 17px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #118acc;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}

.comparison-look2 .nomoca {
  font-size: 21px;
}

.comparison-look2 .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comparison-look2 .dt1 {
  width: 31%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
}

.comparison-look2 .dt2,
.comparison-look2 .dt3,
.comparison-look2 .dt4 {
  width: 23%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comparison-look2 .dt4 {
  background: #118acc;
}

.comparison-look2 .dt4 span {
  font-size: 19px;
}

.comparison-look2 .dl2 .dt1 {
  margin: 10px 0 10px 10px;
  border-left: 2px solid #dde0e3;
  border-bottom: 2px solid #dde0e3;
}

.comparison-look2 .dl2 .dt1 .wrap {
  padding: 20px;
}

.comparison-look2 .dl2 .dt2 {
  margin: 10px 5px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comparison-look2 .dl2 .dt3 {
  margin: 10px 0 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comparison-look2 .dl2 .dt4 {
  padding: 10px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comparison-look2 .dl2 .dt4 .wrap {
  background: #ffffbc;
}

.comparison-look2 .dl2 .dt4 .wrap img {
  width: auto;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.comparison-look2 .dl1 .dt1 {
  margin: 10px 0 10px 10px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

.comparison-look2 .dl1 .dt1 .wrap {
  padding: 20px;
}

.comparison-look2 .dl1 .dt2 {
  margin: 10px 5px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comparison-look2 .dl1 .dt3 {
  margin: 10px 0 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comparison-look2 .dl1 .dt4 {
  padding: 10px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comparison-look2 .dt2 .wrap,
.comparison-look2 .dt3 .wrap {
  background: #dde0e3;
  padding: 25px 0 20px;
}

.comparison-look2 .dt2 .wrap img,
.comparison-look2 .dt3 .wrap img {
  height: 35px;
  width: auto;
}

.comparison-look2 .dl1 .dt2 {
  padding-top: 10px;
}

.comparison-look2 .dl1 .dt3 {
  padding-top: 10px;
}

.comparison-look2 .dl2 .dt1 .wrap {
  padding: 30px 20px 10px 20px;
}

.comparison-look2 .dl1 .dt4 {
  margin-top: -25px;
  padding-top: 31px;
  border-radius: 5px 5px 0 0;
}

.dt4-add {
  border-radius: 0 0 5px 0;
}

.nomoca {
  position: relative;
  color: #D5DD4B;
}

.nomoca .img {
  position: absolute;
  max-width: 60px;
  top: -32%;
  right: 10%;
}

.comparison-look2 .box {
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .section2 ul li:nth-child(1) .content .rightImg {
    position: absolute;
    top: -0%;
    right: -180px;
    max-width: 200px;
  }

  .section2 ul li:nth-child(2) .content .rightImg {
    position: absolute;
    top: -1%;
    left: -280px;
    max-width: 250px;
  }

  .section2 ul li:nth-child(3) .content .rightImg {
    position: absolute;
    top: 0%;
    right: -150px;
    max-width: 200px;
  }

  .section2 ul li:nth-child(4) .content .rightImg {
    position: absolute;
    top: 0%;
    left: -220px;
    max-width: 200px;
  }

  .section2 ul li:nth-child(5) .content .rightImg {
    position: absolute;
    top: 0%;
    right: -190px;
    max-width: 250px;
  }

  .section2 ul li:nth-child(4) .content {
    max-width: 600px;
    position: relative;
    margin-left: auto;
  }

  .section2 ul li .text {
    font-size: 18px;
  }

  .section-btn2 a {
    margin: 0 auto;
  }

  .section-btn3 a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .section2 ul li:nth-child(1) .content {
    width: 80%;
  }

  .section2 ul li .title .title-left .heading {
    font-size: 10px;
    line-height: 1;
    margin-bottom: -5px;
    white-space: nowrap;
  }

  .section2 ul li .title .title-left .bottom {
    font-size: 38px;
    white-space: nowrap;
    line-height: .85;
    position: relative;
    left: 0px;
  }

  .section2 ul li:nth-child(1) .content .rightImg {
    position: absolute;
    top: -0%;
    right: -147px;
    max-width: 200px;
    width: 72%;
  }

  .top .top-content .left ul {
    max-width: 420px;
  }

  .top {
    padding: 40px 0;
  }

  .top .text1 {
    font-size: 18px;
  }

  .top .top-name {
    max-width: 278px;
  }

  .top .text2 {
    font-size: 26px;
    white-space: nowrap;
  }

  .top .text2 span {
    font-size: 52px;
    margin-bottom: 30px;
  }

  .top .text3 {
    font-size: 14px;
  }

  .top .top-right-img {
    position: absolute;
    top: 23%;
    right: -21px;
    z-index: 0;
    max-width: 160px;
  }

  .top .top-content .left ul li .liTitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
  }

  .top .top-content .left ul li .liCenter {
    font-size: 29px;
    font-family: "Ropa Sans", sans-serif;
    font-weight: bold;
    line-height: 1;
  }

  .top .top-content .left ul li .liCenter span {
    font-size: 12px;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 500;
    margin-left: 2px;
  }

  .top .top-content .left ul li .liBottom {
    font-size: 10px;
    font-weight: 500;
  }

  .top .top-content .left ul li {
    text-align: center;
    color: #333;
    width: 33%;
    position: relative;
    padding: 30px 0;
  }

  .top .top-content .left ul li .liBottom {
    font-size: 10px;
    font-weight: 500;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .top-section-btn a {
    font-size: 16px;
  }

  .top-section-btn a .btn-icon {
    position: absolute;
    max-width: 60px;
    top: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4%;
  }

  .section-btn2 a {
    font-size: 16px;
    left: 4%;
  }

  .section-btn3 a {
    font-size: 16px;
    left: 4%;
  }

  .top-bottom {
    font-size: 12px;
    line-height: 2.5;
	margin-top: 60px;
  }

  .top-subSection {
    margin-top: 50px;
    margin-bottom: -220px;
  }

  .section-title .ja {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .section-title .en .en-wrap {
    font-size: 14px;
  }

  .top-subSection ul {
    display: block;
  }

  .top-subSection ul li {
    width: 100%;
  }

  .top-subSection ul li:first-child {
    margin-bottom: 20px;
  }

  .top-subSection {
    position: relative;
  }

  .top-subSection ul li .title {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 5px;
  }

  .top-subSection ul li {
    padding: 11% 6%;
  }

  .top-subSection ul li .en-title-wrap {
    font-size: 16px;
  }

  .top-subSection ul li .bottomFlex-item p {
    font-size: 11.5px;
  }

  .section-title2 {
    font-size: 20px;
  }

  .section-title2 .img {
    display: inline-block;
    max-width: 188px;
    position: relative;
  }

  .section-title2 .img .span1 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -13px;
    font-size: 12px;
    color: #118acc;
    font-weight: 600;
  }

  .section1 .ul-heading li {
    display: block;
  }

  .section1 .ul-bottom {
    display: block;
  }

  .section1 .ul-bottom li {
    width: 100%;
  }

  .section-title2 {
    margin-bottom: 50px;
  }

  .section1 .ul-heading li {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }

  .section1 ul li .left {
    padding: 0;
  }

  .inner-sp {
    padding: 0;
  }

  .inner-sp2 {
    padding: 0 16px;
  }

  #footer .foot_btn {
    width: 47%;
  }

  #footer {
    padding: 35px 0 35px;
  }

  .section1 {
    padding-top: 390px;
    background: url(../../../images/assets_machines/stand/section1.png) no-repeat center -81px/cover;
  }

  .top-subSection {
    margin-bottom: -390px;
  }

  .section1 .ul-heading li {
    background: transparent;
  }

  .section1 ul li .title {
    padding: 0 16px;
    font-size: 18px;
  }

  .section1 ul li .title .num {
    max-width: 30px;
    margin-right: 5px;
  }

  .section1 ul li .content {
    font-weight: 400;
    font-size: 14px;
    padding: 0 16px;
  }

  .top-bottom {
    padding: 4% 3%;
  }

  .section1 .ul-bottom .left {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .section1 .ul-bottom li {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .section1 .ul-heading .img img {
    border-radius: 0 !important;
  }

  .section1 .ul-heading .img {
    width: 100%;
    padding-top: 51%;
    position: relative;
    margin-bottom: 10px;
  }

  .section1 .ul-heading .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section1 .ul-bottom .img {
    width: 100%;
    padding-top: 51%;
    position: relative;
    margin-bottom: 10px;
  }

  .section1 .ul-bottom .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
  }

  .section1 .ul-bottom li {
    background: transparent;
  }

  .section1 ul li {
    margin-bottom: 20px;
  }

  .btn-area {
    display: block;
  }

  .btn-area .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .btn-area .right {
    width: 100%;
  }

  .section-btn2 a {
    left: 0;
  }

  .section-btn3 a {
    left: 0;
  }

  .section-btn2 a .btn-icon {
    max-width: 70px;
  }

  .section2 ul li .title .title-left .heading {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 0px;
    white-space: nowrap;
    padding-left: 3px;
  }

  .section2 ul li .title .title-left {
    padding-right: 10px;
  }

  .section2 ul li .title .title-right {
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    top: 0px;
  }

  .section2 ul li .title .title-right span {
    font-size: 16px;
    color: #118acc;
  }

  .section2 ul li .text {
    font-size: 13px;
    position: relative;
    z-index: 1;
  }

  .content .rightImg {
    z-index: 0;
  }

  .section2 ul li {
    margin-bottom: 50px;
  }

  .section-title2.add {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .section2 ul li:nth-child(1) .content {
    min-width: 275px;
  }

  .section2 ul li:nth-child(1) .content .rightImg {
    position: absolute;
    top: 50%;
    right: -66px;
    max-width: 120px;
    width: 72%;
  }

  .section2 ul li:nth-child(2) .content .text {
    width: 58%;
    margin-left: auto;
    line-height: 1.7;
  }

  .section2 ul li:nth-child(2) .content .rightImg {
    position: absolute;
    top: 29%;
    left: -16px;
    max-width: 150px;
  }

  .section2 ul li:nth-child(2) .content .rightImg {
    position: absolute;
    top: 29%;
    left: -16px;
    max-width: 127px;
  }

  .section2 ul li .title {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  .top .top-right-img {
    position: absolute;
    top: -4%;
    right: -21px;
    z-index: 0;
    max-width: 260px;
  }
}
@media screen and (max-width: 475px) {
.top .top-content .left ul li .liCenter{
  font-size:20px;
}
}
@media screen and (max-width: 420px) {
  .top .top-content .left ul li {
    text-align: center;
    color: #333;
    width: 33%;
    position: relative;
    padding: 17px 0;
  }
}
@media screen and (max-width: 390px) {
  .top .top-content .left ul{
    margin-left: -12px;
	margin-right: -12px;
  }
	.top .top-content .left ul li .liBottom{
    font-size: 9px;
  }
  }
@media screen and (max-width: 370px) {
  .top .text2 {
    font-size: 21px;
  }

  .top .text2 span {
    font-size: 37px;
    margin-bottom: 30px;
  }

  .top .top-content .left ul li .liBottom {
    font-weight: 500;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media screen and (max-width: 330px) {
  .top-subSection ul li .bottomFlex-item p {
    font-size: 10px;
  }
}

@media screen and (max-width: 500px) {
  .section2 ul li:nth-child(3) .content .text {
    width: 70%;
  }

  .section2 ul li:nth-child(3) .content .rightImg img {
    border-radius: 20px;
    max-height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section2 ul li:nth-child(3) .content .rightImg {
    position: absolute;
    top: 28%;
    right: -35px;
    max-width: 771px;
    width: 112%;
    max-height: 145px;
  }

  .section2 ul li:nth-child(4) .content .text {
    width: 70%;
    margin-left: auto;
  }

  .section2 ul li:nth-child(4) .content .rightImg img {
    border-radius: 20px;
    max-height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section2 ul li:nth-child(4) .content .rightImg {
    position: absolute;
    top: 28%;
    right: -29px;
    max-width: 400px;
    width: 112%;
    max-height: 163px;
  }

  .section2 ul li:nth-child(4) .content .rightImg {
    position: absolute;
    top: 25%;
    max-width: 400px;
    width: 115%;
    left: 0;
    max-height: 166px;
  }

  .section2 ul li:nth-child(4) .content .rightImg img {
    border-radius: 20px;
    max-height: 178px;
  }

  .section2 ul li:nth-child(4) .content .rightImg {
    position: absolute;
    top: 25%;
    max-width: 771px;
    width: 115%;
    left: -48px;
    max-height: 166px;
  }

  .section2 ul li:nth-child(5) .content .text {
    width: 70%;
  }

  .section2 ul li:nth-child(5) .content .rightImg img {
    border-radius: 20px;
    max-height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section2 ul li:nth-child(5) .content .rightImg {
    position: absolute;
    top: 28%;
    right: -29px;
    max-width: 400px;
    width: 112%;
    max-height: 163px;
  }

  .section2 ul li:nth-child(5) .content .rightImg {
    position: absolute;
    top: 25%;
    max-width: 400px;
    width: 115%;
    left: 0;
    max-height: 166px;
  }

  .section2 ul li:nth-child(5) .content .rightImg img {
    border-radius: 20px;
    max-height: 178px;
  }

  .section2 ul li:nth-child(5) .content .rightImg {
    position: absolute;
    top: 19%;
    max-width: 771px;
    width: 115%;
    left: -48px;
    max-height: 166px;
  }

  .section2 ul li:nth-child(5) .content .rightImg img {
    border-radius: 20px;
    max-height: 235px;
  }

  .section2 ul li:nth-child(5) .content .rightImg {
    position: absolute;
    top: 24%;
    max-width: 771px;
    width: 115%;
    left: -8px;
    max-height: 166px;
  }

  .section2 ul li:nth-child(5) .content .rightImg img {
    border-radius: 20px;
    max-height: 196px;
  }
}

@media screen and (max-width: 1000px) {
  .use ul li a {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  .section2 ul li:nth-child(3) .content .rightImg {
    position: absolute;
    top: 0%;
    right: -50px;
    max-width: 200px;
  }

  .section2 ul li:nth-child(4) .content .rightImg {
    position: absolute;
    top: 0%;
    left: -69px;
    max-width: 200px;
  }

  .section2 ul li:nth-child(5) .content .rightImg {
    position: absolute;
    top: 0%;
    right: -90px;
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .function ul {
    display: block;
  }

  .function ul li {
    width: 35%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }

  .function ul li p {
    font-size: 16px;
  }

  .function ul li {
    width: 50%;
    position: relative;
    z-index: 1;
    margin: 0 auto 100px;
  }

  .blue {
    line-height: 1.4;
  }

  .function ul li .img3 {
    width: 50%;
    margin: 0 auto 10px;
    position: relative;
    top: -43px;
  }

  .function ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 750px;
    margin: 80px auto;
  }

  .example ul {
    display: block;
  }

  .example ul li {
    width: 80%;
    margin: 0 auto 30px;
  }

  .example ul li .title {
    font-size: 14px;
  }

  .example ul li .textWrap .shop {
    font-size: 12px;
  }

  .example ul li .textWrap .name {
    font-size: 14px;
  }

  .example ul li .icon {
    position: absolute;
    bottom: -15px;
    left: -20px;
    z-index: 1;
    width: 40px;
  }

  .use .box {
    background: url(../../../images/assets_machines/stand/use-bg.png) no-repeat center center/cover;
    margin-bottom: 80px;
    padding: 30px 30px;
    border-radius: 10px;
  }

  .use ul li {
    width: calc(50% - 20px * 1/2);
    margin-right: 20px;
  }

  .use ul li:nth-child(2n) {
    margin-right: 0;
  }

  .use ul li:nth-child(n + 3) {
    margin-top: 20px;
  }

  .section-title .ja.white {
    margin-top: 10px;
  }

  .use ul li a {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #118acc;
    display: block;
    padding: 4% 2% 2%;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .use ul {
    max-width: 400px;
    margin: 0 auto;
  }

  .use ul li .img {
    height: 100px;
    position: relative;
  }

  .section-title3 {
    font-size: 14px;
  }

  .modal li {
    font-size: 12px;
  }

  .modal .leftIcon {
    position: absolute;
    top: -45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7%;
    width: 30px;
  }

  .modal .rightIcon {
    position: absolute;
    top: -45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7%;
    width: 30px;
  }

  .section-btn-modal a {
    font-size: 14px;
  }

  .modal__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    max-width: 500px;
  }

  .use ul li .img6 {
    width: 17%;
  }

  .use ul li .img1 {
    width: 50%;
  }

  .use ul li .img2 {
    width: 40%;
  }

  .use ul li .img3 {
    width: 40%;
  }

  .use ul li .img4 {
    width: 50%;
  }

  .use ul li .img5 {
    width: 30%;
  }

  .use ul li .img7 {
    width: 50%;
  }

  .use ul li .img8 {
    width: 50%;
  }

  .modal li {
    white-space: nowrap;
  }

  .modal .ul2 li span {
    margin-right: 4px;
  }
}

@media screen and (max-width: 1000px) {
  .modal .rightIcon {
    width: 30px;
    right: 0;
  }

  .modal .leftIcon {
    width: 30px;
    left: 0;
  }
}

@media screen and (max-width: 400px) {
  .modal .leftIcon {
    left: -10%;
    width: 25px;
  }

  .modal .rightIcon {
    right: -10%;
    width: 25px;
  }
}

@media screen and (max-width: 767px) {
  .example ul {
    max-width: 600px;
    margin: 0 auto;
  }

  .movie-wrap {
    width: 100%;
  }

  .comparison-look2 .box {
    font-size: 10px;
  }

  .comparison-look2 .nomoca {
    font-size: 10px;
  }

  .comparison-look2 .dt4 span {
    font-size: 10px;
  }

  .comparison-look2 .dt1 {
    width: 25%;
  }

  .comparison-look2 .dt2,
  .comparison-look2 .dt3,
  .comparison-look2 .dt4 {
    width: 23%;
  }

  .comparison-look2 .dt4 {
    width: 27%;
  }

  .comparison-look2 .dl2 .dt1 .wrap {
    padding: 4px 4px 4px 4px;
  }

  .comparison-look2 .dl1 .dt4 {
    padding: 5px;
  }

  .comparison-look2 .dl2 .dt4 {
    padding: 5px;
  }

  .nomoca .img {
    position: absolute;
    max-width: 30px;
    top: -28%;
    right: 10%;
  }

  .comparison-look2 .dl2 .dt3 {
    margin: 5px 0 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .comparison-look2 .dl2 .dt2 {
    margin: 5px 5px 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .comparison-look2 .dt2 .wrap,
  .comparison-look2 .dt3 .wrap {
    background: #dde0e3;
    padding: 19px 0 17px;
  }

  .comparison-look2 .dl1 .dt3 {
    margin: 10px 0 10px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .comparison-look2 .dl2 .dt4 .wrap img {
    height: 38px;
    width: auto;
    padding: 16px 0 18px;
  }

  .comparison-look2 .dl2 .dt4 .wrap img {
    height: 27px;
    width: auto;
    padding: 16px 0 18px;
  }

  .comparison-look2 .dt2 .wrap img,
  .comparison-look2 .dt3 .wrap img {
    height: 25px;
    width: auto;
  }

  .comparison-look2 .dl1 .dt4 {
    margin-top: -23px;
    padding-top: 31px !important;
    border-radius: 5px 5px 0 0;
  }

  .nomoca .img {
    position: absolute;
    max-width: 35px;
    top: -19%;
    right: 10%;
  }

  .comparison-look2 .dl2 .dt1 {
    margin: 10px 0 5px 3px;
    border-left: 2px solid #dde0e3;
    border-bottom: 2px solid #dde0e3;
  }

  .comparison-look2 .dl2 .dt4 {
    padding: 5px;
    width: 26.3%;
  }

  .comparison-look2 .dl2 .dt1 {
    text-align: center;
    font-size: 11px;
  }

  .comparison-look2 .dl2 .dt1 .wrap {
    padding: 13px 4px 4px 4px;
  }

  .function ul li {
    width: 50%;
    position: relative;
    z-index: 1;
    margin: 0 auto 31%;
  }
}

@media screen and (max-width: 767px) {
  .function ul li {
    width: 50%;
    position: relative;
    z-index: 1;
    margin: 0 auto 24% !important;
  }
}

@media screen and (max-width: 450px) {
  .function ul li {
    width: 50%;
    position: relative;
    z-index: 1;
    margin: 0 auto 31% !important;
  }
}

@media screen and (max-width: 767px) {
  .support ul {
    display: block;
  }

  .support ul li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .support ul li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }

  .support-inner {
    padding: 0 40px;
  }

  .support ul li .text {
    font-size: 13px;
  }

  .support ul li .icon .img1 {
    width: 30%;
  }

  .support ul li .icon .img2 {
    width: 30%;
  }

  .support ul li .icon .img3 {
    width: 40%;
  }

  .support ul li .icon .img4 {
    width: 20%;
  }

  .support ul li .icon .img5 {
    width: 20%;
  }

  .support ul li::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #fff;
    top: initial;
    right: initial;
  }

  .support ul li::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
  }

  .support ul li {
    padding: 20px 20px 30px 20px;
  }

  .last .last-wrap {
    display: block;
  }

  .last .left1 {
    width: 100%;
    margin-right: 0;
  }

  .last .lead {
    font-size: 14px;
    font-weight: 600;
    color: #118acc;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .last .info-right .heading {
    font-size: 50px;
  }

  .last .info a {
    text-decoration: none !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .last .info-right .bottom {
    font-size: 15px;
  }

  .last .info .icon {
    max-width: 135px;
    min-width: 68px;
    margin-right: 0px;
  }

  .last .info {
    position: relative;
    left: 0px;
  }

  .support ul li:last-child {
    margin-right: auto;
    margin-left: auto;
  }

  .last .right1 {
    width: 100%;
  }

  .last {
    background: url(../../../images/assets_machines/stand/last-bg-sp.png) no-repeat center center/cover;
    padding: 40px 0;
  }

  .last .info .icon {
    max-width: 91px;
    min-width: 68px;
    margin-right: -9px;
  }

  .last .info-right .heading {
    font-size: 50px;
    text-shadow: 2px 2px 1px #fff;
  }

  .modal__content {
    margin-top: 0px;
  }

  .example ul li .img {
    margin-bottom: 10px;
  }
}

.last .info-right .bottom {
  font-weight: 500;
}

@media screen and (max-width: 420px) {
  .support ul li .num {
    width: 70px;
    margin: 0 auto 5px;
  }

  .support ul li:last-child {
    margin-bottom: 0;
  }

  .last .info-right .bottom {
    text-shadow: 1px 1px 1px #fff;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 767px) {
  .top .top-content .left ul {
    margin-bottom: 33px;
  }
}
}

.inner .support_inner ul {
  display: flex;
  list-style: none;
}

.nuevo_info {
  display: flex;
}

@media screen and (max-width:767px) {
  .nuevo_info {
    display: block;
    padding-left: 15%;
  }
}


@media screen and (max-width:767px) {
  .inner .support_inner ul {
    display: flex;
    list-style: none;
  }
}

.info_box {
  text-align: center;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
  width: 230px;
  /*border:1px solid black;*/
}

.info_box img {
  max-width: 100%;
  height: auto;
  object-fit: fill;
  height: 200px;
  width: 100%;
}

.info_date {
  margin-top: 30px;
  margin-left: 25px;
  margin-right: 25px;
  width: 90px;
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {

  .info_date {
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    width: 90px;
    margin-bottom: 20px;
  }

}

.info_date p {
  background: #118acc;
  color: #ffffff;
  text-align: center;
  ;

}

.info_url {
  margin-left: 25px;
  margin-right: 25px;
  width: 200px;
  height: 200px;

}

@media screen and (max-width:767px) {

  .info_url {
    margin-left: 25px;
    margin-right: 25px;
    width: 220px;
    height: 200px;

  }

}

.btn_ichiran .inner {
  width: 100%;
  padding-right: 2000px;


}

.btn_ichiran a {
  background-color: #118acc;
}

@media screen and (max-width:767px; ) {
  .btn_ichiran {
    width: 30%;
    padding: 30px;

  }
}

@media screen and (max-width:767px; ) {
  .btn {
    margin-right: 20%;

  }
}

@media screen and (max-width:767px; ) {
  .btn_ichiran p {
    width: 30%;
    padding: 30px;

  }
}

@media screen and (max-width:767px; ) {
  .btn_ichiran a {
    background-color: #118acc;
  }
}

.btn a::after {
  content: " ";
}


.btn_kanren {
  position: relative;
  /*相対配置*/
}

.btn_kanren p {
  position: absolute;
  /*絶対配置*/
  color: white;
  /*文字は白に*/
  top: 75%;
  left: 10%;
  font-size: 2em;
  width: 100%;
}

@media screen and(max-width:767px; ) {
  .btn_kanren p {
    position: absolute;
    /*絶対配置*/
    color: white;
    /*文字は白に*/
    top: 150%;
    left: 10%;
    font-size: 2em;
    width: 100%;

  }
}

.btn_kanren img {
  width: 100%;
}

.wpp-thumbnail {
  display: block;
  float: unset;
  margin: 0;
}



.top-section-btn a:after {
  content: '>';
  margin-left: 5px;
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.nmc-footer {
  padding-inline: calc(100% * (8 / 375));
}

@media screen and (min-width: 768px) {
  .nmc-footer {
    padding-top: 51px;
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .nmc-footer {
    padding-top: 14px;
    padding-bottom: 100px;
    /*フッター修正30px-->100px*/
  }
}

@media screen and (min-width: 768px) {
  .nmc-footer__buttons {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .nmc-footer__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 6px;
  }

  .nmc-footer__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    height: 71px;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .nmc-footer__btn.bg-dl::after {
    content: url(../assets/images/common/icon-download.svg);
    width: 13px;
  }

  .nmc-footer__btn.bg-contact::after {
    content: "";
    width: 14px;
    height: 14px;
    border: 1.5px solid var(--neutralColor400);
    border-radius: 100%;
    background-image: url(assets/images/common/icon-guidance-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 4px;
  }
}

.nmc-footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .nmc-footer__inner {
    align-items: center
  }
}

@media screen and (max-width: 767px) {
  .nmc-footer__inner {
    padding-top: 30px;
    padding-inline: 10px;
  }
}

.nmc-footer__logo {}

@media screen and (min-width: 768px) {
  .nmc-footer__logo {
    width: 239px
  }
}

@media screen and (max-width: 767px) {
  .nmc-footer__logo {
    width: 119.5px
  }
}

.nmc-footer__nav {}

.nmc-footer__nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*追加0614*/
  margin-left: 5%;
  /*追加0614*/
}

.nmc-footer__nav__item {
  line-height: 2.571
}

.nmc-footer__nav__item:not(:first-of-type) {
  position: relative;
}

@media screen and (min-width: 768px) {
  .nmc-footer__nav__item {
    font-size: 1.4rem
  }

  .nmc-footer__nav__item:not(:first-of-type) {
    padding-left: 16px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .nmc-footer__nav__item {
    color: var(--neutralColor300);
    font-size: 1.0rem;
  }

  .nmc-footer__nav__item:not(:first-of-type) {
    padding-left: 10px;
    margin-left: 10px;
  }
}

.nmc-footer__nav__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 1px;
}

@media screen and (min-width: 768px) {
  .nmc-footer__nav__item:not(:first-of-type)::before {
    height: 15px;
    background-color: var(--neutralColor400);
  }
}

@media screen and (max-width: 767px) {
  .nmc-footer__nav__item:not(:first-of-type)::before {
    height: 10px;
    background-color: var(--neutralColor300);
  }
}



/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.nmc-footer {
  padding-inline: calc(100% * (8 / 375));
}

@media screen and (min-width: 768px) {
  .nmc-footer {
    padding-top: 51px;
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .nmc-footer {
    padding-top: 14px;
    padding-bottom: 100px;
    /*フッター修正30px-->100px*/
  }
}

@media screen and (min-width: 768px) {
  .nmc-footer__buttons {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .nmc-footer__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 6px;
  }

  .nmc-footer__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    height: 71px;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .nmc-footer__btn.bg-dl::after {
    content: url(assets/images/common/icon-download.svg);
    width: 13px;
  }

  .nmc-footer__btn.bg-contact::after {
    content: "";
    width: 14px;
    height: 14px;
    border: 1.5px solid var(--neutralColor400);
    border-radius: 100%;
    background-image: url(assets/images/common/icon-guidance-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 4px;
  }
}

.nmc-footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .nmc-footer__inner {
    align-items: center
  }
}

@media screen and (max-width: 767px) {
  .nmc-footer__inner {
    padding-top: 30px;
    padding-inline: 10px;
  }
}

.nmc-footer__logo {}

@media screen and (min-width: 768px) {
  .nmc-footer__logo {
    width: 239px
  }
}

@media screen and (max-width: 767px) {
  .nmc-footer__logo {
    width: 119.5px
  }
}

.nmc-footer__nav {}

.nmc-footer__nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*追加0614*/
  margin-left: 5%;
  /*追加0614*/
}

.nmc-footer__nav__item {
  line-height: 2.571
}

.nmc-footer__nav__item:not(:first-of-type) {
  position: relative;
}

@media screen and (min-width: 768px) {
  .nmc-footer__nav__item {
    font-size: 1.4rem
  }

  .nmc-footer__nav__item:not(:first-of-type) {
    padding-left: 16px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .nmc-footer__nav__item {
    color: var(--neutralColor300);
    font-size: 1.0rem;
  }

  .nmc-footer__nav__item:not(:first-of-type) {
    padding-left: 10px;
    margin-left: 10px;
  }
}

.nmc-footer__nav__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 1px;
}

@media screen and (min-width: 768px) {
  .nmc-footer__nav__item:not(:first-of-type)::before {
    height: 15px;
    background-color: var(--neutralColor400);
  }
}

@media screen and (max-width: 767px) {
  .nmc-footer__nav__item:not(:first-of-type)::before {
    height: 10px;
    background-color: var(--neutralColor300);
  }
}


/* 追加分 */
@media screen and (max-width: 767px) {
  .section-title .en .en-wrap {
    font-size: 14px;
    font-family: 'Hiragino Sans W7', 'ヒラギノ角ゴシック W1', 'Noto Sans JP', sans-serif;
  }

  .section-title .ja {
    padding-top: 28px;
    font-size: 2.4rem;
    font-family: 'Hiragino Sans W7', 'ヒラギノ角ゴシック W1', 'Noto Sans JP', sans-serif;
    line-height: 1.25;

  }

  .function ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
    max-width: 300px;
    margin: 80px auto 0;
  }

  .function ul li:first-child {
    width: 51%;
  }

  .function ul li p {
    font-size: 15px;
    font-family: 'Hiragino Sans W7', 'ヒラギノ角ゴシック W1', 'Noto Sans JP', sans-serif;
  }

  .function ul li .img1 {
    top: -20px;
  }

  .function ul li .img2 {
    top: -20px;
  }

  .function ul li .img3 {
    top: -10px;
  }

  .function ul li {
    margin-bottom: 13% !important;
  }

  .section1 ul li .left {
    position: relative;

  }

  .section1 .ul-heading .img {
    opacity: .2;
  }

  .section1 .ul-bottom .img {
    opacity: .2;
  }

  .section1 .ul-bottom li {
    margin-bottom: 0;
  }


  .section1 ul li .title {
    font-size: 23px;
  }

  .section1 ul li .title .num {
    max-width: 40px;
    margin-right: 5px;
  }

  .section1 ul li .title {
    padding: 0 16px;
    font-size: 18px;
    position: absolute;
    top: 10%;
    z-index: 10;
  }

  .section1 ul li .content {
    font-weight: 400;
    font-size: 14px;
    padding: 0 16px;
    position: absolute;
    top: 30%;
    z-index: 10;
    color: #000;
  }

  .section1 .ul-heading .img {
    width: 100%;
    padding-top: 60%;
    position: relative;
    margin-bottom: 0px;
  }

  .section1 .ul-bottom .img {
    width: 100%;
    padding-top: 60%;
    position: relative;
    margin-bottom: 0px;
  }

  .section1 .ul-heading li {
    margin-bottom: 0;
  }

  .section1 {
    padding-bottom: 0;
  }

  .section1 .ul-bottom {
    margin-bottom: 0;
  }

  .use ul li .img {
    height: 40px;
    position: relative;
  }

  .use ul li .img1 {
    width: 28%;
  }

  .use ul li .img2 {
    width: 25%;
  }

  .use ul li .img3 {
    width: 25%;
  }

  .use ul li .img4 {
    width: 35%;
  }

  .use ul li .img5 {
    width: 22%;
  }

  .use ul li .img6 {
    width: 10%;
  }

  .use ul li .img7 {
    width: 27%;
  }

  .use ul li .img8 {
    width: 30%;
    margin-bottom: 0px;
  }

  .use ul li .img9 {
    width: 22%;
  }

  .use ul li .img10 {
    width: 21%;
  }


  .use ul li:nth-child(n + 3) {
    margin-top: 15px;
  }

  .use .box {
    margin-bottom: 0;
  }

  .slick-next {
    right: -10px;
    background: url(/wp-content/themes/nomoca/assets/images/assets_machines/desk/btn-next.svg) no-repeat center center / cover !important;
    width: 33px;
    height: 50px;
  }

  .slick-next:before {
    opacity: 0;
  }

  .slick-next:hover {
    opacity: 1;
  }

  .slick-prev:hover {
    opacity: 1;
  }

  .slick-prev {
    left: -10px;
    z-index: 1;
    background: url(/wp-content/themes/nomoca/assets/images/assets_machines/desk/btn-prev.svg) no-repeat center center / cover !important;
    width: 33px;
    height: 50px;
  }

  .slick-prev:before {
    opacity: 0;
  }

  .example ul li .title {
    text-align: center;
  }

  .slick-initialized .slick-slide {
    padding: 0 5px;
  }

  .example ul li .thumb {
    box-shadow: none;
  }

  .example ul li .icon {
    position: absolute;
    bottom: -15px;
    left: 0px;
    z-index: 1;
    width: 40px;
  }

  .example ul {
    max-width: 300px;
  }

  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 0;
  }

  .support li {
    padding: 20px 20px 10px !important;
  }

  .slick-track {
    display: flex;
  }

  .slick-slide {
    height: auto !important;
  }

  .support ul li .title {
    margin-bottom: 5px;
  }

  .nuevo_info {
    padding-left: 0;
  }

  .info_box {
    margin: 0 auto;
  }

  .new_info li {
    max-width: 300px;
    margin: 0 auto;
  }

  .new_info .slick-prev {
    left: 10px;
  }

  .new_info .slick-next {
    right: 10px;
  }

  .sitemap_link {
    text-align: center !important;
    margin-right: auto !important;
  }
  .info_box {
    width: 100%;
  }
  .info_url {
    width: 100%;
    height: auto;
  }
  .info_url {
    margin-left: 0;
  }
  .section1 ul li .content {
    font-weight: 600;
  }
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
@media screen and (max-width:767px){
	.nmc-footer__buttons{
display:none;
}
}

@media screen and (max-width: 767px){
.nmc-footer__inner {
    padding-top: 0px;
    padding-inline: 10px;
    margin-bottom: 50px;
	}}

