@charset "utf-8";
/* About
------------------------------------------------*/
#about .aboutBox {
	overflow: hidden;
	margin: 30px 0 60px;
}


#about .aboutA h1, #about .aboutB h1 {
	color: #fff;
	font-size: 1.154em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

#about .aboutA h1 {
	background: #138c43;
}

#about .aboutB h1 {
	background: #ee741f;
}

#about .aboutA p, #about .aboutB p {
	font-weight: bold;
	line-height: 2;
}



/* 1 */
@media only screen and (max-width : 1160px) {
	/* About
	------------------------------------------------*/
}



/* 2 */
@media only screen and (max-width : 1060px) {
	/* About
	------------------------------------------------*/
}



/* 3 */
@media only screen and (max-width : 960px) {
	/* About
	------------------------------------------------*/
}



/* 4 */
@media only screen and (max-width : 800px) {
	/* About
	------------------------------------------------*/
}



/* 5 iphone6s plus */
@media only screen and (max-width : 660px) {
	/* About
	------------------------------------------------*/
	#about .aboutA {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	#about .aboutB {
		float: none;
		width: 100%;
	}
}



/* iphone6s */
@media only screen and (max-width : 420px) {
	/* About
	------------------------------------------------*/
}



/* 6 iphone5s */
@media only screen and (max-width : 375px) {
	/* About
	------------------------------------------------*/
}



/* 7 */
@media only screen and (max-width : 330px) {
	/* Page
	------------------------------------------------*/
}
