@charset "utf-8";






/* ------------------------------------------------
下階層共通の範囲
------------------------------------------------ */
.security{
  margin-top: 60px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.security{
  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;
}

.security-text01 {
padding-left: 20px;
}
.security div.container ol {
list-style: decimal !important;
line-height: 1.8;
}
.privacy-adress {
line-height: 1.5 !important;
}
.security-box {
text-align: right;
}











/* Smartphones (縦ベース) ----------- */
table {
margin-top: 30px;
margin-bottom: 60px;
}
.tbl-r02 {
width: 100%;
}
.tbl-r02 th,
.tbl-r02 td {
border-bottom: none;
display: block;
width: 100%;
}

.tbl-r02 th {
background: #f7f7f7;
	border-top: solid 1px #ccc;
border-left: solid 1px #ccc;
border-right: solid 1px #ccc;
    padding: 10px 10px 10px 20px;
}
.tbl-r02 td {
border-top: solid 1px #ccc;
border-left: solid 1px #ccc;
border-right: solid 1px #ccc;
    padding: 16px 16px 16px 20px;
}
.tbl-r02 tbody tr.last td.end {
border-bottom: solid 1px #ccc;	
}
.entry-header h1.entry-title {
font-size: 30px;
}
.entry-header div.entry-meta {
margin-bottom: 16px;
}
.entry-content p {
margin-bottom: 16px;
line-height: 1.8rem;
}


/* Smartphones (横-sm-540px) ----------- */
@media (min-width: 576px) {

}

/* iPads (縦-md-720px） ----------- */
@media (min-width: 768px) {
table {
width: 80%;
margin-top: 60px;
margin-bottom: 100px;
margin-left: auto;
margin-right: auto;
}

.tbl-r02 th {
background: #f2fafc;
border-bottom: solid 1px #ccc;
border-top: solid 1px #ccc;
border-left: solid 1px #ccc;
border-right: solid 0px #ccc;
padding: 10px 10px 10px 20px;
width: 30%;
display: table-cell;
vertical-align: middle;
font-weight: normal;

}
.tbl-r02 td {
border-bottom: solid 0px #ccc;
border-top: solid 1px #ccc;
border-left: solid 1px #ccc;
border-right: solid 1px #ccc;
padding: 16px 16px 16px 20px;

}
}

/* iPads (横-lg-960px）及びPC ----------- */
@media (min-width: 992px) {
.tbl-r02 {
width: 80%;
}
}

.news-headline {
padding: 0px 10px 5px 10px;
background: transparent;
border-left: solid 5px #7db4e6;
font-size: 30px;
margin-top: 30px;
margin-bottom: 30px;
}
.news01 dl dt {
font-weight: normal;
font-size: 20px;
}

