@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 .h4Ttl_item {
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 10px 10px;
}
.l-content .sectionInner p.txt_15 {
    padding: 0 0 30px 15px;
	font-size: 15px;
}

.l-content ul.section_txt_pic {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 300px;
  width: 1090px;
  margin: 0 auto 30px;
  font-size: 14px !important;
  line-height: 1.5;
}


/* --- 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: center;
  font-size: 14px;
}

/* ---itemBox ---*/
.l-content ul.itemBox  {
	width: 1080px;
	margin: 10px auto 20px;
}

.l-content ul.itemBox li {
  display: inline-block;
  width: 450px;
  font-size: 14px;
  margin: 10px 40px 30px;
}
.l-content .itemBox .ttl {
  text-align: center;
  font-weight: bold;
}
.l-content .itemBox .pic {
  text-align: center;
  width: 330px;
  height: 220px;
  margin: 15px auto;
  border: 1px solid #ccc;
  padding: 10px 15px;
  box-sizing: border-box;
}
.l-content .itemBox .txt {
  text-align: left;
}
.l-content .itemBox .m-btn--strong {
  width: 240px;
  height: 36px;
  font-size: 14px;
  text-align: center;
  margin: 15px auto;
}

.l-content .itemBox .pic a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}

