@charset "utf-8";

/* ~company~ */
/* about */
.about-title{
    margin: -350px 0 0 0;
    color: var(--bs-white);
  }
.about-txt-jp {
    font-size: var(--font14);
    line-height: 2.2rem;
    margin-top: 50px;
    color: #fff;
}
.about-txt-en {
    font-size: var(--font13);
    line-height: 1.6rem;
    color: #cfcfcf;
}
.about-txt-jp span{
  font-size: var(--font10);
}
  .about-img{
    margin: -350px 0 0 0;
    width: 450px;
}
.aboutwrap{
justify-content: space-between;
}

@media (max-width: 992px){
.aboutwrap{
  flex-direction: column;
}
.about-img{
  margin: 50px auto;
}
.about-title {
    margin: -110px 0 0 0;
}
.about-txt-jp {
    margin-top: 60px;
    color: #333;
}
.about-txt-en {
    color: #999;
}
}
@media (max-width: 576px){
.about-txt-jp {
  margin-top: 80px;
  padding: 0 2%;
}
.about-txt-en {
  padding: 0 2%;
  line-height: 1.3rem;
}
.about-img{
  padding: 0 4%;
}
}

/* marugos */
span.s{
    font-size: 16px;
}
.ms-txt-jp {
    font-size: var(--font14);
    line-height: 2.0rem;
}
.ms-txt-jp span{
  font-size: var(--font10);
}
.ms-txt-en {
    font-size: var(--font13);
    line-height: 1.3rem;
    color: #999;
}
.ms-txt-en span{
  font-weight: bold;
  color: #777;
  font-size: var(--font14);
  padding: 0 0 0.5rem;
  display: inline-block;
}
@media (max-width: 576px){
  .ms-txt-jp {
    padding: 0 4%;
    text-align: left;
  }
  .ms-txt-en {
    padding: 0 4%;
    text-align: left;
  }
}
/* vision */
#mission h3 {
  font-size: var(--font20);
  line-height: 2.4rem;
  word-break: auto-phrase;
}
#vision h3,#ism h3 {
    font-size: var(--font24);
    line-height: 2.8rem;
}
@media (max-width: 576px){
  #mission h3,#vision h3,#ism h3 {
    padding: 0 4%;
    font-size: var(--font18);
    line-height: 1.8rem;
    margin-bottom: 1rem;
}
  #mission h3 {
  letter-spacing: 0.1rem;
}
}

/* profile */
#profile ul {
    padding: 0;
    margin: 0;
}
#profile ul li {
    list-style: none;
    border-bottom: solid 1px #ccc;
    padding: 2em 1em;
}
#profile ul li:first-child {
    border-top: solid 1px #ccc;
}
#profile ul li dl {
    display: flex;
    flex-direction: row;
}
#profile ul li dt {
  font-weight: bold;
  font-size: var(--font14);
  display: flex;
  flex-direction: column;
  width: 25%;
  line-height: 1.8rem;
}
#profile ul li dd {
    display: flex;
    flex-direction: column;
    width: 75%;
    font-size: var(--font14);
    line-height: 1.8rem;
}
#profile ul li span {
  font-size: var(--font13);
  font-weight: normal;
  line-height: 1.8rem;
  color: #999;
}
#profile iframe {
    width: 100%;
    height: 400px;
    border: 0;
    margin: 0 0 -100px 0;
}

@media (max-width: 576px){
#profile ul li dl {
    display: flex;
    flex-direction: column;
}
#profile ul li dt {
    width: 100%;
    margin: 0 0 1em;
    font-weight: bold;
}
#profile ul li span {
  font-weight: normal;
  line-height: 1.4rem;
}
#profile ul li dd {
    width: 100%;
}
#profile iframe {
    height: 300px;
}
}

