@charset "utf-8";


div#body {
	padding: 50px 0 60px;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
}
.errorContents {
	max-width: 715px;
	margin: 0 auto;
}
.errorContents a {
	text-decoration: none;
}


/* attentionTitle */
.attentionTitle {
	margin-bottom: 30px;
	text-align: center;
}
.attentionTitle span {
	position: relative;
	display: inline-block;
	padding-left: 53px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.attentionTitle span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 41px;
	height: 41px;
	transform: translateY(-50%);
	background: url(/shared/assets/img/error/icon_attention.png) no-repeat center center;
}

/* questionTitle */
.questionTitle {
	margin-bottom: 30px;
	text-align: center;
}
.questionTitle span {
	position: relative;
	display: inline-block;
	padding-left: 42px;
	font-size: 18px;
	font-weight: bold;
}
.questionTitle span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 34px;
	height: 34px;
	transform: translateY(-50%);
	background: url(/shared/assets/img/error/icon_question.png) no-repeat center center;
}

/* lead */
.lead {
	margin-bottom: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 1.75;
}

.texts {
	font-size: 14px;
}

/* dotList */
.dotList {
	margin-bottom: 35px;
	text-align: center;
}
.dotList ul {
	display: inline-block;
	text-align: left;
}
.dotList li {
	position: relative;
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.4;
}
.dotList li + li {
	margin-top: 8px;
}
.dotList li:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #666666;
	border-radius: 50%;
}

/* bdrBox */
.bdrBox {
	padding: 30px;
	border: #cccccc solid 1px;
	border-radius: 5px;
}
.bdrBox .inner {
	max-width: 520px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
}
.bdrBox .dotList {
	margin: 10px 0 0;
	text-align: left;
}


/* btns */
.btns {
	margin-top: 35px;
	text-align: center;
}
.btns li {
	display: inline-block;
	width: 300px;
	margin: 0 25px;
	vertical-align: top;
}
.btns li a {
	position: relative;
	display: block;
	padding: 11px 0;
	color: #df0068;
	font-size: 16px;
	border-radius: 25px;
	border: #df0068 solid 1px;
}
.btns li a:before {
	position: absolute;
	top: 50%;
	right: 24px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: #df0068 solid 1px;
	border-right: #df0068 solid 1px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

