@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%);
}







/* ------------------------------------------------
MESSAGEの範囲
------------------------------------------------ */
.message {
margin-bottom: 60px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.message {
    margin-bottom: 30px;
}
}

.message_text01 {
text-align: justify;
margin-bottom: 30px;
line-height: 1.8;
}

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




/* ------------------------------------------------
COMPANYの範囲
------------------------------------------------ */
.company-inner {
margin-top: 60px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.company-inner {
margin-top: 30px;
}
}

.company-area {
padding-bottom: 100px;
background-color: #f9f9f9;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
.company-area {
padding-bottom: 100px;
background-color: #f9f9f9;
}
}

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


#table01 th,
#table01 td {
padding: 24px 30px;
border: none;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
#table01 th, #table01 td {
padding: 24px 20px;
border: none;
}
}

#table01 th {
width: 30%;
background-color: #e4e4e4;
padding-left: 30px;
}
/*--------------------------------------------------------------
## 極小デバイス（縦向きモバイル, 576px 未満）
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
#table01 th {
width: 30%;
background-color: #e4e4e4;
padding-left: 20px;
}
}

/* 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: 18px;
}
}

.mt10 {
margin-bottom: 10px;
}
.officer {
width: 130px;
display: inline-block;
}
