@charset "utf-8";
/*
Theme Name: 信州大学医学部医学教育研修センター
Version: 1.0beta
Author: Tomofumi Aizawa
*/

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

html {
	font-size: 62.5%;
	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;
}
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;
	padding: 7.5em 2em 2em 2em;
	width: calc(100% - 30%);
	position: relative;
}
header > .menu {
	margin: 0 0 1em 0;
	text-align: left;
}
header > .menu li {
	display: block;
	margin-bottom: 0.25em;
}
header > .menu li a {
	color: #222;
}
header > .menu li a:after {
	font-family: "Material Symbols Outlined";
	content: '\e89e';
}
header > .menu li a[href*="access"]:before {
	font-family: "Material Symbols Outlined";
	content: '\e0c8';
}
header > .menu li a[href*="forms"]:before {
	font-family: "Material Symbols Outlined";
	content: '\e158';
}
header > .menu li a[href*="access"]:after, header > .menu li a[href*="forms"]:after {
	content: none;
}

/* nav */

header #global {
	background: #00b101;
	text-align: left;
}
header #global .menu {
	padding: 0.5em 1em;
}
header #global .menu li {
	display: block;
}
header #global .menu li:not(:last-child) {
	border-bottom: 1px solid #fff;
}
header #global .menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0.5em 0;
}
header #global .menu li a:after {
	font-family: "Material Symbols Outlined";
	content: '\e5c5';
	vertical-align: bottom;
}
header #global .menu li a[target*="blank"]:after {
	content: '\e89e';
}

/* main */

main {
	display: block;
}
main > .logo {
	border-bottom: 1px solid #00b101;
	margin-bottom: 1px;
	padding: 1em 2em;
	text-align: left;
}
main > .logo img {
	width: 360px;
}

/* footer */

footer {
	background: #00b101;
	color: #fff;
	font-size: 1.6em;
	padding: 5em 15%;
	text-align: left;
}
footer a {
	color: #fff;
}
footer .logo, footer .block {
	display: inline-block;
	vertical-align: top;
	margin-right: 2em;
}
footer .logo img {
	width: 480px;
}
footer .block ul li a:before {
	font-family: "Material Symbols Outlined";
	content: '\e158';
}

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

/* hgroup */

article > #hgroup {
	font-size: 1.6em;
	background-image: url('images/bg_00.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: repeat;
	text-align: left;
	padding: 7.5em 15%;
	position: relative;
}
article.home > #hgroup {
	background-image: url('images/bg_00.png'), url('images/bg_00.jpg');
	background-size: calc(100% - 20%) auto, cover;
	background-position: 50% 50%, 50% 50%;
	background-repeat: no-repeat, repeat;
	padding: 0;
	height: 480px;
	margin-bottom: 8em;
}
article > #hgroup a {
	color: #222;
}
article > #hgroup:after {
	content: '.';
	font-size: 0;
	display: block;
	height: 2px;
	width: 100%;
	background: #00b101;
	background-image: -moz-linear-gradient( top, #ffffff 50%, #00b101 50%);
	background-image: -webkit-linear-gradient( top, #ffffff 50%, #00b101 50%);
	background-image: linear-gradient(to bottom, #ffffff 50%, #00b101 50%);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
article > #hgroup h1 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .1em;
}
article.home > #hgroup h1 {
	display: none;
}
article > #hgroup time {
	display: block;
}
article > #hgroup time:before {
	font-family: "Material Symbols Outlined";
	content: "\e8b5";
	vertical-align: bottom;
}
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.6rem;
	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 2em 5em 2em;
	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;
	background: #00b101;
	color: #fff;
}
article > #pagelink li span, article > #pagelink li a:hover {
	background: #ccc;
	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";
	vertical-align: bottom;
}
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 15% 10em 15%;
}

/* post */

