@charset "UTF-8";

/* -------------------------------------------------- *
 * thumbnail
 * -------------------------------------------------- */
.topthum-wrap{
	text-align: center;
	margin-bottom: 20px;
	border: 2px solid #f5f5f5;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.topthum-wrap.end{
	margin-bottom: 0px;
}
.topthum-wrap h4{
	font-size: 15px;
}
.topthum-wrap h4:hover{
	font-size: 15px;
	text-decoration: none;
}
.topthum-wrap:hover .topthum-hover{
	opacity: 1;
	text-decoration: none;
}
.topthum-label{
	position: absolute;
	top:0;
	left: 0;
	padding: 4px 10px;
	font-size: 13px;
	color:#fff;
	background: #333;
}
.topthum-title {
	position: absolute;
	top: 0px;
	left: 0;
	width:100%;
	height: 100%;
	margin: 0 auto;
}
.topthum-title p {
	position: relative;
	font-family: kan412typos-std, sans-serif;
	width:100%;
	text-align: left;
	font-size: 2em;
	color:#FFFFFF;
	margin: 10px 0 0 20px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
.topthum-title_center {
	width:100%;
}

.topthum-title_center.top30 {
	position: absolute;
	top: 30%;
	left: 0;
	width:100%;
}
.topthum-title_center.top20 {
	position: absolute;
	top: 20%;
	left: 0;
	width:100%;
}
.topthum-title_center.top15 {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
}
.topthum-title_center.top10 {
	position: absolute;
	top: 10%;
	left: 0;
	width:100%;
}
#content .topthum-title_center p {
	text-transform: none;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	font-family: kan412typos-std, sans-serif;
    text-align: center;
	font-size: 1.5em;
	color:#FFFFFF;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	line-height: 1.2;
	margin:0;
	margin-bottom: 0.2em;
}

#content .topthum-title_center {
	font-size: 20px;
}

#content .topthum-title_center p {
	text-transform: none;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	font-family: kan412typos-std, sans-serif;
    text-align: center;
	font-size: 20px;
	color:#FFFFFF;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	line-height: 1.2;
	margin:0;
	margin-bottom: 0.2em;
}


.topthum-hover{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	background-color:rgba(66,172,194,0.90);
	text-align: center;
	opacity: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.topthum-hover p{
	font-family: kan412typos-std,"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	position: absolute;
	width:100%;
	top:50%;
	margin-top: -15px;
	text-align: center;
	font-size: 1.2em;
	color:#fff;
}
.topthum {
 display:flex;
 flex-wrap:wrap;
}
p.topthum_Ttl{
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	letter-spacing: 0.1em;
	font-size: 18px;
	line-height: 1.8;
	border-bottom: #bebebe solid 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: justify
}
.topthumTxt{
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
	text-align: justify
}
.topthumBottom{
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	font-size: 12px;
}
#content .topthumBottom a.link {
    text-decoration: none;
    color: #fff;
    background: #e63c96;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 7px;
	}

.topthumBottom:hover{
	opacity: 0.5;
}
#content .topthum-title_center p span.sm {
	font-size: 65%;
	line-height: 1.2;
	display: block;
}
@media (max-width: 991px) {
#content .topthum-title_center p {
	font-size: 100%;
	line-height: 1.2;
}

#content .topthum-title_center p.sm {
	font-size: 80%;
	line-height: 1.5;
}

}
@media (max-width: 768px) {
	.topthum-title {
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
		height: 100%;
		background-color: rgba(0,0,0,0.12);
		margin: 0 auto;
	}
	.topthum-title p{
		font-family: kan412typos-std,"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
		width:100%;
		text-align: left;
		font-size: 1.5em;
		color:rgba(255,255,255,1);
		margin: 10px 0 0 10px;
		text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	}
	#content .topthum-title_center p{
		font-family: kan412typos-std,"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
		width: 100%;
		text-align: center;
		font-size: 0.9em;
		color:#FFFFFF;
		text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	}
	.topthum-subtitle {
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
		height: 100%;
		margin: 0 auto;
	}
	.topthum-subtitle p{
		position: absolute;
		width:100%;
		bottom:0;
		right: 0;
		text-align: right;
		font-size: 1.05em;
		font-weight: 600;
		color:rgba(255,255,255,1);
		margin: 0 10px 10px 0;
		text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	}
	p.topthum_Ttl{
		font-size: 16px;
		letter-spacing: 0.3px;
	}
	.topthum-hover p{
	position: absolute;
	width:100%;
	top:50%;
	margin-top: -15px;
	text-align: center;
	font-size: 0.9em;
	color:#fff;
}
#content .topthum-title_center.top20.sm_center {
	position: absolute;
	top: 40%;
	left: 0;
	width:100%;
}
}

@media (max-width: 515px) {
#content .topthum-title_center p {
	font-size: 4vw;
}

#content .topthum-title_center p.sm {
	font-size: 2.2vw;
	display: none;
}
#content .topthum-title_center p span.sm {
	font-size: 2.2vw;
	display: none;
}
#content p .topthum_btmtxt {
	display: block;
	font-size: 2.2vw;
	line-height: 1.2;
	text-align: left;
}
.topthum-title_center.sm_top20 {
	position: absolute;
	top: 20%;
	left: 0;
	width:100%;
}
}

.col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.top-20 {
	margin-top: -20px;
}

.rev_ind a {
	text-indent: 0;
}





	#content table.table tr td {
			vertical-align: middle;
	}
	#content table.table tr.warning th {
		background-color: #FFEE00;
	}


