@charset "utf-8";

/*
----------------------------------------
750
----------------------------------------
*/

@media screen and ( max-width: 750px ) {

	.pc {
		display: none !important;
	}

	p, div, dt, dd, li {
	    font-size: 1.5rem;
	}
	html[lang=ja] {
		margin-top: 0 !important;
	}

	#wpadminbar {
		display: none;
	}

	.pc-none {
		display: block;
	}

	br.pc-none {
		display: inline-block;
	}

	img.pc-none {
		display: inline-block;
	}

	.sp-none,
	img.sp-none {
		display: none;
	}

	/* form */

	input[type=text],
	input[type=search],
	input[type=tel],
	input[type=tel],
	input[type=url],
	input[type=email],
	input[type=password],
	input[type=date],
	textarea, select {
		width: 100%;
		margin: 5px 0;
		min-width: 0;
	}

	input[type=email],
	input[type=tel],
	input.l {
		margin: 5px 0;
	}

	textarea {
		margin: 5px 0 !important;
	}

	body {
		font-size: 1.3rem;
	}

	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
		min-height: 100%;
		overflow: hidden;
	}

	#wrapper {
		padding-top: 74px !important;
	}

	#wrapper > header {
		background: #fff;
		z-index: 999999;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding-top: 2rem;
	}

	#wrapper > header h1 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		line-height: 2rem;
		background: #a50021;
		font-size:1rem;
		padding: 0 10px;
	}
/*
	.wrap {
		padding: 0;
	}
*/
	#wrapper > header .nav-wrap > .wrap {
		padding: 0;
		background: #fff;
	}

	#wrapper > header .nav-wrap.fixed {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 9999999;
	}

	#wrapper > header .identity {
	    padding: 5px 10px;
	    margin: 0;
	    width: 45%;
	    box-sizing: border-box;
	}

	#wrapper > header .identity img {
		max-height: 30px;
	}

	#wrapper > header .h-cont,
	#wrapper > header .h-tel {
		display: none;
	}

	.select-btn{
		margin: 0;
	    justify-content: flex-end;
	    width: 55%;
	    align-items: center;
	    padding: 5px;
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.select-btn select{
		width: auto;
		border-radius: 3px;
		background-color: #ebebeb !important;
		background-image: url("../img/svg/caret-circle-down.svg"), url("../img/svg/globe-asia.svg") !important;
		background-repeat:
   			no-repeat,
			no-repeat !important;
		background-position:
			95% 50%,
			8px 50% !important;
		background-size:
			10px auto,
			12px auto !important;
		border: 1px solid #696969;
		font-size: 1.6rem;
		padding: 7px 20px 7px 27px !important;
	}

	/* sp-btn */

	#sp-btn {
		display: block;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		position: relative;
		z-index: 99999999;
		transition: all .6s;
		background: #a50021;
		border-radius: 2px;
		margin-left: 10px;
	}

	#sp-btn span {
		display: inline-block;
		box-sizing: border-box;
		transition: all .5s;
	}

	#sp-btn span {
		position: absolute;
		left: 10px;
		right: 10px;
		height: 2px;
		background: #fff;
	}

	#sp-btn span:nth-of-type(1) {
		top: 12px;
	}

	#sp-btn span:nth-of-type(2) {
		top: 19px;
	}

	#sp-btn span:nth-of-type(3) {
		top: 26px;
	}

	#sp-btn p {
		font-family: 'Roboto', sans-serif;
		font-size: 1.1rem;
		line-height: .9;
		text-transform: uppercase;
		margin: 0;
	}

	div#bottom-contact {
	  height: 74px;
	  padding: 8px;
	  box-sizing: border-box;
	}

	div#bottom-contact .flex {
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	}

	div#bottom-contact .flex .contact_fig {
    width: 52%;
		margin: 0;
	}

	div#bottom-contact .flex .contact-box {
	  width: 45%;
	  margin: 0;
	}

	div#bottom-contact .flex .contact-box > div {
	  height: 56px;
	  margin-bottom: 0 !important;
	}

	div#bottom-contact .flex .contact-box a {
	  font-size: 10px;
	  padding: 26px 0 0;
    line-height: 1.2;
	}

	div#bottom-contact .flex .contact-box > .mail a::before {
	  position: absolute;
		top: 7px;
    left: 0;
    right: 0;
    margin: auto;
	}

	div#bottom-contact .flex .contact-box > .tel a::before {
		content: "";
    width: 1.2em;
    height: 1.2em;
    background: url(../img/svg/icn_tel.png) no-repeat 50% 50% / contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
		width: 20px;
		height: 22px;
		position: absolute;
		top: 8px;
		margin: 0;
	}

	div#bottom-contact .flex .contact-box .tel a {
	  flex-direction: row;
	  flex-wrap: nowrap;
	  box-sizing: border-box;
	  line-height: 1.3;
	}

	div#bottom-contact .flex .contact-box > .mail a::before {
	  width: 20px;
	  height: 22px;
	}


	.pt .contact-box > .mail a{
		padding-left: 2.2em;
	}

	.pt .contact-box > .mail a::before {
	    position: absolute;
	    left: 10px;
	    top: 50%;
	    margin-top: -.6em;
	}

	header.active #sp-btn span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	header.active #sp-btn span:nth-of-type(2) {
		opacity: 0;
	}
	header.active #sp-btn span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}

	header.active #sp-btn {
		position: fixed;
		top: 20px;
		right: 0;
	}
	header.active #sp-btn,
	header.active .fixed #sp-btn {
		top: 0;
		left: -10px;
		background: none;
	}

	#overlay {
		display: block;
		background: rgba( 0,0,0,.85 );
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		z-index: -999;
		transition: all .6s;
	}

	header.active #overlay {
		z-index: 99999;
		opacity: 1;
		visibility: visible;
	}

	/* g-anv */

	#g-nav,
	#g-nav.fixed {
		padding: 60px 0;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		left: 120vw;
		bottom: 0;
		overflow: auto;
		background: #fff;
		color: #000;
		transition: all .6s;
	}

	.nav-wrap.fixed #g-nav {
		width: 90vw;
	}

	header.active #g-nav {
		left: 10vw;
		width:90vw;
	}

	#g-nav > ul > li.contact {
	    display: none;
	}
/*
	header #g-nav::before {
	    content: "";
	    width: 140px;
	    height: 40px;
	    position: absolute;
	    top: 10px;
	    left: 50%;
	    background: url(../img/common/logo.png) no-repeat 50% 50% / contain;
	    margin-left: -70px;
	}
*/
	header #g-nav .logo-nav{
	    width: 100%;
    	height: 60px;
    	position: absolute;
    	top: 0;
    	left: 0;
    	text-align: center;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
	}
	header #g-nav .logo-nav img{
		vertical-align: middle;
	    width: 70%;
	    max-width: 281px;
	}
	header #g-nav .contact_wrap {
    	position: relative;
    	background: none;
    	padding: 0 10px;
    	margin: 5px auto 0;
    	width: 100%;
    	box-sizing: border-box;
	}
	header #g-nav .contact_wrap .inner {
	    background: none;
	    padding: 0;
	    width: 100%;
	}

	header #g-nav .contact_wrap .contact-box{
		width: 68%;
	}

	header #g-nav .contact_wrap .contact-box > div {
		height: 42px;
		height: 60px;
	}

	header #g-nav .contact-box > .tel .Helvetica {
	    font-size: 1.8rem;
	}

	header #g-nav .contact-box > .tel .Helvetica::before {
	    width: 15px;
	    height: 14px;
	    margin-right: 3px;
	}
	header #g-nav .contact_wrap .heading-03 {
		font-size: 2rem;
	    line-height: 1.5;
	}

	header #g-nav .contact_wrap .heading-03 span{
		display: block;
		margin-bottom: 5px;
	}

	header #g-nav .contact_wrap .heading-03 i::after {
	    content: "";
	    position: absolute;
	    bottom: -6px;
	    left: 5%;
	    width: 90%;
	    height: 2px;
	    background: #a50021;
    	box-sizing: border-box;
	}

	header #g-nav .contact_wrap .heading-03 i {
	    font-size: 1.8rem;
	    color: #a50021;
	    letter-spacing: 2px;
	    display: inline-block;
	    margin-bottom: 5px;
	    font-style: normal;
	    font-weight: 500;
	    z-index: 1;
	    position: relative;
	    border-bottom: 2px solid #a50021;
	    line-height: 1.2;
	    padding: 0 9px;
	}

	header #g-nav .contact_wrap .inner .center {
	    display: none;
	}
	header #g-nav .attention-box dt::before {
    	top: -.5em;
    	left: -.3em;
    	font-size: 2.4rem;
    	line-height: 1;
    	text-align: left;
	}

	header #g-nav .attention-box dt {
	    width: 30%;
		background-size: 10px auto;
	}
	header #g-nav .attention-box dd {
    	width: 70%;
    	padding: 0 0 0 15px !important;
    	font-size: 1.1rem;
    	box-sizing: border-box;
    	text-align: left;
    	background: none;
    	line-height: 1.7;
	}
	#g-nav > ul.wrap {
		flex-direction: column;
		padding: 0;
		border: none;
		border-top: solid 1px #ddd;
		overflow:hidden;
	}

	#g-nav > ul > li {
		display: block;
		width: 100%;
		border: none;
		border-bottom: solid 1px #ddd;
	    height: auto;
	    text-align: left;
	}
	#g-nav .sub-menu{
		border-top: solid 1px #ddd;
	}

	#g-nav > ul > li > a,
	#g-nav .sub-menu > li > a {
		color: #000;
		background: #fff;
	    padding: 12px 20px 11px 55px;
    	font-size: 1.5rem;
		text-align: left;
		position:relative;
		height:auto;
		display: block;
	}
	#g-nav > ul > li > a{
		padding-top:22px;
		padding-bottom:21px;
	}

