/*  Q&A
-----------------------------*/
.notice {
  border: 2px solid #e60012;
  padding: 10px;
  border-radius: 10px;
  line-height: 1.4;
  margin: 10px;
  color: #e60012;
  font-size: 14px;
}
.notice dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  text-align: center;
}
#qa-list {
  margin: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#qa-list > li {
  background: #000;
  padding: 5px;
  margin-bottom: 10px;
}
#qa-list > li a {
  display: block;
  color: #FFF;
  padding: 10px;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: middle;
  border: 1px solid #ffe100;
  text-decoration: none;
}
#qa-list li.sub {
  position: relative;
}
#qa-list li.sub > a {
  vertical-align: top;
  padding: 10px 0 0 10px;
  height: 130px;
}
#qa-list li.sub .sub-list {
  position: absolute;
  top: 45px;
  left: 10px;
  z-index: 100;
}
#qa-list li.sub .sub-list li {
  list-style-type: none;
}
#qa-list li.sub .sub-list li a {
  display: inline;
  border: none;
  font-size: 14px;
}
section.qa {
  margin: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qa .img-c{
  text-align: center;
  margin: 15px auto 25px auto;
}
.qa .img-c.last{
  margin-bottom: 0;
}
.qa .img-c img{
  max-width:100%;
  height: auto;
}
.qa img.max250{
  max-width: 250px;
}
.qa img.max200{
  max-width: 200px;
}
.qa .flex-c{
  display: block;
}

.qa .flex-c li{
  margin: 15px auto;
  padding-left: 0 !important;
  text-indent: 0!important;
}
.qa .arrow{
  width: 16px;
  height: 16px;
  display: block;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
  padding-left: 0 !important;
  text-indent: 0!important;
}

.qa span.qa-caption{
  display: block;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
h5.qa-stl {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #ffe100;
  padding: 30px 0 10px 1.5em;
  text-indent: -1.5em;
}
span.mark {
  color: #ffe100;
  padding-right: 5px;
}
span.tel {
  color: #cc0000;
  font-size: 16px;
}
.acMenu dt {
  margin: 10px 0;
  padding: 10px 30px 10px 10px;
  font-size: 13px;
  line-height: 1.4;
  background: #ebe9d8 url(/images/home/qa/arrow_d.gif) no-repeat 98% center;
  background-size: 16px 10px;
  cursor: pointer;
}
.acMenu dt.active {
  background: #ebe9d8 url(/images/home/qa/arrow_l.gif) no-repeat 98% center;
  background-size: 10px 16px;
}
.acMenu dd {
  display: none;
  padding: 0 10px 20px 10px;
  font-size: 13px;
  line-height: 1.4;
}
.acMenu dd a {
  color: #0066CC;
}
.btnset {
  margin: 10px 0;
}
.btnset02 {
  margin: 20px 0;
}
.btnset02 p {
  margin-bottom: 10px;
  font-size: 13px;
}
.txt-u {
  text-decoration: underline;
}
ul.indent li {
  list-style-type: none;
  text-indent: -1em;
  margin: 5px 0 0 1em;
}
ul.indent.font-s {
  font-size: 12px;
}
ul.txt li {
  list-style-type: none;
  text-indent: -1em;
  margin-left: 1em;
  font-weight: bold;
  margin-bottom: 15px;
}
ul.txt li.red, span.red {
  color: #cc0000;
}
#qa-form .result {
  padding: 10px;
  font-size: 14px;
  color: #0a64dc;
  line-height: 1.4;
}
#qa-form input[type="text"], #qa-form option, #qa-form select, #qa-form textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Verdana, Sans-Serif;
  font-size: 13px;
  padding: 5px;
}
#qa-form .btnset02 {
  text-align: center;
}
#qa-form .btnset02 input.send {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFE00B), color-stop(0.53, #FCDF01), color-stop(0.49, #FEEE63), color-stop(0.00, #FEEE63));
  background: -webkit-linear-gradient(top, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
  background: -moz-linear-gradient(top, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
  background: -o-linear-gradient(top, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
  background: -ms-linear-gradient(top, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
  background: linear-gradient(to bottom, #FEEE63 0%, #FEEE63 49%, #FCDF01 53%, #FFE00B 100%);
  color: #000000;
  font-weight: bold;
  border: 1px solid #FDC400;
  padding: 10px;
}
#qa-form .btnset02 input.back {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #E2E2E2), color-stop(0.53, #DDD), color-stop(0.49, #EEE), color-stop(0.00, #FBFBFB));
  background: -webkit-linear-gradient(top, #FBFBFB 0%, #EEE 49%, #DDD 53%, #E2E2E2 100%);
  background: -moz-linear-gradient(top, #FBFBFB 0%, #EEE 49%, #DDD 53%, #E2E2E2 100%);
  background: -o-linear-gradient(top, #FBFBFB 0%, #EEE 49%, #DDD 53%, #E2E2E2 100%);
  background: -ms-linear-gradient(top, #FBFBFB 0%, #EEE 49%, #DDD 53%, #E2E2E2 100%);
  background: linear-gradient(to bottom, #FBFBFB 0%, #EEE 49%, #DDD 53%, #E2E2E2 100%);
  color: #000000;
  font-weight: bold;
  border: 1px solid #D7D7D7;
  padding: 10px;
}

/*=====table_area======*/
.table_scr{
  width:100%;
  overflow-x: auto;
  margin:20px 0;
}
.faqTable {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #ddd;
}
.faqTable th, .faqTable td {
  box-sizing: border-box;
  letter-spacing: 0;
  vertical-align: middle;
}
.faqTable th {
  background-color: #383838;
  color: #fff;
  padding: 9px;
  font-size: 12px;
  line-height: 1.2142857143;
  text-align: left;
  border: 1px solid #ddd;
  font-weight:bold;
  white-space: nowrap;
}
.faqTable tbody tr th,
.faqTable tbody tr td{
  padding: 17px 9px;
}
.faqTable thead tr:first-of-type>th:nth-of-type(2) {
    text-align: center;
}
.faqTable tbody tr:first-of-type > th:first-of-type {
  min-width: 35px;
  letter-spacing: .2em;
}
.faqTable tbody tr:first-of-type > th:first-of-type span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: pre;
  display: inline-block;
}
.faqTable td {
  text-align: center;
  border-right: 1px solid #ddd;
}
.faqTable td {
  text-align: center;
  border-right: 1px solid #ddd;
}
.faqTable tbody tr:nth-child(even) {
  background-color: #eee;
}

.imgbox {
  margin: 10px auto;
}
.imgbox img {
  width: 90%;
  height: auto;
  max-width: 420px;
  border: 1px solid #D7D7D7;
}

 .m_title{
  background: url(/images/bg_h3_black.gif) repeat-y left #333333;
  background-size: 8px 8px;
  padding: 12px 15px;
  line-height: 1.4;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  margin: 13px 0;
}
.note_block .indent li{
  font-size:14px;
  margin-bottom:5px;
}