<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#contents .top{
	position: relative;
	height: 160px;
	margin-bottom: 2em;
}
#contents .top &gt; .titleArea{
	position: absolute;
	top:0;
	left: 0;
	width: 50%;
	padding: 0 10px;
}

#contents .photo {
    margin: 1em auto !important;
    max-width: 307px;
    height: auto;
}


@media (max-width: 640px){
	
	#contents .top{
		margin-bottom: 0;
	}
	#contents .top img{
		display: none;
	}
	
	#contents .top &gt; .titleArea{
		width: 94%;
		background: rgba(214, 248, 234, 0.7);
		background: -moz-linear-gradient(rgba(193, 232, 247, 0.8) 0%, rgba(214, 248, 234, 0.7) 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 232, 247, 0.8)), to(rgba(214, 248, 234, 0.7)));
		background: -webkit-linear-gradient(rgba(193, 232, 247, 0.8) 0%, rgba(214, 248, 234, 0.7) 100%);
		background: -o-linear-gradient(rgba(193, 232, 247, 0.8) 0%, rgba(214, 248, 234, 0.7) 100%);
		background: linear-gradient(rgba(193, 232, 247, 0.8) 0%, rgba(214, 248, 234, 0.7) 100%);
		
	}
}

#contents dl dt{
	margin-left: 0;
    font-size: 1.15rem;
    margin-bottom: 5px;
}
#contents dl dd &gt; .btn{
	margin-top: 10px;
}

#contents p +.btn{
    margin-left: 1em;
}

#contents .btn &gt; span.textLink{
    display: inline-block;
}

@media (max-width: 640px){
    #contents p +.btn{
        margin-left: 0;
    }
    
    #contents section &gt; dl {
        margin-left: 0;
    }
}

/* 2022/11/24追記 */
#contents section h2.blue &gt; span{
    font-size: 1.5rem;
}

@media screen and (max-width: 640px){    
    #contents section h2.blue &gt; span{
        font-size: 1.2rem;
    }
}
</pre></body></html>