@charset "utf-8";





/* ------------------------------------------------
SUB-IMAGESの範囲 ※共通で使用出来ます
------------------------------------------------ */
.sub-images {
background-image: url("../images/bg01.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 200px;
margin-top: 100px;
display: flex;
justify-content: center;
align-items: center;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.sub-images {
background-image: url(../images/bg01.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 140px;
margin-top: 130px;
display: flex;
justify-content: center;
align-items: center;
}
}

.sub-images div.container h1 {
color: #FFF;
font-size: 24px;
font-weight: 500;
position: relative;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.sub-images div.container h1 {
color: #FFF;
font-size: 24px;
font-weight: 500;
position: relative;
margin-top: 30px;
}
}

.sub-images div.container h1::after {
content: '';
width: 50px;
height: 3px;
display: inline-block;
background-color: #FFF;
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
}






/* ------------------------------------------------
SITEMAPの範囲
------------------------------------------------ */
.sitemap {
margin-bottom: 80px;
}

/* TABLEの範囲 */
#table01 tr {
border-bottom: 1px solid #b5b1b1;
}
.tr-first {
border-top: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
padding: 30px;
border: none;
}

#table01 th {
width: 30%;
padding-left: 30px;
position: relative;
}
.sitemap-pseudo01 a {
color: #4ac4f3;
}
.sitemap-pseudo01::after {
font-family: "Font Awesome 6 Free";
font-weight: 900;
content: "\f061";
position: absolute;
top: 50%;
right: 40px;
margin-top: -12px;
color: #ca3d77;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.sitemap-pseudo01::after {
font-family: "Font Awesome 6 Free";
font-weight: 900;
content: "\f063";
position: absolute;
top: 50%;
right: 40px;
margin-top: -12px;
color: #ca3d77;
}
}

/* sp */
@media only screen and (max-width: 575.98px) {
#table01 th,
#table01 td {
width: 100%;
display: block;
}

#table01 th {
width: 100%;
}

#table01 td {
padding-top: 0;
}
}
