@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
h1,
h2,
h3,
p,
a {
  font-family: "noto-sans", sans-serif;
}
h2 {
  font-size: 29px;
  font-weight: bold;
}
p {
  font-size: 18px;
}
header > ul {
  display: flex;
}
header > ul > li > a {
  margin-left: 60px;
  color: #818991;
}

header {
  width: 94%;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

nav {
  margin: 0 0 0 auto;
}

ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #818991;
}

a {
  text-decoration: none;
  display: block;
  padding: 0 20px;
  color: #818991;
}

.sm {
  display: none;
}

a:hover {
  opacity: 0.5;
}
.pc > .gnavi__lists > li > a {
  font-size: 18px;
}
.mv {
  background: url(../img/mv_bg.png) 0 0 / cover;
  height: 110vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 110%;
}

.mv > img {
  position: absolute;
  top: 16%;
  left: 4%;
  width: 45%;
}
.mv_text {
  position: absolute;
  top: 30%;
  right: 11%;
}

.mv_text > h1 {
  letter-spacing: 16px;
  font-size: 95px;
  font-weight: bold;
}

.car {
  color: #639cef;
}

.mv_text > p {
  max-width: 100%;
  color: #818991;
  font-weight: bold;
  line-height: 28px;
  margin: 8% 0%;
}

.mv_btn {
  max-width: 100%;
  width: 208px;
  height: 52px;
  line-height: 52px;
}
.mv_btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #2a76e9;
  text-align: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.mv_btn a:hover {
  background: #ffffff;
  color: #2a76e9;
  margin-left: 0px;
  margin-top: 0px;
  border: 1px solid #2a76e9;
  box-shadow: none;
}
.about_us {
  background-color: #eefaff;
  text-align: center;
  padding: 1%;
}
.about_us > img {
  display: block;
  margin: 3% auto;
}
.about_us > img:nth-of-type(2) {
  width: 80%;
}
span {
  color: #2a76e9;
  font-weight: bold;
}
.about_us > p:nth-of-type(1) {
  margin-top: 1%;
  letter-spacing: 1px;
}
.about_us > p:nth-of-type(2) {
  line-height: 2.3;
  display: inline-block;
  margin-top: 2%;
}

.service {
  background-color: #f8f8f8;
  text-align: center;
  padding: 1%;
}

.service > img {
  display: block;
  margin: 2% auto;
}

.service > p:nth-of-type(1) {
  margin-top: 1%;
  letter-spacing: 1px;
}
.service > ul {
  display: flex;
  justify-content: space-between;
  margin: 4% auto;
  max-width: 100%;
  width: 1300px;
}

.service > ul > li {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 3%;
  box-shadow: 0px 0px 9px -5px #777777;
  border-radius: 10px;
  max-width: 100%;
  width: 302px;
  justify-content: flex-end;
  align-items: center;
}
.wrap {
  width: 1300px;
  margin: 0 auto;
}

.service > ul > li > a > h2 {
  color: #2a76e9;
  font-weight: bold;
  margin-top: 3%;
}

.service > ul > li > a > p > span {
  color: #404040;
  font-weight: bold;
}

.service > ul > li > a > img {
  margin-bottom: 15%;
}
.service_repair > a > img {
  margin-top: 21%;
}
.service > ul > li > a {
  transition: all 0.7s;
}
.service > ul > li > a:hover {
  /* ホバーしたら1.2倍サイズに拡大 */
  transform: scale(1.1);
}
.sale {
  background-color: #2a76e9;
  padding: 5%;
}
.sale > .wrap > div {
  background-color: #ffffff;
  padding: 5%;
}
.sale > .wrap > div > a > h2 {
  color: #2a76e9;
  text-align: center;
}

.sale > .wrap > div > a > p {
  color: #404040;
  text-align: center;
  margin: 1%;
  font-weight: bold;
}

.sale > .wrap > div > a > img {
  margin: 0 auto;
  display: block;
  margin-top: 3%;
}

.sale > .wrap > div > a > img {
  transition: all 0.7s;
  width: 100%;
}
.sale > .wrap > div > a > img :hover {
  /* ホバーしたら1.2倍サイズに拡大 */
  transform: scale(1.1);
}

.info {
  margin: 10% auto;
  display: block;
}

