
#about {
    margin-top: 86px;
}

.about-text {
    margin-top: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #333333;
}
.advantage-title p {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #007C36;
}
.advantage-title {
    border: 2px solid #007C36;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}
.advantage-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: #333333;
    min-height: 84px;
    margin-bottom: 24px;
}
.advantage-items span {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #333333;
}
.advantage-items li {
    list-style: none;
}
.advantage-items li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
}
.advantage-items li:not(:first-child) {
    padding-top: 12px;
}
.advantage-pink span:first-child {
    font-weight: 500;
    color: #EE86A8;
    min-width: 156px;
    margin-right: 24px;
    display: inline-block;
}
.advantage-green span:first-child {
    font-weight: 500;
    color: #6FBA2C;
    min-width: 156px;
    margin-right: 24px;
    display: inline-block;
}
.advantage-blue span:first-child {
    font-weight: 500;
    color: #73B0E1;
    min-width: 156px;
    margin-right: 24px;
    display: inline-block;
}
.cleanup-btn-wrapper {
    margin-top: 48px;
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cleanup-btn {
    padding: 20px 46px 24px;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #121212;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 90px;
    width: 485px;
    transition: background 0.4s, color 0.4s, border 0.4s;
}
.btn-plain .cleanup-btn:after {
    content: '';
    position: absolute;
    right: 16px;
    background: url(../img/cleanup/ico_arrow_right_red_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 6px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-plain .cleanup-btn:hover {
    background-color: #F9F9F9;
}
.btn-blue .cleanup-btn {
    background: #73B0E1;
    border: 1px solid #73B0E1;
    color: #FFFFFF;
}
.btn-blue .cleanup-btn:hover {
    background-color: #FFFFFF;
    color: #73B0E1;
}
.btn-blue .cleanup-btn:hover:after {
    background-image: url(../img/cleanup/ico_arrow_right_blue.svg);
}
.cleanup-btn:after {
    content: '';
    position: absolute;
    right: 16px;
    background: url(../img/cleanup/ico_arrow_right_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 6px;
    height: 12px;
    top: 50%;
    transform: translateY(-59%);
}
.cleanup-btn-wrapper.btn-plain.spOnly {
    display: none;
}
.cleanup-page-links {
    height: 79px;
    width: 100%;
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cleanup-page-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cleanup-page-links li {
    display: flex;
    width: calc((378/1900) * 100%);
    justify-content: center; 
    border-left: 1px solid rgba(0, 0, 0, 0.1); 
}
.cleanup-page-links li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.cleanup-page-links li a {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #121212;
}
.cleanup-page-links li.arrow-up a:after {
    transform: rotate(180deg);
}   
.cleanup-page-links li a:hover {
    color: rgba(18, 18, 18, 0.5);
}
.cleanup-page-links li a:after {
    content: '';
    position: absolute;
    background-image: url(../img/cleanup/ico_arrow_down_red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 6px;
    left: -24px;
    top: 42%;
}
#plan {
    padding-top: 96px;
}
.plan-note {
    margin-top: 32px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: #333333;
}
.link-arrow-down {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #121212;
    padding-left: 21px;
    text-decoration: none;
}
.link-arrow-down:hover {
    color: rgba(18, 18, 18, 0.5);
}
.link-arrow-down:before {
    content: '';
    position: absolute;
    background: url(../img/cleanup/ico_arrow_down_red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 6px;
    left: 0;
    top: 42%;
}
.link-red-arrow {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #121212;
    padding-left: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.link-red-arrow:hover {
    color: rgba(18, 18, 18, 0.5);
}
.link-red-arrow:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: -8px;
    background: url(../img/cleanup/ico_arrow_right_red.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.plan-modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    padding-top: 145px;
    z-index: 10;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(0,0,0,0.66); 
    justify-content: center;
    display: none;
}
.plan-modal-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plan-modal .close-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
.plan-modal .close-btn img {
    width: 40px;
    height: 40px;
}
.plan-modal .close-btn p {
    margin-top: 9px;
}
.test {
    height: 100vh;
    margin: 0 auto;
    width: 1px;
    background-color: red;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 0;
    transform:translateX(-50%);
    display: none;
}
.plan-modal .plan-modal-inner {
    width: 1000px;
}
.plan-modal .plan-modal-inner img {
    max-width: 100%;
}
.plan-modal.open {
    display: flex;
}
.plan-tabs-wrapper {
    margin-top: 48px;
    margin-bottom: 96px;
}
.plan-tabs {
    width: 100%;
    display: flex;
    height: 78px;
    align-items: flex-end;
    /* background-color: pink; */
}
.plan-tab {
    width: calc((333.67/1000) * 100%);
    background-color: #F9F9F9;
    height: 68px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.plan-tab:hover {
    color: rgba(18, 18, 18, 0.5);
}
.plan-tab.tab-blue.active {
    height: 78px;
    color: #73B0E1;
    background: #FFFFFF;
    border-top: 2px solid #73B0E1;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 5;
}
.plan-tab.tab-pink.active {
    height: 78px;
    color: #EE86A8;
    background: #FFFFFF;
    border-top: 2px solid #EE86A8;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 5;
}
.plan-tab.tab-green.active {
    height: 78px;
    color: #6FBA2C;
    background: #FFFFFF;
    border-top: 2px solid #6FBA2C;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 5;
}
.plan-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
    display: none;
}
.plan-content.active {
    display: block;
}
.plan-content-section {
    padding: 48px 40px 48px;
}
.plan-content-top-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: #333333;
}
.plan-content-header {
    display: flex;
    padding: 20.5px 20px;
    align-items: center;
    column-gap: 20px;
    margin-top: 48px;
    margin-bottom: 32px;
}
.plan-content-number {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.plan-content-header-1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #121212;
}
.plan-content-header-2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #121212;
}
.plan-content-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #121212;
    margin-bottom: 16px;
}
.plan-content-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: #333333;
    margin-bottom: 32px;
}
.content-blue .plan-content-header {
    border-top: 2px solid #73B0E1;
    background-color: #F3F8FC;
}
.content-blue .plan-content-number {
    background-color: #73B0E1;
    padding: 4px 10px;
}
.box {
    border-width: 2px;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    background-color: #FFFFFF;
}
.box-sm {
    height: 35px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 6px;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.content-blue .box {
    border-color: #73B0E1;
    color: #73B0E1;
}
.content-blue .plan-content-chart {
    color: #73B0E1;   
}
.plan-content-chart-img {
    width: 100%;
    margin-bottom: 16px;
}
.plan-content-chart  {
    display: flex;    
    align-items: center;
    margin-bottom: 16px;
    justify-content: space-between;
}
.plan-content-chart-text {
    display: inline;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.plan-content-chart-inner {
    display: flex;
    row-gap: 16px;
    column-gap: 8px;
    flex-wrap: wrap;
}
.content-blue .plan-content-chart {
    padding: 28px 34px 36px;
}
.plan-content-chart-blue-arrow {
    width: 86.99px;
    height: 47px;
    /* margin-left: 28px;
    margin-right: 24px; */
}
.box-lg {
    height: 91px;
    display: flex;
    padding: 0 20px;
    background-color: #FFFFFF;
}
.box-lg p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
}
.plan-content-section-table {
    margin-bottom: 16px;
}
.plan-content-section-table table {
    width: 100%;
}
.plan-content-section-table table th {
    height: 84px;
    vertical-align: middle;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.plan-content-section-table table td {
    vertical-align: middle;
    text-align: center;
    height: 85px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}  
.tb-main-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
}
.tb-subheading {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
}
.plan-content-section-table th:nth-child(n+3){
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.plan-content-section-table td:nth-child(n+3){
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.plan-content-section-table tr:not(:last-child):not(:first-child) td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-blue .plan-content-section-table .amount {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
}
.content-blue .plan-content-section-table .tax {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.04em;
}
.content-blue .section-header-3 {
    border-left: 4px solid #73B0E1;
}
.content-blue .plan-content-section-table {
    border: 2px solid #73B0E1;
    width: 100%;
}
.content-blue .plan-content-section-table .tb-main-heading {
    background: #73B0E1;
    color: #FFFFFF;
}
.content-blue .plan-content-section-table .tb-subheading {
    background-color: #F3F8FC;
}
.blue-chart-box {
    display: flex;
    flex-direction: column;
    padding: 24px 34px 16px;
    margin-bottom: 16px;
}

.blue-chart-box img{
   max-width: 852px;
}
.plan-content-note {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: #666666;
    position: relative;
    padding-left: 17px;
}
.plan-content-note:before {
    content: '※';
    position: absolute;
    left: 0;
}
.plan-content-note.mt20 {
    margin-top: 20px;
}
.plan-content-note.mb20 {
    margin-bottom: 20px;
}
.plan-content-testimonials {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    padding: 0 40px;
}
.plan-content-testimonials-img {
    width: 80px;
    height: 80px;
}
.plan-content-testimonials-item {
    display: flex;
    padding: 32px 0px;
    column-gap: 24px;
}
.plan-content-testimonials-item:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.plan-content-testimonials-item .plan-content-text {
    margin-bottom: 8px;
}
.content-pink .plan-content-header {
    border-top: 2px solid #EE86A8;
    background-color: #FDF3F6;
}
.content-pink .box {
    border-color: #EE86A8;
    color: #EE86A8;
}
.content-pink .plan-content-number {
    background-color: #EE86A8;
    padding: 4px 10px;
}
.plan-content-text-img {
    display: flex;
    column-gap: 40px;
}
.plan-content-text-img .plan-content-text {
    width: calc((545/921) * 100%);
}
.plan-content-img-group {
    width: calc((336/921) * 100%);
    display: flex;
    column-gap: 16px;
}
.plan-content-img-group img {
    width: calc(50% - 8px);
    height: 90px;
}
.plan-content-flowchart {
    position: relative;
}
.plan-content-flowchart ul {
    display: flex;
    justify-content: space-between;
    z-index: 5;
    position: relative;
}
.plan-content-flowchart ul li {
    background: #FFFFFF;
    border-width: 2px ;
    border-style: solid;
    list-style: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    width: calc((171.4/921) * 100%);
    padding: 8px 0;
}
.plan-content-flowline {
    height: 2px; 
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
}
.content-pink .plan-content-flowchart ul li {
    border-color: #EE86A8;
    color: #EE86A8;
}
.content-pink .plan-content-flowline {
    background-color: #EE86A8;
}
.plan-content-text-group {
    padding: 32px 40px;
    margin-top: 32px;
    margin-bottom: 16px;
}
.plan-content-text-group .plan-content-title {
    margin-bottom: 24px;
}
.plan-content-text-group li {
    display: flex;
    list-style: none;
    column-gap: 32px;
}
.plan-content-text-group li:not(:first-child) {
    padding-top: 24px;
}
.plan-content-text-group li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 24px;
}
.plan-content-text-group .text-group-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #121212;
    margin-bottom: 24px;
    width: calc((169/841) * 100%);
}
.plan-content-text-group .text-group-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: #333333;
    width: calc((640/841) * 100%);
}
.content-pink .plan-content-chart {
    padding: 32px 0;
    display: flex;
    justify-content: center;
}
.content-pink .plan-content-chart-text {
    color: #EE86A8;
}
.plan-content-promo {
    display: flex;
    column-gap: 32px;
    margin-bottom: 48px;
}
.promo {
    padding: 29px 0 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc((160/921) * 100%);
}
.promo-caption {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;    
}
.promo-percent {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;   
}
.content-pink .promo-caption {
    color: #EE86A8;
}
.content-pink .promo-percent{
    color: #EE86A8;
}
.promo-text {
    width: calc((729/921) * 100%);
}
.promo-text .plan-content-text {
    margin-bottom: 8px;
}
.content-pink .section-header-3 {
    border-left: 4px solid #EE86A8;
}
.content-pink.plan-content-section-table.table-2 {
    border: 2px solid #EE86A8;
}
.content-pink th {
    background: #EE86A8;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.content-pink .table-2-amount {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #333333;
}
.content-pink .table-2-tax {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.04em;
    color: #333333;
}
.plan-content-table-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-pink .plan-content-section-table.table-2 {
    width: calc((421/921) * 100%);
}
.plus-sign {
    width: 31px;
    height: 31px;
    display: block;
}
.content-pink .tb-main-heading {
    height: 62px;
}
.btn-pink .cleanup-btn {
    background: #EE86A8;
    border: 1px solid #EE86A8;
    color: #FFFFFF;
}
.btn-pink .cleanup-btn:hover {
    background: #FFFFFF;
    color: #EE86A8;
}
.btn-pink .cleanup-btn:hover:after {
    background-image: url(../img/cleanup/ico_arrow_right_pink.svg);
}
.content-green .plan-content-header {
    border-top: 2px solid #6FBA2C;
    background-color: #F1F8EA;
}
.content-green .plan-content-number {
    background-color: #6FBA2C;
    padding: 4px 10px;
}
.plan-content-caption {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #121212;
    margin-bottom: 16px;
}
.content-green .plan-content-flowchart ul li {
    border-color: #6FBA2C;
    color: #6FBA2C;
}
.content-green .plan-content-flowchart > ul {
    margin-bottom: 24px;
}
.plan-content-query {
    padding: 8px 16px;
    border: 2px dashed #6FBA2C;
    margin-bottom: 24px;
    width: fit-content;
}
.plan-content-query .plan-content-query-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #6FBA2C;
}
.content-green .plan-content-chart {
    padding: 28px 34px 36px;
}
.plan-content-chart .plan-content-text {
    margin-bottom: -8px;
}
.plan-content-chart-green-arrow {
    width: 86.99px;
    height: 47px;
}
.plan-content-chart-inner.years {
    width: calc((172/853) * 100%);
}
.plan-content-chart-inner.courses {
    width: calc((567/853) * 100%);
}
.content-green .box {
    border: 2px solid #6FBA2C;
    color: #6FBA2C;
}
.content-green .plan-content-chart-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #6FBA2C;
}
.content-green .plan-content-chart .box-sm {
    margin-right: 12px;
}
.content-green .promo-caption{
    color: #6FBA2C;
}
.content-green .promo-percent{
    color: #6FBA2C;
}
.content-green .section-header-3 {
    border-left: 4px solid #6FBA2C;
}
.content-green .plan-content-section-table {
    width: 100%;
    margin-bottom: 24px;
    margin-top: 24px;
}
.content-green .plan-content-section-table.table-3 table th {
    background: #6FBA2C;
    height: 54px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.content-green .plan-content-section-table.table-3 td:nth-child(n+2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.content-green .plan-content-section-table.table-3 table .tb-subheading {
    background: #F1F8EA;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #121212;
}
.content-green .plan-content-section-table table .amount {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #333333;
}
.content-green .plan-content-section-table table .tax {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.04em;
    color: #333333;
}
.content-green .plan-content-section-table table .tb-main-heading {
    background: #6FBA2C;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.content-green .plan-content-section-table table .tb-subheading {
    background: #F1F8EA;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #121212;
}
.btn-green .cleanup-btn {
    background: #6FBA2C;
    border: 1px solid #6FBA2C;
    color: #FFFFFF;
}
.btn-green .cleanup-btn:hover {
    background-color: #FFFFFF;
    color: #6FBA2C;
}
.btn-green .cleanup-btn:hover:after {
    background-image: url(../img/cleanup/ico_arrow_right_green.svg);
}
#repair {
    display: flex;
    flex-direction: column;
    margin-top: 96px;
    margin-bottom: 88px;
}
.repair-inner-2 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #007C36;
    padding: 40px 64px 48px;
    margin-bottom: 16px;
}
.repair-price-list li {
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #121212;
}

.repair-price-list li:nth-child(even):not(:last-child){
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#repair .two-col-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #121212;
    margin-bottom: 32px;
}
.repair-parts {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #007C36;
}
.repair-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    text-align: right;
    letter-spacing: 0.04em;
    color: #007C36;
}
.repair-addtext {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.1;
    text-align: right;
    color: #121212;
}
li:has(.repair-parts) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.repair-desc {
    margin-top: 16px;
}
.repair-price-wrapper {
    margin-top: 11px;
    padding-bottom: 5px;
}
.green-arrow-down {
    width: 0; 
    height: 0; 
    border-left: 46.5px solid transparent;
    border-right: 46.5px solid transparent;
    border-top: 24px solid #007C36;
    margin: 40px auto 32px;
}
.repair-cost {
    width: 100%;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    border: 4px solid #007C36;
    background-color: #FFFFFF;
}
.repair-cost-text {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #007C36;
}
.repair-caption {
    margin-top: 40px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #121212;
    text-align: center;
}
.product-img-wrapper.three-col {
    flex-wrap: wrap;
    row-gap: 40px;
}
.product-img-wrapper .three-col-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: calc(100%/3 - 27px);
}

