@charset "UTF-8";

/*
Theme Name: theme-kadan
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
------------------------------------------------*/
p#pagescroll a {
	position: fixed;
	bottom: 70px;
	right: 1%;
	z-index: 200;
	background: #111839;
	width: 60px;
	height: 70px;
	margin: -70px 0 0 -50px;
	padding: 25px 10px 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	opacity: 0.8;
}
p#pagescroll a:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: transparent transparent #fff #fff;
	margin: 0 0 0 -8px;
	transform: rotate(135deg);
}
p#pagescroll a:hover {
	opacity: 1;
}
p#pagescroll a span {
	display: block;
}
@media screen and (max-width:769px) {
	#pagescroll {
		display: none;
	}
}

/* body,Anchor
------------------------------------------------*/
body {
	background: #fff;
	color: #111;
}
a:link,
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #666; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.inner {
	width: 1080px;
	margin: 0 auto;
	display: block;
}
.copy {
	display: block;
	padding: 10px 0 100px;
	text-align: center;
	font-size: 13px;
	color: #555;
}
.movie_box {
	position: relative;
	height: 0;
  padding-top: 56.25%;
}
.movie_box iframe,
.movie_box object,
.movie_box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1095px) {
	.inner {
		width: 100%;
		box-sizing: border-box;
	}
}
@media screen and (max-width:769px) {
	body {
		-webkit-text-size-adjust: 100%;
		line-height: 1.5;
	}
	.copy {
		padding: 10px 0 50px;
	}
}

/* header
------------------------------------------------*/
#header {
	background: #111739;
}
#header .inner {
	display: flex;
	justify-content: space-between;
}
#header #logo {
	margin: 20px 0 0;
}
#header ul {
	display: flex;
	justify-content: flex-end;
	margin: 5px 0 0;
}
#header ul li {
	margin: 0 0 0 30px;
}
#header ul li a {
	position: relative;
	padding: 0 8px 0 0;
	font-size: 13px;
	color: #fff;
}
#header ul li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 4px;
	height: 4px;
	border: 1px solid;
	border-color: transparent transparent #fff #fff;
	margin: -3px 0 0;
	transform: rotate(-135deg);
}
#header ul li a:hover {
	text-decoration: underline;
}
#header ul li.line {
	margin: 2px 0 0 15px;
}
#header ul li.line a {
	background: #53b535;
	padding: 0 7px;
	display: block;
}
#header ul li.line a::after {
	content: none;
}
#header ul li.line img {
	height: 13px;
	width: auto;
	vertical-align: text-top;
}
#header ul li.line span {
	display: none;
}
#header ul + ul li {
	position: relative;
	margin: 0 0 10px 10px;
}
#header ul + ul li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: transparent transparent #111739 #111739;
	margin: -7px 0 0;
	transform: rotate(-135deg);
}
#header ul + ul li:nth-child(2):after {
	border-color: transparent transparent #fff #fff;
}
#header ul + ul li a {
	display: block;
	background: #fff;
	width: 250px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #111739;
}
#header ul + ul li:nth-child(2) a {
	width: 430px;
}
#header ul + ul li a span:before {
	content: "・";
}
#header ul + ul li:nth-child(2) a {
	background: #e07510;
	font-weight: bold;
	color: #fff;
}
#header ul + ul li:nth-child(2) a span + span {
	margin: 0 0 0 0.5em;
	font-weight: normal;
	font-size: 0.8em;
}
#header ul + ul li:nth-child(2) a span + span:before {
	content: none;
}
#header ul + ul li:nth-child(2) a span + span span {
	margin: 0;
}
#header ul + ul li:nth-child(2) a span + span span:before {
	content: '(';
}
#header ul + ul li:nth-child(2) a span + span span:after {
	content: ')';
}
#header ul + ul li a:after {
	content: none;
}
#header ul + ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#header .tel {
	display: none;
}