#g-nav > ul > li > a i{
	display:block;
}
	#g-nav .sub-menu > li > a,
	#g-nav .sub-menu > li > a:hover {
		background:#fff8f5;
	}
	#g-nav .sub-menu > li > a:hover {
		text-align: left;
	}
	#g-nav > ul > li.introduce > a{
		width:90%;
	}
	#g-nav > ul > li.introduce:after,
	#g-nav > ul > li.current a:after,
	#g-nav > ul > li > a:hover:after,
	#g-nav > ul > li > a::after,
	#g-nav .sub-menu > li > a:after {
	    content: "";
	    width: 17px;
	    height: 17px;
	    background: url(../img/svg/chevron-right-red.svg) no-repeat 50% 50% / contain;
	    position: absolute;
		left:inherit;
	    right: 10px;
	    top: 50%;
	    margin-top: -8px;
	}
	#g-nav > ul > li.current a {
 	   color: inherit;
	}
	#g-nav > ul > li.introduce.current > a::before {
 	   background: url(../img/svg/book.svg) no-repeat 50% 50% / contain;
	}
	#g-nav > ul > li.school.current > a:before{
		background:url(../img/svg/school.svg) no-repeat 50% 50% / contain;
	}
	#g-nav > ul > li.teacher.current > a:before{
		background:url(../img/svg/chalkboard-teacher.svg) no-repeat 50% 50% / contain;
	}
	#g-nav > ul > li.introduce > a:after{
		display:none;
	}
	#g-nav > ul > li.introduce > a i {
    position: absolute;
    top: 0;
    right: -15%;
    width: 15%;
    height: 100%;
	z-index: 5;
	}
	#g-nav > ul > li.introduce:after{
    	transform: rotate(90deg);
		right:0;
		    margin-right: 12px;
    	margin-top: 8px;
	    top: 1em;
	}

	#g-nav > ul > li.current a:hover:after,
	#g-nav > ul > li > a:hover:after {
		right:7px;
		display:block;
	}
	#g-nav > ul > li.introduce > a:hover:after{
		display:none;
	}
	#g-nav > ul > li.introduce.on::after {
    	transform: rotate(-90deg);
	}

	#g-nav > ul > li > a::before {
    	position: absolute;
    	left: 22px;
    	top: 50%;
    	margin-top: -.5em;
	}

	/* sub-menu */

	#g-nav li ul {
		position: relative;
		top: 0;
		left: 0;
		visibility: visible;
		opacity: 1;
		transition: all 0s;
	}

	#g-nav li a[href='#'],
	#g-nav li a[href='#']:hover {
		background: #fafafa url( ../img/common/arrow-bottom.svg ) right 15px center / 10px no-repeat;
	}

	#g-nav li a[href='#'].active {
		background: #fafafa url( ../img/common/arrow-top.svg ) right 15px center / 10px no-repeat;
	}

	#g-nav li:last-child ul {
		left: 0;
	}

	#g-nav li:hover ul {
		top: 0;
	}

	#g-nav li ul li {
		border-top: solid 1px #ccc;
		border-bottom: 0;
	}

	#g-nav li ul li:first-child {
		border-top: 0;
	}

	#g-nav li ul a,
	#g-nav li ul a:hover {
		text-align: center;
		white-space: normal;
		background: #eee;
		color: #000;
	}

	/* page-ttl */

	#page-ttl {
		height:190px;
	}

	#page-ttl .box p.Montserrat{
		font-size: 1.3rem;
		margin:0 auto;
	}

	#page-ttl .box h2 {
		font-size: 2rem;
	}

	#page-ttl .box p.en {
		font-size: 1.5rem;
	}

	/* topic-path */

	.topic-path {
		padding: 5px 15px;
		margin-bottom: 0;
		font-size: 1.2rem;
	}

	.contents h1,
	.contents h2,
	.contents h3,
	.contents h4,
	.contents h5,
	.contents h6 {
		margin-bottom: 10px;
	}

	.contents h1 {
		font-size: 2rem;
	}

	.contents h2 {
		font-size: 1.8rem;
	}

	.contents h3 {
		font-size: 1.6rem;
	}

	.contents h4,
	.contents h5,
	.contents h6 {
		font-size: 1.5rem;
	}

/*
	.contents .heading-01,
	.contents .heading-02,
	.contents .heading-03 {
		margin-bottom: 15px;
	}
	.contents .heading-01 {
		border-left: solid 4px #000;
		padding-left: 10px;
		margin: 15px;
	}
*/

	/* heading-01 */
	.contents .heading-01 {
	    min-height: 75px;
	}
	.contents .heading-01 i {
	    font-size: 1.2rem;
	    letter-spacing: 1px;
	}
	.contents .heading-01 {
	    font-size: 2.4rem;
	}

	#information #our_policy .heading-01{
		font-size: 2rem;
	}
	.contents .heading-01::before,
	.contents .heading-01 span::before,
	.contents .heading-01 span::after {
		display:none;
	}
	.contents .heading-01::after {
	    width: 102px;
	    height: 68px;
	    margin: -34px 0 0 -51px;
	}

	/* heading-02 */
	.contents .heading-02 {
	    font-size: 2.4rem;
	}
	.course-single #feature .heading-02 i,
	.contents .heading-02 i {
	    font-size: 1.2rem;
		margin-bottom:0;
	}

	/* heading-03 */
	.contents .heading-03 {
	    font-size: 2.1rem;
	    margin-bottom: 1.2rem;
	}

	.contents .heading-03 i {
	    font-size: 1.3rem;
	    letter-spacing: 1px;
	    padding: 0 5px;
	}

	/* heading-04 */
	.contents .heading-04 i {
    	font-size: 1.8rem;
	}

	/* heading-05 */
	.contents .heading-05 {
	    font-size: 2.4rem;
	}

	#information #feature .heading-05 {
	    font-size: 2rem;
	}

	#information #greeting .heading-05 {
	    font-size: 2rem;
	}
	.search-msg {
		margin: 15px 0;
	}

	/* layout */

	#contents {
		display: block;
		margin-top: 0;
		padding-bottom: 0;
	}

	#main-contents {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}

	#main-contents section {
		margin-bottom: 15px;
	}

	#sidebar {
		width: 100%;
		background: #fafafa;
		padding: 0;
		box-sizing: border-box;
	}

	#sidebar > div {
		margin: 0;
	}

	#sidebar > .search-form {
		padding: 15px;
		margin: 0;
		border-bottom: solid 1px #ccc;
	}

	#sidebar h2 {
		background: #eee;
		border: none;
		padding: 10px 15px;
		border-bottom: solid 1px #ccc;
	}

	#sidebar h2 .en {
		right: 15px;
		bottom: 10px;
	}

	#sidebar .rank-list {
		margin: 0;
	}

	#sidebar .rank-list a {
		padding: 15px;
	}

	#sidebar .rank-list figure {
		width: 80px;
		line-height: .8;
		margin: 0;
	}

	#sidebar .rank-list .txt {
		width: calc( 100% - 80px );
	}

	#sidebar .rank-list a::before {
		top: 0;
		left: 0;
		border-radius: 0;
	}

	.menu-list > ul {
		margin: 0;
	}

	.menu-list a {
		padding: 15px;
	}

	#sidebar .back-link {
		margin: 15px;
	}

	#sidebar .bnr {
		padding: 15px;
		margin: 0;
	}

	#sidebar .bnr figcaption {
		font-size: 1.2rem;
	}

	.menu-list.box-menu {
		display: none;
	}

	footer {
		padding-bottom: 94px;
		background: #eee;
	}

	footer .wrap {
		padding: 0;
	}

	footer .store-info {
		width: 100%;
		padding: 30px 20px;
		box-sizing: border-box;
	}
	footer .store-info > h2{
		max-width: 236px;
		width: 69%;
	}

	footer .store-info .sns {
		line-height: 1.2;
	}
