@charset "utf-8";

/* --- common ---*/
.l-content .h2TtlWrap {
    display: table;
    box-sizing: border-box;
    width: 100%;
    margin: 0 20px 20px;
    text-indent: 0;
}
.l-content .h2TtlWrap:before {
    border-left: 10px solid #0169c6;
    display: table-cell;
    content: "";
    width: 13px;
    margin-left: -18px;
}
.l-content .h2TtlWrap .h2Ttl__aside {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.l-content .h2TtlWrap .h2Ttl__aside span {
    display: block;
    width: 120px;
    padding: 5px 0;
    background-color: #818999;
}
.l-content .h2TtlWrap .h2Ttl {
    display: table-cell;
    width: auto;
    padding-bottom: 0;
    border: none;
}
.l-content .btn_dl {
  width: 440px;
  height: 45px;
  font-size: 16px;
}
.l-content .btn_dl {
  width: 440px;
  height: 45px;
  font-size: 16px;
}
.l-content .txtArea {
  width: 780px;
  float: left;
}
.l-content .btnArea {
  width: 320px;
  font-size: 14px;
  line-height: 1.5;
  float: right;
}

.l-content .btnArea .f-btn-m_tips {
	position: relative;
	display: block;
	margin: 5px auto;
	box-sizing: border-box;
	width: 265px;
	padding: 15px 0 15px 60px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none !important;
	border: 1px #bfbfbf solid;
}

