@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: 14px;
    font-family: 'Noto Sans JP', "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.8;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #004B62;
    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;
}

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

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

.f-h-center {
    justify-content: center;
}


@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;
    }
}

.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;
}

.green {
    color: #0c6;
}

.center {
    text-align: center;
    display: block;
}

section {
    padding: 80px 0;
}

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

h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

h2 span {
    font-size: 16px;
}

h2 span.pink {
    font-size: 32px;
}

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

.h2-lead {
    text-align: center;
    margin-bottom: 60px;
    margin-top: -40px;
    font-weight: bold;
}

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

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

.mb-10 {
    margin-bottom: 10px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}


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

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

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

.lh-15 {
    line-height: 1.5 !important;
}

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

    .sp-none {
        display: none;
    }

    section {
        padding: 40px 0;
    }

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

    h2 span {
        font-size: 12px;
        line-height: 1.8 !important;
        display: inline-block;
    }

    h2 {
        font-size: 22px;
        margin-bottom: 30px;
        background-size: 80px;
        line-height: 1.5;
    }

    h2 span.pink {
        font-size: 22px;
    }

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

    .fs-12 {
        font-size: 10px !important;
    }

    .fs-14 {
        font-size: 12px !important;
    }

    .fs-20 {
        font-size: 18px !important;
    }

    .mb-10 {
        margin-bottom: 5px !important;
    }

    .mb-20 {
        margin-bottom: 10px !important;
    }

    .mb-40 {
        margin-bottom: 20px !important;
    }

    .mb-60 {
        margin-bottom: 30px !important;
    }

}




/*スクロールバー*/

.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;
}

/*グラデのreadmore*/

.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;
}

/*ボタン*/

.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;
    max-width: 520px;
    margin: 10px auto 0;
    padding: 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    transition: .4s;
    position: relative;
    line-height: 1.6;
}

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

.btn-white {
    color: #004B62;
    background: #fff;
    border: solid 2px;
    font-size: 16px;
    width: 420px;
}

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


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

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

/*Slider*/

.slider {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.slick-active {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px !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;
        width: 100%;
    }
}

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

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

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

/********fixbtn********/

/********fixbtn end********/

.fixbtn {
    position: fixed;
    z-index: 9999;
    bottom: 40px;
    right: 40px;
}

.fixbtn > div {
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    width: 140px;
    height: 140px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.fixbtn > div > a {
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 36px;
    line-height: 1.7;
}

.fixbtn-order {
    background: #25cc65;
    margin-right: 20px;
}

.fixbtn-consul {
    background: #10457e;
}

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

    .fixbtn {
        bottom: 0px;
        right: auto;
        width: 100%;
    }

    .fixbtn > div {
        border-radius: 0;
        font-size: 14px;
        font-weight: bold;
        width: 50%;
        height: 60px;
        box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.15);
    }

    .fixbtn > div > a {
        padding-top: 20px;
    }

    .fixbtn-order {
        margin-right: 0;
    }
}

/********header********/

#container {
    overflow: hidden;
}

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

header .logo {
    text-align: left;
    margin-bottom: 50px;
}

header .logo img {
    width: 120px;
}

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

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

h1 {
    margin-top: 10px;
    font-size: 2.8vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
}

.mv-copy {
    font-weight: bold;
    font-size: 1.3vw;
    margin: 30px 0 0;
}

.mv-copy2 {
    font-size: 1.6vw;
    font-weight: 700;
}

.mv-copy3 {
    font-weight: bold;
    font-size: 2vw;
    line-height: 1.5;
    margin: 30px 0;
}

.mv-copy4 {
    font-weight: bold;
    font-size: 1.3vw;
}


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

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

    header .logo {
        margin-bottom: 15px;
    }

    .w90-m0a {
        width: 90%;
        margin: 0 auto;
    }

    header .logo img {
        width: 90px;
    }

    .balloon1 {
        font-size: 4.8vw;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        min-width: 120px;
        max-width: 100%;
        background: #d8eff6;
        margin: 15px 0 30px;
        padding: 10px 15px 15px;
    }

    .balloon1:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #d8eff6;
    }

    .balloon1 p {
        margin: 0;
        padding: 0;
    }

    h1 {
        margin-top: 5px;
        font-size: 6vw !important;
    }

    .mv-copy {
        font-size: 3.6vw !important;
        margin: 10px 0 10px;
    }

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

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

    .mv-copy2 {
        font-size: 3.6vw;
        font-weight: 700;
    }

    .mv-copy4 {
        font-size: 3.6vw;
    }

    header .coupontxt {
        font-size: 3.6vw !important;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .sp-mv {
        display: none;
    }
    .ver-imas .sp-mv {
        display: block !important;
        margin-bottom: 20px;
    }
}

