@charset "UTF-8";

.freakout-page .l-h1-wrap .l-h1-inner {
    background: #fff;
}
.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; 
	}
}