@media screen and (max-width: 1024px) {
	#header .inner {
		width: 95%;
	}

	#navi {
		display: none;
	}

	#page-top {
		bottom: 9%;
	}

	.foot_navi {
		padding: 10px 0;
	}

	.foot_navi ul {
		width: 95%;
	}

	#footer .inner {
		padding: 20px 0;
		margin: 0 auto;
		width: 95%;
	}

	#slideshow {
		height: 80vw;
	}

	.single {
		width: 95%;
		padding-bottom: 40px;
	}

	.bg_01 {
		padding-top: 40px;
		margin-bottom: 40px;
	}

	.column2_tab {
		display: block;
		margin-bottom: 0;
	}

	.column2_tab .child {
		width: 100%;
		margin: 0 0 20px;
	}

	.column2_tab .child:nth-child(2n) {
		margin: 0 0 20px;
	}

	.column2_tab .child:last-child {
		margin: 0;
	}

	.contact_box {
		width: 95%;
	}

	.program_box {
		min-height: 435px;
	}

	.program_box .program_txt {
		width: 100%;
	}

	.program_box .program_txt .program_course {
		padding: 25px;
	}

	.program_box .program_detail {
		margin-right: 0;
		width: 53%;
	}

	.program_box .program_img {
		top: 225px;
	}

	.article .article_detail {
		padding: 50px 0;
	}

	.page_bnr {
		margin-bottom: 40px;
	}

	.gallery_ul li a {
		height: 155px;
	}

	.w400 {
		width: 300px;
	}

	.pcbr {
		display: none;
	}

	.tbbr {
		display: block;
	}

	.pc-tcenter {
		text-align: left;
	}

	.breadcrumb_box {
		margin-bottom: 30px;
	}

	.breadcrumb_box .breadcrumb {
		width: 95%;
	}

	#page {
		padding: 0;
		position: relative;
		z-index: 2;
		left: 0;
		-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		-moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		-o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		transition-timing-function: cubic-bezier(1, 0, 0, 1);
	}

	#drawernav {
		display: block;
		position: fixed;
		top: 0;
		right: -240px;
		width: 240px;
		height: 100%;
		background: #024d8e;
		color: #fff;
		z-index: 500;
		padding-top: 40px;
		-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		-moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		-o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		transition-timing-function: cubic-bezier(1, 0, 0, 1);
	}

	#drawernav ul {
		list-style: none;
		padding: 0;
	}

	#drawernav ul li a {
		display: block;
		padding: 10px 20px;
		font-size: 1.4rem;
		color: #FFFFFF;
	}

	#drawernav ul li a:before {
		font-family: 'FontAwesome';
		font-weight: 900;
		content: "\f0da";
		margin-right: 10px;
	}

	#drawernav img {
		display: block;
		width: 90%;
		padding: 5px 0;
		margin: 0 auto;
	}

	.icon-bar {
		height: 2px;
		background: #FFFFFF;
		display: block;
		margin-bottom: 6px;
		-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		-moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		-o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		transition-timing-function: cubic-bezier(1, 0, 0, 1);
	}

	.fixed-content {
		right: inherit;
		width: 100%;
		-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		-moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		-o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		transition-timing-function: cubic-bezier(1, 0, 0, 1);
	}

	#overlay {
		z-index: -1;
		opacity: 0;
		background: #000;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		-moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		-o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		transition-timing-function: cubic-bezier(1, 0, 0, 1);
	}

	#humberger {
		background: #024d8e;
		display: block;
		position: fixed;
		top: 2%;
		right: 1%;
		z-index: 600;
		width: 35px;
		padding: 19px 10px 12px;
		cursor: pointer;
	}

	.drawer-opened #page {
		left: -240px;
		box-shadow: 1px 0 2px #000;
		-webkit-box-shadow: 1px 0 2px #000;
	}

	.drawer-opened .fixed-content {
		left: -240px;
	}

	.drawer-opened #drawernav {
		right: 0;
	}

	.drawer-opened #humberger .icon-bar {
		background: #fff;
	}

	.drawer-opened #humberger :nth-child(1) {
		transform: translate(0, 8px) rotate(45deg);
		-webkit-transform: translate(0, 8px) rotate(45deg);
	}

	.drawer-opened #humberger :nth-child(2) {
		transform: translate(-20px, 0);
		-webkit-transform: translate(-20px, 0);
		opacity: 0;
	}

	.drawer-opened #humberger :nth-child(3) {
		transform: translate(0, -8px) rotate(-45deg);
		-webkit-transform: translate(0, -8px) rotate(-45deg);
	}

	.drawer-opened #overlay {
		z-index: 2;
		opacity: 0.3;
		left: -240px;
		position: fixed;
	}
}

