/* TABLE OF CONTENTS:
 *
 * 00 どのサイズでも共通で適用されるスタイル
 *    - 見出しデザイン
 *    - 基本パーツ
 *    - SWIPER
 *    - 目次プラグイン
 *    - 買取事例（スライド）
 *    - よくある質問
 *    - フッターの上の表示枠
 * 01 幅 768px 未満 ( スマホの時だけ適用されるスタイル )
 * 02 幅 480px 以上
 * 03 幅 768px 以上 ( PCの時だけ適用されるスタイル )
 *    - フォントサイズと行送り
 *    - 見出しデザイン
 *    - 基本パーツ
 *    - 目次プラグイン
 *    - 買取事例（スライド）
 *    - よくある質問
 *    - フッターの上の表示枠
 *    - フッターの上の表示枠内、対応エリア
 * 04 幅 880px 以上
 * 05 幅 1072px 以上
 * 06 幅 1264px 以上
 */

/* --------------------------------------------------------------------------------------------------------
   00
 *
 * どのサイズでも共通で適用されるスタイル
 */


/* 見出しデザイン */
h1 {
    text-align: center;
}
h2[id*="-heading"] {
    text-align: center;
}

h2[id*=-heading][data-label]:after {
    content: attr(data-label);
    font-weight: 400;
    margin-top: 0.1em;
    display: block;
    color: #006cc1;
}
.color1 h2 {
    color: #fff;
}
.color1 h2[id*=-heading][data-label]:after {
    color: #ffff00;
}
h3.s-heading {
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.2em;
    position: relative;
    display: flex;
}
h3.s-heading:before {
    content: "";
    display: inline-block;
    background-color: #016fc5;
    width: 0.5em;
    margin-right: 0.5em;
    background-size: contain;
    background-position: left top;
    vertical-align: middle;
}
h3.s-heading:after {
    content: "";
    display: inline-block;
    height: 2px;
    background: #016fc5;
    width: 5.5em;
    position: absolute;
    left: 0;
    bottom: -2px;
}

/* 基本パーツ */
p.catch {
    font-weight: bold;
    text-align: center;
}

.txt-r {
    text-align: right;
}

