@charset "UTF-8";

.postBox h1,
.postBox h2,
.postBox h3,
.postBox h4,
.postBox h5,
.postBox h6 {
	clear: both;
	margin: 0 0 1.2em;
}

.postBox h1:first-child,
.postBox h2:first-child,
.postBox h3:first-child,
.postBox h4:first-child,
.postBox h5:first-child,
.postBox h6:first-child {
	padding-top: 0;
}

.postBox h1 {
	font-size: 3.6rem;
	margin: 0 0 1em;
}

.postBox h2 {
	font-size: 3.2rem;
}

.postBox h3 {
	font-size: 2.8rem;
	padding: 0 8px;
	background: -webkit-linear-gradient(180deg,rgba(0, 159, 232,0) 0%,rgba(0, 159, 232,0) 80%,rgba(0, 159, 232,.3) 80%,rgba(0, 159, 232,.3) 100%);
	background: linear-gradient(180deg,rgba(0, 159, 232,0) 0%,rgba(0, 159, 232,0) 80%,rgba(0, 159, 232,.3) 80%,rgba(0, 159, 232,.3) 100%);
}

.postBox h4 {
	font-size: 2.4rem;
	padding: 0 10px;  
	position: relative;
	border-bottom: 4px solid #e3e3e3;
	margin: 0 0 1.5em;
}

.postBox h4::before {
	content: "";
	display: block;
	width: 120px;
	height: 4px;
	background: #009fe8;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
}

.postBox h5 {
	font-size: 2rem;
	padding: 0 0 0 8px;
	border-left: 6px solid #009fe8;
	margin: 0 0 1.5em;
}

.postBox h6 {
	color: #009fe8;
}

.postBox p {
	line-height: 1.8;
	margin: 1.2em auto;
}

.postBox .post-item a {
	color: #009fe8;
	text-decoration: underline;
}

.postBox .post-item a:hover {
	color: #999;
	text-decoration: none;
}

.postBox .post-item a[href^="http://"]::after,
.postBox .post-item a[href^="https://"]::after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
	margin: 0 6px;
	vertical-align: baseline;
}

.postBox .post-item a[href^="http://www.hangul.or.jp/"]::after,
.postBox .post-item a[href^="https://www.hangul.or.jp/"]::after {
	display: none;
	margin: 0;
}

.postBox .post-item a[href$=".pdf"] {
}

.postBox .post-item a[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/icon-pdf.png") no-repeat center / 100% auto;
	vertical-align: text-bottom;
	margin: 0 6px;
}


/*ボタン*/
.postBox .post-item .btn a {
	color: #fff;
	text-decoration: none;
}

.postBox .post-item .btn a:hover {
	color: #009fe8;
}

.postBox .post-item .btn.btn-org a:hover {
	color: #ff9c00;
}

.postBox .post-item .btn.line-blue a {
	color: #009fe8;
}

.postBox .post-item .btn.line-blue a:hover {
	color: #eff7fb;
}

.postBox .post-item .btn.line-org a {
	color: #ff9c00;
}

.postBox .post-item .btn.line-org a:hover {
	color: #fef5e6;
}


.postBox dfn,
.postBox cite,
.postBox em {
	font-style: italic;
}

.postBox blockquote {
	background: #eee;
	font-size: .9em;
	font-style: normal;
	line-Height: 1.8;
	overflow: hidden;
	padding: 1.5em;
	margin: 36px auto;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}

.postBox blockquote p {
	margin: 0 auto;
}

.postBox .wp-block-quote {
	border: none;
}

.postBox blockquote strong {
	font-size: 1.6rem;
}

.postBox blockquote.alignleft,
.postBox blockquote.alignright {
	width: 34%;
}

.postBox address {
	margin: 0 0 1.5em;
}

.postBox pre {
	font-size: .9em;	
	color: #20242F;	
	background: #fff;
	border: 3px solid #ddd;
	max-width: 100%;
	overflow: auto;
	padding: 1.2em 1.5em;
	line-height: 2;
	margin: 1.5em auto;
	word-break: break-all !important;
	word-wrap: break-word !important;
	white-space: pre-wrap !important;	
}

.postBox blockquote,
.postBox q {
	/*quotes: "" "";*/
	quotes: none;
}

.postBox blockquote:before,
.postBox blockquote:after,
.postBox q:before,
.postBox q:after {
	content: "";
	display: none;
}

/**
 * 3.0 - Elements
 */

.postBox hr {
	max-width: 100% !important;
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.postBox ul,
.postBox ol {
	margin: 0 0 1.5em;
	padding: 10px 10px 10px 1.5em;
}

.postBox ul {
	list-style: none;
	padding: 10px;
}

.postBox ul > li {
	margin: 0 0 .5em;
	padding: 0;
	line-height: 1.7;	
}

.postBox ul > li,
.postBox ul.list_type02 > li,
.postBox ul.list_type03 > li {
	position: relative;
	padding: 0 0 0 15px;
}

.postBox ul > li::before,
.postBox ul.list_type02 > li::before,
.postBox ul.list_type03 > li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #009fe8;
	position: absolute;
	top: 10px;
	left: 0;
}

.postBox ul > li::before {
	background: #999;	
}

.postBox ul.list_type02 > li::before {
	background: #009fe8;
}

.postBox ul.list_type03 > li::before {
	background: #ff9c00;
}

