@charset "utf-8";

html {
	margin: 0;
}

body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	display: flex;
	overflow-y: scroll;
	flex-flow: column;
	min-height: 100vh;
	margin: 0;
}

.wrapper {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 100%;
}

main {
	min-height: calc(100vh - 100px);
}

.header {
	height: 50px;
	background-color: #043491;
}

.header .zkai-logo {
	position: absolute;
	top: 0;
	left: 26px;
	height: 30px;
}

.main-area {
	width: 100%;
}

.main-menu {
	padding: 1em;
	/*	height: calc(100% - 2em); */
}

.box-login {
	position: relative;
	top: 40%;
	left: 50%;
	padding: 1em;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

footer {
	width: 100%;
}

.footer {
	display: table;
	width: 100%;
	height: 50px;
	background-color: #020e27;
}

h1.title-page {
	font-size: 1.25em;
	font-weight: bold;
	width: 100%;
	max-width: 100%;
	margin-bottom: 1em;
	padding: 0.25em 0;
	text-align: center;
	word-break: break-all;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	overflow-wrap: break-word;
}

h2.title-book {
	display: inline-block;
	padding: 0.25em 0.75em;
	border-radius: 6px;
	background-color: aliceblue;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	margin: 2em 0 1.5em 0;
	padding: 0.1em 0 0.1em 0.5em;
	border-left: 6px solid #043491;
}

h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	content: "";
	border-bottom: 1px solid #ccc;
}

h4 {
	font-weight: bold;
	margin: 2em 0 0.5em 0;
	padding: 0 0.5em;
	color: #494949;
	border-left: solid 5px #043491;
	background: transparent;
}

p.text-base {
	margin: 0;
}

p.text-title {
	font-weight: bold;
	margin: 0.5em 0;
	text-align: center;
}

p.text-exp {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	color: #e8380d;
}

p.text-caution {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.5em 0;
	text-align: left;
	color: #e8380d;
}

p.text-err {
	font-size: 0.8em;
	font-weight: bold;
	color: #e8380d;
}

p.text-note {
	font-size: 0.8em;
	margin: 0.5em 0 0 1em;
	text-indent: -1em;
}

p.text-note:before {
	content: "※";
}

audio {
	outline: none;
}

input {
	font-size: 1em;
	margin: 0.25em 0;
	padding: 0.75em 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fafafa;
}

input[type="number"]:focus {
	border: 1px solid #87cefa;
	outline: 0;
	box-shadow: 0 0 5px #87cefa;
}

button {
	padding: 0;
	text-align: center;
	border: none;
	background-color: initial;
}

