body.detail .contents article h1#guide
{
    margin-top: -80px;
    padding-top: 80px;
}

body.detail .contents article .mainimg{
  height:200px;
  margin-bottom: 45px;
  padding-bottom:0px;
}

body.detail .contents article .btn-anchor
{
    margin: 0 auto 50px;

    text-align: center;
}

body.detail .contents article .btn-anchor a
{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;

    display: inline-block;

    min-width: 230px;
    padding: 6px 10px;

    text-align: center;

    color: #fff;
    background-color: #060e1f;
}

body.detail .contents article .voices
{
    margin-bottom: 100px;
}

body.detail .contents article .voices ul
{
    padding-top: 50px;

    border-top: 1px solid #19284a;
}

body.detail .contents article .voices ul .voice
{
    position: relative;

    margin-bottom: 50px;
    padding-bottom: 50px;

    border-bottom: 1px solid #19284a;
}

body.detail .contents article .voices ul .voice2
{
    position: relative;

    margin-bottom: 50px;
    padding-bottom: 50px;

    border-bottom: 0px solid #19284a;
}

body.detail .contents article .voices ul .voice-head
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

body.detail .contents article .voices ul .voice-head figure
{
    width: 130px;
    margin-right: 30px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

body.detail .contents article .voices ul .voice-head-txt h2
{
    margin: 0 0 10px;
}

body.detail .contents article .voices ul .voice-head-txt-univ span
{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;

    display: inline-block;

    min-width: 140px;
    margin-right: 10px;
    margin-bottom: 2px;
    padding: 2px 10px;

    text-align: center;

    color: #fff;
    background-color: #19284a;
}

body.detail .contents article .voices ul .voice-head-txt-univ span:last-child
{
    margin-right: 0;
}

body.detail .contents article .voices ul .voice-head-txt-name
{
    margin-top: 4px;
}

body.detail .contents article .voices ul .voice-body
{
    padding-top: 20px;
}

@media all and (max-width: 758px)
{
    body.detail .contents article .voices ul .voice
    {
        margin-bottom: 30px;
        padding: 0 0 30px;
    }

    body.detail .contents article .voices ul .voice-head
    {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }

    body.detail .contents article .voices ul .voice-head figure
    {
        width: 85px;
        margin-right: 15px;
    }
}
