@charset "utf-8";
/*
Theme Name: Matsumoto Universal Design
Version: 1.0beta
Author: Tomofumi Aizawa
*/

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

html {
	font-size: 62.5%;
}
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%;
	border-top: 5px solid #15007F;
	position: relative;
}
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
------------------------------------------------------*/

/* header */

header {
	font-size: 1.6em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 10%;
	padding: 1em 0;
}
header .logo {
	margin: auto auto auto 0;
	font-size: 0;
}
header .logo img {
	width: 480px;
}
header nav {
	margin: auto 0 auto auto;
}

/* nav */

header nav .menu {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	font-size: 0;
}
header nav .menu li {
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: .1em;
}
header nav .menu li:not(:first-child) {
	margin-left: 2em;
}
header nav .menu li a {
	text-decoration: none;
	color: #222;
}
header nav .menu li a:hover {
	color: #15007F;
}
header nav .menu li.menu-item-has-children > a:after {
	font-family: "dashicons";
	content: "\f140";
	vertical-align: bottom;
}
header nav .menu li.home a:before {
	font-family: "dashicons";
	content: "\f102";
	vertical-align: bottom;
}
header nav .menu li .sub-menu {
	display: none;
	width: auto;
	max-width: none;
	min-width: 10em;
	text-align: left;
	position: absolute;
	z-index: 10;
	padding: 0.25em 0 0 0;
}
header nav .menu li .sub-menu:before {
	content: '.';
	font-size: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	background: #15007F;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 1.6rem;
	z-index: -1;
}
header nav .menu li .sub-menu li {
	display: block;
	white-space: nowrap;
}
header nav .menu li .sub-menu li:not(:first-child) {
	margin-left: 0;
}
header nav .menu li .sub-menu li a, header nav .menu .current-menu-item .sub-menu li a {
	padding: 0.5em 1em;
	background: #15007F;
	color: #fff;
	display: block;
}
header nav .menu li .sub-menu li a:hover {
	background: #1a0dab;
}
header nav .menu li .sub-menu li .sub-menu {
	top: 0;
	left: 100%;
}
header nav .menu li .sub-menu li .sub-menu:before {
	top: 1.5rem;
	left: 0.75rem;
}
header nav .menu li:hover > .sub-menu {
	display: block;
	animation: appear .5s ease;
}

/* main */

main {
	display: block;
}

/* article */

article.type-member {
	margin: 0 10%;
}
article.type-member:after {
	content: '.';
	height: 0;
	font-size: 0;
	display: block;
	width: 100%;
	clear: both;
	visibility: hidden;
}

/* aside */

/* footer */

footer {
	font-size: 1.6em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 10%;
	padding: 1em 0;
}
footer .menu {
	font-size: 0;
	margin: 0 auto 0 0;
}
footer .menu li {
	display: inline-block;
	font-size: 1.2rem;
}
footer .menu li:not(:last-child) {
	margin-right: 1em;
}
footer small {
	margin: 0 0 0 auto;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	display: block;
}

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

/* hgroup */

article > #hgroup {
	font-size: 1.6em;
	margin: 0 10%;
	padding: 5em 0;
	text-align: left;
}
article > #hgroup h1 {
	font-size: 3.6rem;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
}
article > #hgroup time {
	display: block;
	font-size: 1.4rem;
}
article > #hgroup ul {
	font-size: 0;
}
article > #hgroup ul li {
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 1em;
}
article > #hgroup ul li a:before {
	content: '#';
}
article > #hgroup .post-categories {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
}
article > #hgroup .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}
article.type-member > #hgroup {
	margin: 0;
}

/* bread */

article > #bread {
	font-size: 0;
	text-align: left;
	padding: 1.2rem 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 0 10% 8rem 10%;
}
article > #bread li {
	display: inline-block;
	font-size: 1.2rem;
}
article > #bread li:not(:last-child):after {
	font-family: "dashicons";
	content: "\f345";
	margin: 0 1em;
	vertical-align: bottom;
}
article > #bread li:first-child a:before {
	font-family: "dashicons";
	content: "\f102";
}
article.type-member > #bread {
	margin: 0 0 8rem 0;
}

/* pagelink */

article > #pagelink {
	padding: 5em 2em;
	text-align: center;
	font-size: 1.6em;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	margin-top: -5em;
}
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: #fff;
}
article > #pagelink li a {
	text-decoration: none;
	background: #ccc;
}
article > #pagelink li span, article > #pagelink li a:hover {
	background: #333;
}

