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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
#banner_information{
	padding: 60px 0;
}     
#banner_information .information_wrapper{
	width:880px;
	margin:0 auto;
} 
#banner_information .information_wrapper ul{
 list-style: none;
margin:0;
 padding:0;
}
#banner_information .information_wrapper ul li{
	border: 1px solid #bdbdbd;
    padding: 50px;
    margin: 50px auto 100px;
    background: #f7f3ec;
}
#banner_information .information_wrapper ul li figure{
width:100%;
}
#banner_information .information_wrapper ul li figure img{
width:780px;
max-width:100%;
margin:0 auto;
}
#banner_information .information_wrapper ul li h3.info_title{
font-size: 1.6rem;
letter-spacing: 0;
margin-top: 1.5rem;
padding-bottom:1rem;
font-family: 'Noto Sans JP',sans-serif;
border-bottom:1px solid #bbb;
}
#banner_information .information_wrapper ul li p.info_text{
letter-spacing: 0;
margin-bottom: 1rem;
font-family: 'Noto Sans JP',sans-serif;
font-weight: 400;
white-space: pre-line;
}
.anchor {
display: block;
padding-top: 50px;
margin-top: -50px;
}