.press-enrty
{
    padding-bottom: 40px;

    border-bottom: 1px solid #ccc;
}
.press-enrty-heading
{
    font-size: 1.4rem;
    font-weight: bold;

    margin-bottom: 25px;
    padding-bottom: 15px;

    border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px)
{
    .press-enrty-heading
    {
        font-size: 1.8rem;

        margin-bottom: 70px; 
        padding-right: 8px;
        padding-bottom: 20px;
        padding-left: 8px;
    }
}
.press-enrty-date
{
    font-size: 1.2rem;

    margin-right: 15px;
    margin-bottom: 10px;
}
@media print, screen and (min-width: 768px)
{
    .press-enrty-date
    {
        margin-bottom: 15px;
        padding-right: 8px; 
        padding-left: 8px;
    }
}
.press-enrty-eyecatch
{
    margin-bottom: 25px;
}
@media print, screen and (min-width: 768px)
{
    .press-enrty-eyecatch
    {
        max-width: 1000px;
        margin: 0 auto 30px;
    }
    .press-enrty-eyecatch img
    {
        width: 100%;
    }
}
.press-enrty-body
{
	
}
.press-enrty-body a
{
    color: #3189ae;
}
/*
.press-enrty-body a::after
{
    display: inline-block;

    width: 8px;
    height: 8px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    text-align: center; 

    border-top: 1px solid #3289ad;
    border-right: 1px solid #3289ad;
}
@media print, screen and (min-width: 768px)
{
    .press-enrty-body a
    {
        font-size: 1.4rem;
        line-height: 1.88;
    }
    .press-enrty-body a:hover
    {
        text-decoration: none;
    }
}
*/

.single-pagenation-press
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media print, screen and (min-width: 768px)
{
    .single-pagenation-press
    {
        margin-bottom: 0;
    }
}
.single-pagenation-press .pagenation-left
{
    width: 50%;
}
.single-pagenation-press .pagenation-right
{
    width: 50%;

    text-align: right;
}
.single-pagenation-press .pagenation-right a,
.single-pagenation-press .pagenation-left a
{
    font-size: 1.2rem;

    position: relative; 

    display: block;
}
.single-pagenation-press .pagenation-right a::after,
.single-pagenation-press .pagenation-left a::after
{
    position: absolute;
    top: 50%;

    display: block;

    margin-top: -4px; 

    content: '';

    border-width: 2px !important;
}
.single-pagenation-press .pagenation-left a
{
    padding-left: 12px;
}
.single-pagenation-press .pagenation-left a::after
{
    left: 0; 

    width: 8px;
    height: 8px;

    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);

    border-top: 1px solid #3289ad;
    border-right: 1px solid #3289ad;
}
.single-pagenation-press .pagenation-right a
{
    padding-right: 12px;
}
.single-pagenation-press .pagenation-right a::after
{
    right: 0; 

    width: 8px;
    height: 8px;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 1px solid #3289ad;
    border-right: 1px solid #3289ad;
}

.icon-new
{
    display: inline-block;

    width: 22px; 
    margin-left: 8px;

    vertical-align: middle;
}
@media print, screen and (min-width: 768px)
{
    .icon-new
    {
        width: 29px;
        margin-left: 30px;
    }
}

@media print, screen and (min-width: 768px)
{
    .press-post-wrapper
    {
        max-width: 1000px;
        margin-right: auto; 
        margin-left: auto;
    }
}

.press-post a
{
    position: relative; 

    display: block;

    padding-right: 70px;
    
    padding-top: 15px;
    padding-bottom: 15px;
}
.press-post a::after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 52px;
    height: 6px;
    margin-top: -3px; 

    content: '';

    background: url(../images/top/icon_arrw.png) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px)
{
    .press-post a
    {
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        padding-right: 160px;
        
        padding-top: 20px;
		padding-bottom: 20px;
    }
    .press-post a::after
    {
        right: 30px; 

        width: 42px;
        height: 7px;

        background: url(../images/top/icon_arrw.png) no-repeat right center/cover;
    }
}

.press-post:first-child
{
    border-top: 1px solid #ccc;
}

.press-post
{
    border-bottom: 1px solid #ccc;
}

.press-date
{
    font-size: .9rem;

    margin-bottom: 15px;
}
@media print, screen and (min-width: 768px)
{
    .press-date
    {
        font-size: 1.2rem; 

        width: 190px;
        margin-bottom: 0;
        padding-left: 20px;
    }
}

.press-ttl
{
    font-style: 1.2rem;
    line-height: 1.25;
}
@media print, screen and (min-width: 768px)
{
    .press-ttl
    {
        font-size: 1.4rem;
        line-height: 1.57; 

        width: calc(100% - 190px);
    }
}

.press-post a
{
    display: table;

    width: 100%;
}

.press-post-cont
{
    display: table-cell;

    vertical-align: middle;
}

.press-post-img
{
    display: table-cell;

    width: 80px;

    vertical-align: middle;
}

@media print, screen and (min-width: 768px)
{
    .press-post-cont-inner
    {
        display: -ms-flexbox;
        display: flex;
    }
    .press-post-img
    {
        width: 200px;
        padding-left: 40px;
    }
}

@media print, screen and (min-width: 768px)
{
    .press-bottom
    {
        position: relative;
    }
    .press-bottom .btn
    {
        position: absolute;
        top: 50%;
        left: 50%;

        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}
