@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100&family=Handjet:wght@200&display=swap');

@font-face {
	font-family: 'icomoon';
	src: url('./icomoon2/fonts/icomoon.ttf?8ic91e') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*
Theme Name:		Maoudamashii
Theme URI:		https://jokersounds.co.jp/
Description:	Joker Sounds Co. Ltd. Template.
Author:			Koichi Morita
Author URI:		https://maoudamashii.com/
Version:		0.9
License:
License URI:
*/
*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, #footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	vertical-align: baseline;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
}

article, aside, details, figcaption, figure, #footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	/* 	overflow-y: scroll; */
	touch-action: manipulation;
}

body {
	background: #fff;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	cursor: pointer;
}

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix {
	min-height: 1px;
}

input, input[type="submit"], input[type="text"], input[type="file"], input[type="search"], input[type="email"], input[type="number"], textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	background: none transparent;
}

:focus {
	outline: none;
}

* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear: both;
}

object, embed {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.icon:before,
.icon:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@keyframes Bound1 {
	0% {
		transform: scale(0.95, 0.95);
	}

	20% {
		transform: scale(1.2, 1.2);
	}

	40% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(1, 1);
	}
}

@keyframes Bound3 {
	0% {
		transform: scale(0.9, 0.9);
	}

	5% {
		transform: scale(1.1, 1.1);
	}

	10% {
		transform: scale(1, 1);
	}

	15% {
		transform: scale(1.1, 1.1);
	}

	20% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(1, 1);
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.fade-in {
	opacity: 0;
	transition: all 1s ease;
}

.from-left {
	transform: translateX(-50px);
}

.from-right {
	transform: translateX(50px);
}

.from-top {
	transform: translateY(-50px);
}

.from-bottom {
	transform: translateY(50px);
}

.fadeDisp {
	transform: translateY(0px);
	transform: translateY(-0px);
}

/* ===============================================
	General
=============================================== */
body {
	line-height: 1.6;
	color: #333;
	background-color: #fff;
}

.wrap {
	width: 100%;
}

select {
	font-size: 1.5rem;
	padding: 10px;
	margin: 0 0 0 10px;
}

.content h2 {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: solid 2px #000;
	margin-bottom: 10px;
	line-height: 1;
	padding-bottom: 10px;
	font-family: 'Barlow Condensed', sans-serif;
}

.titleArea {
	margin-bottom: 20px;
}

.titleCredirt p {
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: 1px;
}

.content h3 {
	font-size: 0.8rem;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	margin: 0 0 20px 0;
	font-weight: bold;
	letter-spacing: 3px;
}

ul {
	list-style: none;
	margin-bottom: 1rem;
}

li {
	margin-bottom: 0.5rem;
}

a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

a:hover {
	color: #777;
}

strong {
	font-weight: bold;
}

button {
	cursor: pointer;
	transition: .2s;
}

/* ===============================================
	DarkMode
=============================================== */
body, .ctrlArea, .ctrlAreaSection {
	transition: .3s;
}

.dark-mode {
	background: #1b1b1b;
	color: #dfdfdf;
}

.dark-mode header h1 a {
	background: url("img/header-d.png") no-repeat center center;
	background-size: contain;
}

.dark-mode .content h2 {
	border-bottom-color: #888;
	color: #888;
}

.dark-mode .content .chord {
	color: #777;
}

.dark-mode .ctrlArea {
	background: #323232;
	color: #888;
}
.dark-mode  a{
	color: #aaa;
	transition:0.1s;
}
.dark-mode  a:hover{
	color: #2679d9;
}
.dark-mode .ctrlAreaSection {
	background: #242424;
	border-color: #2d2d2d;
}

.dark-mode #ctrl .btn:hover {
	background: #888;
	color: #333333;
}

.dark-mode .toggle_label {
	background: #121212;
}

.dark-mode #ctrl .btn {
	color: #888;
	border-color: #888;
}

.dark-mode .slider::-webkit-slider-runnable-track {
	background: #121212;
	border-color: #888;
}

.dark-mode .slider::-moz-range-track {
	background: #121212;
	border-color: #888;
}