.txt-l {
    text-align: left;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

p.indent + p.indent {
    margin-top: 0;
}

.img-c {
    display: block;
    clear: both;
    text-align: center;
}

.accent {
    font-weight: bold;
}

.deco {
    color: #c72b2b;
    font-weight: bold;
}

.marker-red {
    background: -webkit-linear-gradient(top, transparent 60%, #ff6666 60%, #ff6666 100%);
    background: linear-gradient(transparent 60%, #e7b9be 60%, #ff6666 100%);
}

.marker-pink {
    background: -webkit-linear-gradient(top, transparent 60%, #ff99cc 60%, #ff99cc 100%);
    background: linear-gradient(transparent 60%, #ffdfef 60%, #ff99cc 100%);
}

.marker-yellow {
    background: -webkit-linear-gradient(top, transparent 60%, #ffff00 60%, #ffff00 100%);
    background: linear-gradient(transparent 60%, #ffffbc 60%, #ffff00 100%);
}

.marker-green {
    background: -webkit-linear-gradient(top, transparent 60%, #33cc33 60%, #33cc33 100%);
    background: linear-gradient(transparent 60%, #c5ffbc 60%, #33cc33 100%);
}

.marker-blue {
    background: -webkit-linear-gradient(top, transparent 60%, #66ccff 60%, #66ccff 100%);
    background: linear-gradient(transparent 60%, #cce5ff 60%, #66ccff 100%);
}

.img-r .image,
.img-l .image {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}

#content .more {
    text-align: center;
}

#content .more a {
    background: #016fc5;
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 0.5em 3em 0.5em 2em;
    position: relative;
}

#content .more a:after {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    line-height: 1em;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    height: 1em;
    width: 1em;
}

#content .more a:hover {
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.25), 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

#content .more a:hover:before {
    content: "";
    background: rgba(204, 204, 204, 0.1);
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sbtitle {
    cursor: pointer;
}

.hide-text {
    display: none;
}

/*お問い合わせ*/
.outer.order {
    position: relative;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    z-index: 1;
   background-color:#e5e5e5;
    background-image:url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAQAAAADHm0dAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkCBwPJzCc/pUmAAAAHklEQVQoz2NgkGJgYGAgiiRaoRRtFI46YNQBw9QBAFJXDu+OulrNAAAAAElFTkSuQmCC");
}
.order-bnr {
    max-width: 900px;
    margin-right: auto !important;
    margin-left: auto !important;
}
.order-bnr ul {
    list-style: none;
    text-align: center;
}

/* フッターの上の表示枠 */
div.f-box {
    display: none;
}

/* フッターの会社情報 */
.site-footer .widget-column.footer-widget-2 {
    line-height: 1.4em;
}

.site-footer .widget-column.footer-widget-2 p,
.site-footer .widget-column.footer-widget-2 li {
    margin-bottom: 0.5em;
}

.site-footer .widget-column.footer-widget-2 li {
    padding: 0;
}

/* ご利用について */
.price p span:first-child {
    background-color: #d43838;
    color: #fff;
    min-width: 8em;
    display: inline-block;
    padding: 0.2em 0.5em;
    border-radius: 5px;
    margin-right: 0.8em;
    font-size: 1.1em;
    text-align: center;
}
.price p span:last-child {
    font-size: 1.2em;
}
.about .price p span:last-child {
    text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}
/*ご利用シーン*/
.scene-list a[href*="scene1"] p:first-child:before,
.scene-list a[href*="scene2"] p:first-child:before,
.scene-list a[href*="scene3"] p:first-child:before,
.scene-list a[href*="scene4"] p:first-child:before,
.scene-list a[href*="scene5"] p:first-child:before,
.scene-list a[href*="scene6"] p:first-child:before {
    content: "";
    width: 100%;
    height: 28px;
    margin-bottom: 0.5em;
}
.scene-list a[href*="scene1"] p:first-child:before {
    background:url(../img/contents/scene1.jpg) no-repeat left top;
    background-size: contain;
}
.scene-list a[href*="scene2"] p:first-child:before {
    background:url(../img/contents/scene2.jpg) no-repeat left top;
    background-size: contain;
}
.scene-list a[href*="scene3"] p:first-child:before {
    background:url(../img/contents/scene3.jpg) no-repeat left top;
    background-size: contain;
}
.scene-list a[href*="scene4"] p:first-child:before {
    background:url(../img/contents/scene4.jpg) no-repeat left top;
    background-size: contain;
}
.scene-list a[href*="scene5"] p:first-child:before {
    background:url(../img/contents/scene5.jpg) no-repeat left top;
    background-size: contain;
}
.scene-list a[href*="scene6"] p:first-child:before {
    background:url(../img/contents/scene6.jpg) no-repeat left top;
    background-size: contain;
}
/*証明書*/
.proof {
    margin-top: 1em;
}
.proof li {
    display: inline-block;
    margin-right: 0.5em;
}
.proof + p {
    font-size: 0.9em;
}
/*サービスページ：ビルボード*/
.service #mainImg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-shadow: 1px 1px 2px #ededed, -1px 1px 2px #ededed, 1px -1px 2px #ededed, -1px -1px 2px #ededed;
    background-repeat: no-repeat;
}
.service #mainImg h1 {
    margin-bottom: 0.1em;
}
.service #mainImg h1 + p {
    margin-bottom: 0;
}
/* サービスページ：ご利用シーン */
.situation ul {
    list-style: none;
}
.situation ul a {
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    position: relative;
    font-size: 0.9em;
}
.situation ul a:hover {
    background-color: rgba(171, 216, 251, 0.4);
}
.situation ul li a:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f0ab";
    display: inline-block;
    margin-right: 0.5em;
}
.situation section {
    background-color: #fff;
    padding: 1em;
    border-radius: 5px;
}
.situation section h3 + div {
    display: flex;
    min-height: 220px;
}
.situation section h3 + div:before {
    content: "";
    display: inline-block;
    width: 100%;
}
section#scene1 h3 + div:before {
    background: url(../img/contents/scene1-image.jpg) no-repeat center;
}
section#scene2 h3 + div:before {
    background: url(../img/contents/scene2-image.jpg) no-repeat center;
}
section#scene3 h3 + div:before {
    background: url(../img/contents/scene3-image.jpg) no-repeat center;
}
section#scene4 h3 + div:before {
    background: url(../img/contents/scene4-image.jpg) no-repeat center;
}
section#scene5 h3 + div:before {
    background: url(../img/contents/scene5-image.jpg) no-repeat center;
}
section#scene6 h3 + div:before {
    background: url(../img/contents/scene6-image.jpg) no-repeat center;
}
.situation section div div {
    width: 100%;
}
/*対象者*/
.user h2 + div + p {
    max-width: 600px;
    margin-top: 2em;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.9em;
}
/*対応エリア*/
.support dl div {
    background-color: #fff;
    border-radius: 4px;
    padding: 1em;
}

