@charset "utf-8";
/*==================================================
	スマホのみに適用
==================================================*/
@media only screen and (max-width: 640px){
	body { font-size: 85%; }
	.dsp_hp, .dsp_hpt { display: none; }

	/* ヘッダ */
	#header p.title img {
		max-height: 24px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#header p.title, #header p.title span {
		padding-left: 9px;
	}
	#header p.title span {
		font-size: 10px;
		margin-top: 33px;
		margin-left: -91px;
	}
	/* フッター */
	#footer .contact .tel a {
		font-size: 30px;
	}
	#footer .box dt img {
		max-width: 250px;
	}
	#footer p {
		padding: 0 15px 10px;
	}
	#footer .logo img:first-of-type {
		margin-right: 0;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 30px; }
	.pt { padding-top: 30px; }
	.pb { padding-bottom: 30px; }
	
	#container .main {
		margin-left: 0;
		border-left: none;
	}
	#container h2.sub {
		float: none;
		width: calc(100% - 30px);
		box-sizing: border-box;
		margin: 0 15px 15px;
		border-bottom: 1px solid #999999;
		padding-bottom: 10px;
	}
	#page_sub #header {
		margin-bottom: 30px;
	}
	#page_sub #container {
		padding-bottom: 30px;
	}
	
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	body#page_top {
		background: url("../img/top/bg.jpg");
		background-size: cover;
		-webkit-background-size: cover;
	}
	body#page_top #footer {
		padding-bottom: 100px;
	}
	#top_slider {
		overflow: hidden;
		position: relative;
		margin-bottom: 50px;
	}
	#top_slider .scroll {
		margin-bottom: 0;
		font-family: 'Marcellus', serif;
		position: absolute;
		bottom: 21px;
		z-index: 998;
		width: 100%;
		text-align: center;
		font-size: 16px;
	}
	#top_slider .scroll::before{
		content: "";
		display: block;
		width: 2px;
		height: 20px;
		background-color: #000;
		position: absolute;
		bottom: -21px;
		left: 50%;
	}
	/* メニューコンテンツ */
	#top_menu .box {
		margin-bottom: 30px;
	}
	#top_menu dl dt {
		float: none;
		width: auto;
		text-align: center;
	}
	#top_menu dl dd {
		margin-left: 0;
	}
	/* お知らせ */
	#top_info dt {
		float: none;
		width: auto;
	}
	#top_info dd {
		margin-left: 0;
	}
	
	#company {
		border-bottom: none;
	}
	#company table, #history table, #recruit table {
		width: 100%;
	}
	#company th, #history th, #recruit th, #company td, #history td, #recruit td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}
	#company th, #history th, #recruit th {
		background: #eee;
	}
	#recruit p, #recruit table {
		margin-left: 0;
	}
	#recruit table th, #recruit table td {
		padding-bottom: 10px;
	}

/*------------------------------------------------*/
}
