@charset "utf-8";
/* CSS Document */

/* 会頭挨拶 */
.greeting .photo{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.greeting .photo img{
    width: 200px;
}
.greeting .photo p{
    text-align: right;
    margin: 0 2em;
    padding: 0;
}
.greeting .photo span{
    font-size: 20px;
}

/* 開催概要 */

.outline h4{
    margin-bottom: 0.5em;
    font-size: 22px;
}
.outline p{
    font-weight: 500;
    font-size: 18px;
}
.outline h6{
    margin-top: 0.5em;
    font-size: 20px;
}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1060px){

    .greeting.tbox_03 img{
        width: 20vw;
    }
}

@media screen and (max-width:780px){

    .greeting.tbox_03{
        justify-content: center;
    }
    .greeting.tbox_03 img{
        width: 25vw;
    }
}

@media screen and (max-width:412px){
 
    .greeting.tbox_03 img{
        width: 35vw;
    }
}