@charset "UTF-8";
/* Scss Document */
html body .container {
  margin-top: 100px;
}
html body .container h1 {
  font-size: 0.8em;
  margin-top: 10px;
}
html body .container .contents {
  margin: 0 0 150px;
}
html body .container .text-center {
  text-align: center;
}
html body .container h2 {
  font-size: 1.6em;
  padding: 20px 0 10px;
  border-bottom: 1px solid darkgray;
  margin-bottom: 30px;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 900;
}
html body .container .inquiry {
  /*---- /ご紹介問い合わせ -----*/
}
html body .container .inquiry .campaign {
  padding: 20px 15px;
  background-color: seashell;
  border-radius: 5px;
  margin-bottom: 40px;
}
html body .container .inquiry .campaign .index {
  text-align: center;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-size: 1.2em;
}
html body .container .inquiry .campaign .wrapper {
  padding: 0 16px;
}
html body .container .inquiry .campaign .wrapper .comment {
  line-height: 2em;
  font-size: 0.9em;
}
html body .container .inquiry .campaign .wrapper .comment-list {
  list-style-type: none;
  padding-left: 0.8em;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.8em;
}
html body .container .inquiry .campaign .wrapper .comment-list .list-item {
  text-indent: -0.8em;
}
html body .container .inquiry .row {
  width: 90%;
  margin: 0 auto;
}
html body .container .inquiry .table_th {
  font-weight: bold;
  font-size: 0.9em;
  padding: 8px 5px;
  text-align: center;
}
html body .container .inquiry .table_th i {
  font-size: 0.5em;
  color: red;
  margin-left: 10px;
  vertical-align: middle;
}
html body .container .inquiry .table_th, html body .container .inquiry .table_td {
  margin: 10px 0;
  outline: none;
}
html body .container .inquiry .table_td input {
  font-size: 0.8em;
}
html body .container .inquiry .table_td .input_text {
  width: 100%;
}
html body .container .inquiry .table_td textarea {
  width: 100%;
  height: 200px;
}
html body .container .inquiry .table_td ul {
  list-style: none;
  padding: 0;
  font-size: 0.8em;
  margin-top: 15px;
}
html body .container .inquiry .table_td .attention {
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 0.8em;
}
html body .container .inquiry .question_sentence {
  text-align: left;
}
html body .container .inquiry .send_form {
  margin-top: 24px;
  padding: 15px 0px;
  background-color: #2582DF;
  width: 80%;
  outline: none;
}
html body .container .inquiry .send_form:hover {
  text-decoration: none;
  background-color: #19528B;
}
html body .container .inquiry .back_btn {
  margin-top: 24px;
  padding: 15px 0px;
  background-color: #AAAAAA;
  width: 80%;
}
html body .container .inquiry .back_btn:hover {
  text-decoration: none;
  background-color: #888888;
}
html body .container .inquiry .notice {
  padding: 10px;
  color: red;
  font-size: smaller;
  font-weight: bold;
}
html body .container .contact_btn, html body .container .line_chat, html body .container .panorama_btn, html body .container .checked_list, html body .container .send_form, html body .container .back_btn {
  border-radius: 3px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}
html body .container .contact_btn:focus, html body .container .line_chat:focus, html body .container .panorama_btn:focus, html body .container .checked_list:focus, html body .container .send_form:focus, html body .container .back_btn:focus {
  outline: none;
}
html body .container .search .search_btn {
  text-align: center;
  margin: 15px auto;
  font-size: 0.8em;
}
html body .container .search .search_btn i {
  font-size: 3em;
  margin-bottom: 10px;
}
html body .container .search .search_btn a {
  display: block;
  padding: 20px 0px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  color: black;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
html body .container .search .search_btn a:hover {
  text-decoration: none;
  background-color: yellow;
}
html body .container .search_bottom {
  padding-top: 30px;
  border-top: 1px solid darkgray;
}
html body .container .thanks {
  margin: 20px 0;
}
html body .container .sorry {
  margin: 20px 0;
}

/*# sourceMappingURL=style.css.map */
