@charset "utf-8";

/* -------------
about
---------------- */

#about .about__box .textbox {margin-top: 0 !important;}
#about .about__box .textbox h2 {margin: 0 0 60px !important; line-height: 1 !important;}
#about .about__box .textbox p + p {margin-top: 51px !important;}
br.SP{display: none;}
@media only screen and (max-width: 768px) {
	
  #about .about__box .imgbox {margin-bottom: 36px !important; }
	#about .about__box .textbox {margin-top: 0 !important;}
	#about .about__box .textbox h2 {margin: 0 0 20px !important; font-size: 23px !important; line-height: 1.9 !important;}
	#about .about__box .textbox p + p {margin-top: 24px !important;}
	br.SP{display: block;}
	
}
@media (min-width: 769px) and (max-width: 1024px) {
	br.SP{display: block;}
	#about .about__box .textbox h2{line-height: 1.9 !important;}
}