.l-content .m-alert__icn{
    color: #333333;
}

.l-content .h2Ttl{
    padding-top: 3px;
    padding-left: 10px;
    width: 950px;
    height: 45px;
    background-color: #f5f5f5;
    border-left: 10px solid #009d52;
    box-sizing: border-box;
    font-size: 21px;
    line-height: 42px;
}

.l-content .h3Ttl{
    margin: auto;
    width: 930px;
    border-bottom: 2px solid #999999;
    font-size: 19px;
    font-weight: bold;
}

.l-content .c-nav {
    margin: 0 auto;
}

.l-content .c-nav .c-nav__item a{
    width: 220px;
}

.l-content .ancNavArea{
    padding: 20px 0;
    width: 950px;
    background-color: #f5f5f5;
}

.l-content .ancNavArea .ancNav{
    display: flex;
    justify-content: space-evenly;
}

.l-content .ancNavArea .ancNav .item{
    width: 150px;
    position: relative;
}

.l-content .ancNavArea .ancNav .item .icon_new{
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 6px 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    background-color: #dd0000;
}

.l-content .ancNavArea .ancNav .item .anc_txt{
    display: inline-block;
    position: relative;
    padding-left: 14px;
}

.l-content .ancNavArea .ancNav .item .anc_txt::after{
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTguMDAwMDEgOS45OUwyLjUxMDAxIDQuNDlMMy41MDAwMSAzLjVMOC4wMDAwMSA4TDEyLjUxIDMuNUwxMy40OSA0LjQ5TDguMDAwMDEgOS45OVoiIGZpbGw9IiMwMDQwOTgiLz4KPHBhdGggZD0iTTE0IDExLjVIMlYxMi45SDE0VjExLjVaIiBmaWxsPSIjMDA0MDk4Ii8+Cjwvc3ZnPg==) 0 0 no-repeat;
}

.l-content .wrap_itemList{
    margin: auto;
    width: 930px;
    height: auto;
    box-sizing: border-box;
    padding: 20px 0;
}

.l-content .itemList{
    padding-left: 1px;
    letter-spacing: -0.4em;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.l-content .itemList li {
    margin: 0 16px 15px 0px;
}

.l-content .itemList li:nth-child(4n) {
    margin-right: 0;
}

.l-content .itemList .item{
    letter-spacing: normal;
    border: 1px solid #bfbfbf;
    width: 220px;
    background-repeat: repeat-y;
    padding: 10px 10px;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    position: relative;
}

.l-content .itemList .item.recommend{
    border: 2px solid #dd0000;
}

.l-content .itemList .item.recommend::before{
    content: "おすすめ";
    padding-top: 2px;
    width: 220px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #dd0000;
    position: absolute;
    top: -40px;
    left: -2px;
}

.l-content .itemList .item .name a{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #004098;
}

.l-content .itemList .item .pic{
    width: 150px;
    margin: 35px auto 40px;
    position: relative;
}

.l-content .itemList .item .pic .icon_new{
    position: absolute;
    top: -17px;
    left: -18px;
    padding: 3px 8px 2px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background-color: #dd0000;
}

.l-content .itemList .item .pic .icon__outer{
    position: absolute;
    top: 145px;
    right: -20px;
    z-index: 5;
    width: 195px;
}

.l-content .itemList .item .pic .icon__outer .icon_stock {
    float: right;
    width: 40px;
    height: 30px;
    color: #e98c00;
    border: 2px solid #e98c00;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.l-content .itemList .item .pic .icon__outer .icon_rohs{
    float: right;
    width: 40px;
    height: 30px;
    color: #54aa00;
    border: 2px solid #54aa00;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.l-content .itemList .item .pic .icon__outer .icon_ce {
  float: right;
  width: 40px;
  height: 30px;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.l-content .itemList .item .pic .icon__outer .icon_bgs{
  float: right;
  width: 40px;
  height: 30px;
  color: #006baf;
  border: 2px solid #006baf;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.l-content .itemList .item .pic .icon__outer p + p {
    margin-right: 5px;
}

.l-content .itemList .item .value{
    font-size: 12px;
}

.l-content .itemList .item .btn a{
    width: 180px;
}

.l-content .cost .m-listTable .em{
    font-size: 19px;
    color: #dd0000;
}

.l-content .cost .recommend{
    margin: auto;
    padding: 21px 0 28px 0;
    width: 800px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.l-content .cost .recommend .ttl{
    font-size: 19px;
    font-weight: bold;
}

.l-content .cost .recommend .flex{
    display: flex;
    justify-content: space-evenly;
}

.l-content .cost .recommend .flex .box{
    width: 210px;
}

.l-content .cost .recommend .flex .m-btn--up{
    width: 210px;
}

.l-content .voice .wrapper{
    display: flex;
    justify-content: center;
}

.l-content .voice .flex{
    display: flex;
}

.l-content .voice .problem{
    width: 340px;
    border: 1px solid #cccccc;
    position: relative;
}

.l-content .voice .problem .ttl{
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .voice .problem::after{
    content: url("../img/pic_arrow.png");
    position: absolute;
    top: 80px;
    right: -50px;
}

.l-content .voice .solution{
    width: 530px;
    border: 1px solid #cccccc;
}

.l-content .voice .solution .ttl{
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    background-color: #edf7fb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .voice .solution .flex{
    position: relative;
}

.l-content .voice .solution .flexLeft{
    position: absolute;
    left: 0;
}

.l-content .voice .solution .flexRight{
    position: absolute;
    right: 0;
}

.l-content .recruit{
    margin: auto;
    width: 900px;
    background-color: #f5f5f5;
}

.l-content .recruit .btn a{
    width: 300px;
    height: 45px;
    font-size: 17px;
    line-height: 29px;
}

.l-content .recruit .step{
    display: flex;
    align-items: center;
}

.l-content .recruit .step .number{
    padding-top: 2px;
    width: 120px;
    height: 36px;
    font-size: 15px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    color: #009d52;
    background-color: #ccebdc;
    border: 1px solid #009d52;
    border-radius: 5px;
    box-sizing: border-box;
}

.l-content .recruit .example{
    margin: auto;
    padding: 26px 30px;
    width: 760px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
}

/*leadTxt*/
.l-content .leadTxt em {
    color: #dd0000;
}

/*bnr*/
.l-content .bnr > p {
    font-size: 17px;
}
.l-content .bnr > p > span {
    font-size: 19px;
}