@charset "utf-8";
/*==================================================
	スマホのみに適用
==================================================*/
@media only screen and (max-width: 640px){
	body { font-size: 85%; }
	.dsp_hp, .dsp_hpt { display: none; }

	/* ヘッダ */
	#header h1.title img {
		max-height: 25px;
	}
	/* サブページタイトル */
	#page_title .sub_ttl {
		padding: 20px 0;
	}
	#page_title .sub_ttl::before {
		font-size: 30px;
	}
	#page_title .sub_ttl {
		font-size: 20px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 320px;
	}
	/* 見出し */
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#container h3.line {
		font-size: 20px;
		min-height: 120px;
	}
	#container h3.line span.waku {
		width: 180px;
		min-height: auto;
		font-size: 14px;
		padding: 5px 0;
	}
	#container h3.sub04 {
		font-size: 18px;
	}
	#container .sub02,
	#container .sub03,
	#container .sub04 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#container h4.sub {
		font-size: 18px;
		padding-left: 10px;
	}
	#container h4.sub::before {
		top: 4px;
	}
	/* フッター */
	#footer .box dt img {
		max-width: 250px;
	}
	#footer .box dd .contact {
		width: auto;
		margin: 0 auto 20px;
		flex-wrap: wrap;
	}
	#footer .box dd .contact p {
		margin: 0 auto;
	}
	#footer .box dd .contact p.tel {
		margin-bottom: 15px;
	}
	#footer .box dd .contact p a {
		line-height: 55px;
		width: 270px;
	}
	#footer .box dd .contact p.tel a img {
		position: relative;
		top: -3px;
	}
	#copyright {
		height: auto;
		line-height: 1.6;
		padding: 5px 0;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 30px; }
	.pt { padding-top: 30px; }
	.pb { padding-bottom: 30px; }
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* 検索 */
	#top_form {
		top: -25px;
		margin-bottom: -25px;
	}
	#top_form .jitsubutsu {
		font-size: 12px;
	}
	#top_form .box .sub_box h3 {
		font-size : 20px;
	}
	#top_form .box {
		padding: 5px;
	}
	#top_form .box .sub_box {
		padding: 5px;
	}
	#top_form .box .sub_box .tbl {
		margin-bottom: 10px;
	}
	#top_form .box .sub_box .tbl th {
		font-size: 14px;
	}
	#top_form .box .sub_box .tbl td.interval div label {
		padding-right: 5px;
	}
	#top_form .box .sub_box .tbl td.flex {
		flex-wrap: wrap;
	}
	#top_form .box .sub_box .tbl td.flex div {
		width: 32%;
		margin-right: 0;
	}
	#top_form .box .sub_box .btn input.send {
		font-size: 16px;
		line-height: 35px;
		background: url(../img/top/seek.png) no-repeat left 33px center / 20px auto,#37BEF0;
		width: 130px;
		padding-left: 20px;
	}
	#search_form .feas-submit-button {
		margin-top: 5px;
		font-size: 16px;
		line-height: 35px;
		background: url(../img/top/seek.png) no-repeat left 25px center / 20px auto,#37BEF0;
		width: 130px;
		padding-left: 20px;
	}
	/* 特許で新登場! */
	#top_new_arrival.box_flex {
		display: block;
	}
	#top_new_arrival .ttl {
		font-size: 20px;
		width: auto;
		display: block;
		line-height: 1.3;
		margin-bottom: 10px;
		padding: 5px 0;
	}
	#top_new_arrival .txt {
		width: auto;
		color: #f06a43;
		font-size: 16px;
	}
	/* ご検討中の方へ */
	#top_customer h3 {
		font-size: 20px;
		line-height: 30px;
		padding: 10px 0;
	}
	#top_customer h3 span {
		font-size: 18px;
		display: block;
	}
	#top_customer p {
		font-size: 18px;
		padding: 20px 0;
		text-align: left;
	}
	/* スーパーセレクトシステムとは */
	#top_about::before {
		background: linear-gradient(0deg, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 0) 100%), url(../img/top/about_bg.jpg) no-repeat center top / 100% auto;
	}
	#top_about .flex {
		flex-wrap: wrap;
		padding: 15px;
	}
	#top_about .flex .text {
		width: 100%;
		margin-bottom: 15px;
	}
	#top_about .flex .text h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#top_about .flex .text h3 .blk {
		font-size: 16px;
		padding-left: 10px;
	}
	#top_about .flex .text h3 .eng {
		font-size: 18px;
	}
	#top_about .flex .text p br {
		display: none;
	}
	#top_about .flex .photo {
		width: 100%;
		text-align: center;
	}
	/* ご利用方法 */
	#top_use .box {
		padding: 15px;
	}
	#top_use .box h3 {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	#top_use .box .flex {
		flex-wrap: wrap;
	}
	#top_use .box .flex dl {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	#top_use .box .flex dl:last-child {
		margin-bottom: 0;
	}
	#top_use .box .flex dl::before {
		top: auto;
		bottom: -36px;
		left: 50%;
		right: auto;
		transform: rotate(90deg);
	}
	/* コンテンツ */
	#top_contents .flex {
		flex-wrap: wrap;
	}
	#top_contents .flex dl {
		width: 100%;
	}
	/* お知らせ */
	#top_info h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	/* 建築会社様、解体業者様、リフォーム業者様へ */
	#top_partner h3 {
		margin-top: 30px;
		margin-bottom: 0;
		padding: 10px 0;
		line-height: 30px;
		font-size: 20px;
	}
	#top_partner h3 span {
		font-size: 18px;
		display: block;
	}
	#top_partner p {
		font-size: 18px;
		padding: 20px 0;
		text-align: left;
	}
	/*--------------------------------------------------
		運営者情報
	--------------------------------------------------*/
	#administrator #company .box_flex {
		flex-wrap: wrap;/* 改行 */
	}
	#administrator #company .box_flex .txt,
	#administrator #company .box_flex .map {
		width: 100%;
	}
	/*--------------------------------------------------
		施工情報
	--------------------------------------------------*/
	#search_result .box {
		padding: 10px;
	}
	#search_result .box .in .ttl {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#search_result .box .in .ttl .label {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	#search_result .box .in .search_tbl {
		font-size: 14px;
	}
	#search_result .box .in .search_tbl tr th, #search_result .box .in .search_tbl tr td {
		padding: 5px;
		display: block;
		width: 100%;
		margin-top: -1px;
	}
	#search_result .box .in .search_tbl tr td.price,
	#search_result .box .in .search_tbl tr td.tel a {
		font-size: 18px;
	}
	/*--------------------------------------------------
		建築受発注代行システム
	--------------------------------------------------*/
	#system .txt02 {
		font-size: 14px;
	}
	#system .system_box .box.reverse_sp {
		display: flex;
		flex-direction: column-reverse;
	}
	#system .system_box .box .img_box,#system .system_box .box .txt_box {
		width: 100%;
	}
	#system .system_box .box .txt_box {
		position: relative;
		top: 0;
		transform: none;
		min-height: 120px;
		font-size: 18px;
	}
	#system .system_box .box .txt_box span {
		font-size: 20px;
	}
	#system .method_box .box .in {
		width: 100%;
		margin-bottom: 30px;
	}
	#system .method_box .box .in:last-of-type {
		margin-bottom: 0;
	}
	#system .method_box .box .in .ttl {
		font-size: 18px;
	}
	#system .method_box .box .in .img {
		min-height: auto;
	}
	#system .method_box .box .in .img img {
		width: 85px;
	}
	#system .method_box .box .in.orange .img img {
		width: 80px;
		margin-bottom: 20px;
	}
	#system .method_box .box .in .sub {
		font-size: 16px;
		text-align: left;
	}
	.flow_box .in .step_box .box {
		width: 100%;
	}
	.flow_box .in .step_box .box:not(:last-of-type)::before {
		clip-path: polygon(55% 100%, 100% 0, 0 0);
		right: auto;
		top: auto;
		bottom: -14px;
		left: 50%;
		transform: translateX(-50%);
		width: 58px;
		height: 14px;
	}
	#system .flow_box .in .step_box .box .txt_box {
		padding: 15px;
	}
	#system .flow_box .in .step_box .box .txt_box .ttl {
		margin-bottom: 5px;
	}
	#system .flow_box .in .step_box .box .txt_box .txt {
		font-size: 14px;
	}
	#system .package_box .txt03 {
		font-size: 18px;
		text-align: left;
	}
	#system .package_box .txt {
		text-align: left;
	}
	#system .package_box .img {
		margin-top: 0;
	}
	#system .package_box .txt04 {
		text-align: left;
	}
	#system .package_box .txt04 span {
		font-size: 20px;
	}
	#system .package_box .txt05 {
		font-size: 20px;
		text-align: left;
	}
	/*--------------------------------------------------
		施工事例・建築会社検索サービス
	--------------------------------------------------*/
	#service h3.line {
		font-size: 18px;
	}
	#service h3.line span.fs {
		font-size: 14px;
	}
	#service h3.line.orange::after {
		width: 80px;
		height: 20px;
	}
	#service .service_what {
		padding: 30px 0;
		justify-content: space-between;
	}
	#service .service_what .img_box {
		width: 20%;
		margin-right: 0;
		height: auto;
	}
	#service .service_what .txt_box {
		width: 70%
	}
	#service .service_what .txt_box .fukidashi {
		width: 100%;
		min-height: auto;
		font-size: 14px;
		line-height: 1.8em;
	}
	#service .service_what .txt_box .fukidashi::before {
		width: 20px;
		height: 25px;
		top: 10px;
		left: -15px;
	}
	#service .service_search .txt {
		font-size: 16px;
		text-align: left;
	}
	#service .service_search .txt .dsp_tbs {
		display: none;
	}
	#service .service_features .check_box {
		margin-bottom: 30px;
	}
	#service .service_features .check_box li {
		font-size: 14px;
		padding-left: 25px;
	}
	#service .service_features .check_box li::before {
		background-size: 100%;
		width: 20px;
		top: 3px;
	}
	#service .service_features .flow_box .box {
		width: 100%;
	}
	#service .flow_box .in .step_box .box:not(:last-of-type)::after {
		content: "";
		background: linear-gradient(90deg, rgba(240, 184, 67, 1) 0%, rgba(240, 106, 67, 1) 100%);
		clip-path: polygon(55% 100%, 100% 0, 0 0);
		right: auto;
		top: auto;
		bottom: -14px;
		left: 50%;
		transform: translateX(-50%);
		width: 58px;
		height: 14px;
		position: absolute;
	}
	#service .service_features .flow_box .box:nth-last-of-type(2) {
		margin-bottom: 30px;
	}
	#service .service_sarecommend .service_box .in {
		width: calc(100% / 2);
		padding: 0 10px;
	}
	@media only screen and (max-width: 320px) {
		#service h3.line.orange {
			font-size: 16px;
		}
	}
/*------------------------------------------------*/
}
