@charset "utf-8";

/* style_sp_campaign.css：Smartphone
 * ======================================
 * Element
 * ======================================
 */

  /* Element
------------------------------------------------------------------ */
#main .inner {
	width: auto;
	margin: 0 -10px 0 -10px;
	overflow: hidden;
    padding: 10px 10px;
}

#specialPage #main img {
	width: 100%;
}

#specialPage #main h1 {
	position: relative;
	margin-bottom:40px;
}

#specialPage #main h2 {
	background :#82b61f;
	color: #ffffff;
	font-size: 1.4rem;
    letter-spacing: 0.035em;
    line-height: 1;
    margin: 0 0 20px;
	padding: 0.7em 0;
	text-align: center;
}

#specialPage #main h3 {
	border-left: solid 4px #82b61f;
	font-size: 1.5rem;
	padding-left: 10px;
	margin-bottom: 15px;
}
#specialPage #main h3.pc {
	display: none;
}
#specialPage #main h3 img {
    margin: 0 2px 0 0;
    vertical-align: middle;
	width: 60%;
}

.block + .block {
    margin-top: 30px;
}
.block .lesson dl dt {
	font-size: 1.2rem;
    margin: 6px 0 0 0;
}
.block .lesson dl dt span {
	color: #c73f1c;
}
.block .lesson dl dd {
	margin-top: 11px;
}

/* 申込方法 */
.about {
	margin: 30px 0 0 0;
}
.about h3{
	border-bottom:1px solid #000000;
}
.about p{
	font-size: 1.4rem;
}
.about dl {
    margin: 8px 0 0 0;
	overflow: hidden;
}
.about dl + dl {
    margin-top: 10px;
}
.about dl dt {
	border: 1px solid #000000;
	float: left;
	font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
	margin-right: 12px;
    text-align: center;
    width: 6em;
}
.about dl dd {
	font-size: 1.6rem;
	font-weight: bold;
    line-height: 32px;
}
.about ul {
	list-style: none;
    margin: 10px 0 0 0;
}
.about ul li {
	font-size: 1.2rem;
    margin-left: 1em;
    text-indent: -1em;
}

/* アクセス */
.acc {
	margin: 30px 0;
}
.acc h3{
	border-bottom:1px solid #000000;
}
#specialPage #main .acc dl.info {
	font-size: 1.2rem; /* =12px */
	width: 100%;
}
#specialPage #main .acc dl.info dt {
	color: #666666;
	clear: both;
	float: left;
	font-weight: bold;
	margin: -1px 0 0 0;
	padding: 13px 0 10px 0;
	vertical-align: top;
	text-align: left;
}
#specialPage #main .acc dl.info dd {
	border-bottom: 1px dotted #CCCCCC;
	padding: 13px 0 10px 105px;
	text-align: left;
	vertical-align: top;
}
#specialPage #main .acc dl.info dd span{
	color:#F00;
}
#specialPage #main .acc dl.info dd b {
	font-size: 1.6rem; /* =16px */
	line-height: 1.2;
}
#specialPage #main .acc dl.info dd b span {
	color: #E60012;
}
#specialPage #main .acc dl.info dd:last-child {
	border-bottom: none;
}

/* 地図・交通情報 */
#specialPage .acc .map {
	font-size: 1.2rem; /* =12px */
	margin: 20px auto 0 auto;
	width: 90%;
}
#specialPage .acc .map dl dt {
	margin: 15px 0 0 0;
}
#specialPage .acc #map_canvas {
	height: 170px;
	width: 100%;
}

/* お問い合わせ */
.contact {
	border-top:#484646 1px dotted;
	padding:30px 0;
	background:url(../images/side.png) no-repeat bottom 0px right 0;
	background-size:50%;
}
.contact dl dt{
	font-size:1.4rem;
	font-weight:bold;
}
.contact dl dd{
	font-size:2.2rem;
	color:#00793A;
	font-weight:bold;
	padding:5px 0;
}
.contact dl dd a{
    color: inherit;
	font-size:2.6rem;
}
.contact ul{
	list-style:none;
	margin-bottom: 10px;
}
.contact ul li{
	font-size:1.3rem;
	padding-right:10px;
	font-weight:bold;
}