article > .archives .post {
	float: left;
	width: 48.5%;
	padding: 2em 0;
	border-top: 1px solid #00b101;
}
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.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;
}
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";
	vertical-align: bottom;
}
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;
	color: #fff;
	background: #00b101;
	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: #ccc;
}
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
------------------------------------------------------*/

/* pagetop */

body > p#pagetop {
	position: fixed;
	bottom: -100px;
	right: 10px;
	z-index: 100;
	font-size: 1rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	cursor: pointer;
	color: #fff;
	background: #00b101;
	-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: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 1.5em 1em 2.25em 1em;
	line-height: 1;
}
body > p#pagetop:before {
	font-family: "Material Symbols Outlined";
	content: '\e5c7';
	display: block;
	font-size: 1.8rem;
}

/* drawer */

.drawer-hamburger {
	width: 2.5em;
	padding: 1.5em 1.75em 3.5em 1.75em;
	background-color: #00b101;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 501;
	-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);
}
.drawer-hamburger:hover {
	background-color: #00b101;
}
.drawer-hamburger:after {
	content: 'メニュー';
	display: block;
	position: absolute;
	font-size: 1rem;
	line-height: 1;
	height: 1em;
	margin: auto;
	right: 0;
	left: 0;
	bottom: 1.75em;
	font-weight: bold;
	letter-spacing: .1em;
	color: #fff;
}
.drawer-open .drawer-hamburger, .drawer-close .drawer-hamburger {
	background-color: #00b101;
}
.drawer-open .drawer-hamburger:after {
	content: '閉じる';
}
.drawer--right .drawer-hamburger {
	right: 1em;
	top: 1em;
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 1em;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	height: 3px;
	background: #fff;
}
.drawer-nav {
	width: calc(50% - 4em);
	background-color: rgba(255,255,255,0.75);
	-webkit-backdrop-filter: blur(0.25em);
	backdrop-filter: blur(0.25em);
}
.drawer--right .drawer-nav {
	right: -50%;
}

/* 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: 1px solid #222;
	color: #222;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	padding: 0.75em 1.25em;
	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: "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 */

.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;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #00b101;
	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-color: #c1eede;
	color: #00b101;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link:after {
	font-family: "Material Symbols Outlined";
	content: '\e5df';
	vertical-align: bottom;
}
.wp-block-buttons > .wp-block-button a.wp-block-button__link[target*="blank"]:after {
	content: "\e89e";
}

/* wp-block-heading */

h2.wp-block-heading.subtitle + h3 {
	margin-top: -1em;
	text-align: center;
	color: #00b101;
}

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

/* accordion */

.accordion-008 summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.accordion-008 summary::-webkit-details-marker {
	display: none;
}
.accordion-008 summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 1em;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
	transition: transform .3s;
}
.accordion-008[open] summary::after {
	transform: rotate(225deg);
}
.accordion-008 .block {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	transition: transform .5s, opacity .5s;
}
.accordion-008[open] .block {
	transform: none;
	opacity: 1;
}

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

.entry {
	font-size: 1.6em;
	text-align: left;
	margin: 0 15% 10em 15%;
}
.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;
	text-align: center;
	position: relative;
	padding-bottom: 0.25em;
}
.entry h2:after {
	content: '.';
	font-size: 0;
	display: block;
	width: 240px;
	height: 2px;
	background: #00b101;
	position: absolute;
	margin: auto;
	bottom: 0;
	right: 0;
	left: 0;
	-moz-box-shadow: 245px 0 0 rgba(0,0,0,0.15), -245px 0 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 245px 0 0 rgba(0,0,0,0.15), -245px 0 0 rgba(0,0,0,0.15);
	box-shadow: 245px 0 0 rgba(0,0,0,0.15), -245px 0 0 rgba(0,0,0,0.15);
}
.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;
}

/* full */

.home .entry {
	margin: 0 0 10em 0;
}

