@charset "UTF-8";

/* ========== Font ========== */
@font-face {
  font-family: notosans;
  src: url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");

  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-family: notosans;
  src: url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");

  font-display: swap;
}
@font-face {
  font-weight: bold;
  font-family: notosans;
  src: url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.eot") format("eot"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("//library.keyence.com/fonts/NotoSansCJKjp-Bold.ttf") format("truetype");

  font-display: swap;
}

/* base */

html {
  overflow: auto;
  height: 100%;
}
body {
  overflow: hidden;
  min-width: auto;
  height: 100%;
  background: #fff;
  font-family: notosans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input,
button,
textarea,
select {
  font-family: notosans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pc_view {
  display: block;
}
.sp_view {
  display: none;
}

/* header */
.lp_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 20px;
  width: 100%;
  height: 57px;
  border-bottom: 2px solid #e5e5e5;
  background: #fff;
}
.lp_header .logo {
  float: left;
  padding-top: 7px;
  max-width: 183px;
}
.lp_header .logo a {
  display: inline-block;
  margin-right: 10px;
}
.lp_header .logo > a img {
  max-width: 100%;
}
.lp_header .logo .country {
  max-width: 100%;
}
.lp_header .tel_img {
  display: none;
  float: right;
  vertical-align: middle;
}
.lp_header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp_header .header_right p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.lp_header .header_right .header_right_left {
  margin-right: 12px;
}
.lp_header .header_right .header_right_right .header_time {
  font-weight: normal;
  font-size: 11.5px;
}
.lp_header .header_right .header_right_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 4px;
}
.header_right_right {
  text-align: center;
}
.lp_header .header_right .header_right_inner .header_tel {
  font-size: 27px;
}

/* sections */
.lp_content_wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: url("/img/ss/products/measure-sys/xm/002/bg_1099_01_001.jpg") no-repeat center top;
  background-size: cover;
}
.lp_section_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.lp_section_flex img {
  width: 100%;
}
.lp_section_flex_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24vw -35vw;
}
.sections.section01 {
  width: 32.604vw;
}
.sections.section02 {
  margin-top: 1.927vw;
  margin-bottom: 1.8vw;
  width: 29.115vw;
  text-align: center;
}
.sections.section02 img {
  width: 29vw;
}
.sections.section02 .txt {
  display: block;
  width: 25.995vw;
  color: #fff;
  font-size: 1.1vw;
}
.sections.section02 .new {
  display: block;
  margin-bottom: 20px;
  padding: 0.3vw;
  width: 4.5vw;
  background: #cf1c1c;
  color: #fff;
  font-size: 1vw;
}
.sections.section03 {
  width: 29vw;
}
.sections.section03 .section_title {
  position: relative;
  overflow: hidden;
  padding: 0.7vw 0.7vw 0.7vw 7vw;
  width: 26vw;
  border: 1px solid #fff;
  background: #e5e5e5;
  color: #000;
  font-weight: bold;
  font-size: 1vw;
}
.sections.section03 .section_title span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.7vw 2vw 0.7vw 0.7vw;
  background: #cf1c1c;
  color: #fff;
  font-weight: normal;
}
.sections.section03 .section_title span:before {
  position: absolute;
  top: -2px;
  right: 0;
  display: block;
  width: 1.5vw;
  height: 100%;
  border-width: 0 0 160px 85px;
  border-style: solid;
  border-color: transparent transparent #e5e5e5 transparent;
  content: "";
}
.sections.section03 .flex_item {
  padding: 1vw 0;
  width: 26vw;
  background: #fff;
}
.sections.section03 .flex_item p {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 0.9vw;
  line-height: 1.5;
}
.sections.section03 .flex_item .bg_item:nth-child(1) {
  width: calc(100% - 1px);
  border-right: 1px solid #e5e5e5;
}

.sections.section03 .flex_item .bg_item:nth-child(2) {
  width: calc(100% - 1px);
}

.sections.section03 .txt {
  display: block;
  margin-top: 18px;
  width: 29vw;
  color: #fff;
  font-size: 1.1vw;
}

