/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2026 | 07:35:49 */
/* 固定ページ（サービス個別ページ） */
#content .p-service-lead .midashi {
	margin-bottom: 15px!important;
}
.p-service-lead .sub-title {
	letter-spacing: .5em;
	color: #aaa;
}
.p-service-lead .text-box {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

/* こうしたお悩み、放置していませんか？ */
.p-service-onayami .nayami-box {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 650px) {
	.p-service-onayami .nayami-box {
		padding-left: 5em;
		padding-right: 5em;
	}
}
.p-service-onayami .woman-wrap {
	width: min(600px, 100%);
	margin-left: auto;
	margin-right: auto;
}
.p-service-onayami .woman-wrap figure img {
	display: block;
	filter:
	drop-shadow( 5px  0   0 #fff)
	drop-shadow(-5px  0   0 #fff)
	drop-shadow( 0    5px 0 #fff)
	drop-shadow( 0   -5px 0 #fff)
	drop-shadow(0 4px 10px rgba(0,0,0,.25));
}
.p-service-onayami .bottom-text {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

/* そんなお悩み、コレクトにお任せください！ */
@media (max-width: 599px) {
	.p-service-omakase .item {
		padding: 0;
	}
	.p-service-omakase h2 {
/* 		font-size: 20px; */
	}
}
.p-service-omakase .img-area img {
	border-radius: 40px;
}
.p-service-slider {
	padding-top: 0!important;
}

/* 具体的な内容 */
@media (max-width: 599px) {
	.p-service-naiyou .item {
		padding: 0;
	}
	.p-service-naiyou h2 {
/* 		font-size: 18px; */
	}
}
.p-service-naiyou .number-wrap {
	position: relative;
	width: max-content;
	line-height: 1.2;
	color: #aaa;
}
.p-service-naiyou .number-wrap::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 40px;
	width: 1px;
	background-color: var(--color_deep04);
	transform: rotate(45deg);
}
.p-service-naiyou .number {
	font-size: 46px;
	color: var(--color_main);
	font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 599px) {
	.p-service-naiyou .number {
		font-size: 30px;
	}
}
.p-service-naiyou .number .small {
	font-size: 30px;
}
.p-service-naiyou .text-area h3 {
	border-left: 4px solid var(--color_main);
	padding-left: .8em;
	margin: 2em 0 1.5em!important;
}
.p-service-naiyou .text-area p:not(.number-wrap) {
	color: #666;
}
@media (max-width: 959px) {
	.p-service-naiyou .content:nth-of-type(2n + 1) .swell-block-columns__inner {
		flex-direction: column-reverse;
	}
}

/* 事例・実績 */
@media (max-width: 599px) {
	.p-service-jitsurei .item {
		box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1);
		border-radius: 20px;
        padding: 1em 1em 1.5em;
	}
}
.p-service-jitsurei .item figure img,
.p-service-jitsurei .item .point {
	border-radius: 12px;
	overflow: hidden;
}
.p-service-jitsurei .item .point-wrap .cap_box_content {
	margin-top: -5px;
	border-radius: 0 12px 12px 12px;	
}
.p-service-jitsurei .item .point-wrap .cap_box_ttl {
	font-size: 14px;
	border-radius: 6px 6px 0 0;
}
.p-service-jitsurei .text {
	color: #666;
}

/* 選ばれる理由 */
.p-service-reason .item .number-wrap {
	position: relative;
}
.p-service-reason .item .number {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	position: absolute;
	bottom: -30px;
	right: 0;
	font-size: 80px;
    color: rgba(69, 165, 237, .6);
	text-shadow: 2px 2px 0 rgba(255,255,255, 1);
	line-height: 1.2;
	margin-bottom: 0;
}
@media (max-width: 959px) {
	.p-service-reason .content.sp-reverse .swell-block-columns__inner {
		flex-direction: column-reverse;
	}
}
@media (max-width: 599px) {
	.p-service-reason .swell-block-columns__inner {
		gap: 0;
	}
	.p-service-reason .item {
		padding: 0;
	}
}
.p-service-reason .text-area {
	position: relative;
}
.p-service-reason .text-area .part-title {
	font-size: 14px;
	background: var(--color_main);
	border-radius: 20px;
	color: #fff;
	padding: .5em 1em;
	width: max-content;
	position: absolute;
	top: 0;
	left: 40px;
}
@media (max-width: 599px) {	
	#content .p-service-reason .text-area {
		margin-top: 15px!important;
	}
	.p-service-reason .text-area .part-title {
		font-size: 12px;
		top: -14px;
		left: 20px;
	}
}
.p-service-reason .text-area h3 {
	border-left: 4px solid var(--color_main);
	padding-left: .8em;
	margin: 1em 0 2em!important;
}
.p-service-reason .text-area p {
	color: #666;
}

/* 流れ */
.p-service-flow .content-wrap {
	border-color: var(--color_pale02);
	padding: 60px 40px!important;
}
@media (max-width: 599px) {
	.p-service-flow .content-wrap {
		padding: 20px 15px!important;
	}	
}
.p-service-flow .step-content {
	width: min(100%, 800px);
	margin-left: auto;
	margin-right: auto;
}
.p-service-flow .step-content img {
	border-radius: 12px;
}
.p-service-flow .step-content p {
	color: #666;
}
.p-service-flow .step-content .swell-block-step__number {
	color: var(--color_main);
}

/* 費用目安 */
@media (max-width: 959px) {
	.p-service-cost .content.sp-reverse .swell-block-columns__inner {
		flex-direction: column-reverse;
	}
}
.p-service-cost .top-text {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 599px) {
	.p-service-cost .item {
		padding: 0;
	}
}
.p-service-cost .reform-title {
	border-left: 4px solid var(--color_main);
    padding-left: .8em;
}
.p-service-cost .price {
	font-size: 18px;
    padding: 1em 1.5em;
	border-radius: 12px;
}
.p-service-cost .detail {
    padding: 1em 1.5em;
	border-radius: 12px;
}
.p-service-cost .font-small {
	font-size: 12px;
	line-height: 1.4;
}

/* メーカー */
.p-service-maker .content {
	width: min(100%, 800px);
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (min-width: 600px) {
	.p-service-maker .img {
		width: min(150px ,100%);
	}
	.p-service-maker .item:last-of-type .img {
		width: 100%;
	}
}
@media (max-width: 599px) {
	.p-service-maker .img {
		height: 25px!important;
	}
	.p-service-maker .item:nth-of-type(2) .img {
		height: 20px!important;
	}
}
.p-service-maker .img img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
@media (max-width: 599px) {
	.p-service-maker .img img {
		display: block;
	}
}

/* 取扱商品 */
.p-service-products .item img {
	border-radius: 12px;
}
.p-service-products .item .text {
	color: #666;
}
@media (max-width: 599px) {
    .p-service-products .item {
        padding: 1em 1em 1.5em;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .2);
        border-radius: 20px;
		background-color: #fff;
    }
}

/* まずはお気軽にご相談ください */
@media (max-width: 599px) {
	#content .p-service-last .midashi {
		font-size: 20px!important;
	}
}
.p-service-last .img-area img {
	border-radius: 40px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .2);
}
@media (max-width: 599px) {
	.p-service-last .img-area img {
		border-radius: 20px;
	}
	.p-service-last .item {
		padding: 0;
	}
}




