@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; }

	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #015533; }
	#header .contact .tel a { background: #f08c1e; }
	#header .contact .btn a { background: #f08c1e; }
	#rwdMenuWrap { background: #015533; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		z-index: 9997;
	}
	#header h1.title {
		width: 100px;
		height: 100px;
	}
	#header h1.title img {
		width: auto;
		max-height: 75px;
	}
	/* お問い合わせ */
	#header .contact {
		margin-left: auto;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 11px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .btn {
		padding-right: 46px;
		padding-left: 2px;
	}
	#header .contact .txt,
	#header .contact .tel span.txt,
	#header .contact .btn span.txt {
		display: none;
	}
	#page_title .sub {
		height: 200px;
	}
	#page_title .sub span {
		font-size: 30px;
		letter-spacing: 5px;
	}
	/* コンテナ */
	#container h3.sub {
		margin-bottom: 30px;
		letter-spacing: 3px;
		font-size: 23px;
	}
	#container h3.sub span {
		letter-spacing: normal;
		font-size: 14px;
	}
	#container h3.sub02 {
		margin-bottom: 15px;
		font-size: 23px;
		letter-spacing: 3px;
	}
	#container h3.sub02 span {
		letter-spacing: normal;
		font-size: 14px;
	}
	#container h3.info {
		font-size: 18px;
		letter-spacing: 2px;
		width: 120px;
		height: 120px;
	}
	#container h3.info::before {
		top: 10px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box dt {
		margin-bottom: 20px;
	}
	#footer .box dd.btn_box {
		margin: 0 auto 30px;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
		margin: 0 auto;
	}
	/* パンくずリスト */
	#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_msg::before {
		width: 200px;
		height: 155px;
		bottom: 65px;
	}
	#top_msg .txt {
		width: 70%;
		font-size: 14px;
	}
	#top_msg .txt span {
		font-size: 16px;
	}
	#top_contents .contents_box .box .img_box .ttl_box {
		min-width: 250px;
		min-height: 80px
	}
	#top_contents .contents_box .box .img_box .ttl_box .ttl {
		font-size: 23px;
		letter-spacing: 2px;
	}
	#top_contents .contents_box .box .img_box .ttl_box .ttl span {
		font-size: 14px;
		line-height: 1.8em;
	}
	#top_contents .contents_box .box .txt_box {
		width: 80%;
	}
	#top_contents .contents_box .box .txt_box .txt {
		font-size: 14px;
		letter-spacing: normal;
		line-height: 1.8em;
	}
	#top_contents .contents_box .box .txt_box .btn01 a {
		width: 250px;
		line-height: 50px;
		font-size: 14px;
	}
	#top_info {
		width: 100%;
	}
	#top_info .info_main {
		width: 80%;
	}
	#top_info .info_main dl {
		padding: 15px;
		font-size: 14px;
	}
	#top_info .info_main dt {
		width: 100%;
	}
		@media only screen and (max-width: 680px) {
			#top_msg .txt {
				width: 60%;
			}
			#top_info .info_main {
				width: 75%;
			}
	}
	
	/*--------------------------------------------------
		サブページ
	--------------------------------------------------*/
	#service .box .img img {
		height: 35vw;
	}
	#service .box .info {
		padding: 20px;
	}
	#service .box .info h3 {
		font-size: 22px;
	}
	/*--------------------------------------------------
		会社概要
	--------------------------------------------------*/
	#company #history dl {
		font-size: 14px;
		padding: 10px 0;
	}
	#company #history dt {
		width: 65px;
	}
	#company #origin .box .photo {
		margin: 0;
	}
	#company #origin .box .txt {
		font-size: 14px;
		line-height: auto;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

/*------------------------------------------------*/
}