    /* デザイン修正 上部説明文 START */
  .text_top {
    text-align:center;
    font-weight:bold;
    font-size:150%;
    padding: 18px 0 18px 0;
    line-height: 1.3em;
  }
  /* デザイン修正 上部説明文 END */

  table.search_condition {
    text-align:left;
    font-size:15px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  th.search_tab {
    background:#AAAAAA;
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;
    margin:0 auto;
    border:1px solid #FFFFFF;
    height:50px;
    width:240px;
    cursor:pointer;
  }
  th.search_tab img{
  }
  td.search_type {
    border:1px solid #CCCCCC;
    padding:10px 0 10px 20px;
  }
  td.search_type span.caption {
    font-weight:bold;
  }
  td.search_type label {
    margin: 0 2px;
  }
  #search_type_1{
    text-align:center;
  }
  /* デザイン修正 キーワード検索テキストボックス START */
  #search_word{
    height: 29px;
    font-size: 18px;
    width: 80%;
    margin: 7px 0;
  }
  /* デザイン修正 キーワード検索テキストボックス END */
  /* デザイン修正 絞り込みをクリア START */
  div#search_condition_clear {
    text-align: center;
    background: #AAAAAA;
    margin: 17px auto 17px auto;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    height: 40px;
    width: 200px;
  }
  /* デザイン修正 絞り込みをクリア END */
  div#search_condition_clear p {
    font-size:15px;
    text-align: center;
    padding: 10px;
    margin:0 auto;
    vertical-align:middle;
    cursor:pointer;
    line-height: 1;
  }
  /* QA Table */
  .qa_table {
    display:table;
    min-height:74px;
    width: 100%;
    margin:1px auto;
  }
  .qa_detail {
    display:table-cell;
    font-size:16px;
    vertical-align: middle;
    padding:10px;
  }
  .qa_detail a:link{
  text-decoration: underline;
  }
  .qa_detail a:hover{
  text-decoration: none;
  color: black;
  }
  .qa_detail.q {
    font-weight:bold;
    background-color: #F3F3F3;
  }
  /* デザイン修正 QAのA START */
  .qa_detail.a {
    background-color: #FFFFFF;
    line-height: 1.5em;
  }
  /* デザイン修正 QAのA END */
  /* 丸 */
  .qa_table.q div.maru {
    background-color: #F3F3F3;
  }
  .qa_table.a div.maru {
    background-color: #FFFFFF;
  }
  .maru{
    display:table-cell;
    vertical-align: middle;
    height: 100%;
    width: 52px;
  }
  .maru_image{
    vertical-align: middle;
    height: 61px;
    width: 52px;
  }
  .maru_image_1{
    background: url('/products/faq_common/img/qamark1.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .maru_image_2{
    background: url('/products/faq_common/img/qamark2.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* 矢印 */
  .arrow{
    background-color:#BFBFBF;
    display:none;
    vertical-align: middle;
    height: 100%;
    width: 73px;
    cursor:pointer;
  }
  .arrow_image{
    vertical-align: middle;
    height: 73px;
    width: 73px;
  }
  .arrow_image_1{
    background: url('/products/faq_common/img/arrow1.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .arrow_image_2{
    background: url('/products/faq_common/img/arrow2.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .is-hide {
      display: none;
  }
  .block_checkbox label{
    display: block;
    /* float: left; */
    margin: 0;
    padding: 0;
  }
  .block_checkbox.bc1 label {
    width: 125px;
  }
  .block_checkbox.bc2 label {
    width: 155px;
  }
  .block_checkbox.bc3 label {
    width: 145px;
  }
  div.bc3_child {
    margin: 5px 0 0 0;
    padding: 0;
  }
  /* デザイン修正 チェックボックス START */
  input[type=checkbox] {
    /* display: none; */
    display: inline-block;
    visibility: hidden;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type=checkbox] + label {
    padding: 0 0 0 26px;
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
  }
  input[type=checkbox] + label::before {
    border: 2px solid #aaa !important;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -9px;
    background: #FFF;
  }
  input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 20px; /* チェックの線の長さ(右側) */
    height: 11px; /* チェックの線の長さ(左側) */
    margin-top: -13px;
    border-left: 4px solid #444;
    border-bottom: 3px solid #444;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  
@media screen and (max-width: 800px) {
	.qa_detail {
    font-size:14px;
  }
    table.search_condition {
    font-size:14px;
  }
    input[type=checkbox] + label {
    font-size: 14px;
  }
    div#search_condition_clear p {
    font-size:14px;
  }
}
  /* デザイン修正 チェックボックス END */
  
  /* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #999999;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 20px;
}
.btn a:hover {
	color: #fff;
	background: #333;
}
.balloon_box{padding: 20px 0 20px 0; width: 100%; text-align: center; margin-top: 20px;}
@media screen and (max-width:768px) {
.btn a {
	font-size: 16px;
}
}