@charset "utf-8";
/*
Theme Name: JSRCR 11th
Version: 1.0 beta
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;
}
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 {
	display: block;
	background: #fff;
	width: 1024px;
	min-width: 1024px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 1em rgba(0,0,0,0.15);
	box-shadow: 0 0 1em rgba(0,0,0,0.15);
	text-align: left;
	min-height: 100vh;
}

/* header */

header {
	border-bottom: 4px solid #1057a2;
	background-image: url('images/bg_00.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 1em;
	margin-bottom: 1em;
	font-size: 1.6em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
header .logo {
	font-size: 0;
	padding: auto auto auto 0;
}
header ul {
	text-align: right;
	margin: auto 0 auto auto;
}
header ul li a {
	color: #222;
}
header ul li:first-child {
	margin-bottom: 0.25em;
	font-size: 1.3rem;
}
header ul li:first-child a[target*="blank"]:after {
	font-family: "dashicons";
	content: "\f504";
}
header ul li:last-child {
	font-weight: bold;
}
header ul li:last-child a {
	color: #fff;
	display: inline-block;
	padding: 0.25em 1em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	text-decoration: none;
	background: #1057a2;
	min-width: calc(210px - 2em);
	text-align: center;
}
header ul li:last-child a:hover {
	background: #4277b3;
}
header ul li:last-child a:before {
	font-family: "dashicons";
	content: "\f465";
	vertical-align: bottom;
	margin-right: 0.15em;
}

/* aside */

aside {
	font-size: 1.6em;
	margin: 0 0 2em 1em;
	float: left;
	width: 240px;
}

/* article */

article {
	font-size: 1.6em;
	margin: 0 1em 2em 0;
	float: right;
	width: 720px;
}

/* nav */

aside > nav {
	margin-bottom: 2em;
}
aside > nav .menu {
	font-weight: bold;
}
aside > nav .menu li {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.0) 100%);
}
aside > nav .menu li:not(:last-child) {
	margin-bottom: 0.25em;
}
aside > nav .menu li a {
	display: block;
	text-decoration: none;
	padding: 0.5em;
	color: #1057a2;
	border-left: 4px solid #1057a2;
	position: relative;
}
aside > nav .menu li a:after {
	font-family: "dashicons";
	content: "\f345";
	display: block;
	line-height: 1;
	height: 1em;
	width: 1.25em;
	color: #bcd1d6;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
aside > nav .menu li a:hover {
	background: rgba(0,0,0,0.05);
	color: #4277b3;
	border-left: 4px solid #4277b3;
}

/* footer */

footer {
	clear: both;
	border-top: 3px solid #1057a2;
	text-align: center;
	font-size: 1.6em;
	padding: 2em 1em;
}
footer ul {
	font-size: 0;
}
footer ul li {
	font-size: 1.2rem;
	display: inline-block;
}
footer ul li:not(:last-child):after {
	content: '|';
	margin: 0 0.5em;
}
footer ul li.home a:before {
	font-family: "dashicons";
	content: "\f102";
}
footer ul li.article a:before {
	font-family: "dashicons";
	content: "\f203";
}
footer ul li.contact a:before {
	font-family: "dashicons";
	content: "\f465";
}
footer small {
	display: block;
	font-size: 1.2rem;
	margin-top: 0.5em;
}

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

/* bread */

article > #bread {
	font-size: 0;
	margin-bottom: 1rem;
	color: #999;
}
article > #bread li {
	display: inline-block;
	font-size: 1.2rem;
}
article  > #bread li:first-child a:before {
	font-family: "dashicons";
	content: "\f102";
}
article > #bread li:not(:last-child):after {
	content: "\f345";
	font-family: "dashicons";
	margin: 0 0.5em;
	vertical-align: middle;
}

/* hgroup */

article > #hgroup {
	background: -moz-linear-gradient(top left, #1057a2 0%, #4277b3 100%);
	background: -webkit-linear-gradient(top left, #1057a2 0%,#4277b3 100%);
	background: linear-gradient(to right bottom, #1057a2 0%,#4277b3 100%);
	margin-bottom: 3em;
	padding: 3em 1em 1.5em 1em;
	color: #fff;
}
article > #hgroup a {
	color: #fff;
}
article > #hgroup h1 {
	font-size: 2.1rem;
	padding-bottom: 0.25em;
	font-weight: bold;
	position: relative;
}
article > #hgroup h1:after {
	content: '.';
	font-size: 0;
	display: block;
	height: 1px;
	width: 100%;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.25) 25%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.25) 25%);
	background: linear-gradient(to right, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.25) 25%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
