/* CSS Document */
div#wcDebug{
  display: none;
}
main{
  width: 100vw;
  background-color: #bce4cd;
}
div.contact{
  padding: var(--headerHeight) 0 var(--headerHeight) 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] div.contact{
  padding: var(--headerHeight) 1rem var(--headerHeight) 1rem;
}
body[wc-view-type="tb"] div.contact{
  padding: var(--headerHeight) 4rem var(--headerHeight) 4rem;
}
body[wc-view-type="tb-l"] div.contact{
  padding: var(--headerHeight) 4rem var(--headerHeight) 4rem;
}
div.contact > p{
  text-align: center;
  line-height: 2rem;
  margin-bottom: 1rem;
}
body[wc-view-type="sp"] div.contact > p{
  text-align: left;
}
body[wc-view-type="pc"] div.contact > p{
  width: 800px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
div.contact div.contact_block{
  box-sizing: border-box;
  padding: 1.5rem;
  background-color: #fff;
}
body[wc-view-type="sp"] div.contact div.contact_block{
  padding: 1rem;
}
body[wc-view-type="pc"] div.contact div.contact_block{
  width: 800px;
  margin: 0 auto;
}
div.contact div.contact_block form{
}
div.contact div.contact_block form dl{
  margin-bottom: 1rem;
}
div.contact div.contact_block form dl dt{
  padding-left: 1.5rem;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
}
div.contact div.contact_block form dl dt::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 1.2rem;
  height: 1.5rem;
  background-image: url("../img/happa.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
::placeholder{
  color: rgba(0,170,110,0.5);
}
div.contact div.contact_block form dl dd{
}
div.contact div.contact_block form dl dd input{
  border: solid 1px #00aa6e;
  line-height: 40px;
  font-size: 0.9rem;
}
div.contact div.contact_block form dl dd textarea{
  border: solid 1px #00aa6e;
  font-size: 0.9rem;
}
div.soushin{
  display: table;
  margin: 0 auto;
}
div.soushin button{
  background-color: #05aa00;
  padding:0.5rem 3rem 0.35rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
div.soushin button span{
  display: table;
  margin: auto;
  background-color: var(--wcLogoSvg);
  background-color: #fff;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  z-index: 1;
}