@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

@media only screen and (max-width: 767px) {
.itemv{
    width: calc(100% / 2);
    text-align: center;
}
}

#asd > .wp-block-group {
    flex-wrap: wrap;
    width: 100%;
}
#asd > .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))
 {
    margin-left: unset !important;
    margin-right: unset !important;
}
@media only screen and (min-width: 768px) {
.itemv{
    width: calc(100% / 4.5);
    text-align: center;
}
}

@media only screen and (max-width: 375px) {
	#inner-content .wp-block-sgb-headings .hh24:before {
    	left: 12%;
	}

	#inner-content .wp-block-sgb-headings .hh24:after {
    	right: 12%;
	}
}

@media only screen and (min-width: 520px) {
	#inner-content .wp-block-sgb-headings .hh24:before {
    	left: 28%;
	}

	#inner-content .wp-block-sgb-headings .hh24:after {
    	right: 28%;
	}
}

@media only screen and (min-width: 768px) {
	#inner-content .wp-block-sgb-headings .hh24:before {
    	left: 34%;
	}

	#inner-content .wp-block-sgb-headings .hh24:after {
    	right: 34%;
	}
}

@media only screen and (min-width: 1030px) {
	#inner-content .wp-block-sgb-headings .hh24:before {
    	left: 40%;
	}

	#inner-content .wp-block-sgb-headings .hh24:after {
    	right: 40%;
	}
}