@media screen and (max-width: 1095px) {
	#header .inner {
		display: block;
		padding: 10px 0;
	}
	#header #logo {
		margin: 0 0 10px;
		text-align: center;
	}
	#header ul {
		display: none;
	}
	#header ul + ul {
		display: flex;
		justify-content: center;
	}
	#header ul + ul li {
		margin: 0 5px;
	}
}
@media screen and (max-width:769px) {
	#header .inner {
		padding-bottom: 0;
	}
	#header #logo {
		text-align: left;
		margin: 0 0 10px 10px;
	}
	#header ul + ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#header ul + ul li {
		width: 50%;
		margin: 0;
	}
	#header ul + ul li a,
	#header ul + ul li:nth-child(2) a {
		width: 100%;
		height: auto;
		padding: 5px 0;
		box-sizing: border-box;
		line-height: 1.2;
		font-size: 15px;
	}
	#header ul + ul li:first-child a {
		padding: 12px 0;
	}
	#header ul + ul li a > span {
		display: block;
		font-size: 14px;
	}
	#header ul + ul li a span:before {
		content: none;
	}
	#header ul + ul li:nth-child(2) a span {
		margin: 0;
	}
	#header ul + ul li.line {
		width: 100%;
		margin: 0;
	}
	#header ul + ul li.line a {
		padding: 5px 0;
		font-weight: normal;
		color: #fff;
	}
	#header ul + ul li.line span {
		display: inline;
		margin: 0 0 0 10px;
	}
	#header ul + ul li.line img {
		height: 20px;
		width: auto;
	}
	#header ul + ul li.line::after {
		content: none;
	}
	#header .tel {
		display: block;
		position: absolute;
		top: 10px;
		right: 55px;
	}
	#header .tel span {
		display: block;
		background: url(img/icon_tel.png) no-repeat 0 0;
		width: 33px;
		height: 33px;
	}
}
@media screen and (max-width:480px) {
	#header #logo img {
		max-width: 200px;
		height: auto;
	}
}

/* gnav
------------------------------------------------*/
#gnav {
	background: #111739;
}
#gnav .inner {
	position: relative;
}
#gnav ul.pcnav {
	display: flex;
	padding: 5px 0;
}
#gnav ul.pcnav li {
	position: relative;
	border-left: 1px solid #5c5d66;
	box-sizing: border-box;
	text-align: center;
	font-size: 17px;
}
#gnav ul.pcnav li:first-child {
	border-left: 0;
}
#gnav ul.pcnav li a {
	display: block;
	/*width: 175px;*/
	width: 160px;
	box-sizing: border-box;
	color: #fff;
}
#gnav ul.pcnav li.long a {
	width: 230px;
}
#gnav ul.pcnav li ul {
	display: none;
	position: absolute;
	z-index: 1000;
	background: rgba(17, 23, 57, 0.9);
}
#gnav ul.pcnav li li {
	float: none;
	border: 0;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}
#gnav ul.pcnav li li:last-child {
	border: 0;
}
#gnav ul.pcnav li li a {
	padding: 10px;
}
#gnav ul.pcnav li li a:hover {
	background: #111739;
}
#gnav .spnav {
	display: none;
	background: #fff;
}
#gnav .spnav div {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}
#gnav .spnav div ul {
	width: 16.666%;
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
	padding: 0 10px 0 0;
	box-sizing: border-box;
	font-size: 13px;
}
#gnav .spnav div ul:last-child {
	padding: 0;
}
#gnav .spnav div li {
	margin: 0 0 5px;
}
#gnav .spnav div li.have_child {
	margin: 0 0 10px;
	font-size: 17px;
}
#gnav .spnav div ul ul {
	width: 100%;
	margin: 5px 0 0;
}
#gnav p {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1002;
	width: 32px;
	height: 32px;
	background: #fff;
}
#gnav p span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	box-sizing: border-box;
	background: #111739;
	margin: 0 0 0 6px;
}
#gnav p span:nth-of-type(1) {
	top: 8px;
}
#gnav p span:nth-of-type(2) {
	top: 15px;
}
#gnav p span:nth-of-type(3) {
	bottom: 8px;
}
#gnav p.close span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top: -5px;
}
#gnav p.close span:nth-of-type(2) {
	opacity: 0;
}
#gnav p.close span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	bottom: -5px;
}
#gnav .searchform {
	margin: 40px 0 0;
}
#gnav .searchform .s {
	background: #ddd;
	width: -webkit-calc(100% - 35px);
	width: calc(100% - 35px);
	height: 30px;
	border: 0;
	vertical-align: top;
}
#gnav .searchform .search {
	vertical-align: top;
}

