@charset "utf-8";
/* CSS Document */

p {
	color: #313131!important;;}
.item h4 {
    color: #ff5722 !important;
	font-weight: bolder !important;
}


	


/* PC */
@media (min-width: 992px){
.col-lg-5 {
    width: 50% !important;
}
	
.col-lg-7 {
    width: 50% !important;
}	

.col-sm-7 {
    width: 100% !important;
}	
	
	.yt01{
		width:100%;
	height:100%;
	}
	
	
		.py-100 {
    padding: 100px 0 0 0!important;
}
	
}

/* スマホ */
@media (max-width: 800px){
	.yt01{
		width:100%;
	height:60%;
	}
	.about-us .about-us-img-box {
   
    margin: 0 0 -160px 0 !important;
}
	
	.sec-title h3 {
		font-size: 30px;}
	
	
	#first-column {
    order: 2;
}

#second-column {
    order: 1;
}
		
	
	.py-100 {
    padding: 50px 0 0 0!important;
}
	
	
}




