@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* =Reset default browser CSS.
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
} /*for under HTML5*/
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
/*
::-moz-selection {  text-shadow: none; }
::selection {  text-shadow: none; }
*/
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, font, 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 {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
em {
	font-style: normal;
}
/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
}
body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding: 0;
	margin: 0;
	height: 100%;
}
/* Text elements */
p {
	background: url(../img/p_bg.gif);
	margin-bottom: 20px;
}
ul {
	list-style: none;
	margin: 0;
}
ol {
	margin: 0;
}
dl {}
dt {}
dd {}
b, strong {
	font-weight: bold;
}
cite, em, i {
	font-style: normal;
}
ins {
	text-decoration: none;
}
blockquote {}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {}
abbr, acronym {}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], input[type="email"], textarea {
	display: block;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 7px;
}
a:link {
	text-decoration: none;
	color: var(--ex-base-color);
	transition: ease-in 0.2s;
}
a:visited {
	color: var(--ex-base-color);
}
a:active, a:hover, button:hover {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a:visited {}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
a img {}
main {
	display: block;
}
hr {
	display: none;
}
section {
	float: none;
	clear: both;
	position: relative;
	overflow: hidden;
	min-height: 1em;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* HTML5 FIX */
abbr[title] {}
blockquote {
	margin: 0;
}
dfn {
	font-style: italic;
}
ins {
	text-decoration: none;
}
mark {
	font-style: italic;
	font-weight: bold;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
	border: none;
}
button, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {}
input:invalid, textarea:invalid {}
table {
	border-collapse: collapse;
}
td {}
.chromeframe {
	margin: 0.2em 0;
	color: black;
	padding: 0.2em 0;
}
@media only screen and (min-width: 35em) {}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.single-post *::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
}
.single-post *::-webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}
.single-post *::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}
/* =Admin
-------------------------------------------------------------- */
#wp-admin-bar-menu_users_link > a {
	background: #FF005F;
}
/* =Layout
-------------------------------------------------------------- */
.sp {
	display: none !important;
}
body::after {
	content: "";
	display: block;
	z-index: 1;
	transition: ease-in 0.5s;
	background: rgba(0, 135, 171, 0);
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}
body.loading::after {
	background: rgba(0, 135, 171, 1);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
body.fullscreen_now {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
.loading #wrapper {
	opacity: 0;
}
.inside {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.inside::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
#header {}
#header #menu_bt {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9999;
	display: none;
}
#header {
	padding: 10px;
	border-bottom: 1px solid var(--base-color);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#header .inside {
	width: auto;
}
#header .inside h1 {
	float: left;
	width: auto;
}
#header .inside h1 a, #header .inside h1 a img {
	display: block;
	height: 50px;
}
#header .inside .shoulder {
	float: right;
	width: auto;
	margin: 15px 0 0;
}
#header .inside .shoulder h6 {
	margin: 0;
	font-size: 11px;
	color: var(--base-color);
	font-weight: normal;
}
.breadcrumbs {
	padding: 5px 0;
}
.home .breadcrumbs {
	display: none;
}
.breadcrumbs .inside {}
#main {
	padding: 0 0 285px;
}
.bt {
	position: relative;
	overflow: hidden;
	float: none;
	clear: both;
	margin: 40px 0;
	text-align: center;
}
.bt a, .bt button {
	display: inline-block;
	margin: 0 20px;
	padding: 13px 20px;
	background: var(--ex-base-color);
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	line-height: 1.2;
	border-radius: 5px;
	min-width: 200px;
	text-decoration: none;
}
.bt a:before, .bt button:before {
	content: "\f105";
	font-family: fontAwesome;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.bt a.back:before, .bt button.back:before {
	content: "\f104";
	right: auto;
	left: 10px;
}
#main #visual {
	background: url(/assets/img/visual.jpg) center no-repeat;
	background-size: 100%;
}
#main #visual .inside {
	height: 400px;
}
#main #visual .inside h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	transition: 1.5s ease-in 1s;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	padding: 40px;
	background: var(--ex-base-color);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
	white-space: nowrap;
}
.loading #main #visual .inside h2 {
	opacity: 0;
	transform: translate(-50%, 0%) scale(0.5);
}
#main #visual .inside h2 span {
	font-size: 34px;
	display: block;
	text-align: center;
	margin: 0 0 20px;
	line-height: 1.4;
}
#main #visual .inside h2 time {
	font-size: 24px;
	display: block;
	text-align: center;
	line-height: 1.4;
}
#main #lectures {
	padding: 60px 0;
	text-align: left;
}
#main #lectures .inside h3 {
	font-size: 24px;
	margin: 0 0 40px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
