@charset "utf-8";

/*-------------------------------------------------------
index
---------------------------------------------------------*/
.seriesBox{
	position:relative;
	margin-bottom:90px;
}

.seriesBox img{
	width:100%;
}

.seriesBox .textBox{
	position: absolute;
	bottom: 0;
	background: rgba(51,51,51,0.8);
	color: #fff;
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}

.seriesBox .textBox .title01{
	font-size:36px;
	margin-bottom: 10px;
	padding-right: 230px;
}
.seriesBox .textBox .title01 span{
    font-size: 28px;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}

.seriesBox .textBox .text01{
	line-height: 2.0;
}

.seriesBox .textBox .linkBtn01{
	position: absolute;
	right: 30px;
	top: 30px;
}

@media screen and (max-width:750px) {
header#header {
    height: 60px;
    position: fixed;
}

.seriesBox .textBox{
	position: static;
    padding: 30px 20px;
}

.seriesBox .textBox .title01{
    font-size: 34px;
	padding-right: 0;
	text-align: center;
	margin-bottom: 25px;
}

.seriesBox .textBox .linkBtn01{
	position: relative;
	right: 0;
	left: 0;
	top: 0;
	margin: 0 auto 25px auto;
}








}



