@charset "UTF-8";

/*------TOPページのみ角丸対応------*/
.inner_item_img img,
.composite_box01.block_images_9 .inner_item_txt .heading:before,
#yoyaku+div .inner_item a img, 
#yoyaku+div.composite_box01.block_images_7 .inner_item_txt,
#faq1+.contents_faq01 dl,
.block_news_1.add_design11 .content_wrapper li,
.block_news_1.add_design4 .content_wrapper li a span img,
.dec1_1:not(.block_images_21)>.content_wrapper,
.heading.block_header_3 {
    border-radius: 20px;
}
#faq1+.contents_faq01 dt:after {
    border-radius: 20px 20px 0 0;
}
.contents_btn01 a {
    border-radius: 25px;
}
/*------特徴4つ------*/
a[id^="feature_0"] + section .content_wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
}
a[id^="feature_0"] + section .heading.block_header_7 .h:nth-last-child(2):nth-child(1) {
    padding-left: 0;
    /* background-image: linear-gradient(transparent 60%, var(--i_t_border_color) 60%); */
    margin-left: 20px;
    font-size: 3.8rem;
    color: var(--i_main_color);
}
a[id^="feature_0"] + section .heading.block_header_7 p {
    font-size: 3.4rem;
    font-weight: 600;
}
@media screen and (max-width: 800px) {
	a[id^="feature_0"] + section{
		padding-top: 0;
	}
	a[id^="feature_0"] + section .content_wrapper {
		padding: 20px;
	}
	a[id^="feature_0"] + section .heading.block_header_7,
	a[id^="feature_0"] + section .inner_item_img{
		/* margin-bottom: 0 !important; */
		margin-bottom: 10px !important;
	}
	a[id^="feature_0"] + section .inner_item_img img{
		width: 30% !important;
	}
	a[id^="feature_0"] + section .inner_item_txt .heading {
		margin-bottom: 3px;
	}
	a[id^="feature_0"] + section .heading.block_header_2 .h{
		font-size: 1.5rem !important;
	}
    a[id^="feature_0"] + section .heading.block_header_7 .h:nth-last-child(2):nth-child(1) {
        font-size: 1.8rem;
    }
    a[id^="feature_0"] + section .heading.block_header_7 p {
		font-size: 1.8rem;
        font-weight: 600;
        width: 30px;
    	height: 30px;
    }
	a[id^="feature_0"] + section .block_header_2 .h {
		font-size: 1.8rem !important;
	}
	a[id^="feature_0"] + section .inner_item_txt p{
		font-size: 1.2rem;
        line-height: 1.2;
	}
}

/*------施術の流れ------*/
#flow + section .inner_item_txt dt{
	color: var(--i_main_color);
	font-weight: 600;
	font-size: 3rem;
	letter-spacing: 0.2rem;
}
#flow + section .inner_item_txt dd{
	padding-left: 1.3em;
}
#flow + section .inner_item_txt dd:not(:last-child){
	margin-bottom: 15px;
}
@media screen and (max-width: 800px){
	#flow + section .inner_item_txt dt{
		font-size: 2rem;
	}
	#flow + section .inner_item_txt dd {
		line-height: 1.4;
		font-size: 1.5rem;
	}
}

/*-----------------------------------20251201追記-----------------------------------------------*/
/*--------------Welbitsの強み------------------*/
a[id^="feature_0"] + section .heading.block_header_7 .h:nth-last-child(2):nth-child(1) {
    display: inline;
    text-decoration-line: underline;
    text-decoration-thickness: 8px;
    text-decoration-color: #ffb366;
    text-underline-offset: -1px;
    line-height: 1.9;
}

@media screen and (max-width: 800px) {
	a[id^="feature_0"] + section .heading.block_header_7 .h:nth-last-child(2):nth-child(1) {
    text-underline-offset: -2px;
    line-height: 2.3;
}
}

/*------------------20251224追加-------------------*/
/*---------------TOP代表あいさつ-----------------*/
a#seo2+section .content_wrapper {
    border-radius: 25px 25px 0 0;
}
a#top_gr+div .content_wrapper {
    border-radius: 0 0 25px 25px;
    padding-top: 0;
}
a#top_gr+div .wrapper_item {
    justify-content: center;
}
a#top_gr+div .inner_item {
    margin-bottom: 0 !important;
}
a#top_gr+div .inner_item.empty {
	display: none;
}
a#top_gr+div .inner_item>a {
    width: 200px;
    margin: auto;
}
a#top_gr+div .inner_item_img img {
    width: 200px !important;
    height: auto !important;
}
@media screen and (max-width: 480px) {
	a#top_gr+div .inner_item>a {
    width: 170px;
}
a#top_gr+div .inner_item_img img {
    width: 170px !important;
}
}