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

/*--------------------
  lg(1200px～)
--------------------*/
@media (min-width: 1200px) {

}

/*--------------------
  md(992px～1199px)
--------------------*/
@media (max-width: 1199px) {

}

/*--------------------
  sm(769px～991px)
--------------------*/
@media (max-width: 991px) {
	
}

/*--------------------
  tablet(426px～768px)
--------------------*/
@media (max-width: 768px) {
	.laptop {
		display: block;
	}
	.mobile {
		display: none;
	}
	#header &gt; .container .contact {
		right: 60px;
	}
	#content.fa-system .lineup &gt; li {
		width: 50%;
	}
	#content.control .list &gt; li {
		width: 100%;
	}
	#content.products .result &gt; li {
		width: 50%;
	}
	#content.works ul &gt; li {
		width: 100%;
	}
	#content.company .lead.vision {
		font-size: 20px;
	}
	#content.company .vision-box {
		padding: 30px;
	}
	#footer .sitemap {
		display: none;
	}
}

/*--------------------
  mobile(～425px)
--------------------*/
@media (max-width: 425px) {
	.laptop {
		display: none;
	}
	.mobile {
		display: block;
	}
	h2 {
		padding: 40px 20px;
		font-size: 25px;
	}
	h3 {
		font-size: 25px;
    	letter-spacing: 5px;
	}
	#content.home .channel ul &gt; li {
		width: 100%;
	}
	#content .topics .news-table td {
		display: block;
		width: 100% !important;
	}
	#content .topics .news-table td .label {
		display: inline-block;
		padding: 7px;
	}
	#content .topics ul li .date {
		position: relative;
	}
	#content .topics ul li .title {
		margin-top: 10px;
		margin-left: 0;
	}
	#content.control .dl-horizontal dd {
		margin-left: 0;
	}
	#content.company table.office th,
	#content.company table.office td {
		display: block;
		width: 100%;
	}
	#content.company table.office th {
		padding-top: 30px;
	}
	#content.company table.office td {
		border-top: none;
		padding-bottom: 30px;
	}
	#content.company .vision-box {
		padding: 30px 10px;
	}
	#content.sdgs ul.items &gt; li {
		width: 100%;
	}
	#content.sdgs .outline ul.items &gt; li {
		padding: 10px;
	}
	#content.sdgs .detail ul.items &gt; li {
		width: 100%;
	}
	#content.sdgs .detail ul.items &gt; li img {
		width: 200px;
	}
	#content.service ul,
	#content.service ol {
		font-size: 14px;
    	padding-left: 10px;
	}
	#content.service .image-pic {
		margin-top: 20px;
	}
	#content.service .image-pic img {
		max-width: 200px;
	}
	#content.contact form label,
	#content.entry form label {
		margin-bottom: 10px;
	}
	#footer #office &gt; li {
		width: 50%;
	}
}

</pre></body></html>