/*
	footer .footer-contents.flex {
		flex-direction: column-reverse;
		margin: 0;
	}
*/

	footer .store-img {
		max-width: 100%;
		padding-bottom: 0;
	}

	footer #bottom-nav {
		width: 100%;
		padding: 0 20px;
	}

	footer #bottom-nav h2 {
		padding: 5px 15px;
		margin: 0;
		border: none;
		text-align: center;
		font-size: 1.4rem;
		background: #555;
		color: #fff;
	}

	footer #bottom-nav .bottom-menu {
		display:flex;
		flex-direction: column;
		/*background: #fff;*/
		margin: 0;
	}
	footer #bottom-nav .bottom-menu > li > a::before {
	    content: "";
	    width: .8em;
	    height: .8em;
	    background: url(../img/svg/caret-circle-right-red.svg) no-repeat 50% 50% / contain;
	    display: inline-block;
	    margin: -.2em .5em 0 0;
	    vertical-align: middle;
	    position: relative;
	    transition: all .4s;
	}
	footer #bottom-nav li li a:before{
		content:"";
		width:5px;
		height:5px;
		display:inline-block;
		background:#a50021;
		border-radius:100%;
		vertical-align:middle;
	    margin: -.2em .5em 0 0;
	}
	footer #bottom-nav li li a{
	    display: inline-block;
	    font-size: 1.2rem;
	    margin-left: 0;
		padding-left:3px;
	    text-decoration: none;
	}
	footer #bottom-nav .bottom-menu > li.introduce {
	    width: 100%;
	}
	footer #bottom-nav .bottom-menu > li {
		font-size: 1.2rem;
	    float: none;
	    width: 100%;
	}
/*
	footer #bottom-nav .bottom-menu > li {
		margin: 0;
		border-bottom: solid 1px #ccc;
	}
	footer #bottom-nav .bottom-menu > li > a {
		display: block;
		padding: 15px 30px 15px 15px;
		background: url( ../img/common/arrow-right.svg ) right 15px center / 8px no-repeat;
	}
*/
	footer #bottom-nav .bottom-menu > li > a {
	    display: block;
	    padding: 0;
	    background: none;
	}
	footer #bottom-nav .sub-menu {
		-js-display: flex;
	    display: -ms-flex;
	    display: -webkit-flex;
	    display: flex;
	    flex-wrap: wrap;
	}

	footer #bottom-nav .sub-menu li {
		width:48%;
		margin-right:2%;
	}
	footer #bottom-nav li li {
	    margin-top: .7em;
	}
/*
	footer #bottom-nav .sub-menu {
		margin: 0;
	}

	footer #bottom-nav .sub-menu li {
		border-top: solid 1px #ccc;
	}

	footer #bottom-nav .sub-menu a {
		margin: 0;
		text-decoration: none;
		display: block;
		padding: 15px 30px 15px 15px;
		background: #fafafa url( ../img/common/arrow-right.svg ) right 15px center / 8px no-repeat;
	}
*/
	.copyright {
		padding: 8px 74px 8px 10px;
    font-size: .8rem;
    line-height: 1.5;
    text-align: left;
	}

	.copyright small {
		font-size: 1.2rem;
	}

	#page-top a {
	    display: block;
	    transition: all .4s;
	    position: absolute;
	    z-index: 10000;
	    right: 10px;
	    top: -140px;
	}
	#page-top a:hover {
		top:-97px;
	}
	#bottom-fix {
		left: 0;
		right: 0;
		bottom: 0;
		align-items: center;
		background: rgba(0,0,0,.6);
		padding: 0 20px;
	}
	#bottom-fix .contact-box{
		display:flex;
		margin: 15px auto 0;
	}
	#bottom-fix .contact-box > div {
    	height: 64px;
	}
	#bottom-fix .contact-box > div a {
	    font-size: 1.6rem;
	}/*
	#bottom-fix .contact-box > .mail a::before {
    	width: 18px;
    	height: 21px;
	}*/

	#bottom-fix .contact-box > .tel .Helvetica {
    	font-size: 2.4rem;
	}

	#bottom-fix .contact-box > .tel span {
    	font-size: 1.2rem;
	}
	#bottom-fix .contact-box > .tel .Helvetica::before {
	    width: 19px;
	    height: 20px;
	    margin: -7px 5px 0 0;
	}
