@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;
}


/* --- tips002 ---*/
/* colBox */
.l-content .colBox{
  display: table;
  margin: 0 auto 25px;
}
.l-content .colBox .colInner{
  display: table-cell;
  vertical-align: top;
  padding-left: 100px;
  text-align: center;
}
.l-content .colBox .colInner:first-child{
  padding-left: 0;
}
.l-content .colBox .colInner .ttl{
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
}

.l-content .colBox .colInner .txt,
.l-content .colBox .colInner .pic{
  display: inline-block;
  text-align: left;
  font-size: 14px;
}


/* tableBlock */
.l-content .tableBlock_tip {
	width: 800px;
	margin: 0 auto;
}
.l-content .tableBlock_tip .f-table_tip {
  border-top: solid 1px #bfbfbf;
  border-left: solid 1px #bfbfbf;
  width: 100%;
}
.l-content .tableBlock_tip .f-table_tip td {
  border-right: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  background-color: #fff;
  padding: 14px 15px;
  font-size:14px;
}
.l-content .tableBlock_tip .f-table_tip .item {
  color: #555;
  font-weight: bold;
  background: #e4e7f1;
  vertical-align: top;
}

/* icon_x */
.l-content .icon_x{
  vertical-align: -4px;
  margin: 0 5px;
}