@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_set {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
.l-content .sectionInner p.txt_15 {
    padding: 0 0 30px 15px;
	font-size: 15px;
}
.l-content .sectionInner p.txt_14 {
	font-size: 14px;
}

.l-content .sectionInner .sectionInnerBox {
  padding: 0 0 20px 30px;
  font-size: 15px;
}

.l-content .sectionInner .sectionInnerBox .tableBox {
  width: 330px;
}
.l-content .sectionInner .suggest_Box {
  width: 1000px;
  margin: 50px auto 30px;
  background-color: #fffddb;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.l-content .sectionInner .suggest_Box ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.l-content .sectionInner .suggest_Box ul li {
	padding: 10px 20px;
}
.l-content .sectionInner .suggest_Box ul.suggest_pic li {
	padding: 15px;
}
.l-content .sectionInner .suggest_Box ul.suggest_pic {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 350px;
}

.l-content .sectionInner .sectionInnerBox_uauto {
  width: 900px;
  margin: 10px auto;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.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: 10px auto 30px;
}
.l-content .col2Box .colInner{
  display: table-cell;
  vertical-align: bottom;
  padding-left: 20px;
  text-align: center;
  font-size: 14px;
}
.l-content .col2Box .colInner:first-child{
  padding-left: 0;
}
.l-content .col2Box .colInner .pic {
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

