.main {
    background: #F8F4F2 url('../img/fabcafe_bg.png') no-repeat;
    background-size: 30%;
}
.main .page-title,
.main .page-title-lead {
    color: #000;
}
.outLink {
    color: #000;
    display: block;
    font: 17px "a-otf-ud-shin-go-pr6n", sans-serif;
    margin: 45px auto 0;
    position: relative;
    width: 150px;
}
.outLink::before {
    background-color: #816F66;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 27px;
    width: 107%;
}
.outLink::after {
    content: url('/img/outlink.png');
    position: absolute;
    right: -11px;
    top: -3px;
}
.fab-flex {
    margin: 0 auto;
    max-width: 1280px;
    width: 95vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.fab-single {
    background: #E6D7CC;
    flex: 0 1 49%;
    position: relative;
    max-width: 413px;
    margin-bottom: 20px;
    padding: 0 0 3rem 0;
}
.fab-single::after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 4px;
    border: 4px solid transparent;
    border-left: 4px solid#10548C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fab-single a {
    display: block;
    padding: 10px;
    text-align: center;
    height: 100%;
    width: 100%;
}
.fab-pic {
    height: 20vh;
    max-height: 189px;
    max-width: 334px;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .fab-pic {
        height: 9vh;
    }
}
.fab-text {
    color: #1D0E06;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 0.5rem;
    text-align: left;
}
.fab-date {
    bottom: 9px;
    font-size: 14px;
    left: 9px;
    position: absolute;
}
.fab-page {
    display: block;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}
.page-numbers {
    background-color: #fff;
    border: 1px solid #707070;
    box-sizing: border-box;
    color: #204460;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: inline-block;
}
.page-numbers:hover {
    background-color: #204460;
    color: #fff;
    transition: .7s;
}
.page-numbers.current {
    background-color: #204460;
    color: #fff;
    cursor: pointer;
}
.page-numbers.prev,
.page-numbers.next {
    font-weight: bold;
}
/* single-fabcafe.php */
.main.fab-article {
    padding-bottom: 60px;
}
.fab-outline {
    border: 1px solid #E6D7CC;
    box-sizing: border-box;
    margin: 0 auto;
    width: 95vw;
}
.fab-contents {
    padding: 10px;
}
.fab-title {
    margin: 20px 0;
    line-height: 1.6;
    font-size: 16px;
}
.fab-article-date {
    color: #746A65;
    font-size: 19px;
    margin-bottom: 20px;
}
.fab-contents img {
    margin: 0 0 25px;
}
.fab-contents p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.ichiran {
    background-color: #10548C;
    color: #fff;
    display: block;
    font-size: 23px;
    height: 65px;
    line-height: 65px;
    margin: 60px auto 0;
    text-align: center;
    width: 275px;
}
.ichiran::before {
    content: url('/img/ico-triangle-wht.png');
    display: inline-block;
    position: relative;
    right: 20px;
    top: 1px;
}

@media screen and (min-width: 750.1px) {
    .main .page-title-lead {
        width: 1100px;
    }
    .fab-contents {
        padding: 0;
    }
    .fab-date {
        bottom: 13px;
        left: 37px;
        font-size: 14px;
    }
    .fab-text {
        margin-top: 10px;
        font-size: 20px;
        line-height: 1.6;
        text-align: left;
    }
    .fab-single::after {     
        bottom: 0;
        right: 0;
        border: 8px solid transparent;
        border-left: 8px solid#10548C;
        
    }
    .fab-single a {
        padding: 30px 40px 20px;
    }

    /* single-fabcafe.php */
    .fab-outline {
        max-width: 1180px;
        padding: 60px 90px
    }
    .fab-title {
        font-size: 24px;
    }
    .fab-contents p {
        font-size: 18px;
    }
}

footer.footer {
    border-top: none;
}