/* Scss Document */
/* line 4, ../scss/contact.scss */
#contents_wrap .caption {
  display: inline-block;
  margin-left: 50%;
  padding: 0 10px;
  left: -100px;
  position: relative;
  background-color: #fff;
}

/* line 14, ../scss/contact.scss */
.ct {
  padding: 50px 0 80px;
  position: relative;
}
/* line 17, ../scss/contact.scss */
.ct form {
  margin-top: 50px;
  width: 100%;
  color: #333;
}
/* line 22, ../scss/contact.scss */
.ct th {
  width: 30%;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px 0;
}
/* line 28, ../scss/contact.scss */
.ct th span {
  color: #ff0000;
  font-size: 14px;
  margin-left: 5px;
  vertical-align: bottom;
}
/* line 35, ../scss/contact.scss */
.ct table {
  width: 100% !important;
  margin: 0;
}
/* line 39, ../scss/contact.scss */
.ct td {
  vertical-align: middle;
  padding: 10px 0;
}
/* line 43, ../scss/contact.scss */
.ct input {
  height: 1.8em;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #aaa;
  width: 95%;
}
/* line 51, ../scss/contact.scss */
.ct input#namae {
  width: 60%;
}
/* line 54, ../scss/contact.scss */
.ct #yuubin {
  width: 40%;
}
/* line 57, ../scss/contact.scss */
.ct #tel {
  width: 60%;
}
/* line 60, ../scss/contact.scss */
.ct textarea {
  width: 100%;
  height: 10em;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #aaa;
}
/* line 68, ../scss/contact.scss */
.ct #form-center {
  display: flex;
  justify-content: center;
}
/* line 72, ../scss/contact.scss */
.ct input.submit_button {
  width: 170px;
  height: 60px;
  line-height: 60%;
  padding: 15px 0;
  font-size: 1.2em;
  background-color: #204978;
  color: #fff;
  font-weight: bold;
  border-style: none;
  text-align: center;
  margin: 30px 20px;
  border-radius: 5px;
  transition: .3s;
}
/* line 88, ../scss/contact.scss */
.ct input.submit_button:hover {
  opacity: 0.7;
  filter: Alpha(opacity=70);
}

/* line 94, ../scss/contact.scss */
.ct::after {
  content: "";
  display: block;
  background-color: #ccc;
  width: 120%;
  height: 2px;
  position: absolute;
  top: -5.5%;
  left: -10%;
  z-index: -1;
}

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