@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: #291b17; }
	#header .contact .tel a { background: #e3d1be; }
	#header .contact .btn a { background: #e3d1be; }
	#rwdMenuWrap { background: #e3d1be; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #fff;
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 20px;
	}
	/* お問い合わせ */
	#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 .tel {
		padding-right: 2px;
	}
	#header .contact .btn {
		padding-right: 46px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 15px;
		font-size:35px;
	}
	#container h3.sub span {
		font-size: 18px;
	}
	#container h3.sub:before {
		background: url(../img/slash.png) no-repeat top left / 25%;
		width: 100%;
		height: 100%;
		left: 150px;
	}
	#container h3.sub02 {
		font-size: 35px;
	}
	#container h3.sub02 span {
		left: -15px;
	}
	#page_title .pc_fixed {
		display: none;
	}
	#page_title h2 span {
		line-height: 60px;
		font-size: 30px;
		padding: 0 30px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box dt {
		margin-bottom: 20px;
	}
	#footer .box dt img {
		width: 350px;
	}
	#footer .box dd.flex a {
		width: 180px;
		height: 40px;
		margin-bottom: 20px;
	}
	#footer .box dd.flex a img {
		width: 18px;
	}
	#footer .box dd.flex a span {
		font-size: 18px;
		line-height: 40px;
		position: relative;
		top: -2px
	}
	#footer .box dd.flex .mail a img {
		width: 20px;
	}
	#footer .box dd.flex .mail a span {
		font-size: 18px;
	}
	#footer .box dd.txt {
		font-size: 14px;
	}
	#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 {
		width: calc(100% - 15px);
		margin: 15px auto;
	}
	#top_ttl img {
		border-width: 10px;
	}
	#top_msg {
		padding-top: 20px;
	}
	#top_msg::before {
		background-size: contain;
	}
	#top_msg .greeting_box .txt_box {
		width: 55%;
	}
	#top_msg .greeting_box .txt_box .txt {
		font-size: 16px;
		line-height: 1.8em;
		padding-left: 0;
	}
	#top_msg .greeting_box .img_box {
		width: 50%;
	}
	#top_msg .greeting_box .img_box img {
		width: 100%;
	}
	#top_contents.bg {
		margin-bottom: 250px;
	}
	#top_contents .contents_box .sec {
		width: calc(170px - -100px);
	}
	#top_contents .contents_box .sec dt img,#top_contents .contents_box .sec.service_menu dt img {
		width: 50%;
	}
	#top_contents .contents_box .sec a {
		width: 230px;
		height: 230px;
	}
	#top_contents .contents_box .sec dd .ttl {
		font-size: 20px;
	}
	#top_contents .contents_box .sec dd img {
		width: 25%;
	}
	#top_contents .contents_box .sec .txt {
		width: 230px;
		line-height: 1.8em;
		font-size: 14px;
	}
	#top_info .info_box .ttl_box {
		margin-left: 0;
	}
	#top_info .info_box .cont_box {
		width: 85%;
	}
	#top_info .info_box .cont_box dl {
		font-size: 14px;
		padding: 15px;
	}
	#top_access .access_box .img_box {
		width: 50%;
	}
	#top_access .access_box .img_box img {
		width: 100%;
	}
	#top_access .access_box .txt_box {
		width: 100%;
		margin-left: 45%;
	}
	#top_access .access_box .txt_box .txt {
		font-size: 14px;
	}
	/*--------------------------------------------------
		サブページ
	--------------------------------------------------*/
	#case h3 {
		font-size: 170%;
		margin-bottom: 30px;
	}
	#case .box_img img {
		height: 20vw;
	}
	/*--------------------------------------------------
		業務案内
	--------------------------------------------------*/
	#service .service_flow h3.sub {
		margin-bottom: 50px;
	}
	#service .service_flow h3.sub:before {
		left: 50px;
	}
	#service .service_flow .flow_box .box {
		width: 90%;
	}
	#service .service_flow .flow_box .box .txt_box {
		padding: 15px 20px;
	}
	#service .service_flow .flow_box .box .txt_box .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#service .service_flow .flow_box .box .txt_box li {
		font-size: 98%;
	}
	#service .service_flow .flow_box .box .txt_box li:not(:last-of-type)::after {
		width: 15px;
		bottom: -7px;
	}
	#service .service_flow .flow_box .maru_box {
		width: 100px;
		height: 100px;
		margin: 30px auto;
	}
	#service .service_flow .flow_box .maru_box .txt {
		font-size: 20px;
		line-height: 1.2em;
	}
	#service .service_flow .flow_box .box .txt_box .txt {
		font-size: 125%;
	}
	#service .service_flow .big_txt {
		font-size: 125%;
	}
	#service .service_outline .outline_box {
		flex-direction: column;
	}
	#service .service_outline .outline_box h3.sub::before {
		left: 70px;
	}
	#service .service_outline .outline_box .txt_box dl {
		padding: 15px 20px;
	}
	#service .service_outline .outline_box .txt_box dd {
		font-size: 98%;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

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