@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; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: rgba(0, 104, 173, 0.8);
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 30px;
	}
	/* お問い合わせ */
	#header .contact .tel a,
	#header .contact .btn a,
	#header .contact .line a {
		width: 46px;
		height: 50px;
		padding: 0 11px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .line a {
		padding: 0 7px;
	}
	#header .contact .line {
		padding-right: 46px;
	}
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#title_sub h2 {
		height: 150px;
		padding-top: 0;
		font-size: 24px;
	}
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 30px;
	}
	#container h3.first_letter {
		font-size: 30px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box {
		padding: 30px 0;
	}
	#footer .box dt {
		margin-bottom: 20px;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
	}
	/* パンくずリスト */
	#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_wrap dl {
		top: 10%;
		width: 80%;
	}
	#top_ttl_wrap dl dt {
		font-size: 3vw;
		margin-bottom: 30px;
	}
	#top_ttl_wrap dl dd {
		font-size: 3vw;
	}
	#top_greeting {
		margin-top: 50px;
	}
	#top_greeting .img {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	#top_greeting .text {
		width: 100%;
	}
	#top_greeting .text h3 {
		padding-left: 0;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	#top_greeting .text .txt {
		padding-left: 0;
	}
	#top_service a {
		width: calc(50% - 1px);
		height: 350px;
		background-size: cover;
		margin-bottom: 1px;
	}
	#top_info {
		margin: 30px 0;
	}
	#top_info dl dt {
		padding: 0;
		padding-top: 20px;
	}
	#top_info dl dd {
		padding: 0;
		padding-bottom: 20px;
	}

	/*--------------------------------------------------
		業務内容
	--------------------------------------------------*/
	#service{
	margin-top: 40px;
	}
	#service .img{
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	#service .text{
		width: 100%;
	}
	#service .text dt {
		font-size: 30px;
		padding-bottom: 20px;
		margin-bottom: 20px
	}
	
	#service .text .txt,
	#service .box_flex_sp.rev .text .txt {
	padding: 0px;
	}
	#service .text .rit{
		text-align: left;
	}
	#service .box_flex_sp{
	margin-bottom: 50px;
	}	
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

/*------------------------------------------------*/
}