@charset "UTF-8";

/* header */

.head_search .inner .search-btn {
	z-index: 0;
}

.search-glass {
	top: 0;
}

.newsli .cat4,
.post_ttl .cat4{
	background: #333333;
}


.newsli .txt,
.postlist a .title_marker {
	word-break: break-word;
	word-break: break-all;
}

.topic_path li {
	    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* front-page */
.top_info .inner.no_attention {
	background: #cccccc;
}

.top_info .inner + .inner {
	margin-top: 2px;
}

@media screen and (min-width: 769px) {
	.top_info .no_attention .ttl {
		border-right-color: #ffffff;
	}
	.top_info .inner + .inner {
		margin-top: 10px;
	}
}

/* /kosyou-trouble-ijikanri/dansuiakamizu/ */
.tblbase {
	word-break: break-all;
    word-break: break-word;
}

/* single-kids */
.moviewrap:before {
	content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#kids_article .column-1 {
	background: #0089D8;
    color: #fff;
    border: 1px solid #fff;
    border-right: none;
    border-bottom: none;
    font-weight: bold;
    white-space: nowrap;
    padding: 0.6em 0.5em;
}

/* archive-kids */
#kids_article .tag,
#kids_article #pttl .ttl {
	word-break: break-all;
}

#kids_article .postlist a,
#kids_article .postlist a .img {
	height: 100%;
}

#kids_article .postlist .img img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

@media screen and (min-width: 769px) {
	#kids_article .postlist .img img {
		height: 100%;
	}
}

@media screen and (max-width: 768px) {
	#kids_article .postlist a .img {
		position: relative;
	}
	#kids_article .postlist a .img:before {
		position: relative;
		content: "";
		display: block;
		padding-top: 100%;
	}
	#kids_article .postlist .img img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
}

/* kids */
/*
@media screen and (min-width: 769px) {
	#kids_article .postlist.jscroll {
		display: block;
	}

	#kids_article .postlist.jscroll .jscroll-inner {
		display: flex;
		flex-wrap: wrap;
	    justify-content: space-between;
	}

	#kids_article .jscroll-added .postlist {
		display: flex;
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	#kids_article .jscroll-added .postlist {
		margin-top: 3vw;
	}
}
*/

/* search */
.search .newsli li a {
	flex-wrap: wrap;
}

.search .newsli li a .search_excerpt {
	flex: 2;
	margin-left: 20px;
}