@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sono:wght@600&display=swap');/*Google Fonts Sono*/

/* メインコンテンツラップ */
.EQTpWrap{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    border-radius: 0px 0px 10px 10px;
    width: 960px;
    /* height: 960px; */
    background: rgba(255,255,255,0.95);
    padding: 20px;
}
.EQLeft{
    float: left;
    width: 460px;
    /* height: 600px; */
    background: rgba(255,255,255,0);
    font-family: Sono;
}

.EQLeft h2{
    font-size: larger;
}

.EQLeft h3{
    font-size: large;
    padding: 3px 0px 3px 20px;
}

.EQLeft p{
    font-size: medium;
    padding: 3px 0px 0px 30px;
}

.EQRight{
    float: left;
    width: 460px;
    /* height: 600px; */
    background: rgba(255,255,255,0);
    font-family: Sono;
}

.EQRight h2{
    font-size: larger;
}

.EQRight h3{
    font-size: large;
    padding: 3px 0px 3px 20px;
}

.EQRight p{
    font-size: medium;
    padding: 3px 0px 0px 30px;
}

.PluginTitle {
    clear: left;
    width: 940px;
    background: rgba(255,255,255,0);
    padding: 20px 0px 20px 0px;
}

.PluginTitle h2{
    font-size: larger;
    font-family: Sono;
}

.PluginFooter {
    clear: both;
    width: 920px;
    background: rgba(255,255,255,0);
    padding: 20px 20px 20px 20px;
    text-align: center;
    font-family: Sono;
    font-size: medium;
}