.info-wrap {
    margin: 50px auto 0;
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
}

.info-wrap.blog-info-wrap {
    margin-bottom: 110px;
    margin-top: 0;
}

.info-item {
    width: 33.33%;
    box-sizing: border-box;
    background: #FAFAFA;
    border: 5px solid #FFF;
    padding: 3vw 5vw;
}

.info-item-title {
    width: 80%;
    margin: 0 auto;
}

.info-item-title h3 {
    font-size: 27px;
    font-size: 1.7vw;
    line-height: 1.3;
}

.info-item .tmb-text-button a {
    min-width: 10vw;
    padding: 1.2vw 0;
    font-size: 14px;
    font-size: .8vw;
}

.info-item-count {
    font-size: 24px;
    font-size: 1.3vw;
    margin-bottom: 20px;
}

.content_h1 {
    max-width: 65%;
}

.content_h1 .super-text {
    margin-bottom: 20px;
}

.contentarea h1 {
    margin-bottom: 35px;
}

.contentarea h2 {
    margin-bottom: 30px;
}

.contentarea h3 {
    margin-bottom: 25px;
}

.contentarea h4 {
    margin-bottom: 20px;
}

.contentarea p {
    margin-bottom: 45px;
}

.contentarea video {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1900px) {
    h4 {
        font-size: 27px;
    }
    .info-item-count {
        font-size: 24px;
    }
    .content_h1 {
        max-width: 60%
    }
}

@media screen and (max-width: 1050px) {
    .info-item-title h3 {
        font-size: 18px;
    }
    .info-item-count {
        font-size: 16px;
    }
    .info-item .tmb-text-button a {
        min-width: 10vw;
        padding: 15px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 850px) {
    .info-item {
        width: 50%;
    }
    .content_h1 {
        max-width: 85%;
    }
}

@media screen and (max-width: 550px) {
    .info-wrap {
        width: 100%;
        max-width: 100%;
    }
    .info-item {
        width: 100%;
        margin: 0 auto 20px;
        padding: 30px 0;
        border: 0;
    }
    .info-item:last-child {
        margin-bottom: 0;
    }
}


/* INFO TABLE */


/* LEGEND */

.table-layout-fix {
    table-layout: fixed
}

.time-type__inner {
    margin: 50px 0;
}

.time-type__inner,
.time-type__item {
    display: flex
}

.time-type__item {
    margin-right: 50px;
    align-items: center;
}

.time-type__block {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 30px;
    background: #DDD;
    margin-right: 15px;
}

.time-type__block.is-best {
    background: #FBD691;
}

.time-type__block.is-normal {
    background: #E6D6BA;
}

.time-type__block.is-disabled {
    background: #C2C2C2;
}

.time-type__desc {
    font-size: 14px;
    font-size: .85vw;
    font-weight: bold;
    line-height: 1.4;
}


/* TABLE */

.building-article__table {
    overflow: auto;
}

.building-article__table table {
    min-width: 900px;
}

.table-expand .table-expand__opener {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-user-select-user-select: none;
    transition: all .2s;
    cursor: pointer
}


/*.table-expand .table-expand__opener:hover td {
    color: #a49835;
    background-color: rgba(0, 0, 0, .1)
}*/

.table-expand .table-expand__opener td {
    transition: all .2s
}

.table-expand .table-expand__opener td:first-child {
    font-size: 14px;
    font-size: 1vw;
    font-weight: bold;
    color: #3e3e3e;
    padding: 10px 10px 10px 0;
    width: 30%;
}

.table-expand .table-expand__opener td:first-child:before {
    background: url(../img/oc1.svg) 50% 0 no-repeat;
    width: 11px;
    height: 6px;
    display: inline-block;
    content: "";
    margin: 0 5px 0 20px;
    vertical-align: middle;
    transition: all .3s ease;
}

.table-expand .table-expand__opener.is-active td:first-child:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table-expand__hidden {
    display: none;
    padding: 40px 10%;
    margin: 0 auto;
    white-space: normal;
    background: #FAFAFA;
    text-align: center;
    font-size: 14px;
    font-size: .85vw;
}

.table-expand__hidden.text-left {
    text-align: left;
    padding: 40px 3%;
}

.table-expand__hidden p:last-child {
    margin-bottom: 0;
}

.table-expand__hidden:after {
    bottom: 0
}

.table-circle td:nth-child(1n+2) {
    text-align: center
}

.table-circle .circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #a49835;
    border-radius: 50%
}

