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


/* --- col2Box ---*/
/* col2Box */
.l-content .col2Box{
  display: table;
  margin: 0 auto 25px;
}
.l-content .col2Box .colInner{
  display: table-cell;
  vertical-align: top;
  padding-left: 60px;
  text-align: center;
}
.l-content .col2Box .colInner:first-child{
  padding-left: 0;
}
.l-content .col2Box .colInner .pic{
  display: inline-block;
  text-align: left;
  font-size: 14px;
}


/* col3Box */
.l-content .col3Box{
  display: table;
  margin: 0 auto 25px;
}
.l-content .col3Box .colInner{
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  text-align: center;
}
.l-content .col3Box .colInner:first-child{
  padding-left: 0;
}


