@charset "UTF-8";



/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. line
	---------------------------

 ** ************************************* **/


/** 01. Globals
**************************************************************** **/
.label {
  white-space: normal;
	display: inline-block;
}

.sc.btn-warning {
background-color: #FFDA4B;
}
.sc.btn-warning:hover {
  color: #212529;
	background-color: #FFEEB1;
}


/** 02. line
**************************************************************** **/
.center-line {
    width: 30%;
    height: 5px;
    display: block;
    margin: 10px auto 30px auto;
    border-bottom: 1px solid #F879D7;
    border-top: 1px solid #F879D7;
}
@media (max-width: 768px) {
	.center-line {
		width: 85%;
		height: 5px;
		display: block;
		margin: 5px auto 20px auto;
		border-bottom: 1px solid #F879D7;
		border-top: 1px solid #F879D7;
	}
}
.text-line {
    height: 24px;
    margin: 0px auto 3px auto;
    border-bottom: 2px solid #F879D7;
}



/* 画像コンテンツ
---------------------------------------------------- */
/* スペース有りタイプ */
.content-wrap{
	text-align: center;
	margin-bottom: 30px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.content-wrap h4{
	font-size: 15px;
	text-transform: uppercase;
}
.content-wrap h4:hover{
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.content-wrap:hover .content-hover{
	opacity: 1;
	text-decoration: none;
}

/* スペースなしタイプ */
.content-wrap2{
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.content-wrap2 h4{
	font-size: 15px;
	text-transform: uppercase;
}
.content-wrap2 h4:hover{
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.content-wrap2:hover .content-hover{
	opacity: 1;
	text-decoration: none;
}
.content-label{
	position: absolute;
	top:0;
	left: 0;
	padding: 4px 10px;
	text-transform: uppercase;
	font-size: 13px;
	color:#fff;
	background: #333;
}
.content-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;
}
.content-hover p{
	position: absolute;
	width:100%;
	top:50%;
	margin-top: -10px;
	text-align: center;
	font-size: 20px;
	color:#fff;
	text-transform: uppercase;
}


.triangle {
	position: relative;
	padding-right: 20px;
}


.triangle::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border-top: 8px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 11px solid ;
}


.kan412 {
	font-family: kan412typos-std, sans-serif;
}