/* history */
#history h3 {
  font-size: var(--font16);
  line-height: 1.6rem;
    font-weight: normal;
    margin: 0 0 1rem;
}
#history h3 span {
    font-size: var(--font13);
    line-height: 1.8rem;
    color: #999;
    letter-spacing: 0.1em;
}
#history ul {
    font-size: var(--font14);
    line-height: 1.8rem;
    font-weight: normal;
    padding: 0;
    margin: 0 0 5em;
}
#history ul.ul-btm {
    margin: 0 0 0.5rem;
}
#history ul li {
    list-style: none;
    border-bottom: solid 1px #ccc;
    padding: 1em;
}
#history ul li:first-child {
    border-top: solid 1px #ccc;
}
#history ul li dl {
    display: flex;
    flex-direction: row;
}
#history ul li dt {
    font-weight: normal;
    display: flex;
    flex-direction: column;
    width: 25%;
}
#history ul li dd {
    display: flex;
    flex-direction: column;
    width: 75%;
}
#history ul li span {
    font-size: var(--font13);
    line-height: 1.8rem;
    color: #999;
}
#history p {
  font-size: var(--font13);
  line-height: 1.6rem;
  font-weight: normal;
  padding: 0;
  margin: 1rem 0 0 1rem;
}
#history p span {
  font-size: var(--font11);
  line-height: 1.8rem;
  color: #999;
}

@media (max-width: 576px){
    #history ul li dl {
    display: flex;
    flex-direction: column;
}
#history ul li dt {
    width: 100%;
    margin: 0 0 1em;
    font-weight: bold;
}
#history ul li span {
    font-weight: normal;
}
#history ul li dd {
    width: 100%;
}
#history h3 span {
  line-height: 1.4rem;
}
}

/* publication */
#publication ul {
  padding: 0;
  margin: 0;
  height: 20rem;
  overflow-y: auto;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 576px){
  #publication ul {
    height: 30rem;
  }
}
#publication ul li {
  list-style: none;
  border-bottom: solid 1px #ccc;
  padding: 2em 1em;
}
#publication ul li:first-child {
  border-top: solid 1px #ccc;
}
#publication ul li dl {
  display: flex;
  flex-direction: row;
}
#publication ul li dt {
font-weight: bold;
font-size: var(--font14);
display: flex;
flex-direction: column;
width: 25%;
line-height: 1.8rem;
}
#publication ul li dd {
  display: flex;
  flex-direction: column;
  width: 75%;
  font-size: var(--font14);
  line-height: 1.8rem;
}
#publication ul li dd a{
  color: #000;
}
#publication ul li dd a:hover{
  opacity: 0.5;
}
#publication ul li span {
font-size: var(--font13);
font-weight: normal;
line-height: 1.8rem;
color: #999;
}
#publication ul li a i {
padding-left: .1rem;
}
#publication iframe {
  width: 100%;
  height: 400px;
  border: 0;
  margin: 0 0 -100px 0;
}

@media (max-width: 576px){
#publication ul li dl {
  display: flex;
  flex-direction: column;
}
#publication ul li dt {
  width: 100%;
  margin: 0 0 1em;
  font-weight: bold;
}
#publication ul li span {
font-weight: normal;
line-height: 1.4rem;
}
#publication ul li dd {
  width: 100%;
}
#publication iframe {
  height: 300px;
}
}

/* company-expansion */
.company-expansion-imgl {
  max-width: 450px;
}
@media (max-width: 576px){
  .company-expansion-imgl {
    width: 94%;
    margin: 0 auto;
  }
  .company-expansion-txt {
    width: 94%;
    margin: 0 auto;
}
}
.company-expansion-imgl a img:hover{
  opacity: 0.6;
}
.company-expansion-txt h3{
  font-size: var(--font20);
  line-height: 2.0rem;
  margin: 2rem 0 1rem;
}
.company-expansion-txt-jp{
  font-size: var(--font13);
  line-height: 2rem;
}
.company-expansion-txt-en{
  font-size: var(--font13);
  line-height: 1.6rem;
  color: #999;
  margin: 0 0 1rem;
}
.company-expansion-txt .hp a {
  position: relative;
  background: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 10px 30px 10px 40px;
  color: #fff;
  font-size: var(--font12);
  line-height: 1.3;
  text-decoration: none;
  float: right;
}
.company-expansion-txt .hp a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  left: 10px;
}
.company-expansion-txt .hp a:hover {
  background: #fff;
  color: #000000;
}
.company-expansion-txt .hp a:hover:before {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

/* #section1-company */
#section1-company{
    position: relative;
    z-index: 2;
    padding: 0 0 160px;
    background: var(--theme-gray);
  }