@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;
    }

}

/********header end********/

/**********reco-designer**********/

#reco-designer ul {}

#reco-designer li {
    width: 100%;
    background: #fff;
    margin-right: 30px;
}

#reco-designer li:last-child {
    margin-right: 0;
}

#reco-designer h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px 20px 10px;
}

.reco-designer-txt {
    font-size: 14px;
    padding: 10px 0 20px;
}

@media screen and (max-width: 599px) {
    #reco-designer .sec-wrap {
        width: 100%;
    }

    .reco-designer-txt {
        font-size: 12px;
    }

    #reco-designer li:first-child {
        margin-left: 20px;
    }

    #reco-designer li:last-child {
        padding-right: 30px;
    }
    .reco-designer-image {
        width: 250px;
    }

}

/**********reco-designer end**********/

/**********benefit**********/

.benefit {
    background: #d8eff7 url(../images/bg_stripe.png)
}

.benefit-box {
    width: 50%;
}

.benefit-box:first-child {
    margin-right: 30px;
}

.benefit-box h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.benefit-box .benefit-no {
    width: 80px;
    height: 80px;
    border: solid 2px;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    line-height: 1.3;
    font-size: 20px;
    font-weight: bold;
    padding-top: 12px;
}

.coupon-body {
    display: block;
    position: relative;
    margin: 15px auto 20px;
    padding: 10px 0 15px;
    max-width: 350px;
    background: #ffc5bd;
    box-sizing: border-box;
    text-align: center;
}

.coupon-rbn {
    position: absolute;
    top: 0;
    left: 0;
    width: 89px;
    height: 91px;
    overflow: hidden;
}

.coupon-rbn-txt {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -47px;
    top: 16px;
    width: 160px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    background: #004B62;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.coupon-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.coupon-coad {
    background: #fff;
    width: 80%;
    margin: 10px auto;
    border-radius: 50px;
}

.coupon-notice {
    font-size: 12px;
}

.scsho {
    background: #F3F303;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    width: 78px;
    height: 78px;
    padding-top: 8px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
}

.fa-camera {
    font-size: 14px;
}

.coupon-notice {
    font-size: 10px;
}

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

    .benefit-box .benefit-no {
        width: 54px;
        height: 54px;
        margin-right: 15px;
        font-size: 14px;
        padding-top: 7px;
    }

    .benefit-box h3 {
        font-size: 16px;
    }

    .benefit-box {
        width: 100%;
    }

    .coupon-ttl {
        font-size: 16px;
    }
}


/**********benefit end**********/

/**********example**********/

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

.boad-wrap {
    width: 16.6%;
}

.boad {
    padding: 125% 0 0 0;
    margin: 0 4% 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: 24px;
    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;
    font-size: 12px;
}

.boad-txt {
    font-size: 14px;
    line-height: 1.4;
    color: #004B62;
    margin: 0 4%;
    letter-spacing: .5px;
    font-weight: normal;
}

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

    .boad-wrap {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .boad {
        padding: 100% 0 0 0;
    }

    .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;
    }

    .boad-txt {
        font-size: 12px;
    }

    .boad-box {
        margin: 0 0 20px;
    }
}

/*タブ切り替え*/

.tab-group {
    display: flex;
    justify-content: center;
    border: solid 1px #004B62;
    border-radius: 6px;
    width: 70%;
    margin: 0 auto 40px;
}

.tab {
    padding: 5px;
    list-style: none;
    border-right: solid 1px #004B62;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.tab:last-child {
    border: none;
}

.panel {
    display: none;
}

.tab.is-active {
    background: #004B62;
    color: #FFF;
    transition: all 0.2s ease-out;
}

.panel.is-show {
    display: block;
}

@media screen and (max-width: 599px) {
    .tab-group {
        width: 100%;
        margin: 0 auto 25px;
    }

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

/**********example end**********/

/**********standflower**********/

#standflower h2 {
    margin: 0 0 5px;
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
}

.sf-img {
    width: 100px;
    margin-right: 20px;
}

.sf-banner a {
    width: 45%;
    padding: 0 20px;
    display: block;
}

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

    #standflower h2 {
        font-size: 18px;
    }

    .sf-banner a {
        width: 100%;
        padding: 0;
    }

    .sf-banner a:first-child {
        margin-bottom: 20px;
    }
}

/**********standflower end**********/

/**********consul**********/

.consul {
    background: #f0f4f7 url(../images/bg_consul.jpg) no-repeat;
    background-size: auto 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.consul-lead {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

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

    .consul:before {
        content: '';
        background: inherit;
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
        filter: blur(3px);
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        z-index: -1;
    }

    .consul-lead {
        font-size: 12px;
        margin-bottom: 15px;
    }
}

/**********consul end**********/

/**********ranking**********/

#ranking {
    background: url(../images/bg_check.jpg);
}