.postBox ol {
	list-style: decimal;
	padding: 10px 10px 10px 1.5em;
}

.postBox ol > li {
	position: relative;
	margin: 0 0 .5em;
	padding: 0 0 0 5px;
	line-height: 1.7;	
}

.postBox li > ul,
.postBox li > ol {
	margin: 1em 0 1em 1.2em;
}

.postBox ul > li.blocks-gallery-item {
	padding: 0;
}

.postBox ul > li.blocks-gallery-item::before {
	display: none;
}

.postBox dt {
	font-weight: 700;
}

.postBox dd {
	margin: 0 1.5em 1.5em;
}

.postBox table {
	border-collapse: collapse;
	font-size: .95em;
	margin: 0 auto 2em;
	width: 100%;
}

.postBox thead th {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 0.5em;
}

.postBox tr {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;	
}

.postBox th {
	padding: 0.8em;
	line-height: 1.7;
	background: #e5f7ff;
	border-left: 1px solid #d8d8d8;	
}

.postBox td {
	padding: 0.8em;
	line-height: 1.7;
	border-left: 1px solid #d8d8d8;		
}

.postBox th:first-child,
.postBox td:first-child {
}

.postBox th:last-child,
.postBox td:last-child {
}

.postBox .postBox a {
	text-decoration: underline;
}

.postBox .postBox a:hover {
	text-decoration: none;
}

.postBox .postBox a img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.postBox .postBox a img:hover {
	opacity: .7;
}

/**
 * 4.0 - Alignment
 */

.postBox img[class*="wp-image-"] {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

.postBox embed,
.postBox iframe,
.postBox object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.postBox .wp-block-embed__wrapper iframe {
	width: 100%;
	min-height: 400px;
}

/**
 * 5.0 - Caption
 */

.postBox .wp-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.postBox .wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.postBox .wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.postBox .wp-block-image figcaption {
	text-align: left; 
}

/**
 * 6.0 - Galleries
 */

.postBox .gallery {
	margin-bottom: 1.5em;
}

.postBox .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.postBox .gallery-item a,
.postBox .gallery-item a:hover,
.postBox .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
}

.postBox .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.postBox .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.postBox .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.postBox .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.postBox .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.postBox .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.postBox .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.postBox .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.postBox .gallery-caption {
	display: block;
}

/**
 * 7.0 - Media Elements
 */

.postBox .mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.postBox .mejs-controls a.mejs-horizontal-volume-slider,
.postBox .mejs-controls a.mejs-horizontal-volume-slider:focus,
.postBox .mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.postBox .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.postBox .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.postBox .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.postBox .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.postBox .wp-playlist-light .wp-playlist-item:hover,
.postBox .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.postBox .wp-playlist-light a.wp-playlist-caption:hover,
.postBox .wp-playlist-light .wp-playlist-item:hover a,
.postBox .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.postBox .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.postBox .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.postBox .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.postBox .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.postBox .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.postBox .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.postBox .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.postBox .wp-playlist-dark .wp-playlist-item:hover,
.postBox .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.postBox .wp-playlist-dark a.wp-playlist-caption:hover,
.postBox .wp-playlist-dark .wp-playlist-item:hover a,
.postBox .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.postBox .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.postBox .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.postBox .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.postBox .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.postBox .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.postBox .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.postBox .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.postBox .wp-playlist-item a,
.postBox .wp-playlist-item a:focus,
.postBox .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.postBox .wp-playlist-item-length {
	top: 5px;
}

@media screen and (max-width: 1252px) {
.pastexam .postBox .tableBox:nth-of-type(2) {
	overflow-x: scroll;
}	
  
.pastexam .postBox .tableBox:nth-of-type(2) table {
	width: 800px !important;
}	
  
}

@media screen and (max-width: 1024px) {
	
.postBox h1 {
	font-size: 3.2rem;	
}

.postBox h2 {
	font-size: 3rem;	
}

.postBox h3 {
	font-size: 2.6rem;	
}

.postBox h4 {
	font-size: 2.2rem;	
}

.postBox h5 {
	font-size: 1.8rem;	
}

.postBox h6 {
}
	
.postBox p {
	font-size: .9em;
}
	
.postBox blockquote {
}
	
.postBox h7,	
.postBox pre {
	font-size: .9em;	
}
	
.postBox table {
	font-size: .85em;
}	
	
.postBox .tableBox {
	width: 100%;
	overflow-x: scroll;
}	
	
.postBox .tableBox table {
	width: 800px !important;
}	
	

}



@media screen and (max-width: 479px) {
.postBox h1 {
	font-size: 3rem;	
}

.postBox h2 {
	font-size: 2.8rem;	
}

.postBox h3 {
	font-size: 2.4rem;	
}

.postBox h4 {
	font-size: 2rem;	
}
	
.postBox h4::before {
	width: 100px;
}	

.postBox h5 {
	font-size: 1.8rem;	
}

.postBox h6 {
}
	
.postBox p {
}
	
.postBox blockquote {
	font-size: .85em;
	padding: 1.2em;	
	line-height: 1.8;
	margin: 2em auto;	
}
	
.postBox h7,	
.postBox pre {
	font-size: .85em;	
	padding: 1.2em;
	line-height: 1.8;
}
		
.postBox table {
	font-size: .85em;
}	
	
.postBox table.sp-block {
}

.postBox .sp-block th {
}

.postBox .sp-block td {
	display: block;	
}
	
	

}