@charset "UTF-8";
/*
Theme Name: wp_climbup
Description: 株式会社 ClimbUp オリジナルテーマ
Version: 1.0
*/
.grecaptcha-badge { visibility: hidden; }

.grecaptcha-badge{
    margin-bottom: 60px;
}
.wpcf7-spinner {
    position: absolute !important ;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
}

.reca_p {
    color: rgba(142,142,142,1.00);
    font-size: 10px;
    text-align: center;
    margin-top: 40px;
}


/** WordPressの記事内でのみreset.cssを解除 **************************/
.wpContent ul,
.wpContent ol {
	padding-left: 1.5em;
}

.wpContent ul li {
	list-style: disc;
	list-style-position: outside;
}

.wpContent ul li ul,
.wpContent ol li ul {
	margin-top: 0;
}

.wpContent ul li ul li,
.wpContent ol li ul li {
	list-style: circle;
	list-style-position: outside;
}

.wpContent ol li {
	list-style: decimal;
	list-style-position: outside;
}

.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 {
	background-color: #fff3a3;
	color: #111111;
}

.wpContent a {
	color: #d21621;
	text-decoration: underline;
}

.wpContent img {
	max-width: 100%;
	height: auto;
	margin-top: 30px;
}

.wpContent iframe {
	max-width: 100%;
}

.wpContent p,
.wpContent ul,
.wpContent ol,
.wpContent table,
.wpContent blockquote {
	margin-top: 20px;
}

.wpContent h2,
.wpContent h3,
.wpContent h4,
.wpContent h5 {
	margin-top: clamp(40px, 7%, 60px);
	font-weight: 700;
}

.wpContent h2 {
	font-size: clamp(24px,2.6vw, 28px);
	padding: 18px 22px;
	background-color: #fbfafa;
	border-left: 6px solid #d21621;
}

.wpContent h3 {
	font-size: clamp(22px,2.2vw, 26px);
	padding-bottom: 14px;
	border-bottom: 2px solid #d21621;
}

.wpContent h4 {
	font-size: clamp(20px,2.0vw, 24px);
	padding-left: 16px;
	border-left: 4px solid #d21621;
}

.wpContent h5 {
	font-size: clamp(20px,1.9vw, 22px);
	color: #d21621;
}

/********************************************************/

.n-header {
	padding: 24px 28px;
	margin-bottom: 50px;
	background-color: #fbfafa;
	border-left: 6px solid #d21621;
}

.wptime {
	font-size: 16px;
	color: #d21621;
}

.wptitle {
	margin-top: 10px;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 700;
}

.pagenation ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.pagenation li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 5px;
	overflow: hidden;
	transition: 300ms ease;
}

.pagenation a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: inherit;
}

.pagenation li.active {
	color: #ffffff;
	background-color: #d21621;
	border-color: #d21621;
}

.pagenation li:not(.active):hover {
	color: #ffffff;
	background-color: #d21621;
	border-color: #d21621;
}

.pagenation .prev,
.pagenation .next {
	color: #ffffff;
	background-color: #000000;
}

.pagenation .prev a::before,
.pagenation .next a::before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.pagenation .prev a::before {
	transform: rotate(-135deg);
}

.pagenation .next a::before {
	transform: rotate(45deg);
}

#n_p_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
	padding-top: 40px;
	border-top: 1px solid #aaaaaa;
}

#n_p_list li {
	width: 33%;
	text-align: center;
}

#n_p_list li a {
	color: inherit;
}

.n_prev {
	text-align: left;
}

.n_next {
	text-align: right;
}

.wpView a {
	display: block;
	max-width: 230px;
	padding: 14px 20px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff !important;
	background-color: #d21621;
	border: 1px solid #d21621;
	transition: 300ms ease-in-out;
}

.wpView a:hover {
	color: #d21621 !important;
	background-color: #ffffff;
}

/********************************************************/

.grecaptcha-badge {
	visibility: hidden;
}

.wpcf7-spinner {
	position: absolute !important;
	bottom: -30px;
	left: 50%;
	margin: 0 !important;
	transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
	.n-header {
		padding: 20px;
		margin-bottom: 40px;
	}

	#n_p_list {
		margin-top: 50px;
		padding-top: 25px;
		font-size: 17px;
	}

	#n_p_list li {
		width: 29%;
	}

	#n_p_list li.wpView {
		width: 38%;
	}

	.wpView a {
		padding: 10px;
	}

	.pagenation ul {
		gap: 8px;
	}

	.pagenation li {
		width: 44px;
		height: 44px;
		font-size: 17px;
	}
}
