@charset "utf-8";
/* CSS Document */

/*-----------------------
	ss.css
------------------------*/

#contents .accent {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 1em 1.5em;
    border: 1px solid #ee0000;
    color: #ee0000;
}

#contents .c5-flex {
    display: flex;
    flex-wrap: wrap;
/*	justify-content: space-between;*/
}

#contents .c5-flex .area_detail {
    width: 100%;
    max-width: 380px;
	margin: 0 0.5em;
}

.service_station .area_detail .station_name {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 15px;
    margin-bottom: 0;
}

#contents .service_station .area_detail .station_name p {
    font-weight: bold;
    float: left;
    margin: 0;
}

#contents .map a {
    font-size: 0.8rem;
    color: #2f353d;
    background-color: #f7f7f9;
    border-style: solid;
    border-width: 1px;
    border-color: #959595;
    padding: 0.5em 0.8em 0.5em 1em;
    border-radius: 5px;
}

#contents .map p {
    margin-bottom: 0;
}

.service_station .area_detail_inner {
    overflow: hidden;
    padding: 0 0 1em 1em;
    margin-bottom: 20px;
}

#contents .station_name p {
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    #contents .c5-flex .area_detail {
		width: 100%;
		max-width: 380px;
		margin: 0;
	}
}

/* 20250123 */
#contents .notice_gray{
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #959595;
}

#contents .notice_gray > p{
	margin: 0;
}

#contents .notice_gray > p + p{
	margin-top: 10px;
}

#contents span.annotation{
	display: inline-block;
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
