
#container .sp-br {
    display: none;
}

#container .point-title {
    position: relative;
    font-size: 1.75rem;
    color: #e94709;
    font-weight: 700;
    margin-bottom: 75px;
    z-index: 1;
}
#container .point-title:after {
    position: absolute;
    content: "";
    font-size: 7.5rem;
    color: #fbdeb7;
    left: 50%;
    top: 35%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

#container .sub-headline {
    position: relative;
    text-align: center;
    color: #e94709;
    font-size: 1.125rem;
    line-height: 29px;
    margin: 0 auto 25px;
}
#container .sub-headline:before {
    position: absolute;
    content: "";
    background-image: url(../img/onestopservice/accent_red.f4b0efd.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 27px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
#container .padding {
    padding-bottom: 1px;
}
#container .headline {
    position: relative;
    text-align: center;
    color: #e94709;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.25px;
    margin: 0 auto 120px;
}
#container .headline:before {
    position: absolute;
    content: "";
    background-image: url(../img/onestopservice/accent_red.f4b0efd.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 27px;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

@media screen and (max-width:600px) {
    #container .sp-br {
       display: block;
    }
}

/*-----------------------------------

	main-title-container

-----------------------------------*/
#container .main-title-container {
    position: relative;
    width: 100%;
    height: 550px;
    background: #f08300;
    margin: 0 auto;
    padding-top: 35px;
}

#container .main-title-container .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

#container .main-title-container .title .truck-icon {
    width: 166px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-right: 25px;
}

#container .main-title-container .title .solution-image {
    width: 40%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 10px 0 0;
}

#container .main-title-container .title .title-box {
    margin-left: 10px;
}

#container .main-title-container .title-headline:before {
    transform: rotate(-30deg);
    margin-right: 80px;
}

#container .main-title-container .title-headline:after,
#container .main-title-container .title-headline:before {
    content: "";
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 50px 5px 0;
    display: inline-block;
    margin-bottom: -10px;
}

#container .main-title-container .title-headline:after {
    transform: rotate(30deg);
    margin-left: 80px;
}

#container .main-title-container .title-headline {
    margin-bottom: 13px;
    text-align: center;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
}

#container .main-title-container .title-wrapper {
    display: flex;
    justify-content: center;
}

#container .main-title-container .title-wrapper p {
    display: block;
    font-size: 2.5rem;
    color: #fff;
    letter-spacing: 13px;
    text-align: center;
    margin: 13.9px 42px 18px 0;
    transform: scaleX(.88);
}

#container .main-title-container h2 {
    font-size: 4.0625rem;
    color: #fff038;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center;
}

#container .main-title-container ul {
    width: 715px;
    height: 140px;
    margin: 0 auto;
    border: 1px solid #fff;
    background-color: #ed8c17;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#container .main-title-container li:before {
    content: "";
    display: inline-block;
    background-image: url(../img/onestopservice/icon_checkbox_wh.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
    vertical-align: middle;
    margin-right: 12px;
    padding-top: 5px;
}

#container .main-title-container li {
    display: block;
    margin-left: 40px;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
}

#container .main-title-container li span {
    color: #fff038;
}

@media screen and (max-width:1080px) {
    #container .main-title-container {
    height: auto;
    padding-bottom: 40px;
    }

    #container .main-title-container .title {
    display: flex;
    flex-direction: column-reverse;
    }

    #container .main-title-container .title .title-box {
    margin: auto;
    }

    #container .main-title-container .title .title-box .title-headline:before {
    margin-right: 20px;
    margin-bottom: -20px;
    }

    #container .main-title-container .title .title-box .title-headline:after {
    margin-left: 20px;
    margin-bottom: -20px;
    }

    #container .main-title-container .title .title-box .title-wrapper {
    letter-spacing: 5px;
    }

    #container .main-title-container .title .title-box .title-wrapper>p {
    margin-right: 0;
    }

    #container .main-title-container h2 {
    font-size: 3.5rem;
    }

    #container .main-title-container ul {
    width: 95%;
    }

    #container .main-title-container ul li {
    margin-left: 1em;
    }

    #container .main-title-container ul li:before {
    width: 25px;
    height: 20px;
    }

    #container .main-title-container ul li span {
    font-feature-settings: "palt";
    }

}

