@charset "utf-8";
@font-face {font-family: Futura; src: url(../fonts/FuturaPTMedium.otf);}

h4 {font-size: 2.5rem; margin-bottom: 2rem; line-height: 1; font-family: 'Futura', sans-serif; font-weight: 300;}

.row {margin-bottom: 4rem;}
.row .tit {font-size: 1.6rem; margin-bottom: 1rem;}
.row p {margin-bottom: 2rem;}

#box01 {max-width: 1000px; line-height: 2;}
#box01 p {margin-bottom: 2rem;}

/*Responsive*/
@media only screen and (max-width: 767px){
	h4 {font-size: 2rem;}
}