@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; }

	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(87, 140, 218, 1) 100%); }
	#header .contact .tel a { background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(87, 140, 218, 1) 100%); }
	#header .contact .btn a { background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(87, 140, 218, 1) 100%); }
	#rwdMenuWrap { background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(87, 140, 218, 1) 100%); }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #fff;
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 26px;
	}
	/* お問い合わせ */
	#header .contact .tel {
		margin-right: 1px;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 11px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .tel a {
		padding: 0 13px;
	}
	#header .contact .btn {
		padding-right: 45px;
	}
	#header .contact .tel span,
	#header .contact .btn span.serif {
		display: none;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 23px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box dl {
		display: block;
	}
	#footer .box dl dt, #footer .box dl dd {
		width: 100%;
	}
	#footer .box dl dt img {
		position: relative;
		bottom: auto;
		left: auto;
	}
	#footer .box dl dd {
		text-align: center;
		padding-right: 0;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
		text-align: center;
	}
	/* パンくずリスト */
	#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_ttl {
		height: 250px;
	}
	#top_msg:before {
		background-position: right bottom;
	}
	#top_msg .sp_waku {
		background: rgba(255,255,255,0.5);
		padding: 20px;
	}
	#top_msg .txt {
		font-size: 18px;
	}
	#top_msg .txt02 {
		font-size: 35px;
	}
	#top_list .sec {
		margin-bottom: 50px;
	}
	#top_service .service {
		margin-bottom: 30px;
	}
	#top_service .service h3 {
		top: -52px;
		margin-bottom: 0;
	}
	#top_service dl {
		width: 32%;
	}
	#top_service dl dd {
		padding: 10px;
	}
	#top_service dl dt {
		font-size: 16px;
	}
	#top_service dl dd {
		font-size: 14px;
	}
	#top_service .investigation dl {
		width: 49%;
		position: relative;
		background: none;
		margin-bottom: 30px;
	}
	#top_service .investigation dl:before {
		content: "";
		position: absolute;
		z-index: -1;
		display: block;
		width: 100%;
		height: calc(100% - 50px);
		background: #deeefe;
	}
	#top_company .tbl {
		width: 100%;
		font-size: 15px;
	}
	#top_company .tbl th, #top_company .tbl td {
		padding: 15px;
	}
	#top_contact h3.sub {
		top: -97px;
		margin-bottom: -60px;
	}
	#top_contact:before {
		height: 300px;
	}
	#top_contact .txt {
		margin-bottom: 50px;
	}
	#mailform {
		width: 100%;
		padding: 15px;
	}
	/*--------------------------------------------------
		サブページ
	--------------------------------------------------*/

	/*--------------------------------------------------
		サブページ
	--------------------------------------------------*/
	
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

/*------------------------------------------------*/
}