@charset "utf-8";






/* ------------------------------------------------
下階層共通の範囲
------------------------------------------------ */
.privacy {
  margin-top: 60px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.privacy {
  margin-top: 30px;
}
}
.pan {
margin-top: 132px;
}

.map {
margin-bottom: -80px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.map {
margin-bottom: -40px;
}
}






/* ------------------------------------------------
## プライバシーポリシーの範囲
------------------------------------------------ */
.privacy-headline01 {
font-family: 'Roboto', sans-serif;
padding: 30px 0 30px 0;
width: 100%;
border-top: 2px solid #2bb3d5;
font-size: 30px;
color: #2bb3d5;
}


.privacy-text01 {
font-size: 24px;
font-weight: bold;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.privacy-text01 {
font-size: 20px;
font-weight: bold;
}
}

.privacy-list01 {
padding-left: 20px;
}
.privacy div.container ol {
list-style: decimal !important;
line-height: 1.8;
}
.privacy-adress {
line-height: 1.5 !important;
}












/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {

}