.sections.section04 {
  position: absolute;
  top: 30vw;
  margin-bottom: 1vw;
  width: 71.927vw;
}
.sections.section04 ul {
  padding: 2vw 0 1.8vw 7vw;
  width: 62vw;
  background: url(/img/ss/products/measure-sys/xm/002/bg_1099_01_004.png) no-repeat center;
  background-size: contain;
  text-align: left;
  white-space: nowrap;
}
.sections.section04 ul li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 1.8vw;
  color: #fff;
  font-size: 0.9vw;
  line-height: 1.3;
}
.sections.section04 ul li:nth-child(1) {
  margin-left: 0;
  width: 9.469vw;
}
.sections.section04 ul li:nth-child(2) {
  width: 12.063vw;
}
.sections.section04 ul li:nth-child(3) {
  width: 13.313vw;
}
.sections.section04 ul li:nth-child(4) {
  width: 9.146vw;
}
.sections.section04 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.3vw;
  height: 7vw;
  height: 1.1vw;
  background: url(/img/ss/products/measure-sys/xm/002/bg_1099_01_003.png) no-repeat;
  background-size: cover;
  content: "";
}
.lp_section .fade_04:before,
.lp_section .fade_04:after {
  position: absolute;
  top: -30vh;
  left: -40%;
  display: block;
  height: 100vh;
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.flex_inner_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.flex_inner_02 {
  overflow: hidden;
  width: 29vw;
}
.flex_inner_02 .flex_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* cv_btn */
.cv_btn {
  padding: 2vw 0;
}
.cv_btn.price_btn {
  position: absolute;
  top: 33vw;
  left: 2vw;
  max-width: 436px;
  width: 22.708vw;
}
.cv_btn.catalog_btn {
  position: absolute;
  top: 33vw;
  left: 25vw;
  max-width: 501px;
  width: 28vw;
}
.lp_btn.type05 {
  position: relative;
  display: inline-block;
  margin-left: 2.102vw;
  padding: 0.7vw 1vw 0.7vw 3.682vw;
  width: 22.708vw;
  background: #df3939;
  background: -webkit-gradient(linear, left top, left bottom, from(#df3939),to(#ce1a1b));
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
  -webkit-box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
  box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
  line-height: 1.4em;
}
.lp_btn.type05.type06 {
  margin-left: 0;
  padding: 0.7vw 1vw 0.7vw 3.682vw;
  width: 22.708vw;
  background: #48ab4e;
  background: -webkit-gradient(linear, left top, left bottom, from(#48ab4e),to(#2e8b33));
  background: linear-gradient(to bottom, #48ab4e 0%,#2e8b33 100%);
}
.lp_btn.type05 .txt {
  display: inline-block;
  padding-right: 15px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 1vw;
}
.lp_btn.icon03 .txt {
  padding-top: 0.315vw;
  padding-bottom: 0.315vw;
  padding-left: 1.997vw;
  background: url(/img/landing_page/common/icon03.png) no-repeat left center;
  background-size: 1vw auto;
}
.lp_btn.icon03.type06 .txt {
  padding-top: 0.315vw;
  padding-bottom: 0.315vw;
  padding-left: 1.997vw;
  background: url(/img/ss/products/measure-sys/xm/002/bg_1099_01_002.png) no-repeat left center;
  background-size: 0.5vw auto;
}
.lp_btn.type05 .img {
  position: absolute;
  top: -0.6vw;
  right: 1.5vw;
  display: block;
  padding-left: 0;
  max-width: 57px;
  width: 3.416vw;
  border: 1px solid #989898;
}
.lp_btn.type05.type06 .img {
  border: none;
}

/* footer */
.lp_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-direction: reverse;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding: 15px 20px;
  width: 100%;
  background: #fff;
  color: #000;

  -webkit-box-orient: horizontal;
}
.lp_footer .copy {
  font-size: 12px;
}
.lp_footer .link {
  overflow: hidden;
  padding-top: 5px;
}
.lp_footer .link li {
  display: inline-block;
  float: left;
  padding: 0 10px;
  border-left: 1px solid #000;
  line-height: 1em;
}
.lp_footer .link li:first-child {
  border: none;
}
.lp_footer .link li a {
  color: #000;
  font-size: 12px;
}
.lp_footer .link li a:hover {
  color: #f00;
  text-decoration: underline;
}

.lp_section_flex_inner {
  width: 58vw;
}
.lp_section_flex_inner {
  margin: -22vw -27vw;
}
.sections.section01 {
  width: 29vw;
}
.sections.section02 {
  width: 29vw;
}
.sections.section03 {
  display: block;
  width: 29vw;
  text-align: center;
}
.sections.section03 img {
  width: 29vw;
}
.sections.section04 {
  margin-top: -2vw;
  margin-left: -4vw;
  width: 63vw;
}
.sections.section02.fade_02 {
  opacity: 0;
  opacity: 1\9;
}

/* animation keyframes */
@-webkit-keyframes fade_02 {
  0% {
    width: 0;
    opacity: 0;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes fade_02 {
  0% {
    width: 0;
    opacity: 0;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes fade_03 {
  0% {
    width: 0;
    opacity: 0;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes fade_03 {
  0% {
    width: 0;
    opacity: 0;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes fade_04 {
  0% {
    width: 0;
    opacity: 0;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes fade_04 {
  0% {
    width: 0;
    opacity: 0;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes fade_04_beaf {
  0% {
    left: -40%;
    opacity: 0;
  }
  10% {
    left: -40%;
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
@keyframes fade_04_beaf {
  0% {
    left: -40%;
    opacity: 0;
  }
  10% {
    left: -40%;
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}

@-webkit-keyframes fade_05 {
  0% {
    width: 0;
    opacity: 0;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes fade_05 {
  0% {
    width: 0;
    opacity: 0;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes fade_05_01 {
  0% {
    margin-left: 0vw;
  }
  50% {
    margin-left: 1.2vw;
  }
  100% {
    margin-left: 1.2vw;
  }
}
@keyframes fade_05_01 {
  0% {
    margin-left: 0vw;
  }
  50% {
    margin-left: 1.2vw;
  }
  100% {
    margin-left: 1.2vw;
  }
}

@media screen and (min-width:751px) {
  /* animation */
  .fade_02 {
    position: relative;
    overflow: hidden;
    -webkit-animation: fade_02 1s cubic-bezier(0.71,0.03,0.27,0.79) 0.3s forwards;
    animation: fade_02 1s cubic-bezier(0.71,0.03,0.27,0.79) 0.3s forwards;
  }

  .fade_03 {
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-animation: fade_03 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 1.9s forwards;
    animation: fade_03 1.3s cubic-bezier(0.71,0.03,0.27,0.79) 1.9s forwards;
  }

  .fade_04 {
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-animation: fade_04 1s cubic-bezier(0.71,0.03,0.27,0.79) 1s forwards;
    animation: fade_04 1s cubic-bezier(0.71,0.03,0.27,0.79) 1s forwards;
  }
  /* .lp_section .fade_04:before {
    display: none\9;
    width: 1.5vw;
    -webkit-animation: fade_04_beaf 1.4s cubic-bezier(0.22,0.83,0.57,0.93) 3.6s forwards;
    animation: fade_04_beaf 1.4s cubic-bezier(0.22,0.83,0.57,0.93) 3.6s forwards;
  }
  .lp_section .fade_04:after {
    display: none\9;
    width: 0.5vw;
    -webkit-animation: fade_04_beaf 1.4s cubic-bezier(0.22,0.83,0.57,0.93) 3.7s forwards;
    animation: fade_04_beaf 1.4s cubic-bezier(0.22,0.83,0.57,0.93) 3.7s forwards;
  } */

  .fade_05 {
    width: 0;
    opacity: 0;
    -webkit-animation: fade_05 1s cubic-bezier(0.71,0.03,0.27,0.79) 2.7s forwards;
    animation: fade_05 1s cubic-bezier(0.71,0.03,0.27,0.79) 2.7s forwards;
  }
  .fade_05_01 li:nth-child(2) {
    -webkit-animation: fade_05_01 1s cubic-bezier(0.71,0.03,0.27,0.79) 2.7s forwards;
    animation: fade_05_01 1s cubic-bezier(0.71,0.03,0.27,0.79) 2.7s forwards;
  }
  .fade_05_01 li:nth-child(3) {
    -webkit-animation: fade_05_01 1s cubic-bezier(0.71,0.03,0.27,0.79) 2.8s forwards;
    animation: fade_05_01 1s cubic-bezier(0.71,0.03,0.27,0.79) 2.8s forwards;
  }
  .fade_05_01 li:nth-child(4) {
    -webkit-animation: fade_05_01 1s cubic-bezier(0.71,0.03,0.27,0.79) 2.9s forwards;
    animation: fade_05_01 1s cubic-bezier(0.71,0.03,0.27,0.79) 2.9s forwards;
  }
}

@media screen and (max-width: 1400px) {
  .lp_section_flex_inner {
    width: 54vw;
  }
  .lp_section_flex_inner {
    margin: -23vw -27vw;
  }
  .sections.section01 {
  }
  .sections.section02 {
    width: 25vw;
  }
  .sections.section02 img {
    width: 25vw;
  }
  .flex_inner_02 {
    width: 25vw;
  }
  .sections.section02 .txt {
    width: 25vw;
  }
  .sections.section03 {
    width: 25vw;
  }
  .sections.section03 .section_title {
    width: 25vw;
  }
  .sections.section03 .flex_item {
    width: 25vw;
  }
  .sections.section03 img {
    width: 25vw;
  }
  .sections.section03 .txt {
    width: 25vw;
    font-size: 1vw;
  }
  .sections.section04 {
    margin-top: -2.5vw;
    width: 63vw;
  }
  .sections.section04 {
    margin-bottom: -0.5vw;
  }
  .lp_btn.type05 {
    width: 25vw;
  }
  .cv_btn.price_btn {
    top: 32vw;
  }
  .cv_btn.catalog_btn {
    top: 32vw;
  }
  .lp_btn.type05.type06 {
    width: 23.708vw;
  }
  .lp_btn.type05 .img {
    top: -0.5vw;
    width: 3.1vw;
  }

  .lp_footer {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1100px) {
  .sections.section03 .section_title span {
    height: 100%;
  }
  .sections.section04 {
    margin-left: -7vw;
    width: 70vw;
  }
  .sections.section04 ul {
    padding: 2vw;
    width: 70vw;
    text-align: center;
  }
  .sections.section04 ul li {
    overflow: visible;
  }
  .sections.section04 ul li:nth-child(1) {
    width: auto;
  }
  .sections.section04 ul li:nth-child(2) {
    width: auto;
  }
  .sections.section04 ul li:nth-child(3) {
    width: auto;
  }
  .sections.section04 ul li:nth-child(4) {
    width: auto;
  }
}

@media screen and (max-width: 890px) {
  .sections.section04 {
    position: relative;
    top: 3vw;
  }
  .sections.section05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cv_btn.price_btn {
    position: relative;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .cv_btn.price_btn {
    top: 2vw;
  }
  .cv_btn.catalog_btn {
    position: relative;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .cv_btn.catalog_btn {
    top: 2vw;
    left: 1vw;
  }
  .lp_btn.type05 {
    padding: 0.7vw 3vw 0.7vw 3.682vw;
  }
  .lp_btn.type05.type06 {
    padding: 0.7vw 3vw 0.7vw 3.682vw;
  }
}

@media screen and (max-width: 750px) {
  html {
    overflow: auto;
    height: auto;
  }
  body {
    overflow: hidden;
    min-width: auto;
    height: auto;
    background: #fff;
  }
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }

  /* header */
  .lp_header {
    padding: 1% 2%;
    height: auto;
  }
  .header_left {
    width: 100%;
  }
  .lp_header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
  }
  .lp_header .logo a {
    margin-right: 1.5vw;
    width: 100%;
  }
  .lp_header .logo .country {
    max-width: 39px;
    width: 100%;
  }
  .lp_header .tel_img {
    display: block;
    width: 46vw;
  }
  .lp_header .tel_img img {
    max-width: 100%;
  }
  .lp_header .header_right {
    display: none;
  }

  /* sections */
  .lp_content_wrap {
    overflow: hidden;
    height: auto;
  }
  .lp_section_flex {
    display: block;
  }
  .lp_section_flex_inner {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .sections.section01 {
    width: 100%;
  }
  .flex_inner_01 {
    display: block;
  }
  .flex_inner_02 {
    width: 100%;
  }
  .sections.section02 {
    margin: 20px 0 30px;
    width: 100%;
  }
  .sections.section02 .new {
    margin-bottom: 20px;
    padding: 7px;
    width: 78px;
    font-size: 18px;
  }
  .sections.section02 img {
    margin-bottom: 20px;
    width: 100%;
  }
  .sections.section02 .txt {
    width: 100%;
    font-size: 16px;
  }
  .sections.section02.fade_02 {
    display: none;
  }
  .sections.section03 {
    display: none;
  }
  .sections.section03 .section_title {
    padding: 10px 10px 10px 90px;
    width: 100%;
    font-size: 16px;
  }
  .sections.section03 .section_title span {
    padding: 10px;
    padding: 10px 30px 10px 10px;
    font-size: 16px;
  }
  .sections.section03 .flex_item {
    width: 100%;
  }
  .sections.section03 .flex_item p {
    font-size: 14px;
  }
  .sections.section03 .flex_item {
    display: block;
    width: 100%;
  }
  .sections.section03 .flex_item .bg_item:nth-child(1) {
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .sections.section03 .flex_item .bg_item:nth-child(2) {
    padding: 10px 0;
    width: 100%;
  }
  .sections.section04 {
    position: static;
    top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
  .sections.section04 ul {
    padding: 20px;
    width: 100%;
    background-size: cover;
    text-align: left;
  }
  .sections.section04 ul li:nth-child(2),
  .sections.section04 ul li:nth-child(3),
  .sections.section04 ul li:nth-child(4) {
    margin-left: 0;
  }
  .sections.section04 ul li {
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1;
  }
  .sections.section04 ul li:last-child {
    margin-bottom: 0px;
  }
  .sections.section04 ul li:before {
    width: 18px;
    height: 16px;
  }
  .sections.section05 {
    display: block;
    margin-bottom: 20px;
  }
  .cv_btn.price_btn {
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .cv_btn.catalog_btn {
    top: 0;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .lp_btn.type05,
  .lp_btn.type05.type06 {
    margin-left: 0;
    padding: 0vw 5.3vw 0.6vw 4vw;
    width: 85vw;
  }
  .lp_btn.type05 .txt {
    display: inline-block;
    padding: 5.4vw 4.6vw 4.3vw 7vw;
    background-size: 5vw auto;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 4vw;
  }
  .lp_btn.type05.type06 .txt {
    display: inline-block;
    padding: 5.4vw 4.6vw 4.3vw 6vw;
    background-position: 1vw 6vw;
    background-size: 2vw auto;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 4vw;
  }
  .lp_btn.type05 .img {
    position: absolute;
    top: 50%;
    right: 3vw;
    display: inline-block;
    margin-top: -9vw;
    padding-bottom: 0.2vw;
    padding-left: 0;
    max-width: 100%;
    width: 13.3vw;
    vertical-align: middle;
  }
  .lp_btn.type05.type06 .img {
    top: 7vw;
  }
  .sections.section06 {
    display: block;
    margin: 15px auto;
    padding: 10px 0;
    width: 95%;
    border-radius: 4px;
    background: #737373;
    text-align: center;
  }
  .footer_tel_contents {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 95%;
    background: #fff;
  }
  .sections.section06 .footer_tel_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 15px 0 5px;
  }
  .sections.section06 .footer_tel_inner img {
    width: 38px;
  }
  .footer_tel_txt {
    padding: 0 0 10px;
    background: #737373;
    color: #fff;
    font-size: 18px;
  }
  .footer_tel {
    font-weight: bold;
    font-size: 30px;
  }

  /* footer */
  .lp_footer {
    position: static;
    display: block;
    padding: 1% 0;
  }
  .lp_footer .copy {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
  .lp_footer .link {
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .lp_footer .link li {
    float: none;
    margin: 0 auto;
  }
  .lp_footer .link li a {
    font-size: 10px;
  }
}