/* Thumb: Chrome, Safari, Opera, Edge Chromium */
.dark-mode .slider::-webkit-slider-thumb {
	background-color: #e8e8e8;
}

/* Thumb: Firefox */
.dark-mode .slider::-moz-range-thumb {
	background-color: #e8e8e8;
}

.dark-mode table {
	color: #888;
}

.dark-mode #dataBase .database-title a {
	color: #888;
}
.dark-mode #dataBase .database-title a:hover {
	color: #2679d9;
}
.dark-mode #dataBase td, .dark-mode #dataBase td {
	border: 1px solid #242424;
}

.dark-mode #dataBase th {
	background: #242424;
}

.dark-mode .total-length span {
	color: #d11e3a;
}
.dark-mode .release li a {
	background: #222;
	color: #ccc;
}
.dark-mode .release ul a:hover {
	background: #333;
}
.dark-mode .linkArea a{
	background: #232323;
	border-color: #232323;
}
/* light-mode */
.light-mode {
	background: #fff;
	color: #222;
}

.light-mode header h1 a {
	background: url("img/header-w.png") no-repeat center center;
	background-size: contain;
}

.light-mode .ctrlArea {
	background: #fff;
	color: #888;
}
.light-mode  a{
	color: #555;
	transition:0.1s;
}
.light-mode  a:hover{
	color: #ca1e38;
}
.light-mode .ctrlAreaSection {
	background: #f8f8f8;
	border-color: #ddd;
}

.light-mode #ctrl .btn:hover {
	background: #fff;
	color: #d11e3a;
	border-color: #d11e3a;
}

.light-mode .toggle_label {
	background: #e9e8e8;
	border-color: #ddd;
}

.light-mode #ctrl .btn {
	color: #aaa;
	border-color: #aaa;
}

.light-mode .slider::-webkit-slider-runnable-track {
	background: #e9e8e8;
	border-color: #ddd;
}

.light-mode .slider::-moz-range-track {
	background: #e9e8e8;
	border-color: #ddd;
}

/* Thumb: Chrome, Safari, Opera, Edge Chromium */
.light-mode .slider::-webkit-slider-thumb {
	background-color: #feffff;
}

/* Thumb: Firefox */
.light-mode .slider::-moz-range-thumb {
	background-color: #feffff;
}

.light-mode table {
	color: #333;
}

.light-mode #dataBase .database-title a {
	color: #333;
}
.light-mode #dataBase .database-title a:hover {
	color: #d11e3a;
}
.light-mode #dataBase td {
	border: 0.5px solid #ccc;
}

.light-mode #dataBase th {
	background: #242424;
	color: #888;
}

.light-mode .total-lengt {
	color: #fff;
}

.light-mode .total-length span {
	color: #d11e3a;
}
.light-mode .release li a {
	background: #eee;
	color: #333;
}
.light-mode .release ul a:hover {
	background: #ccc;
}
.light-mode .linkArea a{
	background: #f8f8f8;
	border-color: #ddd;
}


/* ===============================================
linkArea
=============================================== */
.linkArea{
	margin-bottom: 30px;
}
.linkArea a{
	border: solid 1px;
	padding: 10px 20px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}
.linkArea span{
	display: flex;
	align-items: center;
}
.linkArea span:before {
	content: "\e913";
	margin-right: 10px;
}
.linkArea a:after {
	content: "\e939";
}

/* ===============================================
header
=============================================== */
header h1 a {
	display: block;
	height: 150px;
	width: 100%;
}