/* Four columns */
.four-col {
    display: flex;
    column-gap: 24px;
    justify-content: start;
}
.product-img-wrapper.four-col {
    flex-wrap: wrap;
    row-gap: 40px;
}
.product-img-wrapper .four-col-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: calc(100%/4 - 18px);
}

.product-img-wrapper img:nth-child(2) {
    margin-top: 32px;
}
.product-img-wrapper-inner {
    height: 116px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.20);
    /* padding: 20px 59px; */
    width: 100%;
    justify-content: center;
    align-items: center;
}
.product-img-wrapper-inner img {
    margin: 0 auto;
}

.product-title-asterisk {
    font-size: 14px;
}

#centro-img {
    width: 189px;
    /* max-height: 27px;
    aspect-ratio: 189/27; */
}
#stedia-img {
    width: 151px;
    /* max-height: 47px;
    aspect-ratio: 150.89/47; */
}
#rakuera-img {
    width: 165px;
    /* max-height: 53px;
    aspect-ratio: 165.31/53; */
}
#colty-img {
    width: 130px;
}
#aquilabath-img {
    width: 188px;
    /* max-height: 52px;
    aspect-ratio: 245.54/52; */
}
#yuasis-img {
    width: 152px;
    /* max-height: 53px;
    aspect-ratio: 152.31/53; */
}
#selevia-img {
    width: 160px;
    /* max-height: 55.68px;
    aspect-ratio: 160/55.68; */
}
#rakuvia-img {
    width: 160px;
    /* max-height: 55.68px;;
    aspect-ratio: 160/55.68; */
}
#tiaris-img {
    width: 142px;
}
#elvita-img {
    width: 148px;
}
#s-img {
    width: 62px;
}
#fancio-img {
    width: 150px;
}
#rakutowa-img {
    width: 152px;
}
#bga-img {
    width: 150px;
}
#bts-img {
    width: 150px;
}
.product-unit-label {
    color: #121212;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.96px;
    margin: 10px 0 0;
    width: 100%;
}
.centro {
    width: 189px;
    height: 27px;
}
.stedia {
    width: 150.89px;
    height: 47px;
}
.rakuera {
    width: 165.31px;
    height: 53px;
}
.aqulia-bath {
    width: 245.54px;
    height: 52px;
}
.yuasis {
    width: 152.31px;
    height: 53px;
}
#warranty {
    margin-bottom: 96px;
}
.warranty-built-in {
    padding: 32px 40px;
    margin-top: 40px;
}
.warranty-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #121212;
    margin-bottom: 24px;
}
.warranty-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: translateX(20px);
    row-gap: 8px;
}
.warranty-built-in.bathroom-vanity .warranty-list {
    justify-content: flex-start;
    column-gap: 8px;
}
.warranty-list li {
    width: calc((301.67/921) * 100%);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: #333333;
    list-style: none;
    position: relative;
    padding-left: 12px;
}
.warranty-list li:before    {
    content: '';
    position: absolute;
    background-color: #007C36;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.warranty-notes {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.warranty-scope {
    margin-top: 40px;
    padding: 32px 40px;
    border: 1px solid #D80C24;
}
.warranty-scope-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: #D80C24;
}
#agreement {
    background: linear-gradient(0deg, #FDF1EB, #FDF1EB), #007C36;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 96px;
    padding-bottom: 96px;
}
#agreement .container {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
}
.agreement-inner.two-col{
    column-gap: 31px;
    width: 100%;
}
.agreement-inner .two-col-unit {
    width: calc((485/1000) * 100%);
    padding: 32px 40px;
    background: #FFFFFF
}
.agreement-inner .cleanup-btn {
    width: 301px;
}
.agreement-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #121212;
    height: 60px;
}
.agreement-inner .cleanup-btn-wrapper {
    margin: 24px 0 0;
}
.register {
    padding: 32px 40px 40px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}
