@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;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%;
	background: #f8f8f8;
}
/* 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);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 7px;
}
a:link {
	text-decoration: none;
	color: #5965ea;
	transition: ease-in 0.2s;
}
a:visited {
	color: #5965ea;
}
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;
}
/* =Layout
-------------------------------------------------------------- */
.sp {
	display: none !important;
}
body::after {
	content: "";
	display: block;
	z-index: 1;
	transition: ease-in 0.5s;
	background: rgb(66, 75, 175);
	background: linear-gradient(180deg, rgba(66, 75, 175, 0) 0%, rgba(1, 3, 18, 0) 100%);
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}
body.loading::after {
	background: rgb(66, 75, 175);
	background: linear-gradient(180deg, rgba(66, 75, 175, 1) 0%, rgba(1, 3, 18, 1) 100%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
#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: 3px solid #5965ea;
	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: #5965ea;
	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: #424BAF;
	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.red, .bt button.red {
	background: rgba(216, 0, 60, 1.00);
}
.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: cover;
}
#main #visual .inside {
	height: 400px;
}
#main #visual .inside h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: 0.5s ease-in 1s;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 40px;
	background: rgba(50, 60, 179, 0.70);
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
	white-space: nowrap;
	border-radius: 10px;
}
.loading #main #visual .inside h2 {
	opacity: 0;
	transform: translate(-50%, -60%);
}
#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;
}
#main #informations {
	padding: 30px 0 0;
	text-align: left;
}
#main #informations .inside p.p_bg {
	padding: 40px;
	background: #e5e5ff;
	border-radius: 5px;
}
#main #lectures {
	padding: 30px 0;
	text-align: left;
}
.single #main #lectures {
	padding: 60px 0;
}
#main #lectures .inside h3 {
	font-size: 30px;
	margin: 0 0 40px;
	color: #5965ea;
	font-weight: bold;
	text-align: center;
}
#main #lectures .inside h3::before, #main #lectures .inside h3::after {
	width: 40px;
	content: "";
	display: inline-block;
	height: 2px;
	background: #5965ea;
	margin: 0 20px;
	vertical-align: middle;
}
#main #lectures .inside h4 {
	font-size: 18px;
	color: #5965ea;
	margin: 0 0 20px;
}
#main #lectures .inside p {
	font-size: 16px;
	line-height: 1.6;
}
#main #lectures .inside p strong {
	color: #5965ea;
}
#main #lectures .inside h5 {
	font-size: 20px;
	color: #5965ea;
	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: #5965ea;
	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 #5965ea;
	background: #fff;
	color: #5965ea;
	line-height: 1.6;
	margin: 0;
}
#main #lectures .inside .bt.long {
	margin: 60px 0;
}
#main #lectures .inside .bt.long a {
	width: calc(65% - 20px);
	line-height: 2.5;
	font-size: 18px;
	font-weight: bold;
}
#main #lectures .inside .bt.long a::before {
	content: "\f101";
	font-size: 26px;
}
#main #lectures .inside .bt.long a i {
	color: #6E0001;
	margin: 0 10px 0 0;
	font-size: 26px;
}
#main #lectures .inside p.p_bg {
	padding: 40px;
	background: #e5e5ff;
	border-radius: 5px;
}
#main #lectures .inside ul {
	display: block;
	margin: 40px -20px 0;
	flex-wrap: wrap;
}
#main #lectures .inside ul li {
	width: auto;
	text-align: center;
	position: relative;
	margin: 0 20px 40px;
}
#main #lectures .inside ul li br {
	display: none;
}
#main #lectures .inside ul li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	color: #5965ea;
	border: #5965ea 2px solid;
	border-radius: 7px;
	background: #fff;
	height: 100%;
	box-sizing: border-box;
}
#main #lectures .inside ul li strong {
	font-size: 19px;
	font-weight: bold;
	display: block;
	margin: 0 0 20px;
	line-height: 1.4;
}
#main #lectures .inside ul li span {
	font-size: 26px;
	color: #000;
	font-weight: bold;
	display: block;
	margin: 0 0 20px;
}
#main #lectures .inside ul li p {
	font-size: 15px;
	color: #000;
	margin: 0 0 20px;
}
#main #lectures.column_3 .inside ul {
max-width: 640px;
margin: 0 auto;
}
#main #lectures.column_3 .inside ul li {

}
#main #lectures.column_3 .inside ul li a {
	padding: 15px;
}
#main #lectures.column_3 .inside ul li strong {
	font-size: 14px;
	margin: 0 0 10px;
}
#main #lectures.column_3 .inside ul li span {
	font-size: 20px;
	margin: 0 0 10px;
}
#main #lectures.column_3 .inside ul li p {
	font-size: 14px;
	margin: 0 0 10px;
}
#main #lectures .inside ul li .btn {
	line-height: 40px;
	border: none;
	border-radius: 5px;
	background: #424BAF;
	color: #fff;
	font-size: 14px;
	text-align: center;
	position: relative;
}
#main #lectures .inside ul li div.a {
	height: 220px;
	color: #ccc;
	border: #ccc 2px solid;
	border-radius: 7px;
}
#main #lectures .inside ul li div.a strong {}
#main #lectures .inside ul li div.a .btn {
	background: #ccc;
}
#main #lectures .inside ul li a .btn:before {
	content: "\f105";
	font-family: fontAwesome;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
