@charset "UTF-8";

/* ページ内リンクの位置調整 */

section {
    margin-top: -60px;
    padding-top: 60px;
}


/* ページ内フォント変更 */

@font-face {
    font-family: "use-SourceHanSansJP";
    src: url("font/SourceHanSansJP-Normal.otf") format("opentype");
}

body {
    font-family: "use-SourceHanSansJP";
    font-size: 100%
}


/* ページ内の文章の揃え位置 */

p {
    text-align: justify;
    line-height: 1.65em;
}


/* かんたん登記申請 */

.container text-start {
    background-image: url(../img/);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}