<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*==================================================
	スマホのみに適用
==================================================*/
@media only screen and (max-width: 640px){
	body { font-size: 85%; }
	.dsp_hp, .dsp_hpt { display: none; }

	/* ヘッダ */
	#header h1.title img {
		max-height: 15px;
	}
	@media only screen and (max-width: 320px){
		#header h1.title img {
			max-height: 11px;
		}
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 18px;
	}
	/* フッター */
	#footer .box dt a {
		font-size: 18px;
	}
	#copyright {
		height: auto;
		line-height: 1.6;
		padding: 5px 0;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 30px; }
	.pt { padding-top: 30px; }
	.pb { padding-bottom: 30px; }
	#container .btn01 a {
		line-height: 40px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_msg .box_flex {
		display: flex;
		flex-wrap: wrap;
	}
	#top_msg .img {
		width: 280px;
	}
	#top_msg .img img:first-child{
		width: 210px;
	}
	#top_msg .img img:last-of-type{
		width: 108px;
		top: 150px;
	}
	#top_msg .info .txt, #top_service_company .sec .in2 .txt {
		font-size: 15px;
		line-height: 1.8;
	}
	#top_service_company .sec .in2, #top_service_company .company.sec .in2 {
		padding: 15px;
	}
	#top_contact .in {
		padding: 20px;
	}
	#top_contact .in .box_flex p {
		margin: 0 auto 15px;
	}
	#top_contact .in .box_flex p:last-of-type {
		margin-bottom: 0;
	}
	#top_info #news_list dl dd a {
		font-size: 15px;
	}
	/*--------------------------------------------------
		業務内容
	--------------------------------------------------*/
	#flow .box {
		width: calc( calc( 100% - 40px ) / 2);
		padding: 15px;
	}
	#flow .box:last-child {
		margin-right: 20px;
	}
	/*--------------------------------------------------
		会社概要
	--------------------------------------------------*/
	#policy ul.list_circle li {
		font-size: 16px;
	}
	/*--------------------------------------------------
		お問合せ
	--------------------------------------------------*/
	#contact .label_list label {
		padding: 0;
	}
/*------------------------------------------------*/
}
</pre></body></html>