input:focus,
a:focus,
button:focus {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-login {
	font-size: 18px;
	font-weight: bold;
	margin: 1em 0;
	padding: 8px 1.5em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
	background-color: #043491;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.item {
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	background: #ddd;
}

img {
	max-width: 100%;
	height: auto;
}

.img-mark {
	width: 150px;
	margin: 1em;
}

.footer .text-muted {
	font-size: 0.75em;
	display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

.list-container {
	margin: 0 auto;
}

.list-area {
	margin-top: 3em;
}

.list-area-ind {
	margin: 3em 0;
}

.box {
	vertical-align: middle;
}

.btn-arrangement,
.btn-dl {
	align-items: center;
	margin: 0 1em;
	padding: 0.5em 1em;
}

.pass-area {
	align-items: baseline;
	flex-direction: column;
}

.boxContainer {
	width: 100%;
	margin: 0.5em 0;
	padding: 0.5em 0;
}

.box-container {
	width: 100%;
	margin: 0.5em 0;
	padding: 0;
}

.data-element {
	font-size: 0.9em;
	font-weight: bold;
	position: relative;
	padding: 0.1em 0 0.1em 0.5em;
	border-left: 6px solid #043491;
}

.data-element::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	content: "";
	border-bottom: 1px solid #ccc;
}

.dl-note {
	margin: 1em 0;
}

.md-note {
	margin: 0;
}


.centering {
	justify-content: center;
	margin: 1em 0 1.5em 0;
}


.text-pos-l {
	text-align: left;
}

.font-small {
	font-size: 0.78em;
}

.margin-btm0 {
	margin-bottom: 0 !important;
}

.margin-btm3 {
	margin-bottom: 3em !important;
}

.margin-ts {
	margin-top: 0.5em;
}

.margin-tl {
	margin-top: 1.75em;
}

.boxContainer:hover {
	background-color: #ff737a;
}

.button-common,
.btn-download,
.btn-audio,
.btn-audio-pass {
	font-size: 1em;
	height: 41px;
	transition: 0.2s ease-out;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	background-color: #043491;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);

	-webkit-tap-highlight-color: transparent;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
}

.button-common,
.btn-download,
.btn-audio {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-audio-pass {
	align-items: center;
	justify-content: center;
}

.btn-download,
.btn-audio {
	min-width: 280px;
}

.btn-audio-pass {
	min-width: 100px;
}

.page-back {
	font-size: 1em;
	margin: 1em 0;
	padding: 0 2em;
}

.with-password {
	padding-top: 1.5em !important;
	vertical-align: initial;
}

.tags {
	line-height: 44px;
	position: relative;
	width: 12em;
	margin-left: 3em;
	padding: 0 2em 0 3em;
	text-align: center;
	color: #333;
	border-radius: 8px 0 0 8px;
	background: #e0efff;
}

.tags_n {
	width: 13em !important;
}

.tags::before {
	position: absolute;
	top: 0;
	right: -22px;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: 22px solid transparent;
	border-right-width: 0;
	border-left-color: #e0efff;
}

.tags::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1em;
	height: 100%;
	content: "";
	border-radius: 8px 0 0 8px;
	background: #ffe0ef;
}

.pagelink-area {
	margin: 12px;
	text-align: right;
}

.link {
	position: relative;
	display: inline-block;
	margin-right: 1.5em;
	padding: 0;
	transition: 0.3s;
	text-decoration: none;
	color: #fff;
}

.link::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	content: "";
	transition: 0.3s;
	transform: translateX(-50%);
	background-color: #fff;
}

.link:hover::after {
	width: 100%;
}

.sm-listArea {
	display: none;
}

.key-mark {
	width: 20px;
	height: 20px;
}

.img-key-mark {
	position: relative;
	top: -2px;
	width: auto;
	height: 20px;
}

.password-check {
	margin: 0.5em auto;
	text-align: center;
}

.button-panel {
	width: 100%;
	margin: 1em 0 0;
	text-align: center;
}

.button-panel .button {
	margin: 0 auto;
	cursor: pointer;
	transition: background 0.3s ease-in-out;
	text-align: center;
	color: #fff;
	background: #295699;
}

.button:hover {
	background: #ee3e52;
}

#playPermission {
	text-align: center;
}

.zkai-logo {
	padding: 10px 0;
	text-align: center;
}

.md-modal {
	line-height: 1.8;
	position: fixed;
	z-index: 2000;
	visibility: hidden;
	margin: auto;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
	opacity: 0;
	background: rgba(0, 0, 0, 0.65);
}

.md-show ~ .md-overlay {
	visibility: visible;
	opacity: 1;
}

.form-wrapper {
	padding: 1.5em 1em 1em 1em;
}

.md-effect-pass .form-wrapper {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
	opacity: 0;
}

.md-show .form-wrapper {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
	border-radius: 8px;
	background-color: #fff;
}

.btn-modal-close {
	position: absolute;
	z-index: 2001;
	top: -15px;
	right: -15px;
}

.btn-close {
	width: 40px;
	height: 40px;
}

.pass-check {
	display: inline-block !important;
	width: 1.5em !important;
}

.check-area {
	text-align: left;
}

.ch {
	position: relative;
	display: block;
	float: left;
	background: #fafafa;
}

.ch:first-child {
	padding-left: 2px;
}

.ch:last-child {
	padding-right: 2px;
}

.focused {
	pointer-events: none;
}

ul {
	list-style: none;
}

li {
	margin: 4px 0;
}

li.check-list {
	position: relative;
	padding-left: 25px;
}

li.check-list:before {
	position: absolute;
	top: 0.35em;
	left: 5px;
	width: 5px;
	height: 10px;
	content: "";
	-webkit-transform: rotate(50deg);
	    -ms-transform: rotate(50deg);
	        transform: rotate(50deg);
	border-right: 2px solid #ff4500;
	border-bottom: 2px solid #ff4500;
}

li.check-list:after {
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 15px;
	height: 15px;
	content: "";
	border: 1px solid #333;
	border-radius: 2px;
}