.register .section-header-3 {
    border-left: none;
    padding-left: 0px;
    padding-bottom: 32px;
    margin: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
.register-caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #121212;
    margin-bottom: 32.07px;
}
.register-chart-1 {
    display: flex;
}
.register-btn-group {
    display: flex;
    column-gap: 24px;
}
.register-btn-group .cleanup-btn-wrapper {
    width: calc((100% - 48px)/3);
    margin: 0;
}
.register-inner .plan-content-note {
    margin-bottom: 24px;
}
.questions .section-header-3 {
    border-left: none;
    padding-left: 0px;
    padding-bottom: 32px;
    margin: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
.questions {
    padding: 32px 40px 40px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}
.questions-inner {
    display: flex;
    flex-direction: column;
}
.question-item {
    display: flex;
    flex-direction: column;
    row-gap: 11px;
}
.question-item:not(:last-child) {
    padding-bottom: 32px;
}
.question-item:not(:first-child) {
    padding-top: 32px;
}
.question-item p.question {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #121212;
    padding-left: 44px;
    position: relative;
    display: flex;
}
.question:before {
    content: 'Q';
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #EE7835;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    left: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
}
.answer {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: #333333;
}
.question-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.answer a.answer-link {
    color: #D80C24;
}
#agreement .membership-inquiry {
    margin-top: 0;
}
.smile-membership .membership-contact-number span:nth-child(1):before {
    background-image: url(../img/20y_support/ico_phone.svg);
}
.smile-membership .membership-map {
    background-image: url(../img/20y_support/img_map.png);
}
.smile-membership .membership-customer:before {
    background-image: url(../img/20y_support/ico_arrow_right_red.svg);
}
/*
Utilities
------------------------ */
.pc-mb-0 {
    margin-bottom: 0px !important;
}

