@charset "utf-8";
/* CSS Document */
.topics #wrap{
	padding-top: 90px;
}
@media screen and (max-width: 767px){
.topics #wrap{
	padding-top: 75px;
}
}
.topics .inner{
margin-bottom: 100px;
}
@media screen and (max-width: 767px){
	.topics .inner{
		margin-bottom: 15.625vw;
		padding:0 15px;
	}
}
.topics h2{
	margin: 60px 0
}
@media screen and (max-width: 767px){
	.topics h2{
		margin: 10.41666666vw 0;
	}
}
.topics-wrap .list {
  padding-left: 0;
	margin-bottom: 80px;
}
.cm-button.back i {
	position: absolute;
	right: inherit;
	left: 20px;
	top: 50%;
	margin-top: -4px;
}
.cm-button.large.back {
	padding: 25px 25px 25px 45px;
}
.cm-button.back .ico-caret-right:after {
	right: inherit;
	left: 0;
	-moz-transform: rotate(320deg);
	-o-transform: rotate(320deg);
	-ms-transform: rotate(320deg);
	-webkit-transform: rotate(320deg);
	transform: rotate(320deg);
	transform-origin: top left;
}
@media screen and (max-width: 767px){
	.cm-button.large.back {
		font-size: 0.9em;
	}
}

.article-title{
	margin: 60px 0 40px;
}
.article-title p.date{
margin-bottom: 0;
}
.article-title h3{
	padding-bottom: 0.6em;
	border-bottom: 2px solid #004ea2;
	font-size: 1.4em;
	font-weight: 600;
}
@media screen and (max-width: 767px){
	.article-title{
		margin: 10.416666vw 0 7.8125vw;
	}
	.article-title h3{
		font-size: 1.2em;
	}
}
.article-text{
	margin-bottom: 80px;
}
@media screen and (max-width: 767px){
	.article-text{
		margin-bottom: 13.020833333vw;
	}
}
a.topics-link{
	text-decoration: underline;
	color: #004ea2
}
.article-text img{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 40px;
}