@charset "utf-8";
/*
Theme Name: 長野県倫理法人会
Version: 1.0beta
Author: Tomofumi Aizawa
*/

/*-----------------------------------------------------
	base
------------------------------------------------------*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}
body {
	line-height: 1.75;
	text-align: center;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #222;
	letter-spacing: .1em;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	position: relative;
	height: 100%;
}
a {
	color: #1a0dab;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
img, iframe, object {
	max-width: 100%;
}
img {
	height: auto;
}

/*-----------------------------------------------------
	layout
------------------------------------------------------*/

/* nav */

body > nav {
	font-size: 1.6em;
	height: 100vh;
	position: fixed;
	z-index: 5;
	text-align: left;
	width: 250px;
	-ms-overflow-style: none;
	background: #4496d3;
}
body > nav::-webkit-scrollbar {
	display: none;
}
body > nav .inner {
	min-height: 100vh;
}
body > nav .inner .logo {
	background: #fff;
	padding: 3em 1em;
	text-align: center;
}
body > nav .inner .menu {
	margin-top: 2em;
	padding-bottom: 2em;
}
body > nav .inner .menu a {
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
body > nav .inner .menu a:not([href]) {
	cursor: default;
}
body > nav .inner .menu a:hover {
	background: #0075c2;
}
body > nav .inner .menu .home a:before, body > nav .inner .menu .cat-item-64 a:before, body > nav .inner .menu .contact a:before {
	font-family: "dashicons";
	vertical-align: bottom;
}
body > nav .inner .menu .home a:before {
	content: "\f102";
}
body > nav .inner .menu .cat-item-64 a:before {
	content: "\f160";
}
body > nav .inner .menu .contact {
	margin: 1em 1em 0 1em;
}
body > nav .inner .menu .contact a {
	border: 1px solid #fff;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	padding: 0.5em 1.5em 0.5em 1em;
	position: relative;
}
body > nav .inner .menu .contact a:hover {
	background: #fff;
	color: #4496d3;
}
body > nav .inner .menu .contact a:before {
	content: "\f139";
	display: block;
	width: 1em;
	line-height: 1;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.5em;
	margin: auto;
}
body > nav .inner .sub-menu {
	display: none;
	color: #fff;
	background: #0075c2;
	padding: 2em 1em;
	width: 250px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 250px;
}
body > nav .inner .sub-menu h2, body > nav .inner .sub-menu dt {
	text-align: center;
	color: rgba(255,255,255,0.5);
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
body > nav .inner .sub-menu a {
	margin: 0 -1em;
}
body > nav .inner .sub-menu a:hover {
	background: #4496d3;
}
body > nav .inner .menu :hover > .sub-menu {
	display: block;
	animation: appear .25s ease;
}
body > nav .inner .menu :hover > .sub-menu input[type="checkbox"] {
	display: none;
}
body > nav .inner .menu :hover > .sub-menu label {
	display: block;
	cursor: pointer;
	padding: 0.5em 1em;
	margin: 0 -1em;
	font-weight: bold;
}
body > nav .inner .menu :hover > .sub-menu label::before {
	font-family: "dashicons";
	content: "\f347";
	position: absolute;
	line-height: 1;
	width: 1em;
	height: 1em;
	top: 0;
	right: 1em;
	bottom: 0;
	margin: auto;
}
body > nav .inner .menu :hover > .sub-menu label, body > nav .inner .menu :hover > .sub-menu ul {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
body > nav .inner .menu :hover > .sub-menu ul {
	height: 0;
	overflow: hidden;
}
body > nav .inner .menu :hover > .sub-menu ul a {
	margin: 0;
	padding: 0.25em 0;
	text-decoration: underline;
	font-weight: normal;
}
body > nav .inner .menu :hover > .sub-menu ul a:hover {
	background: transparent;
}
body > nav .inner .menu :hover > .sub-menu label:hover, body > nav .inner .menu :hover > .sub-menu input[type="checkbox"]:checked + label {
	background: #4496d3;
}
body > nav .inner .menu :hover > .sub-menu input[type="checkbox"]:checked + label + ul {
	height: auto;
	transition: all .5s;
	padding: 0.25em 0;
}
body > nav .inner .menu :hover > .sub-menu input[type="checkbox"]:checked + label::before {
	content: "\f343";
}

/* main */

main {
	display: block;
	margin-left: 250px;
}

/* header */

main > header {
	display: none;
}

/* article */

main > article {
	margin: 0 10%;
}
main > article.post-2 {
	margin: 0;
}

/* footer */

main > footer {
	font-size: 1.6em;
	padding: 5em 10%;
	text-align: left;
}
main > footer h2 {
	font-weight: bold;
	margin-bottom: 0.25em;
}
main > footer p {
	font-size: 1.2rem;
	margin-bottom: 2em;
}
main > footer p a {
	color: #0075c2;
	font-size: 2.4rem;
	text-decoration: none;
}
main > footer p a:before {
	font-family: "dashicons";
	vertical-align: bottom;
	content: "\f470";
}
main > footer .bottom {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	font-size: 1.2rem;
}
main > footer .bottom .menu {
	margin: auto auto auto 0;
}
main > footer .bottom .menu li {
	display: inline-block;
}
main > footer .bottom .menu li:not(:last-child) {
	margin-right: 1em;
}
main > footer .bottom small {
	display: block;
	margin: auto 0 auto auto;
}

/*-----------------------------------------------------
	module
------------------------------------------------------*/

/* hgroup */

main > #hgroup {
	font-size: 1.6em;
	text-align: left;
	padding: 5em 10%;
	background-position: 0 0, 50% 50%;
	background-size: auto, cover;
	color: #fff;
}
main > #hgroup a {
	color: #fff;
}
main > #hgroup ul li {
	display: inline-block;
}
main > #hgroup ul li:not(:last-child) {
	margin-right: 1em;
}
main > #hgroup ul li a:before {
	content: '#';
}
main > #hgroup .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}
main > #hgroup h1 {
	font-weight: bold;
	font-size: 3.6rem;
}
main > #hgroup time {
	display: block;
}

/* secondary */

article > #secondary {
	font-size: 1.6em;
	margin-bottom: 5em;
	padding: 5em 2em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: 0.5em 0.5em 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0.5em 0.5em 0 rgba(0,0,0,0.15);
	box-shadow: 0.5em 0.5em 0 rgba(0,0,0,0.15);
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
}
article > #secondary h2 {
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 0 0 0.125em rgba(0,0,0,0.75), 0 0 0.25em rgba(0,0,0,0.75), 0 0 0.5em rgba(0,0,0,0.75), 0 0 1em rgba(0,0,0,0.75), 0 0 2em rgba(0,0,0,0.75), 0 0 4em rgba(0,0,0,0.75);
	letter-spacing: .1em;
}

