@charset "UTF-8";
.text-content{
    padding: 20px;
}
.text-styleB{
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 0;
}
.text-styleR{
    color: #942c2c;
}
.img-group{
    position: relative;
    width: 100%;
    height: calc( 205 / 320 * 100vw);
    border-top: 2px solid #7d0000;
    border-bottom: 2px solid #7d0000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 75px;
}
.img-title{
    position: absolute;
    display: block;
    color: #c5c5c5;
    background: #7d0000;
    font-size: 12px;
    font-weight: bold;
    line-height: 150%;
    width: 240px;
    height: auto;
    left: 50%;
    bottom: -20px;
    z-index: 2;
    padding: 5px 15px;
    text-align: center;        
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.img-title:hover,
.img-title:focus,
.img-title:active{
    color: #dddddd;
    background: #920000;
}
.img-title:after{
    /* position: relative; */
    display: inline-block;
    content:" ";
    width: 13px;
    height: 11px;
    margin-left: 5px;
    background: url(../images/common_icon/corporation-link.png) 0 0 no-repeat;
    background-size: contain;
}


@media screen and (min-width: 480px) {
    .img-group{
        height: 305px;
    }
}
@media screen and (max-width: 480px) {
    .title-pagename {
        padding-top: calc( 6 / 320 * 100vw);
    }
}