* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	ruby-align: center;
	line-height: 200%;
	word-break: break-word;
	text-spacing: trim-all;
	hyphens: auto;
}
killed {
	font-family: "M PLUS 2",serif; /*本文*/
	font-family: "Yusei Magic", sans-serif;　/*テーブル*/
	font-family: "Zen Old Mincho", serif;　/*見出し*/

}
::selection {
	background: #eeeeee;
	color: #004f93;
}
html {
	color: #333333;
	font-size: calc(13px + 0.7vmin);
	font-family: "M PLUS 2",serif;
	font-style: normal;
	font-weight: 400;

	font-feature-settings: "palt";
	hyphens: auto;

	text-decoration: none;
	list-style: none inside;
}
form {
	display: inline-block;
}
br {
	font-size: 0%;
	line-height: 0%;
}
em {
	font-size: 100%;
	font-style: normal;
	text-emphasis: filled sesame;
	-webkit-text-emphasis: filled sesame;
}
cite {
	font-style: italic;
	line-height: 0%;
}
small {
	font-size: 80%;
}
sup {
	font-size: 50%;
	color: #004f93;

	vertical-align: top;
	position: relative;
	top: 0em;
}
ruby rt {
	font-size: 100%;
	zoom: 0.4;
	ruby-align: space-between;
}
del {
	margin: 0px 5px;
	text-decoration: line-through;
}
a:link, a:visited {
	color: #004f93;
	text-decoration: none;
}
a:hover, a:active {
	color: #888888;
	text-decoration: none;
	XX_position: relative;
	XX_top: 1px;
}
a[target="_blank"] {
	background: #ffffee;
	padding: 6px 10px;
}
div.note a[target="_blank"] {
	background: none;
	color: #333333;
	padding: 0;
	text-decoration: underline;
}
div.note a[target="_blank"]:hover,
div.note a[target="_blank"]:active {
	background: none;
	color: #004f93;
	padding: 0;
	text-decoration: underline;
}



.clear { clear: both; margin:0; padding: 0; border:0; }
.clear hr { display: none; }
.nobreak { display: inline-block; }
.small { font-size: 0.5rem; }

hr.hr2 {
	width: 50%;
	margin: 0 auto;
	padding: 5vmin 0;
	text-align: center;
	overflow: visible;
	border-top: 4px dotted #99ccff;
	text-align: center;
}


body {
	background: #f8f8f8;
}
header {
	background: url( ./layout/header.png );
	background-size: cover;
	width: 100vmin;
	height: calc( 100vmin * 9 / 16 );
	margin: 0 auto;
	padding: 0vmin 3vmin;
}
header a.header_logo {
	float: left;
	display: inline-block;
	margin: 2vh 0 1vh 0;
}
header img {
	height: 4vh;
}

header.short {
	background: url( ./layout/header_short.png );
	background-size: cover;
	width: 100vmin;
	height: 10vmin;
	margin: 0 auto;
	padding: 0vmin 3vmin;
}
header.short a img.header_spacer {
	width: 35vmin;
	height: 9vmin;
}


article {
	background: #ffffff;
	width: 100vmin;
	margin: 0 auto;
	padding: 10vmin 5vmin;
}
article p.date {
	font-size: 0.75rem;
	line-height: 110%;
	margin-right: 1em;
	text-indent: 0;
	text-align: right;
}
article div.head_image {
	width: 90vmin;
	height: calc( 90vmin * 9 / 16 );
	margin: 2rem 0;
	overflow-y : hidden;
	box-shadow: 0px 0px 20px #dddddd;
}
article div.head_image img {
	width: 90vmin;
}

article dl.editor form {
	width: 100%;
}
article dl.editor input,
article dl.editor select {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	border: 1px solid #888888;
}
article textarea.edit_s {
	display: inline-block;
	width: 100%;
	height: 15rem;
	overflow-y : scroll;
	margin: 0 auto;
	padding: 1rem;

	font-size: 1rem;
	line-height: 1.5rem;

	border: 1px solid #888888;
}
article textarea.edit_l {
	display: inline-block;
	width: 100%;
	height: 60rem;
	margin: auto;
	padding: 1rem;
	overflow-y : scroll;

	font-size: 1rem;
	line-height: 1.5rem;

	border: 1px solid #888888;
}

