<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
Theme Name: theme-tobu
Theme URI: http://www.magical-remix.co.jp/
Description: 東部自動車学校様専用テーマ
Author: Igarashi
Author URI: http://www.magical-remix.co.jp/
Version: 1.0
*/

/* Global Resets
------------------------------------------------*/
html { overflow-y: scroll; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote { margin: 0; padding: 0; }
body {
	font-weight: normal;
	font-style: normal;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
}

a:link { color: #00F; }
a:visited { color: #639; }
a:hover { text-decoration: underline; color: #F00; }
a { overflow : hidden; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; font-size: 100%; }
table { margin:0 auto 0 auto; }
th,td { margin: 0; padding: 0; }
th,td { text-align: left; }
caption,th { text-align: left; margin: auto; }
img { vertical-align:bottom; }
fieldset,img,abbr { border:0; }
ol,ul { list-style: none; }
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var { font-style: normal; font-weight: normal; }

/* Position
------------------------------------------------*/
.align-left { text-align:left; }
.align-center { text-align:center; }
.align-center table { margin:0 auto 0 auto; }
.align-right { text-align:right; }
.float-left { float:left; }
.float-right { float:right; }
.clear-both { clear: both; }
.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }

/* Other
------------------------------------------------*/
.nowrap { white-space: nowrap; }
.none { display: none; }
.hidden { visibility: hidden; }
.red { color: #f00; }
.red-bold { color: #FF0000; font-weight: bold; }
.bold { font-weight: bold; }
.italic { font-style: italic; }

/* pagescroll
------------------------------------------------*/
#pagescroll a {
	z-index: 200;
	position: fixed;
	top: 99%;
	right: 1%;
	box-sizing: border-box;
	width: 60px;
	margin: -70px 0 0 -50px;
	height: 60px;
	padding: 10px;
	font-size: 24px;
	text-align: center;
	background: #555;
	border-radius: 5px;
	opacity: 0.8;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#pagescroll a:hover {
	text-decoration: none;
	background: #333;
}
#pagescroll a span {
	position: relative;
	display: block;
	text-indent: -10000px;
}
#pagescroll a span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25%;
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-color: transparent transparent #fff #fff;
	margin: -5px 0 0;
	transform: rotate(135deg);
}

@media screen and (max-width:769px) {
	#pagescroll a {
		width: 40px;
		height: 40px;
		margin: -40px 0 0 -40px;
		padding: 10px;
		font-size: 20px;
		line-height: 20px;
	}
	#pagescroll a span::after {
		right: 14%;
		width: 14px;
		height: 14px;
	}
}

/* body,Anchor
------------------------------------------------*/
body {
	background: #fff;
	color: #000;
}
a:link,
a:visited {text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #444; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.inner {
	width: 990px;
	margin: 0 auto;
}

@media screen and (max-width:769px) {
	.inner {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

/* header
------------------------------------------------*/
#header {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	max-width: 1300px;
	margin: 0 auto;
}
#header #logo {
	margin: 20px 0 0;
	padding: 0 0 0 2%;
	box-sizing: border-box;
	width: 28%;
	max-width: 300px;
}
#header #logo img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:769px) {
	#header {
		display: block;
	}
	#header #logo {
		margin: 0;
		padding: 10px 0 10px 15px;
		width: 70%;
	}
	#header #logo img {
		max-width: 100%;
	}
}
@media screen and (max-width:480px) {
	#header #logo {
		width: 200px;
		padding: 10px 0 10px 10px;
	}
}

/* nav
------------------------------------------------*/
#nav {
	display: flex;
	width: 70%;
	justify-content: flex-end;
}
#nav a {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 15px;
}
#nav a:hover {
	opacity: 0.8;
}
#nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}


#nav ul li:nth-child(1),
#nav ul li:nth-child(4)
{
	width: 23%;
}
#nav ul li:nth-child(2),
#nav ul li:nth-child(5) {
    width: 20%;
}
#nav ul li:nth-child(3) {
    width: 14%;
}

#nav ul li:nth-child(6),
#nav ul li:nth-child(7),
#nav ul li:nth-child(8),
#nav ul li:nth-child(9),
#nav ul li:nth-child(10),
#nav ul li:nth-child(11) {
	width: 157px;
	width: 20%;
}
#nav ul li:nth-child(1) a,
#nav ul li:nth-child(2) a,
#nav ul li:nth-child(3) a,
#nav ul li:nth-child(4) a,
#nav ul li:nth-child(5) a,
#nav ul li:nth-child(6) a {
	background: #1e8c77;
	color: #fff;
}
/*#nav ul li:nth-child(6) a {*/
#nav ul li:nth-child(1) a {
	background: #299acc;
	color: #fff;
}
#nav ul li:nth-child(6) a,
#nav ul li:nth-child(7) a,
#nav ul li:nth-child(8) a,
#nav ul li:nth-child(9) a,
#nav ul li:nth-child(10) a,
#nav ul li:nth-child(11) a {
	background: #fff;
	color: #000;
}
#nav ul li a span {
	display: none;
}
#nav p a {
	background: #e2b700;
	width: 95px;
	height: 120px;
	border: 0;
	color: #fff;
}
#nav p a span {
	display: block;
}

