@charset "utf-8";
/* CSS Document */

#TopMain{
	position: relative;
	height: auto;
	overflow: hidden;
}
#InformationFeed ul{
	padding: 1rem 0;
}
#InformationFeed li{
	padding: .6rem 1.2rem;
	margin-bottom: .5rem;
}
#InformationFeed li span{
	display: block;
}
#InformationFeed #feedImportant li{
	background-color: #F1E5F3;
}
#InformationFeed #feedInfo li{
	background-color: #ffffff;
}

#footerPicBnArea img{
	max-height: 200px;
}
#footerBnArea img{
	max-height: 74px;
}





/*Instagram feed Area*/
.insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
    padding:0;
}
.insta_list li{
    position: relative;
    width: calc((100% - 20px)/3);
    list-style:none;
}
@media screen and (max-width: 750px){
    .insta_list li{
        width: calc((100% - 20px)/2);
    }
}
.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.insta_list a{
	position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:10px;
}
.insta_btn{
    background-color: #000;
    padding: .5em 1em;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s
}
.insta_btn a{
    color: #fff;
    text-decoration: none;
}
.insta_btn:hover{
    background-color: #999;
}

/*end Instagram feed Area*/


/*start Rengou banner Area*/
section.is-grey-lighter div.container
{
padding:0;
}

section.is-grey-lighter div.container ul
{
list-style-type:none;
display:flex;
flex-wrap: wrap;
justify-content:center;
margin:0;
padding:0;
}

section.is-grey-lighter div.container ul li
{
margin:0.5rem;
}
/*end Rengou banner Area*/


/* ########### 991px以下 ＞lg ########### */
@media (max-width: 991px) {
}

/* ########### 767px以下 ＞md ########### */
@media (max-width: 767px) {
}
/* ########### 575px(xm)以下 スマホ用 ########### */
@media (max-width: 575px) {
#examSupportArea img{
	max-width: 50px;
}
#TopChangeArea img,
#footerPicBnArea img,
#footerBnArea img{
	max-width: 150px;
}
}
/*トップページ用 設定 OnlyTop*/