@charset 'UTF-8';
/* CSS Document */
@media only screen and (max-width: 768px) {
body {
	min-width: inherit;
}
/* -------------------------------------------------------- common */
div.inner {
	box-sizing: border-box;
	width: 100%;
	min-width: 100%;
}
.fl {
	float: none;
}
.fr {
	float: none;
}
.default {
	display: none;
}
.responsive {
	display: block;
}
/* -------------------------------------------------------- header */
header {
	width: 100%;
	border-bottom: none;
}
header div.top div.inner {
	box-sizing: border-box;
	padding: 0;
}
header div.top {
	margin-bottom: 0.5em;
}
header div.top ul {
	white-space: nowrap;
}
header div.bottom {
	padding: 0;
}
header div.bottom div.logo {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0.5em 0;
	box-sizing: border-box;
}
header div.bottom div.logo img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
/* -------------------------------------------------------- header nav */
header nav {
	left: 0;
	overflow: visible;
	width: 100%;
}
header nav div.inner {
	width: 100%;
	padding: 0;
}
header nav ul {
	display: block;
	overflow: hidden;
	width: 100%;
	max-height: 0;
	margin: 0 auto;
	transition: all .5s ease-in-out;
}
header nav ul.active {
	max-height: 1000px;
}
header nav ul li {
	font-size: 1.6rem;
	display: block;
	width: 100%;
	border-bottom: 1px solid #dbe2e7;
}
header nav ul li a {
	text-align: left;
}
header nav ul li a::before {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	content: '';
	transform: none;
	background: none;
}
nav ul li a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	left: inherit;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -5px;
	content: '';
	transition: all .2s ease-in-out 0s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
nav ul li:nth-child(5) a::after, nav ul li:last-child a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	left: inherit;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -5px;
	content: '';
	transition: all .2s ease-in-out 0s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: none;
}
header div.utility {
	font-size: 1.2rem;
	line-height: 1.5;
	float: none;
	padding: 0 1em 0;
	padding-top: 0;
	/* background: #f8f8f8; */
	border-bottom: 1px solid #f0f0f0;
}
header div.utility ul li {
	text-align: center;
}
header div.utility ul li {
	display: inline-block;
	white-space: nowrap;
}
/* -------------------------------------------------------- menuButton */
header div.bottom div.menuButton {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}
header div.menuButton div.menu-trigger {
	display: block;
	cursor: pointer;
}
header div.menuButton div.menu-trigger > div {
	position: relative;
	display: block;
	width: 90px;
	height: 40px;
	margin: 0 auto;
}
header div.menuButton div.menu-trigger > div div.label {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 50px;
	padding-top: .5em;
	color: #121647;
}
header div.menuButton div.menu-trigger > div div.label::before {
	content: 'MENU';
}
header div.menuButton div.menu-trigger > div div.label.open::before {
	content: 'CLOSE';
}
header div.menuButton div.menu-trigger > div div.hamburger {
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
}
header div.menuButton span {
	position: absolute;
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 2px;
	transition: all .4s;
	background-color: #121647;
}
header div.menuButton span:nth-of-type(1) {
	top: 13px;
	left: 10px;
}
header div.menuButton span:nth-of-type(2) {
	top: 19px;
	left: 10px;
}
header div.menuButton span:nth-of-type(3) {
	bottom: 13px;
	left: 10px;
}
header div.menuButton.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	-moz-transform: translateY(6px) rotate(-45deg);
	-ms-transform: translateY(6px) rotate(-45deg);
	-o-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
