@charset "utf-8";

.entry > li{
  text-align: center;
}
.entry > li > a{
  background: -moz-linear-gradient(top,  #86b13c 0%, #548103 100%);
  background: -webkit-linear-gradient(top,  #86b13c 0%,#548103 100%);
  background: linear-gradient(to bottom,  #86b13c 0%,#548103 100%);
  display: block;
  border: 2px solid rgba(255,255,255,.40);
  color: #FFF;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: bold;
}
.entry > li > a:hover{
  background: -moz-linear-gradient(top,  #548103 0%, #86b13c 100%);
  background: -webkit-linear-gradient(top,  #548103 0%,#86b13c 100%);
  background: linear-gradient(to bottom,  #548103 0%,#86b13c 100%);
}
.entry > li > a > span{
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  display: inline-block;
  padding-left: 25px;
}
.btn_entry span{
  background-image: url("../img/icon_entry.png");
}
.btn_login span{
  background-image: url("../img/icon_login.png");
}

.contents .notes li{
  font-size: 13px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
}
.contents .notes li+li{
  margin-top: 8px;
}

/*====================================================================
  PC
====================================================================*/
@media print, screen and (min-width: 961px) {
	
	.banner_list{
		margin: 20px 20px 0;
	}
	.banner_list > li{
		font-size: 0;
		margin-top: 10px;
	}
	.banner_list > li img{
		height: auto;
		width: 100%;
	}
	
	
	#heading{
		border-bottom: 4px solid #659400;
		display: flex;
		align-items: center;
	}
	#heading .ttl{
		color: #659400;
		font-family: 'Noto Serif JP', serif;
		font-size: 26px;
		line-height: 1;
		font-weight: normal;
		margin-left: 30px;
		margin-right: 30px;
	}
	#heading .ttl a{
		color: #659400;
		text-decoration: none;
	}
	#heading .page_navi{
		font-family: 'Noto Serif JP', serif;
		display: flex;
		margin-left: auto;
		width: 70%;
	}
  #heading .page_navi.col3{
		width: 60%;
	}
	#heading .page_navi > li{
		display: flex;
		width: 25%;
	}
  #heading .page_navi.col3 > li{
		display: flex;
		width: 33.3333%;
	}
	#heading .page_navi > li > a{
		background: url("../img/icon_arrow.png") center bottom 8px no-repeat;
		background-size: 10px auto;
		border-left: 1px solid #DDDDDD;
		color: #333;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		line-height: 1.6;
		padding: 13px 0 22px;
		width: 100%;
    text-align: center;
	}
	#heading .page_navi > li > a:hover,
	#heading .page_navi > li > a.on{
		background-image: url("../img/icon_arrow_over.png");
		background-color: #659400;
		color: #FFF;
	}
	#heading .page_navi > li > a > span{
		display: block;
		font-size: 11px;
    line-height: 1.3;
	}
  #heading.no_navi{
    padding: 20px 0;
  }
  #heading.no_navi br{
    display: none;
  }
}

@media screen and (min-width:1080px) {

}

/*====================================================================
  TABLET_PC
====================================================================*/
@media screen and (max-width: 1079px) and (min-width: 961px) {

}

/*====================================================================
  TABLET
====================================================================*/
@media screen and (max-width: 960px) {
	.banner_list{
    display: flex;
		margin: 40px 20px 0;
    justify-content: space-between;
	}
	.banner_list > li{
    width: 49%;
	}
	.banner_list > li img{
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width: 960px) and (min-width: 561px) {
  #heading{
		border-bottom: 4px solid #659400;
		display: flex;
		align-items: center;
	}
	#heading .ttl{
		color: #659400;
		font-family: 'Noto Serif JP', serif;
		font-size: 24px;
		line-height: 1;
		font-weight: normal;
		margin-left: 30px;
		margin-right: 30px;
	}
	#heading .ttl a{
		color: #659400;
		text-decoration: none;
	}
	#heading .page_navi{
		font-family: 'Noto Serif JP', serif;
		display: flex;
		margin-left: auto;
		width: 70%;
	}
	#heading .page_navi.col3{
		width: 60%;
	}
	#heading .page_navi > li{
		display: flex;
		width: 25%;
	}
  #heading .page_navi.col3 > li{
		display: flex;
		width: 33.3333%;
	}
	#heading .page_navi > li > a{
		background: url("../img/icon_arrow.png") center bottom 8px no-repeat;
		background-size: 10px auto;
		border-left: 1px solid #DDDDDD;
		color: #333;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		line-height: 1.6;
		padding: 13px 0 22px;
		width: 100%;
    text-align: center;
	}
	#heading .page_navi > li > a:hover,
	#heading .page_navi > li > a.on{
		background-image: url("../img/icon_arrow_over.png");
		background-color: #659400;
		color: #FFF;
	}
	#heading .page_navi > li > a > span{
		display: block;
		font-size: 11px;
    line-height: 1.3;
	}
  #heading.no_navi{
    padding: 20px 0;
  }
  #heading.no_navi br{
    display: none;
  }
}

/*====================================================================
  SP
====================================================================*/
@media screen and (max-width: 560px) {
  #heading .ttl{
		color: #659400;
		font-family: 'Noto Serif JP', serif;
		font-size: 18px;
		line-height: 1;
		font-weight: normal;
		text-align: center;
		padding: 15px 0;
	}
	#heading .ttl a{
		color: #659400;
		text-decoration: none;
	}
	#heading .page_navi{
		display: none;
	}
	
	.page_navi{
		font-family: 'Noto Serif JP', serif;
		border-top: 1px solid #DDDDDD;
		margin-top: 60px;
	}
	.page_navi > li{
	}
	.page_navi > li > a{
		border-bottom: 1px solid #DDDDDD;
		background: #EFEFEF url("../img/icon_arrow_left.png") left 20px center no-repeat;
		background-size: 8px auto;
		color: #333;
		font-size: 18px;
		text-decoration: none;
		line-height: 1.6;
		padding: 15px 15px 15px 40px;
		display: block;
	}
	.page_navi > li > a > span{
		font-size: 12px;
		display: inline-block;
		vertical-align: middle;
	}
  
  .banner_list{
    display: block;
		margin: 40px 20px 0;
	}
	.banner_list > li{
    width: 100%;
	}
  .banner_list > li+li{
    margin-top: 10px;
  }
	.banner_list > li img{
		height: auto;
		width: 100%;
	}
}
