@charset "UTF-8";

.footer-text {
	display: none;
}

#policy #mv {
  background: url(../images/mv.jpg) no-repeat center 0;
  background-size: cover;
  height: 220px;
  width: 100%;
}

#policy #mv h2 {
	text-align: center;
	padding-top: 7rem;
}

#policy #mv span {
	text-align: center;
	display: none;
}

#policy .basic-ul-dot {
	margin: 5% 0;
}

#policy #sitemap .category {
	font-weight: bold;
}

#policy #sitemap .category i {
	margin-right: 1rem;
	color: #05A2C6;
}

#policy #sitemap a {
	color: lightslategrey;
	font-size: 1.6rem;
	margin-bottom: 1%;
}

#policy #sitemap a:hover {
	color: #05A2C6;
}

#policy #sitemap .list {
	width: 50%;
	float: left;
}

#policy #sitemap .list > ul > li > ul > li {
	padding-left: 4rem;
}

#policy #sitemap .list > ul > li > ul > li::before {
	content: "├　";
	color: darkgray;
}

#policy #sitemap .list > ul > li > ul > li:last-child {
	padding-bottom: 5rem;
	content: "└　";
	color: darkgray;
}

#policy #sitemap .list > ul > li > ul > li:last-child::before {
	content: "└　";
	color: darkgray;
}

#policy #sitemap .heisetsu {
	padding-top: 5rem;
}

#policy #sitemap .heisetsu > .category {
	font-size: 1.6rem;
	padding-left: 0;
}

#policy #sitemap .heisetsu > .category::before {
	content: "";
}

#policy #sitemap .heisetsu > li {
	padding-left: 4rem;
}

#policy #sitemap .heisetsu > li::before {
	content: "├　";
	color: darkgray;
}

#policy #sitemap .heisetsu > li:last-child::before {
	content: "└　";
	color: darkgray;
}

/* お問い合わせ・採用情報用テーブル */
#policy table.contact-table,
#policy table.recruit-table {
	width: 100%;
	margin: 0 auto 5rem auto;
	border-top: 1px solid lightsteelblue;
	border-left: 1px solid lightsteelblue;
}

#policy table.contact-table td,
#policy table.recruit-table td {
	text-align: left;
	padding: 1%;
	background: #fff;
	border-right: 1px solid lightsteelblue;
	border-bottom: 1px solid lightsteelblue;
	font-size: 120%;
	vertical-align: middle;
}

#policy table.contact-table td {
	width: 80%;
}

#policy table.recruit-table td{
	padding-left: 1%;
}

#policy table.recruit-table td a{
	padding-left: 1%;
}

#policy table.contact-table th,
#policy table.recruit-table th {
	text-align: center;
	padding: 1%;
	border-right: 1px solid lightsteelblue;
	border-bottom: 1px solid lightsteelblue;
	background: #eee;
	color: #00AFCC;
	font-size: 120%;
	font-weight: bold;
	vertical-align: middle;
}

#policy table.contact-table th {
	width: 20%;
}

#policy table.contact-table th.contact-title {
	font-size: 1.8rem;
	background: #fffacf;
	width: 100%;
}

#policy table.contact-table span.notice {
	font-size: 90%;
}

#policy .recruit-notice {
	font-size: 120%;
	color: #00AFCC;
	text-align: center;
	margin-bottom: 50px;
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
 	#policy #mv {
    background-size: cover;
	height: auto;
  	}
	#policy #mv h2 {
	padding: 2.5rem 0;
		color: #fff;
	}
  	#policy #mv h2 img {
	width: 40%;
	padding-top: 0rem;
	}
	#policy #mv span {
	font-size: 2.5rem;
	font-weight: bold;
	padding-bottom: 1rem;
	border-bottom: 2px solid #fff;
	display: inline;
	}
	#policy #mv img {
	display: none;
	}
	#policy table.session-table td {
	width: 70%;
	}
	#policy table.session-table th {
	width: 30%;
	}
	#policy table.session-table th.session-date {
	font-size: 1.5rem;
	}
	#policy table.session-table th.open-class-date {
	font-size: 1.5rem;
	}
}
