@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ヘッダ */
	#header {
		overflow: hidden;
		height: 50px;
		padding: 0;
		z-index: 9997;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 30px;
	}
	/* お問い合わせ */
	#header .contact {
		position: relative;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		position: absolute;
		top: 0;
		right: 92px;
		display: block;
		width: 24px;
		height: 50px;
		padding: 0 11px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#header .contact .btn a {
		right: 45px;
	}
	#header .contact .tel a {
		left: auto;
	}
	/* ページタイトル */
	#page_title {
		padding-top: 50px;
	}
	#page_title .subttl {
		padding: 50px 0;
	}
	/* コンテナ */
	#container h3.sub {
		margin-bottom: 30px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box dt {
		margin-bottom: 20px;
	}
	#footer .sub_box {
		height: auto;
		padding: 0;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
	}
	#footer .box dd .contact {
		margin-bottom: 20px;
	}
	#footer .box dd .contact p a {
		width: 250px;
		line-height: 60px;
	}
	#footer .box dd .contact .tel a {
		font-size: 25px;
	}
	#footer .box dd .contact .btn a {
		font-size: 22px;
	}
	#footer .box dd .contact .tel a img {
		width: 20px;
	}
	#footer .box dd .contact .btn a img {
		width: 25px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* ご挨拶 */
	#top_greeting .text {
		width: 57%;
	}
	#top_greeting .text h3 {
		margin-bottom: 30px;
	}
	#top_greeting .text h3 img {
		width: 260px;
	}
	#top_greeting .text h3 span {
		font-size: 18px;
		line-height: 18px;
	}
	#top_greeting .photo {
		right: -35px;
		width: 280px;
	}
	/* コンテンツ */
	#top_content .box h3 {
		font-size: 40px;
		line-height: 40px;
	}
	#top_content .box h3 span {
		font-size: 18px;
		line-height: 40px;
	}
	#top_content .box .sentence {
		padding: 0 15px;
		margin-bottom: 20px;
	}
	#top_content .box .btn a {
		width: 70px;
		height: 70px;
		background-size: 70px;
	}
	#top_content .box .btn a:hover {
		background-size: 70px;
	}
	/* お知らせ */
	#top_info {
		padding-bottom: 60px;
	}
	/*--------------------------------------------------
		事業内容
	--------------------------------------------------*/
	#service .bg .box_flex dl {
		width: 49%;
		margin-bottom: 10px;
		padding: 20px;
	}
	#service .development_results .flex_box {
		display: block;
		margin-bottom: 10px;
	}
	#service .development_results .img.tbs_w2 {
		text-align: center;
		margin-top: 30px;
	}
	#service .development_results .img.tbs_w2 img {
		height: 210px;
		margin: 0 5px;
	}
	#service .development_results .flex_box .info {
		width: 100%;
	}
	#service .development_results .flex_box .info ul li {
		padding: 10px;
		margin-bottom: 10px;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}