<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#gaiyo {
    background: #fff;
    width: 80%;
    height: calc(100vh - 80px);
    margin: 40px 10% 20px 10%;
    padding: 20px;
    box-sizing: border-box;
    overflow: scroll;
    z-index: 9999;
	max-height: 947px;
	height: calc(90vh - 80px);
    line-height: 1.7;
}
#gaiyo.webfont {
	color: #333;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gaiyo .gaiyo-ttl {
    position: relative;
    padding-bottom: 0.8em;
    border-bottom: 3px solid #DDD;
    font-size: 1.25em;
    font-weight: bold;
    margin: 40px 0 30px 0;
    text-align: left;
    letter-spacing: 0.01em;
}
#gaiyo .gaiyo-ttl::after {
    position: absolute;
    content: "";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 6.5%;
    display: block;
}
#gaiyo h3 {
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    margin: 30px 0 20px 0;
    letter-spacing: 0.03em;
}
#gaiyo p {
    line-height: 1.5;
    font-size: 1.0em;
    margin: 0.8em 0;
}
#gaiyo .desc {
    margin-left: 1.2em;
    padding-left: 0;
}
#gaiyo .desc li {
    margin-bottom: 0.5em;
    line-height: 1.4;
    list-style-type: disc;
    font-size: 1.0em;
}
#gaiyo .indent {
    text-indent: -1em;
    padding-left: 1em;
}

#gaiyo .desc li,
#gaiyo p,
#gaiyo h3,
#gaiyo .gaiyo-ttl {
    /* transform: rotate(0.05deg); */
    line-height: 1.7;
}

@media screen and (max-width:767px) {
    #gaiyo {
        width: 97.5%;
        margin: 0;
    }
	#gaiyo .gaiyo-ttl {
		font-size: 1.1em;
	}
	#gaiyo h3 {
		margin: 20px 0 10px 0;
		font-size: 1.0em;
	}	
    #gaiyo p {
        font-size: 0.9em;
    }
    #gaiyo .desc li {
        font-size: 0.9em;
    }
}

.sp-only {
    display: none;
}

@media screen and (max-width:767px) {
    .sp-only {
        display: block;
    }
}</pre></body></html>