li.btn-link {
	line-height: 44px;
	position: relative;
	overflow: hidden;
	height: 44px;
	margin-bottom: 0.25em;
	white-space: nowrap;
	background-color: aliceblue;
}

li.btn-link:first-child {
	border-top: 0;
}

li.btn-link:last-child {
	border-bottom: 0;
}

li.btn-link a {
	display: block;
	padding: 0 0 0 16px;
	text-decoration: none;
	color: #333;
}

li.btn-link a:hover {
	background-color: #f6b894;
}

li.btn-link a:hover span.arrow_back {
	background-color: #f6b894;
}

li.btn-link a:visited {
	color: purple;
}

.arrow_back {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 30px;
	height: 44px;
	content: "";
	background-color: aliceblue;
}

.arrow {
	position: absolute;
	top: 12px;
	right: 16px;
	display: block;
	width: 14px;
	height: 14px;
	content: "";
	transform: rotate(45deg);
	border-top: #555 2px solid;
	border-right: #555 2px solid;
}

li.btn-link a:hover span.arrow_back {
	background-color: #f6b894;
}

.display-none {
	display: none;
}

.display-block {
	display: block !important;
}

@media screen and (min-width : 1024px) {
	.main-menu {
		width: 980px;
		margin: 0 auto;
	}

	.login-area {
		width: 32em;
		margin: 0 auto;
	}
}

@media screen and (max-width : 1024px) {
	.dl-text {
		color: #e8380d;
	}
}

@media screen and (max-width:768px) {
	h3 {
		display: block;
	}
}

@media screen and (max-width:480px) {
	body {
		font-size: 16px;
	}


	h1.title-page,
	h3 {
		font-size: 1.05em;
		word-break: keep-all;
	}

	.pagelink-area {
		display: none;
	}

	.link {
		color: #043491;
	}

	.box-sm {
		display: block;
	}

	.boxContainer {
		display: block;
		width: auto;
		table-layout: inherit;
		text-align: center;
	}

	.box {
		vertical-align: middle;
	}

	.box-container {
		margin: 0;
	}

	.button-common,
	.btn-download,
	.btn-audio,
	.btn-audio-pass {
		width: 100%;
		min-width: inherit;
	}

	.centering {
		flex-direction: column;
	}

	.btn-arrangement {
		display: block;
		margin: 0.5em 0;
		padding: 0;
	}

	.btn-dl {
		display: block;
		margin: 0.5em 0;
		padding: 0;
	}

	.btn-dl a {
		display: block;
		height: auto;
		margin: 1em 0;
		padding: 0.5em 0;
	}

	p.data-element {
		margin-bottom: 0.25em;
	}

	.list-area-ind {
		margin: 1.5em 0;
	}

	li.btn-link a {
		font-size: 0.9em;
		padding: 0 0 0 8px;
	}

	.md-modal {
		width: 90%;
	}

	.arrow {
		top: 14px;
		right: 12px;
		width: 12px;
		height: 12px;
	}

	.with-password {
		padding-top: 0 !important;
	}

	.btn-audio-pass {
		margin: 0.75em 0;
	}

	input {
		width: -webkit-fill-available;
	}

	.margin-btm {
		margin-bottom: 1em;
	}

	.tags {
		position: relative;
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 0 0 0 1em;
		border-radius: 8px;
	}

	.tags::before {
		border: none;
	}

	.page-back {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width:480px) {
	audio {
		width: 100%;
	}
}



/*以下、大沼追記*/

.box-audio-area {
	display: flex;
}

h2 {
	font-size: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

h2.movie-title::before {
	content: "◆";
	color: #333;
}

strong {
	font-weight: 900;
	text-decoration: underline;
	background-color: yellow;
}

div.scroll-box {
	overflow-y: scroll;
	width: 75%;
	height: 15em;
	border: 1px solid #333;
}

div.script-area p {
	line-height: 1.8;
	margin-bottom: 1em;
}

@media screen and (max-width:740px) {
	.box-audio-area {
		display: block;
		width: auto;
		margin-bottom: 3em;
	}
}

.return_button {
	width: 9em;
	margin: 1em auto 1.5em auto;
}

span.theme_name {
	position: absolute;
	left: 12em;
}

span.theme_name_level1 {
	position: absolute;
	left: 16em;
}

span.stage_level1 {
	display: inline-block;
	width: 9em;
}