#sub-title {
    color: #00c4cc;
    font-size: 20px;
    font-weight: 700;
}
#caption {
    background: #00c4cc;
    color: #fff;
    text-align: center;
    font-size: 25px;
    height: 50px;
    font-weight: 500;
    margin-bottom: 50px;
}
/*header*/
.home-estimate {
    float: right;
    text-align: center;
    width: 150px;
    background: red;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transform: translateY(15px);
}
.header-select {
    display: flex;
    justify-content: space-around;
    transform: translateY(18px);
    margin-right: 60px;
}
@media only screen and (max-width: 1200px) {
    .header-select {
        background: #cccc;
        transform: translateY(-20px);
        padding: 15px 0;
        margin-right: 0;
    }
}

.header-select li {
    list-style: none;
    margin-right: 10px;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .header-select li {
        font-size: 16px;
    }
}

/*index-jp*/
@media only screen and (max-width: 767px) {
    .rev_slider_wrapper {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .homeserv1 .container {
        padding: 0;
    }
    .homeserv1 .col-xs-12 {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .welcomesec .container {
        padding: 0;
    }
    .welservices .col-md-4 {
        padding: 0;
    }
}
.sp_headerFixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: top 0.5s;
    background: #fff;
}

/*entry*/
#entyr-bk__us {
    background: #005c5a;
}
#entyr-bk__jp {
    background: #199c7b;
}
#entyr-bk__kr {
    background: #f37100;
}
#entyr-bk__cn {
    background: #ed4d13;
}
.entry {
    margin-top: 40px;
    margin-bottom: 40px;
}
.entry-logo {
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .entry-logo img {
        width: 200px;
    }
}
.entry-title {
    text-align: center;
    font-size: 40px;
}
@media only screen and (max-width: 800px) {
    .entry-title {
        text-align: center;
        font-size: 25px;
    }
}
.entry-container {
    width: 850px;
    margin: 0 auto 40px;
    padding: 0 20px;
}
@media only screen and (max-width: 991px) {
    .entry-container {
        width: 750px;
    }
}
@media only screen and (max-width: 800px) {
    .entry-container {
        width: 550px;
    }
}
@media only screen and (max-width: 560px) {
    .entry-container {
        width: 100%;
    }
}
.entry-container ul {
    padding: 0;
}
.entry-container ul li {
    list-style: none;
    margin-top: 10px;
    padding: 10px;
}
.entry-container ul li a {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 800px) {
    .entry-item__img img {
        width: 100px;
        height: auto;
    }
}
@media only screen and (max-width: 560px) {
    .entry-item__img img {
        width: 50px;
        height: auto;
    }
}
.entry-item__text {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 10px;
    margin-left: 10px;
    padding-top: 28px;
}
@media only screen and (max-width: 991px) {
    .entry-item__text {
        font-size: 25px;
    }
}
@media only screen and (max-width: 800px) {
    .entry-item__text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 560px) {
    .entry-item__text {
        font-size: 10px;
        padding-top: 5px;
    }
}

.safekeeping-container,
.safekeeping-price,
.service-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}
@media only screen and (max-width: 481px) {
    .safekeeping-container,
    .safekeeping-price,
    .service-container {
        display: block;
        text-align: center;
    }
}

.safekeeping-containerText,
.service-containerText {
    width: 468px;
    margin-left: 20px;
    font-size: 18px;
}

@media only screen and (max-width: 481px) {
    .safekeeping-containerText,
    .service-containerText {
        width: 100%;
        text-align: left;
        margin: 20px 0 0 0;
    }
}
.safekeeping-priceTitle {
    color: red;
    border-bottom: 2px dashed red;
    padding-bottom: 5px;
}
.safekeeping-priceCost {
    margin-top: 10px;
    font-size: 18px;
}
.address {
    font-size: 20px;
    margin-top: 20px;
}
.overflow-hidden {
    overflow: hidden;
}

.content-container2,
.content-container3 {
    margin-top: 50px;
}
.content-container3 a {
    text-decoration: underline;
    color: #8a2be2;
    font-size: 18px;
}
.content-container1,
.content-container2 {
    font-size: 18px;
}
.nav a {
    color: #fff;
}
.nav li li > a {
    color: #222;
}
.nav li li:hover > a {
    color: #fff;
}
.overview-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.overview-table {
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .overview-table {
        margin: 0 auto 100px;
    }
}
.overview-table td,
th {
    padding: 3px;
    width: 25%;
    text-align: center;
}
th {
    background: #f0e6cc;
}
.even {
    background: #fbf8f0;
}
.odd {
    background: #fefcf9;
}

.movinghome-box1,
.movingoverseas-box1,
.domesticmoving-box1 {
    display: flex;
    justify-content: space-around;
}
@media only screen and (max-width: 991px) {
    .movinghome-box1,
    .movingoverseas-box1,
    .domesticmoving-box1 {
        display: block;
        margin: 0 auto;
    }
}
.domesticmoving-box1 {
    display: flex;
    justify-content: left;
}
@media only screen and (max-width: 991px) {
    .domesticmoving-box1 {
        display: block;
        margin: 0 auto;
    }
}
.movingoverseas-box1__img img {
    width: 100%;
}
.movinghome-box1__text,
.movingoverseas-box1__text,
.domesticmoving-box1__text {
    font-size: 18px;
}
.movinghome-box1__text span,
.movingoverseas-box1__text span,
.movinghome-container1__text span,
.movingoverseas-container1__text span,
.domesticmoving-box1__text span,
.domesticmoving-container1__text span {
    color: red;
}
.movinghome-container1__text {
    margin-top: 20px;
}
.movingoverseas-container1__text {
    margin-top: 20px;
}
.movinghome-container1,
.movingoverseas-container1,
.domesticmoving-container1 {
    margin-bottom: 50px;
}
.domesticmoving-box2 {
    display: flex;
    justify-content: left;
}
.domesticmoving-box2 img {
    min-width: 70px;
}

/*フッター*/
.to-cocoatalk {
    display: inline-block;
    position: fixed;
    bottom: 375px;
    right: 60px;
    width: 90px;
    height: 90px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
    background: url(../image/cacaotalk_button.png) no-repeat center center / contain;
}

.to-group {
    display: inline-block;
    position: fixed;
    bottom: 165px;
    right: 60px;
    width: 90px;
    height: 90px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
    background: url(../group/group.png) no-repeat center center / contain;
}
.to-contact {
    display: inline-block;
    position: fixed;
    bottom: 270px;
    right: 60px;
    width: 90px;
    height: 90px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
    background: url(../image/contact_button.png) no-repeat center center / contain;
}
@media only screen and (max-width: 1366px) {
    .to-contact,
    .to-group,
    .to-cocoatalk {
        right: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .to-contact {
        bottom: 220px;
        right: 20px;
        width: 70px;
        height: 70px;
    }
    .to-group {
        bottom: 140px;
        right: 20px;
        width: 70px;
        height: 70px;
    }
    .to-cocoatalk {
        bottom: 300px;
        right: 20px;
        width: 70px;
        height: 70px;
    }
}
@media only screen and (max-width: 768px)
 {
    .to-contact {
        bottom: 200px;
    }
    .to-group {
        bottom: 120px;
    }
    .to-cocoatalk {
        bottom: 280px;
    }
}

/*information */
.info1 a {
    text-decoration: underline;
    color: #063d78;
}
.info1 a:hover {
        color: #ff0000;
}
.info2 p {
    padding: 0;
    margin: 0;
    line-height: 1.0;
}
.info2 a {
    text-decoration: underline;
    color: #063d78;
}
.info2 a:hover {
        color: #ff0000;
}