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

.l-content .fs-14 {
    font-size: 14px;
}

.l-content .fs-16 {
    font-size: 16px;
}

.l-content .fs-18 {
    font-size: 18px;
}

.l-content .fs-19 {
    font-size: 19px;
}

.l-content .pl-0 {
    padding-left: 0;
}

.l-content .c-anchor{
    margin: auto;
}

.l-content .c-anchor .anchorList {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.l-content .c-anchor .anchorList .m-btn--down{
    width: 174px;
}

.l-content .m-btn--conversion.large {
    padding: 13px 12px;
    width: 485px;
    height: 68px;
    font-size: 14px;
}

.l-content h2.h2Ttl {
    box-sizing: border-box;
    border-bottom: 2px solid #ccc;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.l-content h2.h2Ttl span {
    border-left: 5px solid #3992ea;
    display: block;
    color: #333;
    padding: 0 0 0 10px;
    line-height: 1.2;
}

.l-content .mv {
    height: 200px;
    display: flex;
}

.l-content .mv .box {
    width: 664px;
    border: 5px solid #3992ea;
    border-style: solid none solid solid;
    display: flex;
}

.l-content .mv .box h1 {
    font-size: 32px;
    color: #3992ea;
}

.l-content .mv .box h1 span{
    font-size: 27px;
}

.l-content .mv .box .flex {
    display: flex;
}

.l-content .mv .box .flex .txt {
    font-size: 18px;
    font-weight: bold;
}

.l-content .mv .box .flex .pict_new {
    margin-left: 10px;
    padding-top: 2px;
    width: 61px;
    height: 28px;
    font-size: 13px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #dd0000;
    box-sizing: border-box;
}

.l-content .mv .box .flex .pict_zaiko {
    margin-left: 10px;
    padding-top: 2px;
    width: 117px;
    height: 28px;
    font-size: 13px;
    line-height: 26px;
    font-weight: bold;
    color: #3992ea;
    text-align: center;
    border: 1px solid #3992ea;
    box-sizing: border-box;
}

.l-content .release .flex {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.l-content .release .item{
    width: 280px;
}

.l-content .release .ttl {
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 5px solid #ffcc00;
}

.l-content .cost .m-table .flex {
    display: flex;
}

.l-content .cost .m-table .amount {
    width: 435px;
}

.l-content .cost .m-table .amount .existing{
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    background-color: #a1a1a1;
}

.l-content .cost .m-table .amount .new{
    width: 174px;
    height: 38px;
    line-height: 38px;
    background-color: #ffcc00;
}

.l-content .cost .m-table .borderPrice {
    border-top: 3px solid #dd0000;
    border-bottom: 3px solid #dd0000;
    border-left: 3px solid #dd0000;
}

.l-content .cost .m-table .borderDelivery {
    border-top: 3px solid #dd0000;
    border-right: 3px solid #dd0000;
    border-bottom: 3px solid #dd0000;
}

.l-content .test .flex {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.l-content .test .flex .item {
    padding: 15px 0;
    width: 270px;
    border: 1px solid #cccccc;
}

.l-content .test .ttl {
    margin: auto;
    padding-bottom: 15px;
    width: 219px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-bottom: 1px solid #cccccc;
}

.l-content .sample .flex {
    display: flex;
    gap: 90px;
}

.l-content .sample .flex .m-btnWin--strong {
    padding: 9px 13px;
    width: 196px;
}

.l-content .sample .flex .m-btn--conversion {
    padding: 9px 13px;
    width: 196px;
}

.l-content .related_products .flex {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.l-content .related_products .flex .item {
    padding: 18px 0;
    width: 225px;
    border: 1px solid #cccccc;
}

.l-content .related_products .flex .item .pic {
    margin: auto;
    width: 160px;
}

.l-content .related_products .flex .item .pic.box_hover img {
    cursor: pointer;
    opacity: 0.75;
}

.l-content .bnrArea .flex {
    display: flex;
    justify-content: space-between;
}