@charset "utf-8";
/*===================================================== 
 * Last Up Date: 2022/02/24
=====================================================*/
/**----- contents -------
1:社会と共に
----------------------*/
/*== 1:common ==================*/
#society h2{
 font-size: 3.2rem;
 padding-bottom: 10px;
 margin-bottom: 40px;
 border-bottom: #0050a4 1px solid;
}
#society h3{
 font-size: 2.8rem;
 color: #0050a4;
 margin-bottom: 10px;
 border-bottom: #0050a4 1px solid;
}
#society .wrapper.low p{
 font-size: 1.6rem;
  padding-bottom: 60px;
}
#society .wrapper .cont_inner{
 padding: 0 70px 0;
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 750px) {

 #society h2{
  font-size: 2.0rem;
  padding-bottom: 3vw;
  margin-bottom: 5vw;
 }
 #society h3{
  font-size: 1.8rem;
  margin-bottom: 5vw;
 }
 #society p{
  font-size: 1.4rem;
 }
 #society .wrapper .cont_inner{
  padding: 0;
 }
}

/*===20230612追加=====*/

@media screen and (max-width: 800px) {
}
@media screen and (min-width: 500px) {

#img2{
	display: block;
	width: 800px;
	height: 650px;
	margin-left: 100px;	
}
#img2 .cap{
	margin-top: 10px;
	font-size: 1.2em;
	}
}


/*==============================*/

