@charset "UTF-8";
html {
	font-size: 62.5%;
}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
	background-repeat: no-repeat;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.6;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #727474;
}

p {
	margin: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: bottom;
	max-width: 100%;
	width/***/: auto;
	/* IE8のみ */
	height: auto;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a {
	color: #00913a;
	text-decoration: none;
}


/*
a:visited { color: purple; }
*/

a:hover {
	text-decoration: underline;
	opacity: 0.95;
	color: #FF6161;
}

.page-up {
	text-align: right;
	background-color: #FFF;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.page-up a {
	/* [disabled]color: #000066;
	*/
}

.strong {
	color: #ff0000;
	font-weight: bold;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.vcenter {
	display: flex;
	align-items: center;/*vertical*/
}

.hcenter {
	display: flex;
	justify-content: center;/*horizonal*/
}

/*
* {
	-webkit-appearance: none;
}
*/

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #22ac38;
	color: #fff;
	padding: 5px;
}

.slide-text-set > .container {
	text-align: left;
	background-color: #fff;
	width: 40%;
	margin-right: auto;
	margin-left: 3%;
	padding: 20px;
}

.siteHeader {
	background: #fff;
}

.gMenu a {
	color: #fff;
}

.mini-content-container-1 {
	display: none;
}

.copySection {
	padding-top: 1rem;
	font-size: 1.0rem;
	background-color: #4DA472;
	color: #fff;
	margin-top: 1em;
	padding-bottom: 1em;
}

.siteFooter {
	padding-top: 3em;
	background-color: #e9f3e3;
	border-top: 0px;
}

.footerWidget {
	padding-top: 1rem;
	padding-bottom: 0px;
}

.footer-bg-wrap {
	position: relative;
}

.footer-bg {
	position: absolute;
	top: -60px;
}

.device-mobile .gMenu>li .gMenu_name {
	font-size: 1.4rem;
}

.gMenu_outer {
	background-color: #4DA472!important;
}

.bg-green {
	background-color: #4DA472!important;
}

.media p {
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 150%;
}

.widget-title {
	font-size: 2.6rem;
	font-weight: bold;
	color: #00913a;
}

.entry-title a {
	font-size: 2rem;
	font-weight: bold;
	color: #00913a!important;
}

.entry-title {
	font-size: 3.2rem;
	font-weight: bold;
	color: #00913a;
}

.widget {
	margin-bottom: 35px!important;
}

.home .media .media-body .media-heading {
	font-size: 2rem;
	font-weight: bold;
}

.footerMenu li {
	margin-bottom: 0;
	font-size: 1.4rem;
}

.address {
	font-size: 1.4rem;
	color: #00913a;
}

.vk-mobile-nav-menu-btn {
	right: 5px;
}

.vk-mobile-nav-menu-btn {
	border-color: #22ac38;
}

.vk-mobile-nav-menu-btn {
	border: 1px solid #22ac38;
	border-radius: 0px;
}

.nav li a {
	color: #000;
}

.vk-mobile-nav-menu-btn.menu-open {
	border-color: #22ac38;
}

.vk-mobile-nav-menu-btn {
	border-color: #22ac38;
	background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgba(255,255,255,1);
}

.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
	color: #22ac38;
}

.bullet-wrap {
	background-color: #e9f3e3;
	position: relative;
}

.bullet-box {
	position: relative;
}

.bullet-img {
	position: absolute;
	top: -12px;
	left: 0px;
	width: 20px;
}

.t1 {
	margin-top: -31px;
}

.t2 {
	margin-top: -29px;
}

h3.bullet::before {
	/* width: 20px; */
}

h3.bullet {
	color: #00913a;
	font-size: 2.0rem;
	font-weight: bold;/* padding-left: 20px; *//* height: 34px; */
	border-bottom-style: none;/* position: absolute; *//* top: -60px; */
	padding-top: 5px;
	padding-left: 24px;/* margin-bottom: 35px; */
	padding-bottom: 5px;
	margin-bottom: 0px;
}

h3.bullet::after {
	border-bottom-style: none;
}

.eyecatch {
	width: 100vw;
	height: 350px;
	object-fit: cover;
}

.home .siteContent {
	padding-top: 0px;
}

.page-header {
	background-color: #e9f3e3;
	color: #22ac38;
}

.siteContent {
	padding: 3.5rem 0 8.5rem;
}

.btn-wrap {
	text-align: right;
}

.btn {
	background: #22ac38;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
	border-radius: 30px;
	transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	font-size: 1.4rem;
}

.btn a {
	color: #fff!important;
	text-align: center;
	display: block;
}

