@charset "utf-8";
/*-----独自追加start-----*/
hr {
    background: #b7ddf2;
    border: 0;
    border-bottom: 1px dashed #ebf4fb;
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    visibility: visible;
    margin: 10px 0 20px 0;
}

h3 {
    color: #036;
    font-weight: bold;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.red {
    color: #f00;
    font-size: 91%;
}

.attention {
    font-size: 70%;
    line-height: 1.0;
    padding-left: 1em;
    text-indent: -1em;
}

label {
    font-weight: bold;
}

.t-indent{
    text-indent: 1em;
}

.t-indent-2em-plus{
    text-indent: 2em;
}

.t-indent-3em-plus{
    text-indent: 3em;
}


.mu_seminar-title {
    font-weight:bold;
    font-size:200%;
    color:navy;
    text-align:center;
    margin-top:30px;
    margin-bottom:30px;
}

/*-----独自追加end-----*/