#content .support dl dt {
    border-bottom: 1px #60a092 dotted;
    font-size: 1.05em;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-bottom: 0.5em;
    padding-left: 1em;
    position: relative;
}
.support dl dt:before {
    content: "";
    background: #60a092;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 0;
    width: 5px;
}
.support dl dd {
    font-size: 0.9em;
    margin: 0 0 10px;
}
.support dd ul li {
    display: inline-block;
}
.support dl dd ul li::after {
    content: "｜";
    display: inline-block;
}

/*ご利用の流れ*/
#flow {
    margin-top: 2em;
}
.guide h3 span {
    font-size: 0.7em;
    margin-top: 0.3em;
}
.flow-list {
    margin-top: 2em;
    counter-reset: number 0;
    padding-right: 3em;
    position: relative;
}
.flow-list:before {
    content: "";
    width: 100%;
    height: 100%;
    border-right: 6px solid #8fb7d6;
    position: absolute;
    right: 1em;
    top: 0;
    z-index: -1;
}
.flow-list:after {
    content: "";
    width: 40px;
    height: 20px;
    border-right: 6px solid #8fb7d6;
    transform: skew(-32deg);
    position: absolute;
    right: 0.5em;
    bottom: 0;
}
.flow-list dt,
.flow-list li {
    margin-bottom: 1em;
    font-weight: bold;
    background-image:url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAAAAABtEq/QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QADzoyPqMAAAAHdElNRQfkCB8PKRlSeo8qAAAAE0lEQVQI12P4DwcMf+CAYViIAgAlccYNrq9X5QAAAABJRU5ErkJggg==");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    padding-right: 0.5em;
}
.flow-list dt:before,
.flow-list li:before {
    counter-increment: number;
    content: "STEP"counter(number);
    background-color: #8fb7d6;
    color: #fff;
    font-family: "Century Gothic";
    font-weight: normal;
    padding: 0.7em;
    margin-right: 1em;
    border-radius: 5px 0 0 5px;
}
.flow-list dd {
    margin-right: 0;
}
/*申し込みに必要な事項*/
#required {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
    background-color: #f7f7f7;
}
#required li {
    list-style-position: inside;
}
#required ul:first-of-type {
    margin-top: 2em;
}
#required ul > li {
    display: inline-block;
    font-weight: bold;
}
#required ul > li:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f14a";
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 1em;
    color: #0171c7;
}
#required li {
    line-height: 1.5;
}
#required li span {
    border-bottom: 1px dashed #afafaf;
    padding-bottom: 0.5em;
}
#required ol {
    list-style-type: upper-alpha;
    margin-top: 1em;
    margin-bottom: 2em;
    font-weight: normal;
    margin-left: 2em;
}


/* 目次プラグイン */
div#toc_container {
    border: 0;
    background-image:url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAAAAABtEq/QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QADzoyPqMAAAAHdElNRQfkCB8PKRlSeo8qAAAAE0lEQVQI12P4DwcMf+CAYViIAgAlccYNrq9X5QAAAABJRU5ErkJggg==");
    font-size: 1.2em;
    padding: 1em 1.5em;
    table-layout: fixed;
    width: 100vw !important;
}
#main #toc_container .toc_title {
    font-weight: normal;
    font-size: 0.95rem;
}
div#toc_container,
#main #toc_container .toc_toggle a,
#toc_container.no_bullets .toc_list,
#toc_container .toc_list li a {
    color: #656565;
}
#toc_container.no_bullets .toc_list {
    background: #fff;
    padding: 20px 30px 10px;
    border-radius: 10px;
}
#toc_container .toc_list > li {
    counter-increment: li;
    font-size: 0.9rem;
    line-height: 1.625;
    margin-left: 40px;
    position: relative;
}
#toc_container .toc_list > li:after {
    background: none;
    content: "0" counter(li) " |";
    left: -2em;
    letter-spacing: -1px;
    position: absolute;
    top: -1px !important;
}
#toc_container .toc_list > li:nth-of-type(9) ~ li:after {
    content: counter(li) " |";
}
div#toc_container.contracted {
    width: 100vw !important;
}
#toc_container .toc_list li a:hover {
    color: #0e5790;
}

