#sitecontact .contentsHead {
  background-image: url(../img/sitecontact/sitecontact_head.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #sitecontact .contentsHead {
    margin-top: 0;
  }
}
#sitecontact .contentsHead h1 {
  margin: 0;
  padding: 30px 0 15px 0;
  color: white;
  text-align: center;
  font-size: 30px;
  text-shadow: 0 0 4px #2b8d42;
}
@media screen and (max-width: 768px) {
  #sitecontact .contentsHead h1 {
    font-size: 20px;
  }
}
#sitecontact .contentsHead h1:before {
  content: url(../img/sitecontact/headitem5.png);
  margin: 10px 40px 10px 10px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  #sitecontact .contentsHead h1:before {
    content: url(../img/common/headitem5s.png);
    -webkit-filter: drop-shadow(0 0 4px #2b8d42);
    -ms-filter: drop-shadow(0 0 4px #2b8d42);
    -moz-filter: drop-shadow(0 0 4px #2b8d42);
    -o-filter: drop-shadow(0 0 4px #2b8d42);
    margin: 10px;
  }
}

.contentsHead {
  width: 100%;
  min-width: 1000px;
  min-height: 50px;
  background-color: white;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contentsHead {
    min-width: 100%;
  }
}
.contentsHead .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .contentsHead .inner {
    width: 100%;
  }
}

.contentsBody {
  width: 100%;
  min-width: 1000px;
  min-height: 50px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .contentsBody {
    min-width: 100%;
  }
}
.contentsBody .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner {
    width: 100%;
  }
}
.contentsBody .inner .menuboxE {
  border-top: 1px solid #57dfb8;
  width: 225px;
}
.contentsBody .inner .menuboxE .naviBox {
  height: 60px;
}
.contentsBody .inner .menuboxE .naviBox a {
  text-decoration: none;
  color: #666666;
}
.contentsBody .inner .menuboxE .naviBox .text {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  height: 60px;
  width: 225px;
}
.contentsBody .inner .menuboxE .naviBox .text h4 {
  position: relative;
  margin: 0 0 0 30px;
  padding: 0;
  font-weight: normal;
}
.contentsBody .inner .menuboxE .naviBox .text h4:after {
  position: absolute;
  top: 7px;
  left: -31px;
  content: '';
  width: 14px;
  height: 7px;
}
.contentsBody .inner .menuboxE .c1 .naviBox {
  background-color: #baffdf;
  border: 1px solid #57dfb8;
  border-top: 0;
}
.contentsBody .inner .menuboxE .c1 .naviBox:hover {
  background-color: #d2f4e6;
}
.contentsBody .inner .menuboxE .c1 .naviBox h4:after {
  background-color: #00a497;
}
.contentsBody .inner .menuboxE .c1 .naviBox.active {
  background-color: white;
}
.contentsBody .inner .menuboxE .c1 .naviBox.active:hover {
  background-color: #d2f4e6;
}
.contentsBody .inner .menuboxE .c1 .naviBox.active a {
  color: #00a497;
}
.contentsBody .inner .contentsBox {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.contentsBody .inner .contentsBox .headbox .text h2 {
  color: #00a497;
  margin-top: 0;
  border-left: 20px solid #00a497;
  padding-left: 25px;
}
.contentsBody .inner .contentsBox .maintext {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext {
    margin-bottom: 1.5em;
  }
}
.contentsBody .inner .contentsBox .maintext .pure-form label {
  border-left: 20px solid #235723;
  padding-left: 10px;
  margin-bottom: 8px;
}
.contentsBody .inner .contentsBox .maintext .pure-form select {
  height: 3em;
}
.contentsBody .inner .contentsBox .maintext .pure-form .zipcode {
  margin-left: 8px;
}
.contentsBody .inner .contentsBox .maintext .pure-form .submitbutton {
  margin-top: 20px;
  margin-bottom: 50px;
}
.contentsBody .inner .contentsBox .maintext .pure-form .submitbutton button {
  margin-left: 20px;
}
.contentsBody .inner .contentsBox .maintext .toppagebutton {
  margin-top: 20px;
  margin-bottom: 50px;
}
.contentsBody .inner .contentsBox .maintext .mailinfo {
  margin: 20px;
  padding: 20px;
  border: 1px solid #00a497;
  border-radius: 10px;
}
.contentsBody .inner .contentsBox .maintext .buttonwrap {
  text-align: center;
  margin: 2em;
}
.contentsBody .inner .contentsBox .maintext .contactInfotext {
  font-size: 108%;
  margin: 1em 0 1em 0;
}
.contentsBody .inner .contentsBox .maintext .salesinfo {
  margin: 1em 0 1em 0;
}
.contentsBody .inner .contentsBox .maintext .salesinfo .name {
  color: #00a497;
}
.contentsBody .inner .contentsBox .maintext .salesinfo .tel {
  padding-bottom: 0.65em;
}
.contentsBody .inner .contentsBox .maintext .privacypolicy {
  margin: 10px;
  padding: 1em;
  border: 1px solid #666666;
  background-color: #Fafafa;
  font-size: 13px;
  height: 17.7em;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext .privacypolicy {
    height: 16.7em;
  }
}
.contentsBody .inner .contentsBox .maintext .privacypolicy::-webkit-scrollbar {
  width: 15px;
}
.contentsBody .inner .contentsBox .maintext .privacypolicy::-webkit-scrollbar:horizontal {
  height: 15px;
}
.contentsBody .inner .contentsBox .maintext .privacypolicy::-webkit-scrollbar-button {
  width: 15px;
  height: 15px;
  background: #666666;
}
.contentsBody .inner .contentsBox .maintext .privacypolicy::-webkit-scrollbar-thumb {
  background: #a0a0a0;
}
.contentsBody .inner .contentsBox .maintext .privacypolicy::-webkit-scrollbar-corner {
  background: #a0a0a0;
}
.contentsBody .inner .contentsBox .maintext h3 {
  color: #646464;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext h3 {
    font-size: 15px;
  }
}
.contentsBody .inner .contentsBox .maintext h3 a {
  text-decoration: underline;
  color: #00a497;
}
.contentsBody .inner .contentsBox .maintext h3 a:hover {
  text-decoration: none;
}
.contentsBody .inner .contentsBox .maintext h4.contact {
  margin: 0;
  color: #00a497;
  font-size: 110%;
}
.contentsBody .inner .contentsBox .maintext .text {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext .text {
    margin-left: 0;
  }
}

.fixed {
  position: fixed;
  top: 123px;
}

.fixed2 {
  position: absolute;
  bottom: 20px;
}

.contact_corp_confirm .pure-form label,
.contact_job_confirm .pure-form label {
  color: #00a497;
  font-weight: bold;
}

.contact_top .contentsBox {
  font-weight: bold;
  color: #3d3d3d;
}

/*# sourceMappingURL=sitecontact.css.map */
