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

.l-content .itemList .item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 180px;
    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: left;
    width: 90%;
}
.l-content .itemList .item .name {
    margin-top: 10px;
    font-weight: bold;
    color: #004098;
    width: 92%;
}
.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: 150px;
}
.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: 880px;
	margin: 20px auto 30px;
}
.l-content .table_list_01 th{
	background-color: #dddddd;
	font-weight: bold;
}
.l-content .table_list_01 td{
	padding: 7px 15px;
}
.l-content .table_list_01 a{
	font-weight: bold;
	text-decoration: none;
}
.l-content span.new {
  display: inline-block;
  width: 42px;
  padding: 3px 0 1px;
  margin: 0 0 3px;
  background-color: #d00;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.l-content a.btn_dl_icon{
	background-image: url("/maker/misumi/mech/product/sus316/img/btn_icon_dl.png");
	background-repeat: no-repeat;
	background-position: 51px center;
	width: 360px;
	height: 48px;
	font-size: 15px;
	padding: 13px 0 0 44px;
}