header {
	padding: 50px 20px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.release ul a:hover{
	transition: 0.2s;
}
.release {
	width: 100%;
}

.release li {
	margin-bottom: 10px;
}
.release li a {
	display: flex;
	align-items: center;
	padding: 10px;
	justify-content: space-between;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}

.release li a:after {
	content: "\e917";
}

/* Chord Area */
.content {
	flex: 1;
}

.chord-sheet p {
	font-size: 16px;
}

.line {
	position: relative;
	font-size: 100%;
	letter-spacing: 3px;
	display: block;
}

.blankSpace {
	display: inline-block;
}

.song {
	padding: 50px 0px;
}

.content .chord {
	position: absolute;
	top: -1.5em;
	font-weight: bold;
	font-size: 60%;
	letter-spacing: 0;
	color: #333;
}

.chord2 {
	font-weight: bold;
	min-width: 30px;
	text-align: center;
	display: inline-block;
	margin-bottom: 30px;
	padding: 3px 5px;
	border-radius: 5px;
	font-size: 60%;
	letter-spacing: 0;
	color: #fff;
	background: #888;
}

.line2 .chord {
	position: inherit;
	display: inline-block;
	margin-bottom: 0 !important;
}

.line2 .chord:not(:last-child):after {
	content: " - ";
}

.line2.line:not(:last-child) {
	margin-bottom: 0 !important;
}

.line2:last-child {
	margin-bottom: 2rem !important;
}

.pageNav {
	display: flex;
	justify-content: center;
}

.pageNav a {
	background: #333;
	color: #fff;
	display: inline-block;
	padding: 8px 12px;
	border-radius: 30px;
	margin: 0 auto 20px auto;
	letter-spacing: 1px;
	border: 2px solid #333;
	transition: .3s;
	font-size: 16px;
}

.textSize {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: 0;
}

.textSize li {
	margin-right: 5px;
}

.pageNav a:hover {
	background: #fff;
	color: #333;
}

.song a {
	color: #333;
}

.song a:hover {
	color: red;
}

.transposose {
	margin-bottom: 50px;
	background: #dedede;
	padding: 20px;
}

.credit {
	font-size: 0.6rem;
	letter-spacing: 0px;
	line-height: 2;
	text-align: center;
	padding: 30px;
	color: #ccc;
}

#dataBase th div {
	text-align: center;
	font-size: .6rem;
}

#dataBase th {
	cursor: pointer;
}

#dataBase td {
	font-size: .8rem;
}

#dataBase .database-title {
	text-align: left;
}

#dataBase .database-title a {
	font-size: .8rem;
}

#dataBase {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#dataBase thead th:first-child {
	border-top-left-radius: 10px;
}

#dataBase thead th:last-child {
	border-top-right-radius: 10px;
}

#dataBase tfoot td:first-child {
	border-bottom-left-radius: 10px;
}

#dataBase tfoot td:last-child {
	border-bottom-right-radius: 10px;
}

#dataBase th, #dataBase td {
	padding: 10px 5px;
	vertical-align: middle;
}

.database-check {
	width: 30px;
}

.database-check-frame {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.total-length {
	line-height: 1;
	text-align: center;
	font-size: 3rem;
	background: #111;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
}

.total-length span {
	font-size: 5rem;
}
#selected-count{
	font-size: 80%;
	margin-right: 20px;
	display: inline-block;
	background: #d11e3a;
	color:#000;
	padding: 5px 15px;
	border-radius: 5px;
}

.total-length, .total-length span {
	font-family: 'Handjet', cursive;
}
.database-total p,.database-total span{
	font-family: 'Handjet', cursive;
	letter-spacing: 2px;
}
.database-total{
	background: #111;
}
.database-total span{
	color: #d11e3a;
}

@media print {
	.no-print {
		display: none;
	}
}

.descriptionArea dt {
	font-size: .9rem;
	margin-bottom: 3px;
}

.descriptionArea dd {
	font-size: .6rem;
	margin-bottom: 20px;
}

.descriptionArea dd:last-child {
	margin-bottom: 0;
}

