@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/* 未使用の為commonBackup20250609.css作成、初期化 */
/* ページcssはここに移動(確認したページのみ) */
:root{
    --mc:#34afe0;
    --sc:#fff200;
    --ac:#f65586;
    --tx:#000;
    --bk:#000;
    --wh:#fff;
    --red:#ff2323;
}
.txRed{color: var(--red);}
.defe ul li {
    font-size: 1.25em;
    color: #ff0000;
}
.cen h3 {
    font-family: "Caveat", cursive !important;
    font-size: 2em;
    border-bottom: 2px solid #34afe0;
    text-align: center !important;
}
.smileletter {
    width: 80%;
 }
.smileletter table td {
    border: none;
}
.gyaku-table tr {
    display: flex;
}
.gyaku-table td {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (max-width: 834px){
    .smileletter {
        width: 100%;
    }
}

@media screen and (max-width: 640px){
    .smileletter table td {
        padding-bottom: 20px !important;
    }
    .gyaku-table tr {
        flex-direction: column;
    }
}


.toptext000 {
    color: #ff0000;
    background-color: rgba(255,255,255,0.375);
    width: 95%;
    max-width: 950px;
    margin: 0 auto;
    font-weight: 600;
}

iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}