@charset "utf-8";
.top_main_read{
	position: absolute;
	width: 35%;
	top: 66%;
	left: 15%;
	z-index: 10;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	line-height: 1.9;
}

.contests_area{
	background-image: url(../img/contents_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
}
.contests_tx{
	font-size: 18px;
	line-height: 1.9;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 568px) {
.contests_tx{
	font-size: 15px;
	line-height: 1.9;
	margin-top: 20px;
	
}
  }
.green_bg01area{
    position: relative; 
	
}
#green_bg01{
    position: absolute;
    top: 0;
    left: 0;
	z-index: -2;
}
.green_bg02area{
    position: relative;    
}
#green_bg02{
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: -2;
}
.green_bg03area{
    position: relative;    
}
#green_bg03{
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: -2;
}
@media (max-width: 1400px) {

#green_bg01 img,#green_bg02 img,#green_bg03 img{	
	width: 50%;
}
#green_bg02 img{	
	float: right;
}
  }
@media (max-width: 768px) {

.green_bg02area,.green_bg03area{

	margin-top: 5%;
}
  }
.green_area{
	background-color: #004f2b;
}

/* 下のナビ
---------------------------------*/
.foot_nav {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/* 画像変更
---------------------------------*/
.sp-hidden {
  display: block !important;
}
.pc-hidden {
  display: none !important;
}
img.sp-hidden {
  display: inline !important;
}
img.pc-hidden {
  display: none !important;
}
@media (max-width: 1119px) {
  .sp-hidden {
    display: none !important;
  }
  .pc-hidden {
    display: block !important;
  }
  img.sp-hidden {
    display: none !important;
  }
  img.pc-hidden {
    display: inline !important;
  }
}