article > #hgroup time {
	margin-top: 0.5em;
	font-size: 1.3rem;
	display: block;
}
article > #hgroup time:before {
	font-family: "dashicons";
	content: "\f469";
	vertical-align: bottom;
}
article > #hgroup ul {
	font-size: 1.3rem;
}
article > #hgroup ul li {
	display: inline-block;
	margin-right: 1em;
}
article > #hgroup ul li a:before {
	content: '#';
}
article > #hgroup .post-categories {
	margin-bottom: 0.5em;
}
article > #hgroup .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}

/* pagelink */

article > #pagelink {
	text-align: center;
	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;
	color: #fff;
}
article > #pagelink li a {
	text-decoration: none;
	background: #1057a2;
}
article > #pagelink li span, article > #pagelink li a:hover {
	background: #4277b3;
}

/* postlink */

article > #postlink {
	text-align: center;
	margin: -5em 0 5em 0;
}
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: "\f340";
}
article > #postlink li a[rel="next"]:after {
	content: "\f344";
}

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

article > .archives {
	margin-bottom: 5em;
}

/* post */

article > .archives .post {
	padding: 2em 0;
	border-bottom: 1px dotted #ccc;
}
article > .archives .post figure {
	float: right;
}
article > .archives .post figure img {
	width: 100px;
	height: 100px;
}
article > .archives .post h2 {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 0.25em;
}
article > .archives .post h2 sup {
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
	background: #EB4747;
	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(235,71,71,0) 50%, rgba(235,71,71,1) 50%);
	background-image: -webkit-linear-gradient( left bottom, rgba(235,71,71,0) 50%, rgba(235,71,71,1) 50%);
	background-image: linear-gradient(to right top, rgba(235,71,71,0) 50%, rgba(235,71,71,1) 50%);
	position: absolute;
	margin: auto;
	bottom: -0.4rem;
	left: 0;
	z-index: -1;
}
article > .archives .post time {
	display: block;
	font-size: 1.3rem;
}
article > .archives .post time:before {
	font-family: "dashicons";
	content: "\f469";
	vertical-align: middle;
}
article > .archives .post ul {
	margin-top: 0.25em;
	font-size: 1.3rem;
}
article > .archives .post ul li {
	display: inline-block;
	margin-right: 1em;
}
article > .archives .post ul li a:before {
	content: '#';
}
article > .archives .post .post-categories {
	margin-top: 0;
	margin-bottom: 0.5em;
}
article > .archives .post .post-categories li a:before {
	font-family: "dashicons";
	content: "\f318";
}

/* pagination */

article > .navigation.pagination {
	margin-bottom: 2.5em;
	text-align: center;
}
article > .navigation.pagination .nav-links .page-numbers {
	margin: 0 0.1em;
	text-decoration: none;
	color: #fff;
	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;
	background: #1057a2;
}
article > .navigation.pagination .nav-links .page-numbers.current, article > .navigation.pagination .nav-links .page-numbers:hover {
	background: #4277b3;
}
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: "\f340";
}
article > .navigation.pagination .nav-links .next.page-numbers:after {
	content: "\f344";
}

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

/* wp-block-file */

.wp-block-file:not(.wp-element-button) {
	font-size: inherit;
}
.wp-block-file, .wp-block-image, .wp-block-table {
	margin-bottom: 2em;
}
.wp-block-image .alignleft {
	margin: 0 1em 0 0;
}
.wp-block-image .alignright {
	margin: 0 0 0 1em;
}

/* wp-block */

.wp-block-image, .wp-block-table {
	margin-bottom: 2em;
}
.wp-block-table td, .wp-block-table th {
	border: 1px solid;
	padding: 0.5em;
}

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