#main #bottom_contact {
	background: rgb(245, 243, 255);
	background: linear-gradient(45deg, rgba(245, 243, 255, 1) 0%, rgba(211, 205, 255, 1) 100%);
	padding: 60px 0;
	text-align: center;
}
#main #bottom_contact .inside {}
#main #bottom_contact .inside h3 {
	font-size: 26px;
	margin: 0 0 40px;
	color: #424BAF;
	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: #5965ea;
	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 #5965ea;
	margin: 0 0 30px;
	line-height: 1.2;
	display: flex;
	align-items: center;
}
.entry-header .entry-title span {
	white-space: nowrap;
}
.entry-header .entry-title small {
	font-size: 18px;
	margin: 0 0 0 2em;
}
.lecture_navi {
	margin: 0 0 20px;
}
.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_sect {
	background: rgb(255, 206, 224);
	background: linear-gradient(45deg, rgba(255, 206, 224, 1) 0%, rgba(255, 242, 247, 1) 100%);
	padding: 60px 0;
}
#receipt_sect h4 {
	font-size: 26px;
	line-height: 1.6;
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #BC5987;
}
#receipt_sect .mw_wp_form .receipt_form, #receipt_sect .receipt_form.comleted {
	padding: 40px 0 0;
}
.receipt_form p {
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}
.receipt_form p strong {
	color: #BC5987;
}
.mw_wp_form_input .input {
	display: block;
}
.mw_wp_form_confirm .input {
	display: none;
}
.mw_wp_form_input .confirm {
	display: none;
}
.mw_wp_form_confirm .confirm {
	display: block;
}
.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;
	max-width: 100%;
	width: 760px;
	margin: 0 auto;
}
.receipt_form .text_box .bulet, .receipt_form .radio_box .bulet {
	display: none;
}
.mw_wp_form_confirm .receipt_form .text_box .bulet, .mw_wp_form_confirm .receipt_form .radio_box .bulet {
	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 .radio_box, .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;
	text-align: left;
}
.receipt_form .radio_box .error, .receipt_form .text_box .error {
	text-align: center;
	width: 100%;
	display: block;
	margin: 10px 0 0;
}
.receipt_form .radio_box .error {
	margin: -10px 0 0;
}
.receipt_form .radio_box {
	margin: 40px 0 20px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .receipt_form .radio_box .horizontal-item {
	display: block;
	margin: 0 0 20px;
}
.receipt_form .horizontal-item label {
	display: inline-block;
	margin: 0 20px;
}
.receipt_form .horizontal-item label:hover {
	background-color: #FFD2D2;
}
.receipt_form .horizontal-item label input {
	display: none;
}
.receipt_form .horizontal-item label input + span {
	position: relative;
	display: block;
	padding: 8px 13px 8px 40px;
	background-color: #f6f7f8;
	font-size: 16px;
	border-radius: 8px;
	border: 1px solid #ccc;
	text-align: left;
	box-shadow: inset 1px 1px 1px rgb(0 0 0 / 10%);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgb(0 0 0 / 10%);
	width: 360px;
	box-sizing: border-box;
	margin: 0;
}
.receipt_form .horizontal-item 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: '';
}
.receipt_form .horizontal-item label input:checked + span {
	background-color: #FFDAED;
}
.receipt_form .horizontal-item label input:checked + span::before {
	opacity: 1 !important;
}
.receipt_form .horizontal-item label .mwform-radio-field-text::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 18px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #F90083;
	content: '';
	opacity: 0;
}
.receipt_form .horizontal-item label .mwform-radio-field-text::after {
	border-radius: 50%;
}
.receipt_form .horizontal-item 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);
}
.receipt_form .bt {
	margin-bottom: 0;
}
.receipt_form .bt button {
	background: #DD438B;
}
.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: #5965ea;
	color: #fff;
	vertical-align: middle;
}
.entry-header .header_info td {
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
}
.entry-content {}
.entry-content #page_login {
	padding: 0px 0px 30px;
}
.entry-content #e-lerning {
	padding: 60px 0px 30px;
	background: rgb(37, 42, 99);
	background: linear-gradient(90deg, rgba(37, 42, 99, 1) 0%, rgba(135, 145, 255, 1) 100%);
	margin: 0;
	position: relative;
}
.movies_each {
	margin: 0 0 60px;
}
.movies_each #e-lerning {
	padding: 0;
}
.entry-content #e-lerning .movie {
	margin: 0 0 30px;
}
.movies_each .entry-content #e-lerning .movie {
	margin: 0;
}
.entry-content #e-lerning .movie video {
	width: 100%;
	display: block;
	height: auto;
}
.entry-content #e-lerning .movie #video_box {
	position: relative;
	background: #000;
}
.entry-content #e-lerning .movie #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;
}
.entry-content #e-lerning .movie #video_box.bt_on .to_form_onmovie {
	bottom: 0;
	opacity: 1;
}
.entry-content #e-lerning .movie #video_box .to_form_onmovie .close {
	position: absolute;
	top: 10px;
	background: none;
	border: none;
	right: 10px;
	font-size: 20px;
	color: #fff;
}
.entry-content #e-lerning .movie #video_box .to_form_onmovie .bt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.entry-content #e-lerning .movie #video_box .finished_onmovie {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 100%;
	opacity: 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	transition: ease-in 0.2s;
}
.entry-content #e-lerning .movie #video_box.finished .finished_onmovie {
	bottom: 0;
	opacity: 1;
}
.entry-content #e-lerning .movie #video_box .finished_onmovie .close {
	position: absolute;
	top: 10px;
	background: none;
	border: none;
	right: 10px;
	font-size: 20px;
	color: #fff;
}
.entry-content #e-lerning .movie #video_box.finished .finished_onmovie .comment {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 5px;
	padding: 0 30px;
	text-align: center;
}
.entry-content #e-lerning .movie #video_box.finished .finished_onmovie .comment p {
	font-size: 16px;
}
.entry-content #e-lerning .movie #video_box.finished .finished_onmovie .comment .bt {}
.entry-content #e-lerning .movie .movie_controls {
	background: #000;
	padding: 0 0px 20px;
	text-align: center;
	position: relative;
	transition: ease-in 0.2s;
}
.entry-content #e-lerning .movie .bt_on + .movie_controls * {
	pointer-events: none;
	opacity: 0.5;
}
.entry-content #e-lerning .movie .movie_controls .current-time {
	position: absolute;
	left: 2px;
	top: 5px;
	font-size: 12px;
	color: #fff;
}
.entry-content #e-lerning .movie .movie_controls .duration {
	position: absolute;
	right: 2px;
	top: 5px;
	font-size: 12px;
	color: #fff;
}
.entry-content #e-lerning .movie .movie_controls .seekbar {
	margin: 0 0 20px;
	background: #999;
}
.entry-content #e-lerning .movie .movie_controls .seekbar .bar {
	display: block;
	width: 1px;
	background: #00AAC5;
	height: 5px;
	transition: ease-in 0.2s;
}
.entry-content #e-lerning .movie .movie_controls .volume button {
	vertical-align: middle;
	margin: 0 5px;
}
.entry-content #e-lerning .movie .movie_controls .volume-bar {
	margin: 0;
	background: #999;
	display: inline-block;
	vertical-align: middle;
	width: 80px;
}
.entry-content #e-lerning .movie .movie_controls .volume-bar .bar {
	display: block;
	width: 1px;
	background: #00AAC5;
	height: 3px;
	transition: ease-in 0.2s;
}
.entry-content #e-lerning .movie .movie_controls button {
	background: none;
	border: none;
	display: inline-block;
	outline: none;
	margin: 0 20px;
	font-size: 22px;
	color: #fff;
}
#main .explain_white {
	display: table;
	margin: 20px auto;
	padding: 15px;
	background: #fff;
	border-radius: 8px;
	color: #5965ea;
}
.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: #D9D4EC;
	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: #5965ea;
	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;
}
.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: 12px 12px 12px 42px;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
}
.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;
}
.entry-content #e-testing .questions dd .mwform-radio-field label .mwform-radio-field-text::after {
	border-radius: 50%;
}
.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%;
	background: #fff;
}
.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;
}
/*============================
#test_area
============================*/
#test_area {
	margin: 0 auto;
	width: 740px;
}
#test_area h3 {}
#test_area p {}
#test_area .test_finish {
	background: #5965ea;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin: 40px auto;
}
#test_area .test_finish p {
	margin: 0;
}
#test_area form h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 60px 0 20px;
}
#test_area form ol {}
#test_area form ol li {
	margin: 0 0 10px 2em;
	padding: 0 0 0 10px;
	list-style: decimal;
}
#test_area form ol li label {
	padding: 16px;
	border-radius: 6px;
	background: #fff;
	display: block;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#test_area form ol li.pass label {
	background: #F1FFF4;
}
#test_area form ol li label input {
	display: none;
}
#test_area form ol li label span {
	padding: 0 0 0 1.5em;
	display: block;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	color: #424BAF;
}
#test_area form ol li label span::before {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	content: "";
	display: block;
	border: #bbb solid 1px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
}
#test_area form ol li label span::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(62%, -50%);
	content: "";
	display: block;
	background: #78B9FF;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	opacity: 0;
	transition: ease-out 0.2s;
}
#test_area form ol li.pass label span::after {
	background: #00C929;
}
#test_area form ol li label input:checked + span::after {
	opacity: 1;
}

