@charset "utf-8";
/**
 *	TOPICS
 * 	update.24.03.20
**/
.section-main > .title {
	display: flex;
	align-items: center;
    justify-content: center;
    letter-spacing: 0;
	padding-left:0;
}
.section-main > .title > .sub {
	font-size:0.6em;
	padding-left:1em;
}
.section-main {
    font-size:0;
}
.section-main > .col-1,
.section-main > .col-2 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width:100%;
}
.section-main > .col-1 {
    margin:20px 0 0;
}
.section-main > .col-1 > .title {
	position:relative;
	font-size:2rem;
	font-weight:500;
	line-height:1.4;
	padding:1em 0;
    border-top:1px solid #595757;
    border-bottom:1px solid #595757;
	text-align:left;
    font-family: 'Noto Sans JP', sans-serif;
    margin:20px 0 0;
}
.section-main > .col-1 > .date {
	position:absolute;
	left:0;
	top:-0.5em;
	font-size:1.6rem;
	line-height:1;
	font-weight:500;
    font-family: 'Noto Serif JP', serif;
}
.section-main > .col-1 > .content-text {
	margin:26px 0 0;
	font-size:1.6rem;
	line-height:1.6;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}
.section-main > .col-1 > .pagination {
	margin:30px 0 0;
	font-size:0;
	text-align:center;
    font-family: 'Noto Sans JP', sans-serif;
}
.section-main > .col-1 > .pagination .next,
.section-main > .col-1 > .pagination .prev,
.section-main > .col-1 > .pagination .disabled,
.section-main > .col-1 > .pagination .number {
	display:inline-block;
	font-size:1.4rem;
	margin:0.5em 0.5em 0 0;
}
.section-main > .col-1 > .pagination .disabled,
.section-main > .col-1 > .pagination .current,
.section-main > .col-1 > .pagination a {
	display:inline-block;
	min-width:3.5em;
	font-size:1.4rem;
	padding:0.75em;
	text-align:center;
	border:1px solid #ddd;
	border-radius:8px;
	text-decoration:none;
	color:#595757;
	background: #fff;
}
.section-main > .col-1 > .pagination a:hover,
.section-main > .col-1 > .pagination .current {
	background:#d2cce6;
	font-weight:600;
	color:#fff;
}
.section-main > .col-1 > .pagination .disabled {
	background:#fcfcfc;
	color:#ccc;
}
.section-main > .col-2 {
    margin:30px 0 0;
    font-family: 'Noto Sans JP', sans-serif;
}
.section-main > .col-2 .widget > h2 {
	position:relative;
}
.section-main > .col-2 .widget > h2 a {
	display: block;
	background:#8f82bc;
	color:#fff;
	text-align:center;
	padding:0.75em 0.5em;
	margin:0;
	font-size:1.8rem;
	font-weight:600;
	line-height:1.3;
	text-decoration: none;
}
.section-main > .col-2 .widget > h2 a:hover{
	text-decoration: underline;
}
.section-main > .col-2 .widget > ul {
	padding-bottom:1px;
}
.section-main > .col-2 .widget > ul > li {
	display:block;
	border-bottom:1px solid #595757;
	margin:0;
	padding:0;
}
.section-main > .col-2 .widget > ul > li > a {
	position:relative;
	display:block;
	margin:0;
    padding:0.75em 0.5em 0.75em 1.2em;
    font-size:1.8rem;
	text-align:left;
    color:#595757;
    text-decoration: none;
    font-weight:500;
}
.section-main > .col-2 .widget > ul > li > a:before {
    content:'\025b6';
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    height:1em;
    line-height: 1;
    margin:auto 0;
}
.section-main > .col-2 .widget > ul > li > a:hover{
    text-decoration: underline;
}
@media print, screen and (min-width: 700px){
	.section-main > .col-1 {
        margin:36px 0 0;
		width:74%;
	}
    .section-main > .col-1 > .title {
        margin:15px 0 0;
    }
	.section-main > .col-2 {
		width:22%;
		margin:50px 0 0 4%;
	}
}
@media print, screen and (min-width: 1025px) {
    .section-main > .col-1 {
		width:700px;
	}
    .section-main > .col-2 {
		width:170px;
		margin-left:40px;
	}
}
.content-text > *:first-child {
	margin-top:0 !important;
}
.content-text hr {
	clear:both;
	margin-top:12px;
	padding:0;
	border:none;
	height:1px;
	color:#aaa;
	background:#aaa;
}
.content-text strong {
	font-weight:600;
}
.content-text img {
	padding:8px;
}
.content-text u,
.content-text span {
	font-size: inherit;
    font-weight: inherit;
}
.content-text p {
	margin-top:12px;
    font-size: inherit;
    font-weight: inherit;
    clear:both;
}
.content-text ol {
	margin-top:12px;
	counter-reset: number 0;
	font-size: inherit;
    font-weight: inherit;
}
.content-text ol > li {
	position:relative;
	padding-left:1em;
	margin-top:2px;
    font-size: inherit;
    font-weight: inherit;
}
.content-text ol > li:before{
	position:absolute;
	counter-increment:number;
	content: counter(number) '.';
	left:0;
	font-size: inherit;
    font-weight: inherit;
}
.content-text ul {
	margin-top:12px;
	font-size: inherit;
    font-weight: inherit;
}
.content-text ul > li {
	position:relative;
	padding-left:1em;
	margin-top:2px;
    font-size: inherit;
    font-weight: inherit;
}
.content-text ul > li:before {
	content:'●';
	position:absolute;
	width:1em;
	left:0;
	font-size: inherit;
    font-weight: inherit;
}
.content-text a {
    font-size: inherit;
    font-weight: inherit;
}
.content-text a img:hover {
	opacity: 0.6;
}