.img-oukan {
    width: 80px;
    position: absolute;
    right: 160px;
}

#ranking h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 60px 0 15px;
}

#ranking h3 .rank-no {
    display: inline-block;
    border: solid 2px;
    padding: 0 10px;
    margin-right: 15px;
}

.rank-inyo-wrap {
    width: 50%;
    margin: 10px 30px 0 0;
}

.rank-inyo {
    background: #f1f1f1;
    padding: 40px 40px 30px;

}

.rank-inyo-from {
    margin-top: 30px;
}

.rank-inyo-from img {
    width: 80px;
}

.rank-inyo-from p {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 15px;
}

.rank-inyo-from a {
    font-weight: normal;
    text-decoration: underline;
}

.rank-inyo-txt:before {
    content: "“";
    position: absolute;
    left: -20px;
    top: -30px;
    line-height: 1em;
    font-family: serif;
    color: rgba(0, 0, 0, 0.15);
    font-size: 400%;
}

.rank-inyo-txt:after {
    content: "”";
    position: absolute;
    right: -20px;
    bottom: -50px;
    line-height: 1em;
    font-family: serif;
    color: rgba(0, 0, 0, 0.15);
    font-size: 400%;
}

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

    #ranking .grad-item {
        height: auto;
    }

    #ranking .grad-item::before {
        display: none;
    }
}

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

    .img-oukan {
        width: 60px;
        position: absolute;
        right: 0px;
        top: -5px;
    }

    #ranking h3 {
        font-size: 20px;
        margin: 40px 0 15px;
    }

    #ranking h3 .rank-no {
        display: block;
        width: 90px;
        margin: 0 auto 10px;
        padding: 0 10px;
    }
    .rank-inyo {
        padding: 40px 30px 30px;

    }
    .rank-inyo-wrap {
        width: 100%;
    }
    .rank-inyo-from img {
        width: 60px;
    }
    .rank-inyo-from p {
        font-size: 12px;
    }

    #ranking .grad-item {
        height: 150px;
    }
}

/**********ranking end**********/

/**********orderstep**********/

#orderstep h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#orderstep h3 span {
    background: #004B62;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
}

.step-box-pc {
    margin-right: 60px;
    width: 100%;
}

.step-box-pc .step-txtarea {
    height: 190px;
}

.step-box-pc:last-child {
    margin-right: 0px;
}

.step-txtarea p a,
.step-txtarea p a:hover {
    text-decoration: underline;
}

#orderstep .slider {
    padding: 70px 24px 0 27px;
    background: rgba(0, 0, 0, 0) url(../images/bg_mobile.png) no-repeat scroll top center;
    background-size: 100%;
    max-width: 293px;
    margin-bottom: 60px !important;
}

#orderstep .slick-dotted.slick-slider {
    width: 95%;
}

#orderstep .slick-slide {
    margin: 0;
}

@media screen and (max-width: 599px) {
    #orderstep h3 {
        font-size: 16px;
        margin-top: 20px;
    }
    #orderstep h3 span {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    #orderstep .slick-prev {
        left: -18px !important;
    }
    #orderstep .slick-next {
        right: -18px !important;
    }
    #orderstep .slick-dots {
        position: relative;
        bottom: -15px;
    }
}

/**********orderstep end**********/

/**********plate**********/

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

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

}

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

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

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

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

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

/**********plate end**********/

/**********ornament**********/

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

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

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

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

    .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;
    }

    .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;
    }
}


@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-box .grad-item {
        height: auto;
    }

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


/**********ornament end**********/

/**********customersvoice**********/

.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;
}

/**********customersvoice end**********/

/**********customersinterview**********/

.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 (max-width: 599px) {

    .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;
    }
}

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

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

    .interview-txt {
        width: 480px;
    }

}

/**********customersinterview end**********/

/**********qa**********/

#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;
}

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

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

/**********qa end**********/

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

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

/**********modal**********/

.modal {
    width: 100%;
}

#modal-omake {
    background: #d8eff7 url(../images/bg_stripe.png);
    padding: 30px 40px;
    max-width: 980px;
}

#modal-chat .slick-dots {
    top: 30px !important;
}

@media screen and (max-width: 599px) {
    #modal-omake {
        padding: 30px 20px;
    }

    #modal-omake h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    #modal-omake .h2-lead {
        font-size: 12px;
        margin-bottom: 30px;
    }

    #modal-chat {
        padding: 15px 10px;
    }
    #modal-chat .slick-dots {
        top: 20px !important;
    }

    #modal-chat .slick-slide {
        margin: 0;
    }
}