.table-circle .circle--active {
    background: #a49835
}

.table-circle tr:last-child td {
    padding: 20px !important;
    background: #a49835;
    color: #fff
}

.table-filled td {
    padding: 0;
    position: relative
}

.table-filled thead td {
    padding: 20px 4px;
    background: #FAFAFA;
    font-size: 15px;
    font-size: 1vw;
    padding: 10px 0;
}

.table-filled thead td:first-child {
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.1vw;
    font-weight: bold;
}

.table-filled thead td:last-child {
    padding-right: 6px
}

.table-filled thead td:nth-child(1n+2) {
    text-align: center
}

.table-filled thead .swap-link {
    cursor: pointer
}

.table-filled td {
    white-space: nowrap
}

.table-filled .table-expand__opener td {
    position: relative;
    border: 0;
}

.table-filled .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FBD691
}

.table-filled .fill-normal {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #E5D6BA
}

.table-filled .fill-disabled {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #C2C2C2
}

.table-3-cols thead {
    color: #a49835
}

.table-3-cols thead tr:nth-child(1) td {
    text-align: center;
    background: #a49835;
    color: #fff
}

.table-3-cols thead tr:nth-child(2) td:nth-child(1) {
    width: 25%
}

.table-3-cols thead tr:nth-child(2) td:nth-child(2) {
    text-align: center;
    width: 50%
}

.table-3-cols thead tr:nth-child(2) td:nth-child(3) {
    width: 25%
}

.table-3-cols thead tr td {
    padding: 20px
}

.table-3-cols tbody tr td {
    padding: 10px 20px
}

.table-3-cols tbody tr td:nth-child(1) {
    width: 25%;
    vertical-align: text-top
}

.table-3-cols tbody tr td:nth-child(2) {
    width: 50%
}

.table-3-cols tbody tr td:nth-child(3) {
    width: 25%;
    vertical-align: text-top
}

.table-3-cols tbody tr:nth-child(odd) {
    background: #C2C2C2
}

.table-head-double thead {
    font-size: 12px
}

.table-head-double thead tr td {
    padding: 8px
}

.table-head-double thead tr td:first-child {
    width: 380px;
    border-right: 1px solid #fff
}

.table-head-double thead tr:nth-child(1) td:nth-child(1n+3) {
    border-left: 1px solid #fff
}

.table-head-double thead tr:nth-child(2) td:nth-child(12n+14) {
    border-left: 1px solid #fff
}

.table-head-double thead tr span {
    position: relative;
    top: 20px;
    display: inline-block;
    z-index: 2
}

.table-head-double tbody tr td:nth-child(1n+2) {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width: 1150px) {
    .time-type__desc {
        font-size: 14px;
        line-height: 1.3;
    }
    .table-filled thead td:first-child {
        font-size: 16px;
    }
    .table-filled thead td {
        font-size: 15px;
    }
    .table-expand .table-expand__opener td:first-child {
        font-size: 14px;
    }
    .table-expand__hidden {
        font-size: 14px;
    }
    .time-type__inner {
        flex-wrap: wrap;
    }
    .time-type__item {
        margin: 0 20px 20px 0;
    }
    .time-type__inner {
        margin: 50px 0 20px;
    }
}

.prev-next {
    background: #FAFAFA;
    padding: 25px 0;
}

.prev-next a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    font-size: .85vw;
    display: flex;
    align-items: center;
}

.prev-next a img {
    width: 10px;
    margin: 0 10px;
    opacity: .7;
}

.prev-next-inner {
    max-width: calc(1190px + 10%);
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*flex-direction: row-reverse;*/
}

.ajax-content .prev-next {
    margin: 0 -5vw;
}

@media screen and (max-width: 1050px) {
    .prev-next a {
        font-size: 14px;
    }
}

@media screen and (max-width: 560px) {
    .prev-next a {
        font-size: 12px;
        padding: 5px 10px;
    }
    .prev-next-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
}