@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 769px) {
	.notice-wrap {
    width: 95%;
    max-width: 1150px;
    margin: 0 auto;
    height: 100%;
		padding-top: 15px;
}
.text-wrap {
	border: 5px solid #eee;
	margin-bottom: 10px;
}
.text-wrap a {
	text-decoration: none;
}
.text-Contents {
	width: 100%;
	margin: 0;
	padding: 1% 3%;
	border-bottom: 1px dotted #ddd;
	font-size: 14px;
}
.small-img-announcement {
	width: 100%;
	margin: 0;
	padding: 4px 30px;
	border-bottom: 1px dotted #ddd;
	font-size: 14px;
}
.text-Contents:last-child, .small-img-announcement:last-child {
	border-bottom: none;
}
.text-Contents-line, .small-img-announcement-line {
	padding: 0;
	font-size: 14px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	padding: 0;
	text-decoration: none;
}
.span-icon {
	display: inline-block;
	font-size: 12px;
	padding: 4px 5px 3px;
	border: 1px solid #0359e0;
	background-color: #0359e0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	vertical-align: middle;
	text-align: left;
	margin-bottom:5px;
	color: #fff;
}
span.news-title {
	font-weight: bold;
	color: #000;
	vertical-align:middle;
}
.icon-orange {
	background-color: #f78517;
	border: #f78517;
}

}


@media screen and (max-width: 768px) {
	.notice-wrap{
    width: 95%;
    max-width: 970px;
    margin: 0 auto;
    height: 100%;
}


.text-wrap{
    margin: 3% 0;
	border: 5px solid #eee;
	margin-bottom: 10px;
}
.text-Contents{
   
    margin: 0;
    padding: 2%;
    border-bottom: 1px dotted #ddd;
	font-size: 13px;
	line-height: 1.5;
}
.text-Contents a{
    width: 100%;
    margin: 0;
    display: block;
    padding: 1%;
	text-decoration: none;
   
}


.ttl-box, .ttl-img-box{
    width: 40%;
}
.text-Contents-txt{
    width: 70%;
    margin: 0 2%;
}
.small-text-Contents-txt{
    width: 70%;
    font-size: 12px;
    padding: 0% 3%;
}


.text-Contents-ttl{
    padding: 0 0 2%;
    padding-top: 10px;
    color: #000;
    border: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 0.8em;
}
.news-box-icon{
    background-color: #004098;
    color: #FFF;
    text-align: center;
    padding: 2px 5px;
    font-size: 0.8em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 75px;
    height: 21px;
}


.span-icon{
    display: inline-block;
    font-size: 11px;
    padding: 4px 5px 3px;
    border: 1px solid #0359e0;
    background-color: #0359e0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 3px;
    color: #fff;
}


.icon-orange{
    background-color: #f78517;
    border: #f78517;
}

.news-title{
    font-size: 14px;
    font-weight: bold;
}
.news-txt-center{
    width: 95%;
    font-size: 14px;
	line-height: 1.5em;
}
}