@media screen and (max-width:600px) {
    #container .main-title-container .title .truck-icon {
    width: 30%;
    }

    #container .main-title-container .title .title-box .title-headline {
    font-size: 1.4rem;
    }

    #container .main-title-container .title .title-box .title-headline:before {
    border-width: 30px 0 0 5px;
    margin-right: 10px;
    margin-bottom: -10px;
    }

    #container .main-title-container .title .title-box .title-headline:after {
    border-width: 30px 0 0 5px;
    margin-left: 5px;
    margin-bottom: -7px;
    }

    #container .main-title-container .title .title-box .title-wrapper {
    margin-top: -5px;
    }

    #container .main-title-container .title .title-box .title-wrapper>p {
    font-size: 2rem;
    }

    #container .main-title-container h2 {
    font-size: 2.5rem;
    }

    #container .main-title-container ul {
    height: 100px;
    }

    #container .main-title-container ul li {
    font-size: 1rem;
    font-feature-settings: "palt";
    margin-left: 5px;
    }

    #container .main-title-container ul li:before {
    width: 15px;
    height: 10px;
    margin-right: 0;
    }

}

/*-----------------------------------

	description-container

-----------------------------------*/
#container .description-container {
    width: 100%;
    margin: 0 auto;
}

#container .description-container .top-tri {
    width: 0;
    height: 0;
    border-color: #fcdea6 transparent transparent;
    border-style: solid;
    border-width: 45px 125px 0;
    margin: 0 auto 120px;
}

#container .description-container .about-service {
    font-size: 1.5625rem;
    line-height: 29px;
    letter-spacing: .6px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
}

#container .description-container .about-service .sp-br {
    display: none;
}

#container .description-container .about-service span {
    color: #e94709;
    font-weight: 700;
}

#container .description-container .about-service span:before {
    transform: rotate(-30deg);
    margin-right: 130px;
}

#container .description-container .about-service:after,
#container .description-container .about-service span:before {
    content: "";
    width: 0;
    height: 0;
    border-color: #707070 transparent transparent;
    border-style: solid;
    border-width: 50px 5px 0;
    display: inline-block;
    margin-bottom: -10px;
}

#container .description-container .about-service:after {
    transform: rotate(30deg);
    margin-left: 130px;
}

@media screen and (max-width:1080px) {
    #container .description-container .sub-headline:before {
    top: -30px;
    }

    #container .description-container .headline {
    font-size: 2.5rem;
    }

    #container .description-container .headline:before {
    bottom: -50px;
    }

    #container .description-container .about-service .sp-br {
    display: block;
    }

    #container .description-container .about-service span:before {
    margin-right: 30px;
    margin-bottom: -20px;
    }

    #container .description-container .about-service:after {
    margin-left: 10px;
    margin-bottom: -20px;
    }
}

@media screen and (max-width:600px) {

    #container .description-container .top-tri {
    margin-bottom: 70px;
    }

    #container .description-container .sub-headline:before {
    top: -20px;
    }

    #container .description-container .headline {
    font-size: 2rem;
    }

    #container .description-container .about-service {
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: 0;
    }

    #container .description-container .about-service span:before {
    margin-right: 10px;
    border-width: 50px 3px 0;
    }

    #container .description-container .about-service:after {
    border-width: 50px 3px 0;
    }

}

/*-----------------------------------

	problem-container

-----------------------------------*/
#container .problem-container {
    background: #faf7f2;
    margin: 0 auto;
    padding: 80px 0 46px;
    text-align: center;
}

#container .problem-container .problem-subheadline {
    font-size: 2rem;
    line-height: 40px;
    letter-spacing: .8px;
    text-align: center;
    border-bottom: 5px solid #f5a200;
    width: 300px;
    height: 50px;
    font-weight: 700;
    margin: 0 auto 42px;
}

#container .problem-container .inconvenience {
    font-size: 1.125rem;
    letter-spacing: .4px;
    margin-bottom: 42px;
}

#container .problem-container .problem-point-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 74px;
}

#container .problem-container .problem-point-wrapper p {
    color: #333;
    font-size: 1.125rem;
    letter-spacing: .8px;
    border: 1px solid #e94709;
    border-radius: 8px;
    width: 950px;
    height: 137px;
    font-weight: 700;
    line-height: 31px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container .problem-container .problem-wrapper>img {
    display: none;
}