.info > div {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

.info > div > div > img {
  margin-bottom: 45px;
}

.info > div > div > p {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 3px;
}
.info > div > div > p:first-of-type {
  font-size: 18px;
  color: #2a76e9;
  font-weight: bold;
}
.info_img {
  display: flex !important;
  flex-direction: column !important;
}
.info_img > div {
  display: flex;
  text-align: center;
  flex-wrap: wrap-reverse;
  justify-content: space-evenly;
  gap: 4px;
}
.info_img > img {
  margin-bottom: 1%;
}

iframe {
  max-width: 100%;
  width: 650px;
  height: 500px;
}

.map {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 10%;
}

footer {
  background-color: #2a76e9;
}

footer > p {
  color: #fff;
  text-align: center;
  padding: 1%;
}
@media screen and (max-width: 1600px) {
  .mv > img {
    position: absolute;
    top: 16%;
    left: 4%;
    width: 40%;
  }

  .mv_text {
    position: absolute;
    top: 23%;
    right: 11%;
  }
}

@media screen and (max-width: 1400px) {
  .mv_text {
    position: absolute;
    top: 23%;
    right: 11%;
  }
  .mv_text > h1 {
    letter-spacing: 16px;
    font-size: 75px;
    font-weight: bold;
  }
  .mv_text > p {
    max-width: 100%;
    width: 500px;
    color: #818991;
    font-weight: bold;
    line-height: 28px;
    margin: 8% 0%;
  }
}
@media screen and (max-width: 1300px) {
  .wrap {
    width: 1100px;
    margin: 0 auto;
  }

  .mv {
    height: 75vh;
  }
  .mv > img {
    width: 40%;
  }

  .mv_text > h1 {
    letter-spacing: 16px;
    font-size: 65px;
    font-weight: bold;
  }

  .mv_text {
    position: absolute;
    top: 30%;
    right: 6%;
  }

  .mv_text > p {
    max-width: 100%;
    width: 560px;
    color: #818991;
    font-weight: bold;
    line-height: 28px;
    margin: 5% 0%;
  }
}

@media screen and (max-width: 1200px) {
  .wrap {
    width: 1000px;
  }
  .mv {
    height: 68vh;
  }
  .mv_text {
    position: absolute;
    top: 23%;
    right: 1%;
  }
  .mv_text > p {
    max-width: 100%;
    width: 509px;
  }

  .mv_btn {
    position: absolute;
    top: 96%;
    /* right: 23%; */
    max-width: 100%;
    width: 208px;
    height: 52px;
    line-height: 52px;
  }

  .mv_text > h1 {
    letter-spacing: 16px;
    font-size: 60px;
    font-weight: bold;
  }
  .about_us > img:last-of-type {
    width: 100%;
  }

  .service > ul > li > a > img {
    margin-bottom: 15%;
    width: 70%;
  }

  .service > ul > li {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 3%;
    box-shadow: 0px 0px 9px -5px #777777;
    border-radius: 10px;
    max-width: 100%;
    width: 230px;
    justify-content: flex-end;
  }

  .sale > .wrap > div > img {
    margin: 0 auto;
    display: block;
    margin-top: 3%;
    width: 70%;
  }
}

@media screen and (max-width: 1000px) {
  .wrap {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 820px) {
  h2 {
    font-size: 24px;
    font-weight: bold;
  }

  .mv {
    height: 54vh;
  }
  .mv_text > h1 {
    letter-spacing: 16px;
    font-size: 45px;
    font-weight: bold;
  }

  .mv_text > p {
    max-width: 100%;
    width: 370px;
  }
  .service > ul {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
  .service > ul > li {
    max-width: 100%;
    width: 400px;
  }
  #global_nav_sm ul {
    display: none;
  }

  #global_nav_sm li a {
    display: block;
    height: 50px;
    line-height: 44px;
    text-align: center;
  }

  #global_nav_sm li a:hover {
    z-index: 5;
  }
  /* 子要素のみのスタイル */

  #global_nav_sm ul li {
    float: none;
    width: 100%;
    background-color: #cccccc;
    height: auto;
  }

  .sm > ul {
    margin-top: 5%;
    flex-direction: column;
    background-color: #fff;
  }

  .sm > ul > li > a {
    text-align: center;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }

  .mens_menu {
    max-width: 100%;
    margin: 0 auto;
    font-size: 1, 125rem;
    padding: 40px 0;
  }

  #global_nav_sm ul {
    display: none;
  }
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  header {
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 70px;
  }

  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }

  .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: black;
    border-radius: 8px;
    transition: ease 0.75s;
  }

  .icon span:nth-of-type(1) {
    top: 16px;
  }
  .icon span:nth-of-type(2) {
    top: 28px;
  }
  .icon span:nth-of-type(3) {
    bottom: 16px;
  }

  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }

  .close span:nth-of-type(2) {
    opacity: 0;
  }

  .close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
  }

  .gnavi__lists > li {
    width: 100% !important;
  }

  .sm {
    top: 60px;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
  }

  .logo > a > img {
    width: 80%;
  }

  .map {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10%;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    background: url(../img/mv_bg.png) 100% 0 / cover;
  }

  .mv > img {
    display: none;
  }
  .mv_text {
    position: absolute;
    top: 23%;
    right: 9%;
  }
  .mv_btn {
    position: absolute;
    top: 96%;
    right: 23%;
    max-width: 100%;
    width: 208px;
    height: 52px;
    line-height: 52px;
  }
  .mv_text > p {
    width: 100%;
    margin: 10% 0%;
  }
  .mv_text > h1 {
    letter-spacing: 16px;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
  }

  .mv_btn {
    position: absolute;
    top: 96%;
    right: 35%;
    max-width: 100%;
    width: 208px;
    height: 52px;
    line-height: 52px;
  }
}
@media screen and (max-width: 414px) {
  p {
    font-size: 16px;
  }
  .mv {
    height: 50vh;
  }

  .mv_text {
    position: absolute;
    top: 10%;
    right: 1%;
  }

  .mv_text > h1 {
    text-align: center;
    letter-spacing: 16px;
    font-size: 40px;
    font-weight: bold;
  }

  .car {
    color: #639cef;
  }

  .mv_text > p {
    width: 90%;
    color: #818991;
    font-weight: bold;
    line-height: 28px;
    margin: 10% auto;
  }

  .logo > a > img {
    width: 100%;
  }
  h2 {
    font-size: 24px;
  }

  .sale > .wrap > div > a > h2 {
    color: #2a76e9;
    text-align: center;
    margin: 13%;
  }

  .sale > .wrap > div > a > p {
    margin: 15%;
  }

  .mv_btn {
    position: absolute;
    top: 95%;
    right: 23%;
    max-width: 100%;
    width: 208px;
    height: 52px;
    line-height: 52px;
  }
  .info > div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }

  .info_img > img {
    margin-bottom: 1%;
    width: 100%;
  }

  .info_img > div {
    display: flex;
    text-align: center;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    gap: 0px;
    justify-content: center;
  }

  .service > ul {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  iframe {
    margin-top: 20%;
  }

  .info > div > div > p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 3px;
  }

  .info > div > div > img {
    margin-bottom: 20px;
    width: 100%;
  }

  .about_us {
    padding: 5%;
  }
  .about_us > img {
    display: block;
    margin: 3% auto;
    width: 30%;
  }
  .about_us > p:nth-of-type(2) {
    text-align: left;
  }

  .info > div > img {
    width: 60%;
  }

  .sale > .wrap > div > img {
    margin: 0 auto;
    display: block;
    margin-top: 3%;
    width: 100%;
    margin-bottom: 10%;
  }

  .sale > .wrap > div > h2 {
    color: #2a76e9;
    text-align: center;
    margin-bottom: 8%;
  }
  .sale > .wrap > div > p {
    color: #404040;
    text-align: center;
    margin: 12%;
  }
  .sale > .wrap > div > a > img {
    width: 100%;
  }

  .sale {
    background-color: #2a76e9;
    padding: 4%;
  }

  .service > ul > li {
    max-width: 100%;
    width: 300px;
  }
}

