
/* ----------------------------------- */
#notice_nav {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
	min-height: 68vh;
}
#notice_nav li {
	width: 30%;
	margin-right: 5%;
	font-size: 90%;
	line-height: 140%;
	font-weight: 500;
	margin-bottom: 40px;
}
#notice_nav li:nth-child(3n) {
	margin-right: 0;
}
#notice_nav li a {
}
#notice_nav li .ph {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 70%;
	overflow:hidden;
}
#notice_nav li a .ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
	transition:transform 0.3s;
}
#notice_nav li a:hover .ph img {
	transform:scale(1.1);
}
#notice_nav li p {
	padding: 10px;
}
#notice_nav li span {
	display: block;
	color: #2072D0;
	font-size: 70%;
}
/* ----------------------------------- */
#notice {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding-right: 330px;
	position: relative;
	padding-top: 50px;
	min-height: 68vh;
}
#notice .notice_l {
}
#notice .notice_l h3 {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 160%;
}
#notice .notice_l p {
	margin-bottom: 30px;
}
#notice .notice_l a {
	color: #0000FF;
}
#notice .notice_l .day {
	display: block;
	margin-bottom: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
}
#notice .notice_r {
	width: 250px;
	position: absolute;
	top: 50px;
	right: 0;
}
#notice .notice_r .ttl {
	color: #003F88;
	font-weight: 700;
}
#notice .notice_r ul {
	margin-bottom: 30px;
}
#notice .notice_r li {
}
#notice .notice_r li a {
	border-bottom: #ddd 1px dashed;
	position: relative;
	display: block;
	padding: 10px 0;
	font-size: .8rem;
	line-height: 140%;
}
#notice .notice_r li a span {
	display: block;
	font-size: 9px;
	letter-spacing: 2px;
}
#notice .notice_r li a::before {
	content: '';
	height: 1px;
	width: 0;
	background-color: #2072D0;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: .3s;
}
#notice .notice_r li a:hover {
}
#notice .notice_r li a:hover::before {
	width: 100%;
}
/* ----------------------------------- */
.under_con{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.under_con .title_under{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
.under_con .honbun_under{
	text-align: center;
}
.under_con img{
	display: block;
	max-width: 400px;
	width: 80%;
	margin: 0 auto;
}
/* ----------------------------------- */

.btn_style02{
	margin: 40px auto;
}





@media screen and (max-width: 980px) {
    
	/* ----------------------------------- */
	#notice {
        padding-right: 240px;
    }
    #notice .notice_r {
        width: 200px;
    }
	/* ----------------------------------- */
	
	/* ----------------------------------- */
	
	/* ----------------------------------- */
}





@media screen and (max-width: 768px) {
	#notice_nav li,
	#notice_nav li:nth-child(3n){
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 30px;
    }
    #notice_nav li:nth-child(2n) {
        margin-right: 0;
    }
	#notice_nav li p {
        padding: 10px 0 0;
    }
	/* ----------------------------------- */
	#notice {
        padding-right: 0px;
        padding-top: 0px;
    }
    #notice .notice_l {
		margin-bottom: 30px;
    }
    #notice .notice_l h3 {
        font-size: 1.0rem;
        margin-bottom: 30px;
    }
    #notice .notice_r {
        width: 100%;
        position: static;
    }
	
	
	/* ----------------------------------- */
	
	/* ----------------------------------- */
	
	/* ----------------------------------- */





@media screen and (max-width: 600px) {
	#notice_nav {
        padding-top: 0px;
        min-height: none;
    }
	/* ----------------------------------- */
	
	/* ----------------------------------- */
	
	/* ----------------------------------- */
	
	/* ----------------------------------- */
}