article h2 {
	clear: both;
	font-size: 1.5rem;
	font-family: "Zen Old Mincho", serif;
	line-height: 120%;
	margin-top: 0rem;
	margin-bottom: 1em;
}
article h2.edit {
	color: #ffffff;
	background: #000000;
	padding: 1em;
}

h2{
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
}
h2::before,
h2::after{
	content: "";
	position: absolute;
	bottom: 0;
}
h2::before{
	border-bottom: 3px solid #325A8C;
	width: 100%;
}
h2::after{
	border-bottom: 3px solid #D8D8D8;
	width: 100%;
}



article h3 {
	clear: both;
	display: flex;
	align-items: center;
	gap: 0.3em;

	font-size: 1.5rem;
	font-family: "Zen Old Mincho", serif;
	margin-top: 0;
	margin-bottom: 0.5em;
}

article h3 img {
	height: 1em;
	flex-shrink: 0;
}
article p.pre_h3 {
	font-weight: bold;
	clear: both;
	margin: 0;
	text-indent:0;
	line-height: 80%;
	color: #335588;
}
article h4 {
	clear: both;
	margin-top: 2rem;
	margin-bottom: 1em;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 700;
}
article h5 {
	clear: both;
	margin-top: 1rem;
	margin-bottom: 1em;
	padding-left: 1vmin;
	border-left: 1vmin solid #333333;
}
article p {
	margin-bottom: 1em;
	text-indent: 0em; /* 本文の字下げ（0/1） */
	text-align: justify;
}

article p.speech {
	padding-left: 7rem;
	text-indent: -7rem;
}
article p.speech span.speaker {
	display: inline-block;
	width: 6rem;
	margin-right: 1rem;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 700;
	border-bottom: 1px solid #888888;
	text-indent: 0;
}
article p.speech_nospeaker {
	padding-left: 7rem;
	text-indent: 0;
}