/* postlink */

article > #postlink {
	font-size: 0;
	margin: 0 3.2rem;
}
article > #postlink li {
	display: inline-block;
	margin: -5em 0.5em 5em 0.5em;
	font-size: 1.6rem;
}
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: "\f340";
}
article > #postlink li a[rel="next"]:after {
	content: "\f344";
}

/* type-member */

article.type-member > #left {
	float: left;
	width: calc(25% - 3em);
	font-size: 1.6em;
	text-align: left;
	padding-right: 3em;
}
article.type-member > #left h2 {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 1em;
}
article.type-member > #left .member {
	width: 100%;
	padding: 1em 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-right: 5%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
article.type-member > #left .member figure {
	margin: auto 1em auto 0;
	width: 100%;
	max-width: 90px;
}
article.type-member > #left .member .right {
	margin: auto 0;
}
article.type-member > #left .member .right .post-categories {
	list-style: none;
	font-size: 1.2rem;
}
article.type-member > #left .member .right .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}
article.type-member > #left .member .right h3 {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
}

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

article > .archives {
	font-size: 1.6em;
	text-align: left;
	margin: 0 10% 10em 10%;
}

/* post */

article > .archives .post {
	float: left;
	width: 48.5%;
	padding: 2em 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}
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-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
	font-size: 2.1rem;
}
article > .archives .post h2 sup {
	font-size: 1rem;
	color: #fff;
	background: #f00;
	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;
}
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,0,0,0) 50%, rgba(255,0,0,1) 50%);
	background-image: -webkit-linear-gradient( left bottom, rgba(255,0,0,0) 50%, rgba(255,0,0,1) 50%);
	background-image: linear-gradient(to right top, rgba(255,0,0,0) 50%, rgba(255,0,0,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;
	font-size: 1.2rem;
}
article > .archives .post ul li a:before {
	content: '#';
}
article > .archives .post .post-categories {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
}
article > .archives .post .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}
article > .archives .post time {
	display: block;
	font-size: 1.2rem;
}

/* member */

article > .archives .member {
	float: left;
	width: 30%;
	padding: 2em 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-right: 5%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
article > .archives .member:nth-of-type(3n) {
	margin-right: 0;
}
article > .archives .member:nth-of-type(3n+1) {
	clear: left;
}
article > .archives .member figure {
	margin: auto 1em auto 0;
	width: 100%;
	max-width: 180px;
}
article > .archives .member .right {
	margin: auto 0;
}
article > .archives .member .right .post-categories {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 1.2rem;
}
article > .archives .member .right .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}
article > .archives .member h2 {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

/* pagination */

article > .navigation.pagination {
	padding: 5em 2em;
	margin-top: -5em;
	font-size: 1.6em;
	font-family: "BIZ UDPGothic", sans-serif;
}
article > .navigation.pagination .nav-links {
	font-weight: 400;
}
article > .navigation.pagination .nav-links .page-numbers {
	margin: 0 0.1em;
	text-decoration: none;
	background: #ccc;
	color: #fff;
	display: inline-block;
	padding: 0.15em 0;
	min-width: 2em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
article > .navigation.pagination .nav-links .page-numbers.current, article > .navigation.pagination .nav-links .page-numbers:hover {
	background: #333;
}
article > .navigation.pagination .nav-links .prev.page-numbers, article > .navigation.pagination .nav-links .next.page-numbers {
	padding: 0;
	background: transparent;
	font-family: inherit;
	font-weight: normal;
	color: #1a0dab;
	text-decoration: underline;
}
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: "\f340";
}
article > .navigation.pagination .nav-links .next.page-numbers:after {
	content: "\f344";
}

/*-----------------------------------------------------
	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: -1em;
}

/* 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;
	display: block;
}
.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-file + .wp-block-file {
	margin-top: -1em;
}

/* wp-block-image */

.wp-block-image .alignleft {
	margin: 0 1em 0 0;
}
.wp-block-image .alignright {
	margin: 0 0 0 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: #15a15b;
	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: #71ba2e;
}
.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 {
	font-size: 1.6em;
	text-align: left;
	margin: 0 10%;
	padding-bottom: 10em;
}
.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;
}
.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, serif;
	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;
}

/* type-member */

article.type-member .entry {
	margin: 0;
	float: right;
	width: 75%;
}

