@charset "UTF-8";
.entry {}
.entry_titleWrap {
    justify-content: flex-start;
}
.entry_update {
    font-size: 22px;
    white-space: nowrap;
    margin-right: 20px;
}
.entry_update > time {
    display: block;
    font-weight: bold;
}
.entry_catWrap {
    margin-right: 21px;
}
.entry_cat {}
.entry_title {
    font-size: 24px;
    text-align: left;
}
.entry_body {}
.entry_link {
    width: 200px;
    margin: 30px auto 0;
}
.entry_link > a {}
.entry_link > a::before {
    content: "";
}
.entry_link > a::after {
    content: "";
}
.news_2column_outer {
    display: flex;
    justify-content: space-around;
    margin: 2em 0;
}
.news_3column_outer {
    display: flex;
    justify-content: space-around;
    margin: 2em 0;
}
.news_picText {
    display: flex;
    margin: 2em 0;
}
.news_picText .news_picText_pic {
	width: 40%;
    margin-right: 1em;
}
@media screen and (min-width:1000px) {
    .entry_link > a:hover {}
}
@media screen and (max-width:999px) {
    .entry {}
    .entry_titleWrap {}
    .entry_update {
        font-size: 18px;
    }
    .entry_update > time {}
    .entry_catWrap {}
    .entry_cat {}
    .entry_title {
        font-size: 20px;
    }
    .entry_body {}
    .entry_link {}
    .entry_link > a {}
    .entry_link > a::before {}
    .entry_link > a::after {}
}
@media screen and (max-width:767px) {
    .entry {}
    .entry_titleWrap {
        flex-wrap: wrap;
    }
    .entry_update {
        font-size: 14px;
        margin-right: 10px;
    }
    .entry_update > time {}
    .entry_catWrap {}
    .entry_cat {}
    .entry_title {
        width: 100%;
        font-size: 16px;
        margin-top: 8px;
    }
    .entry_body {}
    .entry_link {
        width: auto;
        margin-top: 25px;
    }
    .entry_link > a {}
    .entry_link > a::before {}
    .entry_link > a::after {}
	.news_2column_outer {
	    display: block;
	    justify-content: normal;
	}
	.news_2column_outer {
	    display: block;
	    justify-content: normal;
	}
	.news_2column_outer p {
		text-align: center;
		margin-bottom: 2em;
	}
	.news_2column_outer p img {
		width: 100%;
	}
	.news_3column_outer {
	    display: block;
	    justify-content: normal;
	}
	.news_3column_outer p {
		text-align: center;
		margin-bottom: 2em;
	}
	.news_3column_outer p img {
		width: 100%;
	}
	.news_picText {
	    display: block;
	    margin: 2em 0;
	}
	.news_picText .news_picText_pic {
		width: 100%;
	    margin-right: 0;
	    text-align: center;
	}
	.news_picText .news_picText_pic p img {
		width: 100%;
	}
}