@charset "utf-8";


/*=============================================================================
  etc-contents
=============================================================================*/
#etc-contents {
}

@media screen and (max-width:767px) { 
#etc-contents {
    padding: 0 10px;
}
}

#etc-contents h2 {
    font-size: 2rem;
    padding: 1em 0;
}

#etc-contents h3 {
padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #ccc;
    margin-bottom: 1em;
}
#etc-contents p {
padding: 0.25em 1em 1em 1.5em;

    margin-bottom: 1em;
}

#etc-contents ol {
padding: 0.25em 1em 1em 2.5em;
}

#etc-contents ul {
padding: 0em 1em 1em 2.5em;
}