@charset "utf-8";
.qa_box {
  padding-top: 3.6rem;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 12px 1px rgba(0,0,0,0.12);
  box-shadow: 3px 3px 12px 1px rgba(0,0,0,0.12);
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 5rem;
}
.txt_q {
  color: #5B6E86;
  font-size: 3rem;
  line-height: 130%;
  font-family: "M PLUS 1p", sans-serif;
  padding-left: 30px;
  padding-right: 0px;
}
.txt_a {
  font-size: 2.2rem;
  color: #323D4A;
  padding-top: 16px;
  line-height: 170%;
  padding-left: 30px;
  padding-right: 0px;
}
.item_name {
  font-size: 2.4rem;
  color: #5B6E86;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 140%;
}
.input_box {
  border-radius: 10px;
  color: #323D4A;
  font-size: 2rem;
  line-height: 150%;
}
.no_border {
    border: 0;
    box-shadow: none; /* ボックスシャドウも削除する場合 */
}
input:focus {
  outline: #5B6E86 1px solid;
  -webkit-box-shadow: 0px 0px 6px 1px #5B6E86;
  box-shadow: 0px 0px 6px 1px #5B6E86;
}
textarea:focus {
  outline: #5B6E86 1px solid;
  -webkit-box-shadow: 0px 0px 6px 1px #5B6E86;
  box-shadow: 0px 0px 6px 1px #5B6E86;
}
.item_body {
  color: #5B6E86;
  font-size: 2rem;
  line-height: 140%;
}
.underline {
  border-bottom: 1px solid #5B6E86;
}
.kome {
  padding-left: 16px;
  text-indent: -16px;
}





@media (max-width: 1200px){
}

@media (max-width: 992px){
.txt_q {
  font-size: 2.8rem;
}

}

@media (max-width: 768px){
.txt_q {
  font-size: 2.6rem;
  padding-left: 16px;
}
.txt_a {
  font-size: 1.8rem;
  padding-left: 16px;
}


}

@media (max-width: 576px){
.txt_q {
  font-size: 2rem;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.txt_a {
  font-size: 1.6rem;
  padding-top: 8px;
}
.input_box {
  font-size: 1.8rem;
}
.item_name {
  font-size: 2.2rem;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.item_body {
  font-size: 1.7rem;
}
.kome {
  padding-left: 14px;
  text-indent: -14px;
}




}