span.small_block {
	font-size: 80%;
	display: inline-block;
	margin-right: 2vmin;
}
article p.english {
	text-indent: 0em;
	text-align: left;
}
article p.right {
	margin: 0 1em;
	text-align: right;
}
article p.ip {
	font-size: 70%;
	line-height: 1.2em;
	text-align: right;
	color: #004f93;
}
article blockquote {
	width: 80vmin;
	margin: 2em auto 2em auto;
	padding: 2em;
	text-align: left;
	background: #f6f6f6;
}
article ul {
	margin: 1em 0;
	list-style-position: outside;
	text-align: justify;
}
article ul li {
	text-align: left;
	margin-left: 2em;
	margin-bottom: 2vmin;
	line-height: 150%;
}
article ul.sitemap {
	list-style: none;
	margin: 0;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
article ul.sitemap li {
	justify-content: space-between;
	width: 49%;
	margin: 1vmin auto;
	text-align: center;
	display: inline-block;
	background: #eeeeee;
}
article ul.sitemap li a {
	justify-content: space-between;
	width: 100%;
	padding: 2vmin;
	text-align: center;
	display: block;
	background: #eeeeee;
}
article ul.sitemap li a:hover {
	background: #ffffee;
}

article p.writer {
	font-size: 0.75rem;
	line-height: 110%;
	margin-bottom: 3rem;
	text-indent: 0;
	text-align: right;
}
article p.writer img {
	font-size: 0.2rem;
	width: 16vmin;
	height: 16vmin;
	max-width: 80px;
	max-height: 80px;
	min-width: 70px;
	min-height: 70px;
	display: inline-block;
	text-indent: 0;
	margin-left: 1vmin;
	vertical-align: bottom;
}
article p.writer::after {
	content: "";
	clear: both;
	display: block;
}

article hr.border {
	width: 50vmin;
	height: 1px;
	margin: 10vmin auto;
	border-top: 1px solid #333333;
	display: block;
	clear: both;
}

article div.note {
	border: 1px solid #999999;
	background: #f6f6f6;
	margin: 3vmin 0;
	padding: 2vmin;
	clear: both;
}
article div.note h3 {
	clear: both;
	margin: 2vmin 0 1em 0;
	padding: 0;
	text-indent: 0;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 150%;
}
article div.note p {
	clear: both;
	margin: 0 0 1em 0;
	padding: 0;
	text-indent: 0;
	font-size: 0.75rem;
	line-height: 150%;
}

article div.description {
	display: none;
}


article div.impression {
	margin-left: 10vmin;
}
article div.impression p {
	margin: 0; padding: 0;
	text-indent: 0;
	font-size: 0.75rem;
	color: #004f93;
	line-height: 150%;
}


/* 表のこと */
article div.table_container {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 1vmin;
	font-family: san-serif;
}
article table {
	min-width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	border: solid 1px #cccccc;
	background: #f8f8ff;
}
article table th,
article table td {
	border: solid 1px #cccccc;
	padding: 1vmin;
	min-width: 6em;
}
article table th {
	font-family: "Yusei Magic", sans-serif;
	color: #ffffff;
	background: #888888;
}
article table td {
	text-align: center;
}

/* トピックのこと */
article div.topic {
	padding: 5vmin;
	border: solid 1px #cccccc;
	border-radius: 2vmin;
}



article iframe {
	width: 80vmin;
	height: 45vmin;
	margin: 5vmin 5vmin 0vmin 5vmin;
	border: solid 1px #888888;
}
article div.reffer {
	margin: 5vmin 10vmin 5vmin 10vmin ;
}
article div.reffer a {
	font-size: 80%;
	display: inline-block;
	padding: 0 3.6em 0 1.8em;
	color: #333333;
	background: #ffffff;
	border-left: solid 1.4em #004f93;
}
article div.reffer a:hover {
	background: #004f93;
	color: #ffffff;
	border-left: solid 1.4em #004f93;
}


div.article_attend {
	margin-top: 10vmin;
	font-size: 0.75rem;
	clear: both;
}
div.article_attend_box {
	font-size: 0.75rem;
	margin: 1vmin auto;
	padding: 2vmin auto;
	background: repeat-y url("./layout/article_attend_box_bg.png");
	background-size: 90vmin auto;
}
div.article_attend_title {
	display: inline-block;
	width: 20vmin;
	text-align: center;
	padding: 0 2vmin;
	margin: auto;
	line-height: 1rem;
	vertical-align: middle;
}
div.article_attend_list {
	display: inline-block;
	width: 60vmin;
	padding: 0 2vmin;
	margin: auto;
	line-height: 1rem;
	vertical-align: middle;
}
div.article_attend_mate {
	display: inline-block;
	padding: 0 2vmin;
	margin: auto;
	line-height: 1rem;
	vertical-align: middle;
}

div.cc_license {
	max-width: 100vmin;
	margin: 10vmin auto 3vmin;
	padding: 3vmin;
	font-size: 0.5rem;
	line-height: 0.7rem;
	text-align: center;
}
div.cc_license img {
	margin: 2vmin auto;
}


div.pwform {
	margin: 3vmin 0;
	padding: 2vmin;
	clear: both;
	height: 10vmin;
}
div.pwform form input.pwform_pass {
	width: 50vmin;
	display: inline-block;
	float: left;
	font-size: 100%;
	line-height: 2em;
	padding: 2vmin;
	border: 3px #888888 solid;
	margin-right: 5vmin;
}
div.pwform form input.pwform_submit {
	width: 30vmin;
	display: inline-block;
	float: left;
	font-size: 100%;
	line-height: 2em;
	padding: 2vmin;
	border: 3px #888888 solid;
}


footer {
	background: #ffffff;
	max-width: 100vmin;
	margin: 0 auto;
	padding: 3vmin;
	text-align: center;
}
footer div.bottom_navi {
	background: #f8f8f8;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 3vmin 0;
	padding: 3vmin 0;
}
footer div.bottom_navi a {
	display: inline-block;
	margin: 0 2vmin;
	padding: 0 2vmin;

	font-size: 0.75rem;
	text-decoration: none;
	
}
footer div.copyright{
	padding: 5vmin 0 10vmin;
	font-size: 0.75rem;
}

/* クラス分けのこと */
.class_01 {
	background: #999966;
}
.class_015 {
	background: #669966;
}
.class_02 {
	background: #669999;
}
.class_03 {
	background: #996699;
}



/* #################### 縦長 #################### */

@media screen and (orientation: portrait) {

	/* header_menu */
		div.menu_area_pc {
			display: none;
		}
		nav.menu_area {
			display: none;
		}
		nav.menu_area_cp {
		}
		.cp_offcm01 {
			position: fixed;
			z-index: 9999;
			top: 2vmin;
			right: 2vmin;
			display: inline-block;
		}
		/* menu */
			.cp_offcm01 .cp_menu {
				z-index: 9999;
				position: fixed;
				top: 0;
				right: -100vmin;
				width: 250px;
				height: 100%;
				cursor: pointer;
				-webkit-transition: 0.53s transform;
					transition: 0.53s transform;
				-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
					transition-timing-function: cubic-bezier(.38,.52,.23,.99);
				background-color: #ffffff;
				opacity: 0.9;
			}
			.cp_offcm01 .cp_menu ul {
				margin: 0;
				padding: 0;
			}
			.cp_offcm01 .cp_menu li {
				list-style: none;
			}
			.cp_offcm01 .cp_menu li a {
				display: block;
				padding: 1.5vh;
				text-decoration: none;
				color: #004f93;
				border-bottom: .1vh solid #004f93;
			}
			.cp_offcm01 .cp_menu li a.selected {
				display: block;
				padding: 1.5vh;
				text-decoration: none;
				color: #ffffff;
				background: #004f93;
				border-bottom: .1vh solid #004f93;
			}
			.cp_offcm01 .cp_menu li a:hover {
				color: #ffffff;
				background: #004f93;
			}
			
			.cp_offcm01 #cp_toggle01 {
				position: absolute;
				display: none;
				opacity: 0;
			}
			.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
				-webkit-transform: translateX(-100vmin);
					transform: translateX(-100vmin);
			}

		/* menu toggle */
			.cp_offcm01 #cp_toggle01 ~ label {
				display: block;
				padding: 0.5em;
				cursor: pointer;
				-webkit-transition: 0.5s transform;
					transition: 0.5s transform;
				-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
					transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
				text-align: center;
				color: #333333;
			}
			.cp_offcm01 #cp_toggle01:checked ~ label {
				-webkit-transform: translateX(-250px);
					transform: translateX(-250px);
			}
			.cp_offcm01 #cp_toggle01 ~ label::before {
				content: '';
				display: inline-block;
				width: 8vmin;
				height: 12vmin;
				background-image: url(./layout/menu_on.png);
				background-size: cover;
				vertical-align: top;
			}
			.cp_offcm01 #cp_toggle01:checked ~ label::before {
				content: '';
				display: inline-block;
				width: 8vmin;
				height: 12vmin;
				background-image: url(./layout/menu_off.png);
				background-size: cover;
				vertical-align: top;
			}

	article figure {
		width: 75vmin;
		padding: 2.5vmin;
		margin: 2.5vmin auto 0 auto;
		text-align: center;
	}
	article figure img,
	article figure video {
		max-width: 70vmin;
		max-height: 70vmin;
		margin: 0 auto;
	}
	article figure figcaption {
		font-size: 0.75rem;
		line-height: 110%;
		text-align: center;
	}
	article figure.teacher img {
		background-image: linear-gradient(0deg, #eeffff, #ffffff 50%);
	}
	article figure.row1,
	article figure.row2 {
		width: 90vmin;
		padding: 0vmin;
		background: rgba(100%,100%,100%,20%);
	}
	article figure.row1 img,
	article figure.row1 video {
		float: none;
		width: 40vmin;
		margin: 2vmin auto;
		border-radius: 1vmin;
	}
	article figure.row2 img,
	article figure.row2 video {
		float: left;
		width: 40vmin;
		margin: 2vmin;
		border-radius: 1vmin;
	}
	article figure.row1 figcaption,
	article figure.row2 figcaption {
		clear: both;
	}
	article hr.spacer {
		width: 50vmin;
		height: 5vmin;
		padding: 5vmin;
		clear: both;
	}
	article hr.spacer_short {
		margin: 2vmin auto;
	}
	article dl {
		font-size: 90%;
		line-height: 130%;
		margin: 0 0 1vmin 0;
		clear: both;
	}
	article dl.editor {
		width: 100%;
	}
	article dt {
		padding: 1vmin;
		display: block;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 700;
		background: #f6f6f6;
	}
	article dt img {
		height: 1.5em;
		vertical-align: middle;
	}
	article dd {
		margin-bottom: 0.5em;
		padding: 1vmin 3vmin;
		display: block;
	}
	article dd img {
		max-width: 40vmin;
		margin-top: 1vmin;
		margin-right: 1vmin;
		display: inline-block;
	}
	article p {
		text-indent: 0em;
	}
	article blockquote {
		width: 90vmin;
		margin: 2em auto;
		padding: 1em;
		text-align: left;
		background: #f6f6f6;
	}

	/* ######## トピック記事 ######## */
	article a.article_list_box_topic * {
		margin: 0;
		padding: 0;
		border: 0;
		text-indent: 0;
	
		font-size: calc(15px + 0.5vmin);
		color: #333333;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 300;
	
		/* font-feature-settings: "palt"; */
		hyphens: auto;
		text-decoration: none;
		list-style: none inside;	
	}
	article a.article_list_box_topic {
		display: block; /*box*/
		float: left;
		width: 90vmin;
		padding: 2vmin 2vmin;
		margin: 0vmin 0;
	}
	article a.article_list_box_topic:hover {
		background: #f8f8ee;
	}
	
	article a.article_list_box_topic img {
		width: 86vmin;
		height: calc( 86vmin / 16 * 9 );
		padding-top: 1vmin;
	}
	article a.article_list_box_topic h3 {
		display: block; /*box*/
		height: 2.4em;
		overflow: hidden;
		font-size: 100%;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
	}
	article a.article_list_box_topic p {
		display: block; /*box*/
		height: 8.4em;
		overflow: hidden;
		font-size: 80%;
		color: #888888;
		line-height: 120%;
	}
	article a.article_list_box_topic p.date {
		display: block; /*box*/
		font-size: 70%;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 300;
		height: 4em;
		text-align: right;
		color: #888888;
		padding-top: 1vmin;
		padding-bottom: 1vmin;
	}

	/* ######## 記事リスト ######## */
	article a.article_list_box *,
	article form.article_list_box * {
		margin: 0;
		padding: 0;
		border: 0;
		text-indent: 0;
	
		font-size: calc(15px + 0.5vmin);
		color: #333333;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 700;
	
		/* font-feature-settings: "palt"; */
		hyphens: auto;
		text-decoration: none;
		list-style: none inside;
	}
	article a.article_list_box,
	article form.article_list_box {
		display: block; /*box*/
		float: left;
		width: 45vmin;
		padding: 2vmin 2vmin;
		margin: 0vmin 0;
	}
	article a.article_list_box:hover,
	article form.article_list_box:hover {
		background: #f8f8ee;
	}
	
	article a.article_list_box img,
	article form.article_list_box img {
		width: 41vmin;
		height: calc( 41vmin / 16 * 9 );
		padding-top: 1vmin;
	}
	article a.article_list_box h3,
	article form.article_list_box h3 {
		display: block; /*box*/
		height: 3.6em;
		overflow: hidden;
		font-size: 80%;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
	}
	article a.article_list_box h3 img,
	article form.article_list_box h3 img {
		width: 0.6em;
		height: 0.6em;
		margin: 0 2px 0 0;
		padding: 0;
	}
	article a.article_list_box p,
	article form.article_list_box p{
		display: block; /*box*/
		font-size: 70%;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 300;
		text-align: right;
		color: #999999;
		padding-top: 1vmin;
		padding-bottom: 1vmin;
	}
}