.btn2 {
	background: #005bac;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
	transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	width: 150px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.btn2 a {
	color: #fff;
	text-align: center;
}

.btn3 {
	background: #22ac38;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
	transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	font-size: 1.4rem;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.btn3 a {
	color: #fff!important;
	text-align: center;
	display: block;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #22ac38;
	border-color: #005cbf;
}

.btn:hover {
	opacity: .7;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "メニュー"!important;
}

footer .nav li a {
	color: #00913a;
}

.top-c {
	margin-bottom: 30px;
}

.top-c h3 {
	margin-top: 20px;
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 5px;
	padding: 10px;
	color: #fff;
	line-height: 1;
	display: block;
}

.top-c a {
	color: #727474;
}

.top-c img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.top-c-tit {
	background-image: url(images/top_c_tit.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}

.top-c img {
	border-bottom: 10px solid;
}

.siteContent>.container>.row {
	
}

.entry-body {
	margin-bottom: 30px;
}

.top-c-tit p {
	margin-bottom: 15px;
}

.top-c-tit h3 {
	color: #fff;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 15px;
}

.gMenu_outer {
	clear: both;
	z-index: 1000;
	position: relative;
	width: 100%;
	min-height: unset;
	background-color: #fff;
	right: inherit!important;
	float: none;
	display: block;
	top: inherit!important;
}

.header_scrolled .gMenu_outer {
	clear: both;
	z-index: 1000;
	position: fixed;
	top: 0!important;
	left: 0!important;
	width: 100%;
	min-height: unset;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.gMenu_outer nav {
	width: 1140px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.gMenu {
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.gMenu>li {
	width: 80%!important;
	border-left: 1px solid #f5f5f5;
	padding: 6px 2.5em!important;
	line-height: 1;
}

.device-pc .gMenu>li>a {
	display: block;
	padding: 10px 2.5em!important;
}

.gMenu>li:first-child {
	
}

.gMenu>li:last-child {
	border-right: 1px solid #f5f5f5;
}

.gMenu > li:before, .gMenu > li.menu-item-has-children::after {
	border-bottom-color: #ffffff;
}

.header_scrolled.device-mobile .gMenu>li {
	padding: 14px 2.5em!important;
}

.gMenu_outer nav {
	display: table-cell;
	vertical-align: middle;
}

.gMenu_outer::after {
	content: "";
	clear: both;
	display: block;
}

.gMenu_outer {
	
}

.header_scrolled .gMenu_outer {
	padding-top: 0px;
}

.nav-wrap {
	padding: 8px 0px!important;
}

.gMenu {
	/* right: 0; */
  /* margin: 0; */
	float: none;
	width: 100%;
}

.address-head {
	float: right;
}

.tel {
	color: #727474;
	pointer-events: none;
}

.home .mainSection {
	min-width: 100%;
	padding: 0px!important;
}

h2 {
	padding: .8em 0 .7em!important;
}

ul.top-news {
	list-style: none;
	margin: 20px 0;
	padding: 0px;
}

ul.top-news li {
	clear: both;
	margin: 0 0 1em;
}

ul.top-news li span {
	display: inline-block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	text-align: center;
}

ul.top-news li span.cate {
	color: #fff;
	border-radius: 20px;
	min-width: 140px;
	font-size: 1.4rem;
}

ul.top-news li p {
	padding-top: 3px;
	display: block;
}

.desc {
	color: #727474;
	font-size: 1.4rem;
	margin: 0px;
	padding: 10px 0px;
	line-height: 1;
}

h2.elementor-heading-title {
	color: #727474!important;
	font-size: 2rem!important;
}

.mainSection-title, h2 {
	border-bottom: 1px solid #ccc!important;
}

.layer-wrapper .element img {
	object-fit: cover;
	width: 100%;
	height: 200px;
}

.read_more {
	color: #fff;
	text-align: center;
	padding: 10px;
	text-align: center!important;
	background: #00913a;
	display: inline-block;
	width: 100%;
}

.read_more:hover {
	background: #4da472;
	color: #fff;
}

.read_more {
	
}

.post_date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.title_link {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.layer-wrapper {
	margin-bottom: 30px;
}

.pagination {
	justify-content: center;
}

.postNextPrev .card {
	margin-bottom: 20px;
}

.vk_post.card-horizontal .vk_post_imgOuter {
	object-fit: cover!important;
	height: 150px;
}

.snavi {
	padding: 15px;
	margin: 0px;
}

.snavi-box {
	
}

.snavi li {
	float: left;
	margin-right: 35px;
	padding-left: 0px;
}

.snavi-tit {
	text-align: center;
	margin-bottom: 0px;
	font-weight: bold;
	/*	border-bottom-style: solid;
		border-bottom-color: #00913a;
		border-bottom-width: 1px;*/
	width: 100%;
	display: flex;
	padding-bottom: 0px;
	justify-content: center;/*horizontal*/
}

.inlineframe {
	background-color: #fff;
	width: 100%;
	height: 300px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #ccc;
	padding: 0px 15px;
	margin: 5px;
}

.mini-content {
	display: none;
}

.subsidy h3.bullet {
	color: #D41074
}

.subsidy .bullet-wrap {
	background-color: #F6CFE3;
}

.post-type-archive-seminar h3.bullet, .single-seminar h3.bullet {
	color: #1F2973
}

.post-type-archive-seminar .bullet-wrap, .single-seminar .bullet-wrap {
	background-color: #D2D4E3;
}

.rate h3.bullet {
	color: #8CBB38
}

.rate .bullet-wrap {
	background-color: #E8F1D7;
}

.tax h3.bullet {
	color: #1795D3
}

.tax .bullet-wrap {
	background-color: #D1EAF6;
}

.management h3.bullet {
	color: #592279
}

.management .bullet-wrap {
	background-color: #DED3E4;
}

.labor h3.bullet {
	color: #DE5021
}

.labor .bullet-wrap {
	background-color: #F8DCD3;
}

.mutual-_aid h3.bullet {
	color: #118B41
}

.mutual-_aid .bullet-wrap {
	background-color: #CFE8D9;
}

.download h3.bullet {
	color: #FFBF00
}

.download .bullet-wrap {
	background-color: #FFF2CC;
}

.event h3.bullet {
	color: #D91819
}

.event .bullet-wrap {
	background-color: #F7D1D1;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media (min-width: 992px) {
	.siteHeader .container {
		padding-top: 16px;
		padding-bottom: 14px;
	}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media (max-width: 1199px) {
	.address-head {
		text-align: center;
		width: 100%;
		float: none;
	}
	
	.footer-bg {
		top: -35px;
	}
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media (max-width: 991px) {
	.mainSection {
		margin-bottom: 5rem!important;
	}
	
	.address-head {
		font-size: 12px!important;
	}
	
	.br-sp::after {
		content: "\A";
		white-space: pre;
	}
	
	.tel::after {
		content: "\A";
		white-space: pre;
	}
	
	.tel {
		background-color: #DFFFBF;
		color: #00913a;
		pointer-events: auto;
		padding: 3px 8px;
		border-radius: 2px;
		margin: 5px 5px;
		display: table;
		box-shadow: 0px 1px 2px #444;
		font-weight: bold;
		margin-left: auto;
		margin-right: auto;
	}
	
	.tel a {
		font-size: 18px!important;
	}
	
	.address-head {
		margin-bottom: 10px;
	}
	
	.gMenu_outer {
		display: none;
	}
	
	.siteHeader_logo {
		font-size: 1.6rem;
		float: inherit;
		text-align: center;
		display: block;
		margin: 0 auto;
		padding: 10px 45px;
	}
}

@media (max-width: 767px) {
	.snavi {
		margin: 15px;
		text-align: center;
		list-style-type: disc;
	}
	
	.snavi li {
		display: inline-block;
		float: none;
		margin-right: 10px;
		margin-left: 10px;
	}

	.footerMenu ul.nav {
		display: flex;
		justify-content: center;
	}
	
	.footerMenu li {
		margin: 0px 5px
	}
	
	.inlineframe {
		height: 200px;
	}
	
	.top-c p {
		display: none;
	}
	
	.siteFooter {
		padding-top: 1em;
	}
	
	.footer-bg {
		top: -25px;
	}
	
	.footer-bg img {
		
	}
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media (max-width: 543px) {
	ul.top-news li a {
		clear: both;
		margin: 0 10px 5px 0;
		padding: 5px;
	}
	
	ul.top-news li span {
		display: inline-block;
		float: left;
		margin: 0 10px 5px 0;
		padding: 3px;
		text-align: center;
	}
	
	ul.top-news li span.cate {
		color: #fff;
		border-radius: 20px;
		min-width: 120px;
		font-size: 1.2rem;
	}
	
	ul.top-news li p {
		clear: both;
		margin: 0 10px 5px 0;
		padding: 5px;
	}
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*
2024年9月9日追加
*/

@media (min-width: 768px) {
}

/*
トップページお知らせコーナー改修
*/
.container.my-5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0!important;
}
@media (max-width: 768px) {
    .container.my-5 {
        flex-direction: column;
        justify-content: flex-start;
        grid-row-gap: 30px;
        
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .container.my-5 {
        padding-left: 0;
        padding-right: 0;
    }
}

.container.my-5 .row {
    margin-left: 0;
    margin-right: 0;
    width: 48%;
    max-width: 534px;
}
@media (max-width: 768px) {
    .container.my-5 .row {
        width: 100%;
        max-width: none;
    }
}

.container.my-5 .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.top-news-ttl {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    background-color: #eee;
    padding: 15px 20px;
    margin-bottom: 0;
}
.general .top-news-ttl {
    background-color: #6BCE3A;
}
.membership .top-news-ttl {
    background-color: #4DA472;
}
.inlineframe {
    margin: 0;
    height: 400px;
}
@media (max-width: 768px) {
    .inlineframe {
        height: 200px;
    }
}

ul.top-news li {
    margin-bottom: 1.5em;
}
ul.top-news li p {
    clear: both;
}



/*
バナーコーナー改修
*/
.top-c-tit {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    background: none;
}
.top-c-tit .container {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    width: calc(100% - 30px);
}
.home_membership_search_bnr {
    max-width: 540px;
}


/*
HOME
*/

.home .top-news.membership .cate.news {background-color: #DA171A;}
.home .top-news.membership .cate.recruiting {background-color: #1f871a;}
.home .top-news.membership .cate.event {background-color: #eb7422;}
.home .top-news.membership .cate.seminar {background-color: #212975;}
.home .top-news.membership .cate.other {background-color: #575757;}