#section2-company{
    position: relative;
    z-index: 2;
    min-height: 300px;
    background: var(--theme-gray);
    padding: 0 0 5em;
  }
#section3-company{
    position: relative;
    z-index: 2;
    min-height: 500px;
    background: var(--bs-white);
    padding: 5em 0;
  }
#section4-company{
    position: relative;
    z-index: 2;
    min-height: 500px;
    background: var(--theme-gray);
    padding: 5em 0;
  }
#section5-company{
    position: relative;
    z-index: 3;
    min-height: 500px;
    background: var(--bs-white);
    padding: 5em 0 0;
  }
#section6-company{
    position: relative;
    z-index: 2;
    min-height: 500px;
    background: var(--theme-gray);
    padding: 15em 0 5em;
  }
#section7-company{
  position: relative;
  z-index: 3;
  min-height: 400px;
  background: var(--bs-white);
  padding: 5em 0 5em;
}
#section8-company{
  position: relative;
  z-index: 2;
  min-height: 500px;
  background: var(--theme-gray);
  padding: 5em 0 5em;
}
  @media (max-width: 992px){
    #section1-company{
      padding: 0 0 10px;
    }
    #section2-company {
      padding: 5em 0 5em;
  }
  }

/* ~brands~ */
/* our-brands */
.our-brands-title{
    margin: -350px 0 0 0;
    color: var(--bs-white);
  }
.our-brands-txt-jp {
  font-size: var(--font14);
  line-height: 2.2rem;
  margin-top: 50px;
    color: #fff;
}
.our-brands-txt-en {
  font-size: var(--font13);
  line-height: 1.6rem;
    color: #cfcfcf;
}
.our-brands-img{
  margin: -350px 0 0 0;
  width: 450px;
}
.our-brandswrap{
  justify-content: space-between;
}
.brands-box-txt-en {
  font-size: var(--font13);
  line-height: 1.3rem;
  color: #999;
}

  @media (max-width: 992px){
    .our-brandswrap{
      flex-direction: column;
    }
  }
  @media (max-width: 992px){
    .our-brands-img{
    margin: 50px auto;
  }
  .our-brands-title {
      margin: -110px 0 0 0;
  }
  .our-brands-txt-jp {
      margin-top: 60px;
      color: #333;
  }
  .our-brands-txt-en {
      color: #999;
  }
  }
  @media (max-width: 576px){
    .our-brands-txt-jp {
    margin-top: 80px;
    padding: 0 2%;
  }
  .our-brands-txt-en {
    padding: 0 2%;
    line-height: 1.3rem;
  }
  .our-brands-img{
    padding: 0 4%;
  }
  }

/* explanation */
.explanationwrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
/* area */
.area-title{
    margin: 0;
    color: #000;
    text-align: center;
  }
  .area-shopwrap {
    margin: 50px 0 0;
    display: flex;
  }
  .area-shopwrap .box{
    padding: 0 4% 4%;
    position: relative;
  }
  .area-shopwrap .box-imgwrap {
    position: relative;
  }
  .area-shopwrap .box-imgwrap img{
    filter: brightness(0.7);
  }
  .area-shopwrap .box-imgwrap img.uns {
    filter: unset;
  }
