@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: local('NotoSansJP-Regular.otf'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
 }
 @font-face {
   font-family: 'Noto Sans Japanese';
   font-style:normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
 }
.noto400 {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 400;
}
.noto700 {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 700;
}
body {
	font-family: "Noto Sans Japanese", sans-serif;
}

a:link {
	color: #188AE0;
	text-decoration: none;
}
.fair_menu {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.fair_menu ul {
	display: table;
	table-layout:fixed;
	width: 100%;
}
.fair_menu ul li {
	display: table-cell;
	text-align: center;
	font-size: 1.4em;
}
.fair_menu ul li a {
	display: block;
	height: 50px;
	color: #134595;
}
.fair_menu ul li.li_tokyo a {
	color: #ee6278;
}
.fair_menu ul li.li_osaka a {
	color: #eaae1e;
}
.fair_menu ul li.li_nagoya a {
	color: #3475d8;
}
.fair_menu ul li.li_tokyo a:hover {
	color: #000;
}
.fair_menu ul li.li_osaka a:hover {
	color: #000;
}
.fair_menu ul li.li_nagoya a:hover {
	color: #000;
}
.fair_menu ul li a:hover {
	background: #CCCCCC;
	color: #000;
}
.fair_menu ul li a span {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	color: #134595;
}
.fair_menu ul li a span.pc {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #134595;
}
.fair_menu ul li a span:hover {
	color: #000;
}
.fair_menu ul li a span.mob {
	display: none;
}
.fair_menu ul li:nth-child(1) {
	font-size: 1.6em;
	font-weight: bold;
	background-image: url(../images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.fair_menu ul li:nth-child(2) {
	font-size: 1.6em;
	font-weight: bold;
	background-image: url(../images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fair_menu ul li:nth-child(3) {
	font-size: 1.6em;
	font-weight: bold;
	background-image: url(../images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fair_menu ul li:nth-child(4) {
	font-size: 1.6em;
	font-weight: bold;
	border-right: 1px solid #000;
	background-image: url(../images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fair_menu ul li:nth-child(5) {
	border-right: 1px solid #000;
	background-image: url(../images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fair_menu ul li:nth-child(6) {
	border-right: 1px solid #000;
	background-image: url(../images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fair_menu ul li:nth-child(7) {
	border-right: 1px solid #000;
	background-image: url(../images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.target {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.4em;
	color: #fff;
	background-color: #CB2828;
}


.back_gray {
	background-color: #F8F8F6;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #ECECEB;
}
.back_blue {
	background-color: #188AE0;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}
.back_yellow {
	background-color: #FFE608;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}
.back_white {
	padding-top: 50px;
	padding-bottom: 50px;
}
.back_tokyo {
	background-color: #ee6278;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}
.back_osaka {
	background-color: #eaae1e;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}
.back_nagoya {
	background-color: #3475d8;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
}

.dive {
	display: none;
}

.max430 {
	width: 100%;
	max-width: 430px;
	margin-right: auto;
	margin-left: auto;
}
.max450 {
	width: 100%;
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.max650 {
	width: 100%;
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.max680 {
	width: 100%;
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}
.max730 {
	width: 100%;
	max-width: 730px;
	margin-right: auto;
	margin-left: auto;
}
.max750 {
	width: 100%;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.max770 {
	width: 100%;
	max-width: 770px;
	margin-right: auto;
	margin-left: auto;
}
.max860 {
	width: 100%;
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.max900 {
	width: 100%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.max960 {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.max800 {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.max1100 {
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.h_blue {
	color: #188AE0;
}
.h_red {
	color: #268CDD;
	font-size: 2em;
}
.h_blue_fair {
	font-size: 5em;
	padding-bottom: 10px;
	color: #134595;
}
.h_red_fair {
	font-size: 3.8em;
	letter-spacing: .1em;
	padding-bottom: 10px;
	color: #CB2728;
}
.banner {
	max-width: 1100px;
	width: 100%;
	margin: 50px auto;
}
.black {
	color: #000;
}
.osusume {
	text-align: left;
}
.osusume li {
	font-size: 2em;
	margin-bottom: 20px;
	background-image: url(../images/mark_bang.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	font-weight: bold;
	color: #fff;
}
.osusume span.red {
	color: #CB2728;
}

.h_gray {
	font-size: 1.8em;
	line-height: 180%;
	color: #333333;
}
.h_black {
	font-size: 2em;
	font-weight: normal;
}
.h_white {
	font-size: 2em;
	font-weight: normal;
	color: #fff;
}

.h_line_fair {
	font-size: 2.6em;
	position: relative;
	text-align: center;
	font-weight: normal;
}
.h_line_fair span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
.h_line_fair::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.back_yellow .h_line_fair span {
	background-color: #FFE608;
}
.back_white .h_line_fair span {
	background-color: #fff;
}
.back_gray .h_line_fair span {
	background-color: #F8F8F6;
}


.h_line_short {
 position: relative;
 display: inline-block;
 padding-bottom: 15px;
 color: #000;
 font-size: 3em;
 }
.h_line_short::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 1px solid #188AE0;
 width : 80% ;
 width : -webkit-calc(100% - 80px) ;
 width : calc(100% - 80px) ;
 margin: 0 auto;
 }

.h_blue {
	font-size: 3.3em;
	color: #134595;
}
.h_blue span.pink {
	color: #D05A67;
	background-color: transparent;
}

.h2_regular {
	font-size: 3.5em;
	color: #10164A;
	text-align: center;
	margin-bottom: 50px;
}



#fair p {
	line-height: 180%;
}
.movie {
	width: 100%;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.column_2 {
	float: left;
	width: 48%;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 15px;
}
.column_3 {
	float: left;
	width: 31.33%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 15px;
}
.txt_l {
	text-align: left;
}
.parallax {
	background-image: url(../images/contact_img.jpg);
	background-repeat: no-repeat;
	background-size:100%;
	height: 400px;
}
.main {
	width: 100%;
	margin-top: 70px;
}
.main_sub {
	width: 100%;
}
.gray_box {
	background-color: #F5F4F5;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.arrow01 {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}
.arrow01:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #188AE0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}


.white_box {
	background-color: #fff;
	text-align: left;
	padding: 20px;
}
.white_box p.h_event {
}
.white_box .tel {
	text-align: center;
	color: #1876D1 !important;
	font-size: 2em;
	font-weight: bold;
}
.white_box .tel a {
	color: #1876D1 !important;
}
.column_2 .white_box h4 {
	font-size: 1.8em;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
.column_2 .white_box h5 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
.column_2 .white_box p {
	line-height: 130%;
	font-size: 1.2em;
}
.column_2 .white_box ul {
}
.column_2 .white_box ul li {
	font-size: 1.2em;
	list-style-type: disc;
	margin-bottom: 5px;
	margin-left: 2em;
}

.timetable th {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	font-size: 1.2em;
	text-align: center;
}
.timetable td {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #D9D9D9;
	font-size: 1.2em;
	text-align: center;
	width: 45%;
}
.timetable th.h_table {
	font-size: 1.4em;
	color: #CB2728;
}
.timetable td.td_gray {
	background-color: #F2F2F2;
}
.timetable td.td_green {
	background-color: #C6F5ED;
}
.timetable td.td_violet {
	background-color: #F3D3EF;
}
.timetable td.td_blue {
	background-color: #C8E3FF;
}
.timetable td.td_yellow {
	background-color: #FFF2BD;
}
.timetable td.td_red {
	background-color: #FFBDBD;
}
.w60 {
}

.w100 {
	width: 100%;
}
.navi h3 {
	font-size: 1.6em;
	color: #fff;
	background-color: #1C8DD3;
	margin-bottom: 15px;
	padding: 10px;
	margin-top: 0px;
}
.navi .navi_box {
	border: 1px solid #D9D9D9;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.navi .navi_box h4 {
	font-size: 1.6em;
	color: #1C8DD3;
	margin-bottom: 10px;
}
.navi .navi_box p {
	font-size: 1.3em;
}
.person {
	padding: 20px;
	background-color: #E8E8E8;
	text-align: left;
}
.person h3 {
	font-size: 1.8em;
	color: #000;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 25px;
	margin-left: 25px;
}
.person p {
	margin-right: 25px;
	margin-left: 25px;
	font-size: 1.3em;
	line-height: 120%;
}
.navi .navi_box h5 {
	font-size: 1.4em;
	color: #000;
	margin-bottom: 10px;
}

.column_3.btn {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 1.4em;
}
.column_3.btn.tokyo {
	background-color: #ee6278;
}
.column_3.btn.osaka {
	background-color: #eaae1e;
}
.column_3.btn.nagoya {
	background-color: #3475d8;
}
.btn_time {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}
.btn_time:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
.sankaku{
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 5px;
}
header {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

.school_list th {
	font-size: 1.4em;
	color: #000;
	text-align: left;
	padding: 10px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.school_list th.th_narrow {
	width: 15%;
	text-align: center;
}
.school_list th.th_country {
	width: 20%;
}
.school_list td {
	font-size: 1.4em;
	color: #000;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.school_list th.us {
	color: #fff;
	vertical-align: top;
	background-color: #CB2728;
}
.school_list th.uk {
	color: #fff;
	vertical-align: top;
	background-color: #EB494A;
}
.school_list th.au {
	color: #fff;
	vertical-align: top;
	background-color: #CB2728;
}
.school_list th.my{
	color: #fff;
	vertical-align: top;
	background-color: #EB494A;
}
.school_list th.nz {
	color: #fff;
	vertical-align: top;
	background-color: #37C4F3;
}
.school_list th.ca {
	color: #fff;
	vertical-align: top;
	background-color: #178AE0;
}
.school_list td.td_center {
	text-align: center;
}
.school_list td.td_name {
	text-align: left;
}
.h_school {
	margin-top: 50px;
	font-size: 1.6em;
	color: #fff;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
.h_school.us {
	background-color: #CB2728;
	background-image: url(../images/icon_america.jpg);
	background-repeat: no-repeat;
}
.h_school.au {
	background-color: #CB2728;
	background-image: url(../images/icon_australia.jpg);
	background-repeat: no-repeat;
}
.h_school.nz {
	background-color: #37C4F3;
}
.h_school.ca {
	background-color: #178AE0;
}
.h_school.uk {
	background-color: #EB494A;
	background-image: url(../images/icon_england.jpg);
	background-repeat: no-repeat;
}
.h_school.my {
	background-color: #EB494A;
	background-image: url(../images/icon_malaysia.jpg);
	background-repeat: no-repeat;
}

.staff {
	width: 98%;
	text-align: center;
	padding-bottom: 50px;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 1%;
	padding-left: 1%;
}

.staff_logo {
	height: 50px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: auto;
}
.staff_img {
	height: auto;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin-bottom: 20px;
}
#fair .staff p {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 150%;
}
#fair .staff p.name {
	text-align: center;
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 1.8em;
}
#fair .staff p.name span {
	color: #9D1717;
	font-size: .8em;
}
.school {
	background-color: #fff;
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 30px;
	position: relative;
}
.school .content {
	padding: 15px;
	text-align: left;
	margin-bottom: 30px;
}
.school .content h4 {
	font-size: 1.6em;
	color: #000;
	margin-bottom: 20px;
}
.school .content h4 span {
	font-size: .8em;
}
.school .content h5 {
	font-size: 1.4em;
	color: #CB2728;
	margin-bottom: 10px;
}
#fair .school .content p {
	line-height: 160%;
	font-size: 1.3em;
}
.school .content dl {
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px solid #E8E8E8;
}
.school .content dt  {
	font-size: 1.3em;
	float: left;
	width: 28%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
}
.school .content dd {
	font-size: 1.3em;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	float: left;
	width: 68%;
}
.return_btn {
	padding: 5px;
	font-size: 1.3em;
	color: #fff;
	background-color: #CB2728;
	position: absolute;
	bottom: 0px;
	width: 98%;
	margin-top: 20px;
}
.date {
	font-size: 2.4em;
	color: #fff;
	vertical-align: middle;
	line-height: 100%;
}
.free {
	font-size: 4em;
	font-family: Verdana, Geneva, sans-serif;
	color: #0854D0;
	margin-top: 0px;
}
.white_box p.list {
	text-indent: -1.8em;
	margin-left: 1.8em;
	font-size: 1.4em;
}
.school .content ul li {
	font-size: 1.3em;
	margin-bottom: 5px;
	list-style-type: disc;
	margin-left: 1.5em;
}
.school .content ul {
	margin-bottom: 20px;
}
.school .content .logo {
	float: right;
	padding-top: 5px;
}
.td_name a {
	color: #333;
}
.td_name a:hover {
	color: #ccc;
}
#fair .box_100.red {
	background-color: #CB2728;
}
.timetable.nagoya td {
	width: auto;
}
.white_box .face {
	width: 30%;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.btn_nav {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 50px;
	background-color: #fff;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.btn_nav img {
	width: 90%;
	margin-bottom: 10px;
}
.uni {
	background-color: #fff;
	padding: 2%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
	height: 200%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 96%;
}
.uni li {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 10px;
}


.parenthesis {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.parenthesis::before,
.parenthesis::after {
	position: absolute;
	top: 0;
	content: '';
	width: 20px;
	height: 100%;
	border-top: 5px solid #0F164A;
	border-bottom: 5px solid #0F164A;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.parenthesis::before {
	left: 0;
	border-left: 5px solid #0F164A;
}
.parenthesis::after {
	right: 0;
	border-right: 5px solid #0F164A;
}
.parenthesis ol.point li {
	font-size: 2em;
	list-style-type: decimal;
	font-weight: bold;
	padding-bottom: 5px;
}
.parenthesis ol.point {
	text-align: left;
	margin-right: auto;
	margin-left: 25%;
	margin-top: 0px;
}

.column3 {
	width: 30%;
	float: left;
	margin-right: 1.5%;
	margin-left: 1.5%;
	text-align: left;
	margin-bottom: 50px;
}
.back_osusume {
	background-color: #C43A4A;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
}
.guest .box {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-color: #fff;
	margin-bottom: 10px;
}
.guest .box img.face {
	height: auto;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	float: left;
}
.guest {
	text-align: left;
}
.guest .box .profile {
	float: left;
	margin-left: 20px;
	margin-right: 30px;
}
.box .profile .name {
	font-size: 1.8em;
	line-height: 120%;
	margin-bottom: 10px;
}
.profile .name span {
	font-size: .8em;
}
.box .profile .city {
	margin-top: 0px;
	font-size: 1.3em;
	color: #0954d0;
	background-image: url(../images/icon_malaysia.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-left: 45px;
	margin-bottom: 10px;
}
.box .profile .course {
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.h_black_bjg {
	font-size: 4em;
	color: #000;
	margin-bottom: 10px;
}
.h_regular {
	font-size: 2em;
	font-weight: normal;
	color: #333333;
}
.h_yellow {
	background-color: #F3D00E;
	padding: 30px;
	font-size: 3em;
	margin-bottom: 30px;
	color: #104FA4;
}
.blue_waku {
	width: 37%;
	background-color: #343E9A;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 20px;
	float: left;
	border: 20px solid #343E9A;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 8%;
	text-align: left;
}
.blue_waku.right {
	width: 43%;
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	padding-left: 1%;
	margin-left: 0%;
}
.blue_waku h3 {
	font-size: 2em;
	text-align: left;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 5px;
}
.blue_waku.no_00 {
	background-image: url(../images/top/no_00.png);
}
.blue_waku.no_01 {
	background-image: url(../images/top/no_01.png);
}
.blue_waku.no_02 {
	background-image: url(../images/top/no_02.png);
}
.blue_waku.no_03 {
	background-image: url(../images/top/no_03.png);
}
.blue_waku.no_04 {
	background-image: url(../images/top/no_04.png);
}
.blue_waku.no_05 {
	background-image: url(../images/top/no_05.png);
}
.blue_waku.no_06 {
	background-image: url(../images/top/no_06.png);
}
.blue_waku.no_07 {
	background-image: url(../images/top/no_07.png);
}
.blue_waku.no_08 {
	background-image: url(../images/top/no_08.png);
}
.blue_waku.no_09 {
	background-image: url(../images/top/no_09.png);
}
.blue_waku.right p {
	margin-right: 50px;
}
.h_regular_s {
	font-size: 2em;
	color: #383838;
}
.tab_yellow2 {
	position: relative;
	padding: 1em;
	background-color: #D05A67;
	font-size: 1.4em;
	width: 19%;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	float: left;
}
.tab_yellow2::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0;
	border-width: 25px 25px 0 0;
	border-style: solid;
	border-color: #fff #D05A67;
}
.column3 .tab_yellow2 {
	width: 80%;
}
.column3.center {
	margin-left: 20%;
}
.btn_yellow {
	font-size: 1.4em;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-right: 3px;
	margin-left: 3px;
	font-weight: bold;
	color: #fff;
	background-color: #D05A67;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 5px;
}
.seminar_date {
	clear: both;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 1%;
	color: #D05A67;
	line-height: 150%;
}
.h_regular .small {
	font-size: 0.8em;
}
button {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	cursor: hand;
	
}
panel {
  
}
 
#panel > dt {
  background-color:#BE4E60;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
	font-size: 1.3em;
}
 
#panel > dd {
  margin: 0px;
  padding: 10px;
}



.following_btn {
	position: fixed;
	top: auto;
	bottom: 0px;
	width: 100%;
	z-index: 100;
	background-color: #ccc;
	font-size: 1.8em;
	font-weight: bold;
}
.following_btn .column2 {
	float: left;
	width: 50%;
	padding: 0px;
	margin: 0px;
}
.fair_title {
	color: #fff;
	text-align: center;
	background-color: #ccc;
	padding-top: 30px;
	padding-bottom: 30px;
}
.fair_entry {
	color: #fff;
	text-align: center;
	background-color: #D05A67;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 300px;
	margin: 20px auto 20px auto;
	box-shadow: 0 0 8px gray;
}
.box_link.end {
	pointer-events: none !important;
	cursor:default !important;
}
.end {
	pointer-events: none;
 cursor: default;
 text-decoration: none;
}

#page-top {
	bottom: 100px !important;
}

.logo_bar {
	background-color: #fff;
	padding: 20px 0px;
	display:flex;
	justify-content:space-around;
}
.logo_bar img {
	padding: 10px;
	max-height: 50px;
}
.accordionbox{
	max-width: 580px;
	margin: 30px auto 0px;
}
.accordionlist dt{
	display: block;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-indent: -1.4em;
	border-bottom: 1px dotted #eee;
}
.accordionlist dt:last-child{
    border-bottom: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	width: 85%;
	float: left;
	text-align: left;
}
.accordionlist dt .title p{
	font-size: 1.05rem;
}
.accordionlist dd{
	display: none;
	text-align: left;
	padding-top: 10px;;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: .9rem;
	line-height: 150%;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #CCCCCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media screen and (min-width: 686px) {
a[href^="tel:"] {
	pointer-events: none;
	color: #fff;
}
}
/*
 * -- PHONE MEDIA QUERIES --
 */
@media only screen and (max-width:685px){
#fair p {
	font-size: 1.4em;
}

header {
	padding-top: 0px;
	padding-bottom: 0px;
}

.h_blue_fair {
	font-size: 3em;
}
.fair_menu ul li.pc {
	display: none;
}
.fair_menu ul li a span {
	display: none;
}
.fair_menu ul li a span.mob {
	display: block;
	color: #fff;
}

.fair_menu ul li a {
	display: block;
	height: 50px;
	vertical-align: middle;
	padding-top: 10px;
	color: #fff;
}
.fair_menu ul li.li_tokyo a {
	background-color: #ee6278;
	color: #fff;
}
.fair_menu ul li.li_osaka a {
	background-color: #eaae1e;
	color: #fff;
}
.fair_menu ul li.li_nagoya a {
	background-color: #3475d8;
	color: #fff;
}

.fair_menu ul li.li_tokyo a:hover {
	background-color: #84dcf9;
	color: #fff;
}
.fair_menu ul li.li_osaka a:hover {
	background-color: #c8e780;
	color: #fff;
}
.fair_menu ul li.li_nagoya a:hover {
	background-color: #fbdb80;
	color: #fff;
}
.fair_menu ul li a:hover {
	color: #fff;
}
.main {
	margin-top: 0px;
}
.mob_entry{
	background-color: #CB2828;
	font-size: 1.6em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: .3em;
	color: #fff;
}
.column_2 .white_box h5 {
	font-size: 1.4em;
}
.column_2 .white_box p {
	font-size: 1.4em;
}
.column_2 .white_box ul {
}
.column_2 .white_box ul li {
	font-size: 1.4em;
}

.timetable th {
	font-size: 1.4em;
}
.timetable td {
	font-size: 1.42em;
	width: 43%;
}
.back_gray {
	padding-top: 30px;
	padding-bottom: 30px;
}
.back_blue {
	padding-top: 30px;
	padding-bottom: 30px;
}
.back_yellow {
	padding-top: 30px;
	padding-bottom: 30px;
}
.back_white {
	padding-top: 30px;
	padding-bottom: 30px;
}
.back_tokyo {
	padding-top: 30px;
	padding-bottom: 30px;
}
.back_osaka {
	padding-top: 30px;
	padding-bottom: 30px;
}
.back_nagoya {
	padding-top: 30px;
	padding-bottom: 30px;
}
.mob_sub_menu {
	padding-top: 0px;
	padding-bottom: 0px;
}
.mob_sub_menu ul li {
	border-bottom: 1px solid #CB2828;
}
.mob_sub_menu ul li a {
	display: block;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	height: auto;
	vertical-align: middle;
	font-size: 1.4em;
	color: #CB2828;
}
/*
header {
	display: none;
}
.fair_menu {
	width: 100%;
}
.fair_menu ul {
	display: block;
	table-layout:fixed;
}
.fair_menu ul li {
	display: block;
	text-align: left;
	border-bottom: 1px solid #9DC6E3;
}
.fair_menu ul li a {
	display: block;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	height: auto;
	vertical-align: middle;
}
.fair_menu ul li a span {
	font-size: 0.9em;
	font-weight: normal;
	float: right;
}
.fair_menu ul li a span.span_faq {
	display: inline;
	float: none;
	padding-left: 2%;
}
.fair_menu ul li:first-child {
	border-left: none;
	padding-left: 2%;
}
.fair_menu ul li:nth-child(2) {
	font-size: 1.6em;
	font-weight: bold;
}
.fair_menu ul li:nth-child(3) {
	font-size: 1.6em;
	font-weight: bold;
}
.fair_menu ul li:nth-child(4) {
	font-size: 1.6em;
	font-weight: bold;
	border-right: none;
}
.fair_menu ul li:nth-child(5) {
	border-right: none;
	background-repeat: no-repeat;
	background-position: 97% center;
}
.fair_menu ul li:nth-child(6) {
	border-right: none;
	background-repeat: no-repeat;
	background-position: 97% center;
}
.fair_menu ul li:nth-child(7) {
	border-right: none;
	background-repeat: no-repeat;
	background-position: 97% center;
}
*/


.container {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}

#page-top {
	bottom: 130px !important;
}
.reservation .box {
	width: 33.33%;
	padding-top: 10px;
	float: left;
	font-size: 2em;
	margin-bottom: 0px;
}
.reservation .box span {
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 0.8em;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
}	
.reservation .box.tokyo span {
	background-color: #1A6A6D;
}
.reservation .box.osaka span {
	background-color: #1D3B81;
}
.reservation .box.nagoya span {
	background-color: #75244C;
}
.school {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 50px;
}
.school .content {
	padding-bottom: 50px;
}
	
	
.school_list {
	width: 100% !important;
}

.school_list table {
	width: 100% !important;
	table-layout: fixed !important;
	word-break: break-word !important;
}

.school_list th {
	font-size: 1.1em !important;
	padding: 5px !important;
}
.school_list td {
	font-size: 1.0em !important;
	padding: 0px !important;
}


.school_list th.th_country {
	width: 10% !important;
}

.blue_waku {
	width: 77%;
	float: none;
	background-position: 0px center;
	padding-top: 3%;
	padding-left: 15%;
}
.blue_waku.right {
	width: 91%;
	float: none;
}
.column3 {
	width: 94%;
	float: none;
	margin: 20px auto;
}
.column3.center {
	margin-left: 25%;
}
.tab_yellow2 {
	margin-right: 0.8%;
	margin-left: 0.8%;
}
.column3 .tab_yellow2 {
	width: 100%;
}
img.column3 {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-left: 0%;
}
	
	
.following_btn .column2 {
	float: none;
	width: 100%;
}
.fair_title {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: .8em;
}
.fair_entry {
	margin: 10px auto 10px auto;
}
.logo_bar {
	flex-wrap: wrap;
}
.logo_bar img {
	max-height: 30px;
}
}

/*
 * -- PHONE MEDIA QUERIES --
 */
@media only screen and (max-width: 480px) {

.column_2 {
	float: none;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
}
}


/*
 * -- PHONE MEDIA QUERIES --
 */
@media only screen and (max-width: 320px) {
	
.target {
	font-size: 1.2em;
}
.column_3 {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
.reservation .box span {
	font-size: 0.6em;
}
.seminar_date {
	font-size: 1.3em;
}

}