/* ===============================================
hamburger
=============================================== */
@media screen and (max-width: 600px) {
	.wrap {
		overflow: hidden;
	}

	.hamburger {
		cursor: pointer;
		position: absolute;
		right: 4vw;
		top: 18px;
		user-select: none;
		z-index: 5100;
		position: fixed;
		background: rgba(0, 0, 0, .3);
		padding: 3vw;
		border-radius: 55px;
	}

	.hamburger span {
		display: block;
		height: 0.6vw;
		width: 4.3vw;
		background-color: white;
		margin-bottom: 1.2vw;
		transition: 0.2s;
	}

	.hamburger.active span:nth-child(1) {
		transform: translateY(1.8vw) rotate(45deg);
	}

	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}

	.hamburger.active span:nth-child(3) {
		transform: translateY(-1.8vw) rotate(-45deg);
	}

	.hamburger span:last-child {
		margin-bottom: 0;
	}

	.hamburger-menu {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #333;
		transition: top 0.2s;
		z-index: 2000;
		text-align: center;
	}

	.hamburger-menu ul {
		list-style-type: none;
		display: inline-block;
		margin-bottom: 20px;
		width: 100%;
	}

	.hamburger-menu li {
		text-align: left;
		width: 100%;
	}

	.hamburger-menu a {
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		color: white;
		font-family: 'Titillium Web', sans-serif;
		font-size: 16px;
	}
	/* .hamburger-menu a {
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 15px 30px;
		color: white;
		font-family: 'Titillium Web', sans-serif;
		font-size: 24px;
		border-top: 1px solid #111;
		border-bottom: 1px solid #111;
	} */

	.hamburger-menu-mask {
		opacity: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		background: #000;
		left: 0;
		z-index: 100;
		transition: .3s;
		display: none;
	}

	.hamburger-menu-mask.show {
		opacity: .95;
		display: block;
	}

	/* .hamburger-menu a:after {
		content: "\e939";
	} */

	/* .hamburger-menu a:hover {
		background: #333;
		transition: 0.2s;
	} */

	.hamburger-menu.show {
		top: 0px;
	}
}

/* ===============================================
layout
=============================================== */
main {
	display: flex;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	flex-wrap: wrap;
}

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

/* ===============================================
K.O.R.D.S. Ctrl Panel
=============================================== */
.ctrlArea {
	padding: 10px 10px 10px 10px;
	width: 100%;
	max-width: 414px;
	margin: 0 auto;
}

@media screen and (min-width: 600px) {
	.ctrlArea {
		margin-right: 30px;
		width: 300px;
	}

	.ctrlArea-inline {
		position: sticky;
		top: 20px;
	}
}

.ctrlAreaSection {
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
}

.ctrlArea h2 {
	font-family: 'Barlow Condensed', sans-serif;
	color: #888;
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 15px;
}

/* 移調 */
.ctrlAreaTrans-monitor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.ctrlAreaTrans-monitor .digitalMonitor {
	width: 48%;
}

.ctrlAreaTrans-monitor .digitalMonitor p {
	font-size: 4rem;

}