.area-shopwrap .box-imgwrap img.emp { 
  filter: brightness(0) invert(1);
  opacity: 0;
  }
  .area-shopwrap .box-imgwrap p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
    color: var(--bs-white);
    font-family: "AvenirLTPro-Heavy";
  }
  .area-shopwrap .box-imgwrap p img{
    filter: brightness(1);
    width: 40%;
    margin: 0 auto;
  }
  .area-shopwrap .box-imgwrap p img.bgw {
    background: rgb(255 255 255 / 80%);
    padding: 10px;
    width: 40%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .area-shopwrap .box-imgwrap p img.white {
    filter: brightness(0) invert(1);
    width: 40%;
  }
  .box-txtwrap h3 {
    font-size: var(--font13);
    text-align: right;
    margin: 0.3rem 0;
}
.box-txtwrap p {
    font-size: var(--font13);
    margin: 0 0 1em;
    line-height: 1.7em;
}
.box-txtwrap ul {
    margin: 0;
    padding: 0;
    font-size: var(--font13);
}
.box-txtwrap li {
    margin: 0 0 0.3em;
    list-style-type: none;
}
.box-txtwrap li.hp {
  text-align: right;
  margin: 1rem 0;
}
.box-txtwrap li a {
  position: relative;
  background: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 10px 30px 10px 40px;
  color: #fff;
  font-size: var(--font12);
  line-height: 1.3;
  text-decoration: none;
}
.box-txtwrap li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  left: 10px;
}
.box-txtwrap li a:hover {
  background: #fff;
  color: #000000;
}
.box-txtwrap li a:hover:before {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

@media (max-width: 576px){
    .area-shopwrap {
      margin: 20px 0 0;
    }
    .area-shopwrap .box-imgwrap p {
      font-size: var(--font11);
    }
    .area-shopwrap .box {
      padding: 0 1% 4%;
  }
  .box-txtwrap p {
    line-height: 1.8rem;
}
.box-txtwrap p.brands-box-txt-en {
  line-height: 1.3rem;
}
  }

/* #section1-brands */
#section1-brands{
    position: relative;
    z-index: 2;
    min-height: 200px;
    background: var(--theme-gray);
  }
#section2-brands{
    position: relative;
    z-index: 2;
    min-height: 300px;
    background: var(--theme-gray);
    padding: 0 0 5em;
  }
#section3-brands{
    position: relative;
    z-index: 2;
    min-height: 500px;
    background: var(--bs-white);
    padding: 5em 0;
  }
#section4-brands{
    position: relative;
    z-index: 2;
    min-height: 500px;
    background: var(--theme-gray);
    padding: 5em 0;
  }
#section5-brands{
    position: relative;
    z-index: 3;
    min-height: 500px;
    background: var(--bs-white);
    padding: 5em 0;
  }
#section6-brands{
    position: relative;
    z-index: 2;
    min-height: 500px;
    background: var(--theme-gray);
    padding: 5em 0;
  }
#section7-brands{
    position: relative;
    z-index: 2;
    min-height: 500px;
    background: var(--bs-white);
    padding: 5em 0;
  }
  ul.area-btn {
    display: flex;
    margin: 3rem auto 0;
    padding: 0;
    flex-direction: row;
    justify-content: center;
}
ul.area-btn li{
  list-style-type: none;
}
ul.area-btn li a {
  display: block;
  background: #fff;
  border: solid 1px #000;
  padding: 0.8rem 0.5rem 0.8rem 1rem;
  width: 130px;
  margin: 0.5rem;
  text-decoration: none;
  color: #000;
  position: relative;
  line-height: 1.1rem;
}
ul.area-btn li a span{
  font-size: var(--font10);
  display: block;
}
@media (max-width: 992px){
  ul.area-btn li a span {
    display: inline;
    padding-left: 1rem;
    font-size: var(--font12);
}
}
ul.area-btn li a:hover {
  background: #000;
  color: #fff;
}
ul.area-btn li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  left: 10px;
}
ul.area-btn li a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (max-width: 992px){
  #section2-brands {
    padding: 5em 0 5em;
  }
  ul.area-btn {
    margin: 2rem auto 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
ul.area-btn li a {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  width: 300px;
  text-align: left;
}
}
@media (max-width: 576px){
  .box-emp {
  display: none;
  }

}

