/*
Theme Name: 日本阻集器工業会
Template: lightning
Author: 株式会社IMPROTEC
Version: 0.6.1
*/

/*************************************
 * 共通
**************************************/
:root {
	--main-color: #0f6e56;
}
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
}
.site-body {
	padding: 0 !important;
}
.site-body-container,
.site-footer-content {
	max-width: 1080px;
	width: 90%;
	padding: 0;
}
.vk_outer_container {
	max-width: 1080px !important;
}
.main-section--margin-bottom--on {
	margin-bottom: 0;
}
.vk_outer-width-full.vk_outer-paddingLR-none>div>.vk_outer_container {
	padding-right: 0;
	padding-left: 0;
}
.alignfull div[class*=__inner-container],
.alignwide div[class*=__inner-container] {
	max-width: 100%;
}
#page_top {
	display: none !important;
}
.grecaptcha-badge {
	display: none !important;
}
body:has(.contact_content) .grecaptcha-badge {
	display: block !important;
}

/* タイトル */
.title01 {
	position: relative;
	line-height: 1.45;
    font-weight: 500;
    font-size: 2.25rem;
	padding-bottom: 1.4rem;
	margin-bottom: 3.1rem;
}
.title01::before {
	content: '';
	width: 2rem;
	height: 1px;
	background: var(--main-color);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.title01 .vk_inline-font-size {
	margin-top: -0.4rem;
    display: block;
}

.title02 {
	color: var(--main-color);
	margin-bottom: 2.1875rem;
}
@media screen and (max-width: 1024px) {
	.title01 {
		font-size: 28px;
		padding-bottom: 10px;
		margin-bottom: 2.5rem;
	}
	.main-section {
		margin-bottom: 0 !important;
	}
	.title02 {
		font-size: 22px;
		margin-bottom: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.title01 {
		font-size: 24px;
		padding-bottom: 5px;
		margin-bottom: 2rem;
	}
	.title01 .vk_inline-font-size {
		font-size: 14px !important;
		margin-top: 0;
	}
	.title02 {
		font-size: 20px;
	}
}

/* ボタン */
.btn01 a {
	position: relative;
	border-width: 2px !important;
	min-width: 250px !important;
    text-align: left;
    padding: .8em 1.8rem !important;
	padding-right: 5.5rem !important;
    font-weight: bold !important;
    font-size: 14px !important;
	background: #fff !important;
}
.btn01 a .vk_button_link_txt {
	color: var(--main-color) !important;
}
.btn01 a::before {
	content: '';
	width: 42px;
	height: 7px;
	background: url('../../../wp-content/uploads/2026/05/btn_arrow-1.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%);
	transition: right .3s;
}
.btn01 a:hover::before {
	right: 20px;
}

.btn02_items .vk_buttons_col {
	gap: 15px 1.875rem;
}
.btn02 a {
	position: relative;
	min-width: 360px !important;
	padding: 1.03rem .5rem !important;
    border-radius: 0 1.25rem 0 1.25rem;
    background: var(--main-color) !important;
    font-size: 1.25rem !important;
    font-weight: bold;
}
.btn02 a::before {
	content: '';
	width: 41.5px;
	height: 6px;
	background: url('../../../wp-content/uploads/2026/05/btn02_arrow.png') center / contain no-repeat;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}
.btn02 .vk_button_link_caption {
	position: relative;
	padding-right: 2rem;
}
.btn02 .vk_button_link_caption::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('../../../wp-content/uploads/2026/05/pdf_icon.png') center / contain no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.btn03 a:hover {
	color: var(--main-color) !important;
}
.btn03 .vk_button_link_caption {
	position: relative;
	padding-right: 2rem;
	text-decoration: underline;
}
.btn03 .vk_button_link_caption::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('../../../wp-content/uploads/2026/05/pdf_icon.png') center / contain no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.btn04_items .vk_buttons_col {
	gap: 20px;
}
.btn04 {
	width: calc((100% - 60px) / 4);
}
.btn04 a {
	position: relative;
	display: block;
    width: 100%;
    background: #F2F8F6 !important;
    border-radius: 0 1.25rem 0 1.25rem;
    text-align: left;
    color: #333 !important;
    border: none;
    padding: .5rem 1.25rem !important;
}
.btn04 a:hover {
	box-shadow: none;
}
.btn04 a::before {
	content: '';
    width: 45px;
    height: 6px;
    background: url('../../../wp-content/uploads/2026/05/btn_arrow-1.png') center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
	transition: right .3s;
}
.btn04 a:hover::before {
	right: 14px;
}
@media screen and (max-width: 1150px) {
	.btn04 {
		width: calc((100% - 40px) / 3);
	}
}
@media screen and (max-width: 1024px) {
	.btn04 a {
		border-radius: 0 10px 0 10px;
	}
	.btn04 a::before {
		width: 30px;
		height: 5px;
		right: 15px;
	}
}
@media screen and (max-width: 767px) {
	.btn01 {
		text-align: center;
	}
	.btn01 a {
		padding: .8em 1.2rem !important;
		padding-right: 4rem !important;
	}
	.btn01 a::before {
		width: 30px;
		height: 5px;
		right: 15px;
	}
	.btn02_items .vk_buttons_col {
		gap: 10px;
	}
	.btn02 {
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
	}
	.btn02 a {
		min-width: unset !important;
		width: 100%;
		font-size: 15px !important;
		border-radius: 0 1rem 0 1rem;
	}
	.btn02 a::before {
		width: 30px;
		height: 5px;
		right: 15px;
	}
	.btn04_items {
		max-width: 300px;
		margin: 0 auto;
	}
	.btn04_items .vk_buttons_col {
		gap: 10px;
	}
	.btn04 {
		width: 100%;
	}
	.btn04 a {
		padding: 10px 1rem !important;
	}
}

/* テーブル */
.table01 {
	margin-bottom: 0;
}
.table01 tr + tr {
	border-top: 1px solid rgba(15, 110, 86, .3);
}
.table01 td {
	border: none;
	font-size: 14px;
	line-height: 1.3;
	vertical-align: top;
	padding: 28.3px 0;
}
.table01 td:first-child {
	font-size: 18px;
    font-weight: bold;
    width: 320px;
    padding-right: 2rem;
}
.table01 td:first-child a {
	color: var(--main-color);
	transition: all .3s;
}
.table01 td:first-child a:hover {
	opacity: .7;
}

.table02 {
	max-width: 800px;
	margin: 0 auto;
}
.table02 td:first-child {
	background: #F2F8F6 !important;
	font-weight: bold;
}
.table02 td {
	color: #0A0A0A;
	border-color: #ccc !important;
	font-size: 14px;
	line-height: 1.628;
	padding: 7.8px 8px !important;
}

.table03 {
	max-width: 800px;
	margin: 0 auto;
}
.table03 th {
	background: #F2F8F6 !important;
	text-align: center !important;
}
.table03 td,
.table03 th {
	border-color: #ccc !important;
	font-size: 14px;
	padding: 7.8px 8px !important;
}
.table03 th:first-child {
	width: 46px;
}
.table03 th:nth-child(2) {
	width: 128px;
}
.table03 th:nth-child(3) {
	width: 463px;
}
.table03 th:nth-child(4) {
	width: 160px;
}
@media screen and (max-width: 1024px) {
	.table01 td:first-child {
		width: 255px;
		font-size: 16px;
		padding-right: 1rem;
	}
	.table01 td {
		padding: 15px 0;
	}
	.table03 {
		overflow-x: scroll;
	}
}
@media screen and (max-width: 767px) {
	.table01 tr,
	.table01 td {
		display: block;
	}
	.table01 tr {
		padding: 15px 0;
	}
	.table01 td:first-child {
		width: 100%;
		font-size: 16px;
		padding-right: 0;
		padding-bottom: 7px;
	}
	.table01 td {
		width: 100%;
		padding: 0;
	}
}


/*************************************
 * ヘッダー
**************************************/
.site-header-container {
	max-width: unset;
    padding: 1.5rem 2rem 0;
    align-items: center;
}
.site-header-logo {
	padding-top: .5rem;
	margin-bottom: 0;
}
.site-header-logo img {
	max-height: 33.5px;
}
.site-header-sub {
	margin: 0;
}
.header_btns .vk_buttons_col {
	gap: 18px;
}
.header_btns a {
	position: relative;
	display: block;
	min-width: 240px !important;
	font-weight: bold;
	font-family: "Inter", sans-serif;
	padding: 0.65rem .5rem !important;
	border-radius: 0 10px 0 10px;
	filter: drop-shadow(5px 5px 0px #e99f7f);
	font-size: 20px !important;
}
.header_btns .contact_btn a {
	filter: drop-shadow(5px 5px 0px #f3cf8f);
}
.global-nav {
	background: #1b3a5c;
	margin-top: 4.7rem;
}
.global-nav > ul {
	max-width: 1400px;
	width: 90% !important;
}
.global-nav-list>li {
	border: none !important;
	width: 14.285%;
}
.global-nav-list>li::after,
.global-nav-list>li:last-child a::after{
	content: '';
	width: 1px;
	height: 67%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: .3;
}
.global-nav-list>li:last-child a::after {
	right: 0;
	left: unset;
}
.global-nav-list>li::before {
	display: none;
}
.global-nav-list>li>a {
	position: relative;
	color: #fff;
	font-family: "Inter", sans-serif;
	padding: 18px 1.5em !important;
	width: 100%;
}
.global-nav-list>li .global-nav-name {
	font-size: 16px;
}
.global-nav-list>li>a strong {
	font-weight: 400;
}
@media screen and (max-width: 1200px) {
	.global-nav > ul {
		width: 95%;
	}
	.global-nav-list>li>a {
		padding: 13px 1em !important;
	}
	.global-nav-list>li .global-nav-name {
		font-size: 14px;
	}
}
@media screen and (max-width: 992px) {
	#site-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	body {
		padding-top: 67.5px;
	}
	.site-header-container {
		padding: 20px;
	}
	.site-header-logo {
		padding-top: 0;
	}
	.site-header-logo a {
		display: block;
		width: max-content;
	}
	.site-header-logo img {
		max-height: 27.5px;
		margin: 0;
	}
	.header_btns {
		max-width: 300px;
		margin: 0 auto;
	}
	.header_btns .vk_button {
		width: 100%;
	}
	.header_btns a {
		font-size: 16px !important;
		min-width: unset !important;
		width: 100%;
		padding: .5rem !important;
		border-radius: 0 5px 0 5px;
	}
	.vk-mobile-nav-menu-btn {
		background: url('../../../wp-content/uploads/2026/05/menu.png') center / contain no-repeat;
		width: 40px;
		height: 25px;
		border: none;
		border-radius: 0;
		top: 20px;
		right: 20px !important;
	}
	.vk-mobile-nav-menu-btn.menu-open {
		background: url('../../../wp-content/uploads/2026/05/menu_close.png') center / contain no-repeat;
		border: none;
		border-radius: 0;
	}
	.vk-mobile-nav {
		margin-top: 67.5px;
		background: #1B3A5CC7;
		max-width: 500px;
	}
	.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
		left: calc(100% - 500px);
	}
	.vk-mobile-nav .menu {
		border-top: none;
	}
	.vk-mobile-nav nav ul li a {
		color: #fff;
		font-size: 16px;
		padding: 15px 10px;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	body {
		padding-top: 58.63px;
	}
	.site-header-logo img {
		max-height: 18.63px;
	}
	.header_btns .vk_buttons_col {
		gap: 13px;
	}
	.vk-mobile-nav-menu-btn {
		top: 17.5px;
	}
	.vk-mobile-nav {
		margin-top: 58.63px;
		max-width: 100%;
	}
	.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
		left: 0;
	}
}


/*************************************
 * フッター
**************************************/
.site-footer {
	border-top: none;
}
.site-footer-content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.footer_items {
	margin-bottom: 0;
}
.footer_logo {
	max-width: 285px;
    margin-top: 1.1rem;
	margin-bottom: 2.5rem;
}
.footer_menu_items {
	margin-bottom: 0;
}
.footer_menu_items .menu a {
	padding: 3px 0;
	font-family: "Inter", sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	border-bottom: none;
}
.footer_items > .wp-block-column:has(.copyright_text) {
	display: flex;
	flex-direction: column;
}
.copyright_text {
	margin-top: auto;
	margin-bottom: 0;
	font-family: "Inter", sans-serif;
	font-size: 12px;
}
.site-footer-copyright {
	display: none;
}
@media screen and (max-width: 992px) {
	.site-footer-content {
		padding-top: 3rem;
		padding-bottom: 2rem;
	}
	.site-footer .footer_items {
		flex-wrap: wrap !important;
	}
	.footer_items .wp-block-column {
		flex-basis: unset !important;
		width: 100% !important;
	}
	.footer_logo {
		max-width: 230px;
		margin-top: 0;
		margin-bottom: 2rem;
	}
	.footer_menu_items .menu a {
		font-size: 14px !important;
	}
	.header_btns .vk_buttons_col {
		justify-content: flex-start !important;
	}
}
@media screen and (max-width: 767px) {
	.site-footer-content {
		padding-bottom: 1rem;
	}
	.site-footer .footer_menu_items {
		flex-wrap: wrap !important;
		gap: 0;
	}
	.site-footer .footer_menu_items li {
		width: 50%;
	}
	.footer_menu_items .menu a {
		padding: 7.5px 0 !important;
	}
	.copyright_text {
		margin-top: 2rem;
		text-align: center;
	}
	.footer_menu_items > .wp-block-column,
	.footer_menu_items > .wp-block-column > .widget,
	.footer_menu_items > .wp-block-column > .widget > div,
	.footer_menu_items > .wp-block-column > .widget > div > .menu {
		display: contents !important;
	}
}

/*************************************
 * ページヘッダー
**************************************/
.page_fv_content {
	padding-top: 4.7rem;
    padding-bottom: 4.9rem;
}
.page_fv_text_box {
	gap: 10px 48px;
}
.page_fv_title {
	position: relative;
	font-size: 36px;
}
.page_fv_title::before {
	content: '/';
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: -28px;
	transform: translateY(-50%);
}
.page_fv_text {
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
	.page_fv_content {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.page_fv_text_box {
		gap: 10px 30px;
	}
	.page_fv_title {
		font-size: 28px;
	}
	.page_fv_title::before {
		font-size: 16px;
		right: -17px;
	}
	.page_fv_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.page_fv_text_box {
		display: block !important;
	}
	.page_fv_title {
		padding-bottom: 10px;
		margin-bottom: 5px !important;
	}
	.page_fv_title::before {
		content: '';
		width: 80px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: unset;
		bottom: 0;
		left: 0;
		transform: unset;
	}
	.page_fv_text {
		font-size: 14px;
	}
	body .page_fv_content {
		background-position: center right !important;
	}
}


/*************************************
 * トップページ
**************************************/
/* FV */
.fv_box {
	position: relative;
	width: 100vw;
	margin: auto calc(50% - 50vw);
}
.fv_img {
	position: relative;
	margin-bottom: 0;
	background: var(--main-color);
}
.fv_img img {
	width: 100%;
	opacity: .7;
}
.fv_text_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.fv_logo {
	width: 30.625vw;
	margin: 0 auto 6vw;
}
.fv_logo img {
	width: 100%;
}
.fv_title {
	color: #fff;
	text-align: center;
	font-size: 2.48vw;
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.fv_logo {
		width: 40vw;
		margin: 0 auto 3vw;
	}
}
@media screen and (max-width: 767px) {
	.fv_img.wp-block-image img:not([style*=object-fit]) {
		height: 70vh !important;
		object-fit: cover;
	}
	.fv_logo {
		width: 70vw;
		margin: 0 auto 5vw;
	}
	.fv_title {
		font-size: 3.2vw;
	}
}

/* アラート */
.top_alart_content {
	padding-top: 4.3rem;
	padding-bottom: 4rem;
}
.top_alart_box {
	position: relative;
	padding: 3.7rem 1rem 1.8rem;
    border-radius: 0 1.25rem 0 1.25rem;
}
.top_alart_box::before {
	content: '';
	width: 67px;
	height: 67px;
	background: url('../../../wp-content/uploads/2026/05/alart_icon.png') center / contain no-repeat;
	position: absolute;
	top: -33.5px;
	left: 50%;
	transform: translateX(-50%);
}
.top_alart_text {
	font-size: 18px;
    line-height: 1.76;
}
.top_alart_items {
	max-width: 390px;
    margin: 2.5rem auto 0;
	gap: 3rem 5rem;
}
.top_alart_items > .wp-block-column + .wp-block-column {
	position: relative;
}
.top_alart_items > .wp-block-column + .wp-block-column::before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #1b3a5c;
    border-right: 0;
    position: absolute;
    bottom: 41px;
    left: -2.9rem;
}
.top_alart_items p {
	font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.top_alart_items figure {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
	.top_alart_content {
		padding-bottom: 2rem;
	}
	.top_alart_box {
		padding: 2.7rem 1rem 1.8rem;
	}
	.top_alart_box::before {
		width: 50px;
		height: 50px;
		top: -25px;
	}
	.top_alart_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.top_alart_box {
		padding: 2.7rem 1rem 1.8rem;
		border-width: 2px !important;
		border-radius: 0 1rem 0 1rem;
	}
	.top_alart_box::before {
		width: 40px;
		height: 40px;
		top: -20px;
	}
	.top_alart_text {
		font-size: 14px;
	}
	.top_alart_items {
		gap: 3rem;
	}
	.top_alart_items > .wp-block-column + .wp-block-column::before {
		left: -2rem;
	}
	.top_alart_items p {
		font-size: 12px;
	}
}

/* お知らせ */
.news_content {
	padding-top: 4rem;
    padding-bottom: 4.7rem;
}
.news_lists {
	margin-bottom: 1.86rem;
}
.vk_posts-postType-news {
	gap: 20px;
}
.vk_posts-postType-news .vk_post {
	position: relative;
	background: #f2f8f6;
    border-radius: 0 10px 0 10px;
    padding: 1.8rem 1.2rem;
	padding-right: 4rem;
    border: none;
    filter: drop-shadow(4px 4px 0px #e8ebee);
	cursor: pointer;
	display: flex;
	transition: all .3s;
}
.vk_posts-postType-news .vk_post:hover {
	opacity: .7;
	filter: drop-shadow(0 0 0px #e8ebee);
}
.vk_posts-postType-news .vk_post::before {
	content: '';
	width: 42px;
	height: 7px;
	background: url('../../../wp-content/uploads/2026/05/btn_arrow-1.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
	transition: right .3s;
}
.vk_posts-postType-news .vk_post:hover::before {
	right: 14px;
}
.vk_posts-postType-news .postListText_date {
	position: relative;
	font-weight: bold;
    font-size: 16px;
    color: var(--main-color);
	min-width: 123px;
	margin-right: .8rem;
}
.vk_posts-postType-news .postListText_date::before {
	content: '';
    width: 1.9rem;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.vk_posts-postType-news .postListText_date i {
	display: none !important;
}
.vk_posts-postType-news .postListText_title {
	line-height: 1.2 !important;
	padding-top: 0;
}
.vk_posts-postType-news .postListText_title a {
	text-decoration: none !important;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
@media screen and (max-width: 1024px) {
	.vk_posts-postType-news {
		gap: 15px;
		margin-bottom: 2rem;
	}
	.vk_posts-postType-news .vk_post {
		padding: 1.5rem 1.2rem;
		padding-right: 5rem;
	}
	.vk_posts-postType-news .postListText_date {
		font-size: 14px;
		min-width: 110px;
	}
	.vk_posts-postType-news .postListText_title a {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.vk_posts-postType-news .vk_post {
		display: block;
		padding: 1.5rem 10px 2rem;
	}
	.vk_posts-postType-news .vk_post::before {
		top: unset;
		bottom: 10px;
		right: 8px;
		transform: unset;
	}
	.vk_posts-postType-news .postListText_date {
		margin-bottom: 5px;
		font-size: 12px;
		min-width: 95px;
	}
	.vk_posts-postType-news .postListText_date::before {
		width: 1.5rem;
	}
	.vk_posts-postType-news .postListText_title a {
		overflow: visible;
		white-space: wrap;
		font-size: 14px;
		line-height: 1.6;
	}
}

/* グリース阻集器ビデオ */
.top_video_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.top_video {
	max-width: 710px;
	margin: 0 auto;
}

/* コンテンツ */
.top_page_content {
	padding-top: 4.8rem;
	padding-bottom: 5rem;
}
.top_page_items > .row {
	gap: 40px 30px;
	margin: 0;
}
.top_page_items .vk_gridColumn_item_inner {
	padding: 20px 20px 43px;
	border-radius: 0 15px 0 15px;
	filter: drop-shadow(5px 5px 0px #e7f0ee);
	transition: all .3s;
}
.top_page_items .vk_gridColumn_item_inner:hover {
	filter: drop-shadow(0 0 0px #e7f0ee);
}
.top_page_items .vk_gridColumn_item {
	padding: 0;
	max-width: 100%;
	flex: 0 0 calc((100% - 60px) / 3);
}
.top_page_img figure {
	margin: 0 0 1rem !important;
    width: 100%;
}
.top_page_img img {
	width: 100%;
}
.top_page_title {
	color: var(--main-color);
	margin-bottom: 1rem;
}
.top_page_text {
	line-height: 1.2;
}
@media screen and (max-width: 1024px) {
	.top_page_items > .row {
		gap: 30px 20px;
	}
	.top_page_items .vk_gridColumn_item {
		flex: 0 0 calc((100% - 40px) / 3);
	}
	.top_page_items .vk_gridColumn_item_inner {
		padding: 20px 10px 30px;
		border-radius: 0 10px 0 10px;
	}
	.top_page_title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.top_page_text {
		line-height: 1.4;
	}
}
@media screen and (max-width: 767px) {
	.top_page_items > .row {
		gap: 30px 5%;
	}
	.top_page_items .vk_gridColumn_item {
		flex: 0 0 100%;
	}
}

/*************************************
 * 工業会について
**************************************/
/* ごあいさつ */
.greeting_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.greeting_text_box {
	padding: 48px 50px;
	border-radius: 0 1.25rem 0 1.25rem;
}
.greeting_text {
	line-height: 1.5;
	margin-bottom: 0;
}
.greeting_name_box {
	margin-top: 15px;
	gap: 5px 64px;
}
.greeting_name_box p {
	line-height: 1.3;
}
@media screen and (max-width: 1024px) {
	.greeting_text_box {
		padding: 2rem 1.5rem;
	}
	.greeting_name_box {
		gap: 5px 30px;
	}
}
@media screen and (max-width: 767px) {
	.greeting_text_box {
		padding: 2rem 1rem;
		border-radius: 0 1rem 0 1rem;
	}
	.greeting_name_box {
		gap: 5px 30px;
		margin-top: 2rem;
	}
}

/* 概要 */
.overview_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.overview_box {
	padding: 48px 50px;
	border-radius: 0 1.25rem 0 1.25rem;
}
.overview_table {
	margin-bottom: 1.8rem;
}
.overview_table td {
	border: none;
	font-size: 20px;
	line-height: 1.3;
	padding: 4px 0;
	width: calc(100% - 225px);
	vertical-align: top;
}
.overview_table td:first-child {
	width: 225px;
}
@media screen and (max-width: 1024px) {
	.overview_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.overview_box {
		padding: 2rem 1.5rem;
	}
	.overview_table td:first-child {
		width: 150px;
	}
	.overview_table td {
		font-size: 16px;
		width: calc(100% - 150px);
	}
}
@media screen and (max-width: 1024px) {
	.overview_box {
		padding: 2rem 1rem;
		border-radius: 0 1rem 0 1rem;
	}
	.overview_table {
		margin-bottom: 1rem;
	}
	.overview_table tr,
	.overview_table td {
		display: block;
	}
	.overview_table tr {
		padding: 10px 0;
	}
	.overview_table td:first-child {
		width: 100%;
		padding-bottom: 5px;
	}
	.overview_table td {
		font-size: 14px;
		width: 100%;
		padding: 0;
	}
}

/* 役員・組織 */
.post_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.post_lists {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 15px 30px;
	flex-wrap: wrap;
	padding: 50px;
	border-radius: 0 1.25rem 0 1.25rem;
	margin: 0;
}
.post_lists li {
	position: relative;
	font-size: 20px;
	line-height: 1.3;
	margin: 0;
}
.post_lists li::before {
	content: '・';
}
@media screen and (max-width: 1024px) {
	.post_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.post_lists {
		padding: 2rem 1.5rem;
	}
	.post_lists li {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.post_lists {
		padding: 2rem 1rem;
		border-radius: 0 1rem 0 1rem;
	}
	.post_lists li {
		font-size: 16px;
	}
}

/* 組織図 */
.organization_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.organization_box {
	padding: 50px;
	border-radius: 0 1.25rem 0 1.25rem;
}
.organization_img {
	max-width: 830px;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	.organization_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.organization_box {
		padding: 2rem 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.organization_box {
		padding: 2rem 1rem;
		border-radius: 0 1rem 0 1rem;
	}
}

/* 会員名簿 */
.member_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.member_content .title01 {
	margin-bottom: 5rem;
}
.member_box {
	padding: 20px 50px 40px;
	border-radius: 0 1.25rem 0 1.25rem;
}
.member_items > .row {
	gap: 0;
	margin: 0;
}
.member_items .vk_gridColumn_item {
	max-width: 100%;
	width: 100%;
	flex: 0 0 100%;
	border-bottom: 1px solid rgba(15, 110, 86, .3);
	padding: 0 !important;
}
.member_items .vk_gridColumn_item a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: var(--main-color);
	text-align: center;
	display: block;
	padding: 20px 10px;
	transition: all .3s;
}
.member_items .vk_gridColumn_item a:hover {
	color: #fff;
	background: var(--main-color);
}
@media screen and (max-width: 1024px) {
	.member_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.member_content .title01 {
		margin-bottom: 2.5rem;
	}
	.member_box {
		padding: 2rem 1.5rem 3rem;
	}
	.member_items .vk_gridColumn_item {
		flex: 0 0 100%;
	}
	.member_items .vk_gridColumn_item a {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.member_box {
		padding: 2rem 1rem 3rem;
		border-radius: 0 1rem 0 1rem;
	}
	.member_items .vk_gridColumn_item a {
		font-size: 14px;
		padding: 15px 10px
	}
}

/*************************************
 * グリース阻集器とは
**************************************/
/* 目的と機能 */
.purpose_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.purpose_text {
	line-height: 1.8;
	margin-bottom: 1.2rem;
}
.purpose_items {
	gap: 20px;
	margin-bottom: 1.3rem;
}
.purpose_img {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.purpose_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.purpose_items > .wp-block-column:has(.purpose_text) {
		flex-basis: 50% !important;
	}
	.purpose_items > .wp-block-column:has(.purpose_img) {
		flex-basis: 50% !important;
	}
}
@media screen and (max-width: 767px) {
	.purpose_content .purpose_items {
		flex-wrap: wrap !important;
		gap: 10px;
	}
	.purpose_items > .wp-block-column:has(.purpose_text),
	.purpose_items > .wp-block-column:has(.purpose_img) {
		flex-basis: 100% !important;
	}
}

/* 正常な機能を発揮するための条件 */
.condition_content {
	padding-top: 5rem;
	padding-bottom: 4.2rem;
}
.condition_item {
	margin-bottom: 0 !important;
}
.condition_item + .condition_item {
	margin-top: 1.25rem;
}
.condition_title {
	font-size: 1rem;
	line-height: 1.425;
	margin-bottom: 11px !important;
}
.condition_list {
	font-size: 1rem;
	line-height: 1.3;
	margin-top: 0;
}
.condition_text {
	line-height: 1.3;
}
@media screen and (max-width: 1024px) {
	.condition_title {
		font-size: 16px;
		margin-bottom: 5px !important;
	}
}

/* グリース阻集器の種類 */
.kind_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.kind_items > .row {
	margin: 0;
	gap: 30px;
}
.kind_items .vk_gridColumn_item {
	padding: 0;
	background: #F2F8F6;
	border-radius: 0 1.25rem 0 1.25rem;
	padding: 1.25rem;
	max-width: 100%;
	flex: 0 0 calc((100% - 30px) / 2);
}
.kind_text {
	margin-bottom: 3.125rem;
}
.kind_item {
	gap: 15px 30px;
	margin-bottom: 0;
}
.kind_title {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 1.9rem;
}
.kind_item_text {
	line-height: 1.3;
}
@media screen and (max-width: 1024px) {
	.kind_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.kind_items .vk_gridColumn_item {
		border-radius: 0 1rem 0 1rem;
	}
	.kind_content .kind_item {
		flex-wrap: wrap !important;
	}
	.kind_item > .wp-block-column {
		flex-basis: 100% !important;
	}
	.kind_title {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.kind_items {
		max-width: 500px;
		margin: 0 auto;
	}
	.kind_items > .row {
		gap: 30px 5%;
	}
	.kind_items .vk_gridColumn_item {
		flex: 0 0 100%;
		border-radius: 0 10px 0 10px;
		padding: 20px 10px;
	}
}

/*************************************
 * 認定制度について
**************************************/
/* 日本阻集器工業会グリース阻集器認定制度 */
.certification_about_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.certification_about_items {
	margin-bottom: 1.2rem;
}
.certification_about_items > .wp-block-column:first-child {
	flex-basis: calc(100% - 180px) !important;
}
.certification_about_text {
	line-height: 1.3;
}
.certification_about_alart_text {
	font-size: 14px;
	line-height: 1.3;
}
@media screen and (max-width: 1024px) {
	.certification_about_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
@media screen and (max-width: 767px) {
	.certification_about_content .certification_about_items {
		flex-wrap: wrap !important;
		gap: 10px;
	}
	.certification_about_items > .wp-block-column,
	.certification_about_items > .wp-block-column:first-child {
		flex-basis: 100% !important;
	}
	.certification_about_img {
		max-width: 300px;
		width: 50%;
		margin: 0 auto;
	}
	.certification_about_text {
		line-height: 1.6;
	}
	.certification_about_alart_text {
		font-size: 12px;
	}
}
/* 認定証票 */
.certificate_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
	.certificate_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.certificate_img {
		max-width: 200px;
		margin: 0 auto;
	}
}
/* グリース阻集器(SHASE-S217)認定申請のフロー */
.certificate_flow_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.certificate_flow_img figure {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
	.certificate_flow_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
@media screen and (max-width: 767px) {
	.certificate_flow_img {
		max-width: 100%;
		width: 100%;
		overflow: scroll;
		display: block !important;
	}
	.certificate_flow_img figure {
		max-width: unset !important;
		width: 600px !important;
	}
}
/* 認定品一覧表(2016年規格適合) */
.certificate_product_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
	.certificate_product_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
/* 認定委員会規程・規則集 */
.certificate_pdf_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.certificate_pdf_item {
	padding: 1.875rem !important;
	border-radius: 0 1.25rem 0 1.25rem;
	gap: 1rem;
}
.certificate_pdf_item > .wp-block-column:first-child {
	flex-basis: 30% !important;
}
.certificate_pdf_item > .wp-block-column:last-child {
	flex-basis: 70% !important;
}
.certificate_pdf_title {
	font-size: 1.25rem;
	font-weight: bold;
	color: var(--main-color);
}
.certificate_pdf_list {
	margin-top: 0;
	list-style: none;
	padding-left: 0;
}
.certificate_pdf_list li {
	position: relative;
	margin: 6px 0;
}
.certificate_pdf_list li::before {
	content: '・';
}
.certificate_pdf_list li img {
	width: 15px !important;
    margin-bottom: -2px;
    margin-left: 10px;
}
.certificate_pdf_list a {
	text-decoration: underline;
	color: #333;
}
.certificate_pdf_list a:hover {
	color: var(--main-color);
}
@media screen and (max-width: 1024px) {
	.certificate_pdf_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.certificate_pdf_item {
		padding: 1.5rem 1rem !important;
	}
	.certificate_pdf_item > .wp-block-column:first-child {
		flex-basis: 25% !important;
	}
	.certificate_pdf_item > .wp-block-column:last-child {
		flex-basis: 75% !important;
	}
	.certificate_pdf_title {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.certificate_pdf_content .certificate_pdf_item {
		flex-wrap: wrap !important;
		gap: 5px;
	}
	.certificate_pdf_item {
		border-radius: 0 1rem 0 1rem;
	}
	.certificate_pdf_item > .wp-block-column:first-child,
	.certificate_pdf_item > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.certificate_pdf_title {
		font-size: 16px;
	}
	.certificate_pdf_list li {
		gap: 8px 0;
	}
	.certificate_pdf_list li img {
		margin-left: 0;
	}
}

/*************************************
 * 規格について
**************************************/
/* 空気調和・衛生工学会規格 */
.standard_about_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.standard_about_text {
	line-height: 1.23;
}
.standard_about_alart_text {
	padding: 1.875rem;
    margin-bottom: 0;
    margin-top: 2.8rem;
    border: 1px solid #E8A020;
    border-radius: 0 1.25rem 0 1.25rem;
    line-height: 1.1;
}
@media screen and (max-width: 1024px) {
	.standard_about_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.standard_about_alart_text {
		padding: 1.5rem 1rem;
		border-radius: 0 1rem 0 1rem;
		margin-top: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.standard_about_content .title01 {
		font-size: 22px;
	}
	.standard_about_text {
		line-height: 1.6;
	}
	.standard_about_alart_text {
		line-height: 1.4;
	}
}
/* 空気調和・衛生工学会規格ボタン */
.standard_btn_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.standard_btn_content .btn02 a {
	padding-right: 3rem !important;
}
@media screen and (max-width: 1024px) {
	.standard_btn_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
@media screen and (max-width: 767px) {
	.standard_btn_content .title01 {
		font-size: 22px;
	}
}

/*************************************
 * 施工・維持管理
**************************************/
/* 施工のポイント */
.construct_point_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.construct_point_list {
	margin-top: 0;
}
.construct_point_list li {
	margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}
@media screen and (max-width: 1024px) {
	.construct_point_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

/* 維持管理のポイント */
.maintenance_point_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
	.maintenance_point_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

/* 維持管理上の留意点 */
.construct_alart_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.construct_alart_read_text {
	background: #F2F8F6;
	padding: 1.25rem;
	border-radius: 0 1.25rem 0 1.25rem;
	line-height: 1.333;
	font-size: 1rem;
	margin-bottom: 5rem;
}
.construct_item + .construct_item {
	margin-top: 2.1875rem;
}
.construct_alart_title {
	font-size: 1.25rem;
	line-height: 1.1;
    padding-left: 0.9rem;
	border-left: 5px solid var(--main-color);
	margin-bottom: 12px !important;
}
.construct_alart_text {
	line-height: 1.3;
	margin-bottom: 0;
}
.construct_alart_list {
	margin-top: 1.1rem;
}
.construct_alart_list li {
	line-height: 1.3;
}
.construct_item h5 {
	font-size: 1rem;
	line-height: 1.425;
}
.construct_item h6 {
	font-size: 1rem;
	line-height: 1.425;
	margin-bottom: 10px;
}
.construct_table_box {
	margin-top: 2.1875rem;
}
.construct_table_title {
	margin-bottom: 1.25rem;
}
.construct_alart_box .table02 {
	margin-bottom: 1.25rem;
}
.construct_table_box {
	padding-bottom: 2.2rem;
    border-bottom: 1px solid rgba(15, 110, 86, 0.2);
}
@media screen and (max-width: 1024px) {
	.construct_alart_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.construct_alart_read_text {
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 767px) {
	.construct_alart_read_text {
		margin-bottom: 2.5rem;
		padding: 1.5rem 1rem;
		border-radius: 0 1rem 0 1rem;
		line-height: 1.6;
	}
	.construct_alart_text {
		line-height: 1.6;
	}
	.construct_alart_title {
		padding-left: .5rem;
		line-height: 1.3;
	}
	.construct_table_title {
		margin-bottom: 10px;
	}
}

/*************************************
 * よくあるご質問
**************************************/
.faq_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.faq_items {
	max-width: 800px;
	margin: 0 auto;
}
.faq_item + .faq_item {
	margin-top: 1rem;
}
.faq_item {
	border: 1px solid #ccc;
	border-radius: 0 1.25rem 0 1.25rem;
}
.faq_item .vk_faq_title {
	background: #F2F8F6;
	padding: 18px 40px;
	padding-left: 69px;
    border-bottom: none;
}
.faq_item .vk_faq_title p {
	font-size: 16px;
	line-height: 1.25;
}
.faq_item.vk_faq .vk_faq_title::before {
	background: #1B3A5C;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.3;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    top: 10px;
    left: 20px;
}
.faq_item.vk_faq.vk_faq-accordion-close .vk_faq_title::after,
.faq_item.vk_faq.vk_faq-accordion-open .vk_faq_title::after {
	right: 3.5rem;
	border-right: 1.5px solid #4A5565;
    border-top: 1.5px solid #4A5565;
}
.faq_item .vk_faq_content {
	margin-bottom: 0;
    padding: 0 8px 0 69px;
}
.faq_item .vk_faq_content p {
	font-size: 14px;
	line-height: 1.628;
}
.faq_item.vk_faq .vk_faq_content-accordion-open {
	padding: 20px 8px 13px 69px;
}
.faq_item.vk_faq .vk_faq_content::before {
	background: var(--main-color);
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.3;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    top: 20px;
    left: 20px;
}
@media screen and (max-width: 1024px) {
	.faq_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.faq_item {
		border-radius: 0 1rem 0 1rem;
	}
	.faq_item .vk_faq_title {
		padding: 15px 25px;
		padding-left: 60px;
	}
	.faq_item.vk_faq .vk_faq_title::before {
		font-size: 18px;
		line-height: 1;
		padding-bottom: 5px;
		border-radius: 5px;
		width: 30px;
		height: 30px;
	}
	.faq_item.vk_faq .vk_faq_content::before {
		font-size: 18px;
		line-height: 1;
		border-radius: 5px;
		width: 30px;
		height: 30px;
		padding-bottom: 2px;
		top: 10px;
	}
	.faq_item .vk_faq_content {
		padding: 0 10px 0 60px;
	}
	.faq_item.vk_faq .vk_faq_content-accordion-open {
		padding: 15px 10px 15px 60px;
	}
}
@media screen and (max-width: 767px) {
	.faq_item + .faq_item {
		margin-top: 10px;
	}
	.faq_item {
		border-radius: 0 10px 0 10px;
	}
	.faq_item .vk_faq_title {
		padding-left: 50px;
	}
	.faq_item.vk_faq .vk_faq_title::before {
		left: 10px;
		padding-bottom: 3px;
	}
	.faq_item.vk_faq .vk_faq_content::before {
		left: 10px;
	}
	.faq_item.vk_faq .vk_faq_content-accordion-open {
        padding: 15px 10px 15px 50px;
    }
	.faq_item .vk_faq_content {
		padding: 0 10px 0 50px;
	}
	.faq_item.vk_faq.vk_faq-accordion-close .vk_faq_title::after,
	.faq_item.vk_faq.vk_faq-accordion-open .vk_faq_title::after {
		right: 3rem;
	}
	.faq_item .vk_faq_title p {
		font-size: 14px;
	}
}

/*************************************
 * お問い合わせ
**************************************/
.contact_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.contact_box {
	max-width: 800px;
	margin: 0 auto;
}
.contact_read_text {
	line-height: 1.3;
	margin-bottom: 1.94rem;
}
.contact_table {
	margin-bottom: 4px;
}
.contact_table,
.contact_table tbody,
.contact_table tr,
.contact_table td,
.contact_table th {
	display: block;
	width: 100%;
	border: none;
}
.contact_table tr + tr {
	margin-top: .9rem;
}
.contact_table td,
.contact_table th {
	padding: 0;
	text-align: left;
	line-height: 1.3;
}
.contact_table th {
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 5px;
}
.contact_table th p {
	display: flex;
    align-items: center;
    gap: 15px;
}
.contact_table th span {
	background: #D44000;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
}
.contact_table input[type="text"],
.contact_table input[type="email"],
.contact_table select {
	height: 43px;
    padding: .8rem 1rem;
}
.contact_table textarea {
	height: 200px;
    resize: none;
}
.privacy_btn .wpcf7-list-item-label {
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 500;
	margin-left: 6px;
}
.privacy_btn input[type="checkbox"] {
	margin: 0;
    scale: 1.23;
}
.privacy_btn .wpcf7-list-item-label a {
	color: #155DFC;
	text-decoration: underline;
	transition: color .3s;
}
.privacy_btn .wpcf7-list-item-label a:hover {
	color: var(--main-color);
}
.privacy_btn .wpcf7-list-item {
	margin-left: 0;
}
.submit_btn {
	position: relative;
	margin: 3.2rem auto 0;
    max-width: 360px;
}
.submit_btn::before {
	content: '';
    width: 45px;
    height: 6px;
    background: url('../../../wp-content/uploads/2026/05/btn02_arrow.png') center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}
.submit_btn input[type="submit"] {
	display: block;
	width: 100%;
	background: var(--main-color) !important;
	border-radius: 0 1.25rem 0 1.25rem;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 1rem;
	border: none;
}
.submit_btn .wpcf7-spinner {
	display: none !important;
}
@media screen and (max-width: 1024px) {
	.contact_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.contact_table th p {
		gap: 10px;
	}
	.contact_table th span {
		font-size: 12px;
		padding: 2px 10px;
		border-radius: 3px;
	}
}
@media screen and (max-width: 767px) {
	.submit_btn {
		max-width: 300px;
	}
	.submit_btn input[type="submit"] {
		font-size: 15px;
		border-radius: 0 1rem 0 1rem;
	}
	.submit_btn::before {
		width: 30px;
		height: 5px;
		right: 15px;
	}
}

/*************************************
 * サイトマップ
**************************************/
.sitemap_content {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
	.sitemap_content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

/*************************************
 * お知らせ
**************************************/
.post-type-news .page-header,
.post-type-news .breadcrumb {
	display: none;
}
.archive .main-section,
.single-news .main-section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.post-type-news .vk_outer_container {
	width: 90%;
}
.pagination {
	margin-top: 4rem;
}
.page-numbers li {
	font-size: 16px;
}
ul.page-numbers li {
	margin: 0 5px;
	overflow: visible;
}
ul.page-numbers li span.page-numbers.current {
	background-color: var(--main-color);
	color: #fff;
}
ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
	background-color: #F2F8F6;
	border-radius: 50% !important;
	width: 40px;
    height: 40px;
	color: #1f1f1f;
	font-weight: 400;
	padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.page-numbers li a.next,
ul.page-numbers li a.prev {
	padding-bottom: 5px;
}
@media screen and (max-width: 1024px) {
	.archive .main-section,
	.single-news .main-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
@media screen and (max-width: 767px) {
	ul.page-numbers li {
		margin: 0 3px;
	}
	.page-numbers li {
		font-size: 13px;
	}
	ul.page-numbers li a,
	ul.page-numbers li span.page-numbers {
		width: 35px;
		height: 35px;
		font-size: 13px;
	}
	ul.page-numbers li a.next,
	ul.page-numbers li a.prev {
		padding-bottom: 3px;
	}
}

/* 詳細ページ */
.single-news .main-section {
	max-width: 900px;
	margin: 0 auto;
}
.single-news .entry-title {
	font-size: 30px;
	color: var(--main-color);
	margin-bottom: 1.1rem;
}
.single-news .entry-meta-item-date {
	text-align: right;
    display: block;
    font-size: 16px;
    line-height: 1.3;
}
.single-news .entry-meta-item-date i {
	display: none;
}
.single-news .entry-body {
	background: #F2F8F6;
	padding: 50px;
	border-radius: 0 1.25rem 0 1.25rem;
}
.single-news .vk_posts.next-prev {
	margin-top: 50px;
}
.single-news .vk_posts.next-prev .vk_post {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.single-news .vk_posts.next-prev .vk_post_body {
	padding: 0;
}
.single-news .vk_posts.next-prev .vk_post_body a {
	transition: color .3s;
	font-size: 16px;
	font-weight: 400;
}
.single-news .vk_posts.next-prev .vk_post_body a:hover {
	color: var(--main-color);
}
.single-news .vk_posts.next-prev .next-prev-next .vk_post_title {
	text-align: right;
}
@media screen and (max-width: 1024px) {
	.single-news .entry-title {
		font-size: 24px;
	}
	.single-news .entry-meta-item-date {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.single-news .entry-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.single-news .entry-meta-item-date {
		font-size: 12px;
	}
	.single-news .entry-body {
		padding: 20px 1rem;
		border-radius: 0 1rem 0 1rem;
	}
	.single-news .vk_posts.next-prev {
		justify-content: space-between;
	}
	.single-news .vk_posts.next-prev .vk_post {
		width: auto;
	}
	.single-news .vk_posts.next-prev .vk_post_body a {
		font-size: 14px;
	}
	.single-news .vk_posts.next-prev {
		margin-top: 30px;
	}
}

/***********************************************
 * アニメーション
***********************************************/
.delay1 {
	transition-delay: 0.1s !important;
}
.delay2 {
	transition-delay: 0.2s !important;
}
.delay3 {
	transition-delay: 0.3s !important;
}
.delay4 {
	transition-delay: 0.4s !important;
}
.delay5 {
	transition-delay: 0.5s !important;
}
.delay6 {
	transition-delay: 0.6s !important;
}
.delay7 {
	transition-delay: 0.7s !important;
}
.delay8 {
	transition-delay: 0.8 !important;
}
.delay9 {
	transition-delay: 0.9s !important;
}
.delay10 {
	transition-delay: 1s !important;
}

.animate_en span {
	display: inline-block;
	overflow: hidden;
	transform: translateY(70%);
	opacity: 0;
	transition: all .3s var(--char-index);
}
.animate_en.class_active span {
	opacity: 1;
	transform: translate(0);
}
.animate_en span.space {
	display: inline;
}

/* opacity */
.class_key.opacity {
	opacity: 0;
	transition: all .3s;
}
.opacity.class_active {
	opacity: 1;
}

/* ふわっと上 */
.class_key.up {
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s;
}
.up.class_active {
	transform: translateY(0);
	opacity: 1;
}

/* ふわっと下 */
.class_key.down {
	transform: translateY(-30px);
	opacity: 0;
	transition: all .3s;
}
.down.class_active {
	transform: translateY(0);
	opacity: 1;
}

/* 右から左 */
.class_key.right {
	transform: translateX(30px);
	opacity: 0;
	transition: all .5s;
}
.right.class_active {
	transform: translateX(0);
	opacity: 1;
}

/* 左から右 */
.class_key.left {
	transform: translateX(-30px);
	opacity: 0;
	transition: all .5s;
}
.left.class_active {
	transform: translateX(0);
	opacity: 1;
}

/* マスク */
.class_key.mask {
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    mask-size: 340% 340%;
    -webkit-mask-size: 340% 340%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 130% 130%;
    -webkit-mask-position: 130% 130%;
}
.class_active.mask {
	animation: mask-animation 0.8s linear forwards;
}
@keyframes mask-animation {
	0% {
		mask-position: 130% 130%;
    	-webkit-mask-position: 130% 130%;
		mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
	}
	99% {
		mask-position: 0 0;
    	-webkit-mask-position: 0 0;
		mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
	}
	100% {
		mask-image: unset;
		-webkit-mask-image: unset;
	}
}