@charset "utf-8";

/********clearfix********/

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    clear: both;
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/********共通********/

body {
    color: #004B62;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.8;
}

a {
    color: #0c6;
    text-decoration: none;
    cursor: pointer;
    transition: .4s;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: .4s;
    cursor: pointer;
}

img {
    width: 100%;
}

.relative {
    position: relative;
}

.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flexwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
    .flexbox-pc {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
    }

    .flexwrap-pc {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


.f-right {
    flex-direction: row-reverse
}

.f-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}


.slide-wrap {
    display: flex;
    width: 100%;
}

@media screen and (max-width: 599px) {

    .slide-wrap {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .slide-box {
        flex: 0 0 70%;
    }

}

.bold {
    font-weight: bold;
}

.notice {
    font-size: 12px;
    text-align: right;
}

.pink {
    color: #F36553;
    font-weight: bold;
}

.yellowline {
    background: linear-gradient(transparent 50%, #F3F303 50%);
    font-weight: bold;
}

.bg-gray {
    background: #f0f0f0;
}

.white {
    color: #fff;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}


/*
::selection {
    background: #F36553;
    color: #fff;
}

//Firefox
::-moz-selection {
    background: #F36553;
    color: #fff;
}
*/

/********共通 end********/

/********ボタン ********/

.btn-copy {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 60px;
}

.btn {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #0c6;
    display: block;
    width: 450px;
    margin: 10px auto 0;
    padding: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    transition: .4s;
    position: relative;
}

.btn-blue {
    background: #00447E;
}

.btn-white {
    color: #0c6;
    background: #fff;
    border: solid 2px;
}

@media screen and (max-width: 599px) {
    .btn {
        font-size: 14px;
        width: 100%;
    }
}

/********ボタン end ********/

#container {
    overflow: hidden;
}

header {
    width: 100vw;
    min-width: 980px;
}

header .logo img {
    width: 150px;
}

.mv-txt {
    margin: 3% 4% 6% 4%;
    width: 45%;
}

.mv-image {
    background: url(../images/mv.jpg) center;
    background-size: cover;
    width: 55%;
}

.imas .mv-image {
    background: url(../images/mv_imas.jpg) center !important;
    background-size: cover !important;
    width: 55%;
}

@media screen and (max-width: 599px) {
    .imas-sp {
        display: none;
    }
    .imas .imas-sp {
        display: block !important;
    }
    .imas .all-sp {
        display: none;
    }
}

.mv-ribbon {
    margin-top: 40px;
    width: 230px;
}

h1 {
    margin-top: 15px;
    font-size: 2.6vw;
    font-weight: bold;
}

#mv-copy {
    font-weight: bold;
    font-size: 1.2vw;
    margin: 40px 0 60px;
    line-height: 2;
}

header .btn-copy {
    text-align: center;
    font-size: 1.6vw;
    margin-top: 40px;
}

header .btn {
    margin: 10px 0 0 0;
    width: 100%;
    position: relative;
}

.freebadge {
    position: absolute;
    width: 43px;
    top: -13px;
    right: 30px;
}

@media screen and (max-width: 980px) {
    h1 {
        font-size: 26px;
    }

    #mv-copy {
        font-size: 12px;
    }
    header .btn-copy {
        font-size: 16px;
    }

}

@media screen and (min-width: 1600px) {
    #mv-copy {
        font-size: 20px;
    }
    header .btn-copy {
        font-size: 24px;
    }

}

section {
    padding: 80px 0;
}

.sec-wrap {
    width: 980px;
    margin: 0 auto;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    background: url(../images/dotline.png) no-repeat center bottom;
    background-size: 100px;
    padding-bottom: 28px;
}

h2 span {
    font-size: 16px;
}

h2.white {
    background: none;
    padding-bottom: 0;
}


.deliver-list {
    background: #fff;
    width: 50%;
    padding: 40px;
    line-height: 2;
}

.deliver-list li {
    list-style-type: disc;
    margin-left: 10px;
}

.deliver-txt {
    width: 50%;
    padding-left: 60px;
}

