@charset "utf-8";
/*
Theme Name: 長野県臨床細胞学会
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%;
	background-color: #eeeeee;
}
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
------------------------------------------------------*/

/* main */

main {
	background: #fff;
	max-width: 960px;
	min-height: 100vh;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0 2em;
}
main > .logo {
	display: none;
}

/* header */

header {
	font-size: 1.6em;
	margin: 0 auto 0 0;
	flex-basis: 240px;
	z-index: 1;
}
header .inner > .logo {
	font-size: 0;
	background: #00a99d;
	padding: 2.1rem 0;
	-moz-border-radius: 0 0 0.8rem 0.8rem;
	-webkit-border-radius: 0 0 0.8rem 0.8rem;
	border-radius: 0 0 0.8rem 0.8rem;
	margin-bottom: 3.2rem;
}
header .inner > .logo img {
	width: 210px;
}

/* nav */

header .inner > .menu {
	font-weight: bold;
	text-align: left;
	margin: 0 1em 2em 1em;
}
header .inner > .menu li {
	margin-bottom: 0.5em;
	position: relative;
}
header .inner > .menu > .menu-item-has-children > a {
	position: relative;
}
header .inner > .menu > .menu-item-has-children > a:after {
	font-family: "Material Symbols Outlined";
	content: "\e315";
	display: block;
	line-height: 1;
	height: 1em;
	width: 1em;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	color: rgba(0,0,0,0.25);
}
header .inner > .menu li a {
	display: block;
	color: #222;
	text-decoration: none;
	border-left: 3px solid #00a99d;
	padding-left: 1em;
}
header .inner > .menu li a:hover {
	color: #00a99d;
}
header .inner > .menu li a:not([href]) {
	color: #999;
}
header .inner > .menu li a .menu_description {
	display: block;
	font-weight: normal;
	font-size: 1.2rem;
}
header .inner > .menu li .sub-menu {
	display: none;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 100%;
}
header .inner > .menu li:hover > .sub-menu {
	display: block;
	animation: appear .5s ease;
	-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);
}
header .inner > .menu li .sub-menu:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 2rem;
	height: 2rem;
	background: #00a99d;
	position: absolute;
	top: 1rem;
	left: 0.5rem;
	transform: rotate(45deg);
	z-index: -1;
}
header .inner > .menu li .sub-menu li {
	white-space: nowrap;
	margin-bottom: 0;
}
header .inner > .menu li .sub-menu li a {
	color: #fff;
	border-left: 0;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background: #00a99d;
	min-width: 160px;
}
header .inner > .menu li .sub-menu li a:hover {
	background: #008080;
}
header .inner > .menu li .sub-menu li a .menu_description {
	display: none;
}

/* aside */

aside > ul {
	margin: 0 1em 2em 1em;
}

/* article */

article {
	margin: 0 0 0 auto;
	flex: 1;
}

/* footer */

footer {
	flex-basis: 100%;
	font-size: 1.6em;
}
footer .top {
	background: #00a99d;
	color: #fff;
	padding: 2em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
footer .top a {
	color: #fff;
}
footer .top .left {
	text-align: left;
	margin: 0 auto auto 0;
}
footer .top .left .logo img {
	width: 300px;
}
footer .top .left h2, footer .top .left p {
	display: inline-block;
	vertical-align: top;
	font-size: 1.3rem;
}
footer .top .left h2 {
	font-weight: bold;
}
footer .top .left p {
	padding-left: 1.5em;
	margin-left: 1em;
	border-left: 1px solid #fff;
}
footer .top > p {
	margin: 0 0 auto auto;
	text-align: left;
	font-weight: bold;
}
footer .top > p a {
	display: block;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	border: 2px solid #fff;
	text-decoration: none;
	padding: 0.5em 3em;
}
footer .top > p a strong {
	display: block;
	font-weight: normal;
	font-size: 1.2rem;
}
footer .top > p a:before {
	font-family: "Material Symbols Outlined";
	content: "\e158";
	display: block;
	float: left;
	margin-left: -1.25em;
}
footer .top > p a:hover {
	background: #fff;
	color: #00a99d;
}
footer > ul {
	padding: 1.3rem 2.6rem;
	font-size: 0;
}
footer > ul li {
	display: inline-block;
	font-size: 1.3rem;
}
footer > ul li:not(:last-child):after {
	content: '|';
	margin: 0 1em;
}

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

/* hgroup */

article > #hgroup {
	font-size: 1.6em;
	padding: 8em 2em 3em 2em;
	color: #fff;
	background-image: url('images/bg_00.jpg');
	background-position: 50% 50%;
	background-size: cover;
	text-align: left;
}
article > #hgroup a {
	color: #fff;
}
article > #hgroup h1 {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .1em;
}
article > #hgroup time {
	display: block;
	font-size: 1.2rem;
}
article > #hgroup time:before {
	font-family: "Material Symbols Outlined";
	content: "\e8b5";
	vertical-align: bottom;
}
article > #hgroup ul {
	font-size: 1.2rem;
}
article > #hgroup ul li {
	display: inline-block;
	margin-right: 1em;
}
article > #hgroup ul li a:before {
	content: '#';
}
article > #hgroup .post-categories li a:before {
	font-family: "Material Symbols Outlined";
	content: "\e2c7";
}

