@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; 
	}
}

.menu{
background: #fff;
}

.m-more-btn a{
	margin: 0 auto;
}

.menu__item{
	padding: 30px;
    border: 1px solid #ddd;
	background-color: #fff;
}

.menu__item h4{
	text-align: center;
    font-size: 2rem;
    color: #CC0000;
    font-weight: bold;
	margin: 10px auto;
}


.features__wrap {
	display: flex;
	margin-top: 60px;
  }
  
  .features__item {
	text-align: center;
	flex: 1;
  }
  
  .features__item img {
	height: 70px;
	width: auto;
  }
  
  .features__item h3 {
	margin-top: 10px;
	font-size: 2rem;
	color: #CC0000;
	font-weight: bold;
  }
  
  .features__item p {
	text-align: left;
	margin-top: 30px;
  }
  
  .features__item+.features__item {
	margin-left: 40px;
  }
  
  @media screen and (max-width: 768px) {
	.features__wrap {
	  display: block;
	}
  
	.features__item {
	  width: 100%;
	  flex: inherit;
	}
  
	.features__item h3{
	  font-size: 16px;
	}
  
	.features__item:nth-child(n + 2) {
	  margin-top: 30px;
	}
  
	.features__item+.features__item {
	  margin-left: 0;
	}
  
	.features__item p {
	  margin-top: 10px;
	}
  }