#test_area form ol li label.checkbox span::before {
	border: #bbb solid 1px;
	border-radius: 2px;
}
#test_area form ol li label.checkbox span::after {
	transform: translate(35%, -70%) rotate(-45deg);
	border-left: 3px #78B9FF solid;
	border-bottom: 3px #78B9FF solid;
	width: 0.5em;
	height: 0.25em;
	opacity: 0;
	background: none;
	border-radius: 0;
	transition: ease-out 0.2s;
}
#test_area form ol li.pass label.checkbox span::after {
	border-left: 3px #00C929 solid;
	border-bottom: 3px #00C929 solid;
	background: none;
}


#test_area form .ans_result {
	text-align: center;
	font-size: 18px;
	margin: 20px 0 0;
}
#test_area form .ans_result .bagde {
	display: inline-block;
	background: #fff;
	padding: 0.25em 0.5em;
	border: 1px solid #CD007F;
	line-height: 1.1;
	border-radius: 4px;
	color: #CD007F;
	margin: 0 1em;
}
#test_area form .ans_result .bagde.pass {
	border: 1px solid #00C929;
	color: #00C929;
}
#test_area form .ans_result strong {}
#test_area form .your_answer {
	border-bottom: 2px solid #78B9FF;
}
#test_area form p {}
#test_area form .bt {}
/*============================
#test_ans
============================*/
#test_area form .bt button#test_ans {}
/*============================
Contact
============================*/
.before_ask {
	border: 1px solid #5965ea;
	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 #5965ea;
	color: #5965ea;
	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: #5965ea;
	font-weight: bold;
	margin: 0 0 10px;
}
.before_ask dl dt::before {
	content: "●";
}
.before_ask dl dd {}
.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: 43%;
	display: inline-block;
	margin: 0 4% 0 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 .form_table tr td .caution {
	font-size: 80%;
}
.entry-content .mw_wp_form_confirm .form_table tr td .caution {
display: none;
}
.entry-content .bt {}
.entry-content .bt button {}
.entry-content #certificate {
	padding: 60px 0px;
	background: #F9F0FF;
	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: #5965ea;
	display: block;
}
.entry-content #certificate h4 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 60px 0 40px;
}
.bt.red a {
	background: rgba(216, 0, 60, 1.00);
}
.to_top_link {
	margin: 40px 0;
	text-align: center;
	font-size: 18px;
}
#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: #5965ea;
}
#post-210 .entry-content p {
	text-align: left;
}
.page_contents {
	margin: 0 auto;
	max-width: 740px;
	text-align: left;
}
.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;
}
/* =========================================================
.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: #5965ea;
}
.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-submit input[type="submit"] {
	display: inline-block;
	margin: 0 20px;
	padding: 13px 20px;
	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: #C17200;
}
.form_accept {
	padding: 40px 0 0;
	margin: -40px 0 0;
}
.form_accept h4 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#wrapper .impact {
	color: rgb(216, 0, 60);
}
#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: rgb(66, 75, 175);
	background: linear-gradient(180deg, rgba(66, 75, 175, 1) 0%, rgba(1, 3, 18, 1) 100%);
	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 {}
#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: 12px;
	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: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.5em solid rgba(255, 255, 255, 0.2);
	border-right: 0.5em solid rgba(255, 255, 255, 0.2);
	border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
	border-left: 0.5em 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: 40px;
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	background: #424BAF;
	line-height: 50px;
}
@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: atuo;
		padding: 10% 0 0;
	}
	#loader .percent {
		font-size: 26px;
	}
	#loader .circle, #loader .circle:after {
		width: 6em;
		height: 6em;
	}
	#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: 10px 0 0;
	}
	#header .inside .shoulder h6 {
		margin: 0;
		font-size: 17px;
	}
	.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 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: 400px;
	}
	#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 .bt.long {
		margin: 60px 0;
	}
	#main #lectures .inside .bt.long a {
		width: 100%;
		line-height: 1.8;
		font-size: 25px;
	}
	#main #lectures .inside .bt.long a::before {
		font-size: 32px;
	}
	#main #lectures .inside .bt.long a i {
		margin: 0 10px 0 0;
		font-size: 32px;
	}
	#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 br {
		display: inline;
	}
	#main #lectures .inside ul li a {
		height: auto;
		padding: 40px;
		min-height: 100px;
	}
	#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 #lectures.column_3 .inside ul li {
		width: auto;
	}
	#main #lectures.column_3 .inside ul li a {
		padding: 40px;
		height: auto;
	}
	#main #lectures.column_3 .inside ul li strong {
		font-size: 28px;
		margin: 0 0 20px;
	}
	#main #lectures.column_3 .inside ul li span {
		font-size: 26px;
		margin: 0 0 20px;
	}
	#main #lectures.column_3 .inside ul li p {
		font-size: 24px;
		margin: 0 0 20px;
	}
	#main #bottom_contact {
		padding: 60px 0;
	}
	#main #bottom_contact .inside {}
	#main #bottom_contact .inside h3 {
		font-size: 32px;
		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 #5965ea;
		margin: 0 0 40px;
		line-height: 1.2;
	}
	.entry-header .entry-title small {
		font-size: 28px;
		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: 20px 20px;
		font-size: 26px;
	}
	.receipt_bt span:hover {
		opacity: 1;
	}
	#receipt_sect {
		padding: 60px 0;
	}
	#receipt_sect h4 {
		font-size: 36px;
		line-height: 1.6;
		margin: 0;
	}
	#receipt_sect .mw_wp_form .receipt_form, #receipt_sect .receipt_form.comleted {
		padding: 40px 0 0;
	}
	.receipt_form p {
		font-size: 26px;
		line-height: 1.6;
		text-align: center;
	}
	.receipt_form p strong {}
	.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 {
		padding: 20px;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.receipt_form .text_box .bulet, .receipt_form .radio_box .bulet {
		display: none;
	}
	.mw_wp_form_confirm .receipt_form .text_box .bulet, .mw_wp_form_confirm .receipt_form .radio_box .bulet {
		display: inline-block;
		border: 1px solid #FF8426;
		border-radius: 4px;
		padding: 5px 17px;
		margin: 0 20px 0 0;
		font-size: 22px;
		position: absolute;
		left: 0px;
		top: auto;
		bottom: 20px;
	}
	.mw_wp_form_confirm .receipt_form .radio_box, .mw_wp_form_confirm .receipt_form .text_box {
		display: block;
		padding: 20px 20px 20px 120px;
		border-bottom: 1px solid #000;
		width: 100%;
		font-size: 28px;
		margin: 0 0 20px;
		text-align: left;
	}
	.receipt_form .radio_box .error, .receipt_form .text_box .error {
		text-align: center;
		width: 100%;
		display: block;
		margin: 10px 0 0;
	}
	.receipt_form .radio_box .error {
		margin: -10px 0 0;
	}
	.receipt_form .radio_box {
		margin: 40px 0 20px;
		display: block;
	}
	#main .receipt_form .radio_box .horizontal-item {
		display: block;
		margin: 0 0 20px;
	}
	.receipt_form .horizontal-item label {
		display: block;
		margin: 0 0 20px;
	}
	.receipt_form .horizontal-item label:hover {
		background-color: #FFD2D2;
	}
	.receipt_form .horizontal-item label input {
		display: none;
	}
	.receipt_form .horizontal-item label input + span {
		display: block;
		padding: 20px 20px 20px 60px;
		font-size: 26px;
		border-radius: 8px;
		border: 1px solid #ccc;
		width: 100%;
		margin: 0;
	}
	.receipt_form .horizontal-item label input + span::after {
		-webkit-transition: border-color 0.2s linear;
		transition: border-color 0.2s linear;
		position: absolute;
		top: 50%;
		left: 20px;
		display: block;
		margin-top: -13px;
		width: 26px;
		height: 26px;
		border: 2px solid #bbb;
		border-radius: 6px;
		content: '';
	}
	.receipt_form .horizontal-item label input:checked + span {
		background-color: #FFDAED;
	}
	.receipt_form .horizontal-item label input:checked + span::before {
		opacity: 1 !important;
	}
	.receipt_form .horizontal-item label .mwform-radio-field-text::before {
		-webkit-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
		position: absolute;
		top: 50%;
		left: 25px;
		display: block;
		margin-top: -7px;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #F90083;
		content: '';
		opacity: 0;
	}
	.receipt_form .horizontal-item label .mwform-radio-field-text::after {
		border-radius: 50%;
	}
	.receipt_form .horizontal-item 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);
	}
	.receipt_form .bt {
		margin-bottom: 0;
	}
	.receipt_form .bt button {
		padding: 25px;
	}
	.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;
	}
	.entry-content #e-lerning .movie {
		margin: 0 0 30px;
	}
	.entry-content #e-lerning .movie video {
		width: 100%;
	}
	.entry-content #e-lerning .movie #video_box .to_form_onmovie .bt a {
		white-space: nowrap;
		padding: 20px 40px;
	}
	.entry-content #e-lerning .movie #video_box .finished_onmovie .close {
		position: absolute;
		top: 10px;
		background: none;
		border: none;
		right: 10px;
		font-size: 26px;
		color: #fff;
	}
	.entry-content #e-lerning .movie #video_box.finished .finished_onmovie .comment {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 75%;
		padding: 0 20px;
	}
	.entry-content #e-lerning .movie #video_box.finished .finished_onmovie .comment p {
		font-size: 23px;
		margin: 20px 0;
	}
	.entry-content #e-lerning .movie #video_box.finished .finished_onmovie .comment .bt {
		margin: 20px 0;
	}
	.entry-content #e-lerning .movie .movie_controls {
		padding: 0 0px 20px;
		text-align: center;
		position: relative;
		transition: ease-in 0.2s;
	}
	.entry-content #e-lerning .movie .movie_controls .seekbar {
		margin: 0 0 40px;
	}
	.entry-content #e-lerning .movie .movie_controls .current-time, .entry-content #e-lerning .movie .movie_controls .duration {
		font-size: 20px;
	}
	.entry-content #e-lerning .movie .movie_controls button {
		font-size: 32px;
	}
	.entry-content #e-lerning .movie .movie_controls .volume {
		margin: 0 0 0 30px;
	}
	#main .explain_white {
		display: block;
		margin: 20px auto 0;
		padding: 15px;
	}
	.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%;
	}
	/*============================
#test_area
============================*/
	#test_area {
		width: auto;
	}
	#test_area h3 {}
	#test_area p {}
	#test_area .test_finish {
		padding: 20px;
		border-radius: 10px;
		margin: 40px auto;
		font-size: 24px;
	}
	#test_area form h4 {
		font-size: 26px;
		margin: 60px 0 20px;
	}
	#test_area form ol {}
	#test_area form ol li {
		margin: 0 0 20px 1em;
		padding: 0 0 0 20px;
	}
	#test_area form ol li label {
		padding: 16px;
	}
	#test_area form ol li label input {}
	#test_area form ol li label span {
		font-size: 24px;
		line-height: 1.3;
	}
	#test_area form ol li label span::before {
		border: #bbb solid 2px;
	}
	#test_area form ol li label span::after {}
	#test_area form ol li label input:checked + span::after {}
	
