<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ========================================================
	school.css =&gt; 全国のスクール紹介ページ用css
======================================================== */

/* section
============================================================================================================ */
.section {
	padding: 30px 20px 15px;
}
.section p {
	padding-bottom: 1.5em;
}

p.ph {
	text-align: center;
}
p.ph img {
	max-width: 100%;
	height: auto;
}

.section .btn {
	margin: 0 30px;
}
.section .btn li {
	display: table;
	width: 100%;
	padding-bottom: 15px;
}
.section .btn li a {
	display: table-cell;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #c7c7c7;
	text-decoration: none;
	font-size: 109%;
	color: #464646;
}
.section .btn li a strong {
	font-weight: normal;
	font-size: 154%;
}
.section .btn li a span {
	padding: 10px 0 10px 40px;
	background: url(../images/parts/icon_school_mail.png) no-repeat left;
	background-size: 32px 19px;
}

/* address
============================================================================================================ */
#address h1 {
	margin-top: 10px;
}
#address p {
	padding-bottom: 1em;
}
#address ul {
	padding: 1em 0;
}


/* list
============================================================================================================ */
#list {
	padding-bottom: 30px;
}
#list h1 {
	margin-bottom: 5px;
}
#list dl {
	border-width: 1px 0;
	border-style: solid;
	font-size: 109%;
}
#list dt {
	padding: 1em;
	background: url(../images/parts/school_arrow_b.png) no-repeat right;
	background-size: 28px 10px;
}
#list dd {
	background-color: #f5f5f5;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#list ul {
	display: none;
}
#list dd:last-child {
	border-bottom-width: 0;
}
#list dd a ,
#list dd span {
	display: block;
	padding: 0.8em 1em;
	border-top: 1px solid #dddddd;
	text-decoration: none;
	color: #555555;
}
#list dd span {
	color: #cccccc;
}
#list dd a {
	background: url(../images/parts/school_arrow_r.png) no-repeat right;
	background-size: 28px 10px;
}


/* detail
============================================================================================================ */
#detail {
	padding-bottom: 30px;
}
#detail .school li {
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
}
#detail .school a {
	display: block;
	padding: 15px 12px;
	background-color: #f5f5f5;
	border: 2px solid #ffffff;
	text-decoration: none;
	color: #555555;
}
#detail .school span {
	display: block;
}
#detail .school .name {
	margin-bottom: 0.5em;
	font-weight: bold;
}
</pre></body></html>