@charset "utf-8";

/* PC：basic_pc.css
 * **************************************************
 * Body
 * Header
 * Global Navigation
 * Common Elements
 * Content
 * Footer
 * No Visual Anchor (Anchor)
 * **************************************************
 */

/* Body
-------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
	font-size: 62.5%;
}
body {
	color: #333333;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS PGothic', 'メイリオ', 'Arial', sans-serif;
	font-size: 14px;
	font-size: 1.4em;
	letter-spacing: 0.05em;
	overflow-x: hidden;
	min-width: 1200px;
}

/* Header
-------------------------------------------------- */

#header {
	height: 72px;
}
#header p {
	font-size: 1.2rem;
	letter-spacing: 0;
}

/* logo */
#header .logo {
	position: absolute;
	top: 14px; left: 0;
}
#header .logo p {
	margin: 0 0 10px 0;
}

/* btn */
#header .btn {
	position: absolute;
	top: 10px; right: 0;
}

/* toggle */
#header #toggle {
	display: none;
}

/* Global Navigation
-------------------------------------------------- */

#globalNav {
	background: #19497d;
	color: #ffffff;
	display: block !important;
}
#globalNav ul {
	list-style: none;
}
#globalNav ul li {
	float: left;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	position: relative;
	text-align: center;
	width: 172px;
}
#globalNav ul li:first-child {
	width: 252px;
}
#globalNav ul li:nth-child(5) {
	width: 242px;
}
#globalNav ul li:nth-child(6) {
	width: 190px;
}
#globalNav ul li:before,
#globalNav ul li:nth-child(6):after {
	background: #ffffff;
	content: '';
	display: block;
	height: 22px;
	position: absolute;
	top: 16px;
	width: 1px;
}
#globalNav ul li:before {
	left: 0;
}
#globalNav ul li:nth-child(6):after {
	right: 0;
}
#globalNav ul li a {
	display: block;
	height: 54px;
	line-height: 54px;
	-webkit-transition: initial;
	transition: initial;
}
#globalNav ul li a:hover,
#globalNav ul li.current a {
	border-bottom: 3px solid #e16117;
	opacity: 1;
}
#globalNav ul li a.elementary:hover,
#globalNav ul li.current a.elementary {
	border-bottom-color: #f6be24;
}
#globalNav ul li a.juniorhigh:hover,
#globalNav ul li.current a.juniorhigh {
	border-bottom-color: #9abd00;
}
#globalNav ul li a.highschool:hover,
#globalNav ul li.current a.highschool {
	border-bottom-color: #77beda;
}
#globalNav ul li a.topia:hover,
#globalNav ul li.current a.topia {
	border-bottom-color: #ec8f3c;
}
#globalNav ul li ul.sub,
#globalNav ul li .toggle {
	display: none;
}
#globalNav nav > ul ul > li {
	display: none;
}
#globalNav nav > ul > li:last-child {
	display: none;
}

/* Common Elements
-------------------------------------------------- */

/* img */
img {
	vertical-align: bottom;
}

/* link */
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}

/* btn */
.btn a {
	color: #ffffff;
	display: block;
	font-size: 1.6rem;
	height: 52px;
	letter-spacing: 0;
	line-height: 54px;
	text-align: center;
	position: relative;
	width: 100%;
}
.btn a:after {
	background: url(../images/common/arrow.png) no-repeat center center;
	background-size: 100%;
	content: '';
	display: block;
	height: 9px;
	margin-top: -4px;
	position: absolute;
	top: 50%; right: 13px;
	width: 14px;
}
.btn.inquiry {
	width: 280px;
}
.btn.inquiry a {
	background: #e16117;
}

/* inner */
.inner {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1200px;
}
.inner:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* Content
-------------------------------------------------- */

#content {
	width: 100%;
}

/* main */
#content .main {
	float: right;
	margin: 60px 0 0 0;
	width: 840px;
}

/* side */
#content .side {
	float: left;
	margin: -120px 0 0 0;
	width: 286px;
}

/* Footer
-------------------------------------------------- */

#footer {
	width: 100%;
}
#subPage #footer {
	border-top: 1px solid #c8c8c8;
	margin-top: 100px;
}
#footer ul {
	list-style: none;
}

/* footerTop */
#footer .footerTop .inner {
	padding: 45px 0 40px;
}
#footer .footerTop ul li {
	float: left;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 50px 0 0;
}
#footer .footerTop ul li a {
	padding: 0 0 0 17px;
	position: relative;
}
#footer .footerTop ul li a:before,
#footer .footerTop ul li a:after {
	content: '';
	display: block;
	position: absolute;
}
#footer .footerTop ul li a:before {
	background: #19497d;
	border-radius: 100%;
	height: 13px;
	margin-top: -6.5px;
    top: 50%; left: 0;
	width: 13px;
}
#footer .footerTop ul li a:after {
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
	border-width: 3px 4px;
	margin-top: -3.5px;
	top: 50%; left: 5px;
}
#footer .footerTop .btn {
	position: absolute;
	top: 24px; right: 0;
}

/* footerBtm */
#footer .footerBtm {
	border-top: 1px solid #c8c8c8;
}
#footer .footerBtm .inner {
	padding: 35px 0;
}
#footer .footerBtm .sitemap dl {
	float: left;
	margin: 0 25px 0 0;
}
#footer .footerBtm .sitemap dl:nth-child(4) {
	margin-right: 25px;
}
#footer .footerBtm .sitemap dl dt {
	font-feature-settings: 'palt';
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}
#footer .footerBtm .sitemap dl dd ul li {
	font-feature-settings: 'palt';
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	margin: 9px 0 0 0;
}
#footer .footerBtm .sitemap dl dd ul li:before {
	content: '・';
	margin: 0 0 0 0.1em;
}
#footer .footerBtm .group {
	position: absolute;
	top: 30px; right: 0;
	width: 282px;
}
#footer .footerBtm .group dl dd {
	font-size: 1.1rem;
	line-height: 1.36;
	margin: 7px 0 0 0;
}

/* copyRight */
#footer .copyRight {
	background: #19497d;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 1.0rem;
	font-weight: 100;
	letter-spacing: 0.2em;
	padding: 18px 0;
	text-align: center;
	width: 100%;
}

/* No visual Anchor
-------------------------------------------------- */

div.novisualAnchor {
	overflow: hidden;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
	/* except MacIE \*/position: absolute;/* end */
	left:0;
	top:0;
	color:#fff;
}
div.novisualAnchor a{
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	text-decoration: none;
}