/* ~recruit~ */
.recruit-title{
  margin: -350px 0 0 0;
  color: var(--bs-white);
}
.recruit-txt-jp {
  font-size: var(--font14);
  line-height: 2.2rem;
  margin-top: 50px;
  color: #fff;
}
.recruit-txt-en {
  font-size: var(--font13);
  line-height: 1.6rem;
  color: #cfcfcf;
}
.recruit-img{
  margin: -350px 0 0 0;
  width: 450px;
}
.recruitwrap{
  justify-content: space-between;
}
@media (max-width: 992px){
  .recruitwrap{
    flex-direction: column;
  }
}
@media (max-width: 992px){
  .recruit-img{
  margin: 50px auto;
}
.recruit-title {
    margin: -80px 0 0 0;
}
.recruit-txt-jp {
    margin-top: 60px;
    color: #333;
}
.recruit-txt-en {
    color: #999;
}
}
@media (max-width: 576px){
  .recruit-txt-jp {
  margin-top: 80px;
  padding: 0 2%;
}
.recruit-txt-en {
  padding: 0 2%;
  line-height: 1.3rem;
}
.recruit-img{
  padding: 0 4%;
}
}

/* staff */
#staff h3, #employment h3{
  font-size: var(--font24);
  line-height: 2.8rem;
}
#employment li span{
  font-size: var(--font10);
}
@media (max-width: 576px){
  #staff h3, #employment h3 {
  padding: 0 4%;
  font-size: var(--font20);
  line-height: 2.0rem;
  margin-bottom: 1rem;
}
}
.form-btn a {
  position: relative;
  background: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 15px 0px;
  color: #fff;
  font-size: var(--font18);
  line-height: 1.3;
  text-decoration: none;
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
}
.form-btn a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  left: 15px;
}
.form-btn a:hover {
  background: #fff;
  color: #000000;
}
.form-btn a:hover:before {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
@media (max-width: 576px){
  .form-btn {
    text-align: center;
}
.form-btn a {
  width: 92%;
  display: block;
  margin: 0 auto;
}
}

/* voice */
#voice h3 {
  font-size: var(--font20);
  line-height: 1.8rem;
  font-weight: normal;
}

.voicewrap ul {
  font-size: var(--font14);
  line-height: 1.8rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.voicewrap ul li {
  list-style: none;
  border-bottom: solid 1px #ccc;
  padding: 3em 1em;
}
.voicewrap ul li:first-child {
  border-top: solid 1px #ccc;
}
.voicewrap ul li dl {
  display: flex;
  flex-direction: row;
}
.voicewrap ul li dt {
  font-weight: normal;
  display: flex;
  flex-direction: column;
  width: 25%;
}
.voicewrap ul li dt img{
  width: 150px;
  clip-path: circle(46%);
}
.voicewrap ul li dd {
  display: flex;
  flex-direction: column;
  width: 75%;
}
.voicewrap ul li span {
  font-size: var(--font14);
  line-height: 1.8rem;
  color: #999;
}
.voicewrap ul li dd p{
  margin: 1em 0 0;
}

@media (max-width: 1200px){
  .voicewrap ul li dd {
    margin: 0 0 0 1rem;
}
}
@media (max-width: 576px){
  .voicewrap ul li dl {
  display: flex;
  flex-direction: column;
}
.voicewrap ul li dt {
  width: 100%;
  margin: 0 0 1em;
}
.voicewrap ul li dd {
  width: 100%;
  margin: 0 0 0 0rem;
}
}

/* #section1-recruit */
#section1-recruit{
  position: relative;
  z-index: 2;
  min-height: 200px;
  background: var(--bs-white);
}
#section3-recruit{
  position: relative;
  z-index: 2;
  min-height: 500px;
  background: var(--bs-white);
  padding: 0em 0 5em;
}
#section4-recruit{
  position: relative;
  z-index: 2;
  min-height: 500px;
  background: var(--theme-gray);
  padding: 5em 0;
}
#section5-recruit{
  position: relative;
  z-index: 3;
  min-height: 500px;
  background: var(--bs-white);
  padding: 5em 0 10em;
}
@media (max-width: 992px){
  #section3-recruit{
    padding: 2em 0 2em;
}
}