.ore:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #f0f0f0 #f0f0f0 #fbfbfb;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .15);
}

.midashi {
    margin: 40px 0 10px;
    font-weight: bold;
}

#trouble h2 {
    margin-bottom: 20px;
}

#strongpoint {
    background: url(../images/strongpoint_bg_pc.png) no-repeat center;
}

#strongpoint ul {
    margin-left: 40%;
    position: relative;
    right: 0;
}

#strongpoint h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#strongpoint li {
    margin-bottom: 40px;
}

.cvarea {
    padding: 20px 0 80px;
}

.cvarea-mod {
    width: 85%;
    min-width: 460px;
    text-align: center;
}

.cvarea-mod .btn-copy {
    font-size: 18px;
}

.manualbnr {
    margin-top: 60px;
}

#designerintro {
    background: url(../images/designerintro_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.leadtxt {
    text-align: center;
    margin-bottom: 60px;
    margin-top: -30px;
}

#designerlist {
    margin-top: 40px;
}

#designerlist li {
    width: 470px;
    margin-bottom: 40px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: .4s;
    text-align: left;
}

#designerlist li a {
    color: #004B62;
    display: block;
    padding: 25px;
    cursor: pointer;
}

@media screen and (min-width: 600px) {

    #designerlist li:nth-child(2n) {
        margin-left: 40px;
    }

}

#designerlist li .photo img {
    width: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#designerlist li .name {
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

#designerlist li .name span {
    font-size: 12px;
    font-weight: normal;
    display: block;
}

#designerlist li .dsc {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 15px;
}

.soudan-ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.soudan-txt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 40px;
}

.fee-ex {
    margin: 60px auto 80px;
    width: 80%;
}

.fee-txt {
    margin-top: 80px;
}

.fee-txt > div {
    width: 50%;
    font-size: 14px;
}

.fee-txt .midashi {
    margin-top: 0;
    font-size: 16px;
}

@media screen and (min-width: 600px) {

    .deliverfee {
        padding-right: 30px
    }

    .fee-txt > div:last-child {
        padding-left: 30px;
        border-left: solid 1px #bbd1d8;
    }
}

.grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 148px;
    margin: auto;
    border-radius: 2px;
    color: #0c6;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
}

.grad-btn::before {
    content: "Read more"
}

.grad-item {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    content: "";
}

.grad-trigger {
    display: none;
}

.grad-trigger:checked ~ .grad-btn::before {
    content: "Close"
}

.grad-trigger:checked ~ .grad-item {
    height: auto;
}

.grad-trigger:checked ~ .grad-item::before {
    display: none;
}

.sizeguide {
    margin-bottom: 40px;
}

.sizeguide > div {
    width: 23.5%;
    margin-right: 2%;
}

.sizeguide > div:last-child {
    margin-right: 0;
}

.cap {
    font-size: 12px;
    margin: 5px 0 10px 12px;
}

.sizeguide-txt {
    margin: 0 0 0 12px;
    font-size: 14px;
}

.oomidashi {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block;
}

.sizeguide-other-txt {
    margin: 60px 0;
    width: 60%;
    padding-right: 40px;
}

.sizeguide-other-image {
    margin: 60px 0;
    width: 40%;
}

.ex-mainbox {
    background: #fff;
    padding: 40px;
    margin-bottom: 10px;
}

.mainbox-image {
    width: 50%;
    padding-right: 40px;
}

.mainbox-txt {
    width: 50%;
}

p.mainbox-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mainbox-voice {
    background: #fff;
    margin-top: 30px;
    max-height: 400px;
}

.mainbox-voice .midashi {
    margin: 0 0 10px;
    padding: 0 0 0 28px;
    background: url(../images/mainbox-voice_midashi.png) no-repeat;
    background-size: 22px;
    background-position: 0 5px;
}

.mainbox-voice .txt {
    max-height: 320px;
}

.boad-box {
    margin: 0 -1% 40px;
}

.boad {
    width: 31.3%;
    padding: 40% 0 0 0;
    margin: 0 1% 10px;
    position: relative;
    overflow: hidden;
}

.board-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: 100%;
    margin-bottom: 0;
}

