@charset "UTF-8";

/*------------------txt------------------*/
#txt+div>.content_wrapper{
	border-radius: 20px 20px 0 0;
}
#txt_2+div>.content_wrapper{
	border-radius: 0 0 20px 20px;
	padding-top: 0;
}
a[id^="txt"]+div .inner_item{
	position: relative;
	padding: 1%;
	border-radius: 0;
}
#txt_2+div{
	counter-reset: num 4!important;
}
a[id^="txt"]+div.dec3_9.composite_box01.block_images_1 .inner_item:before{
	width: 10rem;
	font-size: 3.2rem;
	font-weight: 600;
	border-radius: 0;
	background: url(/common/upload_data/a-oeda/image/sakura.png) no-repeat center/contain;
}
a[id^="txt"]+div .inner_item:not(:first-of-type)::after{
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 2px;
	height: 100%;
	top: 0;
	left: -5%;
	border-left: 2px dashed rgb(239 168 216 / 50%);
}
a[id^="txt"]+div .heading.block_header_1 {
    margin-bottom: 55px;
    padding-top: 55px;
    background: url(/common/upload_data/konohana-hoikuenncom/image/flag2.png) no-repeat top center/270px;
}
a[id^="txt"]+div .heading.block_header_4 .h {
	font-size: 2.4rem !important;
}
@media screen and (min-width: 901px){
	a[id^="txt"]+div .wrapper_item{
		justify-content: space-between;
	}
	a[id^="txt"]+div .inner_item{
		width: 23%;
	}
	a[id^="txt"]+div .inner_item:not(:first-of-type){
		margin-left: 2%!important;
	}
}
@media screen and (max-width: 920px){
	#txt+div>.content_wrapper{
		padding-bottom: 0;
	}
	a[id^="txt"]+div.composite_box01.block_images_1 .inner_item{
		width: 100%!important;
		margin-left: 0 !important;
		margin-bottom: 30px !important;
	}
	a[id^="txt"]+div .inner_item:not(:first-of-type),
	#txt_2+div .inner_item:first-of-type{
		padding-top: 30px;
	}
	#txt+div.composite_box01.block_images_1 .inner_item:last-of-type {
		margin-bottom: 0!important;
	}
	#txt+div .inner_item:not(:first-of-type)::after,
	#txt_2+div .inner_item::after{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		top: 0;
		left: 0;
		border-top: 2px dashed rgb(239 168 216 / 50%);
		border-left: none;
		pointer-events: none;
	}
	a[id^="txt"]+div .heading.block_header_1 {
		margin-bottom: 15px;
	}
	a[id^="txt"]+div .heading.block_header_4 .h {
		font-size: 2.4rem !important;
	}
}
@media screen and (max-width: 800px){
	a[id^="txt"]+div.dec3_9.composite_box01.block_images_1 .inner_item:before {
		width: 7rem;
		font-size: 2.4rem;
	}
}