#container .problem-container ul {
    position: relative;
    width: 926px;
    height: 317px;
    margin: 0 auto 37px;
    background-image: url(../img/onestopservice/truck_problem.40f99fb.svg);
    background-repeat: no-repeat;
}

#container .problem-container ul li {
    position: absolute;
    font-size: 1.125rem;
    font-weight: 700;
    color: #f08300;
}

#container .problem-container ul p {
    position: absolute;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
}

#container .problem-container ul p span {
    display: block;
    margin-bottom: -25px;
    font-size: .75rem;
    line-height: 1.5;
}

#container .problem-container ul li:first-child {
    top: 96px;
    left: 168px;
}

#container .problem-container ul li:nth-child(3) {
    top: 16px;
    left: 364px;
}

#container .problem-container ul li:nth-child(4) {
    top: 16px;
    left: 520px;
}

#container .problem-container ul li:nth-child(5) {
    top: 95px;
    left: 595px;
}

#container .problem-container ul li:nth-child(7) {
    top: 178px;
    left: 588px;
}

#container .problem-container ul li:nth-child(8) {
    top: 259px;
    left: 583px;
}

#container .problem-container ul li:nth-child(10) {
    top: 198px;
    left: 237px;
    color: #fff;
}

#container .problem-container ul p:nth-child(2) {
    top: 11px;
    left: 64px;
}

#container .problem-container ul p:nth-child(6) {
    top: 11px;
    left: 670px;
}

#container .problem-container ul p:nth-child(9) {
    top: 224px;
    left: 648px;
}

#container .problem-container ul p:nth-child(11) {
    top: 210px;
    left: 26px;
}

#container .problem-container .more-problem {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

#container .problem-container .more-problem div {
    line-height: 10px;
    margin-left: 80px;
    margin-right: 70px;
}

#container .problem-container .more-problem h2 {
    font-size: 3.125rem;
    line-height: 50px;
    letter-spacing: .8px;
    font-weight: 700;
    color: #e94709;
}

#container .problem-container .more-problem .more-problem-sub {
    margin-bottom: 18px;
    font-size: 1.25rem;
    letter-spacing: .4px;
}

#container .problem-container .more-problem .reverse {
    transform: rotate(180deg);
}

@media screen and (max-width:1080px) {
    #container .problem-container .problem-wrapper {
    width: 90%;
    margin: auto;
    }

    #container .problem-container .problem-wrapper ul {
    display: none;
    }

    #container .problem-container .problem-wrapper>img {
    display: block;
    width: 100%;
    }

    #container .problem-container .problem-point-wrapper {
    width: 95%;
    margin: auto;
    }

    #container .problem-container .problem-point-wrapper p {
    height: auto;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    margin-top: 1em;
    }

    #container .problem-container .more-problem {
    margin-top: 3em;
    align-items: center;
    }

    #container .problem-container .more-problem>div {
    line-height: normal;
    }

    #container .problem-container .more-problem>div .more-problem-sub {
    margin-bottom: 0;
    }

    #container .problem-container .more-problem>div .more-problem-sub .sp-br {
    display: block;
    }

    #container .problem-container .more-problem>div h2 {
    font-size: 2rem;
    line-height: normal;
    }

    #container .problem-container .more-problem>img:first-child {
    margin-right: -50px;
    }

    #container .problem-container .more-problem>img.reverse {
    margin-left: -50px;
    }
}

@media screen and (max-width:600px) {
    #container .problem-container {
    padding-top: 20px;
    }

    #container .problem-container .problem-wrapper {
    width: 95%;
    }

    #container .problem-container .problem-subheadline {
    font-size: 1.5rem;
    line-height: 60px;
    width: 55%;
    margin-bottom: 20px;
    }

    #container .problem-container .inconvenience {
    margin-bottom: 20px;
    font-size: 1rem;
    }

    #container .problem-container .inconvenience .sp-br,
    #container .problem-container .more-problem>div h2 .sp-br {
    display: block;
    }
}

/*-----------------------------------

	support-container

-----------------------------------*/
#container .support-container {
    text-align: center;
}

#container .support-container .support-tri {
    width: 0;
    height: 0;
    border-color: #f08300 transparent transparent;
    border-style: solid;
    border-width: 34px 36px 0;
    margin: 0 auto 31px;
}

#container .support-container .support-sub {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: .5px;
    margin-bottom: 30px;
}