.label {
    line-height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 0 10px;
    width: auto;
    color: #fff;
}

.tag-price {
    padding-left: 10px !important;
}

#example h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

#example h4.ribbon {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    font-size: 18px;
    background: #004B62;
    color: #FFF;
    box-sizing: border-box;
    margin-bottom: 20px;
}


#example h4.ribbon:after {
    border-width: 25px 15px 25px 0px;
    border-style: solid;
    border-color: #004B62 transparent #004B62 #004B62;
    right: -14px;
}

#example h4.ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

#example .btn-white {
    margin-bottom: 30px;
}

#order {
    background: #1D744F;
    text-align: center;
}

#order-step-wrap {
    padding-bottom: 40px;
}

#order .step {
    float: left;
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 180px;
    margin-right: 20px;
    position: relative;
    color: #1D744F;
}

#order .step:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 12px solid #fff;
}

#order .step:last-child:before {
    display: none;
}

#order .stepnum {
    font-size: 20px;
    margin-top: 5px;
}

#order .stepnum span {
    font-size: 32px;
    font-weight: bold;
}

#order .step .ttl {
    font-weight: bold;
    line-height: 1.4;
}

#order .step .icon {
    width: 90px;
    margin: 0 auto;
}

#order .step .txt {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
}

#plate-txt {
    float: right;
    width: 620px;
}

#plate-txt h2 {
    margin-bottom: 0;
    background: none;
    font-size: 24px;
    text-align: left;

}

#plate-photo {
    float: left;
    width: 300px;
}

.ornament-box {
    background: #f0f0f0;
    padding: 40px;
    margin-bottom: 40px;
}


@media screen and (min-width: 600px) {

    #ornament .box1 h3 {
        width: 280px;
    }
    #ornament .box2 h3 {
        width: 180px;
    }

    .ornament-box.box1 .ornament-box-txt {
        width: 540px;
        margin-right: 40px;
    }

    .ornament-box.box2 .ornament-box-txt {
        width: 540px;
        margin-left: 40px;
    }

    .ornament-box-img {
        width: 320px;
    }

}

.ornament-step {
    margin-top: 20px;
    font-size: 14px;
    list-style-type: decimal;
    padding-left: 15px;
}

.ornament-step li {
    margin-bottom: 15px;
}

.scrollbar-y {
    overflow-y: scroll;
}

.scrollbar-y::-webkit-scrollbar {
    width: 10px;
}

.scrollbar-x {
    overflow-x: scroll;
}

.scrollbar-x::-webkit-scrollbar {
    height: 10px;
}

/*バーの太さ*/

.scrollbar::-webkit-scrollbar-track {
    background: #dddddd;
}

/*バーの背景色*/

.scrollbar::-webkit-scrollbar-thumb {
    background: #b5b5b5;
}

/*バーの色*/

.customers-voice-cmnt h3 {
    font-size: 18px;
    font-weight: bold;
}

@media screen and (min-width: 600px) {
    #customers-voice-chart {
        width: 380px;
        margin-right: 60px;
    }

    .customers-voice-cmnt {
        width: 540px;
        height: 500px;
    }
}

.review-list li {
    padding: 20px 20px 20px 0;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
}

.review-list li:last-child {
    border-bottom: none;
}

.review-txt {
    padding: 0 20px 0 0;
    width: 500px;
}

.review-score {
    line-height: 1 !important;
    width: 80px;
}

.review-date {
    color: #a0a0a0;
    margin: 0 0 0 10px;
}

.review-image {
    padding-right: 0;
    width: 100px;
}

.review-cmnt {
    font-size: 14px;
    margin-top: 10px;
}

#customersinterview {
    padding: 80px 0 0;
}

.interview-box {
    margin-bottom: 40px;
}

.interview-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.interview-box a {
    display: block;
    margin-top: 15px;
    text-align: right;
}

@media screen and (min-width: 600px) {

    .interview-image {
        width: 460px;
        margin-right: 40px;
    }

    .interview-txt {
        width: 480px;
    }

}

twitter-widget {
    margin-right: 20px;
}

