/*NAVIGATION*/
#gnav .l-content {
	justify-content: center !important;
}

/* RSS */
#new_posts_widget-3 {
	max-width: 768px;
	width: 100%;
	margin: 2rem auto;
}
#new_posts_widget-3 .entry-header {
	text-align: center;
	margin-bottom: 1.5rem;
}
#new_posts_widget-3 #new-post .new-post-list .new-post-list__item {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
#new_posts_widget-3 #new-post .new-post-list .new-post-list__item .new-post-list__title.image-crop {
	width: 100%;
}
#new_posts_widget-3 #new-post .new-post-list .new-post-list__item .new-post-list__title.image-crop {
	width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
	align-items: center;
	font-size: 1rem;
}
#new_posts_widget-3 #new-post .new-post-list .new-post-list__item .new-post-list__title.image-crop .new-post-list__date {
	font-size: 16px;
	width: 150px;
	margin-top: 0;
}

/* BLOCK 28 */
#block-45 .wp-block-group {
	width: 100% !important;
	left: 0 !important;
	padding-bottom: 3rem;
}
#block-45 .wp-block-group .widget_wp_widget_vkexunit_3pr_area {
	max-width: 100%;
}
#block-45 .wp-block-group .widget_wp_widget_vkexunit_3pr_area .veu_3prArea {
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
}
#block-45 .wp-block-group .widget_wp_widget_vkexunit_3pr_area .veu_3prArea .prArea {
	flex: 1;
	padding: 0;
}
#block-45 .wp-block-group .widget_wp_widget_vkexunit_3pr_area .veu_3prArea .prArea .subSection-title {
	text-align: center;
	margin: 0 0 1rem
}
#block-45 .wp-block-group .widget_wp_widget_vkexunit_3pr_area .veu_3prArea .prArea .veu_3prArea_image {
	border: 0;
	margin: 0 0 1rem;
}
#block-45 .wp-block-group .widget_wp_widget_vkexunit_3pr_area .veu_3prArea .prArea .veu_3prArea_image img {
	width: 75%;
	height: 275px;
	margin: auto;
	object-fit: cover;
}
#block-45 .wp-block-group .widget_wp_widget_vkexunit_3pr_area .veu_3prArea .prArea .summary {
	margin: 0;
	line-height: 1.75;
	display: inline;
}
#block-45 .wp-block-group .widget_wp_widget_vkexunit_3pr_area .veu_3prArea .prArea .linkurl {
	position: relative;
	bottom: 0;
	right: 0;
	display: inline;
}

#front-bottom-widget-section {
	padding: 3rem 0;
	background-color: #FFF;
}
#front-bottom-widget-section .widget_pageContent {
	max-width: 768px;
	width: 100%;
	margin: auto;
	line-height: 1.75;
}
#front-bottom-widget-section .entry-header {
	text-align: center;
	margin-bottom: 1rem;
}
#front-bottom-widget-section #block-33 {
	max-width: 768px;
	width: 100%;
	margin: auto;
}

.footer-section {
	padding-bottom: 3rem;
	background-color: #FFF;
}
.footer-section .veu_profile {
	max-width: 480px;
	width: 100%;
	margin: auto;
	border: 1px solid #CCC;
	padding: 1.5rem;
	border-radius: 0.5rem;
}
.footer-section .veu_profile h2 {
	text-align: center;
	margin-bottom: 1rem;
}
.footer-section .veu_profile .profile {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer-section .veu_profile .profile .media_outer {
	margin: 0 1.5rem 0 0;
	width: 150px;
	height: 150px
}
.footer-section .veu_profile .profile .profile_text {
	margin: 0;
	padding: 0;
	font-size: 1rem;
}

@media screen and (max-width: 1200px) {
	#block-45 .wp-block-group .widget_wp_widget_vkexunit_3pr_area .veu_3prArea .prArea .veu_3prArea_image img {
		width: 100%;
		height: 29.5vw;
	}
}

.post-ticker__body {
	padding-top: 7px;
}

