@charset "utf-8";

/*　　キービジュアルの設定　　*/
#hero{
	background: #f3f3f3;
	margin-bottom: 40px;
}
#hero h1{
	text-align: center;
}
#hero h1 img{
	margin: 0 auto;
}


/*　　一覧部分の設定　　*/
#maincontents{}
.box-annotation{
	margin-bottom: 20px;
}
.list-annotation{
	padding: 0 20px;
}
.list-annotation li{
	font-size: 14px;
	position: relative;
}
.list-annotation li.bus-wex{
	padding-left: 110px;
}
.list-annotation li.bus-wex span{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	list-style: 1;
	padding: 2px 5px 1px;
	background: #333;
	color: #fff;
}

/*カードの設定*/
.card-plan-01 .card-plan-title{
	color: #212529;
}
.card-plan-01 dd, .card-plan-01 .itembox-body{
	padding: 10px 0;
}
.card-inner{
	margin-bottom: 0;
}
.card-plan-01 p + p{
	margin-top: 5px;
}
.list-label{
	display: flex;
	flex-wrap: wrap;
}
.list-label li{
	margin-right: 2px;
	font-size: 10px;
	background: #f5bd3d;
	list-style: 1;
	padding: 2px 5px;
	color: #212529;
	margin-bottom: 2px;
}
.list-label li.bus-wex{
	background: #333;
	color: #fff;
}

@media (max-width: 768px){
.card-inner{
	padding: 0px 10px;
}
}