@charset "utf-8";

h2 {
    margin-top:1em !important;
}

div#main {
    padding: 0 10px 3em 30px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 2em;
}

div.dtl {
    margin-left: 20px;
    margin-bottom: 4em;
    width: 80%;
}

    div.dtl ul {
        list-style: inside;
    }

h5 {
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

/*　特徴、補足事項　と同じ  */
a {
    color: blue;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:visited {
        color: purple !important;
    }

div.buttons {
    text-align:center;
}

/* 問い合わせ先 thanks.cssと同じ */
div#inquire {
    text-align:center;
}
.lineBox02 {
    border: 1px solid #C9C9C9;
    margin: 0 auto 40px;
    padding: 40px 0 40px 60px;
    width: 740px;
}

    .lineBox02 .number {
        margin-left: 170px;
        font-size: 15px;
    }

        .lineBox02 .number li {
            font-weight: bold;
            letter-spacing: 2px;
        }