.emptyTable {
    width: 220px;
}


@media screen and (max-width: 768px) {
    html {
        scroll-padding-top: 58px;
    }
    #advantage .three-col {
        flex-direction: column;
        row-gap: 32px;
    }
    .advantage-title {
        width: 140px;
        height: 140px;
    }
    .advantage-title p {
        font-size: 20px;
    }
    #advantage .three-col-unit {
        width: 100%;
    }
    .advantage-text-wrapper {
        display: flex;
        column-gap: 24px;
    }
    .advantage-desc {
        width: calc((171/335) * 100%);
        font-size: 14px;
    }
    .advantage-items span {
        font-size: 14px;
    }
    .cleanup-btn {
        padding: 16px 46px 16px 24px;
        font-size: 14px;
    }
    .cleanup-page-links {
        height: auto;
        padding: 24px 20px;
    }
    .cleanup-page-links ul {
        flex-direction: column;
    }
    .cleanup-page-links li {
        width: 100%;
        border-left: none;
        justify-content: flex-start;
        padding-left: 25px;
    }
    .cleanup-page-links li:last-child {
        border-right: none;
    }
    .cleanup-page-links li:not(:last-child) {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .cleanup-page-links li:not(:first-child) {
        padding-top: 16px;
    }
    #plan {
        padding-top: 0px;
    }
    .plan-modal {
        padding: 70px 20px;
    }
    .plan-modal.open {
        height: calc(100vh + 60px);
    }
    .plan-modal .plan-modal-inner {
        width: 100%;
    }
    .plan-modal-img {
        /* height: calc((650/775) * 100vh); */
        height: 70vh;
    }
    .plan-modal .close-btn {
        font-size: 14px;
        margin-top: 10px;
    }
    .plan-modal .close-btn img {
        width: 28px;
        height: 28px;
    }
    .plan-modal .close-btn p {
        margin-top: 4px;
    }
    .plan-chart-wrapper {
        overflow-x: scroll;
    }
    .plan-chart-wrapper img {
        height: 680px;
        width: auto;
    }
    .plan-chart-wrapper .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        top: -1px;
        height: 3px;
    }
    .plan-chart-wrapper .simplebar-track {
        height: 13px !important;
    }
    .plan-note {
        font-size: 14px;
    }
    .link-red-arrow {
        font-size: 14px;
    }
    .plan-tab {
        font-size: 16px;
        padding: 14px 10px;
    }
    .plan-tabs-wrapper {
        margin-bottom: 64px;
    }
    .plan-content-section {
        padding: 40px 20px;
    }
    .plan-content-top-text {
        font-size: 16px;
    }
    .plan-content-header {
        margin-top: 40px;
        margin-bottom: 24px;
        padding: 16px 6px 16px 16px;
        flex-wrap: wrap;
        column-gap: 12px;
        position: relative;
    }
    .content-blue .plan-content-section-table .tb-main-heading {
        text-align: left;
    }
    .content-blue .plan-content-header:after { 
        display: none;
    }
    .plan-content-header:after {
        content: '';
        position: absolute;
        right: 12px;
        background-image: url(../img/cleanup/ico_accor_plus_1.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .plan-content-header.open:after {
        background-image: url(../img/cleanup/ico_accor_minus_1.svg);
    }
    .plan-content-item {
        display: none;
    }
    .plan-content-item.open {
        display: block;
    }
    .plan-content-number {
        font-size: 16px;
    }
    .plan-content-header-1 {
        font-size: 14px;
        width: calc((156/245) * 100%);
        display: flex;
        flex-wrap: wrap;
    }
    .plan-content-header-2 {
        font-size: 20px;
        width: 100%;
        margin-top: 8px;
    }
    .plan-content-title {
        font-size: 18px;
    }
    .plan-content-text {
        font-size: 14px;
    }
    .plan-content-chart {
        flex-direction: column;
    }
    .plan-content-chart-inner.years {
        width: 100%;
        justify-content: center;
    }
    .plan-content-chart-blue-arrow {
        width: 57px;
        height: 63px;
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .plan-content-chart-inner.courses {
        width: 100%;
        column-gap: 4px;
    }
    .plan-content-chart-inner.courses .box {
        width: calc((96%-8px)/3);
        justify-content: center;
    }
    .content-blue .plan-content-chart {
        padding: 24px 20px;
    }
    .box-lg {
        height: auto;
        padding: 20px 8px;
    }
    .box-lg p {
        font-size: 14px;
        line-height: 2;
    }
    .font-lg {
        font-size: 26px;
        line-height: 1;
    }
    .box-sm {
        font-size: 16px;
    }
    .plan-content-chart-text {
        font-size: 18px;
    }
    .link-arrow-down {
        font-size: 14px;
    }
    .plan-content-section.gray-box .section-header-3 {
        margin-bottom: 24px;
    }
    .plan-content-text {
        margin-bottom: 24px;
    }
    .tb-main-heading {
        font-size: 16px;
        padding: 8px 10px;
    }
    tr:first-child th {
        font-size: 12px;
    }
    .tb-subheading {
        font-size: 14px;
    }
    .content-blue .plan-content-section-table .amount {
        font-size: 16px;
    }
    .content-blue .plan-content-section-table .tax {
        font-size: 12px;
        line-height: 1.5;
    }
    .plan-content-section-table table td {
        height: auto;
        padding: 10px 10px 14px;
        width: calc((98/295) * 100%);
    }
    .blue-chart-box {
        padding: 24px 20px;
    }
    .plan-content-note {
        font-size: 12px;
    }
    .plan-content-testimonials {
        padding: 0px 20px;
    }
    .plan-content-testimonials-item {
        flex-direction: column;
        align-items: center;
        padding: 24px 0px 24px;
        display: none;
    }
    .plan-content-testimonials-item.open {
        display: flex;
    }
    .plan-content-testimonials-item .plan-content-text {
        margin-bottom: 4px;
    }
    .plan-content-testimonials-img {
        margin-bottom: 8px;
    }
    .cleanup-btn-wrapper.testimonials-btn {
        padding: 0;
        width: 100%;
        margin-top: 24px;
    }
    .cleanup-btn-wrapper.testimonials-btn.spOnly.open {
        display: none;
    }
    .testimonials-btn a.cleanup-btn {
        font-size: 14px;
        background-color: #FFFFFF;
    }
    .testimonials-btn .cleanup-btn:after {
        background-image: url(../img/cleanup/ico_accor_plus_1.svg);
        width: 12px;
        height: 12px;
    }
    .testimonials-btn.open {
        display: none;
    }
    .cleanup-btn-wrapper {
        padding: 32px 20px;
        margin: 0;
    }
    .content-blue .cleanup-btn {
        font-size: 18px;
    }
    td.emptyTable {
        padding: 0 !important;
    }
    td.emptyTable img {
        width: 65px;
        height: 145px;
    }
    .plan-content-text-img {
        flex-direction: column;
    }
    .plan-content-text-img .plan-content-text {
        width: 100%;
    }
    .plan-content-img-group {
        width: 100%;
    }
    .plan-content-flowchart ul {
        flex-direction: column;
        row-gap: 8px;
    }
    .plan-content-flowchart ul li {
        width: 100%;
        font-size: 16px;
        padding: 6px 16px;
    }
    .plan-content-flowline {
        height: 200px;
        top: 30px;
        width: 2px;
        left: 50%;
        transform: translateX(-50%);
    }
    .plan-content-text-img {
        margin-bottom: 24px;
    }
    .plan-content-text-group {
        margin-top: 24px;
        padding: 24px 20px;
    }
    .plan-content-text-group .plan-content-title {
        margin-bottom: 16px;
    }
    .plan-content-text-group .text-group-title {
        font-size: 14px;
        width: 100%;
        margin-bottom: 4px;
    }
    .plan-content-text-group .text-group-desc {
        font-size: 14px;
        width: 100%;
    }
    .plan-content-text-group li {
        flex-direction: column;
    }
    .plan-content-chart-pink-arrow {
        width: 28px;
        height: 22px;
        margin-top: 20px;
        margin-bottom: 16px;
    }
    .content-pink .plan-content-chart-text {
        color: #EE86A8;
    }
    .content-pink .plan-content-chart {
        padding: 24px 0;
    }
    .content-pink .box-lg {
        padding: 2px 24px;
    }
    .plan-content-promo {
        flex-direction: column;
    }
    .promo {
        width: 100%;
        flex-direction: row;
        column-gap: 8px;
        padding: 8px 22px;
    }
    .promo-caption {
        font-size: 16px;
    }
    .promo-percent {
        font-size: 28px;
        display: inline;
    }
    .promo-text {
        width: 100%;
    }
    .promo-text .plan-content-text {
        margin-top: 16px;
    }
    .plan-content-promo {
        margin-bottom: 40px;
    }
    .plan-content-table-wrapper {
        flex-direction: column;    
    }
    .content-pink .plan-content-section-table.table-2 {
        width: 100%;
        margin: 0;
    }
    .content-pink th {
        font-size: 18px;
    }
    .content-pink .table-2-amount {
        font-size: 20px;
    }
    .content-pink .table-2-tax {
        font-size: 12px;
    }
    .content-pink .tb-main-heading {
        height: unset;
        padding: 8px 10px;
    }
    .plus-sign {
        width: 21px;
        height: 21px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .plan-note-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 4px;
    }
    .content-green .plan-content-flowchart ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        column-gap: 8px;
    }
    .content-green .plan-content-flowchart ul li {
        width: calc((94%-16px)/3);
        padding: 6px 11px;
    }
    .plan-content-caption {
        font-size: 16px;
    }
    .plan-content-query .plan-content-query-text {
        font-size: 16px;
    }
    .plan-content-query {
        width: 100%;
        padding: 6px 16px;
    }
    .content-green .plan-content-chart-text {
        font-size: 18px;
    }
    .content-green .plan-content-chart-inner.years {
        align-items: center;
    }
    .content-green .plan-content-chart {
        padding: 24px 20px;
    }
    .plan-content-chart-green-arrow {
        margin-top: 20px;
        margin-bottom: 12px;
        width: 57px;
        height: 63px;
    }
    .content-green .plan-content-section-table.table-3 table th {
        font-size: 18px;
        height: 43px;
    }
    .content-green .plan-content-section-table.table-3 table .tb-subheading {
        font-size: 14px;
    }
    .content-green .plan-content-section-table table .tax {
        font-size: 12px;
    }
    .content-green .plan-content-section-table.table-3 table td {
        width: auto;
    }
    .content-green .plan-content-section-table table .tb-main-heading {
        font-size: 16px;
    }
    .content-green .plan-content-section-table table .tb-subheading {
        font-size: 14px;
    }
    .content-green .plan-content-section-table table .amount {
        font-size: 18px;
    }
    .content-green .plan-content-section-table.table-3 table .tb-subheading {
        width: calc((120/295) * 100%);
    }
    #repair {
        margin-top: 64px;
    }
    .repair-inner-2 {
        padding: 40px 20px;
    }
    #repair .two-col {
        flex-direction: column;
        flex-wrap: wrap;
        row-gap: 16px;
    }
    #repair .two-col-unit {
        width: 100%;
    }
    #repair .two-col-title {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .repair-price-list {
        width: 100%;
    }
    .repair-text-img {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .repair-img {
        width: calc((128/295) * 100%);
    }
    .repair-price-list li {
        font-size: 14px;
    }
    .repair-parts {
        font-size: 16px;
    }
    .repair-price {
        font-size: 20px;
    }
    .repair-price-wrapper {
        margin-top: 3px;
        padding-bottom: 16px;
    }
    .green-arrow-down {
        margin: 32px auto 24px;
        border-left: 31px solid transparent;
        border-right: 31px solid transparent;
        border-top: 16px solid #007C36;
    }
    .repair-cost {
        padding: 8px 0;
        border-width: 2px;
    }
    .repair-cost-text {
        font-size: 24px; 
    }
    .repair-caption {
        font-size: 20px;
    }
    #product .three-col {
        flex-direction: row;
        row-gap: 15px;
        flex-wrap: wrap;
        column-gap: 15px;
    }
    .product-img-wrapper .three-col-unit {
        flex-direction: column;
        width: calc(50% - 7.5px);
    }

    /* Four column in PC */
    #product .four-col {
        flex-direction: row;
        row-gap: 15px;
        flex-wrap: wrap;
        column-gap: 15px;
    }
    .product-img-wrapper .four-col-unit {
        flex-direction: column;
        width: calc(50% - 7.5px);
    }

    .product-unit-label {
        font-size: 14px;
        letter-spacing: 0.56px;
        margin: 5px 0 0;
    }
    .product-img-wrapper-inner {
        height: 72px;
        /* padding: 20px 30px; */
        border: 1px solid rgba(0, 0, 0, 0.20);
        width: 100%;
    }
    #centro-img {
        width: calc((189/307) * 100%);
        /* max-height: 27px;
        aspect-ratio: 189/27; */
    }
    #stedia-img {
        width: calc((151/307) * 100%);
        /* max-height: 47px;
        aspect-ratio: 150.89/47; */
    }
    #rakuera-img {
        width: calc((130/307) * 100%);
        /* max-height: 53px;
        aspect-ratio: 165.31/53; */
    }
    #colty-img {
        width: calc((165/307) * 100%);
    }
    #aquilabath-img {
        width: calc((246/307) * 100%);
        /* max-height: 52px;
        aspect-ratio: 245.54/52; */
    }
    #yuasis-img {
        width: calc((152/307) * 100%);
        /* max-height: 53px;
        aspect-ratio: 152.31/53; */
    }
    #selevia-img {
        width: calc((160/307) * 100%);
        /* max-height: 55.68px;
        aspect-ratio: 160/55.68; */
    }
    #rakuvia-img {
        width: calc((160/307) * 100%);
        /* max-height: 55.68px;;
        aspect-ratio: 160/55.68; */
    }
    #tiaris-img {
        width: 96px;
    }
    #elvita-img {
        width: 100px;
    }
    #s-img {
        width: 44px;
    }
    #fancio-img {
        width: 108px;
    }
    #rakutowa-img {
        width: 124px;
    }
    #bga-img {
        width: 116px;
    }
    #bts-img {
        width: 108px;
    }
    .centro {
        width: 113.4px;
        height: 16.2px;
    }
    .stedia {
        width: 90.54px;
        height: 28.2px;
    }
    .rakuera {
        width: 99.19px;
        height: 31.8px;
    }
    .aqulia-bath {
        width: 147.32px;
        height: 31.2px;
    }
    .yuasis {
        width: 91.38px;
        height: 31.8px;
    }
    .product-img-wrapper img:nth-child(2) {
        /* margin-top: 0px; */
        margin: 0 auto;
    }
    #warranty {
        margin-bottom: 64px;
    }
    .warranty-inner {
        display: none;
    }
    .warranty-inner.open {
        display: block;
    }
    #warranty .cleanup-btn-wrapper {
        padding: 0px;
    }
    .cleanup-btn-wrapper.btn-plain.spOnly {
        display: flex;
    }
    #warranty .btn-plain .cleanup-btn:after {
        background-image: url(../img/cleanup/ico_accor_plus_1.svg);
        width: 12px;
        height: 12px;
    }
    #warranty .btn-plain.open .cleanup-btn:after {
        background-image: url(../img/cleanup/ico_accor_minus_1.svg);
    }
    #warranty .section-header {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .warranty-built-in {
        margin-top: 24px;
        padding: 24px 20px;
    }
    .warranty-list {
        flex-direction: column;
        transform: none;
    }
    .warranty-list li {
        width: 100%; 
    }
    .warranty-title {
        margin-bottom: 16px;
    }
    .warranty-notes {
        margin-top: 16px;
    }
    #agreement {
        margin-top: 0px;
        padding: 64px 20px;
    }
    .agreement-inner.two-col {
        flex-direction: column;
        row-gap: 16px;
    }
    #agreement .container {
        padding: 0;
        row-gap: 24px;
    }
    .agreement-inner .two-col-unit {
        width: 100%;
        padding: 32px 20px;
    }
    .agreement-inner .cleanup-btn-wrapper {
        padding: 0;
    }
    .agreement-title {
        height: auto;
    }
    .register {
        padding: 32px 20px 20px;
        row-gap: 32px;
    }
    .register .section-header-3 {
        padding-bottom: 24px;
    }
    .register-caption {
        font-size: 18px;
        margin-bottom: 21px;
    }
    .register-btn-group {
        flex-direction: column;
        row-gap: 16px;
    }
    .register-btn-group .cleanup-btn-wrapper {
        width: 100%;
        padding: 0;
    }
    .questions {
        padding: 32px 20px 32px;
        row-gap: 40px;
    }
    .question-item p.question {
        width: calc((275/295) * 100%);
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        padding-left: 40px;
        align-items: unset;
    }
    .question:before {
        font-size: 14px;
        width: 26px;
        height: 26px;
    }
    .question:after {
        content: '';
        background-image: url(../img/cleanup/ico_accor_plus_1.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .question.open:after {
        background-image: url(../img/cleanup/ico_accor_minus_1.svg);
    }
    .question-item {
        row-gap: 8px;
    }
    .answer {
        font-size: 14px;
        display: none;
    }
    .answer.open {
        display: block;
    }
    .question-item:not(:first-child) {
        padding-top: 24px;
    }
    .question-item:not(:last-child) {
        padding-bottom: 24px;
    }
    /*
    Utilities
    -------------------- */
    .sp-mb-0 {
        margin-bottom: 0px !important;
    }
    .sp-mb-16 {
        margin-bottom: 16px !important;
    }
    .sp-mb-24 {
        margin-bottom: 24px;
    }
    .warranty-scope {
        margin-top: 0px;
        padding: 24px 20px;
    }
    .warranty-scope-text {
        font-size: 14px;
    }
}

@media screen and (min-width: 430px) and (max-width: 500px) {
    
    td.emptyTable img {
        width: 85px;
        height: 80px;
    }
}

@media screen and (min-width: 501px) and (max-width: 700px) {
    
    td.emptyTable img {
        width: 103px;
        height: 81px;
    }
}



@media screen and (min-width: 500px) and (max-width: 768px) {
    td.emptyTable img {
        width: 160px;
        height: 66px;
    }
    .content-blue .plan-content-section-table .tb-main-heading {
        text-align: center;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    #product .three-col {
        flex-direction: row;
        row-gap: 15px;
        flex-wrap: wrap;
        column-gap: 15px;
    }
    .product-img-wrapper-inner {
        height: 145px;
        /* padding: 41px 80px; */
        border: 1px solid rgba(0, 0, 0, 0.20);
        width: 100%;
    }
    .product-img-wrapper .three-col-unit {
        flex-direction: column;
        width: calc(50% - 7.5px);
    }

    .cleanup-page-links li a {
        font-size: 14px;    
    }

    #centro-img {
        width: 150px;
    }
    
    #aquilabath-img {
        width: 150px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .product-img-wrapper-inner {
        /* padding: 41px 128px; */
    }
}