twitter-widget:last-child {
    margin-right: 0;
}

#qa dt {
    position: relative;
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 15px;
    padding: 20px;
}

#qa dt a {
    display: block;
    color: #004B62;
}

#qa dt:after {
    border: 1px solid #333;
    border-top: none;
    border-left: none;
    bottom: 0;
    content: "";
    height: 7px;
    margin: auto 0;
    position: absolute;
    right: 20px !important;
    top: 0;
    transform: rotate(45deg);
    width: 7px;
}

#qa dd {
    margin-bottom: 30px;
}

#qa dl:last-child {
    margin-bottom: 40px;
}

.column-box {
    width: 470px;
    margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
    .column-box:nth-child(2n) {
        margin-left: 40px;
    }
}

.column-txt {
    font-size: 14px;
    line-height: 1.4;
    color: #004B62;
    margin-left: 20px;
    width: 50%;
}

p.column-img {
    width: 50%;
}

footer {
    padding: 50px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #1D744F;
}

.footerlogo {
    width: 200px;
    margin: 20px auto 40px;
}

@media screen and (min-width: 600px) {
    .pc-none {
        display: none;
    }

    .scrollbar-x {
        overflow-x: auto;
    }

    .ornament-box .grad-item {
        height: auto;
    }

    .ornament-box .grad-item::before {
        display: none;
    }

}


