@charset "UTF-8";

/*** サポート汎用パーツ ***/

.support-button-type-radio a:hover {
    opacity: 0.6;
}

.support-input-1col {
    grid-template-columns: 1fr;
}

.support-input-type01 {
    margin-top: 40px;
}

.support-input-type01 {
    display: grid;
    gap: 10px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}


/*** らくらくカスタムパーツ ***/

/* 10gボタン */
.support-button-type-radio a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 40px 60px;
    box-sizing: border-box;
    color: #333;
    font-weight: bold;
    opacity: 1;
    background-color: white;
    outline: 8px solid #e0e0e0;
    outline-offset: -8px;
    transition: 0.4s;
    cursor: pointer;
}

.support-button-type-radio a:after {
    position: absolute;
    right: 20px;
    content: url(/internet/set/data/support/common-ms/img/shared/button-arrow.svg);
    display: block;
    line-height: 1;
    width: 28px;
    height: 28px;
    filter: brightness(400%);
}

@media screen and (max-width: 900px) {
    .support-button-type-radio a {
        padding: 20px 46px;
        min-height: 100px;
        outline-width: 4px;
        outline-offset: -4px;
    }
    .support-button-type-radio a:after {
        right: 16px;
        width: 20px;
        height: 20px;
    }
}
