
@charset "UTF-8";
#philosophy h1 { position: relative; display: inline-block; padding: 0 30%; text-align: center; color: #1E73BE;	font-size: 200%; font-weight: 600;}#philosophy h1:before,
#philosophy h1:after {content: '';	position: absolute;	top: 50%;	display: inline-block;	width: 30%;	height: 2px;	background-color: #1E73BE;}#philosophy h1:before {left:0;	background: linear-gradient(-45deg, transparent, #1E73BE 10%, #6db4f2 30%, transparent);}#philosophy h1:after { right: 0; background: linear-gradient(-45deg, transparent, #1E73BE 70%, #6db4f2 90%, transparent);}
#info, #office, #history { padding: 5vw;}.com-title { font-size: 180%;}#info-text,#office-text ,#history-text { border: solid 1px rgba(34,34,34,.4); background-color: rgba(34,34,34,.07);}.info-area dl,.office-area dl,.history-area dl { border-bottom: solid 1px rgba(34,34,34,.3);}.office-area dl a { color: #1e73be}
@media (min-width: 768px){ #info-text, #office-text, #history-text { padding: 2.5vw; width: 45vw; min-width: 500px; } .com-header, #info-text, #office-text, #history-text { margin-bottom: 3vw; }}
@media (min-width: 1300px){ #info, #office, #history { font-size: 1.1rem; }}
@media (max-width: 767px){ #info-text, #office-text, #history-text { padding: 2.5vw; } .com-header, #info-text, #office-text, #history-text { margin-bottom: 4vw; }
}