/*-----------------------------------------------------
	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 {
	background: #00b101;
	padding: 0.75em 1em;
	min-width: calc(360px - 2em);
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.more a:hover {
	background: #c1eede;
	color: #00b101;
}
ul.more li {
	margin: 0 0.5em;
	display: inline-block;
}
ul.more li a {
	display: block;
}
.more a:after {
	font-family: "Material Symbols Outlined";
	content: '\e5df';
	vertical-align: bottom;
}
.more a[target*="blank"]:after {
	content: "\e89e";
}
.more.recent a:after {
	content: none;
}
.more.recent a:before {
	font-family: "Material Symbols Outlined";
	content: '\e241';
	vertical-align: bottom;
}

/* spacer */

.spacer {
	clear: both;
}

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

/* home_g */

.entry p.home_g {
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	text-align: right;
}
.entry p.home_g img {
	width: 140px;
}

/* home_f */

.entry .home_f {
	background: #00b101;
	padding: 5em 0;
	color: #fff;
}
.entry .home_f h2:after {
	background: #fff;
}
.entry .home_f h2.wp-block-heading.subtitle + h3 {
	color: #fff;
}

/* home_e */

.entry .home_e {
	margin: 0 auto;
	max-width: 800px;
	background: #fff;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-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);
}
.entry .home_e summary {
	font-weight: bold;
	padding: 1em 2em;
	color: #fff;
	background: #00b101;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.entry .home_e .block {
	text-align: center;
	padding: 5em 0;
}
.entry .home_e .block .top p, .entry .home_e .block .top figure {
	display: inline-block;
	vertical-align: middle;
}
.entry .home_e .block .top p {
	text-align: right;
	margin-bottom: 0;
	margin-right: 3em;
}
.entry .home_e .block .top p strong {
	font-size: 2.1rem;
}
.entry .home_e .block .top figure {
	width: 160px;
}
.entry .home_e .block .staff {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.5em;
	width: 210px;
	text-align: left;
}
.entry .home_e .block .staff h4 {
	border-bottom: 1px solid #00b101;
	padding-bottom: 0.25em;
}
.entry .home_e .block .staff th {
	padding-right: 1em;
}

/* home_d */

.entry .home_d {
	margin: 0 auto;
	max-width: 800px;
}
.entry .home_d .post {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}
.entry .home_d .post time, .entry .home_d .post h4 {
	font-size: inherit;
	margin-bottom: 0;
}
.entry .home_d .post time {
	display: block;
	flex-basis: 11em;
	flex-grow: 0;
	flex-shrink: 0;
	color: #00b101;
}

/* home_b */

.entry .home_b {
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	gap: 0 5em;
}
.entry .home_b figure {
	flex-basis: 300px;
	flex-grow: 0;
	flex-shrink: 0;
}
.entry .home_b p {
	border-left: 4px solid #00b101;
	padding-left: 3em;
}
.entry .home_b.left figure {
	margin: auto auto auto 0;
}
.entry .home_b.left p {
	margin-top: auto;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: auto;
}
.entry .home_b.right figure {
	margin: auto 0 auto auto;
}
.entry .home_b.right p {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0;
}
.entry p.home_b {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(800px - 3em);
	display: block;
	border-left: 4px solid #00b101;
	padding-left: 3em;
}

/* home_a */

.entry .home_a {
	background: #f2f2f2;
	padding: 2em;
}
.entry .home_a :last-child {
	margin-bottom: 0;
}

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

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

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

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

	/* nav */

	header #global {
		left: 2em;
		right: 2em;
	}

	/* footer */

	footer {
		padding: 5em 2em;
	}

	/* hgroup */

	article > #hgroup {
		padding: 7.5em 2em;
	}
	article.home > #hgroup {
		background-image: url('images/bg_00.png'), url('images/bg_00.jpg');
		background-size: calc(100% - 4em) auto, cover;
		background-position: 50% 50%, 50% 50%;
		background-repeat: no-repeat, repeat;
		padding: 0;
		height: 480px;
		margin-bottom: 8em;
	}

	/* archives */

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

	/* entry */

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

	/* home_g */

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

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

}