#container .support-container .support-sub span {
    color: #f08300;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: .5px;
}

#container .support-container .support-response {
    font-size: 2rem;
    background: #f08300;
    height: 165px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: .8px;
    padding: 30px 0;
    margin: 0 auto 130px;
}

#container .support-container .glad {
    position: relative;
    text-align: center;
    font-size: 1.125rem;
    line-height: 29px;
    margin: 0 auto 25px;
}

#container .support-container .glad:before {
    position: absolute;
    content: "";
    background-image: url(../img/onestopservice/accent_black.433cae0.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 27px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

#container .support-container h2 {
    position: relative;
    text-align: center;
    font-size: 3.125rem;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: 1.25px;
    margin: 0 auto 150px;
}

#container .support-container h2:before {
    position: absolute;
    content: "";
    background-image: url(../img/onestopservice/accent_black.433cae0.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 27px;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

#container .support-container .point-one .point-title:after {
    content: "01";
    color: #fce7cd;
}

#container .support-container .point-one ul {
    padding: 0 100px;
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
    margin-top: 10px;
}

#container .support-container .point-one ul li {
    position: relative;
    display: inline-block;
    width: 270px;
    height: 210px;
    border: 4px solid #f08300;
    border-radius: 10px;
    padding: 45px 50px;
    margin-right: 15px;
}

#container .support-container .point-one ul li img {
    width: 95px;
    margin: 0 auto;
}

#container .support-container .point-one ul li p {
    position: absolute;
    font-size: 1.3125rem;
    padding: 30px 0;
    letter-spacing: .5px;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#container .support-container .point-one ul li:nth-child(3) {
    padding: 50px 40px 20px 55px;
}

#container .support-container .point-one ul li:nth-child(4) {
    padding: 20px 40px 20px 55px;
}

#container .support-container .point-one ul li:nth-child(4) p {
    line-height: 20px;
    padding: 18px 0;
    font-size: 1rem;
}

#container .support-container .point-one ul li:nth-child(5) {
    margin-right: 0;
    padding: 35px 50px;
}

#container .support-container .point-one .about-point-one {
    font-size: 1.125rem;
    width: 940px;
    letter-spacing: .4px;
    line-height: 30px;
    margin: 0 auto 72px;
}

#container .support-container .point-two {
    width: 100%;
    background-color: #fef6e5;
    padding: 96px 0 50px;
}

#container .support-container .point-two .point-two-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 0 22px 58px;
    background-color: #fff;
    border-top: 13px solid #f08300;
}

#container .support-container .point-two .point-two-wrapper .point-title {
    text-align: left;
    margin-left: 45px;
}

#container .support-container .point-two .top-box {
    width: 95%;
    margin: 0 auto;
    padding-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#container .support-container .point-two .top-box .left {
    width: 450px;
}

#container .support-container .point-two .top-box .left .point-title:after {
    content: "03";
    display: inline-block;
    margin-left: -43%;
}

#container .support-container .point-two .top-box .left .about-point-two {
    margin-top: 74px;
    font-size: 1.125rem;
    text-align: left;
    margin-left: 50px;
}

#container .support-container .point-two .top-box .right {
    width: 50%;
}

#container .support-container .point-two .top-box .right img {
    width: 100%;
}

#container .support-container .point-two .detail {
    width: 88%;
    margin: 44px auto 0;
    text-align: left;
    font-size: 1.125rem;
}

#container .support-container .point-two .detail h4 {
    margin-bottom: 22px;
    font-size: 1.5625rem;
    color: #e94709;
    font-weight: 700;
}

#container .support-container .point-two .detail .margin {
    margin-top: 150px;
}

#container .support-container .point-two .detail .detail-box {
    margin-top: 30px;
    display: flex;
}

#container .support-container .point-two .detail .detail-box .left {
    flex: 68;
}

#container .support-container .point-two .detail .detail-box .right {
    flex: 32;
    margin-left: 2em;
}

#container .support-container .point-two .detail .detail-box .right img {
    width: 100%;
    height: auto;
}

#container .support-container .point-two .detail p {
    font-feature-settings: "palt";
    letter-spacing: .5px;
}

#container .support-container .point-two .detail .name {
    font-feature-settings: normal;
    color: #f08300;
    font-weight: 700;
}

#container .support-container .point-two .detail strong {
    font-weight: 700;
}

