@charset "UTF-8";

/* ==================================================
RESET CUSTOM
================================================== */
#page_contents {
	font-family: Lato, "游ゴシック", YuGothic, "Yu Gothic", "Custom Yu Gothic", sans-serif;
	padding: 0 3%;
	margin: 0 auto 120px;
	font-size: 1.5rem;
	line-height: 1.6;
	box-sizing: border-box;
}

@media screen and (min-width: 901px) {
#page_contents {
	padding: 0 30px;
	margin-bottom: 150px;
	max-width: 1360px;
}
}

#page_contents *, #page_contents *::after, #page_contents *::before {
	box-sizing: inherit;
}

#page_contents img, #page_contents svg {
	width: auto;
	max-width: 100%;
	height: auto;
}

#page_contents i,
#page_contents em,
#page_contents b {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}

/*ins {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.05);
}*/

#header_page p.ttl_lead {
	margin-top: 5px;
}


/*
===== WEB Fonts CSS Sample =====
■Ekster Regular
font-family: "Ekster-Regular", sans-serif;
font-weight: normal;
font-style: normal;
font-feature-settings: "palt";

■Ekster Bold
font-family: "Ekster-Bold", sans-serif;
font-weight: normal;
font-style: normal;
font-feature-settings: "palt";

■Oswald Regular
font-family: "Oswald", sans-serif;
font-weight: 400;
font-style: normal;

■Oswald SemiBold
font-family: "Oswald", sans-serif;
font-weight: 600;
font-style: normal;

■Oswald Bold
font-family: "Oswald", sans-serif;
font-weight: 700;
font-style: normal;
*/

/* clrfix */
.clrfix::before,
.clrfix::after {
	display: table;
	content: '';
}

.clrfix::after {
	clear: both;
}
/**/

/* =========================================================
page_contents
========================================================= */
#page_contents {
}

/* .list_block
------------------------------ */
#page_contents .list_block {
}

#page_contents .list_block li {
	margin: 0 auto 30px;
}

#page_contents .list_block li a {
	border: 2px solid #000;
	border-radius: 8px;
	display: block;
	overflow: hidden;
	background: #000;
}

#page_contents .list_block li a:hover {
}

#page_contents .list_block li a dl {
}

#page_contents .list_block li a dl dt {
	background: #fff;
	text-align: center;
	padding: 20px 10px;
	overflow: hidden;
}

#page_contents .list_block li a dl dt img {
	transition: all 0.4s ease-out 0s;
	transform: scale(0.95);
}

#page_contents .list_block li a:hover dl dt img {
	transform: scale(1);
}

#page_contents .list_block li a dl dd {
	color: #fff;
	padding: 20px 3%;
}

#page_contents .list_block li a dl dd .ttl {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.8rem;
	/*! margin-bottom: 8px; */
}

#page_contents .list_block li a dl dd .url {
	opacity: 0.7;
	margin-bottom: 15px;
}

#page_contents .list_block li a dl dd .comment {
	padding: 15px 0 0;
	border-top: 1px solid #fff;
	line-height: 1.6;
}

@media screen and (min-width: 641px) {
#page_contents {
}

#page_contents .list_block {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
}

#page_contents .list_block li {
	width: calc(50% - 20px);
	margin: 0 0 40px;
}

#page_contents .list_block li a {
	height: 100%;
}

#page_contents .list_block li a dl {
}

#page_contents .list_block li a dl dt {
	padding: 30px 20px;
}

#page_contents .list_block li a dl dt img {
}

#page_contents .list_block li a dl dd {
}

#page_contents .list_block li a dl dd .ttl {
}

#page_contents .list_block li a dl dd .url {
}

#page_contents .list_block li a dl dd .comment {
}
}

