@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "aiit_icon";
	src: url("/img/fonts/aiit_icon.eot");
	src: url("/img/fonts/aiit_icon.eot#iefix") format("embedded-opentype"),
	url("/img/fonts/aiit_icon.ttf") format("truetype"),
	url("/img/fonts/aiit_icon.woff") format("woff"),
	url("/img/fonts/aiit_icon.svg#saitama_bus") format("svg");
}
/*
 * top.css
 *
 *  version --- 3.4
 *  updated --- 2011/11/12
 */

/* !wrapper
---------------------------------------------------------- */
/* サイズ固定表示の場合 */
.wrapperContents {
	margin: 0 auto;
	width: 948px;
	text-align: left;
}
/* 100%表示の場合 */
.wrapperFullContents {
	width: 100%;
	min-width: 948px;
}
/* 背景色 */
.wrapperFullContents.bg {
	background: #f4f4f4;
	padding: 50px 0;
}
.wrapperFullContents.carouselBg {
	padding: 50px 0;
}
@media only screen and (max-width: 720px) {
.wrapperContents {
	width: auto!important;
	height: auto;
	display: block;
}
.wrapperFullContents {
	min-width: initial;
	min-width: auto;
}
.wrapperFullContents.carouselBg {
	padding: 40px 0;
}
}

/* !mainSlider
---------------------------------------------------------- */
#mainSlider{
	margin-bottom: 30px;
}
.gallery-top {
	width: 100%;
}
.gallery-top .swiper-slide-active {
	box-shadow: 0px 0px 15px 0px rgba(119,119,119,0.2);
	margin: 20px 0;
	border-radius: 4px;
}
.gallery-top .swiper-slide {
	width: 948px;
	margin: 20px auto;
}
.gallery-top .swiper-slide img {
	height: 380px;
}
.gallery-thumbs {
	width: 948px;
}
.gallery-thumbs .swiper-slide img {
	width: 100%;
}
.gallery-thumbs .swiper-slide-visible img {
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 2px 0;
}
.gallery-thumbs .swiper-slide-thumb-active img {
	border: 3px solid #ff6410;
	margin: 0;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
@media only screen and (max-width: 1024px) {
#mainSlider{
	min-width: 948px;
}
}
@media only screen and (max-width: 720px) {
#mainSlider{
	min-width: initial;
	min-width: auto;
}
.gallery-top .swiper-slide {
	width: 100%;
}
.gallery-top .swiper-slide img {
	height: auto;
}
.gallery-thumbs {
	width: 90%;
}
.gallery-thumbs .swiper-slide-visible img {
	margin: 1px 0;
}
.gallery-thumbs .swiper-slide-thumb-active img {
	border: 2px solid #ff6410;
	border-radius: 2px;
}
}

/* !topicsBnr
---------------------------------------------------------- */
.topicsBnr {
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display:         flex;
	-webkit-justify-content: space-between; /* Safari etc. */
	        justify-content: space-between;
}
.topicsBnr a{
	-webkit-transition: 200ms all ease-in-out;
	        transition: 200ms all ease-in-out;
}
.topicsBnr a:hover {
	opacity: 0.6;
}
.topicsBnr img{
	border-radius: 5px;
	border: 1px solid #ddd;
}
.topicsBnr:not(:last-child) {
	margin-bottom: 20px;
}
@media only screen and (max-width: 720px) {
.topicsBnr {
	-webkit-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}
.topicsBnr:not(:last-child) {
	margin-bottom: 0;
}
.topicsBnr a {
	margin-bottom: 10px;
	min-height: 0%;
}
.topicsBnr img{
	width: 90%;
	height: auto;
	margin: 0 auto;
}
}

/* !aboutBtn
---------------------------------------------------------- */
.aboutBtn {
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display:         flex;
	-webkit-justify-content: space-between; /* Safari etc. */
	        justify-content: space-between;
}
.aboutBtn a {
	color: inherit;
	text-decoration: none;
	margin-left: 15px;
	width: calc(25% - 15px);
}
.aboutBtn a:first-child {
	margin-left: 0;
}
.aboutBtn dl {
	-webkit-transition: 200ms all ease-in-out;
	        transition: 200ms all ease-in-out;
}
.aboutBtn dl:hover {
	opacity: 0.6;
}
.aboutBtn dt figure {
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display:         flex;
	-webkit-align-items: center; /* Safari etc. */
	        align-items: center;
	margin: 0;
}
.aboutBtn dt,
.aboutBtn dd {
	text-align: left;
}
.aboutBtn dt figcaption {
	margin-left: 10px;
	font-weight: bold;
}
.aboutBtn dd {
	margin: 5px 0 0 0;
}
/* 詳しくはこちら */
.aboutBtn dd.btnMore {
	margin: 10px 0 0 0;
	text-align: right;
}
.aboutBtn dd.btnMore span {
	padding: 2px 8px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	font-size: 11px;
}
.aboutBtn dd.btnMore span::before {
	margin-right: 0.5rem;
	font-size: 10px;
	color: #ff6410;
	content: "\e900";
	vertical-align: middle;
	font-family: "aiit_icon";
}
@media only screen and (max-width: 720px) {
.aboutBtn {
	-webkit-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}
.aboutBtn a {
	width: 90%;
	margin: 5px 5% 0;
	min-height: 70px;
}
.aboutBtn a:first-child {
	margin: 0 5%;
}
.aboutBtn dl {
	position: relative;
}
.aboutBtn dl::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "\e901";
	vertical-align: middle;
	font-family: "aiit_icon";
}
.aboutBtn dt figure {
	display: block;
}
.aboutBtn dt figcaption {
	position: absolute;
	top: 5px;
	left: 65px;
}
.aboutBtn dd {
	text-align: left;
	margin: 0 30px 0 75px;
	margin-top: -45px;
}
.aboutBtn dd.btnMore span {
	display: none;
}

}