@media screen and (max-width: 599px) {
    body {
        font-size: 14px;
    }

    .sp-none {
        display: none;
    }

    header {
        height: auto;
        min-width: auto;
    }

    header .logo {
        text-align: right;
    }

    header .logo img {
        width: 90px;
    }

    .mv-ribbon {
        margin-top: -20px;
        width: 160px;
    }

    h1 {
        margin-top: 10px;
        font-size: 5.5vw;
    }

    #mv-copy {
        font-size: 12px;
        margin: 15px 0 30px;
    }

    .mv-txt {
        margin: 15px auto 40px;
        width: 90%;
    }

    header .btn-copy {
        text-align: center;
    }

    .freebadge {
        position: absolute;
        width: 35px;
        top: -12px;
        right: 12px;
    }

    section {
        padding: 40px 0;
    }

    .sec-wrap {
        width: 85%;
        margin: 0 auto;
    }

    h2 span {
        font-size: 12px;
    }

    h2 {
        font-size: 22px;
        margin-bottom: 30px;
        background-size: 80px;
        padding-bottom: 25px;
    }

    .leadtxt {
        margin-bottom: 40px;
        margin-top: -10px;
    }

    .deliver-list {
        width: 100%;
        padding: 23px;
        font-size: 14px;
    }

    .deliver-txt {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    #strongpoint ul {
        margin-left: 0;
    }

    #strongpoint h3 {
        font-size: 18px;
    }

    #strongpoint {
        background: #fef3f1 url(../images/strongpoint_bg_sp.png) no-repeat;
        background-position: center bottom;
        background-size: 100%;
        padding-bottom: 400px;
    }

    .flexbox-pc.cvarea-wrap {
        margin: 50px 0 20px;
    }

    .cvarea-mod {
        width: 100%;
        min-width: auto;
        text-align: center;
    }

    .cvarea-mod .btn-copy {
        font-size: 12px;
        margin-top: 25px;
    }

    #designerintro {
        background: url(../images/designerintro_bg_sp.jpg) no-repeat;
        background-size: cover;
    }

    #designerlist {
        width: 100%;
    }

    #designerlist li a {
        padding: 20px;
    }

    #designerlist li .name {
        width: 150px;
        font-size: 18px;
    }

    #designerlist li .photo img {
        width: 60px;
    }

    #designerlist li .dsc {
        font-size: 12px;
    }

    #designerlist li {
        margin: 0 20px 30px 0;

    }

    .soudan-ttl {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    .fee-ex {
        margin: 40px auto;
        width: 100%;
    }

    .fee-txt {
        margin-top: 60px;
    }

    .fee-txt > div {
        width: 100%;
    }

    .deliverfee {
        margin-bottom: 40px;
    }

    .btn-copy {
        font-size: 12px;
    }

    .sizeguide > div:nth-child(2n) {
        margin-right: 0;
    }
    .sizeguide > div {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .cap {
        font-size: 10px;
    }

    .sizeguide {
        margin-bottom: 0;
    }

    .sizeguide-txt {
        margin: 0 0 0 10px;
        font-size: 12px;
    }

    .sizeguide-other-txt {
        margin: 40px 0;
        width: 100%;
        padding-right: 0;
        display: inline-grid;
    }

    .oomidashi {
        font-size: 20px;
        margin-bottom: 15px;
        background: none;
        text-align: center;
    }

    .sizeguide-other-image {
        margin: 0px 0 60px;
        width: 100%;
    }

    .notice {
        text-align: left;
    }

    .mainbox-image {
        width: 100%;
        padding-right: 0;
    }

    .ex-mainbox {
        background: none;
        padding: 0;
        margin: 0 20px 15px;
    }

    .mainbox-txt {
        width: 100%;
    }
    p.mainbox-ttl {
        margin-top: 15px;
    }

    .mainbox-voice {
        background: none;
        padding: 0;
        margin-top: 20px;
    }

    .mainbox-voice .midashi {
        margin: 0 0 10px;
        padding: 0 0 0 25px;
        background-size: 18px;
        background-position: 0 5px;
    }

    .mainbox-voice .txt {
        overflow-y: scroll;
        height: 180px;
        font-size: 12px;
    }

    .slick-dots {
        bottom: -10px !important;
    }

    #example h3 {
        font-size: 20px;
    }

    #example h4.ribbon {
        height: 34px;
        line-height: 37px;
        padding: 0 15px;
        font-size: 14px;
    }
    #example h4.ribbon:after {
        border-width: 17px 15px 17px 0px;
    }

    .label {
        line-height: 26px;
        position: relative;
        bottom: 0;
        right: 0;
        display: block;
        padding: 0 10px;
        font-size: 12px;
    }

    .tag-price {
        text-align: center;
        font-size: 10px;
    }

    #order-step-wrap {
        padding-bottom: 20px;
    }

    #plate-txt {
        float: none;
        width: 100%;
    }

    #plate-photo {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #plate-txt h2 {
        font-size: 20px;
        text-align: center;
    }

    .ornament-box {
        padding: 25px;
    }

    .ornament-step {
        padding-left: 22px;
    }

    .ornament-box.box1 h3 {
        width: 240px;
        margin: 10px auto 0;
    }

    .ornament-box.box2 h3 {
        width: 160px;
        margin: 10px auto 0;
    }

    .customers-voice-cmnt {
        height: 300px;
        background: #fff;
        padding: 20px;
    }

    #customersvoice .leadtxt {
        margin-bottom: 0;
    }

    .interview-box h3 {
        font-size: 18px;
        margin: 15px 0 10px;
        line-height: 1.6;
    }

    #qa dt {
        padding: 15px 30px 15px 20px;
        line-height: 1.6;
    }

    .column-box {
        width: 100%;
    }

    .btn-copy {
        margin-top: 25px;
        font-size: 12px !important;
    }

    .ornament-box .grad-item {
        height: 140px;
    }

    .ornament-box .grad-item::before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f0f0f0e6 50%, #f0f0f0e6 50%, #f0f0f0 100%);
        background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f0f0f0e6 50%, #f0f0f0e6 50%, #f0f0f0 100%);
        content: "";
    }

    .ornament-box .grad-btn {
        margin-bottom: 15px;
    }

}



/********slick********/

.slick-prev:before,
.slick-next:before {
    font-size: 26px !important;
    color: #004B62 !important;
}

.slick-next {
    right: -35px !important;
}

.slick-prev {
    left: -35px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 100px !important;
}

.slick-dots li.slick-active button:before {
    color: #004B62 !important;
}

.slick-dots li button:before {
    font-size: 12px !important;
}

@media screen and (max-width: 599px) {
    .slick-next {
        right: -10px !important;
    }

    .slick-prev {
        left: -12px !important;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 80px !important;
    }
}
