@charset "UTF-8";

table {
	width: 100%;
}
th {
	width: 25%;
	vertical-align: top;
}
.history ul:nth-child(odd) {
	background: #FAFAFA;
}
/* 同じ種類で順番が奇数の要素 */
.history ul:nth-of-type(odd) {
	background: #FAFAFA;
}
.com-map {
	height: 300px;
}
.company [id] {
	scroll-margin-top: 80px;
}
.com-ph {
	position: relative;
	height: 1000px;
}
.com-ph img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.maru {
	display: inline-block;
    background: #7b8245;
    color: #fff;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: .7rem;
    line-height: 20px;
    margin-left: 10px;
    vertical-align: bottom;
}


/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {



}



