.l-content .leadTxt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.l-content .ancList {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.l-content .ancList a {
    width: 336px;
    height: 38px;
}

.l-content .linkList {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.l-content .linkList a {
    width: 336px;
    height: 38px;
}

.l-content .section .sectionTtl {
    border-bottom: 1px solid #ccc;
    background: #fff;
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 0;
}

.l-content .section .sectionTtl span {
    border-left: 5px solid #cb0e19;
    display: block;
    color: #333333;
    padding: 0 0 0 13px;
    line-height: 1.4;
}


.l-content .itemList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 881px;
    margin: auto;
}

.l-content .itemList .item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 280px;
    padding-bottom: 15px;
    border: 1px solid #bfbfbf;
    align-items: center;
}

.l-content .itemList .item.box_hover {
    opacity: 0.75;
    cursor: pointer;
}

.l-content .itemList .item .category {
    width: 178px;
    padding: 7px 0 6px;
    font-size: 13px;
    font-weight: bold;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-content .itemList .item .maker {
    margin-top: 15px;
    text-align: center;
    width: 90%;
}
.l-content .itemList .item .name {
    margin-top: 10px;
    font-weight: bold;
    color: #004098;
    width: 92%;
    text-align: center;
}
.l-content .itemList .item .type {
    margin-top: 10px;
    width: 90%;
}
.l-content .itemList .item .txt {
    margin-top: 10px;
    width: 90%;
}
.l-content .itemList .item .pic {
    position: relative;
    margin-top: 20px;
}
.l-content .itemList .item .shipping {
    margin-top: 10px;
    text-align: right;
    width: 90%;
}
.l-content .itemList .item .btn {
    margin-top: 10px;
    width: 200px;
}
.l-content .itemList .item .new_box {
	width: 90%;
	text-align: left;
	margin: 10px 0 -20px 0;
	height: 25px;
}

.l-content .m-asideSubBox .m-asideSubBox__ttl {
  padding: 8px 0;
  font-size: 15px;
  text-align: center;
}

.l-content .m-asideSubBox .m-asideSubBox__main {
  display: flex;
  justify-content: center;
  column-gap: 206px;
  padding-top: 24px;
}
.l-content h3.title_ex {
    font-size: 17px;
    font-weight: bold;
    margin: 30px 0 0;
}
.l-content .txt_15{
	font-size: 15px;
}
.l-content .table_list_01{
	width: 920px;
	margin: 20px auto 10px;
}
.l-content .table_list_01 th{
	font-weight: bold;
}
.l-content .table_list_01 th.bg_01{
	background-color: #dddddd;
}
.l-content .table_list_01 td{
	padding: 10px 5px;
}
.l-content .table_list_01 a{
	font-weight: bold;
	text-decoration: none;
}
.l-content .table_list_01 td.bg_ex{
	background-color: #dae9f8;
	font-weight: bold;
	color:#0f218b;
}
.l-content span.new {
  display: inline-block;
  width: 42px;
  padding: 3px 0 1px;
  margin: 0 0 3px 7px;
  background-color: #d00;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.l-content .m-btnList--center li a {
    width: 250px;
    height: 40px;
    padding: 10px;
}
.l-content .m-btnList--center li{
	padding-left: 32px;
}
.l-content .btn_cv_01{
    width: 350px;
    height: 50px;
    font-size: 15px;
    padding: 15px;
}
.l-content .title_h3{
    width: 920px;
    height: 46px;
    background: #eeeeee;
    font-size: 17px;
    line-height: 46px;
    padding-left: 19px;
    box-sizing: border-box;
}
.l-content .col_right_left{
	text-align: right;
}
.l-content .col_right_left span{
	display: inline-block;
	text-align: left;
}
.l-content .new_item{
    width: 920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.l-content .new_item .pic {
	width:180px;
	text-align:center;
}
.l-content .new_item .pic a {
	width:150px;
}
.l-content .new_item .txt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 714px;
}
.l-content .new_item .txt p.lead{
	width:714px;
	font-size: 19px;
	font-weight: bold;
	color: #0f218b;
	margin: 0 0 16px 4px;
}
.l-content .new_item .box{
	background:#fffaeb;
	width:350px;
}
.l-content .new_item .box dl{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.l-content .new_item .box dl dt{
	color:#0f218b;
	font-weight:bold;
	font-size:15px;
	text-align: center;
	padding: 20px 0 20px 27px;
}
.l-content .new_item .box dl dt span{
	font-size:25px;
	line-height: 25px;
}
.l-content .new_item .box dl dd{
	font-size: 19px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 289px;
	text-align: center;
}
.l-content .txt .lead > a{
	text-decoration:none;
}
.l-content .new_item .pic.box_hover {
    opacity: 0.75;
    cursor: pointer;
}