@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 .sectionInnerBox {
  width: 1090px;
  margin: 10px auto;
  font-size: 14px;
  line-height: 1.5;
}
.l-content .sectionInner .sectionInnerBox ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin: 10px auto 30px;
}
.l-content .sectionInner .sectionInnerBox ul li.leftBox {
  width: 480px;
}
.l-content .sectionInner .sectionInnerBox ul li.rightBox {
  width: 610px;
}
.l-content .sectionInner .p_left70 {
  padding-left: 70px;
}
.l-content .sectionInner .sectionInnerBox .tableBox {
  width: 330px;
}
.l-content .sectionInner .suggest_Box {
  width: 650px;
  margin: 30px auto;
  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: space-around;
  justify-content: space-around;
}
.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;
}

/* ---setBox ---*/
.l-content ul.setBox  {
	width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.l-content ul.setBox li.item {
  width: 490px;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  padding: 10px 0 40px;
}
.l-content ul.setBox li.chart {
  width: 580px;
  font-size: 14px;
  box-sizing: border-box;
  border-left: 1px solid #777;
  text-align: center;
  vertical-align: top;
  padding: 15px 0 40px;
}
.l-content .setBox .ttl {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 14px;
}

/* ---table ---*/
.l-content table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #CCC;
}

.l-content table td {
  padding: 10px 15px;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #CCC;
}
.l-content table td.type {
  font-weight: bold;
  text-align: center;
}
.l-content table td.txt {
    text-align: left !important;
}
.l-content .m-table {
  font-size: 13px;
  border-collapse: collapse;
  text-align: left !important;
  width: 330px;
}