#container .support-container .point-two .detail .red-line,
#container .support-container .point-two .detail strong a {
    font-weight: 700;
    border-bottom: 5px solid rgba(242, 138, 138, .46);
}

#container .support-container .point-three {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: -5;
    padding-top: 100px;
    padding-bottom: 54px;
}

#container .support-container .point-three .point-title:after {
    content: "02";
}

#container .support-container .point-three p {
    margin-top: -20px;
}

#container .support-container .point-three img {
    width: 80%;
    margin: auto;
}

@media screen and (max-width:1291px) {
    #container .support-container .point-one ul li:nth-child(3) p {
    padd;ing: 0
    }
}

@media screen and (max-width:1240px) {
    #container .support-container .point-one ul li {
    margin-right: 1%;
    }

    #container .support-container .point-one ul li:nth-child(3) p {
    padding: 18px 1px;
    }

    #container .support-container .point-two ul li {
    width: 95%;
    }

    #container .support-container .point-two ul li:nth-child(2n) {
    padding-left: 7%;
    }

    #container .support-container .point-three div {
    width: 95%;
    }

    #container .support-container .point-three img {
    width: 90%;
    }

    #container .support-container .point-two .point-two-wrapper {
    width: 95%;
    }

    #container .support-container .point-two .detail .detail-box .left {
    margin-right: 3%;
    }
}

@media screen and (max-width:1080px) {
    #container .support-container .support-sub {
    width: 90%;
    line-height: normal;
    margin: auto auto 1em;
    }

    #container .support-container .support-sub .sp-br {
    display: block;
    }

    #container .support-container .support-response {
    font-size: 1.5rem;
    height: auto;
    line-height: 30px;
    margin-bottom: 70px;
    }

    #container .support-container .glad {
    margin-bottom: 0;
    }

    #container .support-container .glad:before {
    top: -35px;
    }

    #container .support-container h2 {
    font-size: 2.5rem;
    margin-bottom: 5em;
    }

    #container .support-container h2:before {
    bottom: -45px;
    }

    #container .support-container .point-one ul {
    padding: 0;
    flex-wrap: wrap;
    }

    #container .support-container .point-one ul li {
    width: 45%;
    margin: 2%;
    padding: 0 !important;
    height: auto;
    display: flex;
    flex-direction: column;
    }

    #container .support-container .point-one ul li img {
    margin-top: 2em;
    }

    #container .support-container .point-one ul li p {
    width: 90%;
    position: static;
    }

    #container .support-container .point-one .about-point-one {
    width: 95%;
    }

    #container .support-container .point-two .point-two-wrapper .top-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }

    #container .support-container .point-two .point-two-wrapper .top-box .left {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    #container .support-container .point-two .point-two-wrapper .top-box .left .point-title {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    }

    #container .support-container .point-two .point-two-wrapper .top-box .left .point-title:after {
    margin-left: 0;
    }

    #container .support-container .point-two .point-two-wrapper .top-box .left .about-point-two {
    margin-top: 15px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 1em;
    }

    #container .support-container .point-two .point-two-wrapper .top-box .right {
    width: 90%;
    }

    #container .support-container .point-two .point-two-wrapper .top-box .right>img {
    margin-left: 0;
    }

    #container .support-container .point-two .point-two-wrapper .detail .margin {
    margin-top: 4em;
    }

    #container .support-container .point-two .point-two-wrapper .detail .detail-box .right {
    display: none;
    }

    #container .support-container .point-three img {
    margin-top: 0;
    }
}

@media screen and (max-width:600px) {
    #container .support-container h2 {
    font-size: 2rem;
    }
}

/*-----------------------------------

	user-comment-container

-----------------------------------*/
#container .user-comment-container {
    background: #fef6e5;
    padding-top: 150px;
    padding-bottom: 106px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#container .user-comment-container ul {
    width: 100%;
}

#container .user-comment-container ul li {
    width: 1117px;
    background: #fff;
    padding: 44.1px 43px 32.9px 67px;
    border-top: 2px solid #f08300;
    margin: 0 auto 20px;
}

#container .user-comment-container ul li .user-wrapper {
    display: flex;
    margin-bottom: 10px;
}

#container .user-comment-container ul li .user-wrapper .img-outer {
    width: 249px;
    height: 142px;
    margin-right: 40px;
}

