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



/* ------------------------------------------------
パンくずの範囲
------------------------------------------------ */
.pan {
margin-top: 15px;
}



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

.faq div.container div.row div.col-md-6 p.text01 {
text-align: justify;
margin-bottom: 30px;
line-height: 1.8;
}



/* ------------------------------------------------
よくある質問の範囲
------------------------------------------------ */
.FAQ-inner02 {
background-color: #F5F5F5;
padding: 22px 16px 10px 30px;
margin-bottom: 60px;
}
@media (max-width: 575.98px) {
.FAQ-inner02 {
background-color: #F5F5F5;
padding: 22px 16px 10px 16px;
margin-top: 0px;
}
}
.boxA p.icon01 {
background-image: url(../faq/images/icon01.png);
background-repeat: no-repeat;
background-position: left center;
padding: 14px 10px 14px 70px;
}
@media (max-width: 575.98px) {
.boxA p.icon01 {
background-image: url(../faq/images/s-icon01.png);
background-repeat: no-repeat;
background-position: left center;
padding: 14px 10px 14px 36px;
text-align: justify;
}
}

.boxA div.border01 {
border-bottom: 1px solid #CCC;
padding-bottom: 20px;
}

.boxB p.icon02 {
background-image: url(../faq/images/icon02.png);
background-repeat: no-repeat;
background-position: left center;
padding: 24px 10px 20px 70px;
}
@media (max-width: 575.98px) {
.boxB p.icon02 {
background-image: url(../faq/images/s-icon02.png);
background-repeat: no-repeat;
background-position: left center;
padding: 14px 10px 14px 36px;
text-align: justify;
}
}
