@charset "utf-8";


body {
    color: #333;
    font-family: arial, helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", clean, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

/*ヘッダー*/
header {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: white;
    background-color: #555;
    border-bottom: 3px solid #ff0000;
}

header h1 {
    padding: 25px 0 0 10px;
}

/*パンくずリスト*/
ol.breadcrumb {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: white;
    display: flex;
    margin-bottom: 10px;
}
ol.breadcrumb li::after{
    content: ">";
    margin: 0 10px;
}
ol.breadcrumb li:last-child::after {
    content: none;
}
/*構成*/
.con {
    margin-left: auto;
    margin-right: auto;
}

.con:after {
    content: " ";
    display: block;
    clear: both;
}

.cons {
    margin-left: 15px;
    margin-right: 15px;
    word-break: break-all;
}


.cons p {
    line-height: 25px;
}

/*メイン*/

main caption {
    caption-side: top;
    text-align: left;
    font-size: 20px;
    color: black;
    padding-bottom: 0;
}

main table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

main table th {
    color: blue;
    background-color: #cccccc;
}

main h2 {
    font-size: 18px;
    background-color: #eeeeee;
    padding: 5px 8px;
    border-left: 3px solid #777;
}

/*フッター*/
footer {
    font-size: 13px;
    padding: 10px 0 10px;
    margin-top: 25px;
    color: white;
    background-color: #555;
    border-top: 3px solid #ff0000;
}

footer .menu {
    float: left;
    margin-bottom: 5px;

}

footer .menu th {
    font-size: 20px;
    padding-bottom: 5px;
}

footer .menu td {
    padding: 5px 15px 5px 0px;
}

@media (min-width: 768px){
    .con {
        width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.con:after {
    content: " ";
    display: block;
    clear: both;
}

.cons {
    margin-left: 15px;
    margin-right: 15px;
    word-break: break-all;
}


.cons p {
    line-height: 25px;
}

    
}
