@charset "UTF-8";

/***************************************************************/

/* /kojin/gochui/detail/phishing.html

/***************************************************************/
/* phishingCardMv */
.phishingCardMv01 {
	background-color: #ffe432;
}

/* phishingCardGlyphAllert */
.phishingCardGlyphAllert01 {
	margin-top: 50px;
}
.phishingCardGlyphAllert01 > span {
	position: relative;
	display: inline-block;
	padding-left: 52px;
}
.phishingCardGlyphAllert01 > span::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 40px;
	height: 36px;
	background: url(/kojin/gochui/detail/images/phishing_ico_01.png) no-repeat;
	background-size: contain;
}

.v3-decorationTextA01.v4-tBlack01 > span:before,
.v3-decorationTextA01.v4-tBlack01 > span:after,
.v3-decorationTextB01.v4-tBlack01 > span:before,
.v3-decorationTextB01.v4-tBlack01 > span:after {
	background: #000;
}

/***************************************************************/

/* 印刷用

/***************************************************************/
@media print{
	.printFontSize01 {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	/***************************************************************/

	/* /kojin/gochui/detail/phishing.html

	/***************************************************************/

	/* phishingCardGlyphAllert */
	.phishingCardGlyphAllert01 {
		margin-top: 15px;
	}
	.phishingCardGlyphAllert01 > span {
		padding-left: 29px;
	}
	.phishingCardGlyphAllert01 > span::before {
		top: 3px;
		width: 25px;
		height: 23px;
	}

}