/* bread */

main > ul#bread {
	font-size: 0;
	padding: 1.2rem;
	margin-bottom: 8rem;
	text-align: left;
}
main > ul#bread li {
	font-size: 1.2rem;
	display: inline-block;
}
main > ul#bread li:first-child a:before {
	font-family: "dashicons";
	content: "\f102";
}
main > ul#bread li:not(:last-child):after {
	font-family: "dashicons";
	content: "\f139";
	vertical-align: bottom;
	margin: 0 0.75em;
}

/* pagelink */

article > #pagelink {
	font-size: 1.6em;
	font-weight: bold;
	margin: -5em 0 5em 0;
}
article > #pagelink li {
	display: inline-block;
	margin: 0 0.25em;
}
article > #pagelink li span, article > #pagelink li a {
	display: block;
	-moz-border-radius: 1.15em;
	-webkit-border-radius: 1.15em;
	border-radius: 1.15em;
	min-width: 2em;
	padding: 0.15em 0;
	color: #0075c2;
}
article > #pagelink li a {
	text-decoration: none;
	background: #e8ece9;
}
article > #pagelink li span, article > #pagelink li a:hover {
	color: #fff;
	background: #0075c2;
}

/* postlink */

article > #postlink {
	margin: -5em 0 5em 0;
	font-size: 1.6em;
}
article > #pagelink + #postlink {
	margin: 0 0 5em 0;
}
article > #postlink li {
	display: inline-block;
	margin: 0 1em;
}
article > #postlink li a[rel="prev"]:before, article > #postlink li a[rel="next"]:after {
	font-family: "dashicons";
}
article > #postlink li a[rel="prev"]:before {
	content: "\f141";
}
article > #postlink li a[rel="next"]:after {
	content: "\f139";
}

/*-----------------------------------------------------
	archives
------------------------------------------------------*/

article > .archives {
	text-align: left;
	font-size: 1.6em;
	margin-bottom: 10em;
}
article > .archives form.wp-block-vk-filter-search-pro-filter-search-pro.vkfs {
	font-size: inherit;
	background: #e8ece9;
	margin-bottom: 5em !important;
	padding: 2em 3em;
}
article > .archives form.wp-block-vk-filter-search-pro-filter-search-pro.vkfs .btn[type=submit] {
	font-weight: bold;
	font-size: inherit;
	letter-spacing: .1em;
	padding: 0.75em 1em;
	border: none;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	background: #0075c2;
	color: #fff;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
article > .archives form.wp-block-vk-filter-search-pro-filter-search-pro.vkfs .btn[type=submit]:hover {
	background: #4496d3;
}
article > .archives form.wp-block-vk-filter-search-pro-filter-search-pro.vkfs .btn[type=submit]:before {
	font-family: "dashicons";
	content: "\f179";
	vertical-align: middle;
}

/* post */

article > .archives .post {
	/*
	float: left;
	width: 48.5%;
	*/
	max-width: 1024px;
	padding: 2em 0;
	border-top: 1px solid #ccc;
	margin: 0 auto;
}
article > .archives .post:nth-of-type(odd) {
	clear: left;
	/*
	margin-right: 3%;
	*/
}
article > .archives .post figure {
	float: right;
	margin-left: 1em;
}
article > .archives .post figure img {
	width: 125px;
}
article > .archives .post h2 {
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 2.4rem;
}
article > .archives .post h2 sup {
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
	background: #f33;
	letter-spacing: .1em;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0.5em;
	z-index: 1;
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
	line-height: 1.5;
}
article > .archives .post h2 sup:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	background-image: -moz-linear-gradient( left bottom, rgba(255,51,51,0) 50%, rgba(255,51,51,1) 50%);
	background-image: -webkit-linear-gradient( left bottom, rgba(255,51,51,0) 50%, rgba(255,51,51,1) 50%);
	background-image: linear-gradient(to right top, rgba(255,51,51,0) 50%, rgba(255,51,51,1) 50%);
	position: absolute;
	margin: auto;
	bottom: -0.4rem;
	left: 0;
	z-index: -1;
}
article > .archives .post ul li {
	display: inline-block;
	margin-right: 1em;
}
article > .archives .post ul li a:before {
	content: '#';
}
article > .archives .post .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}
article > .archives .post time {
	display: block;
}

/* schedule */

