@charset "UTF-8";

.freakout-page .l-h1-wrap .l-h1-inner {
    background: #fff;
	padding-bottom: 100px;
}
.l-freakout-subh1 {
	color: #aaa;
	font-weight: 600;
}

.m-column3 li {
	margin-bottom: 40px;
}

.p-left {
    float: left;
    width: 46.5%;
}
.p-right {
    float: right;
    width: 50%;
}


@media screen and (max-width: 767px){
	.p-left, .p-right {
		float: none;
		width: 100%;
	}
	.m-ttl06 {
		padding-top: 100px; 
	}
}


.freakout-page .l-h1-wrap .l-h1-inner {
	padding-bottom: 60px;
}

.redimpact_video{
	text-align: center;
}
.redimpact_video video{
	width: 65%;
}

@media screen and (max-width: 767px){
	.redimpact_video video{
		width: 100%;
	}
}
