/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px) {
	.dsp_smt { display: none; }
	/*--------------------------------------------------
		トップ
	--------------------------------------------------*/
	#top_menu .main .box dl {
		margin-bottom: 50px;
	}
	/*挨拶*/
	#greeting {
		padding-top: 100px;
	}
	#greeting .in {
		position: relative;
	}
	#greeting .in h3.sub {
		position: absolute;
		width: 100px;
		left: calc(50% - 50px);
		top: -60px;
	}
	#greeting .in .box{
		width: 60%;
	}
	#greeting .in dl dd .btn a{
		width: 90%;
	}
	/*--------------------------------------------------
		事業内容
	--------------------------------------------------*/
	#service {
		margin-bottom: 30px;
		padding: 30px 0;
	}
	#service .box {
		padding-top: 120px;
		padding-bottom: 0;
		background-size: 60% auto;
		-webkit-background-size: 60% auto;
		padding: 30px;
		background: rgba(255,255,255,0.8);
	}
	#service .box .in {
		margin-right: 30%;
		padding: 20px;
	}
	#service .box {
		margin-top: 40px;
	}
	#service #service_system {
		background: url(../img/service/bg01.jpg) no-repeat right center;
	}
	#service #service_net {
		background: url(../img/service/bg02.jpg) no-repeat right center;
	}
	#service #service_game {
		background: url(../img/service/bg03.jpg) no-repeat right center;
	}
	/*--------------------------------------------------
	会社案内・アクセス
--------------------------------------------------*/
/* アクセス */
#access .office-content {
	margin: 50px 0 20px;
}
#access .office-box {
	display: block;
	margin-bottom: 30px;
}
#access .office-box .office-img {
	display: block;
	text-align: center;
}
#access .office-img p{
	text-align: center;
}
#branch .main .branch_box {
	flex-wrap: wrap;
	padding: 0 30px;
}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#contact_title {
		background-position: top;
		background-size: 100% auto;
	}
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }
	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		z-index: 999;
	}
	#header h1 img {
		width: auto;
		height: 44px;
		padding-top: 3px;
		padding-left: 5px;
	}
	/* ページタイトル */
	#page_title {
		padding-top:  50px;
	}
	#page_title h2.sub_title {
		height: 150px;
		background-image: url("../img/title_sp.jpg");
		background-attachment: inherit;
	}
	/* コンテナ */
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box {
		background-position: right bottom;
	}
	#footer .box dt {
		margin-bottom: 20px;
	}
	#copyright {
		height: auto;
		line-height: 1.8;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	.pt2 { padding-top: 40px; }
	.pb2 { padding-bottom: 40px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top-menu .box .sub, #top_content h3.sub {
		font-size: 23px;
	}
	/*挨拶*/
	#greeting .in dl dd {
		flex-flow: column;
	}
	#greeting .in dl dd {
		justify-content: center;
	}
	#greeting .in dl dd .btn a {
		margin: 20px auto 0;
	}
	#greeting #top_info dl {
		padding: 0;
	}
	/*トップメニュー*/
	#top_menu .sub {
		margin-bottom: 20px;
	}
	/*トップメニュー*/
	#top_menu .main .box dl:last-of-type {
		margin-bottom: 0;
	}
	#top_menu .main .box dl dd {
		max-width: 300px;
		margin: 0 auto;
	}
	#top_menu .main .box dl .img {
		width: 27%;
	}
	#top_menu .main .box dl .in {
		width: 70%;
	}
	#top_menu .main .box dl .img {
		margin-bottom: 0;
	}
	#top_menu .main .box dl dd .btn {
		text-align: center;
	}
	#top_menu .main .box dl dd .btn a {
		float: none;
	}
	
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .btn input {
		width: 120px;
	}
	#mailform .tbl th, #mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"], #mailform .tbl textarea {
		font-size: 120%;
	}
	/*------------------------------------------------*/
}