article > .archives .schedule {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2em;
	position: relative;
}
article > .archives .schedule:nth-of-type(3n) {
	margin-right: 0;
}
article > .archives .schedule:nth-of-type(3n+1) {
	clear: left;
}
article > .archives .schedule .top {
	padding: 0.5em 1em;
	background: #0075c2;
	color: #fff;
	-moz-border-radius: 1em 1em 0 0;
	-webkit-border-radius: 1em 1em 0 0;
	border-radius: 1em 1em 0 0;
}
article > .archives .schedule.seminar-7 .top {
	background: #008000;
}
article > .archives .schedule.seminar-19 .top {
	background: #191970;
}
article > .archives .schedule.seminar-26 .top {
	color: inherit;
	background: #ffd700;
}
article > .archives .schedule .top .day {
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 0.25em;
}
article > .archives .schedule .top dt, article > .archives .schedule .top dd {
	display: inline;
}
article > .archives .schedule .bottom {
	padding: 1em;
	background: #e8ece9;
	-moz-border-radius: 0 0 1em 1em;
	-webkit-border-radius: 0 0 1em 1em;
	border-radius: 0 0 1em 1em;
}
article > .archives .schedule .bottom figure {
	float: right;
}
article > .archives .schedule .bottom figure img {
	width: 90px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
article > .archives .schedule .bottom h2 {
	font-weight: bold;
	font-size: 2.1rem;
}
article > .archives .schedule .bottom h2 a {
	text-decoration: none;
	color: #222;
}
article > .archives .schedule .bottom h2 a:after {
	content: '.';
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
article > .archives .schedule .bottom h2 a:hover:after {
	background: rgba(255,255,255,0.5);
}
article > .archives .schedule .bottom h3 {
	font-weight: bold;
}
article > .archives .schedule .bottom h3 span {
	font-weight: normal;
	margin-left: 0.25em;
}
article > .archives .schedule .bottom p span {
	display: block;
}

/* member */

article > .archives .member {
	float: left;
	padding: 1em 0;
	width: 48%;
	margin: 0 4% 2em 0;
	position: relative;
	border-top: 1px solid #0075c2;
	border-bottom: 1px solid #0075c2;
	position: relative;
}
article > .archives .member:nth-child(even) {
	margin: 0 0 2em 0;
}
article > .archives .member figure {
	float: left;
	margin-right: 1.6rem;
	font-size: 0;
}
article > .archives .member h2 {
	font-size: 1.8rem;
	margin-bottom: 0.25em;
	font-weight: bold;
}
article > .archives .member h2 a {
	color: #222;
	text-decoration: none;
}
article > .archives .member h2 a:after {
	content: '.';
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
article > .archives .member:hover h2 a:after {
	background: rgba(255,255,255,0.5);
}
article > .archives .member p {
	font-size: 1.4rem;
	margin-bottom: 0;
}
article > .archives .member p.affiliation {
	font-weight: bold;
}
article > .archives .member p.position, article > .archives .member h3 {
	display: inline;
	vertical-align: middle;
}
article > .archives .member h3 {
	font-weight: normal;
	font-size: 1.4rem;
	margin-bottom: 0;
}

/* pagination */

article > .navigation.pagination {
	margin: -5em 0 5em 0;
	font-size: 1.6em;
}
article > .navigation.pagination .nav-links .page-numbers {
	margin: 0 0.1em;
	text-decoration: none;
	color: #0075c2;
	background: #e8ece9;
	display: inline-block;
	font-weight: bold;
	-moz-border-radius: 1.15em;
	-webkit-border-radius: 1.15em;
	border-radius: 1.15em;
	min-width: 2em;
	padding: 0.15em 0;
}
article > .navigation.pagination .nav-links .page-numbers.current, article > .navigation.pagination .nav-links .page-numbers:hover {
	color: #fff;
	background: #0075c2;
}
article > .navigation.pagination .nav-links .prev.page-numbers, article > .navigation.pagination .nav-links .next.page-numbers {
	padding: 0;
	background: transparent;
	font-weight: normal;
	color: #1a0dab;
	text-decoration: underline;
	border: none;
}
article > .navigation.pagination .nav-links .prev.page-numbers:hover, article > .navigation.pagination .nav-links .next.page-numbers:hover {
	color: #1a0dab;
	background: transparent;
}
article > .navigation.pagination .nav-links .prev.page-numbers:before, article > .navigation.pagination .nav-links .next.page-numbers:after {
	font-family: "dashicons";
}
article > .navigation.pagination .nav-links .prev.page-numbers:before {
	content: "\f141";
}
article > .navigation.pagination .nav-links .next.page-numbers:after {
	content: "\f139";
}

/*-----------------------------------------------------
	default
------------------------------------------------------*/

/* drawer */

.drawer-hamburger {
	display: none;
}

/* notice */

p.notice {
	-moz-box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
	box-shadow: 0 0 0.5em rgba(0,0,0,0.15);
	background: #fff;
	padding: 0.5em 1em;
	border-left: 4px solid #c3c4c7;
}
p.notice.notice-success {
	border-left: 4px solid #00a32a;
}
p.notice.notice-success.notice-alt {
	background-color: #edfaef;
}
p.notice.notice-warning {
	border-left: 4px solid #dba617;
}
p.notice.notice-warning.notice-alt {
	background-color: #fcf9e8;
}
p.notice.notice-error {
	border-left: 4px solid #d63638;
}
p.notice.notice-error.notice-alt {
	background-color: #fcf0f1;
}
p.notice.notice-info {
	border-left: 4px solid #72aee6;
}
p.notice.notice-info.notice-alt {
	background-color: #f0f6fc;
}
p.notice + p.notice {
	margin-top: -1.25em;
}

/* wp-block */

.wp-block-file, .wp-block-image, .wp-block-table {
	margin-bottom: 2em;
}

/* wp-block-file */

.wp-block-file:not(.wp-element-button) {
	font-size: inherit;
}
.wp-block-file:not(.wp-element-button) a {
	text-decoration: none;
	border: 1px solid #222;
	color: #222;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	padding: 0.75em 1.5em;
	font-weight: bold;
}
.wp-block-file:not(.wp-element-button) a[href*=".doc"], .wp-block-file:not(.wp-element-button) a[href*=".docx"] {
	border: 1px solid #000080;
	color: #000080;
}
.wp-block-file:not(.wp-element-button) a[href*=".xls"], .wp-block-file:not(.wp-element-button) a[href*=".xlsx"] {
	border: 1px solid #008000;
	color: #008000;
}
.wp-block-file:not(.wp-element-button) a[href*=".pdf"] {
	border: 1px solid #b22222;
	color: #b22222;
}
.wp-block-file:not(.wp-element-button) a:hover {
	color: #fff;
	background: #222;
}
.wp-block-file:not(.wp-element-button) a[href*=".doc"]:hover, .wp-block-file:not(.wp-element-button) a[href*=".docx"]:hover {
	background: #000080;
}
.wp-block-file:not(.wp-element-button) a[href*=".xls"]:hover, .wp-block-file:not(.wp-element-button) a[href*=".xlsx"]:hover {
	background: #008000;
}
.wp-block-file:not(.wp-element-button) a[href*=".pdf"]:hover {
	background: #b22222;
}
.wp-block-file:not(.wp-element-button) a:before {
	font-family: "dashicons";
	vertical-align: bottom;
}
.wp-block-file:not(.wp-element-button) a[href*=".doc"]:before, .wp-block-file:not(.wp-element-button) a[href*=".docx"]:before {
	content: "\f497";
}
.wp-block-file:not(.wp-element-button) a[href*=".xls"]:before, .wp-block-file:not(.wp-element-button) a[href*=".xlsx"]:before {
	content: "\f495";
}
.wp-block-file:not(.wp-element-button) a[href*=".pdf"]:before {
	content: "\f190";
}
.wp-block-file:not(.wp-element-button) a[href*=".zip"]:before {
	content: "\f501";
}

/* wp-block-image */

.wp-block-image .alignleft {
	margin: 0 1em 1em 0;
}
.wp-block-image .alignright {
	margin: 0 0 1em 1em;
}

/* buttons */

.wp-block-buttons {
	font-weight: bold;
    justify-content: center;
}
.wp-block-buttons > .wp-block-button {
	margin: 0 0.5em;
	text-align: center;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link {
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	background-color: #0075c2;
	padding: 0.75em 1em;
    font-size: inherit;
	min-width: calc(360px - 2em);
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link:hover {
	background: #4496d3;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link:after {
	font-family: "dashicons";
	content: "\f139";
	vertical-align: bottom;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link[target*="blank"]:after {
	content: "\f504";
}

/*-----------------------------------------------------
	entry
------------------------------------------------------*/

.entry {
	text-align: left;
	font-size: 1.6em;
	margin-bottom: 10em;
}
aside .entry {
	margin-bottom: 0;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin-bottom: 1em;
	font-weight: bold;
	letter-spacing: .1em;
}
.entry h1 {
	font-size: 3.6rem;
}
.entry h2 {
	font-size: 3rem;
	position: relative;
	text-align: center;
	padding-top: 40px;
}
.entry h2:before {
	content: '.';
	font-size: 0;
	display: block;
	height: 40px;
	width: 3px;
	background: #0075c2;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.entry h3 {
	font-size: 2.4rem;
}
.entry h4 {
	font-size: 2.1rem;
}
.entry h5 {
	font-size: 1.8rem;
}
.entry p, .entry pre, .entry ul, .entry ol {
	margin-bottom: 2em;
}
.entry pre {
	font-family: monospace;
	white-space: pre-wrap;
}
.entry ul {
	list-style: disc;
	padding-left: 2em;
}
.entry ol {
	list-style: decimal;
	padding-left: 2em;
}
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul {
	margin-bottom: 0;
}
.entry table th, .entry strong {
	font-weight: bold;
}
.entry table th, .entry table td {
	text-align: left;
}
.entry em, .entry cite {
	font-style: italic;
}
.entry sup {
	font-size: 50%;
	vertical-align: top;
}
.entry sub {
	font-size: 50%;
	vertical-align: bottom;
}
.entry blockquote {
	padding-left: 1.5em;
	border-left: 2px solid #222;
	position: relative;
}
.entry blockquote:before {
	content: '“';
	position: absolute;
	top: 0;
	left: 0.75em;
}
.entry blockquote cite {
	margin-top: -1em;
}
.entry figure figcaption {
	margin-bottom: 0;
}

/* counter */

.post-211 > .entry {
	counter-reset: number;
}

/*-----------------------------------------------------
	class
------------------------------------------------------*/

/* clearfix */

.clearfix:after {
	content: '.';
	height: 0;
	font-size: 0;
	display: block;
	width: 100%;
	clear: both;
	visibility: hidden;
}

/* more */

.more {
	font-weight: bold;
	text-align: center;
}
.more a {
	display: inline-block;
	background: #0075c2;
	color: #fff;
	text-decoration: none;
	padding: 0.75em 1em;
	min-width: calc(360px - 2em);
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
.more a:hover {
	background: #4496d3;
}
.more a:after {
	font-family: "dashicons";
	content: "\f139";
	vertical-align: bottom;
}
.more a[target*="blank"]:after {
	content: "\f504";
}

/*-----------------------------------------------------
	custom
------------------------------------------------------*/

/* successor_b */

.entry figure.successor_b thead {
	border-bottom: none;
	background: #8fbc8f;
}
.entry figure.successor_b thead th {
	white-space: nowrap;
}
.entry figure.successor_b th, .entry figure.successor_b td {
	vertical-align: middle;
	border: 1px solid #666;
}
.entry figure.successor_b tr td:first-child {
	background: #add8e6;
}
.entry figure.successor_b tr td:nth-child(-n+2), .entry figure.successor_b tr td:last-child {
	white-space: nowrap;
}
.entry figure.successor_b  tr td:nth-child(4) {
	min-width: 15em;
}
.entry figure.successor_b  tr td:nth-child(5) {
	text-align: center;
}

/* successor_a */

.entry .successor_a {
	clear: both;
	background: #e8ece9;
	padding: 3em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.entry .successor_a .wp-block-image {
	margin-bottom: 0;
}
.entry .successor_a h4 {
	border-left: 2px solid rgba(0,0,0,0.25);
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.entry .successor_a :last-child {
	margin-bottom: 0;
}

/* here */

.entry .wp-block-buttons > .wp-block-button.here a {
	position: relative;
}
.entry .wp-block-buttons > .wp-block-button.here a:after {
	content: '.';
	font-size: 0;
	display: block;
	background-image: url('images/icon_00.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 51px;
	height: 47px;
	position: absolute;
	right: -0.5rem;
	bottom: -0.5rem;
}

/* about_c */

.entry figure.about_c {
	text-align-last: center;
}
.entry figure.about_c iframe {
	margin: 0 auto;
	max-width: 480px;
	height: 360px;
}

/* about_b */

.entry figure.wp-block-table.about_b td {
	border: none;
	padding: 0.75em 1em;
	border-bottom: 1px solid #ccc;
}
.entry figure.wp-block-table.about_b tr td:first-child {
	border-bottom: 1px solid #0075c2;
	width: 14em;
}

/* about_a */

.entry .about_a.is-layout-grid {
	gap: 2em 2em;
}
.entry .about_a.is-layout-grid .wp-block-group {
	background: #e8ece9;
	padding-bottom: 1.5em;
	position: relative;
}
.entry .about_a.is-layout-grid .wp-block-group :last-child {
	margin-bottom: 0;
}
.entry .about_a.is-layout-grid .wp-block-group figure {
	height: 10em;
	overflow: hidden;
	margin-bottom: 1.5em;
}
.entry .about_a.is-layout-grid .wp-block-group figure img {
	width: 100%;
	margin-top: -3em;
}
.entry .about_a.is-layout-grid .wp-block-group h3 {
	font-size: inherit;
	margin-bottom: 0.5em;
}
.entry .about_a.is-layout-grid .wp-block-group h3 a {
	text-decoration: none;
	color: #222;
}
.entry .about_a.is-layout-grid .wp-block-group h3 a:after {
	content: '.';
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.entry .about_a.is-layout-grid .wp-block-group h3 a:hover:after {
	background: rgba(255,255,255,0.5);
}
.entry .about_a.is-layout-grid .wp-block-group h3, .entry .about_a.is-layout-grid .wp-block-group p {
	margin-left: 2em;
	margin-right: 2em;
}

/* morningseminar_c */

.entry .is-layout-grid.home_e.morningseminar_c {
	margin: 0;
}

/* morningseminar_b */

.entry .home_b.morningseminar_b {
	margin: 0;
}

/* morningseminar_a */

.entry ul.morningseminar_a {
	padding-top: 2em;
	padding-right: 3em;
	padding-bottom: 2em;
	padding-left: 3em;
	background: #e8ece9;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	list-style: none;
}
.entry ul.morningseminar_a li {
	padding-left: 1.25em;
}
.entry ul.morningseminar_a li:before {
	font-family: "dashicons";
	content: "\f12a";
	display: block;
	width: 1em;
	text-align: center;
	float: left;
	margin-left: -1.25em;
	color: #0075c2;
}

/* association_a */

.entry .association_a.is-layout-flex {
	background: #e8ece9;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.entry .association_a.is-layout-flex .wp-block-column {
	padding: 2em;
}
.entry .association_a.is-layout-flex .wp-block-column:first-child h3 {
	font-size: inherit;
}
.entry .association_a.is-layout-flex .wp-block-column:first-child p {
	margin-bottom: 0;
}
.entry .association_a.is-layout-flex .wp-block-column:first-child p a[href*="maps"] {
	display: inline-block;
}
.entry .association_a.is-layout-flex .wp-block-column:first-child p a[href*="maps"]:after {
	font-family: "dashicons";
	content: "\f230";
}
.entry .association_a.is-layout-flex .wp-block-column:last-child {
	background: #0075c2;
	color: #fff;
	text-align: center;
	max-width: 240px;
	-moz-border-radius: 0 0.5em 0.5em 0;
	-webkit-border-radius: 0 0.5em 0.5em 0;
	border-radius: 0 0.5em 0.5em 0;
}
.entry .association_a.is-layout-flex .wp-block-column h3, .entry .association_a.is-layout-flex .wp-block-column:last-child h4, .entry .association_a.is-layout-flex .wp-block-column:last-child p {
	margin-bottom: 0;
}
.entry .association_a.is-layout-flex .wp-block-column:last-child h3 {
	font-weight: normal;
	font-size: inherit;
}

/* course_a */

.entry .course_a.is-layout-grid h3 {
	background: #0075c2;
	color: #fff;
	padding: 0.25em 0.5em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}

/* contact_a */

.entry p.contact_a {
	text-align: center;
	border: 2px solid #0075c2;
	padding: 1em 2em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.entry p.contact_a a {
	color: #0075c2;
	font-size: 3rem;
	text-decoration: none;
}
.entry p.contact_a a:before {
	font-family: "dashicons";
	vertical-align: bottom;
	content: "\f470";
}

/* faq_a */

.entry .faq_a {
	background: #e8ece9;
	padding: 2em 3em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.entry .faq_a + .faq_a {
	margin-top: 2em;
}
.entry .faq_a h3 {
	margin-bottom: 0.5em;
}
.entry .faq_a h3:before {
	content: 'Q';
	color: #dc143c;
	font-weight: bold;
	margin-right: 0.25em;
}
.entry .faq_a p:before {
	content: 'A';
	color: #4682b4;
	font-weight: bold;
	margin-right: 0.25em;
}
.entry .faq_a :last-child {
	margin-bottom: 0;
}

/* join_c */

.entry .wp-block-columns.join_c {
	background: #e8ece9;
}
.entry .wp-block-columns.join_c + .wp-block-columns.join_c {
	margin-top: 2em;
}
.entry .wp-block-columns.join_c .wp-block-column:first-child {
	max-width: 300px;
}
.entry .wp-block-columns.join_c .wp-block-column:first-child figure {
	margin-bottom: 0;
}
.entry .wp-block-columns.join_c .wp-block-column h3 {
	margin-bottom: 0.25em;
}
.entry .wp-block-columns.join_c .wp-block-column p {
	margin-bottom: 1em;
}
.entry .wp-block-columns.join_c .wp-block-column .wp-block-buttons {
	justify-content: start;
}
.entry .wp-block-columns.join_c .wp-block-column .wp-block-buttons > .wp-block-button {
	margin: 0 1em 0 0;
}

/* join_b */

.entry .join_b {
	border: 1px solid #0075c2;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 2em;
	margin-bottom: 3em;
	position: relative;
}
.entry .join_b.last {
	margin-bottom: 0;
}
.entry .join_b:after {
	font-family: "dashicons";
	content: "\f140";
	font-size: 4.8rem;
	color: #0075c2;
	display: block;
	line-height: 1;
	width: 1em;
	height: 1em;
	position: absolute;
	bottom: -1em;
	left: 0;
	right: 0;
	margin: auto;
}
.entry .join_b.last:after {
	content: none;
}
.entry .join_b h3 {
	text-align: center;
	margin-bottom: 0.5em;
}
.entry .join_b h3:before {
	counter-increment: number;
	content: counter(number) ".";
}
.entry .join_b h3 + p {
	text-align: center;
	margin-bottom: 1em;
}
.entry .join_b .wp-block-group.is-content-justification-center.is-layout-flex img {
	height: 225px;
	width: auto;
}
.entry .join_b figure.wp-block-table {
	margin-top: 2em;
}
.entry .join_b figure.wp-block-table table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.entry .join_b figure.wp-block-table td {
	border: none;
    padding: 0.5em 1em;
	background: #e8ece9;
}
.entry .join_b figure.wp-block-table td strong {
	color: #0075c2;
	font-size: 2.1rem;
}
.entry .join_b figure.wp-block-table tr td:first-child {
	color: #fff;
	font-weight: bold;
	background: #0075c2;
	white-space: nowrap;
}
.entry .join_b :last-child {
	margin-bottom: 0;
}

/* join_a */

.entry .join_a {
	background: #e8ece9;
	padding: 2em 3em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.entry .join_a h3 {
	margin-bottom: 0.5em;
}
.entry .join_a :last-child {
	margin-bottom: 0;
}

/* magazine_a */

.entry .magazine_a.is-layout-flex figure.wp-block-image {
	margin: 0 2em 2em 0;
}
.entry .magazine_a.is-layout-flex figure.wp-block-image img {
	height: 300px;
	width: auto;
}

/* member_c */

.entry .member_c {
	padding: 3em 3em 2em 3em;
	background: #e8ece9;
	position: relative;
	-moz-border-radius: 0 1em 1em 1em;
	-webkit-border-radius: 0 1em 1em 1em;
	border-radius: 0 1em 1em 1em;
}
.entry .member_c h2 {
	position: absolute;
	color: #fff;
	background: #0075c2;
	margin-bottom: 0;
	padding-top: 0.25em;
	padding-right: 1em;
	padding-bottom: 0.25em;
	padding-left: 1em;
	top: 0;
	left: 0;
	font-size: inherit;
}
.entry .member_c h2:before {
	content: none;
}
.entry .member_c :last-child {
	margin-bottom: 0;
}

/* member_b */

.entry ul.member_b {
	margin-bottom: 5em;
	list-style: none;
	padding-left: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-top: 1px solid rgba(0,0,0,0.25);
}
.entry ul.member_b li {
	display: inline-block;
}
.entry ul.member_b li:not(:last-child):after {
	content: '／';
	margin: 0 0.5em;
}

/* member_a */

.entry .member_a {
	padding: 1em 2em;
	background: #e8ece9;
	margin-bottom: 2em;
}
.entry .member_a figure {
	float: left;
	margin: -1.6rem 3.2rem -1.6rem -3.2rem;
	font-size: 0;
}
.entry .member_a h2 {
	margin-bottom: 0.25em;
	text-align: inherit;
	padding-top: 0;
}
.entry .member_a h2:before {
	content: none;
}
.entry .member_a p, .entry .member_a h3 {
	margin-bottom: 0;
}

/* subtitle */

.entry h2.subtitle + h3 {
	color: #4496d3;
	font-weight: normal;
	font-size: inherit;
	text-align: center;
	margin-top: -2em;
	margin-bottom: 2em;
}

/* home_g */

.entry .home_g {
	margin: 0 auto;
	max-width: 720px;
	height: 540px;
	aspect-ratio: 16/9;
}

/* home_f */

.entry .home_f {
	text-align: center;
	margin: 0 auto;
	max-width: 960px;
}
.entry .home_f figure img {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	box-shadow: 0 0 1em rgba(0,0,0,0.1);
}
.entry .home_f .wp-block-buttons > .wp-block-button a.wp-block-button__link {
	background-color: #c4302b;
}
.entry .home_f .wp-block-buttons > .wp-block-button a.wp-block-button__link:hover {
	background: #222;
}
.entry .home_f .wp-block-buttons > .wp-block-button a.wp-block-button__link:after {
	content: none;
}
.entry .home_f .wp-block-buttons > .wp-block-button a.wp-block-button__link:before {
	font-family: "dashicons";
	vertical-align: bottom;
	content: "\f19b";
}

/* home_c */

.entry .home_c p {
	text-align: center;
}

/* home_b */

.entry .home_b {
	margin: 0 calc(10% + 5em);
}
.entry .home_b > .wp-block-group__inner-container {
	position: relative;
	background-image: url('images/bg_00.png'), -moz-linear-gradient(right, #0075c2 24px, #e8ece9 24px);
	background-image: url('images/bg_00.png'), -webkit-linear-gradient(right, #0075c2 24px, #e8ece9 24px);
	background-image: url('images/bg_00.png'), linear-gradient(to left, #0075c2 24px, #e8ece9 24px);
	background-size: auto 160px, auto;
	background-repeat: no-repeat, repeat;
	background-position: calc(100% - 4em) calc(100% + 1em), 0 0;
	padding: 2em 20em 2em 4em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.entry .home_b > .wp-block-group__inner-container:after {
	font-family: "dashicons";
	content: "\f139";
	display: block;
	line-height: 1;
	height: 1em;
	width: 24px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	margin: auto;
	color: #fff;
	text-align: center;
	-moz-border-radius: 0 1em 1em 0;
	-webkit-border-radius: 0 1em 1em 0;
	border-radius: 0 1em 1em 0;
}
.entry .home_b > .wp-block-group__inner-container :last-child {
	margin-bottom: 0;
}
.entry .home_b > .wp-block-group__inner-container h2 {
	margin-bottom: 0.25em;
	position: static;
	text-align: inherit;
	padding-top: 0;
}
.entry .home_b > .wp-block-group__inner-container h2:before {
	content: "\f508";
	font-family: "dashicons";
	font-size: inherit;
	display: inline;
	height: auto;
	width: auto;
	background: transparent;
	position: static;
	color: #0075c2;
	vertical-align: bottom;
}
.entry .home_b > .wp-block-group__inner-container h2 a {
	text-decoration: none;
	color: #222;
}
.entry .home_b > .wp-block-group__inner-container h2 a:after {
	content: '.';
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.entry .home_b > .wp-block-group__inner-container:hover h2 a:after {
	background: rgba(255,255,255,0.5);
}

/* home_a */

.entry .home_a {
	padding: 35em 10% 0 10%;
	position: relative;
}
.entry .home_a:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 100%;
	height: 160px;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.entry .home_a > .wp-block-group__inner-container {
	background: #fff;
	padding: 4em 5em 0 5em;
	-moz-border-radius: 1.5em 1.5em 0 0;
	-webkit-border-radius: 1.5em 1.5em 0 0;
	border-radius: 1.5em 1.5em 0 0;
	position: relative;
	z-index: 2;
}
.entry #sign.home_a {
	background-position: 50% 50%;
	background-size: cover;
}

/* schedule_c */

.entry .schedule_c {
	display: table;
	margin-top: 5em;
}
.entry .schedule_c .left, .entry .schedule_c .right {
	display: table-cell;
	vertical-align: top;
}
.entry .schedule_c .left {
	background: #e8ece9;
	padding: 2em;
}
.entry .schedule_c .left h3 {
	margin-bottom: 0.25em;
}
.entry .schedule_c .left :last-child {
	margin-bottom: 0;
}
.entry .schedule_c .right {
	font-size: 0;
}

/* schedule_b */

.entry .schedule_b {
	margin-bottom: 3em;
}
.entry .schedule_b h2 {
	border-bottom: 1px solid #0075c2;
	padding-bottom: 0.25em;
	text-align: inherit;
	padding-top: 0;
}
.entry .schedule_b h2:before {
	content: none;
}
.entry .schedule_b ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.entry .schedule_b ul li {
	display: inline-block;
	vertical-align: bottom;
}
.entry .schedule_b ul li:nth-child(n+2):before {
	content: '／';
}
.entry .schedule_b h3 span {
	font-size: 1.6rem;
	font-weight: normal;
	margin-left: 0.5em;
}

/* schedule_a */

.entry .schedule_a {
	display: table;
	width: 100%;
	margin-bottom: 3em;
}
.entry .schedule_a .left {
	display: table-cell;
	vertical-align: middle;
	width: 125px;
	background: #0075c2;
	color: #fff;
	text-align: center;
	-moz-border-radius: 1em 0 0 1em;
	-webkit-border-radius: 1em 0 0 1em;
	border-radius: 1em 0 0 1em;
}
article.seminar-7 .entry .schedule_a .left {
	background: #008000;
}
article.seminar-19 .entry .schedule_a .left {
	background: #191970;
}
article.seminar-26 .entry .schedule_a .left {
	color: inherit;
	background: #ffd700;
}
.entry .schedule_a .left time {
	line-height: 1.25;
}
.entry .schedule_a .left .year, .entry .schedule_a .left .dayofweek {
	display: block;
}
.entry .schedule_a .left .day {
	font-size: 3rem;
	font-weight: bold;
}
.entry .schedule_a .right {
	display: table-cell;
	vertical-align: middle;
	background: #e8ece9;
	padding: 1em 2em;
	-moz-border-radius: 0 1em 1em 0;
	-webkit-border-radius: 0 1em 1em 0;
	border-radius: 0 1em 1em 0;
}
.entry .schedule_a .right h2 {
	margin-bottom: 0;
	text-align: inherit;
	padding-top: 0;
}
.entry .schedule_a .right h2:before {
	content: none;
}
.entry .schedule_a .right dl dt, .entry .schedule_a .right dl dd {
	display: inline;
}

/*-----------------------------------------------------
	section
------------------------------------------------------*/

/* member */

#member.entry > h3 + p {
	text-align: center;
}
#member.entry .block {
	margin: 0 10%;
}
#member.entry .block .member {
	float: left;
	padding: 1em 0;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2em;
	position: relative;
	border-top: 1px solid #0075c2;
	border-bottom: 1px solid #0075c2;
}
#member.entry .block .member:nth-child(even) {
	margin-right: 0;
}
#member.entry .block .member figure {
	float: right;
	margin-left: 1.6rem;
	font-size: 0;
}
#member.entry .block .member h3 {
	font-size: 1.8rem;
	margin-bottom: 0.25em;
}
#member.entry .block .member h3 a {
	color: #222;
	text-decoration: none;
}
#member.entry .block .member h3 a:after {
	content: '.';
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#member.entry .block .member:hover h3 a:after {
	background: rgba(255,255,255,0.5);
}
#member.entry .block .member p {
	font-size: 1.4rem;
	margin-bottom: 0;
}
#member.entry .block .member p.affiliation {
	font-weight: bold;
}
#member.entry .block .member p.position, #member.entry .block .member h4 {
	display: inline;
	vertical-align: middle;
}
#member.entry .block .member h4 {
	font-weight: normal;
	font-size: 1.4rem;
	margin-bottom: 0;
}

/* schedule */

article.post-2 #schedule.entry h2.subtitle + h3 {
	margin-bottom: 6em;
}
#schedule.entry .block {
	background: #e8ece9;
	margin-bottom: 3em;
	padding: 5em 10% 3em 10%;
	position: relative;
}
#schedule.entry #tabs.block > ul {
	position: absolute;
	top: -2.75em;
	right: 10%;
	left: 10%;
	padding-left: 0;
	font-weight: bold;
}
#schedule.entry #tabs.block > ul li {
	display: inline-block;
}
#schedule.entry #tabs.block > ul li a {
	display: block;
	text-decoration: none;
	color: #ccc;
	padding: 0.5em 2em;
	-moz-border-radius: 0.25em 0.25em 0 0;
	-webkit-border-radius: 0.25em 0.25em 0 0;
	border-radius: 0.25em 0.25em 0 0;
}
#schedule.entry #tabs.block > ul li.ui-state-active a {
	color: #fff;
	background: #0075c2;
}
#schedule.entry #tabs.block > ul li a:hover {
	color: #0075c2;
}
#schedule.entry #tabs.block > ul li.ui-state-active a:hover {
	color: #fff;
}
#schedule.entry #tabs.block > ul li a:focus {
	outline: none;
}
#schedule.entry .block .schedule {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2em;
	position: relative;
}
#schedule.entry .block .schedule:nth-of-type(3n) {
	margin-right: 0;
}
#schedule.entry .block .schedule .top {
	padding: 0.5em 1em;
	background: #0075c2;
	color: #fff;
	-moz-border-radius: 1em 1em 0 0;
	-webkit-border-radius: 1em 1em 0 0;
	border-radius: 1em 1em 0 0;
}
#schedule.entry .block .schedule.seminar-7 .top {
	background: #008000;
}
#schedule.entry .block .schedule.seminar-19 .top {
	background: #191970;
}
#schedule.entry .block .schedule.seminar-26 .top {
	color: inherit;
	background: #ffd700;
}
#schedule.entry .block .schedule .top p {
	margin-bottom: 0;
}
#schedule.entry .block .schedule .top .day {
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 0.25em;
}
#schedule.entry .block .schedule .top dt, #schedule.entry .block .schedule .top dd {
	display: inline;
}
#schedule.entry .block .schedule .bottom {
	padding: 1em;
	background: #fff;
	-moz-border-radius: 0 0 1em 1em;
	-webkit-border-radius: 0 0 1em 1em;
	border-radius: 0 0 1em 1em;
}
#schedule.entry .block .schedule .bottom figure {
	float: right;
}
#schedule.entry .block .schedule .bottom figure img {
	width: 90px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