@media only screen and (max-width: 1095px) {
	#gnav .inner {
		position: initial;
	}
	#gnav ul.pcnav {
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 5px 0 0;
	}
	#gnav ul.pcnav li {
		width: 33%;
		border: 0;
		margin: 0 0 5px;
		background: #373d59;
	}
	#gnav ul.pcnav li a,
	#gnav ul.pcnav li.long a {
		background: #373d59;
		width: 100%;
		padding: 5px 0;
		box-sizing: border-box;
		/*font-size: 12px;*/
		 font-size: 11px;
	}
	#gnav p {
		top: 10px;
		right: 10px;
	}
	#gnav .spnav div {
		padding: 20px;
	}
	#gnav .spnav div ul {
		width: 33.333%;
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
}
@media screen and (max-width:769px) {
	#gnav .spnav div {
		padding: 0;
	}
	#gnav .spnav div ul {
		width: 100%;
		padding: 0;
	}
	#gnav .spnav div li,
	#gnav .spnav div li.have_child {
		margin: 0;
		font-size: 18px;
	}
	#gnav .spnav div li.have_search {
		border-bottom: 1px solid #ccc;
		padding: 20px 10px 10px;
	}
	#gnav .searchform {
		margin: 0;
	}
	#gnav .searchform input {
		border-radius: 0;
	}
	#gnav .spnav div li a {
		display: block;
		position: relative;
		border-bottom: 1px solid #ccc;
		padding: 10px;
		font-size: 16px;
		color: #111739;
	}
	#gnav .spnav div li a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 8px;
		height: 8px;
		border: 2px solid;
		border-color: transparent transparent #111739 #111739;
		margin: -7px 0 0;
		transform: rotate(-135deg);
	}
	#gnav .spnav div ul ul {
		display: none;
	}
}

/* contents
------------------------------------------------*/
#contents {
	position: relative;
	background: url(img/bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}
#contents .inner:after {
	content: "";
	display: block;
	clear: both;
}
#contents .page-title {
	position: relative;
	z-index: 0;
	background: #000 url(img/bg_page-title.jpg) no-repeat right center;
	height: 150px;
	line-height: 150px;
	font-size: 50px;
	color: #fff;
}
#contents .page-title .inner {
	font-style: italic;
	font-weight: bold;
}
#contents #breadcrumbs {
	margin: 0 0 20px;
	font-size: 13px;
	color: #555;
}

@media screen and (max-width: 1095px) {
	#contents {
		background: #fff;
	}
	#contents .page-title .inner {
		padding: 0 10px;
	}
}
@media screen and (max-width:769px) {
	#contents .page-title {
		background-size: 80px auto;
		height: 80px;
		line-height: 80px;
		font-size: 26px;
	}
}

/* main
------------------------------------------------*/
#contents #main {
	background: #fff;
	box-sizing: border-box;
}
#contents .inner #main {
	float: left;
	width: 760px;
	padding: 15px 30px 30px;
}
#contents #main.inner {
	padding: 15px 160px 30px;
}
#main a:hover img {
	opacity: 0.8;
}
@media screen and (max-width: 1095px) {
	#contents .inner #main,
	#contents #main.inner {
		float: none;
		width: 100%;
		padding: 15px 10px 30px;
	}
}
@media screen and (max-width:769px) {
	#main img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

/* sidebar
------------------------------------------------*/
#contents .inner #sidebar {
	float: right;
	width: 320px;
}
#sidebar ul li {
	margin: 0 0 1px;
}
#sidebar ul#localnav li a,
#sidebar .widget h3 {
	display: block;
	position: relative;
	background: #111739;
	padding: 15px 20px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
#sidebar ul#localnav li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: transparent transparent #fff #fff;
	margin: -7px 0 0;
	transform: rotate(-135deg);
}
#sidebar ul#localnav ul li a {
	background: #f5f5f5;
	font-size: 17px;
	font-weight: normal;
	color: #111739;
}
#sidebar ul#localnav ul li li a {
	margin-top: 1px;
	padding-left: 30px;
	font-size: 15px;
}
#sidebar .widget ul li a {
	display: block;
	position: relative;
	background: #f5f5f5;
	padding: 15px 20px;
	font-size: 17px;
	font-weight: normal;
	color: #111739;
}
#sidebar ul#localnav ul li a:after {
	border-color: transparent transparent #111739 #111739;
}
#sidebar .widget ul li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: transparent transparent #111739 #111739;
	margin: -7px 0 0;
	transform: rotate(-135deg);
}
#sidebar ul li a:hover {
	opacity: 0.8;
}
#sidebar .widget.widget_archive {
	background: #f5f5f5;
}
#sidebar .widget label {
	display: none;
}
#sidebar .widget select {
	background: #f5f5f5;
	width: 100%;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	border: 0;
	margin: 10px;
	font-size: 16px;
}