@media screen and (max-width: 375px) {
  .mv {
    height: 75vh;
  }
  p {
    font-size: 15px;
  }

  .mv_text {
    top: 23%;
  }

  .mv_btn {
    position: absolute;
    top: 95%;
    right: 23%;
    max-width: 100%;
    width: 208px;
    height: 52px;
    line-height: 52px;
  }
  .sale > .wrap > div > a > p {
    color: #404040;
    text-align: center;
    margin: 12%;
    font-weight: bold;
  }
}

.sv {
  background-color: #028afa;
  padding: 5%;
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv > div > h1 {
  font-size: 5rem;
  color: white;
  letter-spacing: 13px;
  font-weight: bold;
  text-align: center;
}

.sv > div > h2 {
  color: #b8c5d5;
  font-size: 2.5rem;
  letter-spacing: 5px;
  text-align: center;
}

.sv > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6%;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上から */

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cloud > img {
  position: absolute;
  width: 100%;
  bottom: -11%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.contents {
  margin: 8% auto;
}
.contents > img {
  margin: 5% auto;
  display: block;
  width: 100%;
}

.contents > h2 {
  color: #2a76e9;
  text-align: center;
  margin: 6%;
  font-size: 1.8rem;
}

.contents > div {
  display: flex;
  justify-content: space-between;
}
.contents > div > div {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 720px;
}

.contents > div > div > h3 {
  font-size: 1.5rem;
  margin-bottom: 2%;
  font-weight: bold;
}
.contents > div > div > p {
  line-height: 2;
}

.reverse {
  flex-direction: row-reverse;
}
.flow {
  background-color: #f1f5f9;
  padding: 1%;
}
.flow > .wrap > h2 {
  color: #2a76e9;
  text-align: center;
  margin: 6%;
  font-size: 1.8rem;
}
.flow > .wrap > h3 {
  font-size: 1.5rem;
  margin-bottom: 2%;
  text-align: center;
  font-weight: bold;
}
.flow > .wrap > p {
  text-align: center;
  margin-bottom: 4%;
  line-height: 2;
}

.step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5% 0;
  row-gap: 45px;
}
.step > div {
  background-color: #ffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1%;
  max-width: 100%;
  width: 400px;
  padding: 3%;
}

.step > div > p:nth-of-type(1) {
  color: #818991;
  letter-spacing: 5px;
  font-size: 1.6rem;
  margin-bottom: 8%;
}
.step > div > p:nth-of-type(2) {
  margin-bottom: 8%;
}

.risk {
  margin: 8% auto;
}

.risk > h2 {
  color: #2a76e9;
  text-align: center;
  margin: 6%;
  font-size: 1.8rem;
}

.risk > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.risk > div > p {
  line-height: 2;
  margin-left: 5%;
}

.trouble {
  margin: 8% auto;
  padding: 2%;
  background-color: #f1f5f9;
}
.trouble > .wrap > img {
  margin: 5% auto;
  display: block;
}

.trouble > .wrap > h2 {
  color: #2a76e9;
  text-align: center;
  margin: 6%;
  font-size: 1.8rem;
}

.trouble > .wrap > div {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.trouble > .wrap > div > div {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 720px;
}

.trouble > .wrap > div > div > h3 {
  font-size: 1.7rem;
  margin-bottom: 2%;
  font-weight: bold;
}
.trouble > .wrap > div > div > p {
  line-height: 2;
}

.test {
  text-align: center;
}
.test > h3 {
  font-size: 1.5rem;
  margin-bottom: 2%;
  font-weight: bold;
}
.test > p {
  text-align: left;
  line-height: 2;
}

.test > h2 {
  color: #2a76e9;
  margin: 6%;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
}
.st {
  position: static;
  margin-top: 4%;
}

@media screen and (max-width: 1300px) {
  .step > div {
    max-width: 100%;
    width: 320px;
  }
  .contents > div > div {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 510px;
  }

  .trouble > .wrap > div > div {
    width: 510px;
  }
  .risk > div > {
    line-height: 2;
    max-width: 100%;
    width: 510px;
  }
}

@media screen and (max-width: 1200px) {
  .step > div {
    max-width: 100%;
    width: 300px;
  }

  .contents > div > div {
    width: 410px;
  }

  .trouble > .wrap > div > div {
    width: 410px;
  }

  .cloud > img {
    bottom: -1%;
  }
}

@media screen and (max-width: 820px) {
  .contents > div {
    flex-direction: column;
    align-items: center;
  }

  .contents > div > div {
    width: 510px;
  }

  .step {
    flex-direction: column;
    align-items: center;
  }

  .step > div {
    max-width: 100%;
    width: 500px;
  }

  .risk > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .trouble > .wrap > div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .trouble > .wrap > div > div {
    width: 510px;
  }
  .sv {
    height: 60vh;
  }
}

@media screen and (max-width: 414px) {
  .sv > div > h1 {
    font-size: 3rem;
  }
  .sv {
    height: 45vh;
  }
  .sv > div > h2 {
    font-size: 2rem;
  }

  .contents > div > img {
    width: 95%;
  }
  .contents > img {
    display: none;
  }
  .flow {
    background-color: #f1f5f9;
    padding: 5%;
  }
  .flow > .wrap > p {
    text-align: left;
    margin-bottom: 4%;
    line-height: 2;
  }

  .flow > .wrap > h3,
  .trouble > .wrap > div > div > h3,
  .contents > div > div > h3,
  .test > h3 {
    margin: 8% auto;
  }

  .risk > h2 {
    margin-top: 18%;
  }

  .trouble > .wrap > div > img,
  .risk > div > img {
    width: 95%;
  }

  .contents > div > div {
    margin-top: 5%;
    width: 510px;
    align-items: center;
  }

  .trouble > .wrap > h2 {
    color: #2a76e9;
    text-align: center;
    margin: 6%;
    font-size: 1.8rem;
    margin-top: 15%;
  }

  .trouble > .wrap > div > div {
    margin-top: 5%;
    width: 510px;
  }
  .trouble > .wrap > div > div > p {
    margin-bottom: 15%;
  }
  .flow > .wrap > h2 {
    margin-top: 15%;
  }

  .risk > div > p {
    line-height: 2;
    margin-left: 0%;
    margin-top: 5%;
    margin: 10% auto;
  }

  .step {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15%;
  }

  .step > div {
    max-width: 100%;
    width: 289px;
    margin-bottom: 5%;
    padding: 10%;
  }
  .test > p {
    text-align: left;
    line-height: 2;
    margin: 4%;
  }

  .test > h2 {
    line-height: 1.5;
  }
  p {
    letter-spacing: 3px;
  }

  .st {
    width: 280px;
  }
}

\*
  テーブル
  --------------------------------------------------
  */
  .contact-form-table {
  margin: 0 auto;
  padding: 40px 0;
  width: 800px;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 2px;
}

.contact-form-table th {
  width: 28%;
  padding: 10px;
  text-align: right;
  vertical-align: middle;
}

.contact-form-table td {
  padding: 10px;
  text-align: left;
}
.contact-form-table td select {
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .contact-form-wrap {
    width: 100%;
  }
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
    text-align: left;
  }
  .contact-form-table {
    margin: 0px auto;
  }
  .contact-form-table td {
    margin: 0 0 10px;
  }
  .input-big {
    width: 80%;
  }
}
.container {
  /* margin-bottom: 100px; */
}

/* input設定
-------------------------------------------------- */
.input-big,
.input-mid,
.input-min {
  padding: 10px;
  margin: 4px 0;
  box-sizing: border-box;
  background: #efefef;
  border: none;
}

.input-big {
  width: 100%;
}

.input-mid {
  width: 100%;
}

.input-min {
  width: 90px;
}

/* 確認・送信・戻るボタン
-------------------------------------------------- */
.contact-form .submits {
  text-align: center;
  padding-bottom: 40px;
}
.contact-form-wrap {
  margin: 80px auto;
  max-width: 100%;
  width: 980px;
  box-shadow: 0px 0px 10px #e2e2e2;
  background: #fff;
}

.contact-form .submits input {
  color: #fff;
  font-size: 18px;
  background: #028afa;
  border-radius: 60px;
  padding: 14px 50px;
  letter-spacing: 3px;
  font-weight: bold;
  border: none;
}

.contact-form {
  padding: 4%;
  padding-top: 8%;
}

.sb_mvp {
  text-align: center;
  margin: 60px auto;
}

.sb_mvp2 {
  margin: 200px;
}

.itc {
  margin-top: 10%;
}

.post {
  border: 1px solid #000;
  padding: 1%;
}

@media screen and (max-width: 414px) {
  .contact-form-wrap {
    margin: 70px auto;
    width: 100%;
    box-shadow: 0px 0px 10px #e2e2e2;
    background: #fff;
  }

  .contact-form .submits {
    text-align: center;
    padding-bottom: 40px;
    line-height: 70px;
  }

  .sb_mvp {
    width: 90%;
    margin: 100px auto;
    text-align: left;
  }
  .sb_mvp2 {
    margin: 100px 20px;
  }

  .contact-form .submits input {
    color: #fff;
    font-size: 18px;
    background: #028afa;
    border-radius: 60px;
    padding: 0px 50px;
    letter-spacing: 3px;
    font-weight: bold;
    border: none;
    margin: 5%;
  }
}
