@charset "UTF-8";

.modal-wrapper * {
	font-size: 10px;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	line-height: 1.5;
}

.loading-search-title {
	background-color: #ffffff00;
	background-image: url(/images/preloader.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 8em 8em;
	width: 100%;
	height: 100%
}

.fa-times{font-style:normal;}

.modal-wrapper a {
	color: #0095ee;
	text-decoration: none
}



.tab-btn-wrap {
	border-bottom: 2px solid #ea352d;
	display: flex
}

.tab-btn-wrap a {
	width: 33.333%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	border-radius: 5px 5px 0 0
}

.tab-btn-wrap.review-tab a {
	width: 50%
}

.tab-btn-wrap a.active {
	background: #ea352d;
	color: #fff;
	font-weight: 700
}

.menu-open,.pos-lock {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%
}

#nav-tgl {
	display: none
}

.nav-tgl-btn {
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.nav-tgl-btn.close {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	transition: background .3s
}

#nav-tgl:checked~.close {
	pointer-events: auto;
	background: rgba(0,0,0,.5)
}



.modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	display: flex;
	justify-content: center;
	z-index: 99
}

.modal-wrapper .modal-content {
	align-self: center;
	width: 95vw;
	max-width: 600px;
	max-height: 80vh;
	position: relative;
	transform: scale(.3);
	transition: .3s
}

.modal-wrapper.show .modal-content {
	transform: scale(1)
}

.modal-wrapper .btn-modal-close {
	font-weight: 700;
	right: 7px;
	top: 10px;
	background: #444;
	width: 30px;
	height: 30px;
	position: absolute;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

.modal-wrapper .btn-modal-close.wait {
	background: #777
}

.modal-wrapper .modal-content .title {
	padding: 0 30px 0 15px;
	font-weight: 700;
	border-bottom: 1px solid #e5e5e5;
	background: #FBE8CF;
	color: #333;
	border-radius: 10px 10px 0 0;
	height: 50px;
	display: flex;
	align-items: center
}

.modal-wrapper .modal-content .content {
	padding: 15px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	max-height: calc(80vh - 50px);
	overflow-y: auto
}

.modal-wrapper .modal-content[data-modal=search-title] .content {
	padding: 0
}

.modal-wrapper .modal-search .content {
	padding: 25px
}

.modal-wrapper .modal-content .content img {
	max-width: 100%
}

.modal-wrapper .modal-content .btn-wrap {
	margin-top: 20px
}

.search-title-fixed {
	padding: 15px 0 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	background: #fff
}

.search-title-input-wrap {
	display: flex;
	align-items: center;
	padding: 0 10px
}

.search-title-input-wrap .btn-search-prev {
	padding: 0 10px 0 0
}

.search-title-fixed [type=text] {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	width: calc(100% - 10px);
	margin: 0 auto 5px;
	display: block
}

.syllabary-title-list {
	display: flex;
	justify-content: space-between
}

.syllabary-title-list a {
	width: 10%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #eee
}

.search-title-container {
	height: calc(80vh - 150px);
	overflow-y: auto;
	background: #fcfcfc;
	border-radius: 0 0 10px 10px
}

.search-title-container .kana .str {
	background: #eee;
	padding: 5px 10px;
	font-weight: 700
}

.search-title-container .no-result {
	padding: 10px;
	text-align: center;
	color: #999
}

.syllabary-list .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer
}

.syllabary-list .item .title-category {
	background: #eee;
	color: #999;
	font-weight: 700;
	display: inline-block;
	margin-right: 5px;
	width: 4.5em;

	text-align: center
}

