@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%;
}

.wrap{
	margin:2% auto;
}

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


.year_wrap{
	width: 80%;
	text-align: left;
	margin:2% auto;

}

.wp-block-file{
	width: 100%;
	font-size: 1.5rem;
	padding:2%;
	display: inline-block;
	text-decoration: none;
	color: #453012;
	transition: .4s;
}

.wp-block-file:hover {
  background:#F9EE53;
  border: solid 2px #F9EE53;
}

.btn_news{
	position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #453012;
	color: #453012;
	text-align: center;
	outline: none;
    top: 10%;
    left: 45%;
    margin-top: 2%;
    font-size: 1rem;
}

.btn_border_type1 {
  padding: 5px 30px;
  border: 2px solid #453012;
  transition: border-color 0.3s ease;
  
}
.btn_border_type1:hover {
  border-color: #F2EDE1;
}


/*資料掲載*/


/* タブレット用-------------------------- */
@media screen and (max-width: 1024px) {	
	
/*資料掲載*/	
.wp-block-file{
	font-size: 1.2rem;
}
	
 .btn_news{
        left: 0;
        margin-top: 6%;
    }
    .btn_border_type1{
        padding: 5px 30px;
    }	
/*資料掲載*/
}

/* タブレット用-------------------------- */



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

h2/*小見出し1*/{
	font-size: 1.4rem;
}	
	
/*資料掲載*/	
.wp-block-file{
	font-size: 0.875rem;
}
/*資料掲載*/
	
}
/* スマホ用-------------------------- */