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

/* メインコンテンツラップ */
.CtsTpWrap{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    border-radius: 0px 0px 10px 10px;
    width: 960px;
    /* height: 640px; */
    background: rgba(255,255,255,0.98);
    padding: 15px;
}

.CtgWrap{
    clear: both;
    width: 930px;
    background: rgba(255,255,255,0.98);
}

.CtgLeft{
    float: left;
    width: 310px;
    height: 200px;
    background: rgba(255,255,255,0.98);
    display: grid;
    place-items: center;
}

.CtgLeft img{
    width: 90%;
    height: 90%;
}

.CtgCenter{
    float: left;
    width: 310px;
    height: 200px;
    background: rgba(255,255,255,0.98);
    display: grid;
    place-items: center;
}

.CtgCenter img{
    width: 90%;
    height: 90%;
}

.CtgRight{
    float: left;
    width: 310px;
    height: 200px;
    background: rgba(255,255,255,0.98);
    display: grid;
    place-items: center;
}

.CtgRight img{
    width: 90%;
    height: 90%;
}

.TopText{
    clear: both;
    width: 930px;
    background: rgba(255,255,255,0.98);
    padding: 10px;
    text-align: center;
    font-size: large;
}

.TopTextLink{
    font-size: x-large;
    color: #ffffff;
    font-weight: 600;
    background: rgba(0,0,0,1);
    transition: all 1.0s;
}

.TopTextLink:hover{
	color: #ffffff;
    background: rgba(77,171,255,1);   
}