@media screen and (max-width: 667px) {
	body {
		font-size: 1.2rem;
	}

	#header .inner {
		padding: 15px 0;
	}

	#header .inner #logo {
		width: 100px;
	}

	.foot_navi {
		background: #FFFFFF;
		padding: 10px 0 20px;
	}

	.foot_navi ul li {
		display: block;
		width: 100%;
		margin: 0 0 12px;
		padding-bottom: 12px;
		border-bottom: 1px dotted #CCCCCC;
		text-align: left;
	}

	.foot_navi ul li:last-child {
		margin: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.foot_navi ul li:before {
		display: none;
	}

	.foot_navi ul li a {
		padding: 0;
		color: #024d8e;
	}

	.foot_navi ul li a:before {
		font-family: 'FontAwesome';
		font-weight: normal;
		content: "\f0da";
		margin-right: 10px;
		color: #d4362a;
	}

	#footer {
		border-top: none;
	}

	#slideshow {
		height: 110vw;
	}

	.single.single_02 {
		width: 95%;
	}

	.contents {
		display: block;
	}

	.contents .main,.contents .side {
		width: 100%;
	}

	.contents .main {
		margin-bottom: 40px;
	}

	.bg_contents {
		padding: 80px 0;
	}

	.contact_box {
		padding: 15px;
		top: -65px;
	}

	.mtitle_big {
		font-size: 2.6rem;
	}

	.mtitle_sub {
		font-size: 2rem;
	}

	.mtitle_sub span {
		display: block;
		font-size: 1.4rem;
	}

	.mtitle_middle {
		font-size: 1.6rem;
	}

	.mtitle_small {
		font-size: 1.5rem;
	}

	.conts-sub-ttl {
		font-size: 1.6rem;
	}

	.btn01,.btn02 {
		width: 95%;
	}

	.half {
		display: block;
		margin-bottom: 40px;
	}

	.half .child {
		width: 100%;
	}

	.column2 {
		display: block;
	}

	.column2 .child {
		width: 100%;
		margin: 0 0 15px;
	}

	.column2 .child:nth-child(2n) {
		margin: 0 0 20px;
	}

	.column3 .child {
		width: 48.5%;
	}

	.column3 .child:nth-child(3n) {
		margin: 0 3% 3% 0;
	}

	.column3 .child:nth-child(2n) {
		margin: 0 0 3%;
	}

	.program_box {
		min-height: inherit;
	}

	.program_box .program_txt {
		width: 100%;
	}

	.program_box .program_course {
		padding: 15px 15px 30px;
	}

	.program_box .program_course .program_ttl {
		font-size: 1.9rem;
	}

	.program_box .program_course span {
		right: 15px;
		font-size: 9rem;
	}

	.program_box .program_detail {
		margin: 0 0 20px;
		width: 100%;
	}

	.program_box .program_img {
		position: static;
		margin-top: 20px;
		width: auto;
	}

	.page_bnr {
		display: block;
	}

	.page_bnr li {
		width: 100%;
	}

	.list_bnr {
		display: block;
		margin-bottom: 20px;
	}

	.list_bnr li {
		width: 99%;
		margin: 0 0 10px;
	}

	.newsbox {
		display: block;
	}

	.newsbox .news-ttl {
		width: 100%;
		text-align: center;
		border-right: none;
		margin-bottom: 20px;
	}

	.newsbox .news-bx {
		padding: 0;
	}

	.tbl {
		font-size: 1rem;
	}

	.tbl th,.tbl td {
		padding: 5px;
	}

	.tbl01 th {
		width: 30%;
	}

	.company th {
		width: 30%;
	}

	.article {
		display: block;
	}

	.article .article_image,.article .article_detail {
		width: 100%;
	}

	.article .article_image {
		display: none;
	}

	.article .article_detail {
		padding: 30px 0;
	}

	.box_style {
		display: block;
		padding: 15px;
	}

	.box_style .box_image,.box_style .box_detail {
		width: 100%;
	}

	.box_style .box_image {
		display: none;
	}

	.gallery_ul li {
		width: 48.5%;
	}

	.gallery_ul li:nth-child(3n) {
		margin: 0 3% 3% 0;
	}

	.gallery_ul li:nth-child(2n) {
		margin: 0 0 3%;
	}

	.gallery_ul li a {
		height: 130px;
	}

	.fleft0,.fleft1,.fleft2,.fright0,.fright1,.fright2 {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	.w200,.w300,.w400 {
		width: 100%;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.tbbr {
		display: none;
	}

	.spbr {
		display: block;
	}

	.sp_img {
		width: 180px;
	}

	.page_title_box {
		padding: 100px 0 50px;
	}

	.form dl {
		margin: 10px 0;
	}

	.form dl dt {
		float: none;
		width: 100%;
		line-height: 20px;
		padding-top: 10px;
	}

	.form dl dd {
		width: 100%;
		padding-left: 0;
		padding-bottom: 10px;
		padding-top: 10px;
		line-height: 20px;
	}

	.form dl dd:last-child {
		border-bottom: 0px;
		margin-bottom: 0px;
	}

	.form .textarea,.form textarea,.form .dropdown {
		width: 95%;
	}

	.form .textarea02 {
		width: 43.5%;
	}

	.form button {
		width: 95%;
	}
}
/*# sourceMappingURL=smartphone.css.map */