header div.menuButton.active span:nth-of-type(2) {
	opacity: 0;
}
header div.menuButton.active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	-moz-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	-o-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}
/* -------------------------------------------------------- section */
section.mainVisual {
	overflow: hidden;
	/* max-width: 1200px; */
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
section.mainVisual #slider {
	overflow: visible;
	margin: 0 auto !important;
	height: 200px;
}
section.mainVisual div.mainvisual-copy-wrap {
	width: 100%;
	height: 200px;
}
section.mainVisual div.mainvisual-copy {
	position: absolute;
	right: 0;
	bottom: 0;
}
section.mainVisual div.mainvisual-copy img {
	width: 200px;
	height: auto;
}
section.mainVisual .flexslider .slides li {
	height: 200px;
}
section.mainVisual .flexslider .slides img {
	/* left: 50%; */
	right: 0;
	left: 50%;
	min-width: 200%;
	bottom: 0;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
/* section.mainVisual .flexslider .slides img.responsive-block 
	{
		display: block;
	}
	
	section.mainVisual .flexslider .slides img.default-block  
	{
		display: none;
	} */
		/* ------------------------------------------------------------------------------------------------------------------------------------ section.news */
section.news {
	padding: 0.5em;
}
section.news div.title {
	float: none;
	width: 100%;
	text-align: center;
}
section.news h2 + div {
	float: none;
	width: 100%;
	margin-bottom: 1em;
	text-align: left;
}
section.news ul {
	float: none;
	width: 100%;
}
section.news ul li {
	width: 100%;
	margin-right: 0;
}
section.news ul li a {
	padding: 0.5em 0;
}
section.news ul li a div.update {
	float: none;
	margin-right: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------ div.sections section */
section div.title h2 span.en {
	float: none;
	font-family: "Century Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.6rem;
	font-weight: normal;
	white-space: nowrap;
}
section div.title h2 span.ja {
	color: #fff;
	display: block;
	margin-bottom: 0;
	padding: 0;
}
}
@media only screen and (max-width: 1200px) {
div.sections section {
	width: 49%;
	float: left;
	margin-right: 2%;
}
div.sections section:nth-child(3n) {
	margin-right: 2%;
}
div.sections section:nth-child(2n) {
	margin-right: 0;
}
}
@media only screen and (max-width: 768px) {
div.sections section {
	float: none;
	width: 100%;
}
div.sections section div.wrap {
	padding: 0.5em 40px;
}
div.sections section div.wrap h2 div.en {
	float: none;
	text-align: center;
	font-size: 2.4rem;
}
div.sections section div.wrap h2 div.ja {
	font-size: 1.8rem;
	float: none;
	text-align: center;
	padding: 0;
}
section div.title h2 span.ja {
	color: #333;
}
div.updateList div.article div.wrap > div {
	display: block;
}
div.updateList ul li a::after {
	top: 0.65rem;
	bottomm: 1rem;
	transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

}
@media only screen and (max-width: 768px) {
/* -------------------------------------------------------- detail */
footer {
}
footer div.inner {
	box-sizing: border-box;
	padding: 0 1.5em;
}
footer div.information {
	font-size: 1.4rem;
	/* margin-bottom: 20px; */
	text-align: center;
}
footer div.logo {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
footer div.logo img {
	float: none;
	max-width: 100%;
	height: auto;
	margin: auto;
}
footer div.banner {
	width: 100%;
	max-width: 450px;
	margin: 0 auto 20px;
}
footer div.banner a {
	float: none;
	margin: 0 auto 10px;
}
footer div.banner a img {
	max-width: 100%;
	margin: 0 auto;
}
footer div.inner div.fl, footer div.inner div.fr {
	background: #fff none repeat scroll 0 0;
	box-sizing: border-box;
	padding: 1em;
	width: 100%;
}
footer div.groupTop {
	margin-bottom: 0.5em;
	text-align: center;
}
.topicPath ul {
	text-align: center;
}
/* -------------------------------------------------------- contents */
div.contents {
	margin-bottom: 60px;
}
div.contents > div.inner {
	padding: 0;
}
div.main {
	float: none;
	width: 100%;
}
aside {
	float: none;
	box-sizing: border-box;
	width: 100%;
	margin-top: 0;
	padding: 0 1.0em;
}
div.categoryheader div.inner {
	padding: 0 1.0em;
}
div.categoryList {
	padding: 1.0em;
}
div.categoryList ul li {
	width: 100%;
}
div.categoryList div.article div.spot {
	float: none;
	width: 100%;
	background: #fff;
}
div.categoryList div.article div.spot span {
	display: block;
	width: 100%;
}
/* -------------------------------------------------------- categorySeminar */
		/* -------------------------------------------------------- categorySeminar lead */
div.lead {
	padding: 1.5em;
}
div.lead div.description {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 1em;
}
div.lead div.spot {
	float: none;
	width: 100%;
}
div.lead div.fl {
	float: none;
}
div.lead div.resp_w100 {
	width: 100%;
}
div.lead div.resp_m_r0 {
	margin-right: 0;
}
/* -------------------------------------------------------- @end categorySeminar lead */
div.categorySeminar ul li:nth-child(2n) {
/* margin: 0 2% 2% 0; */
}
div.categorySeminar ul li {
/* width: 49%;
        margin: 0 2% 2% 0; */
}
div.categorySeminar ul li:nth-child(2n) {
/*  margin: 0 0 2% 0; */
}
div.categorySeminar div.article div.spot span {
	height: auto;
}
div.categorySeminar div.article div.spot {
	height: auto;
}
div.categorySeminar.open-seminar div.article div.seminar-contents div.subheading {
	float: none;
	margin-right: 0;
	width: 100%;
}
div.categorySeminar.open-seminar div.article div.seminar-contents div.subheading + div.wrap {
	padding: 0;
	width: 100%;
	float: none;
}
/* -------------------------------------------------------- トップページ バナー */
div.top-contents-wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
}
div.top-contents-wrap div.main-contents {
	float: none;
	width: 100%;
}
div.banner {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5em;
}
div.banner ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0.5em;
}
div.banner ul li img {
	max-width: 340px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}
@media only screen and (max-width: 768px) {
div.banner ul li {
	float: left;
	margin-bottom: 0.5em;
	margin-right: 2%;
	width: 49%;
}
div.banner ul li:nth-child(2n) {
	margin-right: 0;
}
aside ul.banner li {
	float: left;
	margin-bottom: 0.5em;
	margin-right: 2%;
	width: 49%;
}
aside ul.banner li:nth-child(2n) {
	margin-right: 0;
}
}
@media only screen and (max-width: 480px) {
aside ul.banner li {
	float: none;
	margin-bottom: 0.5em;
	margin-right: 0;
	width: 100%;
}
aside ul.banner li:nth-child(2n) {
	margin-right: 0;
}
div.banner ul li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0.5em;
}
div.categorySeminar ul li, div.categorySeminar ul li:nth-child(2n) {
/* width: 100%;
		margin-bottom: 40px; */
}
/* -------------------------------------------------------- scrollTop */
}
