@charset "UTF-8";

.pagetitle {
  background: url(../faq/images/pagetitle_bg.png);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 227%;
  font-weight: 500;
  padding: 0.4em;
  border-radius: 10px;
  margin-bottom: 1em;
}
.pagetitle img {
  max-width: 61px;
  width: 100%;
  margin-right: 1em;
  height: auto;
}

/* 検索フォーム */

.searchbox input[type="text"], input[type="tel"], input[type="email"] {
  font-size: 100%;
}
.searchbox input[type="submit"],
.searchbox input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.searchbox input[type="submit"]::-webkit-search-decoration,
.searchbox input[type="button"]::-webkit-search-decoration {
  display: none;
}
.searchbox input[type="submit"]::focus,
.searchbox input[type="button"]::focus {
  outline-offset: -2px;
}
.searchbox {
  background: #fef9cf;
  padding: 1em 1em;
  margin-bottom: 2em;
}
#main .searchbox p {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.searchbox input[type="text"] {
  border-radius: 0;
  border: 0 none;
  padding: 5px 9px;
  box-sizing: border-box;
  width: 80%;
  height: 35px;
  font-size: 116%;
  border: 1px solid #2b93b5;
}
.searchbox button[type="submit"] {
  height: 35px;
  background: #2b93b5;
  color: #fff;
  box-sizing: border-box;
  width: 20%;
  text-align: center;
  border: 0 none;
  font-size: 116%;
  cursor: pointer;
  line-height: 1;
}
.searchbox button[type="submit"] img {
  vertical-align: middle;
  width: 23px;
  height: auto;
  margin-right: 5px;
}

/* 傷の悩み 無料相談 */

#counseling .red {
  color: #f00;
}
#main .chui {
  background: #fef9cf;
  text-align: center;
  padding: 1.5em 0.5em;
  margin-bottom: 2em;
  line-height: 1.8;
}

.btn_sodan_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 2em;
  width: 70%;
}
.btn_sodan_wrap > li {
  width: 49%;
  font-size: 140%;
}
.btn_sodan_wrap > li a {
  display: flex;
  align-items: center;
  background: #009e0a url(/images/arrow_white.png) no-repeat 97% 50%;
  padding: 0.7em 0.5em;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
}
.btn_sodan_wrap > li a img {
  margin-right: 1em;
  vertical-align: middle;
}
.btn_sodan_wrap .btn_soudan {
}
.btn_sodan_wrap .btn_faq {
}

.soudan_mae_wrap {
  width: 85%;
  margin: 0 auto 3em;
}
.soudan_mae_wrap a {
  color: #009e0a;
}
#main .soudan_mae {
  border-left: 7px solid #fc849e;
  font-size: 140%;
  padding: 0.7em;
  margin-bottom: 0.7em;
}
#main .soudan_mae_wrap p {

}
#main .soudan_mae_wrap p .go_movie {
  padding: 0 0.5em;
  font-size: 123%;
}
.soudan_mae_wrap .fa-caret-right {
  color: #009e0a;
  font-size: 100%;
  margin-right: 0.5em;
}
.soudan_mae_list {
  color: #009e0a;
  font-weight: 600;
  font-size: 147%;
  padding: 0 0 0.6em 1.5em;
  border-bottom: 2px dotted #009e0a;
  margin-bottom: 0.4em;
  position: relative;
  line-height: 1.3;
}
.soudan_mae_list .head {
  position: absolute;
  left: 0;
}
#main .p_soudan_mae_list {
  margin-bottom: 2em;
}
#main .p_soudan_mae_list a {
  color: #00f;
}
#main .cre {
  margin-bottom: 3em;
  text-align: right;
}
#main .cre span {
  padding-right: 1em;
}

/* 相談フォーム */

.form form {
  margin-bottom: 3em;
}
.form .katsudou_title {
  border-top: 3px solid #00a400;
  text-align: center;
  margin-bottom: 1.5em;
}
.form .katsudou_title span {
  background: #00a400;
  color: #fff;
  display: inline-block;
  font-size: 190%;
  width: 20em;
  padding: 0.5em;
  border-radius: 0 0 10px 10px;
}
.form .katsudou_title img {
  vertical-align: middle;
  margin-right: 1em;
}
.form #main .lead {
  text-align: center;
  margin-bottom: 2em;
}
.form #main .lead .sw {
  display: block;
}

