@charset "utf-8";
/* CSS Document */

/*------------------------------
product-section
------------------------------*/
.product .block:last-of-type {
    margin-bottom: 60px;
}
.product-text .text {
    margin-bottom: 0;
}
.product-video-list li {
    margin-bottom: 30px;
}
.product-video-list dt {
    font-size: 1.8rem;
}
.video-wrap {
    margin-bottom: 5px;
}
.text-c{
text-align: center;
}

/*------------------------------
product-section min-width: 769px
------------------------------*/
@media screen and (min-width: 769px) {
    .product .block {
        margin-bottom: 20px;
    }
    .product-img {
        float: left;
        width: 40%;
    }
    .product-text {
        float: right;
        width: 57%;
    }
    .product-video-contents {
        margin-bottom: 0;
    }
    .product-video-list {
        letter-spacing: -0.5em;
    }
    .product-video-list li {
        display: inline-block;
        width: 32%;
        margin-left: 2%;
        vertical-align: top;
        letter-spacing: normal;
    }
    .product-video-list li:first-child {
        margin-left: 0;
    }
    .product-video-list dt {
        font-size: 2.2rem;
    }
}

/*------------------------------
market-section
------------------------------*/
.market-movie .jstream-eqPlayer {
    background-color: #eee !important;
}
.market-report {
    margin-bottom: 60px;
    text-align: center
}
.market-report h4 {
    padding: 2px;
    margin-bottom: 10px;
    background: #e4000f;
}
.market-report h4 img {
    width: auto;
    max-height: 16px;
    margin-bottom: 0;
    vertical-align: middle;
}
.global-map-img {
    text-align: center;
}
.global-office-list {
    letter-spacing: -0.5em;
}
.global-office-list li {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1em;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: normal;
    vertical-align: top;
}
.global-office-list li:nth-of-type(3n) {
    margin-right: 0;
}
.global-office-list li span {
    display: block;
    word-wrap: break-word;
}
/*------------------------------
market-section min-width: 769px
------------------------------*/
@media screen and (min-width: 769px) {
    .market-movie {
        margin-bottom: 60px;
    }
    .market-report .block {
        margin-bottom: 60px;
    }
    .market-report h4 {
        padding: 6px;
        margin-bottom: 20px;
        text-align: left;
    }
    .market-report h4 img {
        max-height: 24px;
    }
    .global-office-list li {
        width: 12.55%;
        margin-right: 2%;
        margin-bottom: 1.5em;
        font-size: 1.4rem;
    }
    .global-office-list li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .global-office-list li:nth-of-type(7n) {
        margin-right: 0;
    }
}