@charset "utf-8";

/* ========================================================
	topics.css => ニュース
======================================================== */

/* .category_tab
============================================================================================================ */
.category{
	margin-bottom:30px;
}
/*
.category_tab {
	margin: 40px 0 50px;
}
.category_tab ul {
	display: table;
	margin: auto;
}
.category_tab ul > * {
	display: table-cell;
	padding: 0 4px;
	vertical-align: middle;
}
.category_tab a {
	display: table;
	width: 100%;
	border: 3px solid;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
}
.category_tab a span {
	display: table-cell;
	vertical-align: middle;
}
.category_tab a.all {
	color: #000;
	border-color: #000;
}
.category_tab a.cat01 {
	background-color: #0063c5;
	border-color: #0063c5;
}
.category_tab a.cat02 {
	background-color: #eeca33;
	border-color: #eeca33;
}
.category_tab a.cat03 {
	background-color: #0fa300;
	border-color: #0fa300;
}
.category_tab a.cat04 {
	background-color: #bebebe;
	border-color: #bebebe;
}
@media screen and (min-width: 769px), print {
	.category_tab a {
		width: 150px;
		height: 46px;
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px) {
	.category_tab {
		margin: 20px 0 30px;
	}
	.category_tab ul {
		width: 100%;
		table-layout: fixed;
	}
	.category_tab ul > * {
		padding: 0 1px;
	}
	.category_tab a {
		height: 40px;
		border-width: 2px;
		font-size: 1.2rem;
	}
}
*/


/* .side_archive
============================================================================================================ */
.side_archive {
	line-height: 1.5;
}
.side_archive dt {
	position: relative;
	padding: 10px 40px;
	background-color: #ffbb37;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 2px;
}
.side_archive dt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -8px;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #fff;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s;
}
.side_archive dt.open::before {
	-webkit-transform: translateX(-3px) rotate(90deg);
	-ms-transform: translateX(-3px) rotate(90deg);
	-o-transform: translateX(-3px) rotate(90deg);
	transform: translateX(-3px) rotate(90deg);
}
.side_archive dt ~ dt {
	margin-top: 10px;
}
.side_archive dd {
	position: relative;
	overflow: hidden;
	height: 0;
	-webkit-transition: height .4s;
	-o-transition: height .4s;
	transition: height .4s;
}
.side_archive .open + dd {
	height: auto;
}
.side_archive ul {
	padding: 0 10px;
}
.side_archive ul li + li {
	border-top: 1px solid #ffbb37;
}
.side_archive ul a {
	display: block;
	padding: 10px;
	font-size: 1.6rem;
	text-decoration: none;
	letter-spacing: 1px;
}
.side_archive ul a.current {
	background-color: #fff4e0;
}
@media screen and (min-width: 769px), print {
	.side_archive {
		float: left;
		width: 215px;
	}
	.side_archive dt {
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
		cursor: pointer;
	}
	.side_archive dt:hover {
		opacity: .7;
	}
	.side_archive ul a:hover {
		background-color: #fff4e0;
	}
}
@media screen and (max-width: 768px) {
	.side_archive {
		margin-top: 40px;
	}
	.side_archive dt {
		font-size: 1.5rem;
	}
	.side_archive dt::before {
		margin-top: -6px;
		border-width: 6px 0 6px 6px;
	}
	.side_archive ul a {
		font-size: 1.4rem;
	}
}


/* .column_main
============================================================================================================ */
.column_main {
}
@media screen and (min-width: 769px), print {
	.column_main {
		float: right;
		width: 915px;
	}
}


/* list
============================================================================================================ */
.column_main .list .news_list li + li {
	border-top: 0px;
}
.column_main .list .news_list li + li {
    margin-top: 10px;
}
.column_main .list h1 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ffbb37;
	font-size: 3.6rem;
	line-height: 1.2;
	letter-spacing: 2px;
}

.column_main .list .news_list li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.7;
}
.column_main .list .news_list li a .cat span {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}
.column_main .list .news_list li a .title {
	color: #063076;
	text-decoration: underline;
}

@media screen and (min-width: 769px), print {
	.column_main .list .news_list a:hover .title {
		text-decoration: none;
	}
}
@media screen and (max-width: 768px) {
	.column_main .list h1 {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.column_main .list .news_list a {
		font-size: 1.3rem;
	}
	.column_main .list .news_list a .cat {
		font-size: 1.1rem;
	}
	.column_main .list .news_list a .time {
		width: 95px;
		padding: 0;
	}
	.column_main .list .news_list a .title {
		clear: both;
		padding-top: 5px;
		margin-left: 0;
	}
}



/* detail
============================================================================================================ */
article.detail {
	font-size: 1.6rem;
}
article.detail header {
	margin-bottom: 30px;
}
article.detail header h1 {
	margin-bottom: 10px;
}
article.detail header time {
	display: block;
	text-align: right;
}
@media screen and (max-width: 768px) {
	article.detail {
		font-size: 100%;
	}
	article.detail header {
		margin-bottom: 20px;
	}
}


article.detail .body img {
	max-width: 100%;
	height: auto;
}
article.detail .body ul,
article.detail .body ol {
	margin: 0 0 1.6em 1.3333em;
}
article.detail .body ul {
	list-style: disc;
}
article.detail .body ol {
	list-style: decimal;
}
article.detail .body li > ul,
article.detail .body li > ol {
	margin-bottom: 0;
}
article.detail .body dl {
	margin-bottom: 1.6em;
}
article.detail .body dt {
	font-weight: bold;
}
article.detail .body dd {
	margin-bottom: 1.6em;
}


article.detail .body p {
	margin: 0 0 1.8em;
}
article.detail .body small {
	font-size: smaller;
}
article.detail .body big {
	font-size: 125%;
}
article.detail .body sup,
article.detail .body sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
article.detail .body sup {
	bottom: 1ex;
}
article.detail .body sub {
	top: .5ex;
}

article.detail .body dl {
	margin: 0 0 24px;
}
article.detail .body dt {
	font-weight: bold;
}
article.detail .body dd {
	margin: 0 0 1.8em;
}

article.detail .body ul,
article.detail .body ol {
	list-style: none;
	margin: 0 0 24px 20px;
	padding-left: 0;
}
article.detail .body ul {
	list-style: disc;
}
article.detail .body ol {
	list-style: decimal;
}
article.detail .body li > ul,
article.detail .body li > ol {
	margin: 0 0 0 20px;
}
article.detail .body del {
	color: #767676;
}
article.detail .body hr {
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}


article.detail .body .column_ph > * {
	float: left;
	text-align: center;
	margin-bottom: 15px;
}
article.detail .body .column_ph > *:nth-child(2n+1) {
	clear: both;
}
@media screen and (min-width: 769px), print {
	article.detail .body .column_ph > * {
		width: 450px;
	}
	article.detail .body .column_ph > *:nth-child(2n) {
		float: right;
	}
}
@media screen and (max-width: 768px) {
	article.detail .body .column_ph {
		margin: 0 -5px;
	}
	article.detail .body .column_ph > * {
		width: 50%;
		margin-bottom: 10px;
		padding: 0 5px;
	}
}




