.page-ttl-back-msk {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 70px;
}
@media (max-width: 480px) {
	.page-ttl-back-msk {
        margin-bottom: -60px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */
#sec01 {
	max-width: 1100px;
	width: 95%;
	margin: 0 auto 50px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	padding: 1.5em;
	position: relative;
	z-index: 1;
}
#sec01 dl {
    margin: 0;
	border-bottom: #ccc 1px dashed;
	padding: 0px 10px 20px;
	margin-bottom: 20px;
}
#sec01 dl:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding: 0px 10px 5px;
}
#sec01 dt,
#sec01 dd {
	line-height: 150%;
}
#sec01 dd {
	margin-bottom: 5px;
}
#sec01 dd span {
	display: inline-block;
	font-size: 10px;
}
#sec01 dd .day {
	color: #aaa;
}
#sec01 dd .category {
	margin-left: 10px;
	border: #3069C1 1px solid;
	color: #3069C1;
	line-height: 1em;
	padding: 3px 10px 5px;
}
#sec01 dt {
}
#sec01 dt a {
	font-weight: 500;
}
#sec01 dt a:hover {
	color: #3069C1;
}
@media (max-width: 1024px) {
}
@media (max-width: 640px) {
	#sec01 {
		margin: 0 auto 30px;
	}
}
@media (max-width: 480px) {
	#sec01 {
    }
	#sec01 dl {
        padding: 0px 5px 20px;
    }
    #sec01 dl:last-child {
        padding: 0px 5px 5px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1300px;
	width: 94%;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#sec02 #left {
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	padding: 1.9em;
	width: 70%;
}
#sec02 #left dl.news-ttl {
    margin: 0;
	border-bottom: #ccc 1px dashed;
	padding: 10px 0px 20px;
	margin-bottom: 30px;
}
#sec02 #left dl.news-ttl dt,
#sec02 #left dl.news-ttl dd {
	line-height: 150%;
}
#sec02 #left dl.news-ttl dd {
	margin-bottom: 5px;
}
#sec02 #left dl.news-ttl dd span {
	display: inline-block;
	font-size: 12px;
}
#sec02 #left dl.news-ttl dd .day {
	color: #aaa;
}
#sec02 #left dl.news-ttl dd .category {
	margin-left: 10px;
	border: #3069C1 1px solid;
	color: #3069C1;
	line-height: 1em;
	padding: 3px 6px 3px;
}
#sec02 #left dl.news-ttl dt {
	font-weight: 500;
	font-size: 1.2em;
}
#sec02 #left p {
	line-height: 180%;
	margin-bottom: 20px;
}
#sec02 #right {
	width: 27%;
}
#sec02 #right dl {
    margin: 0;
	border-bottom: #ccc 1px dashed;
	padding: 0px 5px 15px;
	margin-bottom: 15px;
}
#sec02 #right dt,
#sec02 #right dd {
	line-height: 150%;
}
#sec02 #right dd {
	margin-bottom: 5px;
}
#sec02 #right dd span {
	display: inline-block;
	font-size: 10px;
}
#sec02 #right dd .day {
	color: #aaa;
}
#sec02 #right dd .category {
	margin-left: 10px;
	border: #3069C1 1px solid;
	color: #3069C1;
	line-height: 1em;
	padding: 3px 10px 5px;
}
#sec02 #right dt {
	font-size: .9em;
}
#sec02 #right dt a {
	font-weight: 500;
}
#sec02 #right dt a:hover {
	color: #3069C1;
}
@media (max-width: 1024px) {
}
@media (max-width: 640px) {
	#sec02 {
		display: block;
		margin: 0 auto 30px;
	}
	#sec02 #left {
		width: 100%;
		margin-bottom: 50px;
	}
	#sec02 #right {
		width: 100%;
	}
}
@media (max-width: 480px) {
	#sec02 {
        width: 90%;
    }
    #sec02 #left {
        padding: 1.5em;
    }
	#sec02 #left dl.news-ttl dt {
        font-size: 1.1em;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