@media screen and (max-width: 1095px) {
	#contents .inner #sidebar {
		float: none;
		width: 100%;
	}
	#sidebar ul#localnav li {
		margin: 0;
	}
	#sidebar ul#localnav ul,
	#sidebar .widget.widget_categories ul {
		display: flex;
		flex-wrap: wrap;
		background: #f5f5f5;
	}
	#sidebar ul#localnav ul li,
	#sidebar .widget.widget_categories ul li {
		width: 50%;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
	}
	#sidebar ul#localnav ul li:nth-child(2n),
	#sidebar .widget.widget_categories ul li:nth-child(2n) {
		border-left: 1px solid #fff;
	}
	#sidebar ul#localnav ul li a:after,
	#sidebar .widget ul li a:after {
		content: none;
	}
}
@media screen and (max-width:769px) {
	#sidebar ul#localnav li a,
	#sidebar .widget h3 {
		font-size: 18px;
	}
	#sidebar ul#localnav ul li a,
	#sidebar .widget ul li a,
	#sidebar .widget select {
		font-size: 15px;
	}
}
@media screen and (max-width:480px) {
	#sidebar ul#localnav ul li,
	#sidebar .widget.widget_categories ul li {
		width: 100%;
	}
	#sidebar ul#localnav ul li:nth-child(2n),
	#sidebar .widget.widget_categories ul li:nth-child(2n) {
		border-left: 0;
	}
	#sidebar ul#localnav ul li a,
	#sidebar .widget ul li a,
	#sidebar .widget select {
		font-size: 14px;
	}
	#sidebar ul#localnav ul li li a {
		border-top: solid 1px #fff;
		font-size: 13px;
	}
}

/* follow-button
------------------------------------------------*/
#follow-button {
	display: none;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	z-index: 50;
}
#follow-button li,
#follow-button li:first-child,
#follow-button li:nth-child(2) {
	-ms-writing-mode: initial;
	-webkit-writing-mode: initial;
	-o-writing-mode: initial;
	writing-mode: initial;
	width: 14%;
}
#follow-button li:first-child,
#follow-button li:nth-child(2) {
	width: 43%;
}
#follow-button li:first-child span::before,
#follow-button li:nth-child(2) span::before {
	content: "・";
}
#follow-button li a {
	display: block;
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	line-height: 1.3;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
#follow-button li:first-child a {
	background: #111739;
}
#follow-button li:first-child a:hover {
	background: #04050d;
}
#follow-button li:nth-child(2) a {
	background: #e07510;
}
#follow-button li:nth-child(2) a:hover {
	background: #bf630c;
}
#follow-button li.search a {
	background: #fafafa url(img/icon_search.png) no-repeat 10px center;
	height: 50px;
	box-sizing: border-box;
	padding-left: 20px;
	text-align: center;
	color: #333;
}
#follow-button li.search a:hover {
	background: #f3f3f3 url(img/icon_search.png) no-repeat 10px center;
}
@media screen and (max-width:769px){
	#follow-button li,
	#follow-button li:first-child,
	#follow-button li:nth-child(2) {
		width: 50%;
	}
	#follow-button li.search {
		display: none;
	}
	#follow-button li a {
		padding: 5px 3px;
		font-size: 12px;
	}
	#follow-button li span {
		display: block;
	}
	#follow-button li:first-child span::before,
	#follow-button li:nth-child(2) span::before {
		content: none;
	}
}

/* search_inlinebox
------------------------------------------------*/
#search_inlinebox .s {
	width: 85%;
	padding: 5px;
	font-size: 18px;
}
#search_inlinebox .searchbtn {
	background: #eee;
	border: 1px solid #ccc;
	padding: 3px 5px;
	font-size: 18px;
}

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