/* bread */

article > ul#bread {
	text-align: left;
	font-size: 0;
	padding: 1.2rem 0;
	margin-bottom: 8rem;
	white-space: nowrap;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
article > ul#bread::-webkit-scrollbar {
	display: none;
}
article > ul#bread li {
	display: inline-block;
	font-size: 1.2rem;
}
article > ul#bread li:first-child a:before {
	font-family: "Material Symbols Outlined";
	content: "\e88a";
}
article > ul#bread li:not(:last-child):after {
	font-family: "Material Symbols Outlined";
	content: "\e315";
	margin: 0 0.75em;
	vertical-align: middle;
}

/* pagelink */

article > #pagelink {
	font-size: 1.6em;
	margin: -5em 0 5em 0;
	font-weight: bold;
}
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;
}
article > #pagelink li a {
	text-decoration: none;
	border: 2px solid #00a99d;
	color: #00a99d;
}
article > #pagelink li span, article > #pagelink li a:hover {
	border: 2px solid #00a99d;
	background: #00a99d;
	color: #fff;
}

/* postlink */

article > #postlink {
	margin: -5em 2em 5em 2em;
	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: "Material Symbols Outlined";
}
article > #postlink li a[rel="prev"]:before {
	content: "\e314";
}
article > #postlink li a[rel="next"]:after {
	content: "\e315";
}

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

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

/* post */