/* --------------------------------------------------------------------------------------------------------
   01
 *
 * 幅 768px 未満 ( スマホの時だけ適用されるスタイル )
 */
@media screen and (max-width: 767px) {

    /* フォントサイズと行送り */
    body {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.57;
    }

    h1 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.2;
    }

    h1 span {
        font-size: 24px;
        font-size: 1.5rem;
        color: #006cc0;
    }

    h2 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.2;
    }
    h2[id*=-heading][data-label]:after {
        font-size: 0.55em;
    }

    h3 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.375;
    }

    p.catch {
        font-size: 14px;
        font-size: 0.875rem;
    }

    #content dl dt {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.3;
    }

    /*続きを読む*/
    .over-len {
        overflow: hidden;
        position: relative;
        cursor: pointer;
        height: 6em !important;
    }
    .over-len:after {
        background: #FFF;
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 50%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 50%,rgba(255,255,255,1) 100%);
        color: #999;
        content: "続きを読む";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: center;
        padding: 2.5em 0 0;
        width: 100%;
    }
    .over-len.open{
        overflow: visible;
        height: auto !important;
    }
    .over-len.open:after {
        background: none;
        content: "";
    }

    /*サービスページ：ビルボード*/
    #mainImg.lower {
        height: 150px;
    }
    .service #mainImg {
        background-image: url(../img/contents/service-bil-r.jpg);
        background-position: right -55px bottom;
        background-size: auto 80%;
    }
    /* サービスページ：ご利用について */
    .box section:not(:first-child) {
        margin-top: 40px !important;
    }
    .service .situation ul li a {
        padding: 0.5em;
    }
    .service .situation section h3 + div {
        flex-direction: column;
    }
    .service .situation section h3 + div:before {
        height: 150px;
        margin: 2em auto 0.5em;
    }
    /*ご利用シーン*/
    #scene1 {
        margin-top: 2em;
    }
    /*ご利用の流れ*/
    .flow-list li,
    .flow-list dt {
        font-size: 1.1em !important;
    }
    /*申し込みに必要な事項*/
    #required {
        padding: 2em 1em 1em;
    }

}

/* End max 767px */



/* --------------------------------------------------------------------------------------------------------
   02
 *
 * 幅 480px 以上
 */
@media screen and (min-width: 30em) {

    /*サービスページ：ビルボード*/
    .service #mainImg {
        background-position: right -20px bottom;
    }
    
    /*続きを読む*/
    .over-len:after {
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 50%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 50%,rgba(255,255,255,1) 100%);
    }

}

/* End min 480px*/



/* --------------------------------------------------------------------------------------------------------
   03
 *
 * 幅 768px 以上 ( PCの時だけ適用されるスタイル )
 */
