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

/*-----------------------------------------------
#00A0E9 0,160,233
-----------------------------------------------*/

/*-----------------------------------------------
  about
-----------------------------------------------*/
#philosophy h3 {
color: #00A0E9;
}
#philosophy p {
margin-top: 0.5em;
line-height: 1.8;
}
#philosophy .link {
margin-top: 1em;
padding-top: 1em;
border-top: 1px dotted #999;
}
#philosophy .link li:before {
content: "▶";
position: relative;
top: -0.2em;
margin: 0 0.6em;
font-size: 0.5em;
color: #00A0E9;
}
#philosophy .link a:hover {
text-decoration: underline;
}

#about .photo {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
margin-top: 2em;
}
#about .photo li {
width: 31.333%;
}
@media screen and (max-width: 640px) {
}
</pre></body></html>