@charset "UTF-8";
/*
Theme Name: wp_saito
Description: 齊藤建設株式会社 オリジナルテーマ
Version: 1.0
*/

.wpContent ul li {
	list-style: disc;
	list-style-position: inside;
}

.wpContent ul li ul {
	margin-top: 0;
}

.wpContent ul li ul li {
	padding-left: 2em;
	list-style: circle;
	list-style-position: inside;
}

.wpContent ol li {
	list-style: decimal;
	list-style-position: inside;
}

.wpContent ol li ul {
	margin-top: 0;
}

.wpContent ol li ul li {
	padding-left: 2em;
	list-style: circle;
	list-style-position: inside;
}

.wpContent em,
.wpContent dfn,
.wpContent cite,
.wpContent i {
	font-style: italic;
}

.wpContent strong,
.wpContent b {
	font-weight: bold;
}

.wpContent u {
	text-decoration: underline;
}

.wpContent del,
.wpContent s {
	text-decoration: line-through;
}

.wpContent mark {
	color: #000;
	background-color: #ff0;
}

.wpContent img {
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}

.wpContent iframe {
	max-width: 100%;
}

.wpContent p,
.wpContent ul,
.wpContent ol {
	margin-top: 30px;
}

.wpContent h2,
.wpContent h3,
.wpContent h4,
.wpContent h5 {
	margin-top: clamp(40px, 7%, 60px);
	font-weight: 700;
}

.wpContent h2 {
	padding: 18px 24px 18px 28px;
	border-left: 6px solid #34599a;
	color: #34599a;
	font-size: clamp(24px, 3vw, 30px);
	background: linear-gradient(90deg, #edf2f8 0%, #fff 100%);
}

.wpContent h3 {
	position: relative;
	padding: 0 0 14px 22px;
	border-bottom: 2px solid #34599a;
	color: #3c3c3c;
	font-size: clamp(22px, 2vw, 26px);
}

.wpContent h3::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e84f78;
	content: "";
}

.wpContent h4 {
	padding: 12px 16px;
	border-left: 4px solid #5c96cc;
	color: #34599a;
	font-size: clamp(20px, 2vw, 23px);
	background-color: #f3f5f7;
}

.wpContent h5 {
	padding-bottom: 8px;
	border-bottom: 1px solid #91a4c5;
	color: #34599a;
	font-size: clamp(18px, 2vw, 20px);
}

.wptime {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	color: #34599a;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	background-color: #edf2f8;
}

.wptitle {
	padding-bottom: 20px;
	margin-top: 18px;
	border-bottom: 1px solid #d9e0ea;
	color: #1e2430;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 700;
}

.grecaptcha-badge {
	visibility: hidden;
	margin-bottom: 60px;
}

.wpcf7-spinner {
	position: absolute !important;
	bottom: -30px;
	left: 50%;
	margin: 0 !important;
	transform: translateX(-50%);
}

.reca_p {
	color: #8e8e8e;
	font-size: 10px;
	text-align: center;
}

