@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : faq.css
 author     : Ability Consultant
 style info : 保険FAQ
=================================================================== */
.con_int, .con_tab, .con_faq {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_int, .con_tab, .con_faq {
    width: 91.66667%;
  }
}

.con_faq:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: 'bah';
  src: url(../css/font/bahnschrift.woff) format("woff"), url(../css/font/bahnschrift.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	slide矢印
----------------------------------------------------------- */
/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
.con_int .title {
  margin: 100px 0 90px;
  text-align: center;
  font-weight: 100;
  margin: 100px 0 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .title {
    margin: 80px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title {
    margin: 10% 0 8%;
  }
}
.con_int .title span {
  font-size: 347%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  position: relative;
  letter-spacing: 6px;
  line-height: 1em;
  text-align: center;
  color: #b4b4b4;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .title span {
    font-size: 334%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title span {
    font-size: 200%;
  }
}
.con_int .title span:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  background-color: #004b9d;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_int .title span {
    letter-spacing: normal;
  }
}
.con_int .title em {
  font-size: 140%;
  padding-top: 40px;
  display: block;
  font-weight: normal;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .title em {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title em {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title {
    margin: 10% 0 7%;
  }
}

.con_tab {
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .con_tab {
    margin-top: 10%;
  }
}
.con_tab .box_tab {
  overflow: hidden;
}
.con_tab .box_tab li {
  float: left;
  margin-left: 15px;
  width: 32.5%;
}
.con_tab .box_tab li a {
  font-size: 100%;
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: .8em 0;
  color: #000;
  border-bottom: 1px solid #004b9d;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_tab .box_tab li a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tab .box_tab li a {
    font-size: 87%;
  }
}
.con_tab .box_tab li a span {
  position: relative;
  z-index: 2;
}
.con_tab .box_tab li a:before, .con_tab .box_tab li a:after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  content: "";
  height: 1px;
  background: #004b9d;
  -moz-transition: width 0.15s, height 0.15s;
  -o-transition: width 0.15s, height 0.15s;
  -webkit-transition: width 0.15s, height 0.15s;
  transition: width 0.15s, height 0.15s;
}
.con_tab .box_tab li a:before {
  left: 0;
}
.con_tab .box_tab li a:after {
  right: 0;
}
.con_tab .box_tab li a:hover {
  color: #fff;
}
.con_tab .box_tab li a:hover:before, .con_tab .box_tab li a:hover:after {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .con_tab .box_tab li a {
    color: #fff;
  }
  .con_tab .box_tab li a:before, .con_tab .box_tab li a:after {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_tab .box_tab li {
    margin-left: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tab .box_tab li {
    margin-left: 1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_tab .box_tab li {
    width: 32.34694%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tab .box_tab li {
    width: wcon(30%);
  }
}
.con_tab .box_tab li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 0;
  font-size: 100%;
  display: table;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_tab .box_tab li a {
    padding: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_tab .box_tab li a {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tab .box_tab li a {
    font-size: 80%;
  }
}
.con_tab .box_tab li a span {
  display: table-cell;
  vertical-align: middle;
}
.con_tab .box_tab li:first-child {
  margin-left: 0;
}

.con_faq .box_faq .title {
  font-size: 140%;
  font-family: "メイリオ",Meiryo,sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  font-weight: bold;
  position: relative;
  color: #323232;
  border-bottom: 2px solid #b4b4b4;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq .title {
    padding: 2% 0;
  }
}
.con_faq .box_faq .title:before {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #004b9d;
}
.con_faq .box_faq ul .box_ac {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac {
    margin-top: 12%;
  }
}
.con_faq .box_faq ul .box_ac .sub_title {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 120%;
  margin-bottom: 20px;
  border-left: 2px solid #004b9d;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_faq .box_faq ul .box_ac .sub_title {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac .sub_title {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac .sub_title {
    margin-bottom: 5%;
  }
}
.con_faq .box_faq ul .box_ac:first-child {
  margin: 50px 0 30px;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac:first-child {
    margin: 5% 0 3%;
  }
}
.con_faq .box_faq ul .box_ac .menu_acc {
  width: 100%;
}
.con_faq .box_faq ul .box_ac .menu_acc .title_ac {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #b4b4b4;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac .menu_acc .title_ac {
    padding: 0 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_faq .box_faq ul .box_ac .menu_acc .title_ac {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac .menu_acc .title_ac {
    font-size: 80%;
  }
}
.con_faq .box_faq ul .box_ac .menu_acc .title_ac span {
  width: 90%;
  padding: 1em;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.7em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_faq .box_faq ul .box_ac .menu_acc .title_ac span {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac .menu_acc .title_ac span {
    width: 80%;
  }
}
.con_faq .box_faq ul .box_ac .menu_acc .title_ac:before {
  font-family: "Times New Roman", serif;
  font-size: 200%;
  content: "Q.";
  color: #090104;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .con_faq .box_faq ul .box_ac .menu_acc .title_ac:before {
    vertical-align: middle;
  }
}
@media print {
  .con_faq .box_faq ul .box_ac .menu_acc .title_ac:before {
    vertical-align: middle;
  }
}
.ie8 .con_faq .box_faq ul .box_ac .menu_acc .title_ac:before {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac .menu_acc .title_ac:before {
    font-size: 187%;
    vertical-align: middle;
  }
}
.con_faq .box_faq ul .box_ac .menu_acc .title_ac:after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 2%;
  margin-top: -0.75em;
  margin-left: 0;
}
.con_faq .box_faq ul .box_ac .menu_acc .title_ac:hover {
  cursor: pointer;
  background-color: #f4f4f4;
}
.con_faq .box_faq ul .box_ac .menu_acc .title_ac.active {
  background-color: #f4f4f4;
}
.con_faq .box_faq ul .box_ac .menu_acc .title_ac.active:after {
  content: "－";
}
.con_faq .box_faq ul .box_ac .menu_acc .txt_ac {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  padding: 10px 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_faq .box_faq ul .box_ac .menu_acc .txt_ac {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac .menu_acc .txt_ac {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac .menu_acc .txt_ac {
    padding: 3% 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac .menu_acc .txt_ac {
    margin-bottom: 10%;
  }
}
.con_faq .box_faq ul .box_ac .menu_acc .txt_ac:before {
  font-size: 200%;
  font-family: "Times New Roman", serif;
  content: "A.";
  color: #004b9d;
  margin-right: .5em;
  vertical-align: top;
  margin-top: -4px;
}
.con_faq .box_faq ul .box_ac .menu_acc .txt_ac span {
  display: inline-block;
  width: 90%;
  display: inline-block;
  line-height: 1.7em;
}
.con_faq .box_faq ul .box_ac .menu_acc .txt_ac span a {
  color: #004b9d;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac .menu_acc .txt_ac span a {
    margin-left: 0;
  }
}
.con_faq .box_faq ul .box_ac .menu_acc .txt_ac span a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .con_faq .box_faq ul .box_ac .menu_acc .txt_ac span {
    margin: 1em 0;
  }
}
@media print {
  .con_faq .box_faq ul .box_ac .menu_acc .txt_ac span {
    margin: 1em 0;
  }
}
.ie8 .con_faq .box_faq ul .box_ac .menu_acc .txt_ac span {
  margin: 1em 0;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac .menu_acc .txt_ac span {
    width: 80%;
    vertical-align: top;
  }
  .con_faq .box_faq ul .box_ac .menu_acc .txt_ac span p em {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq ul .box_ac .menu_acc .txt_ac {
    line-height: 1.7em;
  }
}
.con_faq .box_faq .date {
  font-size: 87%;
  margin-top: 10px;
  color: #666;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq .date {
    margin-top: 2%;
  }
}
.con_faq .box_faq .date span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_faq .box_faq {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_faq .box_faq {
    margin-top: 13%;
  }
}

@media print {
  .con_faq .box_faq {
    margin-top: 130px;
  }
}
.ie8 .con_faq .box_faq {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .ie8 .con_faq .box_faq {
    margin-top: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_faq {
    padding-bottom: 6em;
  }
  .con_faq .box_faq:first-child {
    margin-top: 3em;
  }
}