/*
	#bottom-fix .tel {
		display: block;
		margin: 0 auto;
		box-sizing: border-box;
		font-size: 1.3rem;
	}

	#bottom-fix .tel a {
		display: block;
		line-height: 1;
	}

	#bottom-fix .tel span {
		display: block;
		font-size: 2rem;
	}

	#bottom-fix .mail {
		display: block;
	}
*/
	/* column */

	.flex .box.pic {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
		border-right: 10px solid #fff;
	}

	.flex.reverce .box.pic {
		padding: 0;
	}

	.flex .box.txt {
		width: 100%;
	}

	.flex.box-02 .box,
	.flex.box-03 .box,
	.flex.box-04 .box,
	.flex.box-05 .box,
	.flex.box-06 .box {
		width: 100%;
	}

	/* flow */

	.flow.flex .box {
		padding: 30px 0 0 0;
		margin-top: 30px;
	}

	.flow.flex .box:first-child {
		padding: 0;
		margin-top: 0;
	}

	.flow.flex .box:before {
		font-family: 'FontAwesome';
		content: '\f107';
		font-size: 4rem;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate( -50%, -50% );
	}

	/* slider */

	.slider-box {
    	margin: 0 auto 35px;
	}

	.slider-box.thumb-slider {
		margin: 30px 0 0 0;
	}

	.slider-box figure {
		line-height: .8;
	}

	.slider-box.thumb-slider + .thumb figure {
		padding: 3px 2px;
	}

	/* bnr */

	#contents .bnr {
		display: block;
	}

	#contents .bnr figure {
		padding: 0;
	}

	/* post */

	.cat-list {
		margin-bottom: 0;
	}

	.post .post-header h1,
	.post .post-header h2 {
		margin-bottom: 0;
	}

	.post .post-header {
		padding: 15px;
		margin-bottom: 0;
	}

	.post .metadata {
		font-size: 1.2rem;
	}

	/* post-contents */

	.post .post-contents {
		padding: 15px 15px 5px;
	}

	.post .post-contents h1,
	.post .post-contents h2,
	.post .post-contents h3,
	.post .post-contents h4,
	.post .post-contents h5,
	.post .post-contents h6 {
		margin-bottom: 15px;
	}

	.post .post-contents p,
	.post .post-contents a {
		font-size: 1.3rem;
	}

	.post .post-contents hr {
		margin: 15px 0;
	}

	.post .post-contents p {
		margin-bottom: 15px;
	}

	.post .post-contents ul,
	.post .post-contents ol {
		font-size: 1.3rem;
		margin-bottom: 15px;
		margin-left: 20px;
	}

	.post .post-contents blockquote {
		background: #eee;
		padding: 15px 15px 5px;
		margin-bottom: 15px;
		border-radius: 0;
	}

	.post .post-contents blockquote p,
	.post .post-contents blockquote ul,
	.post .post-contents blockquote ol {
		margin-bottom: 10px;
	}

	.post .post-contents table {
		margin-bottom: 15px;
	}

	/* post-list */

	.post-list > h1 {
		margin: 15px;
	}

	.post-list .post-contents.flex {
		flex-direction: column;
		padding: 15px;
	}

	.post-list .post-contents figure {
		width: 100%;
		text-align: center;
	}

	.post-list .post-contents .txt {
		width: 100%;
		padding: 0;
	}

	/* post-nav */

	.post-nav {
		flex-direction: column;
		margin: 0;
		background: #eee;
		border-top: solid 1px #ccc;
	}

	.post-nav .back-link {
		display: none;
	}

	.post-nav .prev, .post-nav .next {
		width: 100%;
	}

	.post-nav img {
		width: 50px;
	}

	.post-nav .prev img {
		margin: 0 10px 0 0;
	}

	.post-nav .next img {
		margin: 0 0 0 10px;
	}

	.post-nav a {
		border-bottom: solid 1px #ccc;
	}

	.post-nav .prev a {
		padding: 10px 10px 10px 3rem;
		background: url( ../img/common/arrow-left.svg ) left 10px center / 8px no-repeat;
	}

	.post-nav .prev a:hover {
		background: url( ../img/common/arrow-left.svg ) left 5px center / 8px no-repeat;
	}

	.post-nav .next a {
		padding: 10px 3rem 10px 10px;
		background: url( ../img/common/arrow-right.svg ) right 10px center / 8px no-repeat;
	}

	.post-nav .next a:hover {
		background: url( ../img/common/arrow-right.svg ) right 5px center / 8px no-repeat;
	}

	/* page-nav */

	.page-nav .wp-pagenavi {
		margin: 0;
		padding: 15px 0;
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
	}

	/* author */

	.author-box {
		border: none;
		margin: 0 0 15px;
	}

	.author-box h3 {
		font-size: 1.6rem;
		letter-spacing: 4px;
		border-top: solid 1px #ccc;
	}

	.author-box .flex {
		flex-direction: column;
		padding: 15px;
	}

	.author-box .flex > figure {
		width: 100%;
		text-align: center;
	}

	.author-box figure + .txt {
		width: 100%;
		padding: 0;
	}

	.author-box .name {
		font-size: 1.5rem;
		padding: 5px 0;
		border-bottom: solid 1px #ccc;
		margin-bottom: 10px;
	}

	.author-box .name span {
		font-size: 1.2rem;
	}

	.author-box h4 {
		font-size: 1.5rem;
		margin: 10px 0;
	}

	.author-box .read {
		font-size: 1.2rem;
	}

	/* relation-post */

	.relation-post {
		padding: 0;
		margin-bottom: 0 !important;
	}

	.relation-post h2 {
		font-size: 1.6rem;
		margin-bottom: 0;
	}

	.relation-post .flex {
		flex-direction: column;
	}

	.relation-post .flex .post {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		border-bottom: solid 1px #ccc;
	}

	.relation-post .flex figure {
		width: 95px;
		line-height: .8;
		margin: 0;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.relation-post .flex figure img {
		width: 80px;
		height: 80px;
	}

	.relation-post .flex .txt {
		width: calc( 100% - 95px );
	}

	.relation-post .cat-list {
		margin-bottom: 0;
	}

	.relation-post .flex h3 {
		font-size: 1.5rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 5px;
	}

	.relation-post .flex .excerpt {
		font-size: 1.2rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.flex {
		margin-bottom: 15px;
	}

	.flex.col-02 > *,
	.flex.col-03 > *,
	.flex.col-04 > *,
	.flex.col-05 > *,
	.flex.col-06 > * {
		width: 100%;
		margin-bottom: 15px;
	}

	.contents .flex > * {
		padding: 0;
	}

	.contents .flex > .step-01 {
		padding: 0 15px !important;
	}

	.flex figure {
		text-align: center;
	}

	.btn-01 a {
		padding: 10px 40px 10px 30px;
	}

	.btn-01 a::before {
    	width: 13px;
		height: 13px;
		/*margin: -2px 5px 0 0;*/
    }
	.btn-01 a {
    	padding: 15px 40px 15px 35px;
    	font-size: 1.6rem;
    	letter-spacing: 0;
	}
/*
	.header-01 {
		margin: 15px 0;
	}

	.header-01 .en {
		font-size: 2.8rem;
	}
	.header-01 h2 {
		font-size: 1.4rem;
	}

	.header-01 .read {
		text-align: left;
		letter-spacing: 0;
	}
*/

	.table-01 tr {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}

	.table-01 th,
	.table-01 td {
		width: 100%;
		box-sizing: border-box;
	}

	.table-01 th {
		padding: 10px 15px;
	}

	.table-02 th{
		font-size:1.6rem;
	}
	.table-02 th,
	.table-02 td {
		padding: 15px 10px;
	}

	.slider-box.slick-dotted.slick-slider {
		margin: 0 0 60px 0;
	}

	.slider-box .slick-dots {
		bottom: -35px;
	}

	.slider-box .slick-prev {
		left: -20px;
	}

	.slider-box.slider .slick-prev {
    	left: 25px;
	}

	.slider-box .slick-next {
		right: -20px;
	}

	.slider-box.slider .slick-next {
    	right: 25px;
	}

	.slider-box .slick-slide img {
    	border: none;
    	box-shadow: none;
	}

	/* page-contents */

	.page-contents {
		padding: 15px;
		margin-bottom: 15px;
	}

	.page-contents section {
		margin-bottom: 15px;
	}

	.page-contents h2 {
		margin-bottom: 15px;
		border-left: solid 5px #000;
		padding-left: 15px;
	}

	.page-contents p,
	.page-contents figure {
		margin-bottom: 10px;
	}

	.page-contents .flex,
	.page-contents .flex.img-right {
		flex-direction: column;
		margin-bottom: 5px;
	}

	.page-contents .flex figure {
		width: 100%;
	}

	.page-contents .flex figure + p {
		width: 100%;
	}

	.page-contents .img-left figure + p,
	.page-contents .img-right figure + p {
		padding: 0;
	}

	/* home */
/*
	#home .contents section {
		margin-bottom: 30px;
		padding: 0 15px;
	}
*/
	#home .news-list a.flex {
		padding: 20px 4rem 20px 0;
	}

	#home .news-list .flex .date {
		width: 11rem;
	}

	#home .news-list .flex .ttl {
		width: calc( 100% - 11rem );
	}

	#home .btn-01 {
		margin-top: 30px;
	}

	#home .col-02 .read {
		font-size: 1.3rem;
	}

	#home .btn-02.en {
		margin-top: 20px;
		text-align: center;
	}

	#home .contents section.voice-box,
	#home .contents section.blog-box {
		padding: 0;
	}

	#home .voice-box .post,
	#home .blog-box .post {
		padding: 10px 15px;
	}

	#home .voice-box .post figure,
	#home .blog-box .post figure {
		margin-bottom: 10px;
	}

	#home .faq-box .flex > * {
		padding: 0;
		margin: 0;
	}

	/* faq */

	#contents #faq-menu {
		padding: 15px 15px 0;
		margin: 5px 0 0;
		border: none;
	}

	#contents #faq-menu > div {
		width: 100%;
		margin-bottom: 15px;
	}

	#contents #faq-menu h2 {
		font-size: 1.5rem;
		padding: 10px 15px;
		margin-bottom: 15px;
	}

	#faq-menu li {
		margin-bottom: 5px;
	}

	#faq-menu li a {
		font-size: 1.4rem;
		padding: 5px 5px 5px 3.5rem;
	}

	#faq-menu li a:before {
		font-size: 1.3rem;
		line-height: 2.5rem;
		width: 2.5rem;
		height: 2.5rem;
		top: 5px;
	}

	#faq-menu.flex {
		flex-direction: column;
	}

	#faq-menu.flex .box {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}

	#faq-list {
		margin: 0;
	}

	#faq-list > div {
		padding: 20px 0;
	}

	#faq-list h2 {
		background: #555;
		color: #fff;
		padding: 10px 15px;
		border: none;
		font-size: 1.5rem;
		margin-bottom: 0;
	}

	#faq-list .faq-01 {
		padding: 0 15px;
		margin: 0;
	}

	.faq-01 dt {
		font-size: 1.6rem;
		padding: 20px 0 10px 4rem;
		border: none;
	}

	.faq-01 dt:before {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		top: 20px;
	}

	.faq-01 dd:before {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		top: 4px;
	}

	.faq-01 dd {
		font-size: 1.4rem;
		padding: 5px 0 15px 4rem;
	}

	/* voice */

	#voice .user, #voice .star {
		margin-bottom: 5px;
	}

	#voice .post-contents .thumb {
		width: 100%;
	}

	#voice .post-contents .txt {
		width: 100%;
		padding: 0;
	}

	#voice .faq-list {
		margin: 10px 0 0 0;
		padding: 0;
		background: transparent;
	}

	.staff-comment {
		padding: 15px;
	}

	.staff-comment .flex {
		flex-direction: column-reverse;
	}

	.staff-comment .comment {
		padding: 15px;
	}

	.staff-comment .flex > figure {
		width: 100%;
	}

	.staff-comment figure + .comment {
		width: 100%;
		margin-bottom: 25px;
	}

	.staff-comment figure + .comment::before,
	.staff-comment figure + .comment::after {
		top: auto;
		left: 50%;
		bottom: 0;
		transform: translate( -50%, 100% );
	}

	.staff-comment figure + .comment::before {
		border: solid 15px transparent;
		border-top: solid 15px #ccc;
	}

	.staff-comment figure + .comment::after {
		border: solid 13px transparent;
		border-top: solid 13px #fff;
	}

	/* company */

	#company .contents section {
		margin-bottom: 30px;
	}

	#company .philosophy-box .cont figure,
	#company .philosophy-box .cont p {
		margin-bottom: 10px;
	}

	#company .philosophy-box .read {
		padding: 0 15px;
	}

	#company .greeting-box .flex {
		flex-direction: column;
		padding: 0 15px;
	}

	#company .greeting-box figure {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	#company .greeting-box figure + .txt {
		width: 100%;
	}

	#company .greeting-box .txt p {
		margin-top: 10px;
	}

	#company .contents section.company-box {
		padding: 0 15px;
	}

	#company .contents .table-01 th {
		width: 100%;
		text-align: left;
	}

	#company .contents section.outline-box {
		padding: 0 15px;
	}

	#company .map {
		margin: 0 15px 30px;
		padding-bottom: 250px;
	}

	/* staff */

	.staff-list .staff {
		padding: 15px;
		margin: 0;
		border: none;
		border-top: solid 1px #ccc;
	}

	.staff-list .name {
		font-size: 2rem;
		margin-bottom: 15px;
	}

	.staff-list .name .sub {
		font-size: 1.4rem;
	}

	.staff-list .flex {
		flex-direction: column;
	}

	.staff-list .staff figure {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.staff-list .staff figure + .txt {
		width: 100%;
		padding: 0 !important;
	}

	.staff-list .staff .txt h3 {
		font-size: 1.6rem;
	}

	/* contact */

	#contact #g-nav {
		position: fixed !important;
	}


	#contact #contents {
		padding: 0 15px 40px;
	}

	.contact-info {
		margin-bottom: 15px;
	}

	.contact-info .flex {
		flex-direction: column;
	}

	.contact-info .cont {
		width: 100%;
		padding: 15px;
		margin-bottom: 15px;
	}

	.contact-info .tel a {
		font-size: 3rem;
	}

	.contact-info .line {
		margin-top: 10px;
	}

	.contact-info .thanks-img {
		margin: 20px 0 10px;
	}

	.contact-info .read {
		text-align: left;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	#thanks .contact-info .flex {
		padding: 0 15px;
	}

	.contact-info .back-btn {
		margin: 0 0 40px;
	}