#schedule.entry .block .schedule .bottom p {
	margin-bottom: 0;
}
#schedule.entry .block .schedule .bottom h3 {
	font-weight: bold;
	font-size: 2.1rem;
	margin-bottom: 0;
}
#schedule.entry .block .schedule .bottom h3 a {
	text-decoration: none;
	color: #222;
}
#schedule.entry .block .schedule .bottom h3 a:after {
	content: '.';
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#schedule.entry .block .schedule .bottom h3 a:hover:after {
	background: rgba(255,255,255,0.5);
	-moz-border-radius: 1.6rem;
	-webkit-border-radius: 1.6rem;
	border-radius: 1.6rem;
}
#schedule.entry .block .schedule .bottom h4 {
	font-weight: bold;
	font-size: inherit;
	margin-bottom: 0;
}
#schedule.entry .block .schedule .bottom h4 span {
	font-weight: normal;
	margin-left: 0.25em;
}
#schedule.entry .block .schedule .bottom p span {
	display: block;
}
#schedule.entry .more a:after {
	content: none;
}
#schedule.entry .more a:before {
	font-family: "dashicons";
	content: "\f508";
	vertical-align: bottom;
}

/* recent */

#recent.entry .block {
	margin: 0 10% 3em 10%;
}
#recent.entry .block .post {
	display: table;
	width: 100%;
}
#recent.entry .block .post time, #recent.entry .block .post h3 {
	display: table-cell;
	vertical-align: middle;
}
#recent.entry .block .post time {
	width: 11em;
	padding: 0.5em 0;
}
#recent.entry .block .post time:before {
	font-family: "dashicons";
	content: "\f469";
	vertical-align: bottom;
}
#recent.entry .block .post h3 {
	font-weight: normal;
	font-size: inherit;
	border-left: 1px solid #999;
	padding: 0.5em 0 0.5em 5em;
}
#recent.entry .block .post h3 sup {
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
	background: #f33;
	letter-spacing: .1em;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0.5em;
	z-index: 1;
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
	line-height: 1.5;
}
#recent.entry .block .post h3 sup:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	background-image: -moz-linear-gradient( left bottom, rgba(255,51,51,0) 50%, rgba(255,51,51,1) 50%);
	background-image: -webkit-linear-gradient( left bottom, rgba(255,51,51,0) 50%, rgba(255,51,51,1) 50%);
	background-image: linear-gradient(to right top, rgba(255,51,51,0) 50%, rgba(255,51,51,1) 50%);
	position: absolute;
	margin: auto;
	bottom: -0.4rem;
	left: 0;
	z-index: -1;
}
#recent.entry .more a:after {
	content: none;
}
#recent.entry .more a:before {
	font-family: "dashicons";
	content: "\f203";
	vertical-align: bottom;
}

