@charset "UTF-8";

/*---------------------ページ内_見出し------------------------*/
.heading.block_header_1 p,
.heading.block_header_6 .h{
	color: var(--i_sub_color);
}

/*---------------------lv下見出し------------------------*/
#l_h + section::before {
	background: var(--i_sub_color);
}

/*---------------------下層_ポイント------------------------*/
#l_point + div .heading.block_header_4 p {
	color: var(--i_sub_color);
}
@media screen and (min-width: 769px){
	#l_point + div.composite_box01.block_images_24 .inner_item>a{
		flex-basis: 50%;
		max-width: 50%;
	}
	#l_point + div.composite_box01.block_images_24 .inner_item_txt{
		flex-basis: 50%;
		max-width: 50%;
	}
}

/*---------------------txt------------------------*/
#txt + section{
	padding-top: 120px;
	margin-top: -100px;
}
#txt + section .heading.block_header_7 .h {
	font-size: 2.8rem;
	border-bottom: 3px solid #fff;
	padding-bottom: 3px;
}
@media screen and (max-width: 800px){
	#txt + section .heading.block_header_7 .h {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px){
	#txt + section {
		padding-top: 80px;
		padding-bottom: 50px;
	}
}

/*---------------------l_sl------------------------*/
#l_sl + div .inner_item img {
	margin-top: 45px;
}
#l_sl + div .gallery_single_slider .inner_item p {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 25px;
	padding: 5px 25px;
	background: var(--i_main_color);
	color: #fff;
	border-radius: 5px;
}
#l_sl + div .gallery_single_slider .inner_item p::before {
	content: "";
	display: block;
	width: 23px;
	height: 15px;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: var(--i_main_color);
	clip-path: polygon(100% 0, 100% 0, 50% 100%, 0 0, 0 0);
	z-index: 1;
}
@media screen and (max-width: 600px){
	#l_sl + div .gallery_single_slider .inner_item p {
		position: relative;
		line-height: 1.2;
		top: -18px;
		left: 0;
		transform: none;
		font-size: 1.5rem;
		box-sizing: border-box;
		display: inline-block;
	}
	#l_sl + div .gallery_single_slider .inner_item p::before{
		display: none;
	}
}

/*---------------------jirei------------------------*/
#jirei + div[class*="dec2_"].composite_box01.block_images_1 .inner_item_txt {
	padding: 0px 20px 20px;
	margin-top: 0;
}