/* ------------------------------------
// contact
----------------------------------- */
#main {
  /*color*/
}
#main .colorhd01 {
  color: #3ea400;
}
#main .inner_contact {
  background: transparent;
  border-radius: 8px 0 8px 8px;
  margin-bottom: 70px;
  padding: 40px 38px;
  min-height: 600px;
}

#footer {
  background: #46b332;
  padding: 4.5em 1em 2em;
}
#footer p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer {
    border-bottom: 10px solid #46b332;
    background: #fff;
    padding-top: 3em;
  }
  #footer p {
    color: #46b332;
  }
}

/* header*/
header .hd01 {
  margin: 0 auto 50px;
  text-align: center;
  max-width: 1024px;
}
header .hd01 div {
  margin-left: 144px;
}
header .hd01 h1 {
  border-bottom: 2px dotted #46b332;
  line-height: 1;
  padding-bottom: 23px;
}
header .hd01 h1.h_title {
  font-size: 5rem;
  color: #584b3a;
}
header .hd01 h1.h_title::before {
  content: "";
  width: 58px;
  height: 58px;
  background: url(img/cmn/icon_h_green.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 1200px) {
  header .hd01 div {
    margin: 0 15px 0 20vw;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  header .hd01 h1 img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
  }
  header .categoryimg {
    margin-bottom: 15.4vw;
  }
  header .categoryimg > div {
    margin: 0;
    padding-top: 22.6vw;
  }
  header .categoryimg > div:before {
    background: url("img/cmn/icon_hd_01.png") no-repeat;
    background-size: 17vw auto;
    bottom: -8.9vw;
    height: 17vw;
    left: 8vw;
    width: 17vw;
  }
  header .categoryimg > div div {
    width: 42.7vw;
  }
  header .categoryimg > div p {
    left: 4.5vw;
    position: absolute;
    top: 4.1vw;
    width: 46.9vw;
  }
  header .categoryimg > div p img {
    height: auto;
    width: 100%;
  }
  header .hd01 {
    margin: 0 4.5vw 8vw;
  }
  header .hd01 div {
    margin: 0;
  }
  header .hd01 h1 {
    margin: 0 auto 2.9vw;
    padding-bottom: 3vw;
  }
  header .hd01 h1 img {
    height: 6.9vw;
    width: auto;
  }
  header .hd01 h1.h_title {
    font-size: 2.5rem;
  }
  header .hd01 h1.h_title::before {
    width: 6.9vw;
    height: 6.9vw;
    background-size: 100% auto;
    margin-right: 10px;
  }
  header .hd01 p img {
    margin: 0 auto;
    width: 56vw;
  }
}

/*contents*/
#contents {
  margin: 0 auto;
  max-width: 1024px;
}
#contents #main {
  margin-left: 144px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  #contents #main {
    margin-left: 20vw;
  }
}
@media screen and (max-width: 1023px) {
  #contents #main {
    margin: 0 15px;
  }
}

#main > section .inner {
  background: #fff;
  border-radius: 8px 0 8px 8px;
  margin-bottom: 70px;
  padding: 40px 38px;
}
#main > section h2 {
  text-align: right;
}
#main > section h2 span {
  background: #46b332;
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 4px 0 5px;
  text-align: center;
  width: 12em;
}

@media screen and (max-width: 767px) {
  #contents {
    margin: 0;
  }
  #contents #main {
    margin: 0 4.5vw;
  }
  #contents #main > section .inner {
    padding: 7.7vw 3.7vw;
    margin-bottom: 6.6vw;
  }
}
/*side*/
article {
  position: relative;
}

#sidemenu ul li a {
  border-color: #46b332;
  color: #46b332;
}
#sidemenu ul li a.current, #sidemenu ul li a:hover {
  background: #46b332;
}
@media screen and (max-width: 1023px) {
  #sidemenu {
    display: none;
  }
  #sidemenu ul {
    border-color: #46b332;
    width: auto;
  }
  #sidemenu ul li a {
    padding-left: 1rem;
  }
  #sidemenu ul li a.current {
    color: #fff;
  }
  #sidemenu ul li a:hover {
    color: #46b332;
    background: none;
  }
  #sidemenu ul li a::after {
    transform: rotate(-90deg);
  }
}

.contact_form table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.contact_form table tbody th {
  background: #46b332;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  padding: 1rem;
  text-align: left;
  width: 25%;
}
.contact_form table tbody td {
  background: #F2F9EB;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 2rem;
}
.contact_form table tbody td input,
.contact_form table tbody td textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #ccc;
  font-size: 1.7rem;
}
.contact_form table tbody td textarea {
  height: 200px;
  font-size: 17px;
}
.contact_form .btn {
  text-align: center;
  position: relative;
}
.contact_form .btn input[type=submit] {
  border: none;
  background: #46b332;
  color: #fff;
  text-align: center;
  padding: 0.8em 0;
  min-width: 300px;
  font-size: 1.9rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  margin: 4rem;
}
.contact_form .btn button.back {
  padding: 0.8em 2em;
  font-size: 1.9rem;
  background: #ddd;
  position: absolute;
  left: 0;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .contact_form table tbody th {
    display: block;
    width: auto;
  }
  .contact_form table tbody td {
    display: block;
  }
  .contact_form table tbody td textarea {
    height: 100px;
  }
  .contact_form .btn input, .contact_form .btn button {
    min-width: 0;
    width: 100%;
  }
  .contact_form .btn input[type=submit] {
    margin: 1rem 0;
  }
  .contact_form .btn button.back {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=zaitaku_contact.css.map */