/* footer
------------------------------------------------*/
#footer {
	background: #111839;
	padding: 30px 0;
	text-align: center;
	color: #fff;
}
#footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer ul a {
	display: block;
	color: #fff;
}
#footer ul.btn li {
	width: 49%;
}
#footer ul.btn li a {
	position: relative;
	background: #fff;
	height: 65px;
	line-height: 65px;
	font-size: 22px;
	font-weight: bold;
	color: #111839;
}
#footer ul.btn li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: transparent transparent #111839 #111839;
	margin: -7px 0 0;
	transform: rotate(-135deg);
}
#footer ul.btn li:last-child a {
	background: #e07510;
	color: #fff;
}
#footer ul.btn li:last-child a:after {
	border-color: transparent transparent #fff #fff;
}
#footer ul.btn li a:hover {
	opacity: 0.8;
}
#footer ul.btn li a span {
	font-weight: normal;
	font-size: 0.8em;
}
#footer ul.btn li a span span:before {
	content: '(';
}
#footer ul.btn li a span span:after {
	content: ')';
}
#footer ul.nav {
	margin: 50px 0 40px;
}
#footer ul.nav li {
	border-left: 1px solid #5c5d66;
	text-align: center;
	font-size: 17px;
}
#footer ul.nav li:first-child {
	border: 0;
}
#footer ul.nav li a {
	width: 175px;
}
#footer ul.nav li a:hover {
	text-decoration: underline;
}
#footer .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#footer .flex span {
	vertical-align: middle;
}
#footer .flex p span {
	font-size: 16px;
}
#footer .flex p span + span {
	margin: 0 20px;
	font-size: 22px;
	font-weight: bold;
}
#footer .flex p + p span {
	font-size: 11px;
}
#footer .flex p + p span + span {
	margin: 0;
	font-size: 30px;
}
#footer .flex p + p + p {
	width: 100%;
	margin: 20px 0;
	font-size: 14px;
}
#footer .flex p + p + p span {
	margin: 0 0 0 10px;
	font-size: 14px;
}
#footer .flex + ul {
	justify-content: center;
	font-size: 14px;
}
#footer .flex + ul li {
	margin: 0 30px 0 0;
}
#footer .flex + ul a {
	position: relative;
	padding: 0 8px 0 0;
}
#footer .flex + ul a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 4px;
	height: 4px;
	border: 1px solid;
	border-color: transparent transparent #fff #fff;
	margin: -3px 0 0;
	transform: rotate(-135deg);
}
#footer .flex + ul a:hover {
	text-decoration: underline;
}
#footer .btn-student {
	clear: both;
	margin-top: 20px;
}
#footer .btn-student a {
	background: #c2cef2;
	padding: 10px 60px 10px 55px;
	font-weight: bold;
	color: #111839;
	display: inline-block;
	position: relative;
}
#footer .btn-student a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: transparent transparent #111839 #111839;
	margin: -3px 0 0;
	transform: rotate(-135deg);
}

@media only screen and (max-width: 1095px) {
	#footer .inner {
		padding: 0 10px;
	}
	#footer ul.nav {
		margin: 30px 0;
	}
	#footer ul.nav li {
		width: 33%;
		border: 0;
		margin: 0 0 5px;
	}
	#footer ul.nav li a {
		background: #373d59;
		width: 100%;
		padding: 5px 0;
		box-sizing: border-box;
		font-size: 12px;
	}
}
@media only screen and (max-width: 769px) {
	#footer ul.btn li {
		width: 100%;
		margin: 0 0 10px;
	}
	#footer ul.nav li {
		font-size: 14px;
	}
}
@media only screen and (max-width: 480px) {
	#footer a {
		color: #fff;
	}
	#footer ul.nav li {
		font-size: 13px;
	}
	#footer .flex p span {
		display: block;
	}
	#footer .flex p span + span {
		display: inline;
		margin: 0;
	}
	#footer .flex p + p span {
		display: inline;
	}
	#footer .flex p + p + p span {
		display: block;
		margin: 0;
	}
	#footer ul.btn li a {
		height: auto;
		padding: 20px;
		line-height: 1.5;
		font-size: 18px;
	}
	#footer ul.btn li a > span {
		font-size: 16px;
		display: block;
	}
	#footer .btn-student a {
		max-width: 100%;
		font-size: 14px;
	}
}