/*
	.contents .flex > dt {
		width: 100%;
		border-bottom: solid 1px #999;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
*/
	.accbox.notice {
		margin: 15px 0;
		flex-direction: column;
		width: 100%;
		font-size: 1.2rem;
		box-sizing: border-box;
		padding: 0;
	}

	.accbox.notice ul {
		padding-left: 1.2rem;
		text-indent: -1.2rem;
	}

	.contents .flex.accbox >  label {
		display: block;
	    width: 100%;
	    padding: 10px;
	}

	.accbox .accshow {
	    height: 0;
	    padding: 0;
	    overflow: hidden;
	    opacity: 0;
	    transition: 0.8s;
	    width: 100%;
	}

	.accbox label {
		position: relative;
	}

	.accbox label:before {
	    content: '';
	    width: 15px;
	    height: 15px;
	    background: url(../img/common/icon-plus.svg) center center / 15px no-repeat;
	    position: absolute;
	    right: 35%;
	    top: 50%;
	    transform: translateY( -50% );
	}

	.cssacc:checked + label:before {
	    background: url(../img/common/icon-minus.svg) center center / 15px no-repeat;
	}

	.accbox .accshow {
		padding: 0 15px 0;
		background: none;
	}

	.cssacc:checked + label + .accshow {
	    height: auto;
	    opacity: 1;
	}

	.accbox.notice li:last-child {
		margin: 5px 0 15px;
	}

	.form-step {
		margin: 15px 0;
		font-size: 1.1rem;
	}

	.form-step > p {
		padding: 0 0 0 30px !important;
	}

	#contact form#mailformpro > dl {
		flex-direction: column;
	}

	#contact form#mailformpro dl dt {
		width: 100%;
		background: transparent;
		padding: 5px 40px 5px 0;
		position: relative;
	}

	#contact form#mailformpro dl dt::after {
		content: '';
		width: 24px;
		height: 24px;
		background: url( ../img/common/icon-check.svg ) center center / 24px no-repeat;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY( -50% );
		opacity: 0;
		visibility: hidden;
		transition: all .2s;
	}

	#contact form#mailformpro dl dt.ok::after {
		opacity: 1;
		visibility: visible;
	}

	#contact .req-label {
		position: relative;
		right: 0;
		top: 0;
		vertical-align: middle;
		margin-left: 10px;
	}

	#contact form#mailformpro dl dd {
		width: 100%;
		padding: 5px 0 15px;
	}

	#contact dd .address {
		flex-direction: column;
		margin: 0;
	}

	#contact form#mailformpro dl dd::after {
		display: none;
	}

	#contact dd .flex > .ttl {
		width: 100%;
		padding: 5px 0;
	}

	#contact dd .flex > .input {
		width: 100%;
	}

	.pp-box {
		border: none;
		padding: 15px;
		margin: 0 0 25px;
		background: #fafafa;
	}

	.pp-box .address-box p {
		background: transparent;
		border: solid 1px #ddd;
		width: 100%;
		box-sizing: border-box;
	}

	.submit-box {
		text-align: center;
	}

	#mfp_loading,
	#mfp_loading_screen,
	#div#mfp_overlay_background {
		display: none !important;
	}

	#contact .agree label {
		display: block;
		text-align: center;
		padding: 15px 5px !important;
	}

	#contact button.mfp_element_submit,
	#contact button#mfp_button_send {
		display: block;
		width: 100%;
		margin: 20px 0;
		padding: 20px;
	}

	#contact form#mailformpro .flex label.mfp_not_checked,
	#contact form#mailformpro .flex label.mfp_checked {
		display: block;
		box-sizing: border-box;
		text-align: center;
	}

	#contact form#mailformpro .flex label.mfp_not_checked {
		background: #fafafa;
	}

	#contact form#mailformpro label.mfp_not_checked,
	#contact form#mailformpro label.mfp_checked {
		margin: 0;
		font-size: 1.4rem;
	}

	#contact .flex.inline {
		justify-content: space-between;
		margin: 0;
	}

	#contact .flex.inline > span {
		width: calc( 50% - 7.5px ) !important;
		margin: 0 !important;
	}

	#contact dd .flex.inline span {
	    padding: 0;
	}

	#contact div#mfp_phase_confirm h4 {
		font-size: 2rem;
		margin: 20px 0;
	}

	#contact table#mfp_confirm_table {
		margin: 20px 0 0;
	}

	#contact table#mfp_confirm_table tr {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	#contact table#mfp_confirm_table tr th {
		width: 100%;
		padding: 10px 15px;
	}

	#contact .remaining {
		right: 0;
		left: 0;
		bottom: 40px;
		display: block;
	}

	#contact .remaining .read {
		display: none;
	}

	#contact .copyright {
		padding-bottom: 90px;
	}

	/* sitemap */

	.sitemap section.search-form {
		padding: 15px;
		margin: 0;
	}

	.sitemap section {
		margin-bottom: 0;
	}

	.sitemap .flex > * {
		width: 100%;
	}

	.contents .sitemap h2 {
		font-size: 1.4rem;
		text-align: center;
		color: #fff;
		background: #555;
		border: none;
		padding: 5px 15px;
		margin-bottom: 0;
	}

	.sitemap .menu-list > ul {
		border: none;
	}

	#sitemap footer #bottom-nav {
		display: none;
	}

	.table-02 {
	    width: 95%;
	    margin: 30px auto;
	}

	#home .news-box {
		padding:0 0 20px;
		width: 95%;
		margin-bottom: 20px;
		border-bottom: 1px solid #ebebeb;
	}
	#home .news-box .heading-02,
	#home .news-box .heading-02 i{
		text-align:center;
	}
	#home .news-box .btn-01 a {
	    font-size: 1.3rem;
	    padding: 10px 1em 10px 2.5em;
	    width: auto;
	    min-width: 195px;

	}

	#home #course{
		padding:0;
	}
	#home #course header {
	    position: relative;
	    z-index: 5;
	    width: 95%;
	    margin: 15px auto;
	}
	.course-box {
	    padding: 125px 10px 60px 10px;
	}
	.course-box::before {
	    top: -150px;
	    background-size: 750px auto;
	}
	.course-box::after {
	    font-size: 10vw;
		top: -40px;
	}
	.course-box .flex > div figure{
		display:none;
	}
	.course-box > .flex > div .txt {
	    width: 100%;
		margin-bottom:0;
		display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    height: 100%;
	}
	.course-box > .flex > div {
		align-items: flex-start;
	    height: auto;
	    min-height: auto;
	    padding: 35px 30px 20px;
		padding:20px;
		width: 47%;
		box-shadow: none;
	}
	/*
	.course-box > .flex > div .txt h3{
		min-height: 105px;
		font-size: 2.6rem;
		margin-bottom: 30px;
	}*/
	.course-box > .flex > div .txt h3 {
	    min-height: 70px;
		font-size: 1.5rem;
	    margin-bottom: 15px;
	    border-radius: 3px;
	}
	.course-box > .flex > div .txt h3::before {
	    width: 13px;
	    height: 6.5px;
	    bottom: -6px;
	    margin-left: -6.5px;
	}
	.course-box > .flex > div .txt .btn-01 {
	    margin: 5px auto 0 !important;
	}
	.pt .course-box > .flex > div .txt dl dd{
		font-size:.9rem;
		letter-spacing:-.2px;
	}
	.course-box > .flex > div .txt dl {
	    margin-bottom: 10px;
	}
	.course-box > .flex > div .txt dl dt,
	.course-box > .flex > div .txt dl dd{
		margin-bottom:3px;
		line-height: 1.5;
	}
	.course-box > .flex > div .txt dl dt{
		padding:4px 0;
		font-size: 1.1rem;
	}
	.course-box > .flex > div .txt dl dd .Helvetica {
	    font-size: 1.7rem;
	}
	.course-box > .flex > div .txt dl dd {
	    font-size: 1.1rem;
	    padding: 1px 0 1px 5px;
	}
	.course-box > .flex > div .txt dl dd i {
	    font-size: 1.2rem;
	}
	.course-box > .flex > div .txt dl dd.small {
		white-space: normal;
		font-size: .7rem;
		text-align: left;
		letter-spacing: -1px;
	}
	.course-box > .flex > div .txt .btn-01 a {
	    font-size: 1.3rem;
	    padding: 7px 7px 7px 20px;
		border-radius:3em;
	    max-width: 100%;
	    letter-spacing: .1px;
	}
	.course-box > .flex > div .txt .btn-01 a::before {
	    width: 11px;
	    height: 11px;
	    /*margin: -4px 4px 0 0;*/
	}
	.course-box > .btn-01 {
		margin:25px auto 50px !important;
	}
	.course-box > .btn-01 a{
	    max-width: inherit;
	    width: 80%;
	}
	.contact_wrap{
		width:95%;
		padding:10px;
	}
	.contact_wrap .contact-box{
		flex-direction: column;
		background: none;
		padding: 0;
		margin: 25px auto;
		width: 95%;
	}
	.contact_wrap .contact-box > div {
	    width: 100% !important;
	}
	.access-box{
		padding:45px;
		margin-bottom:0;
	}
	.access-box dt {
	    font-size: 1.5rem;
	}
	.access-box .info dd {
	    font-size: 1.4rem;
	}
	.access-box .btn-01 {
	    text-align: center;
	}
	.attention-box {
	    height: auto;
	    width: 95%;
		margin-bottom:50px;
	}
	.wrap > .attention-box {
	    width: 100%;
	}
	.attention-box dt {
		background-size: 15px auto;
	    width: 20%;
	}
	.attention-box dd {
	    width: 80%;
		padding: 20px !important;
		font-size: 1.3rem;
	}
	#home #access header {
		height: 208px;
	}
	#home #access.lazyloaded header {
	  background: url(../img/home/bg-access-sp.jpg) no-repeat 50% 50% / cover;
	}
	#home #access header .heading-05{
		padding:0 10px;
		font-size: 2.4rem;
	}
	#home #access .heading-05 i {
	    font-size: 3.8rem;
	}
	#home #access .flex.col-03 .txt p{
		display:none;
		line-height: 1.7;
	}
	#home #access .flex.col-03 .btn-read:before {
	    content: "";
	    width: .9em;
	    height: .9em;
	    background: url(../img/svg/caret-circle-right-red.svg) no-repeat 50% 50% / contain;
	    display: inline-block;
	    margin: -.2em .5em 0 0;
	    vertical-align: middle;
	    position: relative;
	    transition: all .4s;
		transform:rotate(90deg);
	}
	#home #access .flex.col-03 .btn-read.close:before {
		transform:rotate(-90deg);
	}
	#home #access .flex.col-03 .btn-read {
	    text-align: center;
	    border: 1px solid #a50021;
	    margin: 10px auto 15px;
	    border-radius: 2em;
	    position: relative;
	    max-width: 180px;
	    cursor: pointer;
	    padding: 5px 1em;
	    box-sizing: border-box;
	}
	#home #access header .heading-05::after,
	#home #access header .heading-05::before {
		display:none;
	}
	#home #communication{
		background-color:#fff;
		padding: 30px 0;
	}
	#home #communication.lazyloaded {
		background:#fff url(../img/home/bg-communication-sp.jpg) no-repeat 0 0 / cover;
	}
	#home #communication header{
		padding: 0 12px;
	}
	#home #communication p.center {
	    margin-bottom: 0px;
	    text-align: left;
	}
	#home #communication .flex {
	    margin: 30px auto;
	    width: 75%;
	    flex-direction: column;
	}

	#home #communication .flex > .facebook, #home #communication .flex > .instagram {
	    width: 100%;
		margin: 0 auto 45px;
	}
	#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
	    width: 50% !important;
	}
	#home #communication .flex > .instagram dt::before,
	#home #communication .flex > .instagram dt::after,
	#home #communication .flex > .facebook::after {
		display:none;
	}
	#home #communication .flex > * dt {
	    font-size: 2.2rem;
	    letter-spacing: 7px;
	}
	#home #communication .flex > * dt i::before,
	#home #communication .flex > * dt i::after {
	    width: 14px;
	    height: 24px;
	    margin: 0 7px;
	}
	#home #communication .flex > * dt i::before {
	    margin-right: 15px;
	}
	#home #recruit {
		position: relative;
	    width: 95%;
	}
	#home #recruit > div {
	    padding-left: 0;
	    position: relative;
	    min-height: inherit;
	    display: block;
	    width: 100%;
	}
	#home #recruit > div > .flex {
	    flex-direction: row;
	    justify-content: center;
		margin: 35px auto;
	}

	#home #recruit .flex > figure {
	    width: 48%;
	    position: relative;
	    top: 0;
	    left: 0;
	}
	#home #recruit .flex > figure::before {
	    top: 0;
	    left: 0;
	}
	#home #recruit .contact-box {
	    padding: 0 0 0 50px;
	    flex-direction: column;
	    width: 45%;
	    justify-content: center;
	    box-sizing: border-box;
	    margin: 0;
	}
	#home #recruit .contact-box > *{
		width:100% !important;
		height: 54px;
	}
	#home #recruit .contact-box > .tel span {
	    font-size: 1rem;
	}
	#home #recruit .contact-box > div a {
	    font-size: 1.2rem;
	}
	#home #recruit .contact-box > .tel .Helvetica {
	    font-size: 1.8rem;
	}
	#home #recruit .contact-box > .tel .Helvetica::before {
	    width: 18px;
	    height: 21px;
	}
	#home #recruit .contact-box > .mail a::before {
	    width: 12px;
	    height: 14px;
	}

	.slider-box .slick-slide.slide-1 img.sp-none{
		display:none;
	}
	.slider-box .slick-slide.slide-1 img.pc-none{
		display:inline-block;
	}
	.slider-box .slick-slide.slide-1 {
		background:url(../img/home/slide-01-bg-sp.jpg) no-repeat 50% 50% / cover;
		height: 500px;
		padding:0 20px;
		box-sizing: border-box;
	}
	.slider-box .slick-slide.slide-1 figure{
		position: relative;
		top: -15px;
	}
	#home #access .inner::before {
		display:none;
	}
	#home #access .inner > .read {
		color: #fff;
		margin: -1px auto 45px;
		font-size: 1.4rem;
		line-height: 2.3;
		width: 100%;
		background-color: #a50021;
		padding: 20px 20px;
		line-height: 1.6;
	}
	#home #access.lazyloaded .inner > .read {
		background: #a50021 url(img/common/bg-04.png) no-repeat bottom center / cover;
	}
	#home #access .inner > * {
		position: relative;
		z-index: 1;
		width: 100%;
		margin: 0 auto 45px;
		box-sizing:border-box;
	}

	#home #access .inner > .access-box{
		width:100%;
		position:relative;
		padding-top: 150px;
		background-size: 37.5px auto;
	}
	#course-list .post-list{
		padding-bottom: 5px;
		background-size: 37.5px auto;
	}
	#information #greeting .ttl span {
	    font-size: 9rem;
	}

	#information #greeting .ttl i {
	    font-size: 2rem;
	}
	#information #access .access-flow ol li::after {
		display:none;
	}
	#information #access .access-flow ol li{
		max-width: 366px;
		margin: 0 auto 55px;
	}
	#information #event.lazyloaded .event-list {
		background: url(../img/information/bg-event-sp.jpg) no-repeat 50% 50% / cover;
	}
	#information .event-list hr{
		display:none !important;
	}
	#information .event-list dl.spring::before,
	#information .event-list dl.autumn::before {
	    left: -40px;
	    transform: rotate(90deg);
	    bottom: 85%;
	}
	#information .event-list dl.spring::after,
	#information .event-list dl.autumn::after {
	    left: -65px;
	    bottom: 85%;
	    margin-bottom: 25px;
	}
	#information .event-list dl.summer::before,
	#information .event-list dl.winter::before {
	    right: -35px;
	    transform: rotate(90deg);
	    top: 15%;
	}
	#information .event-list dl.summer::after,
	#information .event-list dl.winter::after {
	    right: -65px;
	    top: 15%;
	    margin-top: 20px;
	}
	#information .event-list dl.spring dd::before,
	#information .event-list dl.autumn dd::before,
	#information .event-list dl.summer dd::before,
	#information .event-list dl.winter dd::before {
	    content: "";
	    width: 5px;
	    height: 100%;
	    background: url(../img/common/line-03.png) repeat-y center ;
	    position: absolute;
	    top: 0;
	    box-sizing: content-box;
		padding-bottom: 80px;
		top: -40px;
	}
	#information .event-list dl.spring dd::before,
	#information .event-list dl.autumn dd::before {
	    left: -57px;
	}
	#information .event-list dl.summer dd::before,
	#information .event-list dl.winter dd::before {
	    right: -57px;
	}
	#information .event-list dl.spring dd::after,
	#information .event-list dl.autumn dd::after,
	#information .event-list dl.summer dd::after,
	#information .event-list dl.winter dd::after {
	    content: "";
	    width: 100%;
	    height: 5px;
	    background: url(../img/common/line-02.png) repeat-x center ;
	    position: absolute;
	    bottom: -42px;
	    left: -57px;
	    box-sizing: content-box;
	    padding: 0 57px;
	}
	#information .event-list dl dt {
	    top: -15px;
	    left: -10px;
	    width: 80px;
	    height: 42px;
	}
	#information .event-list dl dt i {
	    font-size: 2.2rem;
	    top: 6px;
	}

	#information .event-list dl figure img{
		width:60%;
	}

	#information .event-list dl{
		margin:40px auto;
	    width: 100%;
	}
	#information #event .wrap {
	    flex-direction: column;
	}
	#information #event .event-list > .wrap {
		width: 100%;
		margin: 0 auto;
		padding: 0 80px;
	}
	.access-box .info .heading-04{
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.access-box .map {
	    height: 330px;
	}
	#contents .flex-box-02 {
	    flex-direction: column;
		margin-bottom:45px;
	}
	#contents .flex-box-02 > div,
	#contents .flex-box-02.reverse > .figure,
	#contents .flex-box-02 > .figure{
		width:100%;
		margin:0;
		padding:0;
	}
	#contents .flex-box-02 > div,
	#contents .flex-box-02.reverse > div {
	    padding: 20px 50px 20px 50px;
	}
	#information #about_us {
	    width: 95%;
	}

		#information #about .table-02 caption {
		    font-size: 2rem;
		}
	#information #our_policy {
	    padding: 70px 0 22px 0;
	    width: 95%;
	}
	#information #greeting .flex {
	    flex-direction: column;
	    width: 95%;
	    margin: 0 auto;
	}
	#information #greeting .flex > *{
		width:100%;
	}
	#information #greeting figure {
	    margin: 0 auto;
	    left: 0;
	}
	#course-list .category-description {
	    width: 95%;
	}
	#course-list .post-course .post-header h2 {
	    font-size: 1.8rem;
	}
	#course-list .post-list .post-contents .box {
	    padding: 12px 15px;
	}
	#course-list .post-course {
	    width: 95%;
	    margin: 0 auto 30px;
	    max-width: 575px;
	}
	#course-list .access-box {
	    padding-top: 150px;
	}

	.course-single #photos .slider::before {
	    right: 25%;
	    top: -30%;
	}
	.course-single #feature {
	    width: 95%;
	}
	.course-single #feature .heading-02 {
	    font-size: 2.1rem !important;
	}
	.course-single #feature .flex {
	    flex-direction: column;
	    max-width: 500px;
	    margin: 0 auto;
	}
	.course-single #recommend {
	    padding: 50px 2.5%;
	    box-sizing: border-box;
	}
	.course-single #recommend .flex {
		flex-direction: column;
	    margin: 0 auto 30px;
	    max-width: 366px;
	}
	.course-single #recommend h3 .num {
	    top: -45px;
	    margin: 0 0 0 -45px;
	    width: 90px;
	    height: 90px;
	}

	.course-single #recommend h3 .num > * {
		font-size:1.3rem;
	}
	.course-single #recommend h3 .num i {
	    font-size: 3.6rem;
	}
	.tab-menu{
		margin: 0 !important;
	}
	.tab-menu > *{
		margin-bottom: 0 !important;
	}
	.tab-menu.col-02 > *{
		width:50%;
	}
	.tab-menu.col-03 > *{
		width:33.3333%;
	}
	.course-single #information .heading-06{
		width:95%;
	}
	.course-single #flow .wrap {
	    width: 95%;
	}

	.course-single #flow .flex.col-04 .box:first-child figure::after {
		display:none;
	}
	.course-single #flow .flex.col-04 .box:last-child figure::after {
		display:block;
	}
	.course-single #flow .flex.col-04 .box figure::after {
	    width: 40px;
	    height: 40px;
	    right: 50%;
	    top: 0;
	    margin: -60px -20px 0 0;
	    transform: rotate(90deg);
	}

	.course-single .tab-box .btn-course .Montserrat {
	    font-size: 2.4rem;
	    letter-spacing: 4px;
	}
	.course-single #flow .flex.col-04 .box figure {
	    width: 180px;
	    height: 180px;
	    margin: 25px auto 25px;
	}
	.course-single #select .tab-box .course-icon > *:before {
	    width: 50px;
	    height: 50px;
	    margin-top: -25px;
		background-size: 22px 22px;
	}
	.course-single #select .tab-box .course-icon > * {
	    font-size: 1.5rem;
	    padding-left: 80px;
	}
	.course-single #flow .flex.col-04 figure figcaption {
	    font-size: 2.8rem;
	}
	.course-single #calendar .wrap {
	    width: 95%;
	}
	.course-single #head-contents #top-nav .flex li {
	    width: 33.3333%;
	}
	.course-single #head-contents #top-nav .flex li a{
		padding-bottom: 5px;
	}
	.course-single #top-nav .flex li a::before {
	    width: 15px;
	    height: 15px;
	    position: absolute;
	    bottom: 3px;
	    left: 50%;
	    margin-left: -7.5px;
	}
	.course-single #select .tab-box > div {
	    padding: 15px;
	}
	.course-single #select .tab-box > div .acf_flex > * {
	    width: 100%;
		margin: 10px auto;
	}
	.course-single #select .tab-box .course-info .table-02 {
	    width: 100%;
	}
	.course-single .tab-box .course-info .table-02 td {
	    padding-top: 0;
	}
	.course-single #select .tab-box .course-info .table-02 td {
	    text-align: left;
	    font-size: 1.4rem;
	    padding: 0 15px 15px;
	}
	.course-single #recommend .box > * h3{
		font-size:2rem;
		min-height: auto;
		padding: 10px 0 6px;
	}
	.course-single .tab-box .course-info .table-02 th {
	    font-size: 1.5rem;
	    padding: 15px 15px 0;
	}
	.course-single #select .tab-box .course-icon {
	    flex-direction: column;
	}
	.course-single #select .tab-box .course-icon > * {
	    width: 100%;
	}
	.tab-menu > li > *{
		font-size:1.5rem;
		padding:12px;
	}

	.course-single #feature .flex .box.txt {
	    width: 100%;
	    padding: 20px 0;
	}

	.course-single #top-nav .flex,
	.course-single #bottom-nav-cf .flex {
	    padding: 5px 5px;
	}
	.course-single #top-nav .flex li,
	.course-single #bottom-nav-cf .flex li {
	    padding: 5px 5px;
	    box-sizing: border-box;
	    margin-bottom: 0;
	}
	#course-list .table-02 {
	    width: 100%;
	    margin: 20px auto;
	}

	.course-single #photos .slider-box {
		padding: 0;
	}

	.course-single #select {
		padding: 30px 0 1px;
	}

	.online-ttl .center {
		text-align: left;
	}

	#tab-box,
	.tab-box {
		margin: 30px auto;
	}

	.tab-menu > li {
		padding: 0 5px !important;
	}

	.course-single .tab-box .btn-course {
		height: 185px;
	}

	.course-single #select .tab-box > div .acf_flex {
		margin-bottom: 0;
	}

}
/*
----------------------------------------
480
----------------------------------------
*/

