<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.boldh2{
	font-size: 70px;
	line-height: 1;
	letter-spacing: 3px;
}
.h2small {
    font-size: 16px;
    font-weight: bold;
    margin-left: 12px;
	font-family: 'Lato',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.color_orange{
	color: #f39800;
}
.color_green{
	color: #009e96;
}
.btns.linegradation{
	position: relative;
	background: linear-gradient(90deg, rgba(0,158,150,1) 0%, rgba(243,152,0,1) 100%);
	text-align: center;
	height: 40px;
	font-weight: bold;
	width: 170px;
	display: block;
	font-size: 16px;
	color: #fff;
	padding-right: 0px;
	line-height: 40px;
}
.btns.linegradation::after{
	content: '➡';
	line-height: 38px;
	position: absolute;
	top: 1px;
	right: 10px;
}
.liststyle{
	width: 100%;
}
.liststyle td{
	padding: 10px 15px 10px 0;
}
.liststyle tr{
	border-bottom: 1px solid #c1c1c1;
}
.ls_cat{
	width: 150px;
}
.ls_cat a{
	font-size: 0.7em;
	display: inline-block;
	background: #ccc;
	padding: 0 10px;
	border-radius: 10px;
	font-weight: bold;
	margin-right: 5px;
	vertical-align: text-top;
}
@media all and (-ms-high-contrast: none) {
	.ls_cat a{
		padding-top: 0.3em;
	}
}
.ls_date {
    width: 90px;
    font-size: 14px;
	padding-left: 15px!important;
}
.ls_title a{
	width: 100%;
	display: block;
	position: relative;
}
.listbg{
	background: rgba(0,0,0,0.05);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 768px) {
	.boldh2 {
	    font-size: 56px;
	}
}
@media screen and (max-width: 540px) {
	.liststyle td {
		width: 100%;
		display: block;
	}
	.liststyle td.ls_date, .liststyle td.ls_cat {
	    padding: 0px;
	    padding-left: 0!important;
	    display: inline-block;
	    width: auto;
	}
	.liststyle td.ls_title {
	    padding: 5px 0 0;
	}
	.liststyle tr {
	    display: block;
	    padding: 10px 15px;
	}
	.liststyle td.ls_date{
		margin-right: 10px;
	}
}
@media screen and (max-width: 480px) {
	.boldh2 {
	    font-size: 46px;
	}
	.h2small {
	    font-size: 13px;
	    letter-spacing: 0px;
		display: block;
		margin: 5px 0 0 0;
	}
	.btns.linegradation {
	    height: 36px;
	    letter-spacing: 2px;
	    width: 150px;
	    font-size: 14px;
		line-height: 36px;
	}
}
</pre></body></html>