@charset "utf-8";

.l-content .table_01 {
    width: 550px;
    margin: 0 auto;
}
.l-content .table_01 th,
.l-content .table_01 td {
    padding: 15px 5px;
    text-align: left;
    line-height: 18px;
    font-size: 18px;
}
.l-content .table_01 th.b_line {
    width: 115px;
    box-sizing: border-box;
}
.l-content .table_01 th.b_line,
.l-content .table_01 td.b_line {
    border-bottom:#333333 1px dotted;
}
.l-content .att_box {
    width: 800px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 20px;
}
.l-content .att_area {
	width: 650px;
	background-color: #f2f2f2;
	padding: 20px 0px;
    box-sizing: border-box;
}
.l-content .att_area .att {
	margin:0 0 30px 0;
	padding:0 30px 10px;
	background-color:#f2f2f2;
}
.l-content .att_area .att .ttl {
	width: 500px;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 20px 0 5px 0;
	border-bottom:#333333 1px dotted;
}
.l-content .att_area .att .ttl span{
    font-size: 22px;
}
.l-content .att_box .blank_box {
    width: 150px;
}
.l-content .btn_box {
    width: 650px;
    margin: 0 auto;
}
.l-content .btn_box .m-btnList--right {
    margin: 0 auto;
}
.l-content .btn_box > a.m-btn--strong {
    width: 360px;
}

.l-content .m-h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 80px 0 25px;
}
.l-content .m-h3 {
	margin: 80px 0 20px;
}
.l-content .item_title {
    width: 440px;
    height: 40px;
    background-color: #e6e6e6;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    font-weight: bold;
}
.l-content .text_ex01{
    font-size: 22px;
}
.l-content .text_ex02{
    font-size: 14px;
    line-height: 21px;
}
.l-content .m-btnList_2col li{
    width: 440px;
}
.l-content .m-btnList .btn_size_01{
    width: 95%;
}
.l-content .btn_size_02{
    padding: 10px 30px;
}
.l-content .txt_lead::before {
    content: url(/contents/info/pricechange_202510/img/txt_icon_l.png);
    position: absolute;
    left: 0;
    bottom: 0;
}
.l-content .txt_lead::after {
    content: url(/contents/info/pricechange_202510/img/txt_icon_r.png);
    position: absolute;
    right: 0;
    bottom: 0;
}
.l-content .txt_lead {font-size:19px;position: relative;width: 330px;margin: 0 auto;}
.l-content .txt_lead span{font-size:15px;}
.l-content .txt_att{
    display: flex;
    justify-content: flex-end;
    margin: 10px 40px 20px auto;
}
.l-content h1.titleBlock__h1 span{
font-size: 18px;
}
.l-content h1.titleBlock__h1{
font-size: 21px;
}


.l-content .info p.infoTxt {
    font-size: 20px;
}
.l-content .info p.infoTxt span:first-of-type,
.l-content .info p.infoTxt span:nth-of-type(1) {
    font-size: 22px;
}
.l-content .info p.infoTxt span:nth-of-type(2) {
    text-decoration: underline #333;
    text-decoration-thickness: 3px;
    text-underline-offset:4px;
}
.l-content .info p.infoTxt span:nth-of-type(3) {
    color: #dd0000;
    font-size: 28px;
    text-decoration: underline #dd0000;
    text-decoration-thickness: 3px;
    text-underline-offset:4px;
}
.l-content .info .contents {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
}
.l-content .info .tableArea {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}
.l-content .info .tableArea th {
    background-color: #f5f5f5;
}
.l-content .info .tableArea th,
.l-content .info .tableArea td {
    width: 110px;
    height: 40px;
    border: solid 1px #ccc;
    padding-top: 5px;
}
.l-content .info .tableArea td {
    font-weight: bold;
    text-align: center;
}
.l-content .info .tableArea .table_02 th {
    font-size: 17px;
}
.l-content .info .tableArea .table_02 tr:nth-child(1) td span,
.l-content .info .tableArea .table_02 tr:nth-child(3) td span {
    font-size: 21px;
}
.l-content .info .tableArea .table_02 tr:nth-child(4) td:nth-child(1) {
    border-left: none;
    border-bottom: none;
}
.l-content .info .tableArea .table_02 tr:nth-child(4) td:nth-child(2) {
    background-color: #ffcc00;
    font-size: 22px;
    margin-left: 5px;
}
.l-content .info .tableArea .table_03 tr:nth-child(2) td:nth-child(3) {
    color: #dd0000;
}
.l-content .info .tableArea .table_03 tr:nth-child(3) td span,
.l-content .info .tableArea .table_03 tr:nth-child(4) td {
    font-size: 22px;
}
.l-content .info .tableArea .table_03 tr:nth-child(4) td {
    background-color: #0f218b;
    color: #fff;
    line-height: 30px;
    padding: 6px 0px 2px;
}

.l-content .pickup .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 10px;
    justify-content: space-between;
}
.l-content .pickup .wrap .item {
    position: relative;
    width: 215px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.l-content .wrap .item h4 {
    background-color: #e8e8e8;
    font-size: 16px;
    font-weight: normal;
    padding: 13px 0 10px;
}
.l-content .pickup .item .name {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    letter-spacing: -0.5px;
    line-height: 24px;
}
.l-content .pickup .item .model span {
    letter-spacing: -0.6px;
    white-space: nowrap;
}
.l-content .pickup .item .price {
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.l-content .pickup .item .price .regular  {
    line-height: 21px;
}
.l-content .pickup .item .price .regular p .num {
    font-size: 17px;
}
.l-content .pickup .item .price .box {
    width: 85px;
    line-height: 22px;
    background-color: #ffcc00;
    box-sizing: border-box;
    padding: 4px 0 2px;
    padding-left: 5px;
    text-align: left;
}
.l-content .pickup .item .price .box span.num,
.l-content .pickup .item .price .discount p span.num {
    font-size: 23px;
    margin-left: 6px;
}
.l-content .pickup .item .price .box span.txt {
    display: inline-block;
    margin-bottom: 9px;
    font-size: 11px;
}
.l-content .pickup .item .price .box span.line {
    display: inline-block;
    line-height: 15px;
    padding: 6px 0 4px;
}
.l-content .pickup .item .price .box span.color {
    color: #dd0000;
}
.l-content .pickup .item .price .discount {
    line-height: 27px;
}
.l-content .pickup .item .price .discount p:first-of-type {
    font-size: 10px;
}
.l-content .pickup .item .price .discount p {
    font-size: 18px;
}
.l-content .pickup .item .btn a {
    width: 180px;
    padding: 12px 0 9px;
}
.l-content .catBtnTxt {
    color: #dd0000;
}
.l-content .catBtn a {
    width: 360px;
    line-height: 1;
    padding: 18px 0 16px;
}
.l-content .wrap {
    width: 900px;
    margin: 0 auto;
}
.l-content .wrap h3 {
    font-size: 17px;
    font-weight: normal;
    padding: 7px 10px 5px;
    border-left: 5px solid #999;
    background-color: #e6e6e6;
    text-indent: 0;
}
.l-content .wrap h4.dotted {
    font-weight: normal;
    padding: 6px 0;
    border-bottom: 1px dotted #999;
    margin-left: 10px;
    margin-right: 10px;
    text-indent: 0;
}
.l-content .wrap h4.dotted span {
    font-size: 15px;
}
.l-content .itemList {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}
.l-content .itemList .item .img {
    width: 200px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}