/* #################### 横長 #################### */

@media screen and (orientation: landscape) {

	/* header_menu */
		div.menu_area_pc {
		}
		nav.menu_area {
			width: 100vmin;
			margin: 0 auto;
			padding-top: 2vmin;
			border-bottom: 1px solid #004f93;
			background: linear-gradient(0deg, #ddeeff, #ffffff 10%);
		}
		nav.menu_area ul {
			margin: 0;
			display: flex;
			justify-content: space-evenly;
		}
		nav.menu_area ul li {
			display: inline-block;
		}
		nav.menu_area ul li.li_end {
			display: inline-block;
			border: 0;
		}
		nav.menu_area ul li a {
			font-size: 80%;
			font-family: san-serif;
			display: inline-block;
			line-height: 4vh;
			padding: 0 2vmin;
			color: #004f93;
			--width: 16vmin;
			text-align: center;
		}
		nav.menu_area ul li a.selected,
		nav.menu_area ul li a:hover {
			color: #ffffff;
			border-radius: 1vmin 1vmin 0 0;
		}
		nav.menu_area ul li a.selected {
			background-color: #004f93;
		}
		nav.menu_area ul li a:hover {
			background-color: #00934f;
		}
		nav.menu_area_cp {
			display: none;
		}
	

	article figure {
		width: 35vmin;
		padding: 0vmin 0vmin 2.5vmin 5vmin;
		margin: auto;
		clear: both;
		float: right;
	}
	article figure img,
	article figure video {
		width: 30vmin;
	}
	article figure figcaption {
		font-size: 0.5rem;
		line-height: 110%;
		color: #999999;
		text-align: center;
	}
	article figure.row1,
	article figure.row2 {
		width: 90vmin;
		padding: 0vmin;
		background: rgba(100%,100%,100%,20%);
	}
	article figure.row1 img,
	article figure.row1 video {
		width: 40vmin;
		margin: 2vmin 25vmin;
		border-radius: 1vmin;
	}
	article figure.row2 img,
	article figure.row2 video {
		float: left;
		width: 40vmin;
		margin: 2vmin;
		border-radius: 1vmin;
	}
	article figure.row1 figcaption,
	article figure.row2 figcaption {
		clear: both;
	}
	article hr.spacer {
		height: 5vmin;
		clear: both;
	}
	article hr.spacer_short {
		height: 2vmin;
	}
	article dl {
		font-size: 90%;
		line-height: 130%;
		margin: 0 5vmin 1vmin 5vmin;
		width: 80vmin;
		clear: both;
	}
	article dt {
		margin: .4vmin 0;
		padding: 1vmin;
		display: inline-block;
		width: 30vmin;
		background: #f6f6f6;
		text-align: right;
		vertical-align: top;
	}
	article dt img {
		height: 1.5em;
		vertical-align: middle;
	}
	article dd {
		margin: .4vmin 0;
		padding: 1vmin 3vmin;
		display: inline-block;
		width: 50vmin;
		vertical-align: top;
		line-height: 200%;
	}
	article dd img {
		max-height: 20vmin;
		margin-top: 1vmin;
		margin-right: 1vmin;
		display: inline-block;
	}
	article dl.editor dd {
		padding: 0vmin 3vmin;
	}


	/* ######## トピック記事 ######## */
	article a.article_list_box_topic * {
		margin: 0;
		padding: 0;
		border: 0;
		text-indent: 0;
	
		font-size: calc(15px + 0.5vmin);
		color: #333333;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 300;
	
		/* font-feature-settings: "palt"; */
		hyphens: auto;
		text-decoration: none;
		list-style: none inside;	
	}
	article a.article_list_box_topic {
		display: block; /*box*/
		float: left;
		width: 45vmin;
		padding: 2vmin 2vmin;
		margin: 0vmin 0;
	}
	article a.article_list_box_topic:hover {
		background: #f8f8ee;
	}
	
	article a.article_list_box_topic img {
		width: 41vmin;
		height: calc( 41vmin / 16 * 9 );
		padding-top: 1vmin;
	}
	article a.article_list_box_topic h3 {
		display: block; /*box*/
		height: 2.4em;
		overflow: hidden;
		font-size: 100%;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
	}
	article a.article_list_box_topic p {
		display: block; /*box*/
		height: 8.4em;
		overflow: hidden;
		font-size: 80%;
		color: #888888;
		line-height: 120%;
	}
	article a.article_list_box_topic p.date {
		display: block; /*box*/
		font-size: 70%;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 300;
		height: 4em;
		text-align: right;
		color: #888888;
		padding-top: 1vmin;
		padding-bottom: 1vmin;
	}

	/* ######## 記事リスト ######## */
	article a.article_list_box *,
	article form.article_list_box * {
		margin: 0;
		padding: 0;
		border: 0;
		text-indent: 0;
	
		font-size: calc(15px + 0.5vmin);
		color: #333333;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 700;
	
		/* font-feature-settings: "palt"; */
		hyphens: auto;
		text-decoration: none;
		list-style: none inside;
	}
	article a.article_list_box,
	article form.article_list_box {
		display: block; /*box*/
		float: left;
		width: 22.5vmin;
		padding: 2vmin 2vmin;
		margin: 0vmin 0;
	}
	article a.article_list_box:hover,
	article form.article_list_box:hover {
		background: #f8f8ee;
	}
	
	article a.article_list_box img,
	article form.article_list_box img {
		width: 18.5vmin;
		height: calc( 18.5vmin / 16 * 9 + 1vmin );
		padding-top: 1vmin;
	}
	article a.article_list_box h3,
	article form.article_list_box h3 {
		display: block; /*box*/
		height: 3.6em;
		overflow: hidden;
		font-size: 80%;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
	}
	article a.article_list_box h3 img,
	article form.article_list_box h3 img {
		width: 0.6em;
		height: 0.6em;
		margin: 0 2px 0 0;
		padding: 0;
	}
	article a.article_list_box p,
	article form.article_list_box p {
		display: block; /*box*/
		font-size: 70%;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 300;
		text-align: right;
		color: #999999;
		padding-top: 1vmin;
		padding-bottom: 1vmin;
	}
}


/* #################### 印刷 #################### */

@media print {
	html {
		color: #111111;
		font-size: 9pt;
	}
	body {
		background: none;
	}
	a:link, a:visited, a:hover, a:active {
		color: #333333;
		text-decoration: none;
	}
	a[target="_blank"] {
		background: none;
		padding: 0;
	}
	header {
		display: none;
	}
	article div.head_image {
		width: 35vmin;
		height: calc( 35vmin * 9 / 16 );
		overflow-y : hidden;
		float: left;
		margin-bottom: 5vmin;
	}
	article div.head_image img {
		width: 35vmin;
	}
	article h2 {
		font-size: 1.5rem;
		line-height: 120%;
		margin-top: 2rem;
	}
	article h2.edit {
		color: #ffffff;
		background: #000000;
	}
	article figure {
		width: 35vmin;
		padding: 0vmin 0vmin 2.5vmin 5vmin ;
		margin: auto;
		float: right;
		clear: both;
	}
	article figure img,
	article figure video  {
		width: 30vmin;
	}
	article figure figcaption {
		font-size: 0.5rem;
		line-height: 110%;
		color: #999999;
		text-align: center;
	}


	article blockquote {
		width: 90vmin;
		margin: 1em auto;
		padding: 2em 1em;
		text-align: left;
		background: none;
		columns: 2;
		column-gap: 2em;
		background: #f6f6f6;
	}
	article blockquote p {
		margin-top: 0;
		margin-bottom: 0;
	}
	article blockquote figure {
		width: 35vmin;
		padding: 2.5vmin;
		margin: 2.5vmin auto 0 auto;
		background: #f6f6f6;
		float: none;
		clear: both;
	}
	article blockquote figure img,
	article blockquote figure video  {
		width: 30vmin;
	}
	article blockquote figure figcaption {
		font-size: 0.75rem;
		line-height: 110%;
		text-align: center;
	}


	article hr.spacer,
	article hr.spacer_short,
	article iframe {
		display: none;
	}
	article p.writer {
		margin-top: 10vmin;
	}

	article dl {
		font-size: 90%;
		line-height: 130%;
		margin: 1vmin 5vmin;
		width: 80vmin;
		clear: both;
	}
	article dt {
		margin: .4vmin 0;
		padding: 1vmin;
		display: inline-block;
		width: 30vmin;
		background: #f6f6f6;
		text-align: right;
		float: left;
		clear: both;
	}
	article dt img {
		height: 1.5em;
		vertical-align: middle;
	}
	article dd {
		margin: .4vmin 0;
		padding: 1vmin 3vmin;
		display: inline-block;
		width: 50vmin;
		float: left;
	}
	article dl::after {
		content: "";
		clear: both;
		display: block;
	}

	/* ######## トピック記事 ######## */
	article a.article_list_box_topic * {
		margin: 0;
		padding: 0;
		border: 0;
		text-indent: 0;
	
		font-size: calc(15px + 0.5vmin);
		color: #333333;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 700;
	
		/* font-feature-settings: "palt"; */
		hyphens: auto;
		text-decoration: none;
		list-style: none inside;	
	}
	article a.article_list_box_topic {
		display: block; /*box*/
		float: left;
		width: 45vmin;
		padding: 2vmin 2vmin;
		margin: 0vmin 0;
	}
	article a.article_list_box_topic:hover {
		background: #f8f8ee;
	}
	
	article a.article_list_box_topic img {
		width: 41vmin;
		height: calc( 41vmin / 16 * 9 );
		padding-top: 1vmin;
	}
	article a.article_list_box_topic h3 {
		display: block; /*box*/
		height: 2.4em;
		overflow: hidden;
		font-size: 100%;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
	}
	article a.article_list_box_topic p {
		display: block; /*box*/
		height: 8.4em;
		overflow: hidden;
		font-size: 80%;
		color: #888888;
		line-height: 120%;
	}
	article a.article_list_box_topic p.date {
		display: block; /*box*/
		font-size: 70%;
		height: 4em;
		text-align: right;
		color: #888888;
		padding-top: 1vmin;
		padding-bottom: 1vmin;
	}


	/* ######## 記事リスト ######## */
	article a.article_list_box *,
	article form.article_list_box * {
		margin: 0;
		padding: 0;
		border: 0;
		text-indent: 0;
	
		font-size: calc(15px + 0.5vmin);
		color: #333333;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 700;
	
		/* font-feature-settings: "palt"; */
		hyphens: auto;
		text-decoration: none;
		list-style: none inside;
	}
	article a.article_list_box,
	article form.article_list_box {
		display: block; /*box*/
		float: left;
		width: 22.5vmin;
		padding: 2vmin 2vmin;
		margin: 0vmin 0;
	}
	article a.article_list_box:hover,
	article form.article_list_box:hover {
		background: #f8f8ee;
	}
	
	article a.article_list_box img,
	article form.article_list_box img {
		width: 18.5vmin;
		height: calc( 18.5vmin / 16 * 9 + 1vmin );
		padding-top: 1vmin;
	}
	article a.article_list_box h3,
	article form.article_list_box h3 {
		display: block; /*box*/
		height: 3.6em;
		overflow: hidden;
		font-size: 80%;
		font-family: sans-serif;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
	}
	article a.article_list_box h3 img,
	article form.article_list_box h3 img {
		width: 0.6em;
		height: 0.6em;
		margin: 0 2px 0 0;
		padding: 0;
	}
	article a.article_list_box p,
	article form.article_list_box p {
		display: block; /*box*/
		font-size: 70%;
		text-align: right;
		color: #999999;
		padding-top: 1vmin;
		padding-bottom: 1vmin;
	}

	footer div.bottom_navi {
		display: none;
	}
}





	article div.article_index {
		margin-top: 8vmin;
		text-align: center;
	}
	article div.article_index a,
	article div.article_index span {
		display: inline-block;
		width: calc( 20px + 2vmin );
		height: calc( 20px + 2vmin );
		margin: calc( 5px + .5vmin );

		font-size: calc( 9px + .9vmin );
		line-height: calc( 20px + 2vmin );
		color: #004f93;
		background: #eeeeee;

		text-align: center;
	}

	article div.article_index a:hover,
	article div.article_index span {
		color: #ffffff;
		background: #004f93;
	}

	article a.next_list {
		display: block;
		width: 90vmin;
		padding: 1vmin 2vmin;
		text-align: center;

		margin: auto;
		margin-bottom: 5vmin;

		color: #f8f8ee;
		background: #004f93;
	}
	article a.next_list:hover {
		color: #004f93;
		background: #f8f8ee;

		font-style: bold;
		font-weight: 600;
	}