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

/*case*/
.l-content .case {
    border: solid 1px #ccc;
    padding-bottom: 30px;
}
.l-content .case h2 {
    background-color: #009d52;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    padding: 9px 0 7px;
}
.l-content .case .content {
    width: 1140px;
}
.l-content .case .content h3 {
    border-bottom: solid 1px #333;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}
.l-content .case .content ul.process {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.l-content .case .content ul.process > li {
    position: relative;
    width: 250px;
    max-height: 50px;
    background-color: #ccebdc;
    font-size: 23px;
    font-weight: bold;
    padding: 9.5px 0 6px;
    text-align: center;
}
.l-content .case .content ul.process > li:not(:last-child):after {
    position: absolute;
    top: 0;
    left: 250px;
    content: "";
    width: 43px;
    height: 50px;
    background-color: #ccebdc;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-content .case .content .ttl {
    font-size: 24px;
}
.l-content .case .content .itemList {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
}
.l-content .case .content .itemList .item {
    position: relative;
    width: 350px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 0 20px 30px;
}
.l-content .case .content .itemList .item:not(:last-child) {
    padding-top: 50px;
}
.l-content .case .content .itemList .item:last-child {
    padding-top: 9px;
}
.l-content .case .content .itemList .item ul.flag {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
}
.l-content .case .content .itemList .item ul.flag > li {
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.l-content .case .content .itemList .item ul.flag > li.flag_recommend {
    background-color: #dd0000;
}
.l-content .case .content .itemList .item ul.flag > li.flag_sample {
    background-color: #009d52;
}
.l-content .case .content .itemList .item .name a {
    text-decoration: none;
}
.l-content .case .content .itemList .item .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.l-content .case .content .itemList .item .info .icon .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 .case .content .itemList .item .info .icon .icon_rohs,
.l-content .case .content .itemList .item .ex .img .icon .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 .case .content .itemList .item .info .icon .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 .case .content .itemList .item .info .icon p + p {
    margin-right: 5px;
}
.l-content .case .content .itemList .item .info .price span {
    font-size: 36px;
}
.l-content .case .content .itemList .item .btn a {
    width: 260px;
}
.l-content .case .content .itemList .item .btn a {
    width: 260px;
}
.l-content .case .content .itemList .item:last-child > div:nth-of-type(2) {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.l-content .case .content .itemList .item:last-child .name a {
    font-size: 18px;
    text-decoration: none;
}
.l-content .case .content .itemList .item:last-child .img {
    position: relative;
}
.l-content .case .content .itemList .item:last-child .img .icon {
    position: absolute;
    top: 5px;
    right: 0;
}
.l-content .case .content .itemList .item:last-child .price {
    margin-top: 7px;
}
.l-content .case .content .itemList .item:last-child .price span {
    font-size: 30px;
}
.l-content .case .content .itemList .item:last-child .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.l-content .case .content .itemList .item:last-child .btn a {
    width: 140px;
}
.l-content .case .content .c-btn a {
    width: 450px;
    font-size: 19px;
    padding: 11px 12px;
}

/*recommend*/
.l-content .recommend .itemList {
    width: 1110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin: 20px auto 0;
}
.l-content .recommend .itemList .item {
    position: relative;
    width: 350px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 70px 20px 25px;
}
.l-content .recommend .itemList .item ul.flag {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.l-content .recommend .itemList .item ul.flag li {
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
}
.l-content .recommend .itemList .item ul.flag li.flag_sample {
    background-color: #009d52;
    color: #fff;
}
.l-content .recommend .itemList .item ul.flag li.flag_new {
    border: solid 2px #dd0000;
    box-sizing: border-box;
    color: #dd0000;
}
.l-content .recommend .itemList .item .name a {
    text-decoration: none;
}
.l-content .recommend .itemList .item .img {
    position: relative;
}
.l-content .recommend .itemList .item .img .icon {
    position: absolute;
    right: 0;
    bottom: 0;
}
.l-content .recommend .itemList .item .icon .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 .recommend .itemList .item .icon .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 .recommend .itemList .item .icon .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 .recommend .itemList .item .icon p + p {
    margin-right: 5px;
}
.l-content .recommend .itemList .item .price span {
    font-size: 36px;
}
.l-content .recommend .itemList .item .btn a {
    width: 260px;
}

/*cost*/
.l-content .cost .m-listTable {
    width: 950px;
}
.l-content .cost .m-listTable .em{
    font-size: 19px;
    color: #dd0000;
}
.l-content .cost .m-listTable .m-alert {
    color: #333;
}

/*voice*/
.l-content .voice .itemList {
    width: 1110px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}
.l-content .voice .itemList .item {
    position: relative;
    width: 350px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 40px 20px 30px;
}
.l-content .voice .itemList .item ul.flag {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 30px;
    background-color: #009d52;
}
.l-content .voice .itemList .item ul.flag > li {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.l-content .voice .itemList .item > div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.l-content .voice .itemList .item .name a {
    text-decoration: none;
}

/*economy*/
.l-content .economy {
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.l-content .economy h2,
.l-content .economy .ttl {
    font-size: 30px;
}
.l-content .economy h2 {
    display: flex;
    align-items: center;
    background-color: #ffcc00;
}
.l-content .economy h2 span:last-child {
    width: 100%;
    padding-top: 3px;
}
.l-content .economy .ttl:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 36px;
    background-image: url(/pr/perf_cost_sensor/img/img_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-right: 20px;
}
.l-content .economy .ttl:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 36px;
    background-image: url(/pr/perf_cost_sensor/img/img_03.png);
    background-repeat: no-repeat;
    background-size: auto;
    vertical-align: middle;
    margin-left: 20px;
}
.l-content .economy .itemList {
    width: 1130px;
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0;
}
.l-content .economy .itemList .item {
    position: relative;
    width: 260px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 20px 10px 20px 20px;
}
.l-content .economy .itemList .item > div:first-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 106px;
    height: 85px;
    background-image: url(/pr/perf_cost_sensor/img/img_04.png);
    background-repeat: no-repeat;
    background-size: auto;
}
.l-content .economy .itemList .item > div:first-child p  {
    font-size: 12px;
    line-height: 19px;
    padding-top: 7px;
}
.l-content .economy .itemList .item > div:first-child p span.color {
    color: #dd0000;
}
.l-content .economy .itemList .item .img {
    position: relative;
}
.l-content .economy .itemList .item .img .icon {
    position: absolute;
    right: 45px;
    bottom: 0;
}
.l-content .economy .itemList .item .img .icon .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 .economy .itemList .item .price span {
    font-size: 36px;
}
.l-content .economy .itemList .item .btn a {
    width: 200px;
}

/*service*/
.l-content .service > p:first-of-type {
    display: flex;
    justify-content: center;
    font-size: 30px;
}
.l-content .service p.ttl {
    color: #004098;
    font-size: 30px;
}
.l-content .service p.ttl:before {
    content: "";
    display: inline-block;
    width: 400px;
    height: 2px;
    background-color: #0d4da1;
    margin-right: 20px;
    vertical-align: middle;
}
.l-content .service p.ttl:after {
    content: "";
    display: inline-block;
    width: 400px;
    height: 2px;
    background-color: #0d4da1;
    margin-left: 20px;
    vertical-align: middle;
}
.l-content .service .box {
    background: linear-gradient(90deg, #b2c5e0 0%, #b2c5e0 50%, #fff0b2 50%, #fff0b2 100%);
    border: solid 1px #ccc;
    box-sizing: border-box;
}
.l-content .service .box > div:first-child {
    display: flex;
    align-items: center;
}
.l-content .service .box > div:first-child > p {
    font-size: 30px;
    padding: 14px 0 11px;
}
.l-content .service .box > div:first-child > p:first-of-type {
    width: 50%;
    background-color: #004098;
    color: #fff;
}
.l-content .service .box > div:first-child > p:last-of-type {
    width: 50%;
    background-color: #ffcc00;
}
.l-content .service .box .itemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    width: 1130px;
    margin: 0 auto;
    padding: 30px 0;
}
.l-content .service .box .itemList .item {
    width: 210px;
    background-color: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding-bottom: 15px;
}
.l-content .service .box .itemList .item > p:first-of-type {
    padding: 0 10px;
}
