@media (max-width:1000px) {
html{font-size:4vw;}
section{width:92vw;padding:4vw;}
#head .himgbox{width:36vw;height:36vw;}
#head .longname.nameC{font-size:1.6rem;}
#head .longername.nameC{font-size:1.2rem;}
#head .nameL{font-size:0.9rem;}
#article img{width:92vw;height:auto;}
}
	
@media (min-width: 1000px){
html{font-size:1.25vw;}
section{width:58vw;padding:1vw;}
#head .himgbox{width:12vw;height:12vw;}
#head .nameL{font-size:1.4rem;}
#article img{width:36vw;height:auto;}
}
section{background:#fff;margin:0 auto;margin-bottom:0.5rem;border-radius:0.3rem;box-shadow:0 0 0.5vw rgba(0,0,0,0.2);}
section:last-of-type{margin-bottom:0;}
#head{border-top-left-radius:0;border-top-right-radius:0;}
p,body,div{margin:0;padding:0;}
body{display:flex;flex-direction:column;min-height:100vh}
body>.page{flex-grow:1;}
#head>div{display:flex;}
#head .hmsg{flex-grow:1;flex-shrink:1;}
#head .himgbox{flex-shrink:0;margin-left:0.5rem;}
#himg{width:100%;height:100%;border-radius:1rem;box-shadow:0rem 0rem 0.3rem rgba(0,0,0,0.5);}
#head .nameC{font-size:1.9rem;font-weight:bold;line-height:1.5em;}
#head .nameC rt{font-weight:normal;}
#head .nameL{font-family:Times;}
#head .tagbox{margin:0.8rem 0 0;display:flex;}
#head .tag{font-size:1rem;height:1.5em;line-height:1.5em;padding:0.2rem 0.8rem;border-radius:0.9em;margin-right:1rem;color:#fff;background:#8ec25b;}
#head .aliasC{font-size:1rem;color:#999;line-height:1.5rem;}
#head rt{transform: translateY(-0.2rem);}
#article p{font-size:1rem;line-height:1.8rem;margin:0.5rem 0;text-align:justify;color:#444;}
#article p.article-title1{font-size:1.3rem;font-weight:bold;line-height:1.8rem;margin:0.5rem 0;letter-spacing:0.1rem;color:#000;}
#article p.article-title2{font-size:1.15rem;font-weight:bold;line-height:1.7rem;margin:0.5rem 0;color:#000;}
#article p.article-title3{font-size:1.05rem;font-weight:bold;line-height:1.6rem;margin:0.5rem 0;color:#000;}
#article p+p.article-title1,#article p+p.article-title2,#article p+p.article-title3{margin-top:1rem;}
#article p.image-title{font-size:0.9rem;color:#666;line-height: 1rem;margin: -.4rem 0 0 0;}