<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ---------- common ---------------------------------------- */

.contents {
	position: relative;
}

/* box */
.box {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* breadcrumb */
.breadcrumb {
	background-color: #f5f5f5;
}
.breadcrumb ol {
	padding: 9px 0 9px;
}
.breadcrumb ol li {
	display: inline-block;
	font-size: 0;
}
.breadcrumb ol li a {
	display: inline-block;
	background: url(../images/ic_breadcrumb.png) no-repeat right center;
	background-size: 6px auto;
	padding: 4px 19px 4px 0;
	margin-right: 6px;
	font-size: 0;
}
.breadcrumb ol li span {
	display: block;
	color: #616161;
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.08em;
}
.breadcrumb ol li a span {
	border-bottom: solid 1px;
}


/* page-header */
.page-header {
	position: relative;
	padding-top: 60px;
	padding-bottom: 58px;
	background-color: #b3cb51;
}
.page-header .title {
	color: #fff;
	text-align: center;
}
.page-header .title .ja {
	display: block;
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.08em;
	vertical-align: middle;
}
.page-header .title .ja:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	margin: 0 16px;
	background-color: #fff;
	vertical-align: middle;
}
.page-header .title .ja:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	margin: 0 16px;
	background-color: #fff;
	vertical-align: middle;
}
.page-header .title .en {
	display: block;
	padding-top: 6px;
	font-size: 15px;
	line-height: 120%;
	letter-spacing: 0.08em;
	vertical-align: middle;
}


/* -------- title -------- */
/* top-title */
.top-title {
	margin-bottom: 35px;
	text-align: center;
}
.top-title .ja {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.08em;
	vertical-align: middle;
}
.top-title .ja:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	margin: 0 16px;
	background-color: #bdbdbd;
	vertical-align: middle;
}
.top-title .ja:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	margin: 0 16px;
	background-color: #bdbdbd;
	vertical-align: middle;
}
.top-title .en {
	display: block;
	padding-top: 6px;
	color: #98b037;
	font-size: 15px;
	line-height: 120%;
	letter-spacing: 0.08em;
	vertical-align: middle;
}


/* page-title */
.page-title {
	margin-bottom: 35px;
}
.page-title .ja {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.08em;
	vertical-align: middle;
}
.page-title .en {
	display: block;
	padding-top: 6px;
	color: #98b037;
	font-size: 15px;
	line-height: 120%;
	letter-spacing: 0.08em;
	vertical-align: middle;
}

/* section-title */
.section-title {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 15px;
	border-bottom: solid 1px #e0e0e0;
	font-size: 0;
	line-height: 100%;
}
.section-title:after {
	content: "";
	display: block;
	width: 120px;
	border-bottom: 3px solid #b3cb51;
	position: absolute;
	margin-top: 15px;
	margin-bottom: -3px;
}
.section-title span {
	font-size: 24px;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.08em;
}

/* block-title */
.block-title {
	margin-bottom: 24px;
	padding: 4px 0 4px 17px;
	border-left: solid 3px #b3cb51;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0.08em;
}

/* sub-title */
.sub-title {
	padding-left: 1em;
}

/* -------- button -------- */