#container .user-comment-container ul li .user-wrapper .img-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#container .user-comment-container ul li .user-wrapper .comment-title-wrapper {
    width: 745px;
}

#container .user-comment-container ul li .user-wrapper .comment-title-wrapper h3 {
    height: 40px;
    font-size: 1.25rem;
    color: #e94709;
    font-weight: 700;
    border-bottom: 3px dotted #b79b5b;
    line-height: 29px;
    margin-bottom: 20px;
}

#container .user-comment-container ul li .user-wrapper .comment-title-wrapper h4 {
    font-size: 1.375rem;
    color: #e94709;
    font-weight: 700;
    line-height: 29px;
}

#container .user-comment-container ul li p {
    font-size: .9375rem;
}

#container .user-comment-container .move-blog {
    width: 280px;
    height: 56px;
    border-radius: 5px;
    background-color: #e94709;
    margin-top: 60px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#container .user-comment-container .move-blog .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
}

#container .user-comment-container .move-blog div {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
}

@media screen and (max-width:1240px) {
    #container .user-comment-container ul li {
    width: 95%;
    padding-left: 4%;
    margin-right: 2%;
    }
}

@media screen and (max-width:1080px) {

    #container .user-comment-container {
    padding-top: 100px;
    }

    #container .user-comment-container h2 {
    font-size: 2.5rem;
    }

}

@media screen and (max-width:600px) {

    #container .user-comment-container .sub-headline {
    line-height: normal;
    margin-bottom: 1em;
    }

    #container .user-comment-container .sub-headline:before {
    top: -40px;
    }

    #container .user-comment-container .headline:before {
    bottom: -45px;
    }

    #container .user-comment-container h2 {
    font-size: 2rem;
    }

    #container .user-comment-container ul li {
    padding: 2em;
    }

    #container .user-comment-container ul li .user-wrapper {
    flex-direction: column;
    align-items: center;
    }

    #container .user-comment-container ul li .user-wrapper .comment-title-wrapper {
    width: 90%;
    }

    #container .user-comment-container ul li .user-wrapper .comment-title-wrapper h3 {
    height: auto;
    line-height: normal;
    padding-bottom: 5px;
    }

    #container .user-comment-container ul li .user-wrapper .img-outer {
    width: 90%;
    height: 45vw;
    margin-right: 0;
    }

    #container .user-comment-container .move-blog {
    margin-top: 30px;
    }
}

@media (hover:hover) {
    #container .user-comment-container .move-blog .hover:hover {
    opacity: .4;
    }
}

/*-----------------------------------

	other-content

-----------------------------------*/
#container .other-content {
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#container .other-content .strengths {
    width: 696px;
    height: 156px;
    background: #ec6c00;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#container .other-content .strengths>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#container .other-content .strengths>div .top {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}

#container .other-content .strengths>div .top b {
    color: #fff038;
}

#container .other-content .strengths>div .center {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

#container .other-content .strengths>div .center strong {
    font-size: 2rem;
    color: #fff;
}

#container .other-content .strengths>div .bottom {
    color: #fff;
    font-size: .875rem;
    margin-right: -360px;
    border-bottom: .5px solid;
    padding-bottom: 5px;
}

#container .other-content .hover {
    position: absolute;
    text-decoration: none;
    cursor: pointer;
    height: 100%;
    width: 100%;
    height: 120%;
    left: 0;
    top: 0;
}

@media screen and (max-width:1080px) {

    #container .other-content {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    }

    #container .other-content .strengths {
    width: 560px;
    height: 156px;
    }

    #container .other-content .strengths>div .bottom {
    margin-right: -230px;
    }

    #container .other-content .strengths .hover {
    height: 100%;
    }
}

@media screen and (max-width:600px) {
    #container .other-content .strengths {
    width: 90%;
    height: 100px;
    }

    #container .other-content .strengths>div .top {
    font-size: 1rem;
    }

    #container .other-content .strengths>div .center strong {
    font-size: 1.5rem;
    }

    #container .other-content .strengths>div .bottom {
    margin-right: -100px;
    }

    #container .other-content .strengths>img {
    height: 100%;
    }
}

@media (hover:hover) {
    #container .other-content .hover:hover {
    background: #fff;
    opacity: .4;
    }

    #container .other-content .strengths:hover {
    cursor: pointer;
    }
}
