@charset "utf-8";
/* CSS Document */

.cont_text{
	width:  95%;
	margin: 0 auto 20px auto;
padding: 3px;
	box-sizing: border-box;
}
.cont_text img{
	float: left;
	margin-right: 5px;
}

.tenpo_cont_waku{
	margin: 0 0 30px 0;
	width: 100%;
}
.tenpo_cont_waku .tenpo_cont_img{
	float: left;
	width: 300px;
}
.tenpo_cont_waku .tenpo_cont_text{
	float: left;
	width: 380px;
	margin: 0 0 0 10px;
}
.tenpo_cont_waku .tenpo_cont_text .main_title3{
	font-size: 22px;
}

.other_waku_b {
	float: left;
	width: 100%;
}

.other_waku_b td {
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}
.other_waku_b th {
	border-top: 1px solid #CCCCCC;
}
.other_waku_title_b {
	background-color: #fff1bc;
	text-align: center;
	width: 200px;
}
.car_class_img{
	display: flex;
	flex-wrap: wrap;
}
.car_class_img > svg{
	width:25%
}
.car_service_img{
	display: flex;
}
.car_service_img > svg{
	width:25%
}
#shop_introduction .shop_img{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#shop_introduction .shop_img div{
 flex-basis:50%;
    padding: 2px;
}

#shop_introduction .shop_img div img{
  width: 100%;
}
a.store_title{
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 3px 0;
	background-color: #00a63c;
	color: #fff;
	padding: 7px 5px 5px 5px;
	position: relative;
}
a.store_title:hover{
	text-decoration: none;
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 3px 0;
	background-color: #00a63c;
	color: #fff;
	
}
a.store_title::after{
font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    font-weight: 900;
    font-size: 1rem;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
}
/* GRC_SYS-343_S */
.recent_news {
	text-align: center;
	font-size: 40px;
	padding-bottom: 20px;
}
.recent_news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent_news li {
    display: inline;
}
.news-text {
    border-left: solid 6px #2d8fdd;
    margin: 0 0 5px 0;
    padding: 1px 0 1px 10px;
}
/* GRC_SYS-343_E */