/*-----------------------------------------------------
	widget
------------------------------------------------------*/

/* home_e */

.entry .is-layout-grid.home_e {
	margin: 0 10%;
	gap: 2em;
}
.entry .is-layout-grid.home_e > .wp-block-group {
	border: 1px solid #0075c2;
	text-align: center;
}
.entry .is-layout-grid.home_e > .wp-block-group h4 {
	background: #4496d3;
	color: #fff;
	padding: 0.5em;
}
.entry .is-layout-grid.home_e > .wp-block-group ul {
	list-style: none;
	padding-left: 0;
}
.entry .is-layout-grid.home_e > .wp-block-group ul li {
	padding: 0.25em 0;
}

/* home_d */

.entry .home_d {
	text-align: center;
}
.entry .home_d > .wp-block-group__inner-container {
	max-width: 720px;
	text-align: left;
	margin: 0 auto;
}
.entry .home_d h5.subtitle {
	margin-bottom: 0;
}
.entry .home_d h5.subtitle + h4 {
	color: #0075c2;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	font-weight: bold;
	font-size: 3.6rem;
	margin-bottom: 0.25em;
}
.entry .home_d .wp-block-image {
	font-size: 0;
}
.entry .home_d .wp-block-image .alignleft {
	margin: 0 3rem 0 0;
}
.entry .home_d .wp-block-image img {
	width: 225px;
	-moz-box-shadow: 0 0 1rem rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 1rem rgba(0,0,0,0.15);
	box-shadow: 0 0 1rem rgba(0,0,0,0.15);
}
.entry .home_d .wp-block-buttons > .wp-block-button a.wp-block-button__link:after {
	content: none;
}
.entry .home_d .wp-block-buttons > .wp-block-button a.wp-block-button__link:before {
	font-family: "dashicons";
	content: "\f203";
	vertical-align: bottom;
}