#main #lectures .inside h3::before, #main #lectures .inside h3::after {
	width: 40px;
	content: "";
	display: inline-block;
	height: 2px;
	background: var(--ex-base-color);
	margin: 0 20px;
	vertical-align: middle;
}
#main #lectures .inside h4 {
	font-size: 18px;
	color: var(--ex-base-color);
	margin: 0 0 20px;
}
#main #lectures .inside p {
	font-size: 16px;
	line-height: 1.6;
}
#main #lectures .inside p strong {
	color: var(--ex-base-color);
}
#main #lectures .inside h5 {
	font-size: 20px;
	color: var(--ex-base-color);
	text-align: center;
	font-weight: bold;
	margin: 40px 0 0px;
	vertical-align: middle;
}
#main #lectures .inside h5::before, #main #lectures .inside h5::after {
	content: "";
	width: 30px;
	height: 1px;
	background: var(--ex-base-color);
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
#main #lectures .inside .bt {}
#main #lectures .inside .bt a {
	width: calc(50% - 20px);
	box-sizing: border-box;
	border: 1px solid var(--ex-base-color);
	background: #fff;
	color: var(--ex-base-color);
	line-height: 1.6;
	margin: 0;
}
#main #lectures .inside p.p_bg {
	padding: 40px;
	background: #C6E2E4;
	border-radius: 5px;
	background: #FFF3DB;
}
#main #lectures .inside ul {
	display: flex;
	margin: 60px -20px -40px;
	flex-wrap: wrap;
}
#main #lectures .inside ul li {
	width: 470px;
	text-align: center;
	position: relative;
	margin: 0 20px 40px;
}
#main #lectures .inside ul li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px 20px 20px;
	color: var(--ex-base-color);
	border: var(--ex-base-color) 2px solid;
	border-radius: 7px;
	background: var(--bg-color);
	position: relative;
	height: 100%;
	box-sizing: border-box;
}
#main #lectures .inside ul li.current a {
	opacity: 0.5;
}
#main #lectures .inside ul li a .badges {
	position: absolute;
	top: 10px;
	right: 5px;
}
#main #lectures .inside ul li a .badges .badge {}
#main #lectures .inside ul li a .badges .movie {}
#main #lectures .inside ul li a .badges .enq {}
#main #lectures .inside ul li .info {
	border: none;
	margin: 0 0 20px;
	color: #000;
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
	justify-content: space-between;
}
#main #lectures .inside ul li strong {
	font-size: 19px;
	font-weight: bold;
	display: block;
	margin: 0;
	line-height: 1.6;
}
#main #lectures .inside ul li span {
	font-size: 26px;
	color: #000;
	font-weight: bold;
	display: block;
	margin: 0 0 30px;
}
#main #lectures .inside ul li p {
	font-size: 16px;
	color: #000;
	margin: 30px 0 0;
}
#main #lectures .inside ul li .btn {
	height: 60px;
	line-height: 60px;
	border: none;
	border-radius: 5px;
	background: var(--ex-base-color);
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#main #lectures .inside ul li div {
	height: 220px;
	color: #ccc;
	border: #ccc 2px solid;
	border-radius: 7px;
}
#main #lectures .inside ul li div strong {}
#main #lectures .inside ul li div .btn {
	background: #ccc;
}
#main #lectures .inside ul li a .btn:before {
	content: "\f105";
	font-family: fontAwesome;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0%, -50%);
}
#main #bottom_contact {
	background: #eefeff;
	padding: 60px 0;
	text-align: center;
}
#main #bottom_contact .inside {}
#main #bottom_contact .inside h3 {
	font-size: 26px;
	margin: 0 0 40px;
	color: var(--ex-base-color);
	font-weight: bold;
}
#main #bottom_contact .inside p {
	margin: 0 0 40px;
}
#main #bottom_contact .inside .bt {
	margin: 0;
}
#main #bottom_contact .inside .bt a {}
#main #movies_sect {
	background: #C6E2E4;
	padding: 60px 0;
	text-align: center;
}
#main #movies_sect .inside {}
#main #movies_sect .inside h3 {
	font-size: 26px;
	margin: 0 0 40px;
	color: var(--ex-base-color);
	font-weight: bold;
}
#main #movies_sect .inside p {
	margin: 0 0 40px;
}
#main #movies_sect .inside .bt {
	margin: 0;
}
#main #bottom_contact .inside .bt a {}
#primary {
	padding: 40px 0 0;
}
.page #primary {
	padding: 40px 0;
}
.center {
	text-align: center;
}
.hl_m {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 40px;
}
.entry-header {
	padding: 20px 0 20px;
}
.entry-header .entry-title {
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 0 0.5em;
	border-left: 8px solid var(--ex-base-color);
	margin: 0 0 30px;
	line-height: 1.2;
}
.entry-header .entry-title small {
	font-size: 18px;
	margin: 0 0 0 2em;
}
.lecture_navi {}
.lecture_navi::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
.lecture_navi ul {
	float: right;
	width: auto;
}
.lecture_navi li {
	display: inline-block;
	margin: 0 0 0 20px;
	font-size: 16px;
}
.receipt_bt span {
	display: inline-block;
	margin: 0 0px;
	padding: 10px 20px;
	background: #FF8426;
	color: #fff;
	font-size: 16px;
	position: relative;
	line-height: 1.2;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
}
.receipt_bt span:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.receipt_form {
	clear: both;
	padding: 40px 80px;
	background: #FFDFC7;
	border-radius: 5px;
	margin: 20px 0;
	display: none;
}
.mw_wp_form_confirm .receipt_form, .receipt_form.open {
	display: block;
}
.receipt_form p {
	font-size: 16px;
	line-height: 1.6;
}
.receipt_form p strong {
	color: #FF8426;
}
.mw_wp_form_input .receipt_form .confirm, .mw_wp_form_confirm .receipt_form .input {
	display: none;
}
.mw_wp_form_confirm .receipt_form .confirm, .mw_wp_form_input .receipt_form .input {
	display: block;
}
.receipt_form .text_box input {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 12px;
	border-radius: 8px;
	background-color: #f6f7f8;
	width: 100%;
}
.receipt_form .text_box span {
	display: none;
}
.mw_wp_form_confirm .receipt_form .text_box span {
	display: inline-block;
	border: 1px solid #FF8426;
	border-radius: 4px;
	background: #fff;
	color: #FF8426;
	padding: 3px 7px;
	margin: 0 20px 0 0;
	font-size: 12px;
	position: absolute;
	left: 12px;
	top: 8px;
}
.mw_wp_form_confirm .receipt_form .text_box {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 12px 12px 12px 80px;
	border-bottom: 1px solid #000;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px;
}
.receipt_form .bt {
	margin-bottom: 0;
}
.entry-header .header_info {
	border-collapse: separate;
	border: none;
}
.entry-header .header_info th, .entry-header .header_info td {
	padding: 5px 20px;
	font-weight: normal;
}
.entry-header .header_info th {
	background: #7cabb0;
	color: #fff;
}
.entry-header .header_info td {
	padding: 5px 60px 5px 20px;
}
.entry-header .status {
	margin: 0 0 10px;
}
.entry-content {}
.entry-content #page_login {
	padding: 0px 0px 30px;
}
.entry-content #e-lerning {
	padding: 60px 0px 30px;
	background: #0092A2;
	margin: 0;
	position: relative;
}
.movies_each {
	margin: 0 0 60px;
}
.movies_each #e-lerning {
	padding: 0;
}
#video_wrapper {
	margin: 0 0 30px;
}
.movies_each #video_wrapper {
	margin: 0;
}
#video_wrapper video {
	width: 100%;
	display: block;
	height: auto;
}
body.fullscreen_now #video_wrapper video {
	height: calc(100vh - 73px);
	object-fit: contain !important;	
}
body.fullscreen_now #cboxLoadedContent {
	margin: 0 !important;
	height: 100vh !important;
}
#video_wrapper #video_box {
	position: relative;
	background: #000;
}
#video_wrapper #video_box .to_form_onmovie {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: ease-in 0.2s;
}
#video_wrapper #video_box.bt_on .to_form_onmovie {
	bottom: 0;
	opacity: 1;
}
#video_wrapper #video_box .to_form_onmovie .close {
	position: absolute;
	top: 10px;
	background: none;
	border: none;
	right: 10px;
	font-size: 20px;
	color: #fff;
}
#video_wrapper #video_box .to_form_onmovie .bt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#video_wrapper .movie_controls {
	background: #000;
	padding: 0 0px 20px;
	text-align: center;
	position: relative;
}
#video_wrapper .movie_controls .current-time {
	position: absolute;
	left: 2px;
	top: 5px;
	font-size: 12px;
	color: #fff;
}
#video_wrapper .movie_controls .duration {
	position: absolute;
	right: 2px;
	top: 5px;
	font-size: 12px;
	color: #fff;
}
#video_wrapper .movie_controls .seekbar {
	margin: 0 0 20px;
	background: #999;
}
#video_wrapper .movie_controls .seekbar .bar {
	display: block;
	width: 1px;
	background: #00AAC5;
	height: 5px;
	transition: ease-in 0.2s;
}
#video_wrapper .movie_controls .volume button {
	vertical-align: middle;
	margin: 0 5px;
}
#video_wrapper .movie_controls .volume-bar {
	margin: 0;
	background: #999;
	display: inline-block;
	vertical-align: middle;
	width: 80px;
}
#video_wrapper .movie_controls .volume-bar .bar {
	display: block;
	width: 1px;
	background: #00AAC5;
	height: 3px;
	transition: ease-in 0.2s;
}
#video_wrapper .movie_controls button {
	background: none;
	border: none;
	display: inline-block;
	outline: none;
	margin: 0 20px;
	font-size: 22px;
	color: #fff;
}
body .movie_controls #fullscreen {
	display: inline-block;
}
body.fullscreen_now .movie_controls #fullscreen {
	display: none;
}
body .movie_controls #fullscreen_close {
	display: none;
}
body.fullscreen_now .movie_controls #fullscreen_close {
	display: inline-block;
}
body.fullscreen_now #video_wrapper .to_form {
	display: none;
}
body.fullscreen_now #colorbox {
	z-index: 9999999;
}
body.fullscreen_now #cboxOverlay {
	background: #000;
}
body.fullscreen_now #cboxTitle, body.fullscreen_now #cboxCurrent {
	bottom: 0;
}
#main .explain_white {
	display: table;
	margin: 20px auto;
	padding: 15px;
	background: #fff;
	border-radius: 8px;
	color: var(--ex-base-color);
}
.entry-content #e-lerning .slide {}
.entry-content #e-lerning .slide p {
	margin: 50px 0 40px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.entry-content #e-lerning .flexslider {
	margin: 0 440px 0 0;
}
.entry-content #e-lerning .flexslider::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
.entry-content #e-lerning .flexslider a {
	display: block;
}
.entry-content #e-lerning .flexslider a:hover {
	opacity: 0.5;
}
.entry-content #e-lerning .flexslider .flex-control-nav {
	width: 400px;
	position: absolute;
	right: -440px;
	top: 0;
	margin: 0;
	bottom: 0;
}
.flex-control-thumbs li {
	width: 24%;
	float: left;
	margin: 0 1% 1% 0;
}
.flex-control-paging li a {
	background: #888;
}
.flex-control-paging li a:hover {
	background: #fff;
}
.flex-control-paging li a.flex-active {
	background: #fff;
}
.flex-direction-nav a {
	line-height: 1.4;
	height: auto;
}
.entry-content #e-lerning .pdf {
	margin: 60px 0 0px;
}
.entry-content #e-lerning .pdf p {
	margin: 0 0 50px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.entry-content #e-lerning .pdf ul {
	display: flex;
	justify-content: space-between;
}
.entry-content #e-lerning .pdf ul li {
	width: 300px;
	margin: 0 0 40px;
}
.entry-content #e-lerning .pdf ul li a {
	display: block;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}