.form_table {
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  margin-bottom: 10px;
}
.form_table th {
  background: none repeat scroll 0 0 #e7f2d2;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  font-size: 123%;
  line-height: 1.25;
  padding: 7px 2px 7px 5px;
  text-align: left;
  vertical-align: middle;
  width: 16em;
}
.form_table td {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  font-size: 123%;
  padding: 6px 8px;
  word-break: break-all;
  vertical-align: middle;
}
.w {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
th label {
  width: calc(100% - 4em);
}
.must_wrap {
  display: flex;
  flex-wrap: wrap;
  right: 0;
  top: 0;
  width: 3.3em;
  white-space: nowrap;
}
.must_wrap .must {
  width: 100%;
  background: #e16002;
  font-size: 80%;
  padding: 0.2em 0.5em;
  display: block;
  margin-bottom: 1px;
  color: #fff;
  text-align:justify;
  text-align-last:justify;
}
.must_wrap .hikoukai {
  width: 100%;
  background: #02a2e1;
  font-size: 80%;
  padding: 0.2em 0.5em;
  display: block;
  margin-top: 1px;
  color: #fff;
  text-align:justify;
  text-align-last:justify;
}

.form_table .email_note {
  /*color: #ef8422;*/
  display: block;
  line-height: 1.3;
  margin-top: 5px;
  font-size: 92%;
  position: relative;
  padding-left: 1em;
}
.form_table .email_note .head {
  position: absolute;
  left: 0;
}
.form_table .email_note.kokai {
  margin-top: 0;
}
.note_comm {
  display: block;
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 92%;
}
label { font-size: 100%; }
.f12_title {
  font-size: 100%;
  margin-bottom: 5px;
  margin-top: 15px;
}
textarea {
  width: 100%;
  height: 300px;
  padding: 3px;
  box-sizing: border-box;
}
.w30 {
  width: 30%;
  box-sizing: border-box;
}
.w98 {
  width: 100%;
  box-sizing: border-box;
}
.submit_btn { text-align: center; }
.submit_btn input[type="submit"] {
  background: #009e0a url(/images/arrow_white.png) no-repeat 97% 50%;
  max-width: 250px;
  width: 100%;
  cursor: pointer;
  border: 0 none;
  color: #fff;
  padding: 0.5em;
  font-size: 140%;
  border-radius: 8px;
}
.row_bottom_th { display: none; }
.row_bottom_td { display: none; }
.sodan_th_sp { }
#main .red_bold {
  color: red;
  font-weight: bold;
}
.koukai_note {
  margin-top: 5px;
  display: block;
}
.go_movie {
  color: #38af4b;
  font-weight: bold;
  background: #f9ffd3;
  line-height: 1.5;
  font-size: 110%;
  letter-spacing: 2px;
}

.p_comm.chui {
  border: 1px solid #ccc;
  padding: 0.5em;
  margin-bottom: 1em;
  background: #ffffb4;
}

.miman10 {
  display: block;
  margin-top: 0.5em;
  color: #ccc;
}
.miman10 input[type="text"] {
  margin-top: 0.5em;
  width: 5em;
}
.kaigai {
  display: block;
  margin-top: 0.5em;
  color: #ccc;
}
.kaigai input[type="text"] {
  margin-top: 0.5em;
}

@media only screen and (max-width: 1100px) {


}

@media only screen and (max-width: 896px) {

/* 検索フォーム */

  #main .searchbox p {
    width: 100%;
  }

/* 傷の悩み 無料相談 */

  #main .chui {
    text-align: left;
    padding: 1em 0.5em;
    line-height: 1.6;
  }

  .btn_sodan_wrap {
    width: 100%;
  }
  .btn_sodan_wrap > li {
    width: 100%;
    margin-bottom: 0.7em;
  }
  .btn_sodan_wrap > li:last-child {
    margin-bottom: 0;
  }
  .soudan_mae_wrap {
    width: 100%;
  }


}

@media only screen and (max-width: 768px) {


/* 相談フォーム */

  .form_table th {
    width: 100%;
    display: block;
  }
  .form_table td {
    width: 100%;
    display: block;
  }
  .form_table th.row_bottom_th { display: none; }
  .form_table td.row_bottom_td { display: none; }
  .must { position: static; }

}

@media only screen and (max-width: 584px) {

  .pagetitle {
    font-size: 180%;
  }

/* 相談フォーム */

  .form .katsudou_title span {
    font-size: 150%;
    width: 90%;
  }
  .form #main .lead {
    text-align: left;
  }
  .form #main .lead .sw {
    display: inline;
  }


}

@media only screen and (max-width: 515px) {


}

@media only screen and (max-width: 480px) {

/* 検索フォーム */

  .searchbox input[type="text"] {
    width: 70%;
  }
  .searchbox button[type="submit"] {
    width: 30%;
    font-size: 100%;
  }

}

@media only screen and (max-width: 414px) {


}

@media only screen and (max-width: 375px) {

  .pagetitle {
    font-size: 132%;
  }

/* 検索フォーム */

  .searchbox button[type="submit"] img {
    display: none;
  }

/* 傷の悩み 無料相談 */

  #main .cre {
    text-align: left;
  }

/* 相談フォーム */

  .form .katsudou_title img {
    width: 33px;
    height: auto;
  }

}

@media only screen and (max-width: 320px) {


}