@media screen and (min-width: 48em) {

    /* フォントサイズと行送り */
    body {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }

    h1 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.25;
    }

    h1 span {
        font-size: 46px;
        font-size: 2.875rem;
        color: #006cc0;
    }

    h2 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.25;
    }
    h2[id*=-heading][data-label]:after {
        font-size: 0.45em;
    }
    
    h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }

    p.catch {
        font-size: 18px;
        font-size: 1.125rem;
    }

    #content dl dt {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.375;
    }

    /* 見出しデザイン */
    h3.s-heading:before {
        height: 1.3em;
    }

    p.catch {
        text-align: center;
    }

    /* 基本パーツ */
    .txt-c {
        text-align: center;
    }

    .img-r,
    .img-l {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .img-r {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .img-r .image,
    .img-l .image {
        margin: 0 0 1.5em;
        width: 35%;
    }

    .img-r .cont,
    .img-l .cont {
        width: 60%;
    }

    .hide-text {
        display: block;
    }

    /* フッターの上の表示枠 */
    div.f-box {
        display: block;
    }

    div.f-box h3 {
        text-align: center;
    }

    div.f-box .f-box-wrapper {
        padding: 16px;
    }

    div.f-box .f-box-inner {
        max-width: 1000px;
        margin: 0 auto;
    }

    /* フッターの上の表示枠内、対応エリア */
    div.f-box .taiou {
        background: #e8ddc9;
        padding: 1em 0 1px;
    }

    div.f-box .taiou p a {
        text-decoration: underline;
    }

    div.f-box .taiou ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    div.f-box .taiou ul li {
        list-style: none;
        padding: 0 1em;
    }

    div.f-box .taiou ul li a:after {
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        content: "\f105";
        display: inline-block;
        margin-left: 0.5em;
    }

    div.f-box .taiou ul li a:hover:after {
        color: #ed9e00;
    }

    /*サービスページ：ビルボード*/
    #mainImg.lower {
        height: 200px;
    }
    .service #mainImg {
        background-image: url(../img/contents/service-bil-l.jpg), url(../img/contents/service-bil-r.jpg);
        background-position: left bottom, right bottom;
        background-size: auto;
    }
    /*サービスページ：利用シーン*/
    #scene1 {
        margin-top: 3em;
    }
    .service .situation ul li a {
        padding: 1em;
    }
    .service .situation section {
        padding: 2em 1em;
    }
    .service .situation section h3 + div {
        flex-direction: row-reverse;
    }
    .service .situation section h3 + div:before {
        vertical-align: middle;
        margin-left: 1em;
        max-height: 100%;
    }
    .service .situation section h3 + div:before {
        width: 40%;
    }
    
    /*サービスページ：利用者*/
    .user-bg {
        background-image: url(../img/contents/target-bg-l.jpg), url(../img/contents/target-bg-r.jpg);
        background-repeat: no-repeat;
        background-position: left bottom, right bottom;
        background-size: auto 15vw;
    }
    .user-bg .user {
        text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
    }
    
    /*対応エリア*/
    .support dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    /*ご利用の流れ*/
    .flow-list li {
        font-size: 1.2rem;
    }
    .flow-list dt {
        font-size: 1.2rem !important;
    }
    .flow-list dd {
        margin-left: 6em;
    }

    /*申し込みに必要な事項*/
    #required {
        padding: 2em 2em 1em;
        max-width: 710px;
        margin-top: 50px;
    }
    #required ul:first-of-type {
        text-align: center;
    }
    
    /* 目次プラグイン */
    #toc_container .toc_list {
        margin: 1em auto 0;
        max-width: 1000px;
        width:100%;
    }
    #toc_container .toc_list > li {
        font-size: 0.8em;
        line-height: 1;
        display:inline-block;
        margin: 0 0 0.5em 5%;
        padding-left: 2em;
        width: 45%;
    }
    #toc_container .toc_list > li:after {
        left: 0;
    }
    #toc_container .toc_list > li:first-child,
    #toc_container .toc_list > li:nth-child(2n+1) {
        margin-left: 0;
    }

}

/* End min 768px */



/* --------------------------------------------------------------------------------------------------------
   04
 *
 * 幅 880px 以上
 */
@media screen and (min-width: 55em) {

    /* ここにスタイル */

}

/* End min 880px */



/* --------------------------------------------------------------------------------------------------------
   05
 *
 * 幅 1072px 以上
 */
@media screen and (min-width: 67em) {

}

/* End min 1072px */



/* --------------------------------------------------------------------------------------------------------
   06
 *
 * 幅 1264px 以上
 */
@media screen and (min-width: 79em) {

    /*サービスページ：ビルボード*/
    .service #mainImg {
        background-position: left calc((100vw - 1000px) / 4 ) bottom, right calc((100vw - 1000px) / 2.5 ) bottom;
    }


}

/* End min 1264px */


/* --------------------------------------------------------------------------------------------------------
07
*
* 幅 1500px 以上
*/
@media screen and (min-width: 1500px) {

    /* ご利用について */
    .guide-bg {
        background-image: url(../img/top/flow-bg-l.jpg), url(../img/top/flow-bg-r.jpg);
        background-position: left top 140px, right top 140px;
        background-repeat: no-repeat;
    }

    /*お問い合わせ*/
    .outer.order:before {
        content: "";
        width: 100%;
        height: calc(100% + 20px);
        display: block;
        position: absolute;
        left: calc( 50vw - 800px );;
        top: -20px;
        background-image: url(../img/contents/order-woman.png);
        background-position: left top;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }
}

/* End min 1500px */

