@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */

	/* ヘッダ */
	#header .contact a {
		height: 70px;
		color: #fff;
		text-align: center;
	}
	#header .contact a img {
		width: 24px;
	}
	#header .contact .tel a {
		width: 280px;
		font-size: 25px;
		line-height: 70px;
		letter-spacing: 0.1em;
	}
	#header .contact .tel img {
		position: relative;
		top: -2px;
		width: 25px;
		margin-right: 10px;
	}
	#header .contact .btn a {
		width: 70px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 567px;
	}
	.main {
		width: 1100px;
		margin: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 567px;
		margin-top: -567px;
	}
	#footer .box,
	#footer .contact {
		height: 310px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#footer .box dd p {
		display: inline-block;
	}
	#footer .box dd p+p {
		margin-left: 0.5em;
	}
	#footer .contact {
		height: 120px;
		margin: auto;
	}
	#footer .contact .btn {
		float: right;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_cat dd+dt {
		border-left: 2px dotted #ccc;
	}
	/* お知らせ */
	#top_info dl {
		display: table;
	}
	#top_info dt,
	#top_info dd {
		display: table-cell;
		vertical-align: top;
	}
	#top_info dt {
		width: 1%;
		padding-right: 20px;
		white-space: nowrap;
	}
	/*--------------------------------------------------
		検索
	--------------------------------------------------*/
	#search_wrap {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#search_wrap .search {
		overflow: auto;
		width: 20%;
		height: 100vh;
		padding: 20px;
		background: #fff;
		border-right: 3px solid #245DB5;
		box-shadow: 2px 0 5px rgba(0,0,0,0.15);
		box-sizing: border-box;
	}
	#search_wrap .result {
		width: 80%;
		box-sizing: border-box;
	}
	#search_wrap iframe {
		width: 100%;
		height: 100%;
		padding: 0;
		border: none;
		vertical-align: bottom;
	}
	/**/
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */ 
/*------------------------------------------------*/
}