@media screen and ( max-width: 480px ) {
p, div, dt, dd, li {
    font-size: 1.4rem;
}
.contents .heading-01 {
    font-size: 2.2rem;
}
#information #our_policy .heading-01{
	font-size: 1.8rem;
}
.contents .heading-04 {
    font-size: 2.4rem;
}
.contents .heading-04 i {
   	font-size: 1.6rem;
}
#information #feature .heading-05 i{
	font-size:2.4rem;
}
.contents .heading-05 span {
    top: -.2em;
}

.contents .heading-06 {
    font-size: 1.8rem;
}

.contents .heading-06 span {
	padding: 0 .8rem;
}

.contents .heading-06::before {
    background-size: auto 11px;
}
.contact-box > .tel .Helvetica {
    font-size: 2.4rem;
}
.contact-box > .tel .Helvetica::before {
    width: 18px;
    height: 21px;
    margin-right: 5px;
}

footer #bottom-nav .bottom-menu > li {
	font-size: 1.2rem;
}
	#information #about .table-02 caption {
	    font-size: 1.8rem;
	}

	#information #about .table-02 caption {
	    font-size: 1.7rem;
	}
	.table-02 th{
		font-size:1.5rem;
	}
.course-box {
    padding: 95px 10px 60px 10px;
}
.course-box::after {
	top: 10px;
}
.course-single #feature .heading-02 {
    font-size: 1.9rem !important;
    margin-bottom: 1.2rem;
}
.course-single #top-nav .flex li a,
.course-single #bottom-nav-cf .flex li a{
	font-size:1.3rem;
}
.course-single #head-contents #top-nav .flex{
	padding:10px 0;
}
.course-single #head-contents #top-nav .flex li {
    width: 100%;
	padding: 5px 10px;
	margin:0;
}
.slider-box .slick-prev::before,
.slider-box .slick-next::before {
    width: 37px;
    height: 37px;
}
.slider-box .slick-slide.slide-1 {
    height: 420px;
}

	.btn-01 a::before {
	    width: 13px;
	    height: 13px;
	}
	.btn-01 a {
    	font-size: 1.5rem;
	}


