@charset "UTF-8";

#information-detail .wrap {
	position: relative;
}

#information-detail .date {
	position: absolute;
	top: 35px;
	right: 0;
	font-size: 1.2rem;
}

#information-detail img{
	margin-bottom: 40px;
}

#information-detail .photo {
	width: 30%;
	float: right;
	margin-bottom: 40px;
	margin-left: 30px;
}

#information-detail .copy span {
	font-size: 1.6rem;
	font-weight: bold;
}

#information-detail .btn a {
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	background: url(../img/ico-arrow04.svg) no-repeat left 15px center;
  background-size: 10px 10px;
	background-color: #0d2653;
	border-radius: 6px;
	width: 40%;
	margin: 40px auto 60px;
}

#information-detail .btn a:hover,
#openschool-detail .btn2 a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}

#openschool-detail .btn2 a {
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 6px 0;
	background-color: #de0050;
	border-radius: 6px;
	width: 50%;
	margin: 40px auto 60px;
}
#openschool-detail .block-2 {
	margin-bottom: 0;
}

/*オープンスクール*/

#openschool-detail .os_box{
    width: 90px;
    padding-top: 3px;
    height: 30px;
    background: #6eaf3a;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    }
#openschool-detail .os_box:after{
	content: "小学生対象";
    }
#openschool-detail .os_box-1{
    width: 90px;
    padding-top: 3px;
    height: 30px;
    background: #65aadd;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
}
#openschool-detail .os_box-1:after{
	content: "中学生対象";
    }

#openschool-detail p.read {
	background: #eaeaea;
	padding: 25px;
}
#openschool-detail .capstion {
	margin-bottom: 40px;
}

/* 640pxまでの幅の場合に適応される */
@media screen and (max-width: 640px) {

#information-detail h4 {
	margin-bottom: 5px;
}	
	
#information-detail .date {
	position: static;
	text-align: right;
	margin-bottom: 15px;
}
		
#information-detail .photo {
	width: 40%;
	margin: 5px 0 10px 15px;
}
	
#information-detail .btn a {
	width: 100%;
}

/*オープンスクール*/




}
