.sub-pg .h1-title{
    background: var(--red);
    color: #fff;
    padding: 36px;
     font-size: var(--font-h);
     font-weight: bold;
         margin-bottom: 90px;
}

.font-bold{
    font-weight: bold;
}

.color-red{
    color:var(--red);
}

.h3-title:not(:last-child)+p{
padding-bottom: 0;
}

.sub-pg .column-detail {
    padding: 0;
    margin:  56px 0 0;
}

.sub-pg .h2-box{
    margin:56px 0 0;
}

.sub-pg .sub-article-box:not(:last-child){
    padding-bottom: 0;
}

.sub-pg .h3-title {
    margin: 0 0 5%;
}

.sub-pg .message-text {
    padding: 0 0 6%;
}

.temp-bk-gray{
        display: block;
    background: #f4f4f4;
    padding: 5%;
}

.temp-pre-text{
    padding-bottom: 6%;
}

.temp-faq-box{
    padding: 3% 0;
}

.temp-faq:not(:last-child) {
    padding-bottom: 3%;
}



.temp-faq dt{
    color: var(--red);
    font-weight: bold;
}

.sup-pg .message-text+p{
padding-bottom: 3%;
}

.temp-indent{
    padding-left: 10px;
    margin-left: -10px;
    display: block;
}

.temp-flow-box{
    background: #fff5f5;
    padding: 3%;
    margin: 2% 0!important;
}



.temp-flow-box li:not(:last-child){
    border-bottom: 1px dashed #ccc;
    margin-bottom: 3%;
    padding-bottom: 1%;
       
}

.temp-flow-box li{
 display: flex;
    flex-direction: column;
}

.temp-indent-box{
    margin: 16px;
    background: #fff;
    padding: 6%;
}

.temp-list-padding{
    padding: 3%;
} 

.temp-list-bk{
    background:#f8f8f8;
    padding: 3%;
    margin: 3% 0;
}

.temp-list-bk .section-list li:not(:last-child){
       padding: 0 0 16px 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}


.temp-list-bk .section-list li:last-child{
       padding: 0 0 0 20px;
    margin-bottom: 0;
    border-bottom: none;
}

.temp-merit-box{
    background: #fff5f5;
    margin-top: 3%;
}

.temp-merit-box .h4-title{
    border-bottom: 1px solid #ccc;
    padding: 1% 3% !important;
    background: var(--red);
    color: #fff;
}

.temp-merit-bk{
    background:#fff5f5;
    padding: 3%;
    margin: 3% 0;
}

.temp-merit-box .temp-merit-bk{
    margin: 0;
}

.temp-merit-bk .section-list li,
.temp-demerit-bk .section-list li{
           padding: 0 0 16px 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.temp-merit-bk .section-list li:last-child,
.temp-demerit-bk .section-list li:last-child{
    padding: 0 0 16px 20px;
    margin-bottom: 0;
    border-bottom: none;
}



.color-blue{
    color: rgb(53 125 217);
}

.temp-demerit-bk .section-list li:before{
    color: rgb(53 125 217);
    content: "■";
    font-size: 12px;
    position: absolute;
    top: 0.25em;
    left: 0;
}

.temp-merit-bk .section-list li:before{
    color: var(--red);
    content: "■";
    font-size: 12px;
    position: absolute;
    top: 0.25em;
    left: 0;
}


.temp-demerit-box{
    background: #f4f8ff;
    margin-top: 3%;
}

.temp-demerit-box .h4-title{
    border-bottom: 1px solid #ccc;
    padding: 1% 3% !important;
    background: rgb(53 125 217);;
    color: #fff;
}

.temp-demerit-bk{
    background:#f4f8ff;
    padding: 3%;
}

.temp-demerit-box .temp-merit-bk{
    margin: 0;
}

.temp-demerit-bk .section-list li:not(:last-child){
    padding: 0 0 16px 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.temp-table-bk{
    background: #f8f8f8;
    padding: 3%;
    margin: 0 0 3%;
}

.temp-table-bk li{
    padding: 0 0 16px 20px;
}

.temp-table-bk li:not(:last-child){
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.sub-pg .h4-title{
    padding: 16px 0;
    font-size: 20px;
}

.temp-img{
        width: 100%;
    height: 100vh;
    background: url(../img/service_img.jpg) no-repeat center / contain;
    display: block;
        margin: 64px 0;
}

.temp-h4-padding{
    padding: 0 0 3%!important;
}

.temp-h4-padding-last{
    padding: 0 0 6%!important;
}

.temp-padding-none{
    padding-bottom: 0!important;
}

.temp-bk-yellow{
    background: #fff8b6;
}

@media screen and (max-width:640px){
    
.temp-list-bk,
.temp-flow-box{
    padding: 8%!important;
}

.temp-flow-box li {
    margin-bottom: 10%;
    padding-bottom: 6%;
}

.temp-indent-box {
    margin: 16px 12px;
}

.temp-indent-box .temp-indent{
    display: block;
}

.section-list li:not(:last-child){
        padding: 0 6% 6% 20px;
        margin-top: 6%;
}

.section-list li{
        margin-left: 6%;
        margin-top: 6%;
 padding: 0 6% 6% 20px;

}
}