@charset "UTF-8";

#contents {
	padding-top: 60px;
	padding-bottom: 100px;
}
#tutorBox {
	padding-top: 50px;
}

/* 3つのポイント */
#threePoint {
	width: 100%;
	margin-bottom: 50px;
}
#threePoint table {
	width: 100%;
	font-family: "APJapaneseFont";
	margin-top: 15px;
}
#threePoint table th {
	vertical-align: middle;
	padding-bottom: 1em;
}
#threePoint table th h4 img, #threePoint table th h4 span {
	vertical-align: middle;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#threePoint table th h4 span {
	font-size: 19px;
	line-height: 1.4;
	font-weight: bold;
	padding-left: 0.25em;
}
#threePoint table td {
	font-size: 16px;
	line-height: 1.4;
}
#threePoint table td img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 30%;
}
/* カウンセリングを受けてみよう */
#counseling p {
	font-family: APJapaneseFont;
	font-size: 16px;
	margin-top: 15px;
}
#counseling p em {
	font-family: Verdana, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'MS P ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: bold;
	color: #ba1e67;
	display: block;
	font-size: 15px;
	margin-top: 15px;
}
#counseling p em small {
	font-size: 0.65em;
}
/* 訪問可能範囲 */
#visitable p {
	font-family: APJapaneseFont;
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 40px;
}
#visitable img {
	border: 2px solid #ffffff;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
/* コース・料金 */
#ttCourse table th {
	width: 30%;
}
@media screen and (max-width:640px) {

}
@media screen and (max-width:480px) {
#threePoint table th h4 img {
	width: 12.5%;
}
#threePoint table th h4 span {
	font-size: 18px;
	letter-spacing: -0.75px;
	width: 82.5%;
}
#threePoint table td img {
	width: 35%;
}
#ttCourse table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #565656;	
}
#ttCourse table th {
	display: block;
	width: 100%;
	padding-left: 0;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #565656;
}
#ttCourse table td {
	padding-left: 0;
	display: block;
}
}

.profile {
	font-size: 14px;
	margin: 2em 0;
}
.profile span {
	font-size: 1.1em;
	font-weight: 600;
	display: block;
	margin: 0 0 0.25em;
}
.jaha {
	font-family: Georgia, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'MS P 明朝', 'MS PMincho', serif;
	font-size: 13px;
}
.jaha a { color: #565656; }