@media print, screen and (min-width: 768px){
.support-box {
    margin: 2.25em 0 0;
    padding: 25px 29px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background: #fff;
}
}
@media print, screen and (min-width: 768px){
.faq-link-list li:before {
    top: 0;
    left: 0;
    color: #0099ff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
    content: "Q.";
}}
@media only screen and (max-width: 767.98px){
.support-box {
    margin: 1.7857em 0 0;
    padding: 15px 12px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background: #fff;
}}
.faq-link-list li:before {
    color: #0099ff;
}

.faq-link-list__type:after {
    border-top: 2px solid #0099ff;
    border-right: 2px solid #0099ff;
}

.faq-link-list__type:not(.faq-link-list__type--nolink):hover {
    color: #0099ff !important;
}

.inquiry-box-layout__list__link--question:before {
    color: #0099ff !important;
}


.inquiry-box-layout__list__link--question:before {
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1;
    content: "Q.";
}

.faq-link-list__type:after {
    border-top: 2px solid #0099ff;
    border-right: 2px solid #0099ff;
}

@media print, screen and (min-width: 768px){
.faq-link-list__type:after {
    -webkit-transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    top: -0.0625em;
    width: 8px;
    height: 8px;
    margin: 0 0 0 6px;
    transform: rotate(45deg);
    border-top: 2px solid #005dbd;
    border-right: 2px solid #005dbd;
    backface-visibility: hidden;
    vertical-align: middle;
    content: "";}}
    @media only screen and (max-width: 767.98px){
        .faq-link-list {
text-indent: -2em;
        }}
    @media only screen and (max-width: 767.98px){
    .faq-link-list>li:before {
        top: 0;
        left: 0;
        color: #0099ff;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1.9rem;
        font-weight: 700;
        line-height: 1.1;
        content: "Q.";
    }}
    .faq-link-list__type li{
        list-style: none;
    }
    .faq-link-list__type{
        padding-left: 1rem;
    }
    .faq-link-list li{
        list-style-type: none;
    }
    @media print, screen and (min-width: 768px){
    .button .button__type{
        padding: 1.2em 6em !important;
    }}
    @media only screen and (max-width: 767.98px){
        .button .button__type {
            padding: 1em 6em !important;
        }}
    .text2{
        white-space: nowrap;
        margin: 0em 0 0;
    }
    .br-sp-only{
        display: none;
    }
        @media (max-width: 767.98px) {
            .br-sp-only{
                display: block;
            }  
        }