/* -- reset module8 -- */
.edit,
.show_content,
.main_part { width: 100% !important; max-width: 100% !important; margin: auto !important; padding: 0px !important;}
.pageIndex .main_part { border:none !important; }
.path{ display:none;}
.edit_part {max-width: 100%;margin: auto;padding: 0;}
/* -- reset module8 end -- */
.banner{background: url(../images/customize_banner.jpg) center / cover;}
.banner h5::after {content: 'CUSTOMIZE'; margin: 20px 0 0; display: block; font-size: var(--f18);color: var(--colorText-white);font-family: var(--Cardofont);font-weight: normal;    writing-mode: lr;letter-spacing: 0.2em;}

.foc_a{
    padding: var(--pdy) var(--pdx);
    background: url(../edit_image/customize/fo_bg01.jpg) center / cover;
}
.foc_a01{
    max-width: 1570px;
    margin: auto;
}
.foc_a01 > s{
    color: var(--colorGreen-dark);
    line-height: 1.2;
    font-family: var(--Cardofont);
}
.foc_a01 > h4{
    font-weight: normal;
    font-size: var(--f30);
    color: var(--colorText-white);
    line-height: 1.9;
}
.foc_a02{
    max-width: 1570px;
    margin: calc(1vw + 30px) auto 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 80px;
    row-gap: 30px;
}
.foc_a02 > li{
    position: relative;
    z-index: 1;
}
.foc_a02 > li:not(:last-of-type)::after{
    content: url(../edit_image/customize/fo_icon_arrow.png);
    position: absolute;
    top: 100px;
    right: -40px;
}
.foc_a02 > li dl{
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    margin: 0 0 15px;
}
.foc_a02 > li dl dd{
    color: var(--colorText-white);
    line-height: 1.9;
    font-family: var(--Cardofont);
    min-width: fit-content;
}
.foc_a02 > li dl dt{
    min-width: 40px;
    margin: 0 0 0 10px;
}
.foc_a02 > li p{
    color: var(--colorText-white);
}
.foc_a02 > li p a{
    display: inline-block;
    padding: 0px 10px;
    border: 1px solid #fff;
    color: var(--colorText-white);
}
.foc_a02 > li p a:hover{
    background-color: #fff;
    color: var(--colorGreen-dark);
}

.foc_b{
    background: url(../edit_image/customize/fo_bg02.jpg) center / cover;
    padding: var(--pdy) var(--pdx);
}
.foc_b01{
    max-width: 870px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.foc_b01 > dt{
    min-width: fit-content;
}
.foc_b01 > dt s{
    font-size: var(--f30);
    line-height: 1.9;
    font-weight: normal;
}
.foc_b01 > dd{
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    border-left: 1px solid #444;
}
.foc_b02{
    max-width: 1170px;
    margin: calc(8vw + 30px) auto 0;
}
.foc_b02 > h4{
    margin: calc(1vw + 30px) 0 0;
    max-width: fit-content;
    font-weight: normal;
    padding: 5px 15px;
    background-color: #333;
    font-size: var(--f18);
    color: var(--colorText-white);
}
.foc_b02 > article{
    padding: 15px 0 0;
    border-top: 1px solid #333;
}
.foc_b02 > article p{
    font-size: var(--f16);
}
.foc_b03{
    text-align: center;
    max-width: 590px;
    margin: calc(8vw + 30px) auto 0;
}
.foc_b03 > img{
    display: block;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto 40px;
}
.foc_b03 > a{
    display: block;
    text-align: center;
    max-width: 200px;
    margin: calc(1vw + 20px) auto 0;
    padding: 10px;
    background-color: var(--colorGreen-dark);
    color: var(--colorText-white);
    transition: all .4s;
}
.foc_b03 > a:hover{
    background-color: #3C4937;
}

/* --- Media Queries --- */
@media (max-width: 1500px) {}
@media (max-width: 1440px) {
    .foc_a02{grid-template-columns: repeat(3,1fr);}
}
@media (max-width: 1024px) {}
@media (max-width: 992px) {}
@media (max-width: 768px) {}
@media (max-width: 576px) {
    .foc_a02{grid-template-columns: repeat(2,1fr);}

    .foc_b01{flex-direction: column;align-items: center;}
    .foc_b01 dd{padding: 15px 0 0;margin: 15px auto 0;border: unset;border-top: 1px solid #444;}
}
@media (max-width: 480px) {
    .foc_a01{max-width: 300px;width: 90%;}
    .foc_a02{grid-template-columns: repeat(1,1fr);row-gap: 20px;max-width: 300px;width: 90%;}
    .foc_a02 > li dl{justify-content: space-between;}
    .foc_a02 > li dl dt{max-width: 40px;}
}
@media (max-width: 375px) {}