/* ctrlAreaTrans-contorol1 */
.ctrlAreaTrans-contorol1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.ctrlAreaTrans-notion-inline {
	width: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.ctrlAreaTrans-notion {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 48%;
}

.ctrlAreaTrans-notion p {
	display: block;
	font-size: 14px;
	width: 15px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.ctrlAreaTrans-default {
	width: 48%;
}

/* ctrlAreaTrans-contorol2 */
.ctrlAreaTrans-contorol2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ctrlAreaTrans-contorol .resetBtn, .ctrlAreaTrans-contorol .resetBtn:before {
	width: 25px;
	height: 25px;
}

.ctrlAreaTrans-contorol .resetBtn {
	margin-right: 10px;
}

.ctrlAreaTrans-contorol .resetBtn:before {
	font-size: 10px;
	line-height: 27px;
}

/* FontSize */
.ctrlAreaFont-control {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.ctrlAreaFont-control .btn, .ctrlAreaFont-control .btn:before {
	width: 40px;
	height: 40px;
}

.ctrlAreaFont-control .btn:before {
	font-size: 16px;
	line-height: 42px;
}

.ctrlAreaFont-control .plusBtn:before, .ctrlAreaFont-control .minusBtn:before {
	font-size: 24px;
}

/* fontSize */
.ctrlAreaSectionMonitor {
	margin-bottom: 20px;
}

.ctrlAreaSectionMonitor p {
	font-size: 4rem;
}

/* otherSetting */
.otherSetting-frame {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

.otherSetting-frame:last-child {
	margin-bottom: 0;
}

.otherSetting-title {
	flex: 1;
	font-size: .7rem;
}

/* Btn */
#ctrl .btn {
	color: #888;
	border: 1px solid #888;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#ctrl .btn:active {
	animation: Bound1 0.6s steps(6) infinite;
}

.plusBtn:before {
	content: "\e902";
	display: block;
}

.minusBtn:before {
	content: "\e903";
	display: block;
}

.resetBtn:before {
	content: "\e93c";
	display: block;
}

/* Monitar */
.digitalMonitor {
	background: #191919;
	padding: 5px;
	border-radius: 10px;
	color: #d11e3a;
}
.dark-mode .digitalMonitor {
	background: #111;
	color: #267BD9;
}

.digitalMonitor p {
	font-family: 'Handjet', cursive;
	line-height: 1;
	text-align: center;
	display: block;


}
.dark-mode .digitalMonitor p {
	color: #257ad9;
}

/* Slider */
/* ベーススタイル */
.slider {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	background: transparent;
	cursor: pointer;
	width: 100%;
}

/* Track: Chrome, Safari, Opera, Edge Chromium */
.slider::-webkit-slider-runnable-track {
	height: 25px;
	border-radius: 25px;
	border: 1px solid #888;
}

/* Track: Firefox */
.slider::-moz-range-track {
	height: 25px;
	border-radius: 25px;
	border: 1px solid #888;
}

/* Thumb: Chrome, Safari, Opera, Edge Chromium */
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 25px;
	width: 25px;
	margin-top: -1px;
	/* 位置の調整が必要 */
	background-color: #e8e8e8;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Thumb: Firefox */
.slider::-moz-range-thumb {
	border: none;
	height: 25px;
	width: 25px;
	background-color: #e8e8e8;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* toggle switch */
.toggle_input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}

.toggle_label {
	width: 65px;
	height: 25px;
	border: 1px solid #888;
	position: relative;
	display: inline-block;
	border-radius: 50px;
	transition: 0.4s;
	box-sizing: border-box;
}

.toggle_label:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	left: 0;
	top: 0;
	margin-top: -1px;
	margin-left: -1px;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 0.4s;
}

.toggle_input:checked+.toggle_label {
	background-color: #257bd9;
}

.toggle_input:checked+.toggle_label:after {
	left: 40px;
}

.toggle_button {
	position: relative;
	width: 65px;
	height: 25px;
	margin: 0;
}

.row-check {
	display: none;
}

.row-check+label {
	position: relative;
	width: 18px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
}

.row-check+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #555;
	border-radius: 3px;
	background-color: transparent;
	display: inline-block;
}

.row-check:checked+label:before {
	background-color: #007bff;
	border-color: #007bff;
}

.row-check:checked+label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 2px;
	width: 9px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

@media screen and (max-width: 600px) {
	header h1 a {
		height: 50px;
	}

	header {
		padding: 20px 20px;
	}

	.content h2 {
		font-size: 6vw;
	}

	.ctrlArea h2 {
		font-size: 5vw;
	}

	.ctrlArea {
		max-width: 100%;
	}

	.ctrlAreaTrans-monitor .digitalMonitor p {
		font-size: 15vw;
	}

	.ctrlAreaTrans-contorol p {
		font-size: 4vw;
	}

	.ctrlAreaTrans-contorol .resetBtn:before {
		font-size: 4vw;
	}

	.slider::-webkit-slider-runnable-track {
		height: 6vw;
		border-radius: 6vw;
	}

	.slider::-moz-range-track {
		height: 6vw;
		border-radius: 6vw;
	}

	.slider::-webkit-slider-thumb {
		height: 6vw;
		width: 6vw;
	}

	.slider::-moz-range-thumb {
		height: 6vw;
		width: 6vw;
	}

	.toggle_label {
		width: 16vw;
		height: 6vw;
	}

	.toggle_label:after {
		width: 6vw;
		height: 6vw;
	}

	.toggle_button {
		width: 16vw;
		height: 6vw;
	}

	.toggle_input:checked+.toggle_label:after {
		left: 10vw;
	}

	.ctrlAreaTrans-notion-inline {
		width: 28vw;
	}

	.ctrlAreaFont-control .plusBtn:before, .ctrlAreaFont-control .minusBtn:before {
		font-size: 4vw;
	}

	.ctrlAreaSectionMonitor p {
		font-size: 15vw;
	}
	.dataBaseScroll{
		overflow-x: scroll;
	}
	.dataBaseScroll #dataBase{
		width: auto;
		max-width: none;
		min-width: 700px;
	}
}