@charset "utf-8";

/* style_pc_campaign.css：PC
 * ======================================
 * Element
 * ======================================
 */

  /* Element
------------------------------------------------------------------ */
#specialPage #main section,
#specialPage #main {
	overflow: hidden;
}

#specialPage #main h1 img {
	width:898px;
	margin-bottom:50px;
	border:1px solid #000;
}

#specialPage #main h2 {
	background :#e51373;
	color: #ffffff;
	font-size: 2.8rem;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0 0 30px;
	padding: 18px 0;
	text-align: center;
}

#specialPage #main h3 {
	font-size: 3.0rem;
    line-height: 1;
    margin: 0 0 30px;
    position: relative;
}
#specialPage #main h3 span {
	font-size: 2rem;
}
#specialPage #main h3::before {
	background-color: #de5514;
	content: '';
    display: inline-block;
    height: 35px;
    margin: 0 8px 0 0;
    vertical-align: -0.2em;
    width: 8px;
}
#specialPage #main h3.sp {
	display:none;
}
#specialPage #main h3 img {
	padding: 0 5px;
    vertical-align: -0.6em;
	width: 346px;
}

.block + .block {
    margin-top: 60px;
}
.block .lesson {
    margin: -18px 0 0 0;
	overflow: hidden;
}
.block .lesson > img {
	float: left;
    width: 385px;
}
.block .lesson dl {
	float :right;
	width: 495px;
}
.block .lesson dl dt {
	font-size: 1.6rem;
}
.block .lesson dl dt span{
	font-size: 1.4rem;
}
.block .lesson dl dd img {
	margin-top: 15px;
    width: 100%;
}
.block .lesson dl dt span.catch {
	color: #c73f1c;
}

.block img {
	width: 898px;
}
.challengeB {
	margin-top: -10px;
}

/* 申込方法 */
.about {
	margin: 75px 0 0 0;
}
#specialPage #main .about h3 {
	border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.about p {
	font-size: 2.0rem;
}
.about dl {
    margin: 12px 0 0 0;
	overflow: hidden;
}
.about dl + dl {
    margin-top: 20px;
}
.about dl dt {
	border: 1px solid #000000;
	float: left;
	font-size: 2.2rem;
    height: 38px;
    line-height: 38px;
	margin-right: 12px;
    text-align: center;
    width: 145px;
}
.about dl dd {
	font-size: 3.2rem;
	font-weight: bold;
    line-height: 38px;
}
.about ul {
	list-style: none;
    margin: 21px 0 0 0;
}
.about ul li {
	font-size: 1.5rem;
    margin-left: 1em;
    text-indent: -1em;
}
.about ul li span {
	font-size: 1.2rem;
}

/* 施設情報 */
#specialPage #main .acc {
	margin: 75px 0 0 0;
    padding: 0 20px;
}
#specialPage #main .acc h3 {
	border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.acc dl {
    border-bottom: 1px solid #CCCCCC;
    display: table;
    width: 100%;
}
.acc dl dt,
.acc dl dd {
    color: #666666;
    display: table-cell;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 13px 0 10px 0;
    text-align: left;
    vertical-align: top;
}
.acc dl dt { 
	width: 5.5em;
}
.acc dl dd span {
	color: #F00;
}
.acc dl dd span.telLink {
	color: inherit;
}
.acc dl dd b {
	font-size: 2.2rem;
	line-height: 1.2;
}

/* お問い合わせ */
.contact {
	padding: 40px 20px;
	background:url(../images/side.png) no-repeat bottom 0px right 30px;
}
.contact dl dt {
	font-size: 1.6rem;
	font-weight: bold;
}
.contact dl dd {
	font-size: 3rem;
	color: #00793A;
	font-weight: bold;
	padding: 5px 0;
}
.contact dl dd a {
    color: inherit;
	font-size: 4.6rem;
}
.contact ul {
	list-style: none;
	margin-bottom: 10px;
}
.contact ul li {
	font-size: 1.4rem;
	padding-right: 10px;
	font-weight: bold;
}
.contact ul li span {
	margin-left: 10px;
}