/* 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: #1057a2;
	padding: 0.25em 1em;
    font-size: inherit;
	min-width: calc(210px - 2em);
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link:hover {
	background-color: #4277b3;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link:after {
	font-family: "dashicons";
	content: "\f344";
	vertical-align: bottom;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link[target*="blank"]:after {
	content: "\f504";
}

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

.entry {
	text-align: left;
	margin-bottom: 7.5em;
}
.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;
	padding: 0.25em 1em 0.25em 1.5em;
	background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #eee 0%,#fff 100%);
	background: linear-gradient(to bottom, #eee 0%,#fff 100%);
	-moz-box-shadow: 0 0 0.25em rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 0.25em rgba(0,0,0,0.25);
	box-shadow: 0 0 0.25em rgba(0,0,0,0.25);
	position: relative;
}
.entry h2:before {
	content: '.';
	font-size: 0;
	display: block;
	width: 4px;
	height: 100%;
	background: #1057a2;
	position: absolute;
	top: 0;
	left: 1rem;
	bottom: 0;
	margin: auto;
}
.entry h3 {
	font-size: 1.8rem;
	color: #1057a2;
	border-bottom: 1px dotted #1057a2;
	padding-bottom: 0.25em;
}
.entry h4 {
	font-size: 1.8rem;
}
.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
------------------------------------------------------*/

/* clearfix */

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

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

/* download */

.entry .download.wp-block-file {
	font-weight: bold;
}
.entry .download.wp-block-file + .download.wp-block-file {
	margin-top: -1.5em;
}
.entry .download.wp-block-file a {
	display: block;
	text-decoration: none;
	color: #8b0000;
	border: 1px solid #8b0000;
	padding: 0.5em 1em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.entry .download.wp-block-file a:hover {
	color: #fff;
	background: #8b0000;
}
.entry .download.wp-block-file a[href*=".docx"], .entry .download.wp-block-file a[href*=".doc"] {
	color: #00008b;
	border: 1px solid #00008b;
}
.entry .download.wp-block-file a[href*=".xlsx"], .entry .download.wp-block-file a[href*=".xls"] {
	color: #008000;
	border: 1px solid #008000;
}
.entry .download.wp-block-file a[href*=".docx"]:hover, .entry .download.wp-block-file a[href*=".doc"]:hover {
	color: #fff;
	background: #00008b;
}
.entry .download.wp-block-file a[href*=".xlsx"]:hover, .entry .download.wp-block-file a[href*=".xls"]:hover {
	color: #fff;
	background: #008000;
}
.entry .download.wp-block-file a:after {
	vertical-align: bottom;
	font-family: "dashicons";
	content: "\f316";
}
.entry .download.wp-block-file a[href*=".pdf"]:after {
	content: "\f190";
}

/* home_b */

.entry .home_b figure {
	display: inline-block;
	text-align: center;
	margin-right: 1em;
	vertical-align: top;
}
.entry .home_b .wp-block-image figcaption {
	margin-top: 0;
	margin-bottom: 0;
}
.entry .home_b .wp-block-image figcaption a[href*="pdf"]:after {
	font-family: "dashicons";
	content: "\f190";
}

/* home_a */

.entry .wp-block-columns.home_a .wp-block-column {
	-moz-box-shadow: 0 0 0.25em rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 0.25em rgba(0,0,0,0.15);
	box-shadow: 0 0 0.25em rgba(0,0,0,0.15);
	background: rgba(0,0,0,0.05);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 1em;
	text-align: center;
	position: relative;
}
.entry .wp-block-columns.home_a .wp-block-column:not(:first-child) {
	margin-left: 1em;
}
.entry .wp-block-columns.home_a .wp-block-column :last-child {
	margin-bottom: 0;
}
.entry .wp-block-columns.home_a .wp-block-column h2 {
	padding: 0;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0.5em;
}
.entry .wp-block-columns.home_a .wp-block-column h2:before {
	content: none;
}
.entry .wp-block-columns.home_a .wp-block-column figure {
	margin-bottom: 0.5em;
}
.entry .wp-block-columns.home_a .wp-block-column p a {
	display: block;
	background: #1057a2;
	padding: 0.25em 1em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.entry .wp-block-columns.home_a .wp-block-column p a:after {
	content: '.';
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	background-color: transparent;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.entry .wp-block-columns.home_a .wp-block-column p a:hover:after {
	background: rgba(255,255,255,0.5);
}

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

/* sign */

#sign.entry {
	margin-bottom: 0;
}
#sign.entry h1 img {
	max-width: 100%;
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 1em rgba(0,0,0,0.15);
	box-shadow: 0 0 1em rgba(0,0,0,0.15);
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}

/* recent */

#recent.entry {
	margin-top: -5em;
}
#recent.entry .post {
	display: table;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
