@charset "UTF-8";

a{color: #000000;}


#sec01{
	margin-top: 57px;
}
#sec01 .box{
	width: 470px;
}
#sec01 .box a{
	display:block;
	position: relative;
}
#sec01 .box p{
	margin-top: 37px;
}
#sec01 div.cf{
	margin-top: 63px;
	margin-bottom: 70px;
}
#sec01 .box span{
	background-color: rgba(40,41,79,0.83);
	color: #ffffff;
	font-size: 2rem;
	position: absolute;
	padding: 27px 0px 27px 20px;
	width: 450px;
	bottom:0;
	left: 0;
	letter-spacing: 3px;
}
#sec01 .box span:after{
	display: inline-block;
	width: 10px;
	height:10px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	position:absolute;
	top: 26px;
	right: 27px;
}

@media screen and (max-width : 768px){


#sec01{
	margin-top:9.4%;
}
#sec01 div.cf{
	margin:0;
}
#sec01 .box{
	width:auto;
}
#sec01 .box span{
	width:100%;
	box-sizing:border-box;
	font-size:1.6rem;
	line-height:1.0;
	padding:5% 4%;
}
#sec01 .box span:after{
	top:50%;
	right:5%;
	margin-top:-6px;
}
#sec01 .box p{
	margin-top:3%;
}
#sec01 .box+.box{
	margin-top:6.25%;
}
#sec01 .fl,#sec01 .fr{
	float:none;
}
#sec01 .cf+.cf{
	margin-top:6.25%;
}

}