/* !carousel
---------------------------------------------------------- */
.carouselContents {
	width: 968px;
	margin: 0 auto;
}
#carousel ul li{
	-webkit-transition: 200ms all ease-in-out;
	        transition: 200ms all ease-in-out;
}
#carousel ul li:hover{
	opacity: 0.6;
}
#carousel ul li.slick-slide {
	padding: 0 10px;
	text-align: left;
	outline: none;
}
#carousel ul li a{
	color: inherit;
	text-decoration: none;
	outline: none;
}
#carousel ul li div {
	margin-bottom: 10px;
	position: relative;
}
#carousel ul li div::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 60px;
	height: 43px;
	background: url(/img/carousel/play_btn.png) no-repeat;
	background-size: 100%;
}
#carousel ul li a img{
	width: 100%;
	height: auto;
}
/* YouTubeチャンネル */
#carouselTitle {
	position: relative;
}
#carouselTitle .btnYoutube {
	position: absolute;
	right: 0;
	color: inherit;
}
#carouselTitle .btnYoutube:hover {
	opacity: 0.8;
}
#carouselTitle .btnYoutube span {
	padding: 2px 8px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	background: #fff;
	font-size: 11px;
}
#carouselTitle .btnYoutube span::before {
	margin-right: 0.5rem;
	font-size: 10px;
	color: #ff6410;
	content: "\e903";
	vertical-align: middle;
	font-family: "aiit_icon";
}
@media only screen and (max-width: 1024px) {
.carouselContents {
	width: 895px;
}
}
@media only screen and (max-width: 720px) {
.carouselContents {
	width: calc(100% - 60px);
}
#carouselTitle .btnYoutube > span{
	display: block;
}
}
@media only screen and (max-width: 480px) {
#carousel ul li div::after {
	width: 30px;
	height: 22px;
}
}

/* !h2
---------------------------------------------------------- */
h2.h2Text {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* !h2BoxType01
---------------------------------------------------------- */
.h2BoxType01 {
	position: relative;
	border-left: 1px solid #FF6410;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
	.h2BoxType01 h2 {
		float: left;
		padding: 5px 0 6px 9px;
	}
	.h2BoxType01 span {
		float: left;
		padding: 6px 0 0 20px;
	}
	.h2BoxType01 .btnList01 {
		float: right;
		position: relative;
		top: 1px;
		/top: 3px;
	}

/* !dl_list01
---------------------------------------------------------- */
.dl_list01 {
	margin: 0 0 4px 11px;
	padding: 0 0 4px 72px;
}
.news { background: url("../img/top/icn_news01.gif") left 0.1em no-repeat; }
.exam { background: url("../img/top/icn_exam01.gif") left 0.1em no-repeat; }
.event { background: url("../img/top/icn_coll01.gif") left 0.1em no-repeat; }
.apen { background: url("../img/top/icn_apen01.gif") left 0.1em no-repeat; }
.urgent { background: url("../img/top/icn_urg01.gif") left 0.1em no-repeat; }
.other { background: url("../img/top/icn_oth01.gif") left 0.1em no-repeat; }
.seminar { background: url("../img/top/icn_seminar01.gif") left 0.2em no-repeat; }
	.dl_list01 dt {
		float: left;
		width: 7em;
		font-size: 83%;
		margin-top: 0.3em;
	}
	.dl_list01 dd {
		padding-left: 6em;
	}
		.dl_list01 dd a {
			color: #000000;
			text-decoration: none;
		}
		.dl_list01 dd a:hover {
			text-decoration: underline;
		}
		
/* !event topic
---------------------------------------------------------- */
.eventArea {
	overflow: hidden;
}
	.eventArea li {
		width: 305px;
		margin: 0 0 12px 11px;
		float: left;
		color: #333;
		overflow: hidden;
	}
	.eventArea li img {
		width: 62px;
		margin: 0 10px 0 0;
		display: block;
		float: left;
	}
	.eventArea li div {
		width: 233px;
		float: right;
	}
	.eventArea li a {
		color: #333;
		text-decoration: none;
	}
	.eventArea li a:hover{
		text-decoration: underline;
	}
	.eventArea li span {
		margin: 0 0 5px 0;
		display: block;
		font-size: 83%;
	}

/* !google iframe
---------------------------------------------------------- */
iframe {
	display: none;
}

/* !h1
---------------------------------------------------------- */
h1 {
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	font-weight: bold;
	font-size: 130%;
	border-bottom: 1px solid #cccccc;
}

#hd_logo {
	border-bottom: none;
}

/* banLine
---------------------------------------------------------- */
#banLine {
	width: 948px;
	height: 185px;
}