/* btn ホバー時に半透明にする */
.btn &gt; a,
.btn &gt; button {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.btn:hover &gt; a,
.btn:hover &gt; button {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* common-button */
.common-button {
	display: inline-block;
	vertical-align: top;
}
.common-button a {
	box-sizing: border-box;
	display: block;
	min-width: 220px;
	padding: 0 12px;
	border-radius: 4px;
	background-color: #b3cb51;
	line-height: 100%;
	text-align: center;

	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.common-button a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.common-button a span {
	display: inline-block;
	padding-left: 24px;
	background: url(../images/ic_arrow_white.png) no-repeat left center;
	background-size: 16px auto;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 56px;
	vertical-align: text-bottom;
}


/* tel-button */
.tel-button {
	display: inline-block;
	padding-left: 60px;
	background: url(../images/ic_tel.gif) no-repeat top left;
	vertical-align: middle;
}
.tel-button a {
	cursor: initial;
}
.tel-button .num {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0.08em;
}
.tel-button .hours {
	display: block;
	padding-left: 1px;
	padding-bottom: 3px;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.12em;
}

/* mail-button */
.mail-button {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.mail-button:hover {
	opacity: 0.7;
}
.mail-button a {
	display: block;
	padding: 0 37px;
	border-radius: 4px;
	background-color: #D99698;
	text-align: center;
	line-height: 100%;
}
.mail-button a span {
	display: inline-block;
	padding-left: 17px;
	background: url(../images/ic_member_white.png) no-repeat left top 17px;
	background-size: 11px 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 50px;
	vertical-align: text-bottom;
	white-space: nowrap;
}


/* -------- link -------- */
/* link */
a.link {
	padding: 3px 0 4px;
	color: #98b037;
	text-decoration: none;
	border-bottom: solid 1px;
}

/* asterisk　２行目以降一字下げ */
.asterisk {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}


/* -------- table -------- */
/* table */
.table {
	width: 100%;
	margin: auto;
}
.table th,
.table td {
	box-sizing: border-box;
	border: solid 1px #e0e0e0;
	padding: 17px 22px;
	line-height: 180%;
}
.table th {
	width: 156px;
	background-color: #f5fae3;
	font-weight: bold;
}
.table td {
	padding-left: 22px;
	padding-right: 22px;
}


/* -------- nav -------- */
/* pagenav */
.pagenav {
	margin: auto;
	padding: 65px 0 65px;
	text-align: center;
	font-size: 0;
}
.pagenav ul {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	border: solid 2px #b3cb51;
	border-radius: 4px;
}
.pagenav ul li {
	display: inline-block;
	border-right: solid 2px #b3cb51;
}
.pagenav ul li:last-child {
	border-right: none;
}
.pagenav ul li a {
	display: block;
	padding: 13px 30px;
	color: #98b037;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.08em;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.category01 .pagenav ul li.category01 a,
.category02 .pagenav ul li.category02 a,
.all .pagenav ul li.all a,
.association .pagenav ul li.association a,
.committee .pagenav ul li.committee a,
.insurance .pagenav ul li.insurance a,
.toyamane .pagenav ul li.toyamane a,
.pagenav ul li a:hover {
	color: #fff;
	background-color: #b3cb51;
}

.pagenav .calendar-button,
.pagenav .out-button {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.pagenav .calendar-button a {
	display: inline-block;
	padding: 15px 30px;
	background-color: #b3cb51;
	border-radius: 4px;

	color: #fff;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 0.08em;
	vertical-align: middle;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;

}
.pagenav .out-button a {
	display: inline-block;
	padding: 13px 30px;
	border-radius: 4px;
	border: 2px solid #D99698;
	color: #D99698;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.08em;
	vertical-align: middle;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.pagenav .out-button a span {
	-webkit-transition: background-image .3s ease;
	transition: background-image .3s ease;
}
.pagenav .out-button a:hover {
	background-color: #D99698;
	color: #fff;
	opacity: 1;
}
.pagenav .out-button a:hover span {
	background: url(../images/ic_out_white.svg) no-repeat center right;
    background-size: 10px 9px;
}

.pagenav .calendar-button a:nth-of-type(2) {
	margin-left: 15px;
}
.pagenav .calendar-button span {
	padding-left: 24px;
	background: url(../images/ic_calendar_white.png) no-repeat center left;
	background-size: 15px auto;
}
.pagenav .out-button span {
	padding-right: 13px;
	background: url(../images/ic_out.svg) no-repeat center right;
	background-size: 10px 9px;
}
.pagenav .out-button a {
	width: 200px;
	box-sizing: border-box;
}
.pagenav .calendar-button a:nth-of-type(2) span {
	padding-left: 24px;
	background: url(../images/ic_calendar_zoom.png) no-repeat center left;
	background-size: 15px auto;
}


/* ---------- top ------------------------------------ */
/* ----- top-visual ----- */
#top-visual {
	position: relative;
    background-color: #ebf4f8;
	padding-top: 40px;
    padding-bottom: 60px;
}
  
/* top-slider */
.slider {
	width: 100%;
	height: 380px;
}
.slider ul li img{
	border-radius: 5px;
	box-shadow: 0px 1px 6px 0px rgba(105, 96, 79, 0.1);
}

/* slick-slider */
.slider .slick-slide{
	margin-right: 40px;
}
.slider .slick-list{
	overflow: visible !important;
}
.slider .slick-track{
	height: 386px;
	overflow: hidden !important;
}

/* controls */
.slider .slide-arrow{
	position: absolute;
    width: 36px;
    height: 36px;
	top: 45%;
    z-index: 700;
  }
.slider .prev-arrow {
	left: -20px;
}
.slider .next-arrow {
	right: -20px;
}
.slider .slide-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -32px;
	text-align: center;
	font-size: 0;
	line-height: 100%;
}
.slider .slide-dots li{
	display: inline-block;
	margin-left: 20px;
	z-index: 700;
}
.slider .slide-dots li button{
	width: 10px;
	line-height: 10px;
	border-radius: 100%;
	background-color: #fff;
	transition: background-color 0.2s ease;
	text-indent: -9999px;
}
.slider .slide-dots li.slick-active button,
.slider .slide-dots li button:hover {
	background-color: #c2d359;
}

/* loader */

html.enable-javascript #slider,
#slider ul {
	opacity: 0;
}
#slider ul.slick-initialized,
#slider ul.slick-initialized .slide-dots,
html.enable-javascript.window-load #slider {
	transition: opacity .3s linear;
	opacity: 1;
}


/* banner-slider */
.banner-slider {
	padding-top: 30px;
	background-color: #f5fae3;
	text-align: center;
}
.banner-slider .bx-wrapper {
	position: relative;
}
.banner-slider .bx-controls-direction {}
.banner-slider .bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.banner-slider .bx-controls-direction .bx-prev {
	left: -56px;
	background: url(../images/slide_prev.png) no-repeat left top;
}
.banner-slider .bx-controls-direction .bx-next {
	right: -56px;
	background: url(../images/slide_next.png) no-repeat left top;
}
.banner-slider .common-button {
	margin-top: 22px;
}
.banner-slider .common-button a {
	border-radius: 4px 4px 0 0;
}
.banner-slider .common-button a span {
	font-size: 12px;
	line-height: 38px;
}

/* ----- top-seminar ----- */
.top-seminar {
	padding-top: 75px;
	padding-bottom: 90px;
	background: url(../images/top/bg_seminar.jpg) no-repeat right bottom;
	text-align: center;
}
.top-seminar .pagenav {
	padding-top: 0;
	padding-bottom: 70px;
}
.top-seminar .common-button a {
	min-width: 420px;
	box-shadow: 0 1px 6px 1px rgba(105,96,79,0.1);
}

/* ----- top-important ----- */
.top-important {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}
.top-important .box {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 6px 1px rgba(105,96,79,0.1);
	border: solid 1px #eee;
}
.top-important .left {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 19px;
	background-color: #b3cb51;
	text-align: center;
}
.top-important .left .title {
	color: #fff;
}
.top-important .right {
	-webkit-flex: 1;
	flex: 1;
	padding: 9px 20px 5px 45px;
}
.top-important .right dd{
	background: url(../images/ic_arrow.png) no-repeat right 10px;
	background-size: 16px auto;
	width: 476px;
}
.top-important .right dd a{
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ----- top-news ----- */
.top-news {
	padding-top: 68px;
	padding-bottom: 78px;
	background-color: #f8fced;
}
.top-news .box {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 6px 1px rgba(105,96,79,0.1);
}
.top-news .left {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 26px;
	background-color: #b3cb51;
	text-align: center;
}
.top-news .left .title {
	margin-top: -35px;
	color: #fff;
}
.top-news .left .title .ja {
	display: block;
	font-size: 21px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.08em;
}
.top-news .left .title .en {
	display: block;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.08em;
}
.top-news .left .button {
	position: absolute;
	bottom: 35px;
	padding-top: 16px;
	border-top: solid 1px #a1b649;
}
.top-news .left .button a {
	display: block;
	padding: 0 16px;
}
.top-news .left .button a span {
	padding-top: 2px;
	padding-left: 22px;
	padding-bottom: 1px;
	background: url(../images/ic_arrow_white.png) no-repeat left center;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 140%;
}
.top-news .right {
	-webkit-flex: 1;
	flex: 1;
	padding: 38px 40px;
}

/* tabnav */
.top-news .tabnav {
	overflow: hidden;
	margin-bottom: 24px;
}
.top-news .tabnav ul {
	font-size: 0;
	border-bottom: solid 1px #e0e0e0;
	text-align: left;
}
.top-news .tabnav ul li {
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
	text-align: center;
	cursor: pointer;
	height: 35px;
    line-height: 2.7;
    vertical-align: middle;
}
.top-news .tabnav ul li:after {
	opacity: 0;
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #b3cb51;
	transition: opacity 0.2s ease;
}
.top-news .tabnav ul li.current:after,
.top-news .tabnav ul li:hover:after {
	opacity: 1;
}
.top-news .tabnav ul li span {
	padding: 3px 21px 3px;
	display: inline-block;
	color: #616161;
	font-size: 13px;
	font-weight: 500;
	line-height: 140%;
	transition: color 0.2s ease;
}
.top-news .tabnav ul li.current span,
.top-news .tabnav ul li:hover span {
	color: #98b037;
}
.top-news .tabnav ul li::before {
    content: "";
    background-color: #bdbdbd;
    height: 24px;
    width: 1px;
    right: 0px;
    top: 9px;
    position: absolute;
}
.top-news .tabnav ul li:first-child span::before {
	content: "";
    background-color: #bdbdbd;
    height: 24px;
    width: 1px;
    left: 0px;
    top: 9px;
    position: absolute;
}


/* news-posts */
.news-posts {}
.news-posts dl {}
.news-posts dl dt {
	float: left;
	padding: 8px 0 6px 0;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.08em;
}
.news-posts dl dd {
	padding-left: 17.3em;
	padding-bottom: 3px;
}
.news-posts dl dd a {
	display: block;
	padding: 8px 0 8px;
	color: #98b037;
	font-size: 15px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.08em;
}

.news-posts dl dd a:hover {
	text-decoration: underline;
}
.news-posts .category {
	display: inline-block;
	min-width: 150px;
	margin-left: 10px;
	padding: 4px 0;
	border: solid 1px #b3cb51;
	border-radius: 2px;
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.08em;
}


/* ----- top-report ----- */
.top-report {
	padding-top: 75px;
	padding-bottom: 90px;
	text-align: center;
}
.top-report .common-button a {
	min-width: 420px;
	box-shadow: 0 1px 6px 1px rgba(105,96,79,0.1);
}
.top-report .report-posts {}


/* ----- top-banners ----- */
.top-banners {
	padding-top: 70px;
	padding-bottom: 70px;
	background: url(../images/top/bg_border.gif) repeat center center;
}
.top-banners .box {
	overflow: hidden;
	text-align: center;
}
.top-banners .banner {
	width: 460px;
}
.top-banners .banner a {
	display: block;
}
.top-banners .left {
	float: left;
}
.top-banners .right {
	float: right;
}

.top-banners .button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 240px;
	margin-top: -28px;
	padding: 0 12px;
	border-radius: 4px;
	background-color: #b3cb51;
	box-shadow: 0 1px 6px 1px rgba(105,96,79,0.1);
	line-height: 100%;
	text-align: center;
}
.top-banners .button span {
	display: inline-block;
	padding-left: 24px;
	background: url(../images/ic_arrow_white.png) no-repeat left center;
	background-size: 16px auto;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 56px;
	vertical-align: text-bottom;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}


/* top-contact */
.top-contact {
	background-color: #b3cb51;
	padding: 45px 0 50px;
}
.top-contact .box {
	overflow: hidden;
}
.top-contact .left {
	float: left;
}
.top-contact .left:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 45px;
	margin-left: 38px;
	background-color: #fff;
}
.top-contact .right {
	float: right;
	font-size: 0;
}
.top-contact .title {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 160%;
}
.top-contact .tel-button {
	margin-right: 35px;
	background-image: url(../images/ic_tel_white.png);
}
.top-contact .tel-button .num {
	color: #fff;
}
.top-contact .tel-button .hours {
	color: #fff;
	padding-bottom: 5px;
}
.top-contact .mail-button {
	display: inline-block;
	vertical-align: middle;
}
.top-contact .mail-button a {
	box-sizing: border-box;
	width: 300px;
	background-color: #fff;
}
.top-contact .mail-button a span {
	background-image: url(../images/ic_mail.png);
	color: #a0b742;
	font-size: 15px;
	line-height: 56px;
	background-size: 20px auto;
    padding-left: 26px;
    background-position: left 0 top 21px;
}


/* ---------- seminar ------------------------------------ */
.semi .contents,
.cale .contents {
	margin-bottom: 120px;
}

/* seminar-posts */
.seminar-posts {
	width: 996px;
	margin: auto;
	text-align: left;
	font-size: 0;
}
.seminar-posts .post {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 300px;
	margin: 0 15px 40px;
	padding: 28px 28px 32px;
	background-color: #fff;
	border: solid 1px #eee;
	border-radius: 5px;
	box-shadow: 0 1px 6px 1px rgba(105,96,79,0.1);
	vertical-align: top;
	text-align: left;
	transition: box-shadow 0.2s ease;
}
.seminar-posts .post:hover {
	box-shadow: none;
}
.seminar-posts .post a {
	display: block;
}
.seminar-posts .post .date {
	padding-bottom: 10px;
	color: #424242;
	font-size: 14px;
	line-height: 140%;
	text-align: right;
	text-indent: 2em;
}
.seminar-posts .post .title {
	padding-bottom: 12px;
	color: #98b037;
	font-size: 17px;
	line-height: 140%;
}
.seminar-posts .post .excerpt {
	color: #757575;
	font-size: 14px;
	line-height: 160%;
}
.seminar-posts .post .status {
	position: absolute;
	top: -15px;
	left: -10px;
	width: 64px;
	height: 64px;
	line-height: 120%;
	border-radius: 100%;
	text-align: center;
}
.seminar-posts .post .status span {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 120%;
	vertical-align: middle;
	letter-spacing: 0.08em;
}

.status span {
	padding-top: 25px;
	color: #fff;
}

.status-green {
	background-color: #b3cb51;
}

.status-orange {
	background-color: #e3b84d;
}
.status-orange span {
	width: 2.5em;
	padding-top: 18px;
}

.status-red {
	background-color: #da9193;
}

.status-red2 {
	background-color: #e08967;
}

.status-blue {
	background-color: #8fc6e0;
}

.status-gray {
	background-color: #e8e8e8;
}
.status-gray span {
	color: #888888;
}

.status-lightgreen {
	background-color: #e0edb2
}
.status-lightgreen span {
	color: #98b037;
}


/* ---------- associate ------------------------------------ */
.asso .contents {
	margin-bottom: 55px;
}

.asso .pagenav a {
	padding-left: 27px;
	padding-right: 27px;
	color: #424242;
}
.asso .pagenav a span {
	padding-left: 25px;
	background: url(../images/ic_arrow.png) no-repeat left center;
}
.asso .pagenav a:hover span {
	background: url(../images/ic_arrow_white.png) no-repeat left center;
}

.asso.inde .pagenav .inde a,
.asso.gree .pagenav .gree a,
.asso.bran .pagenav .bran a,
.asso.comm .pagenav .comm a {
	color: #fff;
	background-color: #b3cb51;
}

.asso.inde .pagenav .inde a span,
.asso.gree .pagenav .gree a span,
.asso.bran .pagenav .bran a span,
.asso.comm .pagenav .comm a span {
	background: url(../images/ic_arrow_white.png) no-repeat left center;
}

/* ----- index ----- */
.asso-about {
	margin-bottom: 78px;
}
.asso-about p {
	margin-bottom: 1.6em;
	font-size: 16px;
}

.asso-concept {}
.asso-concept .logo {
	margin-top: 50px;
	margin-bottom: 44px;
	text-align: center;
}
.asso-concept .catchcopy {
	margin-bottom: 20px;
	color: #98b037;
	font-size: 21px;
	text-align: center;
}
.asso-concept p {
	font-size: 16px;
}

/* ----- greeting ----- */
.gree-intro {
	overflow: hidden;
}
.gree-intro .text {
	float: left;
	width: 700px;
}
.gree-intro .photo {
	float: right;
	width: 200px;
}
.gree-intro .sign {
	margin-top: 35px;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
}
.gree-intro .caption {
	padding-top: 13px;
	font-size: 16px;
	text-align: center;
}
.gree-intro p {
	margin-bottom: 1.6em;
	font-size: 16px;
}


/* ----- branches ----- */
.bran-intro {
	margin-bottom: 75px;
}
.bran-intro .page-title {
	margin-bottom: 45px;
}
.bran-names {
	margin-bottom: 35px;
}
.bran-names .section-title {
	margin-bottom: 46px;
}

.bran-table th {
	width: 160px;
}

/* ----- committee ----- */
.comm-intro {}
.comm-intro .section {
	margin-bottom: 40px;
}


/* ---------- news ------------------------------------ */
.news .contents {
	margin-bottom: 120px;
}
.news .news-posts dl {
	border-top: solid 1px #e0e0e0;
}
.news .news-posts dl dt {
	padding: 20px 0 20px 0;
	font-size: 16px;
}
.news .news-posts dl dd {
	padding-left: 18em;
	border-bottom: solid 1px #e0e0e0;
}
.news .news-posts dl dd a {
	padding: 20px 0 20px;
	font-size: 16px;
}
.news .news-posts .category {
	margin-left: 16px;
}
.news .postnav {
	margin-top: 70px;
}


/* ---------- report ------------------------------------ */
.repo .contents {
	margin-bottom: 120px;
}
/* report-nav */
.report-nav {
	margin: auto;
	padding: 65px 0 65px;
	text-align: center;
	font-size: 0;
}
.report-nav ul {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.report-nav li {
	display: inline-block;
	margin: 0 7px;
}
.report-nav li a {
	display: block;
	padding: 13px 23px;
	border: solid 2px;
	border-radius: 4px;
	color: #98b037;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.08em;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}
.report-nav li a:hover {
	color: #fff;
	background-color: #b3cb51;
}
.report-nav .toyama a {
	color: #98b037;
	border-color: #98b037;
}
.report-nav .takaoka a {
	color: #d99597;
	border-color: #d99597;
}
.report-nav .uozu a {
	color: #e3b84d;
	border-color: #e3b84d;
}
.report-nav .namerikawa a {
	color: #4db0e3;
	border-color: #4db0e3;
}
.report-nav .imizu a {
	color: #4caf50;
	border-color: #4caf50;
}
.report-nav .nakaniikawa a {
	color: #de6f6f;
	border-color: #de6f6f;
}
.report-nav .niikawa a {
	color: #ac7db4;
	border-color: #ac7db4;
}
.report-nav .tonami a {
	color: #ee7f5c;
	border-color: #ee7f5c;
}
.report-nav .himi a {
	color: #5a67b3;
	border-color: #5a67b3;
}

.report-nav .toyama a:hover,
.toyama .report-nav .toyama a {
	color: #fff;
	background-color: #98b037;
}
.report-nav .takaoka a:hover,
.takaoka .report-nav .takaoka a {
	color: #fff;
	background-color: #d99597;
}
.report-nav .uozu a:hover,
.uozu .report-nav .uozu a {
	color: #fff;
	background-color: #e3b84d;
}
.report-nav .namerikawa a:hover,
.namerikawa .report-nav .namerikawa a {
	color: #fff;
	background-color: #4db0e3;
}
.report-nav .imizu a:hover,
.imizu .report-nav .imizu a {
	color: #fff;
	background-color: #4caf50;
}
.report-nav .nakaniikawa a:hover,
.nakaniikawa .report-nav .nakaniikawa a {
	color: #fff;
	background-color: #de6f6f;
}
.report-nav .niikawa a:hover,
.niikawa .report-nav .niikawa a {
	color: #fff;
	background-color: #ac7db4;
}
.report-nav .tonami a:hover,
.tonami .report-nav .tonami a {
	color: #fff;
	background-color: #ee7f5c;
}
.report-nav .himi a:hover,
.himi .report-nav .himi a {
	color: #fff;
	background-color: #5a67b3;
}

/* report-posts */
.report-posts {
	width: 996px;
	margin: auto;
	text-align: left;
	font-size: 0;
}
.report-posts .post {
	position: relative;
	display: inline-block;
	width: 300px;
	margin: 0 15px 40px;
	background-color: #fff;
	border: solid 1px #eee;
	border-radius: 5px;
	box-shadow: 0 1px 6px 1px rgba(105,96,79,0.1);
	vertical-align: top;
	text-align: left;

	transition: box-shadow 0.2s ease;
}
.report-posts .post:hover {
	box-shadow: none;
}
.report-posts .post a:after {
	content: "";
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/ic_tri.png) no-repeat top left;
}
.report-posts .post a {
	display: block;
}
.report-posts .post .photo img {
	width: 100%;
	height: auto;
}
.report-posts .post .text {
	padding: 22px 25px 30px;
}
.report-posts .post .title {
	color: #98b037;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
}
.report-posts .post .date {
	display: inline-block;
	padding-bottom: 12px;
	color: #424242;
	font-size: 14px;
	line-height: 140%;
}
.report-posts .post .area {
	display: inline-block;
	min-width: 54px;
	margin-left: 10px;
	padding: 3px 0;
	background-color: #b3cb51;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.08em;
	text-align: center;
}

.report-posts .post .area-toyama {
	background-color: #98b037;
}
.report-posts .post .area-takaoka {
	background-color: #d99597;
}
.report-posts .post .area-uozu {
	background-color: #e3b84d;
}
.report-posts .post .area-namerikawa {
	background-color: #4db0e3;
}
.report-posts .post .area-imizu {
	background-color: #4caf50;
}
.report-posts .post .area-nakaniikawa {
	background-color: #de6f6f;
}
.report-posts .post .area-niikawa {
	background-color: #ac7db4;
}
.report-posts .post .area-tonami {
	background-color: #ee7f5c;
}
.report-posts .post .area-himi {
	background-color: #5a67b3;
}


/* ---------- detail ------------------------------------ */
.detail {
	width: 720px;
	margin: auto;
}
.semi .detail {
	width: 960px;
	margin-top: 80px;
}

/* detail-header */
.detail-header {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 28px;
	border-bottom: solid 1px #e0e0e0;
	font-size: 0;
	line-height: 100%;
}
.detail-header:after {
	content: "";
	display: block;
	width: 120px;
	border-bottom: 3px solid #b3cb51;
	position: absolute;
	margin-top: 28px;
	margin-bottom: -3px;
}
.detail-header span {
	font-size: 24px;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.08em;
}

.detail-header .date {
	display: inline-block;
	font-size: 14px;
}
.detail-header .area {
	display: inline-block;
	min-width: 70px;
	margin-left: 16px;
	padding: 6px 0;
	background-color: #b3cb51;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 0.08em;
	text-align: center;
}
.detail-header .category {
	display: inline-block;
	min-width: 134px;
	margin-left: 10px;
	padding: 4px 0;
	border: solid 1px #b3cb51;
	border-radius: 2px;
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.08em;
}
.detail-header .title {
	padding-top: 13px;
	font-size: 27px;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.08em;
}
.detail-header .status {
	display: inline-block;
	min-width: 80px;
	padding: 6px 0;
	border-radius: 3px;
	text-align: center;
}
.detail-header .status span {
	padding: 0;
	font-size: 15px;
	line-height: 120%;
	letter-spacing: 0.08em;
}
.detail-header .period {
	padding-top: 8px;
	font-size: 16px;
	line-height: 160%;
}

/* detail-update */
.detail-update {
	margin-top: -28px;
	margin-bottom: 32px;
	color: #757575;
	font-size: 14px;
	line-height: 140%;
	text-align: right;
}


/* detail-nav */
.detail-nav {
	position: relative;
	overflow: hidden;
	border-top: solid 1px #e0e0e0;
	padding: 36px 0 0;
}
.detail-nav:after {
	content: "";
	width: 1px;
	height: 54px;
	position: absolute;
	top: 50px;
	left: 50%;
	background-color: #d3d3d3;
}
.detail-nav .prev {
	float: left;
	width: 46%;
}
.detail-nav .prev a {
	display: block;
	padding-left: 36px;
	background: url(../images/ic_arrow_prev.png) no-repeat center left;
	background-size: 15px auto;
	text-align: left;
}
.detail-nav .next {
	float: right;
	width: 46%;
}
.detail-nav .next a {
	display: block;
	padding-right: 36px;
	background: url(../images/ic_arrow_next.png) no-repeat center right;
	background-size: 15px auto;
	text-align: right;
}
.detail-nav .label {
	display: block;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #757575;
	font-size: 15px;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.08em;
}
.detail-nav .title {
	color: #98b037;
	font-size: 15px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.08em;
}
.detail-nav a:hover .title {
	text-decoration: underline;
}

.detail-body {
	margin-bottom: 40px;
}


/* detail-notice */
.detail-notice {
	margin-bottom: 34px;
	padding: 16px 26px;
	border: solid 2px #a0b742;
	border-radius: 4px;
}
.detail-notice dt {
	float: left;
	padding-top: 5px;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.08em;
}
.detail-notice dd {
	padding-left: 6.8em;
	color: #98b037;
	font-size: 15px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.08em;
}

/* detail-download */
.detail-download {
	padding: 34px 36px;
	border: solid 3px #e0e0e0;
	border-radius: 5px;
}
.detail-download .title {
	padding-bottom: 16px;
	font-size: 21px;
	font-weight: bold;
	line-height: 140%;
}
.detail-download ul {}
.detail-download ul li {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 160%;
}
.detail-download ul li a {
	padding-bottom: 4px;
	border-bottom: solid 1px;
	color: #98b037;
	font-size: 16px;
	line-height: 160%;
	text-decoration: none;
}

.detail-download .limited {
	margin-top: 40px;
}
.detail-download .limited p {
	margin-bottom: 4px;
}

/* login-popup */
.login-popup {
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 10000;
}
.login-popup .overlay {
	height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
    top: 0;
    left: 0;
}
.login-popup .wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100vh;
}
.login-popup .inner {
	position: relative;
    background: #fff;
    padding: 34px;
    width: 350px;
	border-radius: 10px;
}

.login-popup table {
	width: 100%;
	margin-bottom: 20px;
}
.login-popup th {
	width: 120px;
	font-size: 16px;
	vertical-align: middle;
}
.login-popup td {
	padding: 6px 0;
}
.login-popup input[type="text"],
.login-popup input[type="password"] {
	box-sizing: border-box;
	width: 100%;
	padding: 11px 11px;
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	font-size: 16px;
	line-height: 140%;
}
.login-popup .submit {
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	padding: 17px 20px;
	background-color: #b3cb51;
	border-radius: 4px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
}
.login-popup .submit:hover {
	opacity: 0.7;
}


/* detail-schedule */
.detail-schedule {
	width: 100%;
	margin-top: 65px;
	margin-bottom: 65px;
}
.detail-schedule .block-title {
	margin-bottom: 0;
}
.schedule-table {
	margin-top: 30px;
}
.schedule-table thead th {
	background-color: #f5fae3;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	vertical-align: middle;
}
.schedule-table thead th:nth-child(2) {
	width: 174px;
}
.schedule-table thead th:nth-child(3) {
	width: 280px;
}
.schedule-table thead th:nth-child(4) {
	width: 240px;
}
.schedule-table thead th:nth-child(5) {
	width: 130px;
}
.schedule-table thead th:nth-child(6) {
	width: 96px;
}
.schedule-table tbody tr:nth-child(even) {
	background-color: #fafafa;
}
.schedule-table th,
.schedule-table td {
	box-sizing: border-box;
	padding: 14px 18px;
	border: solid 1px #e0e0e0;
	border-left: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
}
.schedule-table th:last-child,
.schedule-table td:last-child {
	border-right: none;
}
.schedule-table th {
	font-weight: bold;
}
.schedule-table td {}

/* detail-entry */
.detail-entry {
	width: 100%;
	margin-top: 60px;
	padding: 40px 0 50px;
	background-color: #f5f5f5;
	text-align: center;
}
.detail-entry p {
	padding-bottom: 23px;
	color: #e3b84d;
	font-size: 18px;
	line-height: 160%;
}
.detail-entry .button {
	display: block;
	width: 420px;
	margin: auto;
	text-align: center;
}
.detail-entry .button a {
	display: block;
	padding-top: 31px;
	padding-bottom: 31px;
	background-color: #e3b84d;
	border-radius: 4px;
	box-shadow: 0 1px 6px 1px rgba(105,96,79,0.1);
	color: #fff;
	font-size: 21px;
	line-height: 140%;
	letter-spacing: 0.08em;
}

/* ---------- entry ------------------------------------ */
.entry {
	margin-top: 78px;
	margin-bottom: 80px;
}
.entry .intro {
	margin-bottom: 45px;
}
.entry .block {
	margin-bottom: 42px;
}
.entry .seminar-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
}
.entry .form-table {
	margin-top: 0;
}

/* ---------- calendar ------------------------------------ */
.calendar {}
.calendar .section-title span {
	font-size: 27px;
}
.calendar-category {
	width: 720px;
	margin: 0 auto 22px;
	padding: 22px 0 22px;
}
.calendar-category ul {
	font-size: 0;
	text-align: center;
}
.calendar-category ul li {
	display: inline-block;
	margin: 0 12px;
	font-size: 15px;
	vertical-align: middle;
}
.calendar-category .color {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 9px;
	margin-bottom: 3px;
	vertical-align: middle;
}

.sche-calendar.sp {
	display: none;
}

/* ---------- zoom ------------------------------------ */
.zoom .page-title .en {
	font-weight: bold;
}
.zoom-movie {
	text-align: center;
	margin-bottom: 60px;
}
.zoom-movie:nth-of-type(3) {
	margin-bottom: 130px;
}
.zoom-movie p {
	margin-top: 20px;
}

/* ---------- admission ------------------------------------ */
.admission {
	padding-top: 75px;
	margin-bottom: 120px;
}
.admission p {
	margin-bottom: 1.2em;
	font-size: 16px;
}
.admission .intro {
	margin-bottom: 50px;
}
.admission .section {
	margin-bottom: 50px;
}
.admission .block {
	margin-bottom: 36px;
}
.admission .link {
	margin-right: 12px;
}


/* ---------- advertisement ------------------------------------ */
.advertisement {
	padding-top: 75px;
	margin-bottom: 120px;
}
.advertisement p {
	margin-bottom: 1.2em;
	font-size: 16px;
}
.advertisement .intro {
	margin-bottom: 50px;
}
.advertisement .section {
	margin-bottom: 50px;
}
.advertisement .link {
	margin-right: 12px;
}

/* ---------- search ------------------------------------ */
.search {
	padding-top: 75px;
	margin-bottom: 120px;
}

.search-count {
	margin-top: 50px;
	margin-bottom: 20px;
}
.search-count p {
	font-size: 16px;
}

.search-posts {
	border-top: solid 1px #e0e0e0;
}
.search-posts .post {
	padding: 30px 0;
	border-bottom: solid 1px #e0e0e0;
}
.search-posts .post .title {
	margin-bottom: 16px;
	color: #98b037;
	font-size: 18px;
}
.search-posts .post p {
	margin-bottom: 12px;
	line-height: 180%;
}
.search-posts .post .link {}
.search-posts .post .link a {
	color: #98b037;
	font-size: 16px;
	letter-spacing: 0.08em;
}
.search-posts .post .link a:hover {
	text-decoration: underline;
}


/* ---------- contact ------------------------------------ */
.contact {
	padding-top: 75px;
	margin-bottom: 120px;
}
.contact .intro {
	margin-bottom: 50px;
}
.contact .section {
	margin-bottom: 60px;
}
.contact .block {
	margin-bottom: 36px;
}
.contact p {
	font-size: 16px;
}

/* form-table */
.form-table {
	width: 100%;
	margin: 50px auto 35px;
}
.form-table th,
.form-table td {
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}
.form-table th {
	box-sizing: border-box;
	width: 242px;
	padding: 19px 22px 19px 22px;
	background-color: #f5fae3;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.form-table tr.multi th {
	vertical-align: top;
}
.form-table th span {
	display: inline-block;
}
.form-table td {
	padding: 14px 20px;
}

.block-title .required,
.block-title .optional,
.form-table .required,
.form-table .optional,
.selecter_head .required,
.selecter_head .optional {
	display: inline-block;
	float: right;
	margin-top: 2px;
	margin-left: 2px;
	padding: 3px 4px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 120%;
}
.block-title .required,
.form-table .required,
.selecter_head .required {
	background-color: #c85554;
}
.block-title .optional,
.form-table .optional,
.selecter_head .optional {
	background-color: #9e9e9e;
}
.block-title .required,
.block-title .optional {
	float: none;
	vertical-align: text-top;
	margin-left: 10px;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table input[type="number"],
.form-table input[type="password"],
.form-table textarea {
	padding: 11px 11px;
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	font-size: 16px;
	line-height: 140%;
}
.form-table input[type="text"],
.form-table input[type="email"] {
	width: 340px;
	font-size: 16px;
	box-sizing: border-box;
}
.form-table input[type="tel"] {
	width: 340px;
	font-size: 16px;
	box-sizing: border-box;
}
.form-table input[type="number"] {
	width: 120px;
}
.form-table input::placeholder {
	color: #9e9e9e;
}
.form-table input.name {
	width: 150px;
}
.form-table textarea {
	width: 100%;
	height: 155px;
	font-size: 16px;
	box-sizing: border-box;
}
.form-table textarea.work-place {
	width: 424px;
	height: 84px;
}
.form-table textarea.work-address {
	height: 84px;
}
.form-table textarea.address {
	height: 84px;
}
.form-table input.wide {
	width: 100%;
}
.form-table input.year {
	width: 100px;
}
.form-table input.date {
	width: 60px;
}
.form-table input.disabled + span {
	opacity: 0.5;
}
.form-table .radio {
	display: inline-block;
	margin-right: 18px;
	padding: 5px 0;
	font-size: 16px;
}
.form-table .radio input {
	margin-right: 7px;
}

.form-table .notice {
	margin-left: 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 160%;
}
.form-table .notice.right {
	float: right;
	margin-right: 20px;
	margin-top: 14px;
}
.form-table p.notice {
	margin-left: 0;
	margin-top: 8px;
	font-size: 15px;
	font-weight: 500;
	line-height: 160%;
}

.form-table .kaiin_bangou {
	display: inline-block;
	margin-top: 12px;
}
.form-table .kaiin_bangou input {
	width: 300px;
}

.form-table.selecter {
	margin: 0 auto;
}
.selecter_head {
	position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 19px 22px 19px 85px;
    background-color: #f5fae3;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
	border-top: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
}
.selecter_ul li {
	position: relative;
}
.shikaku01.wpcf7-form-control-wrap,
.shikaku02.wpcf7-form-control-wrap,
.shikaku03.wpcf7-form-control-wrap,
.shikaku04.wpcf7-form-control-wrap,
.shikaku05.wpcf7-form-control-wrap {
	position: absolute;
	top: 40%;
	left: 2.5%;
	line-height: 0;
}
.shikaku01 .wpcf7-list-item-label,
.shikaku02 .wpcf7-list-item-label,
.shikaku03 .wpcf7-list-item-label,
.shikaku04 .wpcf7-list-item-label,
.shikaku05 .wpcf7-list-item-label {
	visibility: hidden;
}
.form-table.selecter tbody th,
.form-table.selecter tbody td {
	border-top: solid 1px #e6e4e4;
    border-bottom: solid 1px #e6e4e4;
}

.form-privacy {
	margin-top: 60px;
	padding: 32px 32px 30px;
	border: solid 2px #b3cb51;
	border-radius: 4px;
}
.form-privacy .title {
	padding-bottom: 6px;
	color: #a0b742;
	font-size: 17px;
}
.form-privacy p {
	font-size: 15px;
}

.form-notice {
	margin-top: 48px;
	font-size: 16px;
	text-align: center;
}


.form-submit {
	margin-top: 42px;
	text-align: center;
}
.form-submit input {
	box-sizing: border-box;
	min-width: 420px;
	margin: auto;
	padding: 27px 30px;
	background-color: #e3b84d;
	border-radius: 4px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;

	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
}
.form-submit input:hover {
	opacity: 0.7;
}


/* contact form 7 */
.form-table .wpcf7-list-item {
	margin: 0;
}
.form-table .wpcf7-list-item label {
	display: inline-block;
	margin-left: 7px;
	margin-right: 20px;
	padding: 7px 0 7px;
	font-size: 15px;
}
.form-table .seminar .wpcf7-list-item {
	display: block;
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #d91f52;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 0px;
}
.wpcf7 div.wpcf7-response-output {
	margin: 1.5em 0.5em;
	padding: 14px 11px;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}
.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
	color: #d91f52;
	border: 2px solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ng {
	color: #d91f52;
	border: 2px solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #e3b84d;
	border: 2px solid;
}
.wpcf7 .wpcf7-form .ajax-loader {
	visibility: hidden;
	display: block;
	border: medium none;
	margin: 6px auto 0;
}


/* ---------- thanks ------------------------------------ */
.thanks-block {
	padding-top: 75px;
	margin-bottom: 120px;
}
.thanks-title {
	padding-bottom: 30px;
	font-size: 27px;
	font-weight: bold;
}
.thanks-block p {
	line-height: 180%;
}



/* ---------- wordpress ------------------------------------ */
/* wp-pagenavi */
.postnav {
	margin-top: 40px;
}
.wp-pagenavi {
	clear: both;
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	background-color: #fff;
	border: solid 1px #b3cb51;

	color: #98b037;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 40px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	color: #fff;
	background-color: #b3cb51;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: auto;
	padding: 0 18px;
}
.wp-pagenavi span.pages {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}
.wp-pagenavi span.extend {
	background-color: inherit;
}


/* postbody */
.postbody {
	overflow: hidden;
	font-size: 16px;
	line-height: 180%;
}

.postbody h1,
.postbody h2 {
	margin-bottom: 24px;
	padding: 4px 0 4px 17px;
	border-left: solid 3px #b3cb51;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0.08em;
}
.postbody h3,
.postbody h4 {
	padding: 0.8em 0;
	color: #98b037;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.postbody p {
	margin-bottom: 1.2em;
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 0.08em;
}
.postbody a {
	padding-bottom: 0.2em;
	border-bottom: solid 1px;
	color: #98b037;
	font-size: 16px;
	text-decoration: none;
}
.postbody a:hover {
	text-decoration: none;
}

.postbody img {
	display: block;
	margin-top: 1em;
	margin-bottom: 2em;
}
.postbody img:first-child {
	margin-top: 0;
}

.postbody ul {
	margin-bottom: 1.5em;
}
.postbody ul &gt; li {
	padding-bottom: 0.5em;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.08em;
}

.postbody ol {
	margin-bottom: 1.5em;
}
.postbody ol &gt; li {
	padding-bottom: 0.5em;
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.08em;
}

.postbody table {
	margin-top: 2.4em;
	width: 100%;
}
.postbody table th,
.postbody table td {
	box-sizing: border-box;
	padding: 17px 28px;
	border: solid 1px #e0e0e0;
	border-left: none;
	border-right: none;
	line-height: 180%;
}
.postbody table th {
	width: 200px;
	background-color: #f5fae3;
	font-weight: bold;
}
.postbody table td {}

.postbody table p {
	margin-bottom: 0;
}

.postbody .alignleft {
	float: left;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1.5em;
}
.postbody .alignright {
	float: right;
	margin-top: 0;
	margin-left: 1em;
	margin-bottom: 1.5em;
}
.postbody .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.postbody .wp-caption {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.postbody .wp-caption &gt; img {
	margin: 0;
}
.postbody .wp-caption .wp-caption-text {
	font-size: 12px;
	margin: 0;
}


@media only screen and (max-width: 768px) {

	/* ---------- common ---------------------------------------- */
	.contents {}

	/* box */
	.box {
		width: auto;
		margin-left: 5.6%;
		margin-right: 5.6%;
	}

	/* scrolled */
	.scrolled {
		overflow-x: auto;
		margin-bottom: 4.8vw;
	}
	.scrolled::-webkit-scrollbar {
		height: 1.333vw;
	}
	.scrolled::-webkit-scrollbar-track {
		border-radius: 1.333vw;
		background: #eee;
	}
	.scrolled::-webkit-scrollbar-thumb {
		border-radius: 1.333vw;
		background: #666;
	}

	/* breadcrumb */
	.breadcrumb {}
	.breadcrumb ol {
		padding: 1.866vw 0 1.866vw;
	}
	.breadcrumb ol li {}
	.breadcrumb ol li a {
		background: url(../images/ic_breadcrumb.png) no-repeat right center;
		background-size: 1.6vw auto;
		padding: 0.8vw 4vw 0.8vw 0;
		margin-right: 1.066vw;
	}
	.breadcrumb ol li span {
		font-size: 3.2vw;
	}
	.breadcrumb ol li a span {
		border-bottom: solid 1px;
	}


	/* page-header */
	.page-header {
		padding-top: 7.2vw;
		padding-bottom: 6.4vw;
	}
	.page-header .title {}
	.page-header .title .ja {
		font-size: 5.6vw;
	}
	.page-header .title .ja:before {
		width: 6.4vw;
		height: 1px;
		margin: 0 3.2vw;
	}
	.page-header .title .ja:after {
		width: 6.4vw;
		height: 1px;
		margin: 0 3.2vw;
	}
	.page-header .title .en {
		padding-top: 1.333vw;
		font-size: 3.2vw;
	}


	/* -------- title -------- */
	/* top-title */
	.top-title {
		margin-bottom: 8vw;
		text-align: center;
	}
	.top-title .ja {
		font-size: 5.6vw;
	}
	.top-title .ja:before {
		width: 6.4vw;
		margin: 0 3.2vw;
	}
	.top-title .ja:after {
		width: 6.4vw;
		margin: 0 3.2vw;
	}
	.top-title .en {
		padding-top: 1.333vw;
		font-size: 3.2vw;
	}


	/* page-title */
	.page-title {
		margin-bottom: 6.4vw;
	}
	.page-title .ja {
		font-size: 5.6vw;
	}
	.page-title .en {
		padding-top: 1.333vw;
		font-size: 3.2vw;
	}

	/* section-title */
	.section-title {
		position: relative;
		margin-bottom: 5.6vw;
		padding-bottom: 2.4vw;
		font-size: 0;
		line-height: 100%;
	}
	.section-title:after {
		width: 16vw;
		border-bottom: 0.8vw solid #b3cb51;
		position: absolute;
		margin-top: 2.4vw;
		margin-bottom: -0.8vw;
	}
	.section-title span {
		font-size: 4.533vw;
	}

	/* block-title */
	.block-title {
		margin-bottom: 4vw;
		padding: 0.8vw 0 0.8vw 3.2vw;
		border-left: solid 0.8vw #b3cb51;
		font-size: 4vw;
	}


	/* -------- button -------- */
	/* common-button */
	.common-button {}
	.common-button a {
		min-width: 58.666vw;
		padding: 0 3.2vw;
		border-radius: 0.8vw;

	}
	.common-button a span {
		padding-left: 5.866vw;
		background: url(../images/ic_arrow_white.png) no-repeat left center;
		background-size: 3.733vw auto;
		font-size: 3.733vw;
		line-height: 13.6vw;
	}


/* tel-button */
.tel-button {
	display: inline-block;
	padding-left: 16vw;
	background: url(../images/ic_tel.gif) no-repeat center left;
	background-size: 12.8vw auto;
	vertical-align: middle;
}
.tel-button a {
	cursor: initial;
}
.tel-button .num {
	display: block;
	padding-top: 0.8vw;
	padding-bottom: 0.8vw;
	font-size: 6.4vw;
	line-height: 120%;
	letter-spacing: 0.08em;
}
.tel-button .hours {
	display: block;
	padding-left: 1px;
	padding-bottom: 1.6vw;
	font-size: 3.2vw;
	line-height: 120%;
	letter-spacing: 0.12em;
}

/* mail-button */
.mail-button {
	display: inline-block;
	vertical-align: middle;
}
.mail-button a {
	display: block;
	padding: 0 6.4vw;
	border-radius: 1.066vw;
	background-color: #b3cb51;
	text-align: center;
	line-height: 100%;
}
.mail-button a span {
	display: inline-block;
	padding-left: 6.933vw;
	background: url(../images/ic_mail_white.png) no-repeat left center;
	background-size: 5.333vw auto;
	color: #fff;
	font-size: 3.733vw;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 13.333vw;
	vertical-align: text-bottom;
	white-space: nowrap;
}


	/* -------- link -------- */
	/* link */
	a.link {
		display: inline-block;
		padding: 0;
		line-height: 160%;
	}


	/* -------- table -------- */
	/* table */
	.table {
		width: 100%;
		margin: auto;
	}
	.table th,
	.table td {
		padding: 2.13vw 2.4vw;
		line-height: 160%;
		font-size: 3.466vw;
	}
	.table th {
		width: 22.4vw;
	}
	.table td {
		padding-left: 2.4vw;
		padding-right: 2.4vw;
	}


	/* -------- nav -------- */
	/* pagenav */
	.pagenav {
		margin: auto;
		padding: 9.6vw 0 9.6vw;
		text-align: center;
	}
	.pagenav ul {
		margin: 0 5.6%;
		border-radius: 0.8vw;
	}
	.pagenav ul li {}
	.pagenav ul li a {
		padding: 3.2vw 6.4vw;
		font-size: 3.466vw;
		width: 46.667vw;
		box-sizing: border-box;
		height: 10.667vw;
		width: 52.267vw;
	}

	.pagenav .out-button {
		margin: 0 5.6%;
	}
	.pagenav .out-button a {
		box-sizing: border-box;
		padding: 3.2vw 6.4vw;
		font-size: 3.466vw;
		line-height: 1;
		height: 10.667vw;
		width: 53.333vw;
		margin-top: 2.4vw;
	}

	.pagenav .calendar-button {
		margin-top: 2.4vw;
		margin-left: 0;
		width: 50vw;
	}
	.pagenav .calendar-button a {
		padding: 3.2vw 5.6vw;
		border-radius: 0.8vw;
		font-size: 3.466vw;
	}
	.pagenav .calendar-button a:nth-of-type(2) {
		margin: 2.4vw 0 0 0;
	}
	.pagenav .calendar-button span {
		padding-left: 5.866vw;
		background: url(../images/ic_calendar_white.png) no-repeat center left;
		background-size: 3.733vw auto;
	}
	.pagenav .calendar-button a:nth-of-type(2) span {
		padding-left: 5.866vw;
		background: url(../images/ic_calendar_zoom.png) no-repeat center left;
		background-size: 3.733vw auto;
	}

	/* ---------- top ------------------------------------ */
	/* ----- top-visual ----- */
	#top-visual {
		padding-top: 10.8vw;
    	padding-bottom: 16.9vw;
	}

	/* top-slider */
	.slider {
		width: 100%;
		height: 54.5vw;
	}
	.slider ul li img{
		width:88.333vw;
		
	}

	/* slick-slider */
	.slider .slick-slide{
		margin-right: 10.666vw;
	}
	.slider .slick-track{
		height: 54.5vw;
	}

	/* controls */
	.slider .slide-dots{
		position: absolute;
		right: 4vw;
		bottom: -10.2vw;
	}
	.slider .slide-dots li{
		margin-left: 2.666vw;
	}
	.slider .slide-dots li button{
		width: 2.666vw;
		line-height: 2.666vw;
	}

	/* banner-slider */
	.home .banner-slider {
	}
	.banner-slider {
		padding-top: 7.2vw;
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.banner-slider .box {
		margin: 0;
	}
	.banner-slider ul li {
		width: 48vw !important;
		margin: 0 1vw;
	}
	.banner-slider ul li img {
		width: 100%;
		height: auto;
	}

	.banner-slider .bx-wrapper {
		max-width: inherit !important;
		width: 100vw !important;
	}
	.banner-slider .bx-viewport {
		width: 100vw !important;
		overflow: visible !important;
		margin-left: -25vw;
	}
	.banner-slider .bx-controls-direction {}
	.banner-slider .bx-controls-direction a {
		position: absolute;
		top: 50%;
		width: 8vw;
		height: 8vw;
		margin-top: -4vw;
	}
	.banner-slider .bx-controls-direction .bx-prev {
		left: 2.8%;
		background: url(../images/slide_prev.png) no-repeat left top;
		background-size: 100% auto;
	}
	.banner-slider .bx-controls-direction .bx-next {
		right: 2.8%;
		background: url(../images/slide_next.png) no-repeat left top;
		background-size: 100% auto;
	}
	.banner-slider .common-button {
		margin-top: 5.6vw;
	}
	.banner-slider .common-button a {
		border-radius: 1.066vw 1.066vw 0 0;
	}
	.banner-slider .common-button a span {
		font-size: 3.2vw;
		line-height: 10.133vw;
	}


	/* ----- top-seminar ----- */
	.top-seminar {
		padding-top: 11.2vw;
		padding-bottom: 13.6vw;
		background: url(../images/top/bg_seminar.jpg) no-repeat right bottom;
		background-size: 160% auto;
	}
	.top-seminar .pagenav {
		padding-top: 0;
		padding-bottom: 11.2vw;
	}
	.top-seminar .common-button a {
		min-width: 64vw;
		margin-top: 1.6vw;
	}


	/* ----- top-important -----   */
	.top-important {
		padding-top: 12vw;
		padding-bottom: 13.6vw;
	}
	.top-important .box {
		display: block;
		margin: 0 5.6%;
		border-radius: 1.333vw;
	}
	.top-important .left {
		display: block;
		padding: 2.8vw 5.6vw;
	}
	.top-important .left .title {
		margin-top: 0;
		font-size: 3.733vw;
		text-align: center;
	}
	.top-important .right {
		padding: 1vw 4.2% 1.2vw;
	}
	.top-important .right dd{
		background: url(../images/ic_arrow.png) no-repeat right 5px;
		background-size: 3.733vw auto;
		width: 100%;
	}

	/* ----- top-news ----- */
	.top-news {
		padding-top: 12vw;
		padding-bottom: 13.6vw;
	}
	.top-news .box {
		display: block;
		margin: 0 5.6%;
		border-radius: 1.333vw;
	}
	.top-news .left {
		display: block;
		padding: 4.8vw 5.6vw;
	}
	.top-news .left .title {
		margin-top: 0;
		text-align: left;
	}
	.top-news .left .title .ja {
		display: inline-block;
		font-size: 4.8vw;
	}
	.top-news .left .title .en {
		display: inline-block;
		font-size: 3.2vw;
	}
	.top-news .left .button {
		position: absolute;
		top: 4vw;
		bottom: inherit;
		right: 0;
		padding: 1.6vw 0;
		border-top: none;
		border-left: solid 1px #a1b649;
	}
	.top-news .left .button a {
		display: block;
		padding: 0 4.266vw;
	}
	.top-news .left .button a span {
		padding-top: 0.533vw;
		padding-left: 5.866vw;
		padding-bottom: 1px;
		background: url(../images/ic_arrow_white.png) no-repeat left center;
		font-size: 3.466vw;
	}
	.top-news .right {
		padding: 5.6vw 5.2% 4vw;
	}

	/* tabnav */
	.top-news .tabnav {
		margin-bottom: 0.8vw;
	}
	.top-news .tabnav ul {
		font-size: 0;
		border-bottom: none;
		text-align: left;
	}
	.top-news .tabnav ul li {
		position: relative;
		display: inline-block;
		margin-bottom: 3.2vw;
		padding-bottom: 0;
		text-align: center;
		cursor: pointer;
		height: 10.2vw;
	}

	.top-news .tabnav ul li::before {
		top: 1.7vw;
		height: 7.2vw;
	}
	.top-news .tabnav ul li:after {
		display: none;
	}
	.top-news .tabnav ul li span {
		padding: 0.533vw 4.8vw 0.533vw;
		border-right: none;
		vertical-align: middle;
		font-size: 3.466vw;
	}
	.top-news .tabnav ul li:first-child span::before{
		top: 1.7vw;
		height: 7.2vw;
	}
	.top-news .tabnav ul li:nth-child(4) span::before,
	.top-news .tabnav ul li:last-child span::before {
		content: "";
		background-color: #bdbdbd;
		height: 7.2vw;
		width: 1px;
		left: 0px;
		top: 1.7vw;
		position: absolute;
	}


	/* news-posts */
	.news-posts {}
	.news-posts dl {}
	.news-posts dl dt {
		float: none;
		padding: 3.2vw 0 1.6vw;
		font-size: 3.733vw;
	}
	.news-posts dl dd {
		padding-left: 0;
		padding-bottom: 0;
		border-bottom: solid 1px #e0e0e0;
	}
	.news-posts dl dd:last-child {
		border-bottom: none;
	}
	.news-posts dl dd a {
		padding: 0 0 2.4vw;
		font-size: 3.733vw;
	}
	.news-posts .category {
		min-width: 36.8vw;
		margin-left: 2.4vw;
		padding: 0.8vw 0;
		font-size: 2.933vw;
	}


	/* ----- top-report ----- */
	.top-report {
		padding-top: 11.2vw;
		padding-bottom: 13.6vw;
	}
	.top-report .common-button {
		margin-top: 1.6vw;
	}
	.top-report .common-button a {
		min-width: 64vw;
	}
	.top-report .report-posts {}


	/* ----- top-banners ----- */
	.top-banners {
		padding-top: 12vw;
		padding-bottom: 13.6vw;
		background: url(../images/top/bg_border.gif) repeat center center;
		background-size: 2.6% auto;
	}
	.top-banners .box {
		margin: 0 5.6%;
	}
	.top-banners .banner {
		width: auto;
	}
	.top-banners .left {
		float: none;
		margin-bottom: 9.6vw;
	}
	.top-banners .right {
		float: none;
	}
	.top-banners .photo {}
	.top-banners .photo img {
		width: 100%;
		height: auto;
	}
	.top-banners .button {
		min-width: 64vw;
		margin-top: -6.666vw;
		padding: 0 3.2vw;
		border-radius: 0.8vw;
		box-shadow: 0 1px 1.6vw 1px rgba(105,96,79,0.1);
	}
	.top-banners .button span {
		padding-left: 5.6vw;
		background: url(../images/ic_arrow_white.png) no-repeat left center;
		background-size: 3.733vw auto;
		font-size: 3.733vw;
		line-height: 13.333vw;
	}


	/* top-contact */
	.top-contact {
		padding: 7.2vw 0 8vw;
	}
	.top-contact .box {
		margin: 0 5.6%;
	}
	.top-contact .left {
		float: none;
	}
	.top-contact .left:after {
		display: none;
	}
	.top-contact .right {
		float: none;
		font-size: 0;
	}
	.top-contact .title {
		margin-bottom: 3.2vw;
		font-size: 4.8vw;
		line-height: 140%;
	}
	.top-contact .tel-button {
		margin-bottom: 4vw;
		margin-right: 0;
		background-image: url(../images/ic_tel_white.png);
		background-size: 12.8vw auto;
	}
	.top-contact .tel-button .num {}
	.top-contact .tel-button .hours {
		padding-bottom: 1.333vw;
	}
	.top-contact .mail-button {
		width: 100%;
	}
	.top-contact .mail-button a {
		width: 100%;
	}
	.top-contact .mail-button a span {
		font-size: 3.733vw;
		line-height: 13.333vw;
		background-position: left 0 top 4.9vw;
	}

	/* ---------- seminar ------------------------------------ */
	.semi .contents {
		margin-bottom: 16vw;
	}

	/* seminar-posts */
	.seminar-posts {
		width: auto;
		margin: auto;
	}
	.seminar-posts .post {
		width: auto;
		margin: 0 5.6% 5.6vw;
		padding: 7.2vw 6.4vw 7.2vw;
		border-radius: 1.6vw;
		box-shadow: 0 1px 1.6vw 1px rgba(105,96,79,0.1);
	}
	.seminar-posts .post:hover {
		box-shadow: none;
	}
	.seminar-posts .post a {}
	.seminar-posts .post .date {
		padding-bottom: 2.666vw;
		font-size: 3.733vw;
	}
	.seminar-posts .post .title {
		padding-bottom: 3.2vw;
		font-size: 4.266vw;
	}
	.seminar-posts .post .excerpt {
		font-size: 3.466vw;
	}
	.seminar-posts .post .status {
		position: absolute;
		top: -3.2vw;
		left: -2.4vw;
		width: 16vw;
		height: 16vw;
	}
	.seminar-posts .post .status span {
		padding-top: 6.4vw;
		font-size: 3.466vw;
	}
	.seminar-posts .post .status-orange span {
		padding-top: 4.266vw;
	}

	/* ---------- associate ------------------------------------ */
	.asso .contents {
		margin-bottom: 8vw;
	}

	.asso .pagenav li {
		box-sizing: border-box;
		width: 50%;
	}
	.asso .pagenav li:nth-child(n+3) {
		border-top: solid 0.533vw #b3cb51;
	}
	.asso .pagenav li:nth-child(2n) {
		border-right: none;
	}
	.asso .pagenav a { 
		padding-left: 4.8vw;
		padding-right: 4.8vw;
	}
	.asso .pagenav a span {
		padding-left: 4.8vw;
		background: url(../images/ic_arrow.png) no-repeat left center;
		background-size: 3.2vw auto;
	}
	.asso .pagenav a:hover span {
		background: url(../images/ic_arrow_white.png) no-repeat left center;
		background-size: 3.2vw auto;
	}

	.asso.inde .pagenav .inde a span,
	.asso.gree .pagenav .gree a span,
	.asso.bran .pagenav .bran a span,
	.asso.comm .pagenav .comm a span {
		background: url(../images/ic_arrow_white.png) no-repeat left center;
		background-size: 3.2vw auto;
	}

	/* ----- index ----- */
	.asso-about {
		margin-bottom: 13.6vw;
	}
	.asso-about p {
		font-size: 3.733vw;
	}

	.asso-concept {}
	.asso-concept .logo {
		width: 40vw;
		margin: 8vw auto 7.2vw;
	}
	.asso-concept .logo img {
		width: 100%;
		height: auto;
	}
	.asso-concept .catchcopy {
		margin: 0 1% 3.2vw;
		font-size: 4.533vw;
		line-height: 140%;
	}
	.asso-concept p {
		font-size: 3.733vw;
	}

	/* ----- greeting ----- */
	.gree-intro {
		margin-bottom: 2.4vw;
	}
	.gree-intro .text {
		float: none;
		width: auto;
	}
	.gree-intro .photo {
		float: none;
		width: auto;
	}
	.gree-intro .photo img {
		max-width: 100%;
		height: auto;
	}
	.gree-intro .sign {
		margin-top: 6.4vw;
		font-size: 4vw;
	}
	.gree-intro .caption {
		display: none;
	}
	.gree-intro p {
		margin-bottom: 1.6em;
		font-size: 3.733vw;
	}


	/* ----- branches ----- */
	.bran-intro {
		margin-bottom: 11.2vw;
	}
	.bran-intro .page-title {
		margin-bottom: 5.6vw;
	}
	.bran-intro .photo img {
		max-width: 100%;
		height: auto;
	}
	.bran-names {
		margin-bottom: 9.6vw;
	}
	.bran-names .section-title {
		margin-bottom: 8vw;
	}
	.bran-names .scrolled table {
		width: 131.2vw;
	}
	.bran-table th {
		width: 22.4vw;
	}


	/* ----- committee ----- */
	.comm-intro {}
	.comm-intro .section {
		margin-bottom: 6.4vw;
	}


	/* ---------- news ------------------------------------ */
	.news .contents {
		margin-bottom: 16vw;
	}
	.news .pagenav ul {
		margin-left: 11.2%;
		margin-right: 11.2%;
	}
	.news .pagenav ul li {
		box-sizing: border-box;
		width: 50%;
		border-top: solid 0.533vw #b3cb51;
	}
	.news .pagenav ul li:nth-child(odd) {
		border-right: none;
	}
	.news .pagenav ul li:first-child {
		width: 100%;
		border-right: none;
		border-top: none;
	}
	.news .pagenav ul li:last-child {
		width: 100%;
	}
	.news .pagenav ul li a {
		padding: 3.2vw 0;
		text-align: center;
	}


	.news .news-posts dl dt {
		float: none;
		padding: 3.2vw 0 1.6vw;
		font-size: 3.733vw;
	}
	.news .news-posts dl dd {
		padding-left: 0;
		padding-bottom: 0;
		border-bottom: solid 1px #e0e0e0;
	}
	.news .news-posts dl dd:last-child {
		border-bottom: none;
	}
	.news .news-posts dl dd a {
		padding: 0 0 2.4vw;
		font-size: 3.733vw;
	}
	.news .news-posts .category {
		min-width: 36.8vw;
		margin-left: 2.4vw;
		padding: 0.8vw 0;
		font-size: 2.933vw;
	}

	.news .postnav {
		margin-top: 11.2vw;
	}


	/* ---------- report ------------------------------------ */
	.repo .contents {
		margin-bottom: 16vw;
	}
	/* report-nav */
	.report-nav {
		padding: 9.6vw 6% 9.6vw;
	}
	.report-nav ul {}
	.report-nav li {
		margin: 0 0.8vw 1.6vw;
	}
	.report-nav li a {
		box-sizing: border-box;
		width: 20.8vw;
		padding: 2.4vw 3.2vw;
		border: solid 0.533vw;
		border-radius: 0.8vw;
		font-size: 3.466vw;
	}

	/* report-posts */
	.report-posts {
		width: auto;
	}
	.report-posts .post {
		width: 88.8%;
		margin: 0 5.6% 5.6vw;
		border-radius: 1.6vw;
		box-shadow: 0 1px 1.6vw 1px rgba(105,96,79,0.1);
	}
	.report-posts .post:hover {
		box-shadow: none;
	}
	.report-posts .post a:after {
		width: 5.333vw;
		height: 5.333vw;
		background: url(../images/ic_tri.png) no-repeat top left;
		background-size: 100% auto;
	}

	.report-posts .post .text {
		padding: 4.8vw 5.6vw 5.6vw;
	}
	.report-posts .post .title {
		font-size: 4.266vw;
	}
	.report-posts .post .date {
		padding-bottom: 2.4vw;
		font-size: 3.733vw;
	}
	.report-posts .post .area {
		min-width: 12.8vw;
		margin-left: 2.666vw;
		padding: 0.8vw 0;
		border-radius: 0.533vw;
		font-size: 2.933vw;
	}


	/* ---------- detail ------------------------------------ */
	.detail {
		width: auto;
		margin: 0 5.6%;
	}
	.semi .detail {
		width: auto;
		margin-top: 11.2vw;
	}

	/* detail-header */
	.detail-header {
		margin-bottom: 6.4vw;
		padding-bottom: 4vw;
		border-bottom: solid 1px #e0e0e0;
	}
	.detail-header:after {
		width: 16vw;
		border-bottom: 0.8vw solid #b3cb51;
		position: absolute;
		margin-top: 4vw;
		margin-bottom: -0.8vw;
	}
	.detail-header span {
		font-size: 4.533vw;
	}

	.detail-header .date {
		display: inline-block;
		font-size: 3.733vw;
	}
	.detail-header .area {
		min-width: 16vw;
		margin-left: 3.2vw;
		padding: 1.333vw 0;
		border-radius: 0.8vw;
		font-size: 3.2vw;
	}
	.detail-header .category {
		min-width: 32vw;
		margin-left: 2.666vw;
		padding: 0.8vw 0;
		border-radius: 0.8vw;
		font-size: 3.2vw;
	}
	.detail-header .title {
		padding-top: 2.4vw;
		font-size: 4.533vw;
	}
	.detail-header .status {
		min-width: 17.6vw;
		padding: 1.333vw 0;
		border-radius: 0.8vw;
	}
	.detail-header .status span {
		font-size: 3.733vw;
	}
	.detail-header .period {
		padding-top: 2.13vw;
		font-size: 3.466vw;
		line-height: 160%;
	}

	/* detail-update */
	.detail-update {
		margin-top: -3.2vw;
		margin-bottom: 6.4vw;
		font-size: 3.466vw;
	}


	/* detail-nav */
	.detail-nav {
		padding: 5.6vw 0 0;
	}
	.detail-nav:after {
		width: 1px;
		height: 100%;
		position: absolute;
		top: 6.4vw;
		left: 50%;
	}
	.detail-nav .prev {
		float: left;
		width: 46%;
	}
	.detail-nav .prev a {
		padding-left: 4.266vw;
		background: url(../images/ic_arrow_prev.png) no-repeat center left;
		background-size: 1.6vw auto;;
	}
	.detail-nav .next {
		float: right;
		width: 46%;
	}
	.detail-nav .next a {
		padding-right: 4.266vw;
		background: url(../images/ic_arrow_next.png) no-repeat center right;
		background-size: 1.6vw auto;
	}
	.detail-nav .label {
		padding-top: 0;
		padding-bottom: 0.8vw;
		font-size: 3.733vw;
	}
	.detail-nav .title {
		color: #98b037;
		font-size: 3.466vw;
	}
	.detail-nav a:hover .title {
		text-decoration: underline;
	}

	.detail-body {
		margin-bottom: 4.8vw;
	}


	/* detail-notice */
	.detail-notice {
		margin-bottom: 5.6vw;
		padding: 3.2vw 4.8vw;
		border: solid 0.533vw #a0b742;
		border-radius: 0.8vw;
	}
	.detail-notice dt {
		float: none;
		padding-top: 0;
		padding-bottom: 1.333vw;
		font-size: 3.466vw;
	}
	.detail-notice dd {
		padding-left: 0;
		font-size: 3.733vw;
	}

	/* detail-download */
	.detail-download {
		padding: 4.266vw 4.8vw;
		border: solid 0.8vw #e0e0e0;
		border-radius: 0.8vw;
	}
	.detail-download .title {
		padding-bottom: 2.4vw;
		font-size: 4.266vw;
	}
	.detail-download ul {}
	.detail-download ul li {
		margin-bottom: 2.4vw;
		font-size: 3.733vw;
	}
	.detail-download ul li a {
		padding-bottom: 0.533vw;
		border-bottom: solid 1px;
		font-size: 3.733vw;
	}

	.detail-download .limited {
		margin-top: 6vw;
	}
	.detail-download .limited p {
		margin-bottom: 0.8vw;
	}

	/* login-popup */
	.login-popup .inner {
		margin: 0 5%;
		padding: 4.8vw;
		width: 100%;
		border-radius: 3vw;
	}
	.login-popup table {
		width: 100%;
		margin-bottom: 3.6vw;
	}
	.login-popup th {
		width: auto;
		font-size: 3.733vw;
	}
	.login-popup td {
		padding: 1.2vw 0;
	}
	.login-popup input[type="text"],
	.login-popup input[type="password"] {
		padding: 2.666vw 2.666vw;
		border-radius: 0.8vw;
		font-size: 3.733vw;
	}
	.login-popup .submit {
		padding: 3.2vw 0;
		border-radius: 1.2vw;
		font-size: 3.733vw;
	}


	/* detail-schedule */
	.detail-schedule {
		width: 100%;
		margin-top: 11.2vw;
		margin-bottom: 11.2vw;
	}
	.schedule-table {
		width: 160vw;
		margin-top: 4vw;
	}
	.schedule-table thead th {
		padding-top: 2.4vw;
		padding-bottom: 2.4vw;
	}
	.schedule-table thead th:nth-child(2) {
		width: 52vw;
	}
	.schedule-table thead th:nth-child(3) {
		width: 65.6vw;
	}
	.schedule-table thead th:nth-child(4) {
		width: 64vw;
	}
	.schedule-table thead th:nth-child(5) {
		width: 35.2vw;
	}
	.schedule-table thead th:nth-child(6) {
		width: 25.6vw;
	}
	.schedule-table th,
	.schedule-table td {
		padding: 3.2vw 3.733vw;
		font-size: 3.466vw;
	}

	/* detail-entry */
	.detail-entry {
		margin-top: 12.8vw;
		padding: 5.6vw 0 7.2vw;
	}
	.detail-entry p {
		padding-bottom: 4vw;
		font-size: 4vw;
	}
	.detail-entry .button {
		width: 72vw;
	}
	.detail-entry .button a {
		padding-top: 5.6vw;
		padding-bottom: 5.6vw;
		border-radius: 0.8vw;
		font-size: 4.8vw;
	}

	/* ---------- entry ------------------------------------ */
	.entry {
		margin-top: 11.2vw;
		margin-bottom: 9.2vw;
	}
	.entry .intro {
		margin-bottom: 8vw;
	}
	.entry .block {
		margin-bottom: 8vw;
	}
	.entry .seminar-title {
		font-size: 4.266vw;
	}
	.entry .form-table {
		margin-top: 0;
	}

	/* ---------- calendar ------------------------------------ */
	.calendar {}
	.calendar .section-title span {
		font-size: 5.6vw;
	}
	.calendar-category {
		width: auto;
		margin: 0 auto 2.4vw;
		padding: 4vw 0 4vw;
	}
	.calendar-category ul {}
	.calendar-category ul li {
		margin: 0 3.2vw 1.6vw;
		font-size: 3.733vw;
	}
	.calendar-category .color {
		width: 3.2vw;
		height: 3.2vw;
		margin-right: 1.6vw;
		margin-bottom: 0.8vw;
	}

	/* ---------- zoom ------------------------------------ */
	.zoom-movie {
		text-align: center;
		margin-bottom: 8vw;
	}
	.zoom-movie img {
		width: 100%;
	}
	.zoom-movie:nth-of-type(2) {
		margin-bottom: 17.333vw;
	}
	.zoom-movie p {
		margin-top: 2.667vw;
	}

/*	.sche-calendar {
		display: none;
	}
	.sche-calendar.sp {
		display: block;
	}*/

	/* ---------- admission ------------------------------------ */
	.admission {
		padding-top: 11.2vw;
		margin-bottom: 16vw;
	}
	.admission p {
		margin-bottom: 1em;
		font-size: 3.733vw;
	}
	.admission .intro {
		margin-bottom: 9.6vw;
	}
	.admission .section {
		margin-bottom: 9.6vw;
	}
	.admission .block {
		margin-bottom: 8vw;
	}
	.admission .link {
		display: inline-block;
		margin: 0 2.4vw 1.6vw 0;
	}


	/* ---------- advertisement ------------------------------------ */
	.advertisement {
		padding-top: 11.2vw;
		margin-bottom: 16vw;
	}
	.advertisement p {
		margin-bottom: 1em;
		font-size: 3.733vw;
	}
	.advertisement .intro {
		margin-bottom: 9.6vw;
	}
	.advertisement .section {
		margin-bottom: 9.6vw;
	}
	.advertisement .link {
		display: inline-block;
		margin: 0.8vw 2.4vw 0.8vw 0;
	}


	/* ---------- contact ------------------------------------ */
	.contact {
		padding-top: 11.2vw;
		margin-bottom: 16vw;
	}
	.contact .intro {
		margin-bottom: 9.6vw;
	}
	.contact .section {
		margin-bottom: 9.6vw;
	}
	.contact .block {
		margin-bottom: 8vw;
	}
	.contact p {
		font-size: 3.733vw;
	}

	/* form-table */
	.contents .form-table {
		width: 100%;
		margin: 8vw auto 3.2vw;
	}
	.contents .form-table th,
	.contents .form-table td {
		border-top: solid 1px #d3d3d3;
		border-bottom: solid 1px #d3d3d3;
		box-sizing: border-box;
		display: block;
		border: none;
		width: 100%;
	}
	.contents .form-table th {
		width: 100%;
		padding: 2.666vw 3.2vw 2.666vw;
		font-size: 4vw;
	}
	.contents .form-table tr.multi th {
		vertical-align: top;
	}
	.contents .form-table td {
		padding: 1.6vw 0 3.2vw;
		font-size: 3.733vw;
	}

	.block-title .required,
	.block-title .optional,
	.form-table .required,
	.form-table .optional {
		float: none;
		margin-top: 0;
		margin-left: 3.2vw;
		padding: 0.533vw 0.8vw;
		font-size: 3.2vw;
		vertical-align: middle;
	}
	.block-title .required,
	.block-title .optional {
		vertical-align: text-top;
	}

	.form-table input[type="text"],
	.form-table input[type="email"],
	.form-table input[type="tel"],
	.form-table input[type="password"],
	.form-table textarea {
		width: 100%;
		padding: 2.666vw 2.666vw;
		border-radius: 0.8vw;
		font-size: 3.733vw;
	}
	.form-table input[type="text"],
	.form-table input[type="email"],
	.form-table input[type="tel"] {
		width: 100%;
		font-size: 3.733vw;
	}
	.form-table textarea {
		height: 32vw;
		font-size: 3.733vw;
	}
	.form-table textarea.work-place {
		width: 100%;
		height: 16vw;
	}
	.form-table textarea.work-address {
		height: 16vw;
	}
	.form-table .radio {
		display: block;
		margin-right: 0;
		padding: 1.6vw 0;
		font-size: 3.733vw;
	}
	.form-table .radio input {
		margin-right: 1.6vw;
	}

	.form-table .notice {
		display: inline-block;
		margin-left: 0;
		margin-top: 1.6vw;
		font-size: 3.466vw;
	}
	.form-table .notice br {
		display: none;
	}
	.form-table .notice.right {
		float: none;
		margin-right: 0;
		margin-top: 0;
	}
	.form-table p.notice {
		margin-left: 0;
		margin-top: 1.6vw;
		font-size: 3.466vw;
	}

	.form-table .kaiin_bangou {
		width: 75%;
		margin-top: 0;
	}
	.form-table .kaiin_bangou input {}

	.form-table.selecter {
		margin-top: 0;
	}
	.selecter_head {
		font-size: 3.733vw;
		padding-left: 13.333vw;
	}
	.shikaku01.wpcf7-form-control-wrap,
	.shikaku02.wpcf7-form-control-wrap,
	.shikaku03.wpcf7-form-control-wrap,
	.shikaku04.wpcf7-form-control-wrap,
	.shikaku05.wpcf7-form-control-wrap {
		top: 45%;
		left: 1.5vw;
	}

	.form-privacy {
		margin-top: 3.2vw;
		padding: 4.8vw 5.6vw 4.8vw;
		border: solid 0.533vw #b3cb51;
		border-radius: 0.8vw;
	}
	.form-privacy .title {
		padding-bottom: 1.6vw;
		font-size: 4.266vw;
	}
	.form-privacy p {
		font-size: 3.466vw;
		line-height: 180%;
	}

	.form-notice {
		margin-top: 3.2vw;
		font-size: 3.466vw;
		text-align: left;
	}


	.form-submit {
		margin-top: 6.4vw;
		text-align: center;
	}
	.form-submit input {
		min-width: 100%;
		padding: 5.6vw 4vw;
		border-radius: 0.8vw;
		font-size: 4vw;
	}


/* contact form 7 */
.form-table .wpcf7-list-item {
	margin: 0;
}
.form-table .wpcf7-list-item label {
	display: inline-block;
	margin-left: 1.866vw;
	margin-right: 5.333vw;
	padding: 1.866vw 0 1.866vw;
	font-size: 4vw;
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #d91f52;
	display: block;
	font-size: 3.466vw;
	font-weight: bold;
	padding: 0.533vw 0 0;
}
.wpcf7 div.wpcf7-response-output {
	margin: 1.5em 0.5em;
	padding: 3.733vw 2.933vw;
	font-size: 3.733vw;
	font-weight: bold;
	line-height: 140%;
}
.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
	color: #d91f52;
	border: 0.533vw solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ng {
	color: #d91f52;
	border: 0.533vw solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #00859d;
	border: 0.533vw solid;
}
.wpcf7 .wpcf7-form .ajax-loader {
	visibility: hidden;
	display: block;
	border: medium none;
	margin: 1.6vw auto 0;
}


	/* ---------- thanks ------------------------------------ */
	.thanks-block {
		padding-top: 10vw;
		margin-bottom: 14vw;
	}
	.thanks-title {
		padding-bottom: 6.4vw;
		font-size: 4.8vw;
		font-weight: bold;
	}
	.thanks-block p {
		line-height: 180%;
	}

	/* ---------- wordpress ------------------------------------ */
	/* wp-pagenavi */
	.postnav {
		margin-top: 10.4vw;
	}
	.wp-pagenavi {
		clear: both;
		position: relative;
		margin: 0 auto;
		text-align: center;
		font-size: 0;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		overflow: hidden;
		box-sizing: border-box;
		display: inline-block;
		width: 10.4vw;
		height: 10.4vw;
		margin-left: 2.666vw;
		background-color: #fff;
		border: solid 1px #b3cb51;

		color: #98b037;
		font-size: 3.733vw;
		font-weight: 500;
		letter-spacing: 0.08em;
		line-height: 10.4vw;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.wp-pagenavi span.current,
	.wp-pagenavi a:hover {
		color: #fff;
		background-color: #b3cb51;
	}
	.wp-pagenavi a.first,
	.wp-pagenavi a.last {
		width: auto;
		padding: 0 4.8vw;
	}
	.wp-pagenavi span.pages {
		position: relative;
		top: 0;
		left: inherit;
		display: block;
	}


	/* postbody */
	.postbody {
		font-size: 3.733vw;
		line-height: 160%;
	}

	.postbody h1,
	.postbody h2 {
		margin-bottom: 4vw;
		padding: 0.8vw 0 0.8vw 3.2vw;
		border-left: solid 0.8vw #b3cb51;
		font-size: 4vw;
	}
	.postbody h3,
	.postbody h4 {
		padding: 0.8em 0;
		font-size: 4.266vw;
	}
	.postbody p {
		margin-bottom: 1em;
		font-size: 3.733vw;
		line-height: 180%;
	}
	.postbody a {
		padding-bottom: 0.2em;
		font-size: 3.733vw;
	}

	.postbody img {
		max-width: 100%;
		height: auto;
		margin-top: 0.8em;
		margin-bottom: 1.2em;
	}

	.postbody ul {
		margin-bottom: 1.2em;
	}
	.postbody ul &gt; li {
		padding-bottom: 0.4em;
		font-size: 3.466vw;
		line-height: 180%;
	}

	.postbody ol {
		margin-bottom: 1.2em;
	}
	.postbody ol &gt; li {
		padding-bottom: 0.4em;
		font-size: 3.466vw;
		line-height: 180%;
	}

	.postbody table {
		margin-top: 1.8em;
	}
	.postbody table th,
	.postbody table td {
		padding: 2.13vw 3.2vw;
		line-height: 160%;
	}
	.postbody table th {
		width: 24vw;
	}
	.postbody table td {}

	.postbody .alignleft {
		float: none;
		margin-right: 0;
	}
	.postbody .alignright {
		float: none;
		margin-left: 0;
	}
	.postbody .aligncenter {}

	.postbody .wp-caption {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

/* contact form 7 */
.form-table .wpcf7-list-item {
	margin: 0;
}
.form-table .wpcf7-list-item label {
	display: inline-block;
	margin-left: 1.866vw;
	margin-right: 5.333vw;
	padding: 1.866vw 0 1.866vw;
	font-size: 4vw;
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #d91f52;
	display: block;
	font-size: 3.466vw;
	font-weight: bold;
	padding: 0.533vw 0 0;
}
.wpcf7 div.wpcf7-response-output {
	margin: 1.5em 0.5em;
	padding: 3.733vw 2.933vw;
	font-size: 3.733vw;
	font-weight: bold;
	line-height: 140%;
}
.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
	color: #d91f52;
	border: 0.533vw solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ng {
	color: #d91f52;
	border: 0.533vw solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #212121;
	border: 0.533vw solid;
}
.wpcf7 .wpcf7-form .ajax-loader {
	visibility: hidden;
	display: block;
	border: medium none;
	margin: 1.6vw auto 0;
}


}
</pre></body></html>