@charset "utf-8";

/*=============================================================================
    this page style
=============================================================================*/

/*=============================================================================
    this page BASE style
=============================================================================*/
#main > .header {
    text-align: left;
    margin-top: 30px;
}
#main > .header p {
    font-size: 1.5rem;
}

#main article {
    text-align: left;
    margin-top: 40px;
    padding-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
}

#main article a:link,
#main article a:visited,
#main article a:hover,
#main article a:active {
    color: #e5a326;
    text-decoration: underline;
}

#main article h1 {
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5a326;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #0071bc;
}

#c01 p {
    margin-top: 1.8rem;
}
#main article  p:first {
    margin-top: 0;
}