@charset "utf-8";
@media screen and (max-width:374px) {
  .box_2nd_01 {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 58px;
  }
  /*  ▼▼パンくずナビ▼▼  */
  .page_navi_area {
    margin: 15px 15px 30px;
  }
  #page_navi_box {
    font-size: 13px;
  }
  #page_navi_box a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
  }
  #page_navi_box a:before {
    content: url("../img/home_icon.jpg");
    margin-right: 5px;
  }
  .navi_sp {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*  ▲▲パンくずナビ▲▲  */
  /*----- ▼▼▼質疑(374px以下)▼▼▼ -----*/
  .sub_title {
    text-align: center;
    margin-bottom: 45px;
  }
  .sub_title h3 {
    font-size: 5vw;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    max-width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
  .qa_box {}
  .qa_list {
    font-size: 16px;
  }
  .qa_list ul {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .qa_list li {
    vertical-align: top;
    line-height: 32px;
    z-index: -103;
  }
  .qa_list li:first-child {
    font-weight: bold;
    position: relative;
    margin-left: 50px;
    margin-bottom: 15px;
    z-index: -102;
  }
  .qa_list li:first-child:before {
    content: url("../qa/img/question_icon.png");
    position: absolute;
    left: -50px;
    z-index: -101;
  }
  .qa_list li:last-child {
    position: relative;
    margin-left: 50px;
  }
  .qa_list li:last-child:before {
    content: url("../qa/img/answer_icon.png");
    position: absolute;
    left: -50px;
    z-index: -100;
  }
  .un_line {
    border-bottom: 1px dotted rgba(0, 0, 0, 1.00);
  }
  /*----- ▲▲▲質疑(374px以下)▲▲▲ -----*/
}
@media screen and (min-width:375px) and (max-width:1000px) {
  .box_2nd_01 {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 58px;
  }
  /*  ▼▼パンくずナビ▼▼  */
  .page_navi_area {
    margin: 15px 15px 30px;
  }
  #page_navi_box {
    font-size: 13px;
  }
  #page_navi_box a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
  }
  #page_navi_box a:before {
    content: url("../img/home_icon.jpg");
    margin-right: 5px;
  }
  .navi_sp {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*  ▲▲パンくずナビ▲▲  */
  /*----- ▼▼▼質疑(375-1000px)▼▼▼ -----*/
  .sub_title {
    text-align: center;
    margin-bottom: 45px;
  }
  .sub_title h3 {
    font-size: 4vw;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    max-width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
  .qa_box {}
  .qa_list {
    font-size: 17px;
  }
  .qa_list ul {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .qa_list li {
    vertical-align: top;
    line-height: 30px;
    z-index: -103;
  }
  .qa_list li:first-child {
    font-weight: bold;
    position: relative;
    margin-left: 50px;
    margin-bottom: 15px;
    z-index: -102;
  }
  .qa_list li:first-child:before {
    content: url("../qa/img/question_icon.png");
    position: absolute;
    left: -50px;
    z-index: -101;
    top: -3px;
  }
  .qa_list li:last-child {
    position: relative;
    margin-left: 50px;
  }
  .qa_list li:last-child:before {
    content: url("../qa/img/answer_icon.png");
    position: absolute;
    left: -50px;
    z-index: -100;
    top: -3px;
  }
  .un_line {
    border-bottom: 1px dotted rgba(0, 0, 0, 1.00);
  }
  /*----- ▲▲▲質疑(375-1000px)▲▲▲ -----*/
}
@media screen and (min-width:1001px) and (max-width:1375px) {
  .box_2nd_01 {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }
  /*  ▼▼パンくずナビ▼▼  */
  .page_navi_area {}
  #page_navi_box {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 13px;
  }
  #page_navi_box a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
  }
  #page_navi_box a:before {
    content: url("../img/home_icon.jpg");
    margin-right: 5px;
  }
  .navi_sp {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*  ▲▲パンくずナビ▲▲  */
  /*----- ▼▼▼質疑(1001-1375px)▼▼▼ -----*/
  .sub_title {
    text-align: center;
    margin-bottom: 45px;
  }
  .sub_title h3 {
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    width: 1100px;
  }
  .qa_box {
    /* [disabled]max-width: 780px; */
  }
  .qa_list {
    font-size: 17px;
  }
  .qa_list ul {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .qa_list li {
    vertical-align: top;
    line-height: 30px;
  }
  .qa_list li:first-child {
    font-weight: bold;
    position: relative;
    margin-left: 50px;
    margin-bottom: 15px;
  }
  .qa_list li:first-child:before {
    content: url("../qa/img/question_icon.png");
    position: absolute;
    left: -50px;
    top: -3px;
  }
  .qa_list li:last-child {
    position: relative;
    margin-left: 50px;
  }
  .qa_list li:last-child:before {
    content: url("../qa/img/answer_icon.png");
    position: absolute;
    left: -50px;
    top: -3px;
  }
  .un_line {
    border-bottom: 1px dotted rgba(0, 0, 0, 1.00);
  }
  /*----- ▲▲▲質疑(1001-1375px)▲▲▲ -----*/
}
@media screen and (min-width:1376px) {
  .box_2nd_01 {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }
  /*  ▼▼パンくずナビ▼▼  */
  .page_navi_area {}
  #page_navi_box {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 13px;
  }
  #page_navi_box a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
  }
  #page_navi_box a:before {
    content: url("../img/home_icon.jpg");
    margin-right: 5px;
  }
  .navi_sp {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*  ▲▲パンくずナビ▲▲  */
  /*----- ▼▼▼質疑(1376px以上)▼▼▼ -----*/
  .sub_title {
    text-align: center;
    margin-bottom: 45px;
  }
  .sub_title h3 {
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    width: 1100px;
  }
  .qa_box {}
  .qa_list {
    font-size: 17px;
  }
  .qa_list ul {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .qa_list li {
    vertical-align: top;
    line-height: 30px;
  }
  .qa_list li:first-child {
    font-weight: bold;
    position: relative;
    margin-left: 50px;
    margin-bottom: 15px;
  }
  .qa_list li:first-child:before {
    content: url("../qa/img/question_icon.png");
    position: absolute;
    left: -50px;
    top: -3px;
  }
  .qa_list li:last-child {
    position: relative;
    margin-left: 50px;
  }
  .qa_list li:last-child:before {
    content: url("../qa/img/answer_icon.png");
    position: absolute;
    left: -50px;
    top: -3px;
  }
  .un_line {
    border-bottom: 1px dotted rgba(0, 0, 0, 1.00);
  }
  /*----- ▲▲▲質疑(1376px以上)▲▲▲ -----*/
}