@charset "utf-8";

.l-content .contactTxt {
    font-size: 14px;
    margin-bottom: 15px;
}

/* faqNaviBlock */
.l-content .faqNaviBlock {
  clear: both;
  display: block;
}
.l-content .faqNaviBlock .faqNavi {
  width: 1120px;
  margin: 0 auto 10px;
  display: block;
  letter-spacing: -0.4em;
  clear: both;
}
.l-content .faqNaviBlock .faqNavi .faqBtn {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 265px;
  height: 50px;
  margin: 5px 15px 5px 0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
  border: 1px #bfbfbf solid;
  text-align: left;
  vertical-align: middle;
  position: relative;
  letter-spacing: 0;
}
.l-content .faqNaviBlock .faqNavi .faqBtn .faqName {
	width: 210px;
	height: 45px;
	float: left;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAaElEQVQoz2Ng8N6YAsT/gPg9EJvs37+fAR3///+fAcwgpBiuEKo4GZdiFIX4FGMoxKUYq0Ko4oVA/B+IHwAxCy4Tk6AmfgBiU1xuxFCEzddYFaGHI05FcIWEFCErFABiQSDmwqYIphAA+pL2iDIuo7wAAAAASUVORK5CYII=") no-repeat 15px center;
	display: block;
	text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
	padding: 14px 0 0 40px;
	font-weight: bold;
}
.l-content .faqNaviBlock .faqNavi .faqBtn .faqName a {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}

.l-content .faqNaviBlock .faqNavi .faqBtn .icon_q {
  height: 17px;
  width: 18px;
  float: right;
  margin: 15px 5px 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAMAAACKJ8VmAAABBVBMVEUAAACYl5cAAAAAAAAAAAAAAACYl5cAAACYl5cAAABTUlIAAAAAAABeXV00NDSYl5eYl5eDgoKAf3+DgoKAf3+XlpaYl5eKiYmHhoaYl5eKiYmWlZWTkpKYl5eTkpKTkpKTkpKXlpaYl5eXlpaXlpaXlpaXlpaYl5eXlpaXlpaXlpYAS7EwbL5BeMJRg8dhjstxmc+BpNSRr9iYl5exxeG4t7e4uLi5uLi8vLy9vb2+vr7Av7/C0eXEw8PGxcXa2dna2trc3Nzd3d3e3d3e3t7f39/i5+7m5eXn5+fo5+fp6enq6urs7Ozw8PDy8vLz8/P19fX29vb4+Pj5+fn6+vr+/v7////3yszxAAAAK3RSTlMAAAECCQwMDRAUFhgaGiNaXGpsbG1tcXd/f4y9wMDBxsfn5+jp6u3t7u/6o2+/ewAAAN9JREFUKBUFwYFOgzAUQNH72tIBbgiYGTXTzf//JxMiRhPjxMG6QWnxHBEgKVf5enBj5wEDFHe77MbM50v7cwIRHvZlAQCnrvnCUOwfTQjLIqI3mVz+TLIt9bQ0M9hnScr7q65fK8+7t4cuXDchlV7Z1IMkWwTAp9ZYC+ygieoJsKnJFADtrA8AaqXGAECkACCMZjzfArwAAM4b7wF4W6oaYBpV/z0AAADu6HSI61xBVWdA6NpeL3PUYgHg/NsegyZOw6RCInEYPj47jwAmz9Msd250bgYBUNooWeIcIvAPMlxiQ7EfGCcAAAAASUVORK5CYII=") no-repeat;
}
/* tooltip 上 */
.l-content .tooltip {
    position: relative;
    cursor: pointer;
    display:  inline-block;
	float: right;
    margin-right: 10px;
}
.l-content .description {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
	font-weight: normal;
    color: #333;
    background: #e6e6e6;
    width: 240px;
	height: 55px;
	cursor: default;
}
.l-content .description:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 22%;
    border: 15px solid transparent;
    border-top: 15px solid #e6e6e6;
    margin-left: -15px;
}
.l-content .tooltip:hover .description {
    display: inline-block;
    top: -75px;
    left: -50px;
}

/* tooltip 上右端 */
.l-content .tooltip01 {
    position: relative;
    cursor: pointer;
    display:  inline-block;
	float: right;
    margin-right: 10px;
}
.l-content .description01 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
	font-weight: normal;
    color: #333;
    background: #e6e6e6;
    width: 240px;
	height: 55px;
	cursor: default;
}
.l-content .description01:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 76%;
    border: 15px solid transparent;
    border-top: 15px solid #e6e6e6;
    margin-left: -15px;
}
.l-content .tooltip01:hover .description01 {
    display: inline-block;
    top: -75px;
    left: -190px;
}

/* tooltip 下 */
.l-content .tooltip02 {
    position: relative;
    cursor: pointer;
    display: inline-block;
	float: right;
    margin-right: 10px;
}
.l-content .description02 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    color: #333;
    background: #e6e6e6;
    width: 240px;
	height: 40px;
	cursor: default;
}
.l-content .description02:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 71%;
    border: 15px solid transparent;
    border-top: 15px solid #e6e6e6;
    margin-left: -15px;
    transform: rotateZ(180deg);
}
.l-content .tooltip02:hover .description02 {
    display: inline-block;
    top: 40px;
    left: -50px;
}

/* tooltip 下右端 */
.l-content .tooltip03 {
    position: relative;
    cursor: pointer;
    display: inline-block;
	float: right;
    margin-right: 10px;
}
.l-content .description03 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    color: #333;
    background: #e6e6e6;
    width: 240px;
	height: 40px;
	cursor: default;
}
.l-content .description03:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 18%;
    border: 15px solid transparent;
    border-top: 15px solid #e6e6e6;
    margin-left: -15px;
    transform: rotateZ(180deg);
}
.l-content .tooltip03:hover .description03 {
    display: inline-block;
    top: 40px;
    left: -190px;
}
