@charset "utf-8";
/* CSS Document */
/***********************************************************共通ここから************************************************************
練習用
  {
  border:1px red solid;
  }
*************************************************************************************************************************************/

body {
	padding-top: 70px;
	/* ヘッダーの高さに合わせて調整 */
	font-family: 'Noto Sans JP', sans-serif;
	color: #5f5c5c;

}

/* 追従するトップへ戻るボタン */
#page-top {
	position: fixed;
	right: 25px;
	bottom: 30px;
	height: 50px;
	text-decoration: none;
	font-weight: bold;
	transform: rotate(90deg);
	font-size: 90%;
	line-height: 1.5rem;
	color: #737373;
	padding: 0 0 0 35px;
	border-top: solid 1px;
}

#page-top::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0px;
	width: 15px;
	border-top: solid 1px;
	transform: rotate(35deg);
	transform-origin: left top;
}

/* トップへ戻るボタンここまで */



a:link {
	text-decoration: none;
}

.slider a:link {
	color: #505050;
}


a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #1a0dab;
}

a:active {
	text-decoration: none;
	color: #5f5c5c;
}



.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

h2 {
	font-size: 24px;
	font-family: "kozuka-gothic-pro", sans-serif;
	font-weight: bold;
}

.h1,
.top_h2 {
	margin-bottom: 30px;
}

.h1 span,
.top_h2_span {
	color: #d83425;
	font-size: 18px;
	font-weight: bold;
}

h1,
.top_h2 {
	color: #3577CA;
	font-weight: bold;
	font-size: 40px;
	font-family: "kozuka-gothic-pro", sans-serif;

}


h3 {
	font-size: 20px;
	font-family: "kozuka-gothic-pro", sans-serif;
	font-weight: bold;
}

p {
	font-size: 16px;
}

ul {
	list-style: none;
}

/* パンくずリスト */
.breadcrumbs {
	padding-top: 50px;
}

.breadcrumbs_bottom {
	margin: 50px 0;
}

.business_service_contact_box {
	display: flex;
	border-radius: 8px;
	padding-top: 30px;
	gap: 70px;
	margin-left: 30px;
	align-items: center;
}


.business_service_contact_box01 img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	/* 画像の角を丸く */
}

.business_service_contact_box02 a {
	display: block;
	margin-top: 10px;
	/* 各リンクの間に余白を追加 */
	font-weight: bold;
	/* リンクのテキストを太字に */
}

.contact-icon {
	margin-right: 8px;
	/* アイコンの後ろに余白を追加 */
	vertical-align: middle;
}

.contact-icon02 {
	border: 1px solid black;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 6px;
}

.contact-icon02 {
	height: 60px;
	width: 60px;
	padding: 10px;
}

.contact_form01 {
	font-size: 24px;
}

.contact_form02 {
	font-size: 50px;
	font-weight: bold;
}

.business_service_contact_info {
	padding-bottom: 10%;
}

@media screen and (max-width: 1024px) {
	.business_service {
		display: block;
	}

	.business_service {
		width: 100vw;
	}

	.business_service_box01 img {
		width: 100vw;
	}

	.business_service_box02 {
		margin-left: 0px;
		word-wrap: break-word;
		overflow-wrap: break-word;
		margin-top: 50vw;
	}



}

@media screen and (max-width: 767px) {

	h1,
	.top_h2 {
		font-size: 30px;
		margin-left: 3vw;
	}

	.h1 span,
	.top_h2_span {
		margin-left: 3vw;
	}

	h2 {
		font-size: 20px;

	}

	h3 {
		font-size: 18px;
		margin-left: 3vw;

	}

	.top_area {
		display: block;
		text-align: center;
	}

	.area_box02 p {
		text-align: center;
	}

	.repair-container {
		display: block;
	}


	.contact_form02 {
		font-size: 30px;
	}

	.business_service_contact_box {
		display: flex;
		flex-direction: column;
	}

	.business_service_contact_box01 {
		order: 1;
		/* この要素を最初に表示 */
	}

	.business_service_contact_box02 {
		order: 2;
		/* この要素を2番目に表示 */
	}

	/* パンくずリスト */
	.breadcrumbs {
		padding-top: 50px;
		padding-left: 3vw;
	}
}