/* contact_a */

.entry .wp-block-columns.contact_a {
	text-align: center;
	padding: 0 10% 3em 10%;
	gap: 0 2em;
	background-image: -moz-linear-gradient( top, rgba(255,255,255,0) 30%, #e8ece9 30%);
	background-image: -webkit-linear-gradient( top, rgba(255,255,255,0) 30%, #e8ece9 30%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 30%, #e8ece9 30%);
}
.entry .wp-block-columns.contact_a .wp-block-column {
	border: 1px solid #4496d3;
	background: #fff;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	position: relative;
	color: #0075c2;
	padding: 1.5em 1em;
}
.entry .wp-block-columns.contact_a .wp-block-column h2 {
	font-size: 2.4rem;
	margin-bottom: 0;
	position: static;
	padding-top: 0;
}
.entry .wp-block-columns.contact_a .wp-block-column h2:before {
	content: none;
}
.entry .wp-block-columns.contact_a .wp-block-column p {
	font-size: 1.4rem;
	margin-bottom: 0;
}
.entry .wp-block-columns.contact_a .wp-block-column h2 a {
	text-decoration: none;
	color: #0075c2;
}
.entry .wp-block-columns.contact_a .wp-block-column h2 a:before {
	font-family: "dashicons";
	vertical-align: bottom;
	margin-right: 0.1em;
}
.entry .wp-block-columns.contact_a .wp-block-column.search h2 a:before {
	content: "\f179";
}
.entry .wp-block-columns.contact_a .wp-block-column.contact h2 a:before {
	content: "\f465";
}
.entry .wp-block-columns.contact_a .wp-block-column h2 a:after {
	content: '.';
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.entry .wp-block-columns.contact_a .wp-block-column h2 a:hover:after {
	background: rgba(255,255,255,0.5);
	-moz-border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	border-radius: 0.8rem;
}

/*-----------------------------------------------------
	max-width: 1260px
------------------------------------------------------*/
@media only screen and (max-width: 1260px) {

	/* article */

	main > article {
		margin: 0 3.2em;
	}

	/* footer */

	main > footer {
		padding: 5em 2em;
	}

	/* hgroup */

	main > #hgroup {
		padding: 5em 2em;
	}

	/* post */

	article > .archives .post figure img {
		width: 90px;
	}

	/* schedule */

	article > .archives .schedule .bottom figure img {
		width: 75px;
	}

	/* home_f */

	.entry .home_f {
		margin: 0 2em;
	}

	/* home_b */

	.entry .home_b {
		margin: 0 2em;
	}
	.entry .home_b > .wp-block-group__inner-container {
		padding: 2em 3em 2em 2em;
	}
	.entry .home_b > .wp-block-group__inner-container p {
		margin-right: 16em;
	}

	/* home_a */

	.entry .home_a {
		padding: 35em 2em 0 2em;
	}
	.entry .home_a > .wp-block-group__inner-container {
		padding: 4em 2em 0 2em;
	}

	/* contact_a */

	.entry .wp-block-columns.contact_a {
		padding: 0 2em 3em 2em;
	}

	/* schedule */

	#schedule.entry .block {
		padding: 5em 2em 3em 2em;
	}
	#schedule.entry #tabs.block > ul {
		right: 2em;
		left: 2em;
	}
	#schedule.entry .block .schedule .bottom figure img {
		width: 75px;
	}

	/* recent */

	#recent.entry .block {
		margin: 0 2em 3em 2em;
	}

	/* member */

	#member.entry .block {
		margin: 0 2em;
	}

	/* home_e */

	.entry .is-layout-grid.home_e {
		margin: 0 2em;
	}

	/* home_d */

	.entry .home_d > .wp-block-group__inner-container {
		max-width: none;
		margin: 0 2em;
	}

}
/*-----------------------------------------------------
	keyframes
------------------------------------------------------*/
@keyframes appear {

	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
@-webkit-keyframes blink {

	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
@-moz-keyframes blink {

	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
@keyframes blink {

	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
/*-----------------------------------------------------
	Media Queries
------------------------------------------------------*/
@media print {

}
