@charset "UTF-8";

h1 {
	text-align: center;
	margin-bottom: 2em;
}

h1,
h2 {
	margin-top: 2em;
}
.page-content h1 {
	font-size: 30px;
}

.marginauto {
	margin: auto;
}

.postinfo {
	margin-bottom: 2em;
	font-size: 11px;
	text-align: right;
}
.postinfo img {
	vertical-align: middle;
}

ol {
	background-color: rgba(255, 255, 255, .6);
}

.blog-txt a {
	text-decoration: underline;
}

.blog-txt p {
	padding-bottom: 1em;
}

.blog-txt p.marker {
	padding-bottom: 0;
}

@media screen and (max-width: 480px) {
	h1 {
		margin-top: .4em;
		text-align: left;
	}
}


.chiiweb-page .codoc-entry {
	display: none;
}
.page-template-page-chiiweb .page-content {
	padding: 2em;
}
#toc_container {
	display: none;
}

.postid-11092 .video-area {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.postid-11092 #video {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 177.77777778vh;
	/* 16:9 の幅→16 ÷ 9＝ 177.77% */
	height: 56.25vw;
	/* 16:9の幅 → 9 ÷ 16 = 56.25% */
	min-height: 100%;
	min-width: 100%;
}

.video-area {
	width: 100%;
}

#video {
	width: 100%;
}

.video-area::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	content: "";
}

h3 {
	font-size: 120%;
	margin: 30px 0;
}

h4 {
	font-size: 110%;
	padding: 14px 0;
	margin: 30px 0;
	border-top: 1px solid rgb(40, 22, 98);
	border-bottom: 1px solid rgb(40, 22, 98);
}

.has-background {
	margin-bottom: 20px;
	padding: 20px;
}

.balloonArea p,
.balloonArea .wp-block-group__inner-container,
.balloon div {
	background: rgb(244, 247, 253);
}

.balloonArea p::before,
.balloonArea .wp-block-group__inner-container::before,
.balloon div::before {
	border-right: 15px solid rgb(244, 247, 253);
}

.balloonArea p {
	padding-bottom: 0;
}

.balloonArea {
	margin-left: 10px;
}

.thumbnail {
	margin-bottom: 20px;
}

.breadscrumb {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 1.4em;
}

.breadscrumb li {}

.breadscrumb li::after {
	content: ">";
	margin-left: 5px;
	margin-right: 3px;
}

.breadscrumb li:last-child::after {
	content: none;
}
.page-content .blog-txt {
	padding: 2em 1em;
	background: rgba(255,255,255,.6);
	
}

/*

 page-id-16288
 
 */

 .page-id-16288 section,.page-id-16288 .page-content .blog-txt {
	 background: none;
 }
 
	
	.single-chiiweb section {
		background: none;
	}
	.single-chiiweb table {
		max-width: 800px;
		margin: auto;
	}