/* bnr-area
------------------------------------------------*/
#bnr-area {
	padding: 30px 0 0;
}
#bnr-area ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#bnr-area ul li {
	width: 25%;
	margin: 0 0 20px;
}
#bnr-area ul li img {
	display: block;
	margin: 0 auto;
}
#bnr-area ul li a:hover img {
	opacity: 0.8;
}

@media only screen and (max-width: 1095px) {
	#bnr-area {
		padding: 30px 10px 0;
	}
	#bnr-area ul li {
		width: 33%;
	}
	#bnr-area ul li img {
		max-width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 769px) {
	#bnr-area ul {
		justify-content: space-between;
	}
	#bnr-area ul li {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) {
	#bnr-area ul li {
		width: 49%;
	}
}

/* post
------------------------------------------------*/
.post:after {
	content: "";
	display: block;
	clear: both;
}
.post-title {
	margin: 0 0 20px;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}
.post-date {
	margin: 0 0 10px;
	font-size: 13px;
	color: #555;
}
.post-body hr {
	border: dotted 1px #999;
	border-style: dotted none none;
	margin: 1.2em 0;
}
.post-body h1 {
	margin: 0 0 20px;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}
.post-body h2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 10px 0;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}
.post-body h3 {
	background: #f5f5f5;
	margin: 0 0 20px;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
}
.post-body h4 {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 0 0 5px;
	font-size: 20px;
	font-weight: bold;
}
.post-body h5 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
}
.post-body h6 { margin: 0 0 20px; font-weight: bold; }
.post-body p + h1,
.post-body p + h2,
.post-body p + h3,
.post-body p + h4,
.post-body p + h5,
.post-body p + h6,
.post-body table + h1,
.post-body table + h2,
.post-body table + h3,
.post-body table + h4,
.post-body table + h5,
.post-body table + h6,
.post-body ul + h1,
.post-body ul + h2,
.post-body ul + h3,
.post-body ul + h4,
.post-body ul + h5,
.post-body ul + h6,
.post-body ol + h1,
.post-body ol + h2,
.post-body ol + h3,
.post-body ol + h4,
.post-body ol + h5,
.post-body ol + h6 {
	margin: 40px 0 20px;
}
.post-body p {
	margin: 0.9em 0;
	line-height: 1.8;
}
.post-body a:link,
.post-body a:visited { text-decoration: underline; color: #061879; }
.post-body a:hover { text-decoration: none; color: #666; }
.post-body table {
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	border-collapse: collapse;
}
.post-body table caption {
	margin-top: 1em;
	text-align: left;
}
.post-body table th,
.post-body table td {
	border: solid 1px #fff;
	padding: 7px;
	line-height: 1.8;
}
.post-body table th {
	background: #ddd;
	white-space: nowrap;
}
.post-body table td {
	background: #f5f5f5;
}
.post-body table tr:nth-child(2n) td {
	background: #fff;
}
.post-body ol {
	padding-left: 2em;
	list-style-type: decimal;
	margin: 1em 0;
	line-height: 1.8;
}
.post-body ul {
	padding-left: 1.5em;
	list-style-type: disc;
	margin: 1em 0;
	line-height: 1.8;
}
.post-body td ol,
.post-body td ul {
	margin: 0;
}
.post-body li ol,
.post-body li ul {
	margin: 0.3em 0;
}
.post-body dd { margin-left: 2.5em; }
.post-body blockquote { margin: 1em 2.5em; }
.post-body img.alignright { float: right; margin: 0 0 10px 20px; }
.post-body img.alignleft { float: left; margin: 0 20px 10px 0; }
.post-body img.aligncenter { display: block; margin: 0 auto; }

@media screen and (max-width:769px) {
	.post-title {
		font-size: 26px;
	}
	.post-body table th,
	.post-body table td {
		padding: 5px;
		font-size: 14px;
	}
	.post-body img.alignright,
	.post-body img.alignleft { float: none; margin: 5px auto; }
	.post-body img.aligncenter { margin: 5px auto; }

	.post-body h2 {
		font-size: 25px;
	}
	.post-body h3 {
		font-size: 20px;
	}
	.post-body h4 {
		margin: 15px 0 10px;
		font-size: 19px;
	}
}
