@charset "utf-8";
#common_cont {
    padding-top: 6.15%;
    margin-bottom: 17.69%;
}
.common_cont_catch {
	font-weight:500;
    line-height: 1.6em;
}

#common_cont dl {
    margin-top: 32px;
}
#common_cont dt {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 44px;
    padding-bottom: 16px;
    margin: 0;
    border-radius: 8px;
    background-color: #faf0f5;
    font-size: 20px;
    font-weight: 500;
    background-image: url(../images/onpu_brown.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 12px auto;
}

#common_cont dd {
    padding: 16px;
    margin: 0;
}

#common_cont dd p {
	font-weight:500;
    font-size: 14px;
    line-height: 1.6em;
}
#common_cont dd p a {
    color: #0D0085;
    text-decoration: underline;
}

#common_cont dd ul {
    list-style-type: disc;
    padding-left: 20px;
}
#common_cont dd ul li {
	font-weight:500;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 8px;
}
