body{
    background: url('st03_bg.gif');
    font-family: 'Noto Sans JP';
    font-size: clamp(12px, 4.2vw, 14px);
}
body#for-members{
    background: #bfffff
}
main{
    background: #ffefbd;
    margin-top: 1.5em;
}
#for-members main{
    background: #edf3ff;
}
img{
    max-width: 100%;
}
header{
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 1em;
    padding-left:.5em;
    text-align: center;
}
a, a:visited{
    color:#497339;
}

.wrapper{
    margin-left:auto;
    margin-right:auto;
    max-width: 769px;
}

#top-title{
    padding-top: 1.4em;
    text-align:center;
}
#top-title p{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.2em;
    font-weight: bold;
}
#top-title h1{
    font-size: clamp(15px, 4.5vw, 1.75em);
    margin-bottom: .15em;
    margin-top: .15em;
}

#top-image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 2.25em;
    margin-top: 2.6em;
    margin-bottom: 1em;
    margin-left: 1.54em;
    margin-right: 1.54em;
    border-bottom: 1px solid #888;
}
#top-image div:first-of-type{
    width: 100%;
    max-width: 330px;
    margin-left:auto;
    margin-right: auto;
}
#top-image figcaption{
    width: 100%;
    font-size: .86em;
    line-height: 1.4;
    margin-top: 1.2em;
    text-align: justify;
}
#top-image figcaption p{
    margin-bottom: 0;
}
#top-image figcaption p:first-of-type{
    margin-top: 0;
}

#infomation{
    display: flex;
    font-size: 1.05em;
    flex-wrap: wrap;
    line-height: 1.6;
    justify-content: space-between;
    padding-bottom: .55em;
    margin-bottom: 1em;
    margin-left: 1.54em;
    margin-right: 1.54em;
    border-bottom: 1px solid #888;
}
#infomation dt{
    width: 22%;
    text-align: justify;
    text-align-last: justify;
}
#infomation dd{
    font-weight: bold;
    margin-left: 0;
    width: 72%;
    text-align: justify;
}
#infomation dt:nth-of-type(n+2),#infomation dd:nth-of-type(n+2){
    margin-top:.65em;
}

#available-form-link {
    background-color: #f19029;
    border-radius: 1.24em;
    color: #fff;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: .35em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    padding: 1.25em 4em;
    text-decoration: none;
    width: fit-content;
}
#for-members #available-form-link{
    background-color:#3761b7;
    line-height: 1.3;
    text-align: center;
}
#for-members #available-form-link span{
    display: inline-block;
    font-size: .85em;
}
#finished-form-link {
    color: red;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 3em;
    margin-top: 3em;
    text-align: center;
}
#available-form-link + #symposist,#finished-form-link + #symposist{
    border-top: 1px solid #888;
    padding-top: 1em;
}
#symposist{
    font-size: .84em;
    margin-left: 1.54em;
    margin-right: 1.54em;
    padding-bottom: 2em;
}
#symposist dl{
    line-height: 1.6;
    padding-left: 1em;
}
#symposist dl dt{
    margin-top: .7em
}
#symposist dl dd{
    font-weight: bold;
    margin-left: 1em;
}

footer{
    font-size: .8em;
    line-height: 1.7;
    text-align: justify;
    margin-top:2em;
    margin-bottom: 4.5em;
    padding-left: 1.54em;
    padding-right: 1.54em;
}
footer p {
    line-height: 1.3;
    margin-bottom: 0;
}
footer p + p{
    margin-top:.4em;
}
#footer-contact{
    margin-top:1.5em;
}

@media screen and (min-width:501px) {
    body{
        font-size:16px;
    }
    #top-image {
        flex-wrap: nowrap;
        flex-direction: row;
    }
    #top-image div:first-of-type{
        width: 38%
    }
    #top-image figcaption{
        margin-top: 0;
        width: 58%;
    }
}