#recent.entry .post:last-of-type, #recent.entry .post:only-of-type {
	margin-bottom: 2em;
}
#recent.entry .post time, #recent .post h3 {
	display: table-cell;
	vertical-align: top;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#recent.entry .post time {
	width: 11em;
}
#recent.entry .post time:before {
	font-family: "dashicons";
	content: "\f469";
	vertical-align: bottom;
}
#recent.entry .post h3 {
	font-size: inherit;
	border-bottom: none;
}
#recent.entry .post h3 sup {
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
	background: #EB4747;
	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 .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(235,71,71,0) 50%, rgba(235,71,71,1) 50%);
	background-image: -webkit-linear-gradient( left bottom, rgba(235,71,71,0) 50%, rgba(235,71,71,1) 50%);
	background-image: linear-gradient(to right top, rgba(235,71,71,0) 50%, rgba(235,71,71,1) 50%);
	position: absolute;
	margin: auto;
	bottom: -0.4rem;
	left: 0;
	z-index: -1;
}
#recent.entry p {
	clear: both;
	text-align: center;
	font-weight: bold;
}
#recent.entry p a {
	text-decoration: none;
	display: inline-block;
	background: #1057a2;
	color: #fff;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	padding: 0.25em 1em;
	min-width: calc(210px - 2em);
}
#recent.entry p a:hover {
	background: #4277b3;
}
#recent.entry p a:before {
	font-family: "dashicons";
	vertical-align: bottom;
	content: "\f203";
}

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

aside > .widget.entry {
	margin-bottom: 2em;
	font-size: 1.4rem;
}
aside > .widget.entry h1, aside > .widget.entry h2, aside > .widget.entry h3, aside > .widget.entry h4, aside > .widget.entry h5, aside > .widget.entry h6 {
	margin-bottom: 0.5em;
}
aside > .widget.entry h1 {
	font-size: 1.8rem;
}
aside > .widget.entry h2 {
	font-size: 1.6rem;
	padding: 0.25em 1em 0.25em 1.5em;
	background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #eee 0%,#fff 100%);
	background: linear-gradient(to bottom, #eee 0%,#fff 100%);
	-moz-box-shadow: 0 0 0.25em rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 0.25em rgba(0,0,0,0.25);
	box-shadow: 0 0 0.25em rgba(0,0,0,0.25);
	position: relative;
}
aside > .widget.entry h2:before {
	content: '.';
	font-size: 0;
	display: block;
	width: 4px;
	height: 100%;
	background: #1057a2;
	position: absolute;
	top: 0;
	left: 1rem;
	bottom: 0;
	margin: auto;
}
aside > .widget.entry h3 {
	font-size: 1.6rem;
	color: #1057a2;
	border-bottom: 1px dotted #1057a2;
	padding-bottom: 0.25em;
}
aside > .widget.entry h4 {
	font-size: 1.6rem;
}
aside > .widget.entry h6 {
	font-weight: normal;
}
aside > .widget.entry p, aside > .widget.entry pre, aside > .widget.entry ul, aside > .widget.entry ol {
	margin-bottom: 1em;
}
aside > .widget.entry .wp-block-buttons {
	display: block;
}
aside > .widget.entry .wp-block-buttons > .wp-block-button {
	margin: 0 0 0.5em 0;
	display: block;
}
aside > .widget.entry .wp-block-buttons > .wp-block-button a.wp-block-button__link {
	min-width: 0;
	display: block;
}

/* access_a */

aside > .widget.entry .access_a {
	margin-bottom: 3em;
	padding: 1em;
	border: 3px solid #bcd1d6;
}
aside > .widget.entry .access_a :last-child {
	margin-bottom: 0;
}
aside > .widget.entry .access_a p a:after {
	font-family: "dashicons";
	content: "\f230";
}

/* office_a */

aside > .widget.entry .office_a {
	margin-bottom: 3em;
}
aside > .widget.entry .office_a :last-child {
	margin-bottom: 0;
}
aside > .widget.entry .office_a .wp-block-buttons > .wp-block-button a.wp-block-button__link[target*="blank"]:after {
	content: none;
}
aside > .widget.entry .office_a .wp-block-buttons > .wp-block-button a.wp-block-button__link:before {
	font-family: "dashicons";
	content: "\f465";
	vertical-align: bottom;
}

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

}