#contents .flex-box-02 > div, #contents .flex-box-02.reverse > div {
    padding: 0px 30px 20px 30px;
}
.contents .heading-05 i {
    font-size: 2.2rem;
}


#information #feature .heading-05 {
    font-size:  1.8rem;
}

#information #greeting .heading-05 {
    font-size: 1.8rem;
}
#information #feature .heading-05 i{
	font-size:2.6rem;
}
.contents .heading-05 span {
    top: -.3em;
	left: -.5em;
}
.contents .heading-05 {
    font-size: 2.2rem;
}
#information #access .btn-02 a {
    max-width: 90%;
    padding: 0 2em;
    box-sizing: border-box;
    font-size: 1.3rem;
}
#information #access .map {
    height: 280px;
}
#information #greeting .ttl span {
    font-size: 7rem;
}

#information #greeting .ttl i {
    font-size: 2rem;
}
#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 50% !important;
}

#home #access header .heading-05{
	font-size: 2.1rem;
}
#home #access .heading-05 i {
    font-size: 3.4rem;
}
#home #recruit .contact-box {
    padding: 0 0 0 10px;
    flex-direction: column;
    width: 52%;
}
#home #recruit .flex > figure::before {
    top: 0;
    left: 0;
    font-size: 3.9rem;
}
#bottom-fix .contact-box > div a {
    font-size: 1.4rem;
}
.ja #bottom-fix .contact-box > div a {
    font-size: 1.3rem;
}/*
#bottom-fix .contact-box > .mail a::before {
    width: 15px;
    height: 17px;
}*/
#bottom-fix .contact-box > .tel .Helvetica{
	font-size:2rem;
}
#bottom-fix .contact-box > .tel .Helvetica::before {
    width: 16px;
    height: 18px;
    margin: -5px 3px 0 0;
}

}