.entry-content #e-lerning .pdf ul li a::before {
	content: "\f019";
	font-family: fontAwesome;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.entry-content #e-testing {
	background: #CBE5EC;
	padding: 60px;
}
.entry-content #e-testing h3 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 60px;
	padding: 0 0 40px;
	position: relative;
}
.entry-content #e-testing h3::after {
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	content: "";
	height: 2px;
	width: 100px;
	background: var(--ex-base-color);
	display: block;
}
.entry-content #e-testing .questions {
	padding: 60px 60px 20px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	margin: 0 0 20px;
}
.entry-content #e-testing .questions dl {
	margin: 0 0 0px;
}
.entry-content #e-testing .questions dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
}
.entry-content #e-testing .questions dt em {}
.entry-content #e-testing .questions dd {
	margin: 0 0 40px;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0 0 20px;
}
.entry-content #e-testing .questions dd.flex_wrap {
	flex-wrap: wrap;
}
.entry-content #e-testing .questions dd.vertical {
	display: block;
}
.entry-content #e-testing .questions dd .vertical-item {
	width: 410px;
	margin: 0 10px;
}
.entry-content #e-testing .questions dd.vertical .vertical-item {
	width: auto;
}
.entry-content #e-testing .questions dd .vertical-item + .vertical-item {
	margin: 0 10px;
}
.entry-content #e-testing .questions dd .error {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
}
.entry-content #e-testing .questions dd label {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 18px 12px 18px 12px;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	line-height: 1.2;
}
.entry-content #e-testing .questions dd.vertical label {
	text-align: left;
	padding-left: 45px;
}
.entry-content #e-testing .questions dd .vertical-item label {
	display: block;
}
.entry-content #e-testing .questions dd label:hover {
	background-color: #FFD2D2;
}
.entry-content #e-testing .questions dd label input {
	display: none;
}
.entry-content #e-testing .questions dd label input + span::after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}
.entry-content #e-testing .questions dd label input:checked + span::before {
	opacity: 1 !important;
}
.entry-content #e-testing .questions dd .mwform-radio-field label .mwform-radio-field-text::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2AD800;
	content: '';
	opacity: 0;
	left: 21px;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #2AD800;
	border-bottom: 3px solid #2AD800;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: none;
	border-radius: 0;
}
.entry-content #e-testing .questions dd label span {
	font-family: fontAwesome, 'Noto Sans JP';
	font-size: 22px;
	color: var(--ex-base-color);
}
.entry-content #e-testing .questions dd.vertical label span {
	font-size: 18px;
}
.entry-content #e-testing .questions dd .mwform-radio-field label .mwform-radio-field-text::after {
	border-radius: 50%;
	border-radius: 2px;
}
.entry-content #e-testing .questions dd .mwform-checkbox-field label .mwform-checkbox-field-text::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #2AD800;
	border-bottom: 3px solid #2AD800;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.entry-content textarea, .entry-content input[type="text"], .entry-content input[type="email"], .entry-content input[type="password"] {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 12px;
	border-radius: 8px;
	background-color: #f6f7f8;
	width: 100%;
}
.entry-content textarea {
	height: 200px;
}
.inline {
	display: inline-block !important;
	width: auto !important;
}
.entry-content p {
	font-size: 16px;
	margin: 40px 0;
	text-align: center;
	line-height: 1.6;
}
.entry-content p a {
	text-decoration: underline;
}
.entry-content .form_table {
	width: 100%;
	font-size: 16px;
	max-width: 765px;
	margin: 0 auto;
}
.entry-content .form_table .attn {
	color: #D99400;
}
.entry-content .form_table tr th {
	padding: 10px 20px 10px 0;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.entry-content .form_table tr .td_center {
	text-align: center;
	padding: 20px 0;
}
.entry-content .form_table tr td {
	padding: 10px 0;
}
.entry-content .form_table tr td .half {
	width: 47%;
	display: inline-block;
	margin: 0 0 0 4%;
}
.entry-content .form_table tr td .half:first-child {
	margin: 0;
}
.entry-content .form_table tr td textarea {
	line-height: 1.6;
}
.entry-content .form_table tr td input {}
.entry-content .form_table tr td .mwform-tel-field {}
.entry-content .form_table tr td .mwform-tel-field input {}
.entry-content .form_table tr td p {
	margin: 0;
}
.entry-content .bt {}
.entry-content .bt button {}
.entry-content #certificate {
	padding: 60px 0px;
	background: #B4DFE4;
	margin: 0;
	position: relative;
}
.entry-content #certificate h3 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 60px;
	padding: 0 0 40px;
	position: relative;
}
.entry-content #certificate h3::after {
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	content: "";
	height: 2px;
	width: 100px;
	background: var(--ex-base-color);
	display: block;
}
.entry-content #certificate h4 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 60px 0 40px;
}
.entry-content .caution {
	font-size: 12px;
	line-height: 1.4;
	margin: 5px 0 0;
}
#primary .already_output big {
	font-size: 18px;
}
/*============================
Contact
============================*/
.before_ask {
	border: 1px solid var(--ex-base-color);
	border-radius: 10px;
	padding: 50px;
	margin: 40px 0 60px;
	background: #FFFDEE;
}
.before_ask h3 {
	text-align: center;
	display: table;
	margin: -75px auto 30px;
	padding: 15px 30px;
	border: 1px solid var(--ex-base-color);
	color: var(--ex-base-color);
	background: #fff;
	border-radius: 6px;
	font-weight: bold;
}
.before_ask p {
	font-size: 14px;
	margin: 0 0 20px;
}
.before_ask dl {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.5;
}
.before_ask dl:last-child {
	margin: 0;
}
.before_ask dl dt {
	color: var(--ex-base-color);
	font-weight: bold;
	margin: 0 0 10px;
}
.before_ask dl dt::before {
	content: "●";
}
.before_ask dl dd {}
/*============================
Parts
============================*/
.checkbox label {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: table;
	margin: 0 auto 10px;
	padding: 18px 12px 18px 45px;
	border-radius: 8px;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	line-height: 1.2;
}
.checkbox label:hover {
	background-color: #FFD2D2;
}
.checkbox label input {
	display: none;
}
.checkbox label input + span::after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}
.checkbox label input:checked + span::before {
	opacity: 1 !important;
}
.checkbox label span::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2AD800;
	content: '';
	opacity: 0;
	left: 21px;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid var(--ex-base-color);
	border-bottom: 3px solid var(--ex-base-color);
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: none;
	border-radius: 0;
}
.checkbox label span {
	font-family: fontAwesome, 'Noto Sans JP';
	font-size: 14px;
	color: var(--ex-base-color);
}
.checkbox label span::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid var(--ex-base-color);
	border-bottom: 3px solid var(--ex-base-color);
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bt.red a {
	background: rgba(216, 0, 60, 1.00);
}
.bt.large a, .bt.large button {
	padding: 25px 20px;
	font-size: 22px;
	font-weight: 600;
	min-width: 480px;
}
.to_top_link {
	margin: 40px 0;
	text-align: center;
	font-size: 18px;
}
.caution_box {
	display: block;
	margin: 0 auto 20px;
	padding: 20px;
	border: 1px solid #f00;
	border-radius: 5px;
	text-align: left;
	font-size: 14px;
	max-width: 360px;
}
#post-210 .entry-content h4 {
	font-size: 20px;
	margin: 0 0 40px;
}
#post-210 .entry-content h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}
#post-210 .entry-content ol {
	list-style: decimal;
	margin: 0 0 40px;
}
#post-210 .entry-content ol li {
	font-size: 16px;
	margin: 0 0 20px 20px;
}
#post-210 .entry-content ol li strong {
	color: var(--ex-base-color);
}
#post-210 .entry-content p {
	text-align: left;
}
.page_contents {
	margin: 0 auto;
	max-width: 740px;
	text-align: left;
}
.page_contents h3 {
	font-size: 20px;
	line-height: 1.8;
	margin: 0 0 40px;
	text-align: center;
	font-weight: bold;
	color: var(--ex-base-color);
}
.page_contents p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 40px;
	text-align: left;
}
.page_contents .align_right {
	text-align: right;
}
.big_text {
	padding: 20px 40px;
	background: #FFECBD;
	font-size: 18px;
	line-height: 1.8;
	margin: 0 auto 60px;
	display: table;
	border-radius: 5px;
}
.each {
	padding: 40px 0 0;
}
.badges {
	display: flex;
}
.badges .badge {
	color: var(--ex-base-color);
	border: var(--ex-base-color) 1px solid;
	border-radius: 999px;
	padding: 0.5em 0.75em;
	line-height: 1;
	font-size: 11px;
	margin: 0 5px 0 0;
}
.badges .movie {
	color: var(--sub-color);
	border-color: var(--sub-color);
}
.badges .enq {
	color: var(--sub-color);
	border-color: var(--sub-color);
}
/* =========================================================
.user_resist
========================================================= */
.user_resist {}
.user_resist h3 {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin: 0 0 30px;
}
.user_resist p {
	text-align: center;
}
.user_resist textarea {
	width: 500px;
	height: 300px;
	margin: 0 auto 40px;
}
.user_resist .result {
	margin: 0 0 40px;
}
.user_resist .result table {
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-collapse: collapse;
}
.user_resist .result table td, .user_resist .result table th {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	font-size: 12px;
}
.user_resist .result table .error td, .user_resist .result table .error th {
	background: #FFCDEF;
}
/* =========================================================
login_form_box
========================================================= */
.login_form_box {
	background: #fff;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
	padding: 40px 30px 10px;
	margin: 80px auto;
	max-width: 760px;
	color: #00132f;
	box-sizing: border-box;
	text-align: center;
}
.login_form_box h3 {
	text-align: center;
	font-size: 22px;
	margin: 0 0 30px;
	font-weight: bold;
	color: var(--ex-base-color);
}
.login_form_box p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px;
}
.login_form_box p.login-username, .login_form_box p.login-password {
	display: inline-block;
	text-align: left;
	width: 40%;
	margin: 0 20px 0 0;
}
.login_form_box p label {
	font-weight: bold;
}
.login_form_box p.agree_notice {
	margin: 0;
	color: #D31C8C;
	font-size: 13.5px;
}
.login_form_box #loginform input[type="text"], .login_form_box #loginform input[type="password"] {
	padding: 8px;
	font-size: 16px;
	display: block;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
}
.login_form_box .no-login {
	padding: 0;
	font-size: 14px;
	display: block;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 3px;
	width: auto;
	margin: 0px auto 8px;
	box-sizing: border-box;
}
.login_form_box .no-login-p {
	margin: 20px 0 0;
	line-height: 1.3;
}
.login_form_box .no-login-p small {
	font-size: 14px;
}
#main .login-remember {
	margin: 30px 0;
}
#main .login-remember label {
	font-size: 12px;
	font-weight: 400;
}
#main .login-remember label input {
	display: none;
}
#main .login-remember label input + span {
	position: relative;
	display: table;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	margin: 0 auto;
}
#main .login-remember label input + span::after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 13px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}
#main .login-remember label input:checked + span::before {
	opacity: 1 !important;
}
#main .login-remember label span::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 19px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #2AD800;
	border-bottom: 3px solid #2AD800;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.login_form_box .login_bt_above {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 40px;
	padding: 20px;
	border: 3px solid #2AD800;
	border-radius: 5px;
}
.login-submit input[type="submit"] {
	display: inline-block;
	margin: 0 20px;
	padding: 13px 20px;
	background: #1E412C;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	line-height: 1.2;
	border-radius: 5px;
	min-width: 200px;
	text-decoration: none;
}
.errors {
	color: var(--sub-color);
}
.form_accept h4 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
	overflow: visible;
}
#cboxOverlay {
	background: rgba(0, 0, 0, 0.7);
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter {
	height: auto;
	width: auto;
	background: none;
}
#cboxClose {
	bottom: auto;
	top: -50px;
	right: 0;
	background: none;
	width: 25px;
	height: 25px;
	text-indent: 0;
	font-size: 40px;
	color: #fff;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 60px 0;
	background: var(--base-color);
	color: #fff;
}
#footer .inside {}
#footer .inside nav {
	margin: 0 0 40px;
}
#footer .inside nav ul {
	display: flex;
	justify-content: center;
}
#footer .inside nav ul li {
	margin: 0 20px;
}
#footer .inside nav ul li a {
	color: #fff;
}
#footer .inside .footer_logo {
	margin: 0 0 30px;
}
#footer .inside .footer_logo a {}
#footer .inside .footer_logo a img {
	height: 50px;
}
#footer .inside p {
	margin: 0;
	font-size: 11px;
}
input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a, button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Load Setting */
#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
}
#loader .percent {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	display: block;
	text-align: center;
	color: #fff;
	z-index: 9999;
}
#loader .loader_inside {
	position: relative;
}
#loader .circle, #loader .circle:after {
	border-radius: 50%;
	width: 20em;
	height: 20em;
}
#loader .circle {
	font-size: 5px;
	position: relative;
	text-indent: -9999em;
	border-top: .1em solid rgba(255, 255, 255, 0.2);
	border-right: .1em solid rgba(255, 255, 255, 0.2);
	border-bottom: .1em solid rgba(255, 255, 255, 0.2);
	border-left: .2em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#load_imgs {
	display: none;
}
/* Fade in */
.fi {
	opacity: 0;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.fi_right {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}
.fi_left {
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}
.fi_under {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
.fi_upper {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
/* フェードイン完了時 */
.comp {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#drawer {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 0vh;
	background: rgba(31, 44, 92, 0.9);
	color: #fff;
	text-align: center;
	z-index: 998;
	transition: ease-in 0.5s;
	overflow: hidden;
}
.active #drawer {
	height: 100vh;
}
#to_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#to_top a {
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	background: #0099C1;
}
#to_logout {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9000;
}
#to_logout a {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	height: 30px;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
	text-align: center;
	background: var(--impact-color);
}
.red {
	color: var(--caution-color) !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 640px) {
	.sp {
		display: block !important;
	}
	br.sp {
		display: inline !important;
	}
	.pc {
		display: none !important;
	}
	img {
		max-width: 100%;
	}
	body {
		font-size: 26px;
		line-height: 1.8;
	}
	a:active, a:hover {
		text-decoration: none;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#main {
		padding: 0;
	}
	#main .inside {
		margin: 0 40px;
	}
	#footer {
		position: relative;
		bottom: auto;
		left: auto;
		padding: 10% 0 0;
	}
	#loader .percent {
		font-size: 26px;
	}
	#loader .circle, #loader .circle:after {
		width: 12em;
		height: 12em;
	}
	#loader .circle {
		font-size: 28px;
	}
	.inside {
		width: auto;
		margin: 0 auto;
	}
	#header {}
	#header #menu_bt {
		right: 20px;
		top: 20px;
		display: none;
	}
	#header {
		padding: 15px;
	}
	#header .inside {}
	#header .inside h1 {
		float: left;
	}
	#header .inside h1 a, #header .inside h1 a img {
		height: 60px;
	}
	#header .inside .shoulder {
		float: right;
		margin: 0 0 0;
	}
	#header .inside .shoulder h6 {
		margin: 0;
		font-size: 20px;
	}
	.breadcrumbs {
		padding: 5px 40px;
		font-size: 20px;
	}
	#main {
		padding: 0 0px;
	}
	.bt {
		margin: 40px 0;
	}
	.bt a, .bt button {
		width: 100%;
		display: block;
		box-sizing: border-box;
		margin: 0 0 20px;
		padding: 20px 20px;
		font-size: 26px;
		line-height: 1.2;
		border-radius: 5px;
	}
	.bt.large a, .bt.large button {
		font-size: 32px;
		padding: 35px 20px;
	}
	.bt a:before, .bt button:before {
		right: 10px;
		top: 50%;
	}
	.bt a.back:before, .bt button.back:before {
		right: auto;
		left: 10px;
	}
	#main #visual {
		background-size: cover;
	}
	#main #visual .inside {
		height: 500px;
	}
	#main #visual .inside h2 {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 560px;
		padding: 40px 0;
	}
	.loading #main #visual .inside h2 {}
	#main #visual .inside h2 span {
		font-size: 30px;
		margin: 0 0 40px;
	}
	#main #visual .inside h2 time {
		font-size: 28px;
	}
	#main #lectures {
		padding: 60px 0;
	}
	#main #lectures .inside h5 {
		font-size: 32px;
	}
	#main #lectures .inside h3 {
		font-size: 30px;
		margin: 0 0 40px;
	}
	#main #lectures .inside h3::before, #main #lectures .inside h3::after {
		width: 40px;
		display: inline-block;
		height: 2px;
		margin: 0 20px;
	}
	#main #lectures .inside h4 {
		font-size: 25px;
		margin: 0 0 20px;
	}
	#main #lectures .inside p {
		font-size: 24px;
		margin: 0 0 40px;
	}
	#main #lectures .inside .bt {
		display: block;
	}
	#main #lectures .inside .bt a {
		width: auto;
		display: block;
		margin: 0 0 20px;
	}
	#main #lectures .inside p strong {}
	#main #lectures .inside ul {
		display: block;
		margin: 0 0 40px;
	}
	#main #lectures .inside ul li {
		width: auto;
		margin: 0 0 40px;
	}
	#main #lectures .inside ul li a {
		height: auto;
		padding: 60px 40px 40px;
		min-height: 100px;
	}
	#main #lectures .inside ul li a .badges {
		top: 10px;
		right: 5px;
	}
	#main #lectures .inside ul li a .badges .badge {}
	#main #lectures .inside ul li a .badges .movie {}
	#main #lectures .inside ul li a .badges .enq {}
	#main #lectures .inside ul li .info {
		margin: 0 0 20px;
	}
	#main #lectures .inside ul li strong {
		font-size: 28px;
		top: auto;
		left: auto;
		position: relative;
		margin: 0 0 20px;
		display: block;
		transform: none;
	}
	#main #lectures .inside ul li strong span {
		font-size: 26px;
		margin: 20px 0 0;
	}
	#main #lectures .inside ul li p {
		font-size: 24px;
	}
	#main #lectures .inside ul li .btn {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
	#main #lectures .inside ul li > div {
		height: auto;
		padding: 40px;
		min-height: 100px;
	}
	#main #lectures .inside ul li div strong {}
	#main #lectures .inside ul li div .btn {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
	#main #lectures .inside ul li a .btn:before {
		right: 10px;
	}
	#main #bottom_contact {
		padding: 60px 0;
	}
	#main #bottom_contact .inside {}
	#main #bottom_contact .inside h3 {
		font-size: 26px;
		margin: 0 0 40px;
	}
	#main #bottom_contact .inside p {
		margin: 0 0 40px;
	}
	#main #bottom_contact .inside .bt {
		margin: 0;
	}
	#main #bottom_contact .inside .bt a {
		display: block;
		width: auto;
		margin: 0 0 20px;
	}
	.page-id-219 #main > .inside {
		margin: 0;
	}
	#main #movies_sect .inside h3 {
		font-size: 32px;
		margin: 0 0 40px;
	}
	#main #movies_sect .inside p {
		font-size: 24px;
		margin: 0 0 40px;
	}
	#primary {
		padding: 40px 0 0;
	}
	.page #primary {
		padding: 40px 0;
	}
	.center {}
	.hl_m {
		font-size: 28px;
		margin: 0 0 40px;
	}
	.entry-header {
		padding: 20px 0 20px;
	}
	.entry-header .entry-title {
		font-size: 34px;
		padding: 0 0 0 0.5em;
		border-left: 8px solid var(--ex-base-color);
		margin: 0 0 40px;
		line-height: 1.2;
	}
	.entry-header .entry-title small {
		font-size: 24px;
		margin: 1em 0 0;
		display: block;
	}
	.lecture_navi {
		position: relative;
		right: auto;
		top: auto;
		text-align: right;
		margin: 0 0 40px;
	}
	.lecture_navi li {
		margin: 0 0 0 20px;
		font-size: 22px;
	}
	.receipt_bt span {
		padding: 10px 15px;
		font-size: 23px;
	}
	.receipt_bt span:hover {
		opacity: 1;
	}
	.receipt_form {
		padding: 20px;
		margin: 20px 0;
	}
	.receipt_form p {
		font-size: 24px;
		line-height: 1.6;
	}
	.receipt_form .text_box input {
		padding: 12px;
	}
	.mw_wp_form_confirm .receipt_form .text_box span {
		padding: 3px 7px;
		font-size: 22px;
		top: 11px;
		left: 0;
	}
	.mw_wp_form_confirm .receipt_form .text_box {
		padding: 12px 12px 12px 100px;
		font-size: 26px;
		margin: 0 0 20px;
	}
	.receipt_form .bt {
		margin-bottom: 0;
	}
	.entry-header .header_info {
		width: 100%;
		box-sizing: border-box;
	}
	.entry-header .header_info th, .entry-header .header_info td {
		padding: 5px 20px;
		display: list-item;
		list-style: none;
		border: none;
	}
	.entry-header .header_info th {}
	.entry-header .header_info td {
		padding: 5px 20px 40px;
	}
	.entry-content {}
	.entry-content #e-lerning {
		padding: 60px 0px;
		margin: 0;
	}
	#video_wrapper {
		margin: 0 -40px 30px;
	}
	body.fullscreen_now #video_wrapper {
		margin: 0;
	}
	#video_wrapper video {
		width: 100%;
	}
	#video_wrapper #video_box .to_form_onmovie .bt a {
		white-space: nowrap;
		padding: 20px 40px;
	}
	#video_wrapper .movie_controls .current-time, #video_wrapper .movie_controls .duration {
		font-size: 16px;
	}
	#video_wrapper .movie_controls button {
		font-size: 32px;
	}
	#video_wrapper .movie_controls .volume {
		margin: 0 0 0 30px;
	}
	#video_wrapper .to_form {
		margin: 0 40px;
	}
	#video_wrapper #video_box .to_form_onmovie .bt {
		margin: 0;
	}
	#video_wrapper #video_box .to_form_onmovie .bt a {
		margin: 0;
	}
	.entry-content #e-lerning .slide {}
	.entry-content #e-lerning .slide p {
		margin: 50px 0 40px;
		font-size: 26px;
	}
	.entry-content #e-lerning .flexslider {
		margin: 0 0 40px 0;
	}
	.entry-content #e-lerning .flexslider a {}
	.entry-content #e-lerning .flexslider .flex-control-nav {
		width: 100%;
		position: relative;
		right: auto;
		top: auto;
		bottom: auto;
		margin: 40px 0 0;
	}
	.flex-control-thumbs li {
		width: 24%;
		float: left;
		margin: 0 1% 1% 0;
	}
	.flex-direction-nav {
		display: none;
	}
	.flex-direction-nav a {
		line-height: 1.4;
	}
	.entry-content #e-lerning .pdf {
		margin: 60px 0 0px;
	}
	.entry-content #e-lerning .pdf p {
		margin: 0 0 50px;
		font-size: 24px;
	}
	.entry-content #e-lerning .pdf ul {
		display: block;
	}
	.entry-content #e-lerning .pdf ul li {
		width: auto;
		margin: 0 0 40px;
	}
	.entry-content #e-lerning .pdf ul li a {
		padding: 15px;
		font-size: 26px;
	}
	.entry-content #e-lerning .pdf ul li a::before {
		right: 10px;
		top: 50%;
	}
	.entry-content #e-testing {
		padding: 60px 0px;
	}
	.entry-content #e-testing h3 {
		font-size: 28px;
		margin: 0 0 60px;
		padding: 0 0 40px;
	}
	.entry-content #e-testing h3::after {
		bottom: 0%;
		left: 50%;
		height: 2px;
		width: 100px;
	}
	.entry-content #e-testing .questions {
		padding: 20px 20px 20px;
		margin: 0 0 20px;
	}
	.entry-content #e-testing .questions dl {
		margin: 0 0 0px;
	}
	.entry-content #e-testing .questions dt {
		font-size: 26px;
		margin: 0 0 20px;
	}
	.entry-content #e-testing .questions dt em {}
	.entry-content #e-testing .questions dd {
		margin: 0 0 40px;
	}
	.entry-content #e-testing .questions dd label {
		margin: 0 10px 10px 0;
		padding: 12px 12px 12px 42px;
	}
	.entry-content #e-testing .questions dd .vertical-item label {}
	.entry-content #e-testing .questions dd .horizontal-item {
		display: block;
		margin: 0 0 10px;
	}
	.entry-content #e-testing .questions dd .horizontal-item label {
		display: block;
		margin: 0;
	}
	.entry-content #e-testing .questions dd label:hover {}
	.entry-content #e-testing .questions dd label input {}
	.entry-content #e-testing .questions dd label input + span::after {
		top: 50%;
		left: 15px;
		margin-top: -10px;
		width: 16px;
		height: 16px;
		border: 2px solid #bbb;
	}
	.entry-content #e-testing .questions dd label input:checked + span::before {}
	.entry-content #e-testing .questions dd .mwform-radio-field label .mwform-radio-field-text::before {
		top: 50%;
		left: 22px;
		margin-top: -8px;
		width: 4px;
		height: 10px;
	}
	.entry-content #e-testing .questions dd .mwform-radio-field label .mwform-radio-field-text::after {}
	.entry-content #e-testing .questions dd .mwform-checkbox-field label .mwform-checkbox-field-text::before {
		top: 50%;
		left: 21px;
		margin-top: -7px;
		width: 5px;
		height: 9px;
		border-right: 3px solid #2AD800;
		border-bottom: 3px solid #2AD800;
	}
	.entry-content textarea, .entry-content input[type="text"], .entry-content input[type="email"], .entry-content input[type="password"] {
		padding: 12px;
	}
	.entry-content textarea {
		height: 400px;
	}
	.entry-content p {
		font-size: 26px;
		margin: 40px 0;
	}
	#primary .already_output big {
		font-size: 28px;
	}
	.entry-content .form_table {
		font-size: 26px;
	}
	.entry-content .form_table tr th {
		padding: 10px 0;
		display: list-item;
		list-style: none;
	}
	.entry-content .form_table tr td {
		padding: 10px 0;
		display: list-item;
		list-style: none;
	}
	.entry-content .form_table tr td input {}
	.entry-content .form_table tr td .mwform-tel-field {}
	.entry-content .form_table tr td .mwform-tel-field input {}
	.entry-content .bt {}
	.entry-content .bt button {}
	.entry-content .caution {
		font-size: 21px;
		line-height: 1.4;
		margin: 5px 0 0;
	}
	/* =========================================================
login_form_box
========================================================= */
	.login_form_box {
		padding: 40px 30px 10px;
		margin: 80px auto;
	}
	.login_form_box h3 {
		font-size: 28px;
		margin: 0 0 30px;
	}
	.login_form_box p {
		font-size: 24px;
		line-height: 1.5;
		margin: 0 0 20px;
	}
	.login_form_box p.login-username, .login_form_box p.login-password {
		display: block;
		width: auto;
		margin: 0 0 20px;
	}
	.login_form_box p label {
		margin: 0 0 10px;
		display: block;
	}
	.login_form_box p.agree_notice {
		margin: 0;
		font-size: 13.5px;
	}
	.login_form_box #loginform input[type="text"], .login_form_box #loginform input[type="password"] {
		padding: 12px;
		font-size: 26px;
		border: 1px solid #ccc;
		border-radius: 3px;
	}
	.login_form_box .no-login {
		padding: 0;
		font-size: 24px;
		border-radius: 3px;
		margin: 0px auto 8px;
	}
	.login_form_box .no-login-p {
		margin: 20px 0 0;
		line-height: 1.3;
	}
	.login_form_box .no-login-p small {
		font-size: 24px;
	}
	#main .login-remember {
		margin: 30px 0;
	}
	#main .login-remember label {
		font-size: 22px;
	}
	#main .login-remember label input {
		display: none;
	}
	#main .login-remember label input + span {
		padding: 0 0 0 50px;
		margin: 0 auto;
	}
	#main .login-remember label input + span::after {
		left: 13px;
		margin-top: -12px;
		width: 24px;
		height: 24px;
	}
	#main .login-remember label input:checked + span::before {}
	#main .login-remember label span::before {
		left: 20px;
		margin-top: -14px;
		width: 8px;
		height: 16px;
		border-right: 6px solid #2AD800;
		border-bottom: 6px solid #2AD800;
	}
	.login_form_box .login_bt_above {
	font-size: 26px;
	margin: 0 0 40px;
	padding: 20px;
	border: 3px solid #2AD800;
	border-radius: 5px;
}
	.login-submit input[type="submit"] {
		display: inline-block;
		margin: 0 20px;
		padding: 13px 20px;
		font-size: 26px;
		font-weight: 400;
		line-height: 1.2;
		border-radius: 5px;
		min-width: 200px;
	}
	.form_accept h4 {
		font-size: 28px;
	}
	.to_top_link {
		font-size: 28px;
	}
	.caution_box {
		padding: 20px;
		font-size: 23px;
		max-width: none;
		line-height: 1.4;
	}
	.checkbox label {
		margin: 0 auto 10px;
		padding: 18px 18px 18px 53px;
		border-radius: 8px;
	}
	.checkbox label:hover {}
	.checkbox label input {}
	.checkbox label input + span::after {
		left: 19px;
		margin-top: -14px;
		width: 24px;
		height: 24px;
		border-width: 2px;
		border-radius: 6px;
	}
	.checkbox label input:checked + span::before {}
	.checkbox label span {
		font-size: 22px;
	}
	.checkbox label span::before {
		left: 27px;
		margin-top: -14px;
		width: 8px;
		height: 16px;
		border-right-width: 5px;
		border-bottom-width: 5px;
	}
	#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
		overflow: visible;
	}
	#cboxOverlay {
		background: rgba(0, 0, 0, 0.7);
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
	#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter {
		height: auto;
		width: auto;
		background: none;
	}
	#cboxClose {
		bottom: auto;
		top: -50px;
		right: 0;
		background: none;
		width: 25px;
		height: 25px;
		text-indent: 0;
		font-size: 40px;
		color: #fff;
	}
	#footer {
		position: absolute;
		padding: 60px 0;
	}
	#footer .inside {}
	#footer .inside nav {
		margin: 0 0 80px;
	}
	#footer .inside nav ul {
		display: block;
	}
	#footer .inside nav ul li {
		margin: 0 0 20px;
	}
	#footer .inside nav ul li a {
		font-size: 26px;
	}
	#footer .inside .footer_logo {
		margin: 0 0 30px;
	}
	#footer .inside .footer_logo a {}
	#footer .inside .footer_logo a img {
		height: 70px;
	}
	#footer .inside p {
		margin: 0;
		font-size: 16px;
	}
	input, select, textarea {}
	a, button {}
	/* Load Setting */
	#loader {}
	#loader .percent {
		font-size: 16px;
	}
	#loader .loader_inside {}
	#loader .circle, #loader .circle:after {}
	#loader .circle {
		font-size: 16px;
	}
	#drawer {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 0vh;
		background: rgba(31, 44, 92, 0.9);
		z-index: 998;
		transition: ease-in 0.5s;
	}
	.active #drawer {
		height: 100vh;
	}
	#to_top {
		right: 20px;
		bottom: 20px;
	}
	#to_top a {
		font-size: 30px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	#to_logout {
		right: 20px;
		top: 20px;
	}
	#to_logout a {
		font-size: 24px;
		padding: 0 1em;
		height: 2em;
		border-radius: 4px;
	}
	.each {
		padding: 40px 0 0;
	}
	.badges {}
	.badges .badge {
		line-height: 1;
		font-size: 16px;
		margin: 0 5px 0 0;
	}
	.badges .movie {}
	.badges .enq {}
	#post-210 .entry-content h4 {
		font-size: 28px;
		margin: 0 0 40px;
	}
	#post-210 .entry-content h5 {
		font-size: 26px;
		margin: 0 0 20px;
	}
	#post-210 .entry-content ol {
		margin: 0 0 40px;
	}
	#post-210 .entry-content ol li {
		font-size: 26px;
		margin: 0 0 20px 20px;
	}
	#post-210 .entry-content ol li strong {}
	#post-210 .entry-content p {}
	.page_contents {}
	.page_contents h3 {
		font-size: 30px;
	}
	.page_contents p {
		font-size: 26px;
	}
	.page_contents .align_right {}
	.big_text {
		padding: 20px;
		font-size: 26px;
		line-height: 1.8;
		margin: 0 auto 60px;
	}
}
body.fullscreen_now #colorbox, body.fullscreen_now #cboxOverlay, body.fullscreen_now #cboxWrapper, body.fullscreen_now #cboxContent, body.fullscreen_now #cboxLoadedContent {
	height: 100dvh !important;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
}
body.fullscreen_now #video_wrapper {
	margin: 0;
	position: relative;
}
body.fullscreen_now #cboxClose {
	top: 20px;
	right: 20px;
	width: auto;
	height: auto;
	text-indent: 0;
	font-size: 20px;
	color: #fff;
}
@media screen and (max-width: 1000px) and (orientation: landscape) {
	body.fullscreen_now #video_wrapper video {
		height: 100dvh;
		object-fit: contain !important;
	}
	body.fullscreen_now #video_wrapper #video_box .to_form_onmovie .bt a {
		padding: 20px 40px;
	}
	body.fullscreen_now #video_wrapper .movie_controls {
		line-height: 1.2;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		opacity: 1;
		transition: ease-out 1s;
	}
	body.fullscreen_now.off_movie_controls #video_wrapper .movie_controls {
		opacity: 0;
	}
	body.fullscreen_now #video_wrapper .movie_controls .current-time, #video_wrapper .movie_controls .duration {
		font-size: 12px;
	}
	body.fullscreen_now #video_wrapper .movie_controls button {
		font-size: 18px;
	}
	body.fullscreen_now #video_wrapper .movie_controls .volume {
		margin: 0 0 0 40px;
	}
	body.fullscreen_now #video_wrapper .movie_controls .seekbar {
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 640px) and (orientation: portrait) {
	body.fullscreen_now #video_wrapper video {
		height: 100dvh;
		object-fit: contain !important;
	}
	body.fullscreen_now #video_wrapper #video_box .to_form_onmovie .bt a {
		padding: 20px 40px;
	}
	body.fullscreen_now #video_wrapper .movie_controls {
		line-height: 1.2;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		opacity: 1;
		transition: ease-out 1s;
	}
	body.fullscreen_now.off_movie_controls #video_wrapper .movie_controls {
		opacity: 0;
	}
	body.fullscreen_now #video_wrapper .movie_controls .current-time, #video_wrapper .movie_controls .duration {
		font-size: 18px;
	}
	body.fullscreen_now #video_wrapper .movie_controls button {
		font-size: 24px;
		margin: 0 20px;
	}
	body.fullscreen_now #video_wrapper .movie_controls .volume {
		margin: 0 0 0 20px;
	}
	body.fullscreen_now #video_wrapper .movie_controls .seekbar {
		margin: 0 0 30px;
	}
	#cboxClose {
		font-size: 40px !important;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	}
}