<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("./company-pc.css") only screen and (min-width: 769px);
@import url("./company-sp.css") only screen and (max-width: 769px);
@import url("./company-print.css") print;

/* BEGIN addition by Fukuda in Oct 2018 */
/* Takanabe Branch */
picture.company-profile-branch {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}

picture.company-profile-branch:nth-child(n+2) { margin-top: 18px; }

picture.company-profile-branch &gt; img {
	background: #ddd;
	display: block;
}

picture.company-profile-branch &gt; span &gt; b,
picture.company-profile-branch &gt; span &gt; address { display: block; }
picture.company-profile-branch &gt; span &gt; address { font-size: 1.4rem; }
/* END addtion by Fukuda in Oct 2018 */</pre></body></html>