@charset "utf-8";


/***********************************************************
	utility
***********************************************************/

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}


.infosecTllh2{
	font-size: 1.28571rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.infosecTllh3{
	font-size: 1rem;
	font-weight: bold;
}

/***********************************************************
	infoBlock
***********************************************************/

.infoBlock{
	margin-bottom: 40px;
	line-height: 1.5;
}

.infoPCImg{
	width: 380px;
}

.infoTxt{
	width: 320px;
	margin-left: 30px;
}

/*infoSec01*/

.infoSec01Lead >*:last-child{
	margin-top: 27px;
}

.cardinfo{
	margin-top: 14px;
}

.issueInfo{
	margin-top: 20px;
}

/*infoSec02*/

.infoSec02{
	margin-top: 33px;
}

/*errorCause*/

.errorCause{
	margin-top: 40px;
}

.errorCause .inToH2orH3{
	padding: 6.5px 0;
	color: #ffffff;
	font-size: 1.28571rem;
	background-color: #0489e8;
	text-align: center;
}

.qIcon{
	margin-right: 6px;
	display: inline-block;
	width: 7.5%;
	vertical-align: middle;
}

.numIcon{
	display: block;
	width: 24px;
	margin-right: 6px;
}

.numIcon img{
	width: 100%;
}
.errorCauseList{
	padding: 15px 10px 25px;
	background-color: #e8f5ff;
}

.errorCauseList >li{
	display: flex;
	margin-top: 15px;
}

.errorCauseList >li:first-child{
	margin-top: 0;
}

.errorCauseTxt {
	width: 86%;
}