body{
background-image: url(/wp-content/themes/cdef-theme/img/top/headerimg.webp);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
main{
margin-top: 5rem;
}

h1{
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
}
#content-hd>div{
    background-color: #fff;
}

#content-hd .copy{
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.5em;
}

#service{
    background-color: #333;
    color: #fff;
}

#service dl{
    margin-top: 5rem;
}
#service dt{
    font-size: 2rem;
    font-weight: bold;
}
#service dt span{
    font-size: 80%;
}

#news{
    background-color: #fff;
}

#message{
    background-color: #333;
    color: #fff;
}
#message>div>div{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#message article{
    width: 45%;
}
#message .image{
width: 40%;
transform: translateY(-5rem);
}

#profile{
background-color: #fff;
}

#profile>div>div{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
#profile dl{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #333;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
#profile dl dt{
    width: 50%;
}
#profile dl dd{
    width: 50%;
}

#faq{
    background-color: #333;
    color: #fff;
}
#faq dl{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#faq dl dt{
    font-weight: bold;
    font-size: 2rem;
}


@media(max-width:780px){
    h1{
        font-size: 1rem;
        font-weight: normal;
        margin: 0;
    }
    main{
    margin-top: 10rem;
    }

    #content-hd .copy{
        font-weight: bold;
        font-size: 1.5rem;
    }

    #service{
        background-color: #333;
        color: #fff;
    }

    #service dl{
        margin-top: 3rem;
    }
    #service dt{
        font-size: 1.35rem;
    }
    #service dt span{
        font-size: 50%;
    }
    #message>div>div{
        display: block;
    }
    #message article{
        width:100%;
    }
    #message .image{
    width: 80%;
    transform: translateY(0);
    margin-left: auto;
    margin-right: auto;
    }


    #profile>div>div{
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    #profile dl{
        display: flex;
        width: 100%;
        border-bottom: 1px solid #333;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    #profile dl dt{
        width: 30%;
    }
    #profile dl dd{
        width: 70%;
    }
    #faq dl{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #faq dl dt{
        font-weight: bold;
        font-size: 1.35rem;
    }
}