@charset "UTF-8";

/* ==============================
特定商取引法に基づく表記
============================== */
@media screen and (max-width: 767px) {
.law-page {
padding: 0 22px 60px;
color: #000000;
}
.law-item {
margin-bottom: 36px;
}
.law-item__heading {
position: relative;
margin: 0 0 16px;
padding: 0 0 8px 20px;
border-bottom: 1px solid #bbbbbb;
color: #666666;
font-size: 15px;
line-height: 1.5;
font-weight: 400;
letter-spacing: 0.02em;
}
.law-item__heading::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 4px;
height: 28px;
background: #999999;
}
.law-item__text {
margin: 0;
padding-left: 20px;
color: #000000;
font-size: 19px;
line-height: 1.65;
font-weight: 500;
letter-spacing: 0.02em;
}

.googlemap{
width: 97%;
margin: 0 auto;
border: solid 1px #CCCCCC;
}

}