article > .archives .post {
	padding: 2em 0;
	border-top: 2px solid #00a99d;
}
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.1rem;
	margin-bottom: 0.25em;
}
article > .archives .post h2 sup {
	font-size: 1rem;
	font-weight: normal;
	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;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
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 li a:before {
	font-family: "Material Symbols Outlined";
	content: "\e2c7";
}
article > .archives .post time {
	display: block;
	font-size: 1.2rem;
}
article > .archives .post time:before {
	font-family: "Material Symbols Outlined";
	content: "\e8b5";
	vertical-align: bottom;
}

/* pagination */

article > .navigation.pagination {
	margin: -5em 2em 5em 2em;
	font-size: 1.6em;
}
article > .navigation.pagination .nav-links .page-numbers {
	margin: 0 0.1em;
	text-decoration: none;
	border: 2px solid #00a99d;
	color: #00a99d;
	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 {
	background: #00a99d;
	color: #fff;
}
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: "Material Symbols Outlined";
}
article > .navigation.pagination .nav-links .prev.page-numbers:before {
	content: "\e314";
}
article > .navigation.pagination .nav-links .next.page-numbers:after {
	content: "\e315";
}

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

/* drawer */

.drawer-hamburger {
	display: none;
}

/* wp-block */

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

/* wp-block-image */

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

/* wp-block-file */

.wp-block-file:not(.wp-element-button) {
	font-size: inherit;
}
.wp-block-file + .wp-block-file {
	margin-top: -1em;
}
.wp-block-file:not(.wp-element-button) a {
	text-decoration: none;
	border: 2px solid #222;
	color: #222;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	padding: 0.5em 1em;
	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: 2px 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: 2px solid #008000;
	color: #008000;
}
.wp-block-file:not(.wp-element-button) a[href*=".pdf"] {
	border: 2px 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: "Material Symbols Outlined";
	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: "\ea7d";
}
.wp-block-file:not(.wp-element-button) a[href*=".xls"]:before, .wp-block-file:not(.wp-element-button) a[href*=".xlsx"]:before {
	content: "\f191";
}
.wp-block-file:not(.wp-element-button) a[href*=".pdf"]:before {
	content: "\e415";
}
.wp-block-file:not(.wp-element-button) a[href*=".zip"]:before {
	content: "\eb2c";
}

/* wp-block-buttons */

.is-layout-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.wp-block-buttons {
	box-sizing: border-box;
	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: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	background-color: transparent;
	border: 2px solid #00a99d;
	color: #00a99d;
	padding: 0.5em 1em;
	font-size: inherit;
	min-width: calc(300px - 2em);
	text-decoration: none;
	display: inline-block;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link:hover {
	background: #00a99d;
	color: #fff;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link:after {
	font-family: "Material Symbols Outlined";
	content: "\e315";
	vertical-align: bottom;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link[target*="blank"]:after {
	content: "\e89e";
}

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

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

.entry {
	text-align: left;
	font-size: 1.6em;
	margin: 0 1em 10em 1em;
}
.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: 2.1rem;
}
.entry h2 {
	font-size: 1.8rem;
	background: #00a99d;
	color: #fff;
	padding: 0.25em 0.5em 0.25em 1.5em;
	position: relative;
}
.entry h2 strong {
	font-size: 1.4rem;
	font-weight: normal;
	margin-left: 1em;
}
.entry h2:before {
	content: '.';
	font-size: 0;
	display: block;
	position: absolute;
	width: 4px;
	height: auto;
	top: 0.5rem;
	bottom: 0.5rem;
	left: 1rem;
	margin: auto;
	background: #fff;
}
.entry h3 {
	font-size: 1.8rem;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #999;
}
.entry h4 {
	font-size: 1.8rem;
}
.entry h5 {
	font-size: 1.6rem;
}
.entry h6 {
	font-weight: normal;
}
.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;
}

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

/* spacer */

div.spacer {
	clear: both;
}

/* clearfix */

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

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

/* news_a */

.entry .news_a {
	margin-bottom: 2em;
	border: 1px solid #999;
	padding: 1em 2em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.entry .news_a :last-child {
	margin-bottom: 0;
}
.entry .news_a h3 {
	margin-bottom: 0.5em;
	padding-bottom: 0;
	border-bottom: none;
}
.entry .news_a h4 {
	margin-bottom: 0.5em;
}
.entry .news_a ul {
	padding-left: 0;
}
.entry .news_a ul + ul {
	margin-top: -1.75em;
}
.entry .news_a ul li {
	display: inline-block;
	margin-right: 1em;
}
.entry .news_a ul li:before {
	font-family: "Material Symbols Outlined";
	content: "\e5df";
	vertical-align: bottom;
}

/* home_d */

figure.home_d img {
	-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);
}

/* home_c */

.entry p.home_c:before {
	font-family: "Material Symbols Outlined";
	content: "\e002";
	vertical-align: bottom;
}

/* home_b */

.entry .home_b {
	margin-bottom: 2em;
}
.entry .home_b .post {
	display: table;
	width: 100%;
	border-bottom: 1px solid #999;
}
.entry .home_b .post time, .entry .home_b .post h4 {
	display: table-cell;
	vertical-align: middle;
	padding: 0.5em 0;
}
.entry .home_b .post time {
	width: 10em;
}
.entry .home_b .post time:before {
	font-family: "Material Symbols Outlined";
	content: "\e8b5";
	vertical-align: bottom;
}
.entry .home_b .post h4 {
	font-size: inherit;
}
.entry .home_b .post.post-password-protected h4 a:before {
	font-family: "Material Symbols Outlined";
	vertical-align: bottom;
	content: '\e897';
}

/* home_a */

.entry .home_a {
	padding: 15em 2em 2.5em 2em;
	color: #fff;
	background-image: url('images/bg_00.jpg');
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 5em;
	text-align: center;
}
.entry .home_a :last-child {
	margin-bottom: 0;
}
.entry .home_a h2 {
	font-size: 2.1rem;
	margin-bottom: 0;
	background: transparent;
	color: inherit;
	padding: 0;
}
.entry .home_a h2:before {
	content: none;
}

/* company_a */

.entry .company_a table {
	width: 100%;
}
.entry .company_a th, .entry .company_a td {
	padding: 0.75em 1em;
}
.entry .company_a tr:first-child {
	border-top: 1px solid #999;
}
.entry .company_a tr {
	border-bottom: 1px solid #999;
}
.entry .company_a th {
	width: 8em;
}

/* service_a */

.entry .service_a {
	margin-bottom: 2em;
	border: 1px solid #999;
	padding: 1em 2em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.entry .service_a :last-child {
	margin-bottom: 0;
}
.entry .service_a .wp-block-image {
	float: right;
	margin-bottom: 0;
	margin-left: 1em;
}
.entry .service_a .wp-block-image img {
	max-width: 120px;
}
.entry .service_a h3 {
	margin-bottom: 0.5em;
	padding-bottom: 0;
	border-bottom: none;
}
.entry .service_a ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 1em;
}
.entry .service_a ul li {
	margin-bottom: 0.25em;
	padding-left: 3em;
}
.entry .service_a ul li:before {
	display: block;
	color: #fff;
	padding: 0 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	float: left;
	margin-left: -3em;
}
.entry .service_a ul li.date:before {
	content: '日時';
	background: #008000;
}
.entry .service_a ul li.period:before {
	content: '会期';
	background: #ff8c00;
}
.entry .service_a ul li.place:before {
	content: '会場';
	background: #dc143c;
}
.entry .service_a ul li.method:before {
	content: '形式';
	background: #4169e1;
}

/* concept_a */

.entry .concept_a.wp-block-image {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #999;
}
.entry .concept_a.wp-block-image img, .entry .concept_a.wp-block-image figcaption {
	display: inline-block;
	vertical-align: bottom;
}
.entry .concept_a.wp-block-image figcaption strong {
	font-weight: bold;
	display: block;
	font-size: 1.8rem;
}
.entry .concept_a.wp-block-image img {
	width: 200px;
	margin-right: 2em;
}

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

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

/* aside */

aside .entry {
	font-size: inherit;
	margin: 0 1em 2em 1em;
}

/* contact_a */

.entry .wp-block-group.contact_a {
	padding: 1em 0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
.entry .wp-block-group.contact_a h2 {
	font-size: 1.4rem;
	margin-bottom: 0;
	background: transparent;
	color: inherit;
	padding: 0;
}
.entry .wp-block-group.contact_a h2:before {
	content: none;
}
.entry .wp-block-group.contact_a p {
	font-size: 1.3rem;
	margin-bottom: 1em;
}
.entry .wp-block-group.contact_a .wp-block-buttons.is-layout-flex {
	display: block;
}
.entry .wp-block-group.contact_a .wp-block-buttons.is-layout-flex > .wp-block-button {
	margin: 0 0 0.5em 0;
	display: block;
}
.entry .wp-block-group.contact_a .wp-block-buttons.is-layout-flex > .wp-block-button a.wp-block-button__link {
	min-width: 0;
	width: calc(100% - 3.25em - 4px);
	box-sizing: content-box;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	background: #00a99d;
	color: #fff;
	text-align: left;
	padding: 0.5em 1em 0.5em 2.25em;
}
.entry .wp-block-group.contact_a .wp-block-buttons.is-layout-flex > .wp-block-button a.wp-block-button__link strong {
	display: block;
	font-weight: normal;
	font-size: 1.2rem;
}
.entry .wp-block-group.contact_a .wp-block-buttons > .wp-block-button a.wp-block-button__link:before {
	font-family: "Material Symbols Outlined";
	content: "\e158";
	display: block;
	float: left;
	margin-left: -1.25em;
}
.entry .wp-block-group.contact_a .wp-block-buttons > .wp-block-button a.wp-block-button__link:after {
	content: none;
}
.entry .wp-block-group.contact_a .wp-block-buttons > .wp-block-button a.wp-block-button__link:hover {
	background: transparent;
	color: #00a99d;
}

/*-----------------------------------------------------
	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 {

}