#service{}
#service .function{
    padding: 60px 0;
    background: #f5f5f5;
}
#service .function article h2{
    margin: 0 0 1.5em;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: .05em;
}
#service .function article p{
    margin: 1em 0;
    font-size: .875rem;
    text-align: center;
    line-height: 1.8;
}
#service .function{}
#service .function dl.function_list{
    max-width: 560px;
    margin: 100px auto 40px;
    border-bottom: 1px solid #ddd;
}
#service .function dl.function_list dt{
    padding: 20px 40px;
    position: relative;
    border-top: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}
#service .function dl.function_list dt::after{
    content: "\e145";
    font-family: "material icons";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #666;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transition: transform .2s;
}
#service .function dl.function_list dt.active::after{
    transform: rotate(45deg);
}

#service .function dl.function_list dd{
    padding: 16px 0;
    display: none;
}
#service .function dl.function_list dd figure{}
#service .function dl.function_list dd p{
    margin: 1em 0;
    font-size: .875rem;
    line-height: 1.8;
}
#service .function dl.function_list dd p.point{
    margin: 16px 0;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}
#service .function dl.function_list dd{}
#service .status{}
#service .status table.status_list{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
}
#service .status table.status_list th,
#service .status table.status_list td{
    padding: 16px;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    font-size: .875rem;
}
#service .status table.status_list th{
    background: #eee;
}
#service .status table.status_list td{}
#service .status table.status_list thead{}
#service .status table.status_list tbody{}
#service .status table.status_list tfoot td{
    font-size: .75rem;
}
#service .flow{}
#service .flow h2{
    margin: 60px 0;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: .05em;
}
#service .flow h2{}
#service .flow h2 span{}
#service .flow h2 + p{
    margin: -20px 0 60px;
    text-align: center;
}
#service .flow h3{
    margin: 40px 0;
    position: relative;
}
#service .flow h3::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #999;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
#service .flow h3 span{
    padding-right: 20px;
    display: inline-block;
    position: relative;
    background: #fff;
}
#service .flow h3 + p{
    margin: -20px 0 40px;
}
#service .flow ul.flow_list{
    margin: 0;
    padding: 20px 20px;
    padding-top: 0;
    list-style: none;
    border: 2px solid #111;
}
#service .flow ul.flow_list li{
    padding-left: 60px;
    padding-bottom: 20px;
    position: relative;
}
#service .flow ul.flow_list li::before{
    content: attr(title);
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    background: #f1f1f1;
    text-align: center;
    line-height: 50px;
    font-size: 1.25rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#service .flow ul.flow_list li::after{
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #f1f1f1;
    position: absolute;
    bottom: 0;
    left: 23px;
}
#service .flow ul.flow_list li:last-child::after{ display: none;}
#service .flow ul.flow_list li .detail{}
#service .flow ul.flow_list li .detail h4{
    line-height: 50px;
    font-size: 1.25rem;
}
#service .flow ul.flow_list li .detail p{
    margin: 0;
    text-align: left;
    font-size: .875rem;
    line-height: 1.8;
}
#service .flow ul.flow_list li .detail .link{
    margin: 20px 0 0;
}
#service .flow ul.flow_list li .detail .link a{
    max-width: 320px;
    height: 44px;
    margin: 0;
    line-height: 42px;
    border-radius: 20px;
}
#service .flow ul.flow_list li.topimg{
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 40px;
    padding: 0;
    background: #eee;
}
#service .flow ul.flow_list li.topimg::before,
#service .flow ul.flow_list li.topimg::after{
    display: none;
}
#service .flow .link{
    margin: 40px 0;
}
#service .flow{}
#service .onecoating{
    margin: 0 0 100px;
}
#service .onecoating .topimg{}
#service .onecoating .topimg img{
    width: 100%;
}
#service .onecoating .ttl{
    padding: 20px 0;
    background: #666;
}
#service .onecoating .ttl h2{
    font-weight: 300;
    text-align: center;
    color: #fafafa;
}
#service .onecoating .greeting{
    margin: 80px 0;
}
#service .onecoating .greeting article{}
#service .onecoating .greeting h2{
    font-size: 2rem;
}
#service .onecoating .greeting h3{
    margin: 0 0 40px;
    font-size: 1.5rem;
}
#service .onecoating .greeting p{
    line-height: 1.8;
}
#service .onecoating .content{}
#service .onecoating .content h3{
    margin: 2.5em 0 1.5em;
    position: relative;
}
#service .onecoating .content h3::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #999;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
#service .onecoating .content h3 span{
    padding-right: 20px;
    background: #fff;
    display: inline-block;
}
#service .onecoating .content p{
    font-size: .875rem;
}
#service .onecoating .content .link{
    margin: 30px 0 0;
}
#service .onecoating .content ul.grid{
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4px;
}
#service .onecoating .content ul.grid li{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-radius: 4px;
}
#service .onecoating .content ul.grid li span{}
#service .onecoating .content ul.grid li small{
    color: #666;
}
#service .onecoating .content ul.list{
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}
#service .onecoating .content ul.list li{
    padding: 12px 8px;
    background: #f5f5f5;
    border-radius: 4px;
    text-align: center;
}
#service .onecoating .content ul.list li + li{
    margin: 4px 0 0;
}
#service .onecoating .content ul.list li span{}
#service .onecoating .content{}
#service .onecoating .content{}
#service .onecoating .content{}
#service .onecoating .content{}
#service .onecoating{}
#service{}
#service{}
#service{}
#service{}
#service{}
#service{}
#service{}
#service{}

@media (pointer: fine) {
    #service .function dl.function_list dt:hover span{
        opacity: .6;
    }
}
@media screen and (max-width: 767.98px){
    #service .status table.status_list th,
    #service .status table.status_list td{
        display: block;
        text-align: center;
    }
    #service .status table.status_list th{
        padding: 10px;
    }
    #service .status table.status_list tfoot td{
        text-align: left;
    }
    #service .onecoating .content ul.grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    #service .onecoating .content ul.grid li,
    #service .onecoating .content ul.list li{
        font-size: .875rem;
    }
}