@media screen and (max-width:1300px) {
	#nav a {
		font-size: 12px;
	}
}

@media screen and (max-width:1024px) {
	#nav a {
		font-size: 11px;
	}
}

@media screen and (max-width:769px) {
	#nav {
		display: block;
		width: 100%;
	}
	#nav ul {
		flex-wrap: wrap;
		width: 100%;
	}
	#nav ul li {
		width: 100% !important;
	}
	#nav ul li:nth-child(1) {
		order: 6;
	}
	#nav ul li:nth-child(2) {
		order: 7;
	}
	#nav ul li:nth-child(3) {
		order: 8;
	}
	#nav ul li:nth-child(4) {
		order: 9;
	}
	#nav ul li:nth-child(5) {
		order: 12;
	}
	#nav ul li:nth-child(6) {
		order: 10;
	}
	#nav ul li:nth-child(7) {
		order: 1;
	}
	#nav ul li:nth-child(8) {
		order: 2;
	}
	#nav ul li:nth-child(9) {
		order: 3;
	}
	#nav ul li:nth-child(10) {
		order: 4;
	}
	#nav ul li:nth-child(11) {
		order: 5;
	}
	#nav ul li:nth-child(12) {
		order: 11;
	}
	#nav a {
		display: block;
		background: #1e8c77 !important;
		width: 100% !important;
		height: auto !important;
		text-align: center;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		font-size: 15px;
		color: #fff !important;
	}
	#nav a img {
		margin: 0 5px 0 0;
	}
	#nav a span {
		display: inline !important;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1002;
		background: #1e8c77;
		width: 50px;
		height: 50px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 60%;
		height: 2px;
		background-color: #fff;
		margin: 0 0 0 20%;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 12px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 24px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 12px;
	}
	.menu-trigger.close span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
		top: 4px;
	}
	.menu-trigger.close span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.close span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
		bottom: 4px;
	}
}

/* contact-wrap
------------------------------------------------*/
#contact-wrap {
	display: flex;
	justify-content: space-between;
	background: url(img/bg-contact-area.jpg) no-repeat right center;
	background-size: cover;
	height: 300px;
	padding: 0 10%;
}
#pageplugin {
	margin: 20px auto;
	width: 30%;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
#contact-area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 50%;
}
#contact-area dl {
	width: 100%;
	text-align: center;
}
#contact-area dt {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
#contact-area dd {
	margin: 0 0 10px;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
}
#contact-area dd span {
	margin: 0 1em 0 0;
	font-size: 14px;
}
#contact-area dd a {
	color: #fff;
}
#contact-area dl + p a,
#contact-area .recruit a {
    display: block;
    position: relative;
    background: #299acc;
    width: 320px;
    height: 75px;
    border-radius: 40px;
    line-height: 76px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
#contact-area dl + p a {
	background: #299acc;
	border: solid 2px #fff;
	position: relative;
	overflow: visible;
}
#contact-area dl + p a:after,
#contact-area .recruit a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: transparent transparent #fff #fff;
	margin: -5px 0 0;
	transform: rotate(-135deg);
}
#contact-area .btn.entry a {
    background: #299acc;
    border-radius: 45px;
	margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
	position: relative;
	overflow: visible;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
#contact-area .btn.entry a:hover {
	opacity: 0.8;
	box-shadow: none;
}
#contact-area .btn.entry a::after {
    border-color: transparent transparent #fff #fff;
}
#contact-area .btn.entry a .comment {
    position: absolute;
    top: -45px;
    left: 0;
}
#contact-area .btn.entry a .comment span {
    display: inline-block;
    background: #ffff05;
	border: solid 2px #299acc;
    width: 11em;
    padding: 8px 10px;
    line-height: 1;
    font-size: 14px;
    color: #299acc;
	animation: footer-button-anime 1.5s ease 0s infinite;
	position: relative;
}
#contact-area .btn.entry a .comment span:before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 30%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #ffff05;
	z-index: 2;
}
#contact-area .btn.entry a .comment span:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 30%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #299acc;
	z-index: 1;
}
@keyframes footer-button-anime {
    0% {
        transform: translate(0,0);
    }
    50% {
        transform: translate(0,3px);
    }
    100% {
        transform: translate(0,0);
    }
}
#contact-area .recruit {
	margin: 15px 0 0;
}
#contact-area .recruit a {
	background: #1e8c77;
	width: 320px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
#contact-area .recruit a::after {
	border-color: transparent transparent #fff #fff;
}
#contact-area .recruit a span {
	margin: 0 0 0 1em;
	font-weight: normal;
}
#contact-area img {
	margin: 0 0 0 20px;
}
#contact-area a:hover,
#contact-area a:hover img{
	opacity: 0.8;
}

