@charset "utf-8";



/* section */

section .topimg ul.imgBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section .topimg ul.imgBox li{
    width: 47.5%;
    margin: 10px auto;
}

section ul.imgBox{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
section li{
	width: 31%;
	margin: 10px auto;
}
section h2{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
    color: #c8a273;
}
section p{
    text-align: center;
    margin-bottom: 20px;
}
section p:nth-child(4){
    margin-bottom: 100px;
}


@media only screen and (max-width:640px){
	
	section ul.imgBox{
	display: flex;
}
	section li{
	width: 49%;
    margin: 5px 0;
}	

section .topimg ul.imgBox{
    display: block;
}
    
section .topimg ul.imgBox li{
    width: 100%;
}
	
}


