@import url("https://fonts.googleapis.com/css?family=Teko");
/*-----------------------------------------------------
	[ IR index ]
------------------------------------------------------*/
body {
  background: #f1f1f1;
}
.irHead {
	font-weight: bold;
}
.hc_navi {
  height: 90px;
  background: #000;
  text-align: center;
  margin-top: 70px;
  width: 100%;
  z-index: 2;
}
.ly_breadcrumb {
  margin-top: 0 !important;
}
.hc_navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hc_navi ul li {
  margin: 0 14px !important;
}
.hc_navi ul li a {
  color: #fff;
  display: inline-block;
  height: 90px;
  box-sizing: border-box;
  padding-top: 55px;
  min-width: 45px;
}
.hc_navi ul li .ic001 {
  background: url("../images/ic01.png") center 18px no-repeat;
}
.hc_navi ul li .ic002 {
  background: url("../images/ic02.png") center 18px no-repeat;
}
.hc_navi ul li .ic003 {
  background: url("../images/ic03.png") center 18px no-repeat;
}
.hc_navi ul li .ic004 {
  background: url("../images/ic04.png") center 16px no-repeat;
}
.hc_navi ul li .ic005 {
  background: url("../images/ic05.png") center 18px no-repeat;
}
.hc_navi ul li .ic005-1 {
  background: url("../images/ic05.png") center 18px no-repeat;
}
.hc_navi ul li .ic006 {
  background: url("../images/ic06.png") center 18px no-repeat;
}
.hc_navi ul li .ic007 {
  background: url("../images/ic07.png") center 18px no-repeat;
}
.hc_navi ul li .ic008 {
  background: url("../images/ic08.png") center 18px no-repeat;
}
.hc_navi ul li .ic009 {
  background: url("../images/ic09.png") center 18px no-repeat;
}
.ly_breadcrumb {
  background: #f1f1f1;
}
.bl_contHead {
  border-bottom: 1px solid #999999;
  padding: 0;
  padding-bottom: 6px;
  margin-bottom: 38px;
}
.bl_contHead h2 {
  font-size: 36px;
  color: #333;
  width: 980px;
  margin: 0 auto 0px;
  line-height: 1.5 !important;
}
.qaarea {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.qaarea .secqr:first-child {
  width: 100%;
}
.qaarea .secqr {
  width: 50%;
  margin-bottom: 34px;
}
.qaarea .secqr a {
  color: #333;
}
.qaarea .secqr ul {
  margin-left: 22px;
}
.qaarea .secqr li {
  margin-bottom: 15px;
}
.qaarea .secqr li span {
  padding-right: 14px;
}
h3.titst {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold;
}
.qrform {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.qrform .l {
  margin-right: 10px;
}
.qrform .r a {
  width: 445px;
  display: block;
  text-align: center;
  color: #333;
  background: #ccc;
  padding: 13px 0;
  line-height: 1.2;
}
.attention {
  margin-bottom: 50px;
}
.attention .tits {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.attention ul {
  margin-left: 30px;
}
.attention li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
  padding-left: 16px;
}
.attention li span {
  margin-left: -16px;
}
.answers {
  border-top: 1px solid #ccc;
  padding-top: 70px;
}
.answers .qt {
  cursor: pointer;
}
.answers .toggle .ans {
  display: none;
}
.answers .qalist {
  margin-left: 65px;
  margin-top: -200px;
  padding-top: 200px;
}
.answers .qt {
  margin-bottom: 20px;
}
.answers .qt span {
  width: 40px;
  display: inline-block;
  margin-left: -40px;
}
.answers .ans {
  margin-bottom: 35px;
}
.answers .ans span {
  width: 40px;
  display: inline-block;
  margin-left: -40px;
}
@media screen and (min-width: 751px) {
  .it_nav_ir:after {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background: #e60012;
		bottom: 0;
		left: 0;
		position: absolute;
  }  
}
@media screen and (max-width: 750px) {
  .qrform {
    display: block;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .qrform .l {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .qrform .r a {
    width: 100%;
    display: block;
    text-align: center;
    color: #333;
    background: #ccc;
    padding: 13px 0;
    line-height: 1.2;
  }
  .bl_contHead {
      margin-top: 50px;
      padding: 7.7% 0;
      border: none;
      background: #ddd;
  }
  .bl_contHead > h2 {
    width: 85.3%;
    font-size: 22px;
}
}