@charset "UTF-8";


/*---------------------------------------
	汎用
---------------------------------------*/
.h4__title {
	font-size: 20px;
	font-weight:bold;
	line-height:1.4;
	margin: 30px 0 10px;
}

.disc{
	margin-top:1em;
	margin-left:1.3em;
	list-style-type: disc;
}


/*---------------------------------------
	デマンド交通とは
---------------------------------------*/
.about_wrap{
	list-style: none;
	margin: 50px auto 0;
	padding: 0;
	width: 85%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px 30px;
}
.about_item{
	width:calc((100% - 120px - 100px) / 3);
}
.about_arrow{
	width:50px;
	align-content: center;
}
.about_arrow img{
	display:block;
	width:50px;
	height:auto;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	.about_wrap,
	.about_item,
	.about_arrow{
		width:100%;
	}
	.about_arrow img{
		transform: rotate(90deg);
	}
}

.about_ttl{
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
}
.about_pic{
	margin:10px 0;
}
.about_pic img{
	display:block;
	margin:10px auto;
	width:240px;
}
@media screen and (max-width: 768px) {
	.about_pic img{
		width:160px;
	}
}
.about_txt{
	font-size:16px;
	line-height:1.5;
	text-align:center;
}


/*---------------------------------------
	デマンド交通の位置づけ
---------------------------------------*/
.ai_bus_tbl{
	width:80%;
	margin: 20px 0 0;
}
.ai_bus_tbl th,
.ai_bus_tbl td{
	text-align:center;
	vertical-align:middle;
	line-height:1.5;
}
.ai_bus_tbl th{
	color:#FFF;
	font-weight:bold;
	background-color:#0060C3;
}
.empty{
	border:none !important;
	background-color: transparent !important;
}
.bo-top{
	border-top:8px solid #C03;
	border-left:8px solid #C03;
	border-right:8px solid #C03;
}
.bo-middle{
	border-left:8px solid #C03;
	border-right:8px solid #C03;
}
.bo-bottom{
	border-left:8px solid #C03;
	border-right:8px solid #C03;
	border-bottom:8px solid #C03;
}


/*---------------------------------------
	AI運行バスが選ばれる理由
---------------------------------------*/
.reason_ttl{
	color:#0060C3;
	font-size: 18px;
	font-weight:bold;
	line-height:1.4;
	padding:0 0 5px 0;
	border-bottom:1px solid #0060C3;
	margin: 30px 0 10px;
}


/*---------------------------------------
	よくある質問
---------------------------------------*/
.faq_wrap{
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height:1.5;
}
.faq_wrap dt{
	width:1.5em;
	margin:0.3em 0 0;
	font-weight:bold;
}
.faq_wrap dd{
	margin:0.3em 0 0;
	width:calc(100% - 1.5em);
}