:root {
    --element-margin: 1.3rem;
    --section-margin: 2.5rem;
    --border-length: 70px;
    --black-color: #202124;
    --border-radius: 4px;
    --font-size-normal: 14px;
    --font-size-medium: 18px;
    --font-size-large: 22px;
}
.btn-url-back {
    display: none;
}
.btn-url-back:hover svg {
    transform: translateX(-0.5rem);
    transition: transform 0.5s ease;
}
.faq-wrap {    
    padding: var(--section-margin) 0;    
}
.faq-wrap h2:not(.faq-accordion-title) {
    text-align: center;
    position: relative;
    padding-bottom: calc(var(--element-margin) / 2);
    font-weight: 700;
    margin-bottom: var(--section-margin);
    font-size: var(--font-size-large);
}
.faq-wrap h2 .pc {
    display: block;
}
.faq-wrap h2 .mobile {
    display: none;
}
.faq-wrap h2:not(.faq-accordion-title)::after {
    position: absolute;
    content: "";
    display: block;
    width: var(--border-length);
    left: calc(50% - var(--border-length) / 2);
    bottom: 0;
    height: 1px;
    background-color: var(--black-color);
}
.faq-title {
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 20px;
}
.faq-container {
    margin: 0 auto;
}

.faq-accordion .faq-accordion-item {
    background-color: #F3F3F3;
    margin-bottom: var(--element-margin);
    border-radius: var(--border-radius);
    padding: var(--element-margin) calc(var(--element-margin) + 25px) var(--element-margin) calc(var(--element-margin) + 15px);    
}
.faq-accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding-top: 1em;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.faq-accordion button:hover,
.faq-accordion button:focus {
    cursor: pointer;
    color: #333333;
}
.faq-accordion button:hover::after,
.faq-accordion button:focus::after {
    cursor: pointer;
    color: #333333;
    border: 1px solid #333333;
}
.faq-accordion button .faq-accordion-title {    
    margin-top: -1rem;    
    font-size: var(--font-size-medium);
    font-weight: 500;
    margin-bottom: 0;
}
.faq-accordion button .faq-accordion-title::before {
    content: attr(step);
    display: block;
    position: absolute;
    left: -15px;
}
.faq-accordion button .faq-icon {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 12px;
    height: 12px;
    margin-right: -25px;
}
.faq-accordion button .faq-icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 12px;
    height: 2px;
    background: var(--black-color);
}
.faq-accordion button .faq-icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 4px;
    left: 10px;
    width: 2px;
    height: 12px;
    background: var(--black-color);
}
.faq-accordion button[aria-expanded="true"] {
    color: #333333;
}
.faq-accordion button[aria-expanded="true"] .faq-icon::after {
    width: 0;
}
.faq-accordion button[aria-expanded="true"] + .faq-accordion-content {
    opacity: 1;
    max-height: fit-content;
    max-height: -moz-fit-content;    
    margin-top: calc(var(--element-margin) / 2);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.faq-accordion .faq-accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity 200ms linear, max-height 200ms linear;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    padding: 0 0.3rem;
}
.faq-accordion .faq-accordion-content img {
    max-width: 800px;
    width: 100%;
    cursor: pointer;
}
.faq-accordion .faq-accordion-content p {
    font-size: var(--font-size-normal);    
    margin: calc(var(--element-margin) / 2) 0;
}
.faq-accordion .faq-accordion-content iframe[title="YouTube video player"] {
    max-width: 100%;
}
.stamped-fa.stamped-fa-star-o {
    color: #ccc !important;
}
.stamped-badge[data-rating="0"], .stamped-badge[data-rating="0,0"], .stamped-badge[data-rating="0.0"] {
    display: block !important;
}
.category-heading  {
    text-align: left;
}
.category-name[has-sub]::after {
    content: url(/content/images/common/arrow-down2.svg);
    width: 20px;
    display: inline-block;
    margin-left: 15px;
    transform: translateY(-3px);
}
.category-name[has-sub].open::after {
    content: url(/content/images/common/arrow-up2.svg);    
}
.sct-mobile-wrap {
    --distance: 30px;
    position: absolute;
    display: none;
    border: 1px solid #C4C4C4;
    padding: 25px;
    background-color: #fefefe;
    z-index: 3;
    left: 0;
    /* width: calc(100% - 3rem - var(--distance)); */
    margin: 0 calc(1.5rem + var(--distance)) 0 1.5rem;    
    margin-top: -80px;    
}
.sct-mobile-wrap.overflow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));    
}
.sct-mobile-wrap.overflow .sct-mobile-content-wrap {
    padding-bottom: 25px;
}
.sct-mobile-wrap .top {
    font-size: 23px;
    margin-bottom: .8rem;
}
.sct-mobile-wrap .top::after {
    content: url(/content/images/common/arrow-up2.svg);
    width: 14px;
    display: inline-block;
    margin-left: 15px;
    transform: translateY(-3px);
}
.sct-mobile-wrap.overflow .sct-mobile-content-wrap {
    overflow-y: auto;
    max-height: 350px;
}
.sct-mobile-wrap a {
    display: block;
    text-decoration: none;
    margin: 1.2rem 0;
}
.sct-mobile-wrap [action=close] {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--distance);
    width: var(--distance);
    border: 1px solid #C4C4C4;    
    /* margin-right: calc(var(--distance) * -1); */
    background-color: #fefefe;
    margin-top: -1px;
}
.sct-mobile-wrap [action=close] img {
    width: 15px;
    height: 15px;
}
.pl-filter-wrap {
    margin-top: 1rem;
    /* border: 1px solid #7c7c7c; */
    border: 1px solid #dcdddb;
    border-radius: 4px;    
    display: flex;
    padding: 8px;    
}
.pl-filter-wrap:hover {
    border-color: #999999;
}
.pl-option-wrap select{
    border: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 13px;
    --icon-size: 24px;
    padding: 8px; 
    padding-left: 0.21429rem;       
    background-repeat: no-repeat;
    background-color: #fefefe;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");    
    background-position: right 0.5rem top 0rem;
    background-size: 2rem;   
    width: 100% !important;     
    max-width: 100% !important;
    line-height: 1rem;    
}
.actionBar-section .form-select {
    width: 100% !important;     
    max-width: 100% !important;
}
.pl-option-wrap select:focus {
    outline: none;
}
.pl-filter-wrap img, .actionBar img {
    width: 24px;
    margin-right: 5px;
    margin-top: 3px;
}
.actionBar-section .form-field {   
    display: flex; 
    padding: 8px;   
    border: 1px solid #dcdddb;     
}
.pl-supply-option-wrap {
    display: flex;
}
.c-search-wrap {
    background-image: url(/content/images/common/search1.svg);
    background-size: 1.1rem;
    background-position: left 8px top 2.3rem;
    background-repeat: no-repeat;
    padding-left: 2rem;
    border-bottom: 1px solid #dcdddb;
}
.c-search-wrap[for=mobile] {
    order: 2;
    width: 130px;    
    margin-left: 1rem;
}
.pl-supply-option-wrap .pl-filter-wrap {
    flex: 1;
}
.c-search-wrap input {
    border: 0;    
}
.c-search-wrap[for=mobile] input {    
    width: 100%;
    margin-top: 2rem;
}
.c-search-wrap[for=mobile] input:focus {
    outline: 0;
}
.c-search-wrap[for=mobile] button[action=search] {
    display: none;
}
.c-search-clear {
    display: none;
}
.pl-supply-option-wrap[search=open] .pl-filter-wrap {
    max-width: 0;
    padding: 0;    
    border: 0;
    transition: all 1s ease;
}
.pl-supply-option-wrap[search=open] .pl-filter-wrap label {
    display: none;
}
.pl-supply-option-wrap[search=open] .c-search-wrap[for=mobile] {
    margin-left: 0;
    width: 100%;
    background: none;
    padding-left: 0.3rem;    
    margin-right: 1rem;
    order: 1;
    position: relative;
}
.pl-supply-option-wrap[search=open] .c-search-wrap[for=mobile] input {
    width: calc(100% - 5.5rem);
    margin-top: 1rem;
}
.pl-supply-option-wrap[search=open] .c-search-clear {
    display: block;    
    order: 2;
    margin-top: 0.8rem;
}
.pl-supply-option-wrap[search=open] button[action=search]:not([pc]) {
    display: block;
    position: absolute;
    right: 0;
    top: 1rem;
    width: 5rem;
    text-align: right;
}
.pl-supply-option-wrap[search=open] button[action=search] img {
    width: 1rem;
    height: auto;
}
.c-search-wrap[for=pc] {
    display: none;
}
.c-search-wrap[for=pc] button[action=search] {
    display: none;
}
.category-description-wrap-top {
    display: none;
}
.stamped-badge-caption {
    display: none;
}
.card-link {
    font-size: 10px;
}
@media (min-width: 350px) {
    .stamped-badge-caption[data-reviews][data-label][data-version="2"]>span {
        font-size: 9px;
    }
    .card-link {
        font-size: 1rem;
    }
    .stamped-badge-caption {
        display: inline-block;
    }
}
@media (min-width: 500px) {
    .pl-option-wrap:not([search]) {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 2rem;
        margin: 1.5rem 0;
    }
    .pl-option-wrap:not([search]) .actionBar {
        margin: 0;
    }
    .pl-option-wrap:not([search]) .pl-filter-wrap {
        width: 250px;
        margin-right: 10px;
        margin-top: 0;
    }
    .pl-option-wrap:not([search]) .actionBar-section .form-field {
        margin-bottom: 0;
    }
    /* .pl-option-wrap:not([search]) .actionBar-section {
        width: 220px;
        float: right;
    } */
    .actionBar-section {
        width: 220px;
        float: right;
    }
    .stamped-badge-caption[data-reviews][data-label][data-version="2"]>span {
        font-size: 11px;
    }
}
@media (min-width: 551px) {
    .pl-option-wrap[search] .actionBar-section {
        float: none;
    }
}
@media (min-width: 675px) {    
    .pl-option-wrap[search] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2rem;
        margin: 1.5rem 0;
    }
    .pl-option-wrap[search]  .actionBar {
        margin: 0;
    }
    .pl-option-wrap[search]  .pl-filter-wrap {
        width: 170px;
        margin-right: 10px;
        margin-top: 0;
    }
    .pl-option-wrap[search]  .actionBar-section .form-field {
        margin-bottom: 0;
    }
    .pl-option-wrap[search]  .actionBar-section {
        width: 220px;
        float: right;
    }
    .c-search-wrap[for=mobile] {
        display: none;
    }
    .c-search-wrap[for=pc] {        
        margin-left: 0;
        margin-right: 1rem;        
        width: 208px;
        background-position: left 8px top 1.2rem;
        display: flex;
        margin-left: 10px;
        /* border: 1px solid #dcdddb; */
    }
    .c-search-wrap[for=pc] input {
        /* margin-top: .5rem; */
        width: 100%;
    }
    .c-search-wrap[for=pc] input:focus {
        outline: none;
    }
    /* .c-search-wrap[for=pc] button[pc] {
        margin-top: .5rem;
    } */
    .pl-s-option-pc-wrap {
        display: flex;
    }
}
@media (min-width:700px) {
    .c-search-wrap[for=pc] {
        width: 220px;        
    }
}
@media (min-width: 801px) {
    .category-name[has-sub]::after {
        display: none;
    }
    .category-heading {
        text-align: center;
    }
    .c-search-wrap[for=pc] {
        display: none;
    }
    .category-description-wrap-top {
        display: block;
    }
}
@media (min-width:900px) {
    .c-search-wrap[for=pc] {
        width: 200px;
        display: flex;        
    }    
}
@media (min-width: 1024px) {
    .stamped-badge-caption[data-reviews][data-label][data-version="2"]>span {
        font-size: 13px;
    }
}
@media only screen and (max-width: 800px) {
    .page-sidebar {
        display: none;
    }
    .faq-wrap h2 .pc {
        display: none;
    }
    .faq-wrap h2 .mobile {
        display: block;
    }
}
@media only screen and (max-width: 414px) {
    /* .category-description-wrap-top {
        display: none;
    } */
    .btn-url-back {
        display: inline;
        font-size: 1.5rem;
        transform: translateX(-1.4rem) translateY(0.2rem);
        width: 5rem;
        text-align: center;
    }
    .btn-url-back svg {
        width: 1rem;
    }
}  