@charset "utf-8";
/* CSS Document */

/*----------トップ画像-----------------*/
.top-img{
    max-width: 1360px;
    margin: 0 auto;
    margin-bottom: 5%;
}
.top-img img{
    border-radius: 0px 0px 20px 20px;
}

/*----pcとスマホで画像を切り替えるため-----*/
.pc-img{
    display: block;
}
.sp-img { 
    display: none; 
}
/*----pcとスマホで画像を切り替えるため-----*/

/*----------トップ画像-----------------*/
.common_wrap{
    padding: 2% 5%;
	margin:5% 0;
    /*background-color: #ffffff;*/
    border-radius: 20px;
    text-align: center;
	width: 100%;
    margin-bottom: 0;
}

.wrap{
	margin:2% auto;
}

h2/*小見出し1*/{
	color: #453012;
	font-size: 2rem;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: auto;
	padding-left: auto;
}

/*　年度選択　*/
.select_wrap{
	display: block;
}

.year a{
    font-size:2.0rem;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    line-height: 3;
}

.year p{
	
}

.year {
  display: inline-block;
  width:85%;
  padding:3%;
  text-decoration: none;
  color: #453012;
  background: #FFFFFF;
  height:100px;
  margin: 3% 5%;
  border: solid 2px #FFFFFF;
  border-radius: 20px;
  transition: .4s;
    
  position: relative;
}

.year:hover {
  background:#F9EE53;
  border: solid 2px #F9EE53;
  color: #453012;
}

/*　年度選択　*/


/* タブレット用-------------------------- */
@media screen and (max-width: 1024px) {	
	
	.document_wrap{
		padding: 50px 0px;
	}
	
  p {
    font-size: 1.2rem;
  }
	
  li img {
    height: 25px;
  }
	
/*　年度選択　*/

 .year p{
	font-size:1.2rem !important;
}

/*　年度選択　*/
	
}


/* スマホ用-------------------------- */
@media screen and (max-width: 599px) {
	/*----一番上の画像をpcとスマホで切り替えるため-----*/
    .pc-img{
        display: none;
    }
    .sp-img { 
        display: block; 
    }
    /*----一番上の画像をpcとスマホで切り替えるため-----*/
    
    
	
  p {
    font-size: 1.0rem;

  }
	
/*　年度選択　*/	
.select_wrap{
	display: block;
}

.year a{
    line-height: 2;
    font-size: 1.2rem;
}
    
    
.year{
	width:80%;
	padding:2%;
	height:50px;
	margin:5% auto;
	border-radius: 10px;
}	
 .year p{
	font-size:1.2rem;
}

/*　年度選択　*/
	
}