@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: auto;
		padding: 0;
		background: #fff;
	}
	#header h1 {
		width: 100%;
		background: #F2F2F2;
		color: #999;
		font-size: 10px;
		line-height: 1;
	}
	#header p.title {
		height: 50px;
		padding-left: 10px;
	}
	#header p.title img {
		width: auto;
		max-height: 45px;
	}
	#sticky {
		position: relative;
		z-index: 9997;
	}
	#sticky.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	/* ページタイトル */
	#page_title .top_title {
		height: 363px;
		background: url(../img/top/title_tbs.jpg) no-repeat bottom;
		background-size: cover;
		position: relative;;
	}
	#page_title .top_title img {
		position: relative;
		z-index: 3;
		max-height: 264px;
	}
	#page_title .img01 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 56%;
		max-height: 117px;
	}
	#page_title .img02 {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
		width: 48%;
	}
	#page_title h2.sub {
		padding-bottom: 20px;
		font-size: 30px;
	}
	/* メニュー */
	#rwdMenuWrap ul li a {
		color: #333333;
	}
	/* お問い合わせ */
	#header .contact {
		position: relative;
	}
	#header .contact .tel,
	#header .contact .btn {
		position: absolute;
		top: 0;
		right: 90px;
		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 {
		right: 44px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 20px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .contact a img {
		width: 30px;
	}
	#footer .contact .tel {
		margin: 0 0 5px;
	}
	#footer .contact .tel a {
		font-size: 26px;
	}
	#footer .box dt {
		margin-bottom: 20px;
	}
	#footer .box dt img {
		width: 250px;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
	}
	/* パンくずリスト */
	#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_msg .txt {
		line-height: 2em;
	}
	/* メニューコンテンツ */
	#top_menu .box {
		padding: 20px;
		min-height: 300px;
	}
	#top_menu .box .txt {
		line-height: 2em;
		width: auto;
		right: auto;
		left: 0;
		bottom: 10px;
		padding: 0 15px;
	}
	/*--------------------------------------------------
		業務案内
	--------------------------------------------------*/
	#works .fr table {
		border-top: none;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

/*------------------------------------------------*/
}