@charset "utf-8";
@import url("../../css/common.css");

body{
	background: url("../../img/common/water_bg2.png")
	center center no-repeat;
	background-size: cover;
	text-align: center;
}

.bg_white{
    background: rgba(255,255,255,0.8);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5%;
	margin-left: 5%;
}


main p, main dt, main dd{
	font-size: 15px;
	line-height: 1.8;
}


h1{
 font-size: 24px;
 font-weight: bold;
 margin-top: 80px;
 margin-bottom: 50px;
}

h2{
 font-size: 14px;
 margin-bottom: 5px;
}

.news_group{
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 100px;
  text-align: left;
}

.news_group dt{
  border-bottom: solid 2px #6c9378;
  margin-bottom: 10px;
}

.jugoya_image{
  display: block;
  margin: 10px auto 0px auto;
}


@media (max-width:748px){	
	
main p, main dt, main dd{
	font-size: 14px;
    line-height: 1.7;
}
	


h1{
 font-size: 23px;
}

h2{
 font-size: 13px;
}
	
	
}