/* full */

article.post-2 .entry {
	margin: 0;
	padding-bottom: 10em;
}

/* counter */

article.post-12 .entry {
	counter-reset: number;
}

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

/* clearfix */

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

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

/* guide_b */

.entry .guide_b {
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0;
}
.entry .guide_b h4 {
	margin-bottom: 0;
	padding-left: 2.25em;
}
.entry .guide_b h4:before {
	counter-increment: number;
	content: counter(number);
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	display: block;
	background: #15a15b;
	color: #fff;
	float: left;
	margin-left: -2.25em;
	width: 1.65em;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.entry .guide_b h4 strong {
	display: block;
	color: #15a15b;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-size: 1.3rem;
}
.entry .guide_b p {
	margin-bottom: 0;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
}

/* guide_a */

.entry .guide_a {
	border: 5px solid #006fbc;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 1em 2em;
}
.entry .guide_a figure {
	width: 160px;
	margin-right: 2em;
}
.entry .guide_a p {
	margin-bottom: 0;
}

/* purpose_d */

.entry .purpose_d h2 {
	color: #eb6120;
}

/* purpose_c */

.entry .purpose_c {
	border: 5px solid #006fbc;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 1em 2em;
}
.entry .purpose_c h3:before {
	content: "\f12a";
	font-family: "dashicons";
	vertical-align: bottom;
	color: #15a15b;
}
.entry .purpose_c p {
	margin-bottom: 1em;
}

/* purpose_b */

.entry .purpose_b {
	background: rgba(255,255,255,0.85);
	border: 5px solid #006fbc;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.entry .purpose_b h2 {
	color: #fff;
	background: #006fbc;
	padding: 0.25em 0.5em;
	font-size: inherit;
}

/* purpose_a */

.entry h2.purpose_a {
	background-image: -moz-linear-gradient( left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 100%), url('images/bg_01.jpg');
	background-image: -webkit-linear-gradient( left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 100%), url('images/bg_01.jpg');
	background-image: linear-gradient(to right, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 100%), url('images/bg_01.jpg');
	background-position: 0 0, 50% 25%;
	background-size: auto, cover;
	color: #fff;
	padding: 4em 2em;
	text-shadow: 0 0 0.25em rgba(0,0,0,0.5), 0 0 0.5em rgba(0,0,0,0.5), 0 0 1em rgba(0,0,0,0.5);
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

/* home_b */

.entry .home_b {
	margin: 0 0 5em 0;
	padding: 10em 10%;
	background-position: 0 0, 50% 100%;
	background-size: auto, cover;
}
.entry .home_b .wp-block-group__inner-container {
	background: rgba(255,255,255,0.85);
	display: inline-block;
	border: 5px solid #006fbc;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.entry .home_b .wp-block-group__inner-container h1 {
	color: #fff;
	background: #006fbc;
	padding: 0.25em 0.5em;
	font-size: inherit;
}

/* home_a */

.entry p.home_a {
	text-align: center;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	font-size: 2.1rem;
	letter-spacing: .1em;
	margin-right: 10%;
	margin-left: 10%;
}
.entry p.home_a a {
	display: block;
	padding: 1em;
	color: #fff;
	background: #15007F;
	text-decoration: none;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
.entry p.home_a a:hover {
	background: #1a0dab;
}
.entry p.home_a a:after {
	font-family: "dashicons";
	content: "\f327";
	vertical-align: bottom;
	margin-left: 0.1em;
}

/* member_c */

.entry figure.member_c.wp-block-table table {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.entry figure.member_c.wp-block-table td {
	border: none;
	padding: 0.75em 1em;
}
.entry figure.member_c.wp-block-table tr td:nth-last-child(2) {
	width: 20em;
}
.entry figure.member_c.wp-block-table tr td:nth-last-child(3) {
	background: rgba(0,0,0,0.05);
	width: 10em;
}
.entry figure.member_c.wp-block-table tr:not(:last-child) td {
	border-bottom: 1px solid #999;
}

/* member_b */

.entry figure.member_b.wp-block-table table {
	border-collapse: separate;
	border-spacing: 0 1em;
}
.entry figure.member_b.wp-block-table tr {
	background: rgba(0,0,0,0.05);
}
.entry figure.member_b.wp-block-table td {
	border: none;
	padding: 0.75em 1em;
}
.entry figure.member_b.wp-block-table tr td:first-child {
	background: #999;
	color: #fff;
	width: 10em;
	position: relative;
}
.entry figure.member_b.wp-block-table tr td:first-child:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	margin: auto;
	position: absolute;
	top: 0;
	right: -0.5rem;
	bottom: 0;
	background: #999;
	transform: rotate(45deg);
}

/* member_a */

.entry figure.member_a.wp-block-table table {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.entry figure.member_a.wp-block-table td {
	border: none;
	padding: 0.75em 1em;
}
.entry figure.member_a.wp-block-table tbody tr:nth-child(even) {
	background: rgba(0,0,0,0.05);
}
.entry figure.member_a.wp-block-table tr td:first-child {
	background: rgba(0,0,0,0.05);
	width: 10em;
}

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

/* recent */

#recent.entry {
	margin: 0 10%;
}
#recent.entry .post {
	display: table;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}
#recent.entry .post:last-of-type {
	margin-bottom: 3em;
}
#recent.entry .post time, #recent.entry .post h3 {
	display: table-cell;
	vertical-align: middle;
}
#recent.entry .post h3 {
	font-size: inherit;
}
#recent.entry .post h3 sup {
	font-size: 1rem;
	color: #fff;
	background: #f00;
	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;
}
#recent.entry .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,0,0,0) 50%, rgba(255,0,0,1) 50%);
	background-image: -webkit-linear-gradient( left bottom, rgba(255,0,0,0) 50%, rgba(255,0,0,1) 50%);
	background-image: linear-gradient(to right top, rgba(255,0,0,0) 50%, rgba(255,0,0,1) 50%);
	position: absolute;
	margin: auto;
	bottom: -0.4rem;
	left: 0;
	z-index: -1;
}
#recent.entry .post time {
	width: 10em;
}
#recent.entry p {
	text-align: center;
	font-weight: bold;
}
#recent.entry p a {
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	background: #15a15b;
	color: #fff;
	display: inline-block;
	padding: 0.75em 1em;
    font-size: inherit;
	min-width: calc(360px - 2em);
	text-decoration: none;
}
#recent.entry p a:before {
	font-family: "dashicons";
	content: "\f203";
	vertical-align: bottom;
}
#recent.entry p a:hover {
	background: #71ba2e;
}

