@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/

body#topics #cat_ttl h1 {
	margin: 0 auto;
    color: #003686;
    text-decoration: none;
}
body.topics .ttl_block h1 {
	margin: 1.8em 0 0;
	border-left: 4px solid #003686;
	color: #003686;
    font-weight: bold;
}
body.topics .ttl_block .date {
	color: #999999;
}
body#topics ul.imenu {
	list-style-type: none;
	margin: 1em 0 0 0;
}
body#topics ul.imenu:last-child {
	margin-top: 0;
}
body#topics ul.imenu li {
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
}
body#topics ul.imenu li .linkNone {
	color: #003686;
}
body#topics ul.imenu li a,
body#topics ul.imenu li .linkNone {
	display: block;
	padding: 0.5em 7% 0.5em 5px;
	background: transparent url("../images/gmenu_arrow.png") no-repeat 99% center;
	background-size: 18px auto;
	text-decoration: none;
}
body#topics ul.imenu li a span.date,
body#topics ul.imenu li .linkNone span.date {
	color: #999999;
}
body#topics .pager {
	margin-top: 50px;
}
body#topics .pager .pager-prev {
	float: left;
}
body#topics .pager .pager-next {
	float: right;
}
body#topics .year_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 1em 0 2em;
}
body#topics .year_list li {
	margin-right: 2em;
}
body#topics .year_list li:last-child {
	margin-right: 0;
}


/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

body.topics {
	position: relative;
	min-height: 100%;
	padding-bottom: 60px;
	box-sizing: border-box;
}
body.topics #container {
	position: relative;
	box-sizing: border-box;
	min-height: 100vh;
}
body#topics #cat_ttl h1 {
	padding: 60px 0 10px;
    background-position: center 16px;
    background-size: auto 38px;
    font-weight: 500;
}
body.topics .ttl_block h1 {
	padding-left: 6px;
	font-size: 1.4rem;
    line-height: 1.2;
}
body.topics .btn_back {
	margin-top: 2em;
	text-align: center;
}
body.topics .btn_back a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 1em;
	border: 1px solid #003686;
	border-radius: 5px;
	text-decoration: none;
}
body.topics .btn_back a span {
	padding: 1em 30px 1em 40px;
	background: transparent url("../images/arrow_left_blue.png") no-repeat 15px center;
}
body#topics .year_list {
	font-size: 1.4rem;
}
body.topics footer {
	position: absolute;
	bottom: 0;
	margin: 0;
}
body.topics #footer_sp {
    display: none;
}

/* 736px以下用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

body#topics #cat_ttl h1 {
	padding: 90px 0 10px;
    background-position: center 24px;
    background-size: auto 64px;
    font-weight: bold;
}
body.topics .ttl_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 32px;
}
body.topics .ttl_block h1 {
	width: 85%;
	margin: 0;
	padding: 0 0 0 9px;
	border-width: 8px;
	border-bottom: none;
	text-align: left;
	font-size: 1.8rem;
    line-height: 1.3;
}
body.topics .ttl_block .date {
	width: 10%;
	margin: 0;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
}
body#topics ul.imenu li a span.date,
body#topics ul.imenu li .linkNone span.date {
	float: left;
	width: 15%;
}
body#topics ul.imenu li a span.ttl,
body#topics ul.imenu li .linkNone span.ttl {
	display: block;
	padding-right: 15%;
}

/* 737px以上用（PC用）の記述 end */
}


/*------------------------------------------ clear */
body {
	zoom: 100%;
}

body:after,
body#topics .pager::after  {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}