@charset "utf-8";

/*　　キービジュアルの設定　　*/
#hero{
	margin-bottom: 40px;
}
#hero h1{
	text-align: center;
}
#hero h1 img{
	margin: 0 auto;
}
@media (max-width: 768px){
#hero{
	margin-bottom: 20px;
}
}


/*　　一覧部分の設定　　*/
.title-autonomousdriving{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.title-autonomousdriving span{
	display: inline-block;
	border-bottom: 4px solid #134eaa;
	padding: 0 20px 5px;
}
.box-annotation{
	margin-bottom: 20px;
}
.list-annotation{
	padding: 0 20px;
}
.list-annotation li{
	font-size: 14px;
	position: relative;
}
.list-annotation li.label-end{
	padding-left: 110px;
}
.list-annotation li.label-end span{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	list-style: 1;
	padding: 2px 5px 1px;
	background: #333;
	color: #fff;
}
@media (max-width: 768px){
.title-autonomousdriving{
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
}

/*カードの設定*/
.row-card-plan-01{
	margin-bottom: 0px;
}
.card-plan-title{
	color: #212529;
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	width: 100%;
	padding-right: 10px;
}
.label-area{
	background: #134eaa;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	margin-right: 15px;
	width: 140px;
	font-size: 80%;
}
.title-contents{
	width: calc(100% - 140px);
}
.card-plan-01{
	position: relative;
}
.card-plan-01 .card-plan-title:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f53d7e;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
}
.card-plan-01.card-end{
	background: #eee;
	box-shadow: none;
}
.card-plan-01.card-end .card-plan-title:after {
    display: none;
}
.card-plan-01.card-end .card-plan-title{
	color: #666;
}
.card-plan-01.card-end .label-area{
	background: #666;
}
.card-plan-overview{
	padding: 5px 0;
}
.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.label-start{
	background: #F53D7E;
	color: #fff;
}
.list-label li.label-end{
	background: #333;
	color: #fff;
}

@media (max-width: 768px){
/*.row-card-plan-01{
	margin-bottom: 20px;
}*/
.col-end{
	border-top: 1px dotted #ccc;
	padding-top: 15px;
}
.card-plan-01:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f53d7e;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}
.card-plan-01 .card-plan-title:after {
    display: none;
}
.card-plan-01.card-end:after {
    display: none;
}
.card-plan-title{
	font-size: 14px;
	padding: 0;
	margin-bottom: 0;
	align-items: center;
}
.label-area{
	margin-right: 5px;
	width: 140px;
	font-size: 13px;
}
.card-plan-01{
	padding: 10px;
}
.card-plan-01 img{
	display: none;
}
}