/* member */

#member.entry {
	margin: 0 10%;
}
#member.entry .member {
	float: left;
	width: 30%;
	padding: 2em 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	margin-right: 5%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#member.entry .member:nth-of-type(3n) {
	margin-right: 0;
}
#member.entry .member:nth-of-type(3n+1) {
	clear: left;
}
#member.entry .member figure {
	margin-top: auto;
	margin-right: 1em;
	margin-bottom: auto;
	margin-left: 0;
	width: 100%;
	max-width: 180px;
}
#member.entry .member .right {
	margin: auto 0;
}
#member.entry .member .right .post-categories {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 1.2rem;
}
#member.entry .member .right .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}
#member.entry .member .right h3 {
	font-size: inherit;
	margin-bottom: 0;
}

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

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

	/* header */

	header {
		margin: 0 2em;
	}

	/* footer */

	footer {
		margin: 0 2em;
	}

	/* hgroup */

	article > #hgroup {
		margin: 0 2em;
	}
	.home article > #hgroup {
		padding: 12.5em 2em;
	}

	/* bread */

	article > #bread {
		margin: 0 3.2rem 8rem 3.2rem;
	}

	/* article */

	article.type-member {
		margin: 0 3.2em;
	}

	/* archives */

	article > .archives {
		margin: 0 2em 10em 2em;
	}

	/* entry */

	.entry {
		margin: 0 2em;
	}

	/* home_b */

	.entry .home_b {
		padding: 10em 2em;
	}

	/* home_a */

	.entry p.home_a {
		margin-right: 2em;
		margin-left: 2em;
	}

	/* member_c */

	.entry figure.member_c.wp-block-table tr td:nth-last-child(2), .entry figure.member_c.wp-block-table tr td:last-child {
		display: block;
		width: auto;
	}
	.entry figure.member_c.wp-block-table tr:not(:last-child) td:nth-last-child(2) {
		border-bottom: none;
	}

	/* recent */

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

	/* member */

	#member.entry {
		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 {

	header {
		position: absolute;
	}

}
/*-----------------------------------------------------
	Google Fonts
------------------------------------------------------*/
/*
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	font-weight: 400;
*/
