@charset "UTF-8";

/*mv
-----------------------------------------------------------*/
#mv {
	background-image: url("../img/mv_bg.png");
}

/*main
-----------------------------------------------------------*/
#plan_bnr_list_area {
	margin-bottom: 1rem;
}

#plan_bnr_list_area .sec_tit {
	display: none;
}

.bnr_box01 {
	margin-bottom: 50px;
}

#err_msg h2 {
	color: #000;
}

#err_msg .list_page li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 0 15px;
	line-height: 1.6;
	border-bottom: 1px dashed #ccc;
}

#err_msg .list_page a {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #a60d78;
	text-decoration: underline;
}

#err_msg .list_page a:hover {
	text-decoration: none;
}

#err_msg .list_page span {
	padding-left: 2em;
	position: relative;
}

#err_msg .list_page span::before {
	content: '｜';
	position: absolute;
	top: 0;
	left: 0.5em;
}

#plan_bnr_list_tit {
	margin-bottom: 0;
}

#plan_bnr_list_tit .sec_tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	margin-right: 8%;
}

#plan_bnr_list_tit .sec_tit::before {
	content: "";
	display: inline-block;
	width: 119px;
	height: 102px;
	background-image: url(/assets/common/img/plan_bnr_tit_icon.png);
	background-size: 100% 100%;
}

#plan_bnr_list_tit .sec_tit strong {
	font-size: 1.3em;
}

#plan_bnr_list_tit .sec_tit > span {
	margin-left: 10px;
	display: inline-block;
}