/*
----------------------------------------
375
----------------------------------------
*/

@media screen and ( max-width: 375px ) {
p, div, dt, dd, li {
    font-size: 1.3rem;
	line-height:2.3;
}
.contents .heading-01 {
    font-size: 2rem;
}
#information #our_policy .heading-01{
	font-size: 1.6rem;
}
.contents .heading-02 {
    font-size: 2.5rem;
}
.course-single #feature .heading-02 i,
.contents .heading-02 i {
    font-size: 1rem;
	margin-bottom:0;
}
.contents .heading-03 i {
    font-size: 1.2rem;
    font-weight: 700;
	border-bottom: 1px solid #a50021;
}
.contents .heading-03 i::after {
    bottom: -4px;
    height: 1.5px;
}
.contents .heading-03 {
    font-size: 2.5rem;
	line-height: 1.3;
}
.contents .heading-03 span {
    margin-bottom: 5px;
}

	header #g-nav .contact_wrap .heading-03 span{
		margin-bottom:0;
	}

	header #g-nav .contact_wrap .heading-03 i::after {
    	bottom: -4px;
	    height: 1.5px;
	}

	header #g-nav .contact_wrap .heading-03 i {
	    font-size: 1rem;
    	font-weight: 700;
    	border-bottom: 1px solid #a50021;
	}
header #g-nav .contact_wrap .contact-box > div {
    height: 45px;
}
.contents .heading-04 {
    font-size: 2rem;
}

.contents .heading-04 i {
   	font-size: 1.4rem;
}

#information #feature .heading-05 i{
	font-size:2.2rem;
}

#information #greeting .heading-05 {
    font-size: 2.2rem;
}
.contents .heading-05 span {
    top: -.1em;
}
	.btn-01 a::before {
	    width: 12px;
	    height: 12px;
	}

.btn-01 a {
   	font-size: 1.3rem;
    padding: 12px 0 12px 0;
}
.table-02 tr,
.table-02 tbody,
.table-02 th,
.table-02 td {
    width: 100%;
    display: block;
	box-sizing:border-box;
}
.table-02 th{
	padding-bottom:0;
	border-bottom:none;
	font-size:1.5rem;
}
.table-02 td {
	padding-top:0;
	border-top:none;
}

footer {
	padding-bottom: 74px;
}
footer #bottom-nav .bottom-menu > li {
	font-size: 1.2rem;
}

.contact_wrap {
    padding: 5px;
    background-size: 15px auto;
	margin:45px auto;
}
#home .contact_wrap{
	margin-bottom:20px;
}
.course-single #feature .heading-02 {
    font-size: 1.8rem !important;
}
#bottom-fix .contact-box {
	margin: 10px auto 0;
}
#bottom-fix .contact-box > .tel span {
    font-size: 1rem;
}
#bottom-fix .contact-box > div a {
    font-size: 1.2rem;
}
#bottom-fix .contact-box > .tel .Helvetica {
    font-size: 1.8rem;
}
#bottom-fix .contact-box > .tel .Helvetica::before {
    width: 12px;
    height: 24px;
}/*
#bottom-fix .contact-box > .mail a::before {
    width: 12px;
    height: 14px;
}*/
#bottom-fix .contact-box > div{
	height:52px;
}
#home #communication .flex > * dt {
    font-size: 1.5rem;
    letter-spacing: 5px;
}
#home #communication .flex > * dt i::before, #home #communication .flex > * dt i::after {
    width: 8.5px;
    height: 16px;
}
#home #access .flex.col-03 .txt h3 {
    font-size: 1.5rem;
    min-height: auto;
    margin: 4px auto;
}
#home #access .flex.col-03 .txt p {
    font-size: 1.3rem;
}
#home #access .inner > .read {
    font-size: 1.2rem;
}
#home #access header .heading-05 {
    font-size: 1.7rem;
}
#home #access header .heading-05 i {
    font-size: 3rem;
}
#home #access header {
    height: 110px;
}
#home #access .flex.col-03 figure{
	width:42%;
}
#home #access .flex.col-03 > * {
    margin-bottom: 5px;
}
#home #access .flex.col-03 figure figcaption {
    font-size: 2.2rem;
	bottom: 10px;
	right: 0;
}
.access-box dt {
    margin: 3px 0 5px;
    font-size: 1.3rem;
}
.access-box dd {
	line-height: 1.9;
	margin-bottom: 7px;
}
.access-box .btn-01 {
    margin-top: 10px;
}
.access-box .btn-01 a {
    font-size: 1.3rem;
}
.access-box .info .heading-04 {
   top: 25px;
}
.access-box .map {
    height: 220px;
	border: 5px solid #fff;
}
.access-box,
#course-list .access-box,
#home #access .inner > .access-box {
    padding: 110px 25px 1px 25px;
	margin-bottom: 10px;
	background-size: 25px auto;
}

#page-top a img{
	width: 54px;
}
.slider-box .slick-slide.slide-1 {
    height: 390px;
}
.copyright {
	padding: 8px 74px 8px 10px;
	font-size: .8rem;
	line-height: 1.5;
	text-align: left;
}

/*--contact-box--*/
.contact_wrap .inner {
    padding: 10px 15px 1px 15px;
}
.contact_wrap .inner .center {
    text-align: left;
}
.contact_wrap .contact-box {
    margin: 12px auto;
}
.contact-box > div {
    height: 58px;
}
.contact-box > div a {
   border-radius: 3px;
    font-size: 1.3rem;
}
.contact-box > .tel span {
    font-size: 1rem;
}
.contact-box > .mail a::before {
    width: 14px;
    height: 16px;
}
.contact-box > div::after {
    bottom: -2px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#course-list .post-list{
	background-size: 25px auto;
}

#home #recruit.flex > figure::before {
    font-size: 2.2rem;
}
#home #recruit.flex > figure {
    width: 40%;
    bottom: -20px;
    left: 4%;
}
#home #recruit .contact-box > * {
    height: 40px;
}
#home #recruit .contact-box > .tel .Helvetica {
    font-size: 1.6rem;
    letter-spacing: .5px;
}
#home #recruit .contact-box > .tel .Helvetica::before {
    width: 12px;
    height: 12px;
}
#home #recruit .flex > figure::before {
    top: .2em;
    left: .2em;
    font-size: 2.6rem;
}
/*--attention-box--*/
.attention-box{
	margin:15px auto 30px;
    background-size: 10px auto;
}
.attention-box dt {
    width: 25%;
    font-size: 1.2rem;
}
.attention-box dt:before {
	font-size:2.2rem;
}
.attention-box dd {
    width: 75%;
    padding: 15px 5px 15px 10px !important;
    font-size: 1.1rem;
    line-height: 1.5;
}
#contents .attention-box{
	flex-direction: column;
}
#contents .attention-box dt {
    width: 100%;
	height: 60px;
}
#contents .attention-box dt:before {
	display:none;
}
#contents .attention-box dd {
    width: 100%;
	padding: 10px 0 !important;
}


/*--course-box--*/
.course-box {
    padding: 55px 10px 40px 10px;
	background-size: 25px auto;
}
.course-box > .flex > div .txt dl {
    margin-bottom: 5px;
}
#home #course {
    margin-bottom: 45px;
}
.course-box::after {
    top: -20px;
}
.course-box::before {
    top: -190px;
}
.course-box > .btn-01 {
	margin:0 auto 30px !important;
}
.course-box > .flex > div {
    padding: 15px 10px;
	width: 48%;
	margin-bottom: 12px;
}
.course-box > .flex > div .txt h3 {
    min-height: 55px;
    font-size: 1.3rem;
    margin-bottom: 15px;
    border-radius: 3px;
}
.course-box > .flex > div .txt h3::before {
    width: 13px;
    height: 6.5px;
    bottom: -6px;
    margin-left: -6.5px;
}
.course-box > .flex > div .txt dl dt {
    padding: 2px 0;
    font-size: .9rem;
}
.course-box > .flex > div .txt dl dd {
    padding: 2px 0 2px 5px;
    font-size: 1rem;
}
.course-box > .flex > div .txt dl dd i {
    font-size: 1rem;
}
.course-box > .flex > div .txt dl dd .Helvetica {
    font-size: 1.3rem;
}
.course-box > .flex > div .txt .btn-01 a::before {
    width: 9px;
    height: 9px;
    /*margin: -2px 5px 0 0;*/
}
.course-box > .flex > div .txt .btn-01 a {
    font-size: 1rem;
    max-width: 100%;
    letter-spacing: 0;
    width: 100%;
}
#information #access .access-flow ol li p {
    padding: 5px 15px;
    font-size: 1.3rem;
}
#information #greeting .ttl span {
    font-size: 6rem;
}
#information #greeting .ttl i {
    font-size: 1.8rem;
}
