<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common.css 181108 */

/* init. */
html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,address {
	margin: 0;
	padding: 0;
}
header,main,aside,footer,section,nav,article {
	display: block;
}
html {
	overflow-y: scroll;
}
body {
	overflow: hidden;
	font-size: 13px;
	font-family: sans-serif;
	line-height: 1.5;
	background: #fff;
	color: #666;
	text-align: justify;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
ul,ol {
	list-style: none;
}
ul.disc {
	list-style: disc;
	padding-left: 20px;
}
ol.decimal {
	list-style: decimal;
	padding-left: 20px;
}
table {
	border-spacing: 0;
}
address {
	font-style: normal;
}
a[href] {
	color: #00f;
}
a:hover img {
	transition: all 0.3s linear;
	opacity: 0.7;
}
strong {
	font-weight: inherit;
}
p {
	margin-top: 1em;
}

/* util. */
.in { padding-left: 3% !important; padding-right: 3% !important; }
.bb { box-sizing: border-box; }
.oh { overflow: hidden; }
.relative { position: relative; }
.cf:after { content: ""; display: block; clear: both; }
.serif { font-family: serif; }
p.ti,ul.ti li { text-indent: -1em; padding-left: 1em; }
.red { color: #f00;	font-weight: bold; }

.btn {
	width: 100%;
	max-width: 340px;
	display: inline-block;
	background: #7ecef4;
	color: #fff !important;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	line-height: 1.2;
}
.btn:before {
	content: "+";
}
.btn:hover {
	transition: all 0.5s linear;
	opacity: 0.8;
}

.tr { text-align: right; }
.tc { text-align: center; }
.tl { text-align: left; }

.none { display: none !important; }
.block { display: block !important; }
.inline { display: inline !important; }
.ib { display: inline-block !important; }
.table { display: table !important; }
.cell { display: table-cell !important; }
.li { display: list-item!important; }

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

.p0 { padding: 0 !important; }
.p5 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }

.pt3p { padding-top: 3% !important; }
.pt0 { padding-top: 0 !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }

.pb3p { padding-bottom: 3% !important; }
.pb0 { padding-bottom: 0 !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }

.px10 { padding-left: 10px !important; padding-right: 10px !important; }
.px13 { padding-left: 13px !important; padding-right: 13px !important; }
.px15 { padding-left: 15px !important; padding-right: 15px !important; }
.px20 { padding-left: 20px !important; padding-right: 20px !important; }

.py0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py3 { padding-top: 3px !important; padding-bottom: 3px !important; }
.py5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.py10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.py15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.py20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.py25 { padding-top: 25px !important; padding-bottom: 25px !important; }
.py30 { padding-top: 30px !important; padding-bottom: 30px !important; }

.w100p { width: 100% !important; }

/**/
.h-1 {
	font-size: 18px;
	text-align: center;
	color: #7ecef4;
	border: none;
}
.h-2 {
	font-size: 16px;
	padding: 25px 0 0 13px !important;
	background: url(../images/top/bg-gogaku.png) no-repeat left top;
	background-size: 150px;
	border: none;
}
.h-2.senmon {
	background-image: url(../images/top/bg-senmon.png);
}
.h-2.mokuteki {
	background-image: url(../images/top/bg-mokuteki.png);
}
.h-2.city {
	background-image: url(../images/top/bg-city.png);
}
.h-3 {
	font-size: 16px;
	border: none;
}
.sub-title {
	margin: 2px 0 20px;
	position: relative;
}
.sub-title:after {
	content: "";
	display: block;
	width: 35px;
	height: 0;
	position: absolute;
	left: 0;
	bottom: -10px;
	border-bottom: 2px solid #f29c9f;
}
.sub-title.v1:after {
	bottom: -4px;
}
.search-list {
	list-style: none;
	margin-top: 20px;
}
.search-list&gt;li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	border: 2px solid #f2f2f2;
    box-sizing: border-box;
}
.search-list&gt;li:nth-child(2n) {
	margin-left: 4%;
}
.search-list&gt;li:nth-child(n + 3) {
	margin-top: 20px;
}
.search-list&gt;li&gt;a {
	text-decoration: none;
	color: inherit;
}
.search-list&gt;li .h {
	font-size: 13px;
	line-height: 1.3;
	text-align: left;
	padding: 0;
	margin: 0 0 10px 0;
    border: none;
}
.search-list .text {
    padding: 10px 8px 6px;
}
.search-list&gt;li p {
	font-size: 13px;
	margin: 0;
}
.btn-wp,.btn-3-wp {
	margin-top: 20px;
	text-align: center;
}
.btn-2-wp {
    margin: 2% 0 0;
}
.btn-2-wp img {
	width: 32.2%;
}
.btn-2-wp a:not(:first-child) {
    margin-left: 1.7%;
}
.item-list {
	list-style: none;
}
.item-list&gt;li&gt;a {
	display: block;
	padding: 10px 0 10px 20px;
	text-decoration: none;
	color: inherit;
	position: relative;
}
.item-list&gt;li&gt;a:before {
	content: "&gt;";
	position: absolute;
	left: 0;
	top: 10px;
}
.item-list.border&gt;li {
	border-bottom: 1px solid #dcdcdc;
}


