@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 {
		overflow: hidden;
		height: 50px;
		padding: 0;
		background: #fff;
		z-index: 9997;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 30px;
	}
	#page_title {
		padding-top: 50px;
	}
	#page_title .sub_ttl {
		padding: 45px 0;
	}
	#page_title .sub_ttl::before {
		font-size: 35px;
	}
	/* お問い合わせ */
	#header .contact {
		position: relative;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		position: absolute;
		top: 0;
		right: 90px;
		display: block;
		width: 24px;
		height: 50px;
		padding: 0 11px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#header .contact .btn a {
		right: 44px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 20px;
	}
	#container h3.sub04 {
		font-size: 23px;
		margin-bottom: 15px;
	}
	#container h3.sub04 span {
		font-size: 14px;
	}
	#container h4.sub {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#container h4.sub::before {
		height: 20px;
		top: 8px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box dt {
		margin-bottom: 20px;
	}
	#footer .box dt img {
		max-width: 300px;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
	}
	/* パンくずリスト */
	#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_form {
		top: -65px;
		margin-bottom: -65px;
	}
	#top_form .jitsubutsu {
		font-size: 14px;
	}
	#top_form .box .sub_box h3 {
		font-size : 22px;
	}
	#top_form .box {
		padding: 25px;
	}
	#top_form .box .sub_box {
		padding: 15px;
	}
	#top_form .box .sub_box .tbl th,
	#top_form .box .sub_box .tbl td {
		display: block;
		width: auto;
	}
	#top_form .box .sub_box .tbl th,
	#top_form .box .sub_box .tbl td {
		padding: 10px;
	}
	#top_form .box .sub_box .tbl td.interval label {
		margin-right: 15px;
	}
	#top_form .box .sub_box .tbl td.flex div {
		margin-right: 15px;
	}
	#top_form .box .sub_box .btn input.send {
		font-size: 20px;
		line-height: 45px;
		background: url(../img/top/seek.png) no-repeat left 45px center / 20px auto,#37BEF0;
		width: 170px;
		padding-left: 20px;
	}
	#search_form dl {
		display: block;
	}
	#search_form dl dt, #search_form dl dd {
		width: 100%;
		padding: 10px;
	}
	#search_form dl dd.type label:not(:last-of-type) {
		margin-right: 10px;
	}
	#search_form dl dd.price label {
		width: calc(100% / 3);
	}
	#search_form .feas-submit-button {
		font-size: 20px;
		line-height: 45px;
		background: url(../img/top/seek.png) no-repeat left 30px center / 20px auto,#37BEF0;
		width: 170px;
		padding-left: 20px;
	}
	/* 特許で新登場! */
	#top_new_arrival .ttl {
		font-size: 26px;
	}
	#top_new_arrival .txt {
		color: #f06a43;
		font-size: 20px;
	}
	/* 画像 */
	#top_photo .flex {
		width: auto;
	}
	#top_photo .flex .photo {
		width: 32%;
	}
	/* ご検討中の方へ */
	#top_customer h3 {
		font-size: 25px;
		line-height: 70px;
	}
	#top_customer h3 span {
		font-size: 20px;
	}
	#top_customer p {
		font-size: 20px;
		padding: 25px 0;
	}
	/* スーパーセレクトシステムとは */
	#top_about::before {
		background: linear-gradient(0deg, rgba(255, 255, 255, 1) 62%, rgba(255, 255, 255, 0) 100%), url(../img/top/about_bg.jpg) no-repeat center top / 100% auto;
	}
	#top_about .flex {
		padding: 25px;
	}
	#top_about .flex .text {
		width: 65%;
	}
	#top_about .flex .text h3 {
		font-size: 25px;
	}
	#top_about .flex .text h3 .blk {
		font-size: 20px;
		padding-left: 15px;
	}
	#top_about .flex .text p {
		line-height: 25px;
	}
	#top_about .flex .photo {
		width: 32%;
	}
	/* ご利用方法 */
	#top_use {
		padding-bottom: 0;
	}
	#top_use .box {
		padding: 20px;
	}
	#top_use .box h3 {
		font-size: 25px;
		line-height: 25px;
	}
	#top_use .box .flex dl {
		width: 32%;
	}
	#top_use .box .flex dd {
		padding: 15px;
	}
	#top_use .box .flex dd p.big {
		font-size: 16px;
		line-height: 25px;
	}
	#top_use .box .flex dd p.small {
		line-height: 25px;
	}
	#top_use .box .flex dd p.example {
		line-height: 25px;
		padding: 15px;
	}
	/* コンテンツ */
	#top_contents .flex dd {
		width: 285px;
		bottom: 10%;
	}
	#top_contents .flex dd h3 {
		padding: 20px 0 35px;
	}
	#top_contents .flex dd h3 span {
		font-size: 20px;
	}
	/* お知らせ */
	#top_info dt {
		float: none;
		width: auto;
	}
	#top_info dd {
		margin-left: 0;
	}
	/* 建築会社様、解体業者様、リフォーム業者様へ */
	#top_partner h3 {
		font-size: 25px;
		line-height: 70px;
	}
	#top_partner h3 span {
		font-size: 20px;
	}
	#top_partner p {
		font-size: 20px;
		padding: 25px 0;
	}
	/*--------------------------------------------------
		特許・商標
	--------------------------------------------------*/
	#patent .boshu {
		font-size: 18px;
	}
	#patent .boshu a {
		font-size: 14px;
	}
	/*--------------------------------------------------
		建築受発注代行システム
	--------------------------------------------------*/
	#system .system_box .box .img_box {
		width: 450px;
	}
	#system .system_box .box .txt_box {
		width: 350px;
		font-size: 20px;
	}
	#system .system_box .box .txt_box span {
		font-size: 25px;
	}
	#system .method_box .box .in {
		width: 48%;
		padding: 15px;
	}
	#system .method_box .box .in .ttl {
		font-size: 20px;
	}
	#system .method_box .box .in .ttl span {
		font-size: 16px;
	}
	#system .method_box .box .in .img {
		min-height: 90px;
	}
	#system .method_box .box .in .sub {
		font-size: 18px;
		line-height: 1.8em;
	}
	.flow_box .in {
		padding: 15px;
	}
	.flow_box .in .step_box .box {
		width: 48%;
		margin-bottom: 30px;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	.flow_box .in .step_box .box:last-of-type {
		margin-bottom: 0;
	}
	.flow_box .in .step_box .box .txt_box {
		
		flex-grow: 1;
	}
	.flow_box .in .step_box .box .txt_box .ttl {
		font-size: 18px;
	}
	#system .package_box .txt03 {
		font-size: 20px;
	}
	#system .package_box .img {
		margin-top: -50px;
	}
	#system .package_box .txt04 span {
		font-size: 23px;
		line-height: 1.8em;
	}
	#system .package_box .txt05 {
		font-size: 23px;
	}
	/*--------------------------------------------------
		施工事例・建築会社検索サービス
	--------------------------------------------------*/
	#service h3.line {
		font-size: 25px;
	}
	#service h3.line span.fs {
		font-size: 16px;
	}
	#service .service_what .txt_box .fukidashi {
		width: 300px;
		padding: 0 15px;
	}
	#service .service_search .txt {
		font-size: 18px;
	}
	#service .service_features .check_box {
		padding: 15px;
	}
	#service .service_features .check_box li {
		font-size: 18px;
		line-height: 1.8em;
	}
	#service .service_features .check_box li::before {
		top: 0;
	}
	#service .service_features .flow_box .box {
		width: 48%;
	}
	#service .service_sarecommend .ttl {
		font-size: 20px;
	}
	#service .service_sarecommend .service_box .in {
		width: calc(100% / 3);
		padding: 0 15px;
		box-sizing: border-box;
	}
	#service .service_sarecommend .service_box {
		align-items: flex-start;
	}
	#service .service_sarecommend .service_box .in .img_box {
		width: 100%;
		height: auto;
	}
	#service .service_sarecommend .service_box .in .txt {
		font-size: 14px;
		line-height: 1.8em;
		text-align: left;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}
	/*--------------------------------------------------
		施工情報
	--------------------------------------------------*/
	#search_result .box {
		padding: 20px;
	}
	#search_result .box .in {
		padding-left: 0;
	}
	#search_result .box .in .ttl {
		margin-bottom: 20px;
	}
	#search_result .box .in .img {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
	}
	#search_result .box .in .search_tbl tr th, #search_result .box .in .search_tbl tr td {
		padding: 10px;
	}

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