@media screen and (max-width:1024px) {
	#contact-area dd {
		font-size: 30px;
	}
}

@media screen and (max-width:769px) {
	#contact-wrap {
		display: block;
		background: none;
		height: auto;
		padding: 0;
	}
	#contact-area {
		background: url(img/bg-contact-area.jpg) no-repeat center center;
		background-size: cover;
		padding: 20px 0;
	}
	#contact-area,
	#pageplugin {
		width: 100%;
	}
	#contact-area dd span {
		display: block;
		margin: 0 0 10px;
	}
}
@media screen and (max-width:480px) {
	#contact-area dt {
		font-size: 15px;
	}
	#contact-area dd {
		font-size: 34px;
	}
	#contact-area dd a {
		color: #fff;
	}
	#contact-area dd span {
		font-size: 12px;
		margin: 5px 0 0;
	}
	#contact-area p {
		margin: 5px;
		text-align: center;
	}
	#contact-area dl + p {
		width: 90%;
		margin: 10px 0 20px;
	}
	#contact-area dl + p a {
		width: 100%;
	}
	#contact-area dl + p a:after,
	#contact-area .recruit a:after {
		right: 10px;
	}
	#contact-area .recruit {
		width: 80%;
	}
	#contact-area .recruit a {
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	#contact-area img {
		margin: 0 0 0 5px;
	}
}

/* footer
------------------------------------------------*/
#footer {
	display: flex;
	align-items: center;
	font-size: 13px;
}
#footer p a {
	display: block;
	position: relative;
	background: #e2b700;
	border-radius: 25px;
	width: 170px;
	height: 30px;
	margin: 10px 0;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#footer p a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: transparent transparent #fff #fff;
	margin: -5px 0 0;
	transform: rotate(-135deg);
}
#footer p a:hover {
	background: #d3ab00;
}
#footer ul {
	display: flex;
}
#footer ul li {
	margin: 0 0 0 1.5em;
}
#footer small {
	display: block;
	margin: 0 0 0 auto;
	font-size: 12px;
	color: #888;
}

@media screen and (max-width:769px) {
	#footer {
		display: block;
	}
	#footer p a {
		margin: 20px auto;
	}
	#footer ul {
		justify-content: center;
	}
	#footer ul li {
		margin: 0 10px;
	}
	#footer small {
		margin: 20px auto;
		text-align: center;
	}
}
@media screen and (max-width:480px) {
	#footer ul {
		flex-wrap: wrap;
	}
	#footer ul li {
		width: 100%;
		margin: 0 0 5px;
		text-align: center;
	}
}

/* search_inlinebox
------------------------------------------------*/
#search_inlinebox .s {
	width: 85%;
	padding: 5px;
	font-size: 18px;
}
#search_inlinebox .searchbtn {
	background: #888;
	border: none;
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
}

@media screen and (max-width:769px){
	#search_inlinebox .s {
		width: 75%;
	}
}

/* old
------------------------------------------------*/
.page-id-1066 .left {
	text-align: left !important;
}
.page-id-1066 .center {
	text-align: center !important;
}
.page-id-1066 ol {
    list-style: auto;
    margin-left: 1.2em;
}

/* Reasons to be chosen
------------------------------------------------*/
.page-id-8 #main &gt; h2 span {
    font-size: 22px !important;
}
@media(max-width: 767px) {
.page-id-8 #main &gt; h2 span {
    font-size: 16px !important
}
.page-id-8 #main &gt; h2 span:nth-child(2)  br {
    display: none;
}
}

/* XO Event Calendar
------------------------------------------------*/
#main .xo-event-calendar {
	margin: 0 auto;
}
#main .xo-months {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .xo-month-wrap {
	width: 47%;
}
#main table.xo-month thead {
	background: none;
}
#main .xo-event-calendar table th,
#main .xo-event-calendar table td {
	border-bottom: 0;
}
#main .xo-event-calendar table {
	margin: 0;
}
#main .xo-event-calendar {
	position: relative;
	padding: 30px 0 0;
}
#main .xo-event-calendar .holiday-titles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#main .xo-event-calendar table.xo-month .month-dayname td div.today {
	color: #333;
}
@media screen and (max-width: 769px) {
	#main .xo-event-calendar {
		width: 70%;
	}
	#main .xo-months {
		display: block;
	}
	#main .xo-month-wrap {
		width: 100%;
	}
	#main .xo-month-wrap + .xo-month-wrap {
		margin-top: 20px;
	} 
	#main .xo-event-calendar .holiday-titles p {
		text-align: center;
	}
}
@media screen and (max-width:480px) {
	#main .xo-event-calendar {
		width: 100%;
	}
}

/* news */
figure#newskaitei table {
    width: 120% !important;
    overflow-x: scroll;
}
figure#newskaitei table td, figure#newskaitei table th {
    width: 7em !important;
}
figure#newskaitei table th:last-child {
    width: 10em !important;
}
figure#newskaitei tr:nth-child(3) td:nth-child(3) {
    line-height: 2.3;
}</pre></body></html>