/**/
.header-wp {
	padding-top: 10px;
}
.header-wp .logo {
    width: 120px;
    float: left;
}
.header-wp .right {
	width: 50%;
	float: right;
	text-align: right;
}
.header-wp .btn-tel, .header-wp .btn-menu {
    width: 40px;
    height: 40px;
}
.header-wp .btn-menu {
	margin-left: 15px;
	display: inline-block;
	background: url(../images/top/btn-menu.png) no-repeat left top;
	background-size: 100%;
	cursor: pointer;
}
.header-wp .btn-menu.active {
	background-image: url(../images/top/btn-close.png);
}
.header-wp .g-nav-wp {
	display: none;
}
.header-wp .g-nav-list {
	list-style: none;
	margin-top: 5px;
	font-size: 14px;
	border-top: 4px solid #7ecef3;
	border-bottom: 4px solid #7ecef3;
}
.header-wp .g-nav-list&gt;li {
	font-weight: bold;
}
.header-wp .g-nav-list&gt;li:not(:first-child) {
	border-top: 1px solid #7ecef3;
}
.header-wp .g-nav-list li&gt;a {
	padding: 20px 25px;
	display: block;
	text-decoration: none;
	color: inherit;
	background: url(../images/top/ico-left-1.png) no-repeat right 25px center;
	background-size: 10px;
}
.header-wp .g-nav-list&gt;li&gt;a.multi {
	background: url(../images/top/ico-plus.png) no-repeat right 25px center;
	background-size: 14px;
	cursor: pointer;
}
.header-wp .g-nav-list&gt;li&gt;a.multi.active {
	background: url(../images/top/ico-minus.png) no-repeat right 25px center;
	background-size: 14px;
}
.header-wp .sub-nav-list {
	list-style: none;
	display: none;
}
.header-wp .sub-nav-list&gt;li {
	font-weight: normal;
	margin-left: 25px;
	border-top: 1px solid #7ecef3;
}
.header-wp .sub-nav-list&gt;li&gt;a {
	background: url(../images/top/ico-left-2.png) no-repeat right 26px center;
	background-size: 9px;
}
.header-wp .btn-2-wp {
	margin: 2% 0;
}
.header-wp .btn-2-wp&gt;img {
	width: 32%;
}
.header-wp .btn-2-wp&gt;img:not(:first-child) {
	margin-left: 2%;
}
.slider-wp {
	margin-top: 2%;
}
.slider-wp .slick-dots {
	transform: translate(0,-30px);
}
.slider-wp .slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 1;
}
.slider-wp .slick-dots li button:before {
	color: #fff;
	opacity: 0.5;
}
.tab-wp {
	margin-top: 30px;
}
.tab-wp .tab-list {
	list-style: none;
	display: table;
	width: 100%;
	border-bottom: 5px solid #7ecef4;
}
.tab-wp .tab-list&gt;li {
	float: left;
	width: 32%;
}
.tab-wp .tab-list&gt;li:not(:first-child) {
	margin-left: 2%;
}
.tab-wp .tab-1 {
	font-size: 13px;
	display: inline-block;
	width: 100%;
	height: 60px;
	padding-top: 10px;
	box-sizing: border-box;
	background: #7ecef4;
	color: #fff;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.tab-wp .tab.active&gt;span:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 12px solid #7ecef4;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -17px;
	margin-left: -10px;
}
.tab-wp .pink {
	background: #f29c9f !important;
}
.tab-wp .tab.active&gt;span.pink:after {
	border-top-color: #f29c9f;
}
.tab-wp .green {
	background: #acd598 !important;
}
.tab-wp .tab.active&gt;span.green:after {
	border-top-color: #acd598;
}
.tab-wp .ico {
	width: 30px;
}
.jq-1 {
	display: none;
}
.jq-1.active {
	display: block;
}
.school-sec,.hiyou-sec,.taizai-sec {
	margin-top: 20px;
}
.school-sec .btn-wp {
	margin-top: 15px;
	text-align: center;
}
.school-sec .btn-3 {
	display: inline-block;
	width: 90%;
	border: 2px solid #7ecef4;
	text-decoration: none;
	background: url(../images/top/ico-left-1.png) no-repeat right 10px center;
	background-size: 10px;
	color: #7ecef4;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}
.school-sec .btn-3:not(:first-child) {
	margin-top: 10px;
}
.gogaku-sec,.senmon-sec,.mokuteki-sec,.city-sec {
	margin-top: 40px;
}
.city-sec .city-list {
	list-style: none;
	margin-top: 20px;
	overflow: hidden;
}
.city-sec .city-list&gt;li {
	width: 50%;
	float: left;
}
.news-sec {
	margin-top: 60px;
}
.news-sec .img-wp {
	text-align: center;
	margin-bottom: 45px;
}
.news-sec .btn-list {
	list-style: none;
	margin-top: 30px;
	text-align: center;
}
.news-sec .btn-list&gt;li {
	display: inline-block;
	border-radius: 20px;
	padding: 5px 13px 3px;
	background: #eee;
	text-align: center;
	cursor: pointer;
}
.news-sec .btn-list&gt;li.active {
	background: #f29c9f;
	color: #fff;
}
.news-sec .btn-list&gt;li:not(:first-child) {
	margin-left: 5px;
}
.news-sec .news-list {
	list-style: none;
	display: none;
	margin-top: 25px;
}
.news-sec .news-list.active {
	display: block;
}
.news-sec .news-list&gt;li {
	border-bottom: 1px solid #d2d2d2;
}
.news-sec .news-list&gt;li&gt;a {
	display: block;
	padding: 10px 0 10px 20px;
	text-decoration: none;
	color: inherit;
	position: relative;
}
.news-sec .news-list&gt;li&gt;a:before {
	position: absolute;
	left: 0;
	top: 10px;
	content: "&gt;";
}
.news-sec .right {
	margin-top: 50px;
}
.news-sec .right a:not(:first-child) img {
	margin-top: 10px;
}
.setsumei-sec {
	margin-top: 50px;
	padding: 25px 0 20px;
	background: #f29c9f url(../images/top/bg-chair-sp.jpg) no-repeat center 200px;
	background-size: cover;
}
.setsumei-sec .h-3,.setsumei-sec .sub-title {
	color: #fff;
}
.setsumei-sec .sub-title:after {
	border-color: #fff;
}
.setsumei-sec .white-wp {
	margin-top: 20px;
	padding: 30px 15px 30px;
	background: rgba(255,255,255,0.85);
}
.setsumei-sec .btn-wp {
	margin-top: 20px;
	text-align: center;
}
.info-sec,.guide-sec {
	margin-top: 50px;
}
.guide-sec .pink-wp {
	padding: 30px 0 25px;
	background: #f29c9f;
}
.guide-sec .h-3,.guide-sec .sub-title {
	color: #fff;
}
.guide-sec .sub-title:after {
	border-color: #fff;
}
.guide-sec .guide-tab-list {
	list-style: none;
	overflow: hidden;
}
.guide-sec .guide-tab-list&gt;li {
	float: left;
	width: 33.3%;
	height: 65px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 10px;
	border-bottom: 1px solid #7fcef5;
	cursor: pointer;
}
.guide-sec .guide-tab-list&gt;li.active {
	border-bottom-width: 4px;
}
.guide-sec .guide-tab-list&gt;li:not(:first-child) {
	border-left: 1px solid #7fcef5;
}
.guide-sec .guide-tab-list&gt;li img {
	width: 35px;
}
.guide-sec .jq-3 {
	display: none;
}
.guide-sec .jq-3.active {
	display: block;
}
.guide-sec .gray-wp {
	padding: 20px 0;
	background: #eee;
}
.footer-wp .blue-wp {
	margin: 70px 0 65px;
	padding: 15px 0;
	background: #dbf1fc;
}
.footer-wp .footer-nav a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
.footer-wp .footer-nav a:hover {
	text-decoration: underline;
}
.footer-wp .footer-nav .ti {
	margin-left: 1em;
}
.footer-wp .footer-nav .ti.v1 {
	margin-top: 10px;
}
.footer-wp .copyright {
	margin: 0;
	text-align: center;
}
.footer-wp .copyright small {
	font-size: 12px;
}
.footer-wp .oh {
	padding: 15px 0 10px;
}
.footer-wp .btn-2-wp {
	margin-top: 0;
}
.footer-wp .right {
	display: none;
}
.footer-wp .fix {
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
}

@media screen and (min-width: 500px) {
	
	/* util. */
	.tb-tr { text-align: right; }
	.tb-tc { text-align: center; }
	.tb-tl { text-align: left; }

	.tb-none { display: none !important; }
	.tb-block { display: block !important; }
	.tb-inline { display: inline !important; }
	.tb-ib { display: inline-block !important; }
	.tb-table { display: table !important; }
	.tb-cell { display: table-cell !important; }
	.tb-li { display: list-item!important; }
	
	.tb-p0 { padding: 0 !important; }
	.tb-p5 { padding: 5px !important; }
	.tb-p10 { padding: 10px !important; }
	.tb-p15 { padding: 15px !important; }
	.tb-p20 { padding: 20px !important; }
	.tb-p25 { padding: 25px !important; }
	.tb-p30 { padding: 30px !important; }

	.tb-pt0 { padding-top: 0 !important; }
	.tb-pt5 { padding-top: 5px !important; }
	.tb-pt10 { padding-top: 10px !important; }
	.tb-pt15 { padding-top: 15px !important; }
	.tb-pt20 { padding-top: 20px !important; }
	.tb-pt25 { padding-top: 25px !important; }
	.tb-pt30 { padding-top: 30px !important; }

	.tb-pb0 { padding-bottom: 0 !important; }
	.tb-pb5 { padding-bottom: 5px !important; }
	.tb-pb10 { padding-bottom: 10px !important; }
	.tb-pb15 { padding-bottom: 15px !important; }
	.tb-pb20 { padding-bottom: 20px !important; }
	.tb-pb25 { padding-bottom: 25px !important; }
	.tb-pb30 { padding-bottom: 30px !important; }

	.tb-px10 { padding-left: 10px !important; padding-right: 10px !important; }
	.tb-px15 { padding-left: 15px !important; padding-right: 15px !important; }
	.tb-px20 { padding-left: 15px !important; padding-right: 15px !important; }
	
	.tb-py0 { padding-top: 0 !important; padding-bottom: 0 !important; }
	.tb-py5 { padding-top: 5px !important; padding-bottom: 5px !important; }
	.tb-py10 { padding-top: 10px !important; padding-bottom: 10px !important; }
	.tb-py15 { padding-top: 15px !important; padding-bottom: 15px !important; }
	.tb-py20 { padding-top: 20px !important; padding-bottom: 20px !important; }
	.tb-py25 { padding-top: 25px !important; padding-bottom: 25px !important; }
	.tb-py30 { padding-top: 30px !important; padding-bottom: 30px !important; }
	
	body {
		font-size: 15px;
	}
	
	/**/
	.h-1 {
    	font-size: 26px;
    	border: none;
	}
	.h-2 {
    	font-size: 22px;
    	background-size: 180px;
	}
	.h-3 {
    	font-size: 26px;
	}
	.btn {
    	font-size: 16px;
	}
	.sub-title:after {
		font-size: 14px;
		border-width: 3px;
		width: 50px;
	}
	.search-list&gt;li .h {
		font-size: 15px;
	}
	.search-list&gt;li p {
		font-size: 15px;
	}
	
	
	/**/
	.header-wp .right {
		width: 66%;
	}
	.header-wp .tel {
		width: 230px;
		margin-top: 10px;
	}
	.school-sec, .hiyou-sec, .taizai-sec {
    	margin-top: 30px;
	}
	.tab-wp .tab-list {
    	font-size: 16px;
	}
	.tab-wp .ico {
    	width: 38px;
		margin-bottom: 3px;
	}
	.tab-wp .tab-1 {
		font-size: 15px;
		height: 73px;
	}
	.tab-wp .tab.active&gt;span:after {
		border-top-width: 16px;
		border-left-width: 13px;
		border-right-width: 13px;
		bottom: -21px;
		margin-left: -13px;
	}
	.school-sec .btn-wp {
    	margin-top: 20px;
	}
	.school-sec .btn-3 {
    	font-size: 18px;
	}
	.gogaku-sec, .senmon-sec, .mokuteki-sec, .city-sec {
    	margin-top: 50px;
	}
	news-sec .btn-list {
    	font-size: 16px;
	}
	.news-sec .btn-list&gt;li {
    	padding: 7px 30px 5px;
	}
	.news-sec .right {
		overflow: hidden;
	}
	.news-sec .right img {
		float: left;
		width: 48.5%;
	}
	.news-sec .right a:not(:first-child) img {
		margin: 0 0 0 3%;
	}
	.guide-sec .guide-tab-list {
		font-size: 16px;
	}
	.guide-sec .guide-tab-list&gt;li img {
    	width: 48px;
		margin-bottom: 3px;
	}
	.guide-sec .guide-tab-list&gt;li {
    	height: 91px;
	}
	.search-list&gt;li .h {
    	font-size: 15px;
	}
	.search-list&gt;li {
    	width: 32%;
	}
	.search-list&gt;li:nth-child(2n) {
		margin-left: 0;
	}
	.search-list&gt;li:nth-child(3n + 2),
	.search-list&gt;li:nth-child(3n) {
		margin-left: 2%;
	}
	.search-list&gt;li:nth-child(3n) {
		clear: both;
	}
	.search-list&gt;li:nth-child(n + 3) {
		margin-top: 0;
	}
	.search-list&gt;li:nth-child(n + 4) {
		margin-top: 2%;
	}
	.city-sec .city-list&gt;li {
    	width: 33.3%;
	}
	.setsumei-sec .white-wp {
		padding: 30px;
	}
	.footer-wp .g-nav {
		text-align: center;
	}
	.footer-wp .oh {
		padding: 15px 0 10px;
	}
	.footer-wp .left {
		float: left;
		width: 65.8%;
    	display: block;
	}
	.footer-wp .btn-2-wp {
		margin-top: 0;
	}
	.footer-wp .right {
		float: right;
		width: 26.5%;
    	display: block;
	}
}


@media screen and (min-width: 800px) {
	body {
		font-size: 16px;
		font-family: "ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"Hiragino Kaku Gothic Pro","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯",osaka,sans-serif;
	}
	.serif { font-family: "æ¸¸æ˜Žæœ",YuMincho,"ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3","Hiragino Mincho ProN","HGSæ˜ŽæœE","ï¼­ï¼³ ï¼°æ˜Žæœ","ï¼­ï¼³ æ˜Žæœ",serif !important; }
	
	.pc-mw1600 { max-width: 1600px; margin: auto; }
	.pc-mw1500 { max-width: 1500px; margin: auto; }
	.pc-mw1400 { max-width: 1400px; margin: auto; }
	.pc-mw1300 { max-width: 1300px; margin: auto; }
	.pc-mw1200 { max-width: 1200px; margin: auto; }
	.pc-mw1120 { max-width: 1120px; margin: auto; }
	.pc-mw1100 { max-width: 1100px; margin: auto; }
	.pc-mw1080 { max-width: 1080px; margin: auto; }
	.pc-mw1000 { max-width: 1000px; margin: auto; }
	.pc-mw900 { max-width: 900px; margin: auto; }
	.pc-mw800 { max-width: 800px; margin: auto; }
	.pc-mw790 { max-width: 790px; margin: auto; }
	
	.pc-tr { text-align: right; }
	.pc-tc { text-align: center; }
	.pc-tl { text-align: left; }
	
	.pc-none { display: none !important; }
	.pc-block { display: block !important; }
	.pc-inline { display: inline !important; }
	.pc-ib { display: inline-block !important; }
	.pc-table { display: table !important; }
	.pc-li { display: list-item!important; }
	
	.pc-p0 { padding: 0 !important; }
	.pc-p5 { padding: 5px !important; }
	.pc-p10 { padding: 10px !important; }
	.pc-p15 { padding: 15px !important; }
	.pc-p20 { padding: 20px !important; }
	.pc-p25 { padding: 25px !important; }
	.pc-p30 { padding: 30px !important; }
	
	.pc-pt20 { padding-top: 20px !important; }
	.pc-pt30 { padding-top: 30px !important; }
	.pc-pt40 { padding-top: 40px !important; }
	.pc-pt50 { padding-top: 50px !important; }
	.pc-pt60 { padding-top: 60px !important; }
	.pc-pt70 { padding-top: 70px !important; }
	.pc-pt80 { padding-top: 80px !important; }
	.pc-pt90 { padding-top: 90px !important; }
	.pc-pt100 { padding-top: 100px !important; }

	.pc-pb20 { padding-bottom: 20px !important; }
	.pc-pb30 { padding-bottom: 30px !important; }
	.pc-pb40 { padding-bottom: 40px !important; }
	.pc-pb50 { padding-bottom: 50px !important; }
	.pc-pb60 { padding-bottom: 60px !important; }
	.pc-pb70 { padding-bottom: 70px !important; }
	.pc-pb80 { padding-bottom: 80px !important; }
	.pc-pb90 { padding-bottom: 90px !important; }
	.pc-pb100 { padding-bottom: 100px !important; }

	.pc-px20 { padding-left: 20px !important; padding-right: 20px !important; }
	.pc-px25 { padding-left: 25px !important; padding-right: 25px !important; }
	
	.pc-py20 { padding-top: 20px !important; padding-bottom: 20px !important; }
	.pc-py30 { padding-top: 30px !important; padding-bottom: 30px !important; }
	.pc-py40 { padding-top: 40px !important; padding-bottom: 40px !important; }
	.pc-py50 { padding-top: 50px !important; padding-bottom: 50px !important; }
	.pc-py60 { padding-top: 60px !important; padding-bottom: 60px !important; }
	.pc-py70 { padding-top: 70px !important; padding-bottom: 70px !important; }
	.pc-py80 { padding-top: 80px !important; padding-bottom: 80px !important; }
	.pc-py90 { padding-top: 90px !important; padding-bottom: 90px !important; }
	.pc-py100 { padding-top: 100px !important; padding-bottom: 100px !important; }
	
	.pc-mt75 { margin-top: 75px !important; }
	.pc-mt500 { margin-top: 500px !important; }
	.pc-mt700 { margin-top: 700px !important; }
	
	body {
		font-size: 15px;
	}
	/**/
	.btn {
		padding: 15px;
	}
	.btn-3-wp {
    	margin-top: 40px;
	}
	.h-2 {
		font-size: 20px;
		padding: 45px 0 0 40px !important;
		background: url(../images/top/bg-gogaku-pc.png) no-repeat left top;
		border: none;
	}
	.h-2.senmon {
    	background-image: url(../images/top/bg-senmon-pc.png);
	}
	.h-2.mokuteki {
    	background-image: url(../images/top/bg-mokuteki-pc.png);
	}
	.h-2.city {
    	background-image: url(../images/top/bg-city-pc.png);
	}
	.search-list .text {
		padding: 15px 15px 6px;
	}
	.search-list&gt;li .h {
		font-size: 16px;
	}
	.h-3 {
		font-size: 28px;
	}
	.sub-title {
		font-size: 14px;
		margin-bottom: 55px;
	}
	
	/**/
	.header-wp {
    	padding-top: 25px;
	}
	.header-wp .logo {
    	width: 175px;
	}
	.header-wp .right {
		width: 73%;
		max-width: 620px;
		float: right;
		text-align: right;
	}
	.header-wp .tel {
		width: auto;
		margin: 0 0 0 10px;
	}
	.header-wp .g-nav-wp {
		margin-top: 10px;
    	display: block !important;
		border-top: 1px solid #7ecef3;
		border-bottom: 1px solid #7ecef3;
	}
	.header-wp .g-nav-list {
		max-width: 1200px;
		margin: auto;
		font-size: 16px;
		border-top: none;
		border-bottom: none;
		text-align: center;
	}
	.header-wp .g-nav-list&gt;li {
		font-weight: normal;
		vertical-align: middle;
		display: inline-block;
		width: 20%;
	}
	.header-wp .g-nav-list&gt;li:not(:first-child) {
		border-top: none;
	}
	.header-wp .g-nav-list&gt;li:nth-child(n + 3):before {
		content: "/";
		font-size: 22px;
		color: #7ecef3;
	}
	.header-wp .g-nav-list&gt;li&gt;a {
		padding: 12px 0;
		display: inline-block;
		text-align: center;
		width: 90%;
		background: none;
	}
	.header-wp .g-nav-list&gt;li&gt;a.multi {
		background: none;
	}
	.header-wp .g-nav-list&gt;li&gt;a.multi.active {
		background: none;
	}
	.header-wp .sub-nav-list {
		display: none !important;
	}
	.header-wp .g-nav-list&gt;li&gt;a:hover span {
		border-bottom: 1px solid #7ecef3;
	}
	.header-wp .sub-nav-2-list {
		margin: 0;
		line-height: 1;
		list-style: none;
		padding: 13px 0 10px;
		overflow: hidden;
	}
	.header-wp .sub-nav-2-list&gt;li {
		width: 24%;
		float: left;
	}
	.header-wp .sub-nav-2-list&gt;li:nth-child(4n + 2),
	.header-wp .sub-nav-2-list&gt;li:nth-child(4n + 3),
	.header-wp .sub-nav-2-list&gt;li:nth-child(4n) {
		margin-left: 1.33%;
	}
	.header-wp .sub-nav-2-list&gt;li:nth-child(n + 5) {
		margin-top: 10px;
	}
	.header-wp .sub-nav-2-list&gt;li:nth-child(4n + 1) {
		clear: both;
	}
	.header-wp .sub-nav-2-list&gt;li&gt;a {
		line-height: 1.2;
		display: inline-block;
		vertical-align: top;
		text-indent: -1em;
		padding-left: 1em;
		text-decoration: none;
		color: inherit;
	}
	.header-wp .sub-nav-2-list&gt;li&gt;a:before {
		content: "ï¼ž";
	}
	.header-wp .sub-nav-2-list&gt;li&gt;a:hover {
		color: #7ecef3;
	}
	.header-wp .jq-4 {
		display: none;
	}
	.slider-wp {
    	margin-top: 0;
	}
	.slider-wp .slider-pc-list img {
		width: 100%;
	}
	.slick-dotted.slick-slider {
    	margin-bottom: 5px !important;
	}
	.link-wp {
		position: relative;
	}
	.link-wp img {
		width: 100%;
	}
	.link-wp a {
		position: absolute;
		top: 0;
		font-size: 0;
		height: 100%;
	}
	#link-01 { left: 0; width: 24%; }
	#link-02 { left: 25.6%; width: 23.5%; }
	#link-03 { left: 50.7%; width: 23.5%; }
	#link-04 { left: 76%; width: 24.5%; }
	
	.tab-wp {
    	margin-top: 50px;
	}
	.tab-wp .tab-list {
		border-width: 10px;
	}
	.tab-wp .tab-list&gt;li {
		width: 33%;
	}
	.tab-wp .tab-list&gt;li:not(:first-child) {
		margin-left: 0.5%;
	}
	.tab-wp .tab-2 {
		display: inline-block;
		box-sizing: border-box;
		position: relative;
		cursor: pointer;
	}
	.tab-wp .tab.active&gt;span:after {
		border-top-width: 29px;
		border-left-width: 28px;
		border-right-width: 28px;
		bottom: -39px;
		margin-left: -28px;
	}
	.school-sec, .hiyou-sec, .taizai-sec {
    	margin-top: 60px;
	}
	.school-sec .btn-wp {
    	margin-top: 25px;
		overflow: hidden;
	}
	.school-sec .btn-wp .btn-3 {
	    font-size: 16px;
	    float: left;
	    width: 48.25%;
	    background: url(../images/top/ico-left-1.png) no-repeat right 7px center,url(../images/top/ico-search.png) no-repeat 7px center;
	    background-size: 10px, 23px;
	    padding-left: 22px;
	}
	.school-sec .btn-3:not(:first-child) {
    	margin: 0 0 0 3.5%;
	}
	
	.search-list&gt;li {
    	width: 24.25%;
		border: 2px solid #f2f2f2;
		box-sizing: border-box;
	}
	.search-list&gt;li:nth-child(3n + 2),
	.search-list&gt;li:nth-child(3n) {
		margin-left: 0;
	}
	.search-list&gt;li:nth-child(4n + 2),
	.search-list&gt;li:nth-child(4n + 3),
	.search-list&gt;li:nth-child(4n) {
		margin-left: 1%;
	}
	.search-list&gt;li:nth-child(3n) {
		clear: none;
	}
	.search-list&gt;li:nth-child(4n) {
		clear: both;
	}
	.search-list&gt;li:nth-child(n + 4) {
		margin-top: 0;
	}
	.search-list&gt;li:nth-child(n + 5) {
		margin-top: 2%;
	}
	.search-list&gt;li .h {
    	line-height: 1.3;
    	margin-top: 0;
	}
	.city-sec .city-list&gt;li {
    	width: 25%;
	}
	.senmon-sec,.mokuteki-sec {
		margin-top: 60px;
	}
	.news-sec .img-wp {
    	margin-bottom: 130px;
	}
	.news-sec .img-wp img {
		width: 100%;
	}
	.news-sec .left {
		display: inline-block;
		vertical-align: top;
		width: 61%;
	}
	.news-sec .btn-list {
    	margin-top: 0;
	}
	.news-sec .right {
		display: inline-block;
		vertical-align: top;
		width: 33%;
		margin: 0 0 0 6%;
	}
	.news-sec .right img {
    	float: none;
    	width: auto;
	}
	.news-sec .right a:not(:first-child) img {
    	margin: 10px 0 0 0;
	}
	.news-sec .btn-list {
		font-size: 14px;
		display: table;
		border-spacing: 10px;
		width: 100%;
	}
	.news-sec .btn-list&gt;li {
		display: table-cell;
		padding: 7px 5px 5px;
	}
	.news-sec .news-list&gt;li&gt;a {
    	padding: 12px 0 10px 20px;
	}
	.setsumei-sec {
    	margin-top: 65px;
		padding: 35px 0 60px;
		background-image: url(../images/top/bg-chair-pc.jpg);
	}
	.setsumei-sec .left {
		width: 45%;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
	}
	.setsumei-sec .white-wp {
		width: 50%;
		display: inline-block;
		margin: 15px 0 0 5%;
		box-sizing: border-box;
		background: #fff;
	}
	.setsumei-sec .btn-wp {
    	margin-top: 10px;
	}
	.info-sec, .guide-sec {
    	margin-top: 60px;
	}
	.info-sec .gray-wp {
		background: #eee;
		padding: 45px 60px 50px;
		position: relative;
	}
	.info-sec .item-list.border {
		overflow: hidden;
	}
	.info-sec .item-list.border&gt;li {
    	border-bottom: none;
		width: 50%;
		float: left;
	}
	.info-sec .btn-wp {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: -20px;
	}
	.guide-sec {
    	margin-top: 65px;
		position: relative;
	}
	.guide-sec .pink-wp {
    	padding: 30px 0 5px;
	}
	.guide-sec .guide-tab-wp {
		position: absolute;
		left: 0;
		top: 105px;
		width: 100%;
	}
	.guide-sec .guide-tab-list {
		max-width: 950px;
		margin: auto;
		overflow: hidden;
	}
	.guide-sec .guide-tab-list&gt;li {
		width: 32%;
		border: 1px solid #7ecef4;
		background: #fff;
		cursor: pointer;
	}
	.guide-sec .guide-tab-list&gt;li:not(:first-child) {
		margin-left: 2%;
	}
	.guide-sec .gray-wp {
    	padding: 95px 0 20px;
	}
	.footer-wp .blue-wp {
    	margin: 75px 0 90px;
		padding: 35px 0 10px;
	}
	.footer-wp .g-nav {
		text-align: left;
		padding-left: 30px;
	}
	.footer-wp .footer-nav .ti.v1 {
    	margin: 0;
	}
	.footer-wp .footer-nav .ti {
    	margin-left: 50px;
	}
	.footer-wp .copyright {
		margin: 15px 0 0;
    	text-align: right;
	}
	.footer-wp .oh {
		padding: 15px 0 10px;
	}
	.footer-wp .left {
		float: left;
		width: 65.8%;
    	display: block;
	}
	.footer-wp .btn-2-wp {
		margin-top: 0;
	}
	.footer-wp .right {
		float: right;
		width: 26.5%;
    	display: block;
	}
}</pre></body></html>