#test_area form ol li label.checkbox span::before {
	border: #bbb solid 1px;
	border-radius: 2px;
}
#test_area form ol li label.checkbox span::after {
	transform: translate(35%, -70%) rotate(-45deg);
	border-left: 3px #78B9FF solid;
	border-bottom: 3px #78B9FF solid;
	width: 0.5em;
	height: 0.25em;
	opacity: 0;
	background: none;
	border-radius: 0;
	transition: ease-out 0.2s;
}
#test_area form ol li.pass label.checkbox span::after {
	border-left: 3px #00C929 solid;
	border-bottom: 3px #00C929 solid;
	background: none;
}
	
	#test_area form .ans_result {
		font-size: 26px;
		margin: 20px 0 0;
	}
	#test_area form .ans_result .bagde {
		border: 2px solid #CD007F;
		border-radius: 4px;
	}
	#test_area form .ans_result .bagde.pass {
		border: 2px solid #00C929;
	}
	#test_area form .ans_result strong {}
	#test_area form .your_answer {
		border-bottom: 4px solid #78B9FF;
	}
	#test_area form p {}
	#test_area form .bt {}
	/*============================
#test_ans
============================*/
	#test_area form .bt button#test_ans {}
	/*============================
Contact
============================*/
	.before_ask {
		border: 2px solid #5965ea;
		border-radius: 15px;
		padding: 30px;
		margin: 40px 0 60px;
	}
	.before_ask h3 {
		margin: -75px auto 30px;
		padding: 15px 30px;
		border: 2px solid #5965ea;
		border-radius: 12px;
	}
	.before_ask p {
		font-size: 24px;
		margin: 0 0 20px;
	}
	.before_ask dl {
		margin: 0 0 20px;
		font-size: 24px;
	}
	.before_ask dl:last-child {
		margin: 0;
	}
	.before_ask dl dt {
		margin: 0 0 10px;
	}
	.before_ask dl dt::before {}
	.before_ask dl dd {}
	.entry-content .form_table {
		width: 100%;
		font-size: 16px;
	}
	.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: 20px;
		margin-top: -5px;
		width: 10px;
		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;
	}
	.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 .half {
		width: 100%;
		display: block;
		margin: 0 0 20px 0;
	}
	.entry-content .form_table tr td input[type="text"] {
		padding: 20px;
	}
	.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 {}
	.form_accept h4 {
		font-size: 28px;
	}
	.to_top_link {
		font-size: 28px;
	}
	/* =========================================================
login_form_box
========================================================= */
	.login_form_box {
		padding: 40px 40px 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 40px;
		text-align: left;
	}
	.login_form_box p.login-username, .login_form_box p.login-password {
		display: block;
		width: 100%;
		margin: 0 0 30px;
	}
	.login_form_box p label {}
	.login_form_box p.agree_notice {
		font-size: 24px;
	}
	.login_form_box #loginform input[type="text"], .login_form_box #loginform input[type="password"] {
		padding: 12px;
		font-size: 28px;
		display: block;
		border: 2px solid #ccc;
		border-radius: 6px;
	}
	.login_form_box .no-login {
		font-size: 24px;
		border-radius: 3px;
		margin: 0px auto 16px;
	}
	.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: 24px;
	}
	#main .login-remember label input {
		display: none;
	}
	#main .login-remember label input + span {
		padding: 0 0 0 40px;
	}
	#main .login-remember label input + span::after {
		-webkit-transition: border-color 0.2s linear;
		transition: border-color 0.2s linear;
		left: 0px;
		margin-top: -13px;
		width: 26px;
		height: 26px;
		border: 2px solid #bbb;
		border-radius: 6px;
	}
	#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;
		left: 7px;
		margin-top: -13px;
		width: 10px;
		height: 18px;
		border-right: 6px solid #2AD800;
		border-bottom: 6px solid #2AD800;
	}
	.login-submit input[type="submit"] {
		display: inline-block;
		margin: 0 20px;
		padding: 13px 20px;
		font-size: 16px;
		border-radius: 5px;
		min-width: 200px;
	}
	#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 {
		position: fixed;
		right: 20px;
		bottom: 20px;
	}
	#to_top a {
		font-size: 30px;
		width: 60px;
		height: 60px;
		background: #aaa;
		line-height: 60px;
	}
	#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 p {
		font-size: 26px;
	}
	.page_contents .align_right {}
	#main .align_left_sp {
		text-align: left;
	}
	.big_text {
		padding: 20px;
		font-size: 26px;
		line-height: 1.8;
		margin: 0 auto 60px;
	}
}