.mt-5 {
    margin-top: 45px;
}

.hoiclue_container {
    width: 100%;
    font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

.hoiclue_head {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.hoiclue_head img{
    max-width: 832px;
    width: 100%;
}

.hoiclue_top {
    margin: 20px auto;
}

.hoiclue_top h2 {
    padding-left: 10px;
    border-left: 5px solid #5c7167;
}
.hoiclue_top > p {
    font-size: 20px;
}

.hoiclue_top .table th {
    font-weight: normal;
}

.hoiclue_container .sub_title {
    width: 100%;
    text-align: left;
    font-size: 20px;
    border-left: 5px solid #5c7167;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.hoiclue_container .sub_body {
    width: 100%;
    text-align: left;
    font-size: 20px;
    background: #f2f2f2;

}

.hoiclue_container .sub_body header {
    padding: 10px;
    background: #5c7167;
    color: #fff;
}

.sub_body button {
    color: #000;
    margin-left: 20px;
}

.cc {
    color:#985252 !important;
}

.panel-default {
    border: none;
}
.hoiclue_container .btn-primary {
    background-color: #547BA8;
    border-color: #547BA8;
}
.hoiclue_container .btn-success {
    background-color: #5c7167;
    border-color: #5c7167;
}
.hoiclue_container .btn-secondary {
    background-color: #cccccc;
    border-color: #cccccc;
}
