@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 {
		position: relative;
	}
	#subpage #header {
		position: relative;
		width: 100%;
		z-index: 1;
		box-sizing: border-box;
		height: 100px;
	}
	#toppage #header::before {
		position: absolute;
		background: url("../img/top/bg01.png") #F2F2F2 no-repeat right -600px top /cover;
		z-index: -1;
	}
	#header h1 {
		position: absolute;
		width: 128px;
		left: 50px;
		top: 42px;
		z-index: 999;
	}
	#header .contact a img {
		width: 25px;
		margin-right: 8px;
	}
	#header .contact .tel img {
		position: relative;
		top: -2px;
	}
	#header .contact .btn {
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#header .contact .btn img {
		width: 23px;
	}
	#switchBtnArea #switchBtn:after {
		display: none;
	}
	#switchBtnArea #switchBtn span {
		background-color: #0C327C;
		width: 48px;
		height: 3px;
	}
	#switchBtnArea #switchBtn span:first-of-type {
		top: 15px;
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 30px;
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 0;
	}
	#top_ttl.bg_wide {
		padding-bottom: 100px;
	}
	#page_title #top_ttl::before {
		position: absolute;
		background: url("../img/top/bg01.png") no-repeat right -600px top/cover;
		z-index: 1;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 400px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.sub_container {
		padding-top: 0px;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 400px;
		margin-top: -400px;
	}
	#footer .box {
		height: 326px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_msg .txt p {
		font-size : 18px;
		line-height : 29px;
	}
	/* お知らせ */
	#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;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
		overflow: hidden;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */ 
/*------------------------------------------------*/
}