.solution-box-list[class*="is-title-top-"] .solution-box-icon img {
	width: 120px;
	height: 120px;
}

@media screen and (max-width: 1100px) {
	.main-visual-inner__content.column-6 {
		width: 60%!important;
	}
    .main-visual-inner__content.column-6 .main-visual__title {
		font-size: 5.25vw !important;
	}
    .solution-header .section-description {
        width: 75%;
    }
    .eb-short-code-section-02 .section-inner {
        padding-bottom: 0;
    }
    .epb-broken-grid__media {
        margin-bottom: 5rem;
    }
    .epb-broken-grid__media--inner {
        max-width: 60%;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
	.slider-title {
		font-size: 4vw;
	}
	.splide__arrows {
		display: none;
	}
	.header-img-splide .splide__pagination {
		bottom : 10%;
	}
	.site-description {
		font-size: 10px;
	}
	.widget_new_posts_widget {
		padding: 2rem 0
	}
	.widget_new_posts_widget .entry_header {
		padding: 2rem 0;
	}
	.front-top-widget-box h2, .front-bottom-widget-box h2 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 1rem;
	}
	.widget_new_posts_widget #new-post .new-post-list .new-post-list__item {
		margin-bottom: 12px;
		padding-bottom: 12px;
	}
	.widget_new_posts_widget #new-post .new-post-list .new-post-list__title.image-crop {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	.widget_new_posts_widget #new-post .new-post-list .new-post-list__date {
		margin: 0 0 4px;
	}
	.veu_3prArea .prArea {
		padding-bottom: 1rem;
	}
	.veu_3prArea .subSection-title {
		margin: 0 0 1rem;
		text-align: center;
	}
	.veu_3prArea .veu_3prArea_image {
		float: unset;
		width: 80%;
		margin: 0 auto 1rem;
	}
	.footer-section {
		margin-top: -3rem;
		position: relative;
	}
	.footer-section .veu_profile .profile {
		display: block;
	}
	.footer-section .veu_profile .profile .media_outer {
		float: unset; 
		margin: 0 auto 1rem;
	}
	.footer-section .veu_profile .profile .profile_text {
		text-align: center;
	}
	.home:not(.paged).is-overlay .l-header {
		position: sticky;
		background-color: #FFF;
		border-bottom: 1px solid #EEE;
	}
	.main-visual.is-margin-left .header-eyecatch {
		width: 100%;
	}
	.header-eyecatch {
		height: auto;
	}
	.post-ticker {
		position: relative;
		bottom: 0;
		left: 0 !important;
		width: 90% !important;
		margin: 5% auto;
	}
	.main-visual__layer {
		width: 0;
	}
	.scroll-down {
		display: none;
	}
	.section-title {
		font-size: 1.5rem;
	}
	.solution-header .section-description {
		width: 100%;
	}
	.solution-box-detail__title {
		font-size: 1.25rem;
	}
	.sales-box-header__title {
		font-size: 1.25rem;
	}
	.benefit-box-detail-title {
		font-size: 1.25rem;
	}
	.info-header .section-title {
		text-align: center !important;
	}
	.section-header.is-style-title-underline .section-title::after {
		left: calc(50% - 30px);
	}
	.info-list__link {
		align-items: flex-start;
	}
	.info-list-meta {
		border-right: 0;
		padding-top: 0.5rem;
	}
	.epb-broken-grid__media--inner {
		max-width: 75%;
	}
	.epb-broken-grid__media {
		margin-bottom: 0rem;
	}
	.epb-advance-headling__text-wrapper .epb-advance-headling__text {
		text-align: center;
	}
	.epb-advance-headling__sub-text {
		left: 72.5%;
    width: 100%;
    transform: translate(-50%, 0px);
	}
	.epb-broken-grid__content--inner>* {
		text-align: center;
		justify-content: center;
	}
	.epb-button {
		justify-content: center !important;
	}
}

.epb-underline-yellow {
    background: linear-gradient(transparent 60%,#e3a93f52 0)!important;
}