/* ~contact~ */
.contact-title{
  margin: -350px 0 0 0;
  color: var(--bs-white);
}
.contact-txt-jp {
  font-size: var(--font14);
  line-height: 2.2rem;
  margin-top: 50px;
  color: #fff;
}
.contact-txt-en {
  font-size: var(--font13);
  line-height: 1.6rem;
  color: #cfcfcf;
}
.contactwrap{
  justify-content: space-between;
}
@media (max-width: 992px){
  .contactwrap{
    flex-direction: column;
  }
  .contact-img{
    margin: 50px auto;
  }
  .contact-title {
      margin: -90px 0 0 0;
  }
  .contact-txt-jp {
      margin-top: 80px;
      color: #333;
      padding: 0 2% 0px;
  }
  .contact-txt-en {
      color: #999;
      padding: 0 2% 2rem;
      line-height: 1.3rem;
  }
}

/* #section1-contact */
#section1-contact{
  position: relative;
  z-index: 2;
  min-height: 80px;
  background: var(--bs-white);
}
#section3-contact{
  position: relative;
  z-index: 2;
  min-height: 500px;
  background: var(--bs-white);
  padding: 0 0 150px;
}
@media (max-width: 767px){
  #section1-contact{
    min-height: 80px;
  }
}

/* form */

.stepBar {
    display: flex;
    max-width: 400px;
    position: relative;
    margin: 1rem auto 2rem;
    text-align: center;
    padding: 0;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
    background: #e0a7a7;
    content: "";
    width: calc(100% - 40px);
    height: 4px;
    position: absolute;
    left: calc(-50% + 20px);
    top: 18px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
    background: #e0a7a7;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    margin-bottom: 5px;
    line-height: 40px;
    width: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
}
.stepBar .visited:after {
  background: var(--theme-red);
}
.stepBar .visited span {
  background: var(--theme-red);
}

#formWrap {
	width:700px;
	margin:0 auto;
	line-height:1.8em;
}
table.formTable{
	width:100%;
	margin:0 auto;
}
table.formTable tr{
    display: flex;
    flex-direction: column;
	margin: 0 0 1.5em;
}
table.formTable th{
	font-weight:normal;
	text-align:left;
	font-size: var(--font14);
}
input, select {
  font-size: var(--font15);
  padding: 5px 10px;
    margin: 0;
	background: #efefef;
    border: 0;
    cursor: pointer;
}
select {
    width: 270px;
    height: 37px;
    appearance: none;
    -webkit-appearance: none;
    background: #efefef url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    color: #000;
}
input[type="text"],input[type="email"] {
    width: 100%;
}
textarea {
    width: 100%;
	padding: 10px;
    margin: 0;
	background: #efefef;
    border: 0;
}
textarea:focus,select:focus,input[type="text"]:focus,input[type="email"]:focus  {
  outline: 2px solid var(--theme-red);
}
input[type="submit"] {
    width: 700px;
	  padding: 15px 0px;
    margin: 0 auto;
	  background: #000;
    color: #fff;
    font-size: var(--font14);
    border: 0;
    height: 60px;
    appearance: none;
    -webkit-appearance: none;
    border: solid 1px #000;
}
input[type="submit"]:hover {
    background: #fff;
    color:#000;
}
::placeholder {
    color: #aaa;
    font-weight: normal;
  }
/* input:-internal-autofill-selected {
    background-color: #efefef;
} */

@media (max-width:992px) {
table.formTable {
	margin: 20px auto 0;
}
table.formTable th {
    font-size: var(--font13);
}
#formWrap {
	width:100%;
	margin:0 auto;
  padding: 0 10%;
}
form input[type="text"],input[type="email"], form textarea {
	width: 98%;
}
form input[type="submit"]{
	display:block;
	width:100%;
}
.submitwrap {
    width: 98%;
}

}