/* CSS Document */
html
{
    font-size: 4.26667vw; 

    overflow: auto;
}
html body
{
    color: #462303;
    background-color: #fbf5e7;
    background-image: url(../img/bg__document.png);
}

*
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

header
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    overflow: hidden; 

    width: 100%;
    height: 14.66667vw;

    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
}
header div.header-inner
{
    height: 100%;
    margin: 0 auto;
    padding: 0vw 5.06667vw;
}
header div.header-inner div.logo
{
    position: absolute;
    top: 50%;
    left: 5.06667vw;

    width: 48vw;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
header div.header-inner div.logo a
{
    width: 100%;
    height: 100%;
}
header div.header-inner div.logo a img
{
    width: 100%;
    height: auto; 

    -webkit-transform: translateY(1.33333vw);
            transform: translateY(1.33333vw);
}
header div.header-inner div.button__menu.spe
{
    position: absolute;
    top: 50%;
    right: 5.06667vw;

    display: inline-block;

    width: 6.4vw;
    height: 6.4vw;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    background-image: url(../img/sp/icon__menu--open.png);
    background-repeat: no-repeat;
    background-size: contain;
}
header div.header-inner div.button__menu.spe.expand
{
    background-image: url(../img/sp/icon__menu--close.png);
}
header div.header-inner div.local-nav
{
    display: none;
}
header div.header-inner div.local-nav ol
{
    overflow: hidden;

    height: 100%;
    padding-left: 105.06667vw;
}
header div.header-inner div.local-nav ol li
{
    font-size: 5.33333vw;
    line-height: 1.1; 

    float: left;

    height: 100%;
    padding: 0 6.66667vw;

    text-align: center;
}
header div.header-inner div.local-nav ol li a
{
    display: block;
    display: table-cell; 

    height: 26.66667vw;

    vertical-align: middle;
}
header div.header-inner nav
{
    position: absolute;
    top: 0;
    right: 17.33333vw;

    height: 100%;
}
header div.header-inner nav ol
{
    overflow: hidden;

    height: 26.66667vw;
}
header div.header-inner nav ol li
{
    float: left; 

    height: 100%;
}
header div.header-inner nav ol li.language
{
    display: none;

    margin-right: 2.66667vw;
}
header div.header-inner nav ol li.language div.language-inner
{
    padding-top: 9.86667vw;
}
header div.header-inner nav ol li.language div.language-inner a
{
    line-height: 1;

    display: inline;

    padding: 0 2.13333vw;
}
header div.header-inner nav ol li.language div.language-inner a:not(:first-of-type)
{
    border-left: 1px solid #000;
}
header div.header-inner nav ol li.language div.language-inner a:first-of-type
{
    margin-right: -1.33333vw;
}
header div.header-inner nav ol li.login
{
    width: 13.33333vw;

    text-align: center; 

    color: #00693c;
}
header div.header-inner nav ol li.login a
{
    display: block;

    width: 100%;
    height: 100%;

    background-image: url(../img/sp/button__login.png);
    background-repeat: no-repeat; 
    background-position: center top 2.66667vw;
    background-size: 13.33333vw auto;
}
header div.header-inner nav ol li.login a p
{
    font-size: 0;
}

div.menu__slide
{
    position: fixed;
    z-index: 99;
    top: 14.66667vw;
    left: 0;

    display: none;

    width: 100%;
    padding: 0 2.66667vw;
    padding-bottom: 10.66667vw;

    border-bottom: 1px solid #d1d1d1;
    background-color: rgba(255, 255, 255, .97);
}
div.menu__slide div.menu__slide__inner ol li
{
    padding: 2.66667vw 0; 

    text-align: center;

    border-bottom: 1px solid #f2f2f2;
}
div.menu__slide div.menu__slide__inner ol li.contact
{
    color: #fff; 
    background-color: #00663a;
}
div.menu__slide div.menu__slide__inner ol li.contact a p
{
    line-height: 1.2;
}
div.menu__slide div.menu__slide__inner ol li.contact a p:before
{
    display: inline-block;

    width: 5.33333vw;
    height: 5.33333vw;
    margin-right: 2.66667vw; 

    content: '';
    vertical-align: bottom;

    background-image: url(../img/mail-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;

    -webkit-filter: brightness(100);
            filter: brightness(100);
}
div.menu__slide div.menu__slide__inner ol div.language-inner a
{
    line-height: 1;

    display: inline;

    padding: 0 2.13333vw;
}
div.menu__slide div.menu__slide__inner ol div.language-inner a:not(:first-of-type)
{
    border-left: 1px solid #000;
}
div.menu__slide div.menu__slide__inner ol div.language-inner a:first-of-type
{
    margin-right: -1.33333vw;
}

section
{
    overflow: hidden;

    color: #462303;
}
section div.section-inner
{
    margin: 0 auto;
}
section div.section-inner h2
{
    font-size: 8vw;
    line-height: 1.2; 

    text-align: center;
}
section div.section-inner span.pink
{
    color: #ef6c75;
}
section div.section-inner p.lead
{
    font-size: 4.26667vw;

    margin: 5.33333vw auto 0;

    text-align: left;
}

section.kv div.section-inner h1
{
    font-size: 0;

    width: 100%;
}
section.kv div.section-inner h1 p img
{
    width: 100%;
    height: auto;
}

/*============================
#ss1
============================*/
section.about
{
    padding-top: 13.86667vw;
    padding-bottom: 13.33333vw;
}
section.about div.section-inner
{
    padding: 0 5.06667vw;
}
section.about div.section-inner ol
{
    margin-top: 2.66667vw; 

    text-align: center;
}
section.about div.section-inner ol li
{
    display: inline-block;
    overflow: hidden; 

    width: 100%;
    margin-top: 8vw;

    border-radius: 1.33333vw;
    background-color: #fff;
}
section.about div.section-inner ol li div.title
{
    font-size: 6.4vw;

    padding: 4vw;

    text-align: center; 

    color: #fff;
    background-color: #00663a;
}
section.about div.section-inner ol li div.title p
{
    line-height: 1;
}
section.about div.section-inner ol li dl
{
    padding: 5.33333vw;

    text-align: left;
}
section.about div.section-inner ol li dl dt
{
    font-weight: bold; 

    display: inline-block;

    width: 10%;

    vertical-align: top;

    color: #00663a;
}
section.about div.section-inner ol li dl dd
{
    display: inline-block; 

    width: 90%;

    vertical-align: top;
}
section.about div.section-inner ol.solution
{
    margin: 0;
}
section.about div.section-inner ol.solution li
{
    margin: 0; 
    padding: 4vw 2.66667vw;
}
section.about div.section-inner ol.solution li div.title
{
    font-size: 6.4vw;

    padding: 0;

    text-align: center; 

    color: #ef6c75;
    background-color: transparent;
}
section.about div.section-inner ol.solution li:nth-of-type(1) div.title p:before
{
    position: relative;

    display: inline-block;

    width: 16vw;
    height: 16vw;
    margin-right: 2.66667vw; 

    content: '';
    vertical-align: middle;

    border-radius: 16vw;
    background-color: #ef6c75;
    background-image: url(../img/icon01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
}
section.about div.section-inner ol.solution li:nth-of-type(2) div.title p:before
{
    position: relative;

    display: inline-block;

    width: 16vw;
    height: 16vw;
    margin-right: 2.66667vw; 

    content: '';
    vertical-align: middle;

    border-radius: 16vw;
    background-color: #ef6c75;
    background-image: url(../img/icon02.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
}
section.about div.section-inner ol.solution li:nth-of-type(3) div.title p:before
{
    position: relative;

    display: inline-block;

    width: 16vw;
    height: 16vw;
    margin-right: 2.66667vw; 

    content: '';
    vertical-align: middle;

    border-radius: 16vw;
    background-color: #ef6c75;
    background-image: url(../img/icon03.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}
section.about div.section-inner h3
{
    margin-top: 16vw;
}
section.about div.section-inner ol
{
    margin-top: 10.66667vw;
}
section.about div.section-inner div.icon__arrow
{
    padding: 4vw 0;

    text-align: center;
}
section.about div.section-inner div.solution p
{
    font-size: 4.8vw;
    font-weight: bold;

    padding-top: 2.66667vw;

    text-align: center;
}
section.about div.section-inner div.description
{
    margin-top: 5.33333vw; 

    text-align: left;
}
section.about + section.contacts
{
    padding-bottom: 13.33333vw; 

    background-image: url(../img/bg__document.png);
}

section.contacts
{
    padding-top: 15.2vw;
    padding-bottom: 15.2vw;

    background-color: #fff;
}
section.contacts div.section-inner
{
    width: 100%; 
    padding: 0 5.06667vw;
}
section.contacts div.section-inner > div a p.sub
{
    font-size: 4.8vw;
    line-height: 1;

    margin-top: 3.2vw; 

    text-align: center;
}
section.contacts div.section-inner > div a p.label
{
    /*font-size: 6.4vw;*/
    font-size: 4vw;
    line-height: 1;


    margin-top: 5.33333vw; 

    text-align: center;
}
section.contacts div.section-inner div.entry
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 21.33333vw;

    color: #fff;
    border-radius: 1.33333vw; 
    background-image: url(../img/bg__2tone__g.png);
    background-position: center center;
    background-size: cover;
}
section.contacts div.section-inner div.entry:before
{
    position: absolute;
    top: 50%;
    right: 2.66667vw;

    display: block;

    width: 4.26667vw;
    height: 4.26667vw;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    background-image: url(../img/icon__button__arrow__rw.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
section.contacts div.section-inner div.contact
{
    display: inline-block;
    overflow: hidden;

    width: 42.66667vw;
    height: 17.06667vw;
    margin-top: 3.46667vw;

    color: #fff;
    border-radius: 1.33333vw; 
    background-image: url(../img/bg__2tone__y.png);
    background-position: center center;
    background-size: cover;
}
section.contacts div.section-inner div.contact a p.sub
{
    font-size: 2.66667vw; 

    margin-top: 2.66667vw;
}
section.contacts div.section-inner div.contact a p.label
{
    font-size: 3.73333vw; 

    margin-top: 5.86667vw;
}
section.contacts div.section-inner div.contact:before
{
    position: absolute;
    top: 50%;
    right: 1.33333vw;

    display: block;

    width: 3.2vw;
    height: 3.2vw;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    background-image: url(../img/icon__button__arrow__rw.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
section.contacts div.section-inner div.document
{
    display: inline-block;
    overflow: hidden;

    width: 42.66667vw;
    height: 17.06667vw;
    margin-top: 3.46667vw;
    margin-left: 2.66667vw;

    color: #fff;
    border-radius: 1.33333vw; 
    background-image: url(../img/bg__2tone__y.png);
    background-position: center center;
    background-size: cover;
}
section.contacts div.section-inner div.document a p.sub
{
    font-size: 2.66667vw; 

    margin-top: 2.66667vw;
}
section.contacts div.section-inner div.document a p.label
{
    font-size: 3.73333vw; 

    margin-top: 5.86667vw;
}
section.contacts div.section-inner div.document:before
{
    position: absolute;
    top: 50%;
    right: 1.33333vw;

    display: block;

    width: 3.2vw;
    height: 3.2vw;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    background-image: url(../img/icon__button__arrow__rw.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

section.contacts2
{
    padding-top: 15.2vw;
    padding-bottom: 15.2vw;

    background-color: #fff;
}
section.contacts2 div.section-inner
{
    width: 100%; 
    padding: 0 5.06667vw;
}
section.contacts2 div.section-inner > div a p.sub
{
    font-size: 4.8vw;
    line-height: 1;

    margin-top: 3.2vw; 

    text-align: center;
}
section.contacts2 div.section-inner > div a p.label
{
    /*font-size: 6.4vw;*/
    font-size: 4vw;
    line-height: 1;

    margin-top: 5.33333vw; 

    text-align: center;
}
section.contacts2 div.section-inner div.entry
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 21.33333vw;

    color: #fff;
    border-radius: 1.33333vw; 
    background-image: url(../img/bg__2tone__g.png);
    background-position: center center;
    background-size: cover;
}
section.contacts2 div.section-inner div.entry:before
{
    position: absolute;
    top: 50%;
    right: 2.66667vw;

    display: block;

    width: 4.26667vw;
    height: 4.26667vw;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    background-image: url(../img/icon__button__arrow__rw.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

section.contacts3
{
    background-color: #fff;
}
section.contacts3 div.section-inner
{
    width: 100%; 
    padding: 0 5.06667vw;
}
section.contacts3 div.section-inner > div a p.sub
{
    font-size: 4.8vw;
    line-height: 1;

    margin-top: 3.2vw; 

    text-align: center;
}
section.contacts3 div.section-inner > div a p.label
{
    /*font-size: 6.4vw;*/
    font-size: 4vw;
    line-height: 1;

    margin-top: 5.33333vw; 

    text-align: center;
}
section.contacts3 div.section-inner div.entry
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 21.33333vw;

    color: #fff;
    border-radius: 1.33333vw; 
    background-image: url(../img/bg__2tone__g.png);
    background-position: center center;
    background-size: cover;
}
section.contacts3 div.section-inner div.entry:before
{
    position: absolute;
    top: 50%;
    right: 2.66667vw;

    display: block;

    width: 4.26667vw;
    height: 4.26667vw;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    background-image: url(../img/icon__button__arrow__rw.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/*============================
#ss2
============================*/
section.auction
{
    padding-top: 13.33333vw;
    padding-bottom: 13.33333vw;

    background-color: #fff;
    background-image: url(../img/bg__auction.jpg);
    background-repeat: repeat-y;
    background-position: left -66.66667vw top;
}
section.auction div.section-inner
{
    overflow: hidden; 

    width: 90%;
    margin: 0 auto;
}
section.auction div.section-inner h3
{
    margin-top: 10.66667vw;
    margin-bottom: 0vw;
}
section.auction div.section-inner div.inner-container
{
    overflow: hidden; 

    width: 100%;
    margin: 0 auto;
    padding-top: 8vw;

    text-align: center;
}
section.auction div.section-inner div.inner-container h4
{
    font-size: 5.76vw; 
    font-weight: bold;
}
section.auction div.section-inner div.inner-container p.description
{
    display: block;

    height: 24vw; 
    margin-top: 5.33333vw;
}
@media screen and (max-width: 453.33333vw)
{
    section.auction div.section-inner div.inner-container p.description
    {
        height: auto; 
        margin-top: 5.33333vw;
    }
}
section.auction div.section-inner div.inner-container div.photo
{
    margin: 2.66667vw auto 0;
}
section.auction div.section-inner div.inner-container div.photo img
{
    width: 100%;
}
section.auction div.section-inner div.inner-container.a0 div.photo p.title
{
    text-align: center;
}
section.auction div.section-inner div.inner-container.a1 div.photo
{
    width: 100%;
}
section.auction div.section-inner div.inner-container.a2
{
    width: 100%;
}
section.auction div.section-inner div.inner-container.a2 div.photo
{
    width: 100%;
}
section.auction div.section-inner div.inner-container.a2 div.photo img
{
    width: 100%;
}
section.auction div.section-inner div.inner-container.a3
{
    width: 100%;
}
section.auction div.section-inner div.inner-container.a3 div.photo
{
    width: 100%;
}
section.auction div.section-inner div.inner-container.a3 div.photo img
{
    width: 100%;
}

/*============================
#ss3
============================*/
section.service
{
    padding-top: 13.33333vw;
    padding-bottom: 13.33333vw;
}
section.service div.section-inner
{
    width: 90%;

    text-align: center;
}
section.service div.section-inner p.lead
{
    margin-top: 9.33333vw;
}
section.service div.section-inner h3
{
    font-size: 5.12vw; 

    margin-top: 17.33333vw;
}
section.service div.section-inner div.inner-container
{
    margin-top: 13.33333vw;
}
section.service div.section-inner div.inner-container.course
{
    display: inline-block;
    overflow: hidden; 

    width: 100%;
    max-width: 312vw;
}
section.service div.section-inner div.inner-container.course div.course-inner
{
    width: 50%;

    border: 1px solid #d1d1d1; 
    background-color: #fff;
}
section.service div.section-inner div.inner-container.course div.course-inner:first-of-type
{
    float: left;
}
section.service div.section-inner div.inner-container.course div.course-inner:last-of-type
{
    float: right;
}
@media screen and (max-width: 453.33333vw)
{
    section.service div.section-inner div.inner-container.course div.course-inner
    {
        display: block; 

        width: 100%;
        margin: 0 auto;
    }
    section.service div.section-inner div.inner-container.course div.course-inner:first-of-type
    {
        float: none;
    }
    section.service div.section-inner div.inner-container.course div.course-inner:last-of-type
    {
        float: none;
    }
}
section.service div.section-inner div.inner-container.course div.course-inner h4
{
    padding: 5.33333vw 0;

    color: #fff;
}
section.service div.section-inner div.inner-container.course div.course-inner h4.color__regular
{
    background-color: #00663a;
}
section.service div.section-inner div.inner-container.course div.course-inner div.detail
{
    padding: 5.33333vw 0;
}
section.service div.section-inner div.inner-container.course div.course-inner div.detail p span.red
{
    font-size: 8vw; 

    color: #ef6c75;
}
section.service div.section-inner div.inner-container.course div.course-inner div.detail p.small
{
    font-size: 3.73333vw;
}
section.service div.section-inner div.inner-container.course div.course-inner h4.color__lite
{
    background-color: #ef6c75;
}
@media screen and (max-width: 453.33333vw)
{
    section.service div.section-inner div.inner-container.flow
    {
        margin: 21.33333vw auto 0;
    }
}
section.service div.section-inner div.inner-container.flow h3
{
    margin-top: 8vw;
}
section.service div.section-inner div.inner-container.flow div.photo
{
    width: 100%;
    max-width: 312vw;
    margin: 8vw auto 0;
}
section.service div.section-inner div.inner-container.flow div.photo img
{
    width: 100%;
}
section.service div.section-inner div.inner-container.flow p.caption
{
    display: block;

    max-width: 312vw;
    margin: 2.66667vw auto 0; 

    text-align: left;
}
section.service div.section-inner div.inner-container.area
{
    overflow: hidden;

    max-width: 312vw;
    margin: 0 auto;
}
section.service div.section-inner div.inner-container.area h3
{
    margin-top: 8vw;
}
section.service div.section-inner div.inner-container.area div.photo
{
    margin-top: 8vw;
}
section.service div.section-inner div.inner-container.area p.caption
{
    display: block;
    float: left;

    width: calc(50% - 15px);
    margin-top: 10.66667vw;

    text-align: left;
}
@media screen and (max-width: 453.33333vw)
{
    section.service div.section-inner div.inner-container.area p.caption
    {
        float: none; 

        width: 100%;
        margin: 10.66667vw auto 0;
    }
}
section.service div.section-inner div.inner-container.area table
{
    line-height: 1.2; 

    float: right;

    width: calc(50% - 15px);
    margin-top: 10.66667vw;

    border: 1px solid #d1d1d1;
    background-color: #f2f2f2;
}
@media screen and (max-width: 453.33333vw)
{
    section.service div.section-inner div.inner-container.area table
    {
        float: none; 

        width: 100%;
        margin: 10.66667vw auto 0;
    }
}
section.service div.section-inner div.inner-container.area table tbody tr:not(:first-of-type)
{
    border-top: 1px solid #d1d1d1;
}
section.service div.section-inner div.inner-container.area table tbody tr td
{
    padding: 5.33333vw;
}
section.service div.section-inner div.inner-container.area table tbody tr td.index
{
    text-align: center;
    white-space: nowrap;

    border-right: 1px solid #d1d1d1;
}
section.service div.section-inner div.inner-container.area table tbody tr td.body
{
    text-align: left;

    background-color: #fff;
}
section.service div.section-inner div.inner-container.deliveryfee
{
    overflow: hidden;

    width: 100%;
    max-width: 312vw;
    margin: 0 auto;
}
section.service div.section-inner div.inner-container.deliveryfee div.fee
{
    float: left;

    width: calc(50% - 15px);
    margin-top: 8vw;
}
@media screen and (max-width: 453.33333vw)
{
    section.service div.section-inner div.inner-container.deliveryfee div.fee
    {
        float: none; 

        width: 100%;
        margin: 10.66667vw auto 0;
    }
}
section.service div.section-inner div.inner-container.deliveryfee div.fee img
{
    width: 100%;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart
{
    float: right;

    width: calc(50% - 15px);
    margin-top: 8vw;
}
@media screen and (max-width: 453.33333vw)
{
    section.service div.section-inner div.inner-container.deliveryfee div.chart
    {
        float: none; 

        width: 100%;
        margin: 10.66667vw auto 0;
    }
}
section.service div.section-inner div.inner-container.deliveryfee div.chart table
{
    line-height: 1.2; 

    width: 100%;

    border: 1px solid #d1d1d1;
    background-color: #f2f2f2;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart table tbody tr:not(:first-of-type)
{
    border-top: 1px solid #d1d1d1;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart table tbody tr td
{
    padding: 5.33333vw; 

    text-align: center;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart table tbody tr td:not(:last-of-type)
{
    border-right: 1px solid #d1d1d1;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart table tbody tr td.index
{
    text-align: center;

    border-right: 1px solid #d1d1d1;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart table tbody tr td.body
{
    background-color: #fff;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart table tbody tr.index td
{
    width: 33.3%;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart table tbody tr.index td.color__regular
{
    color: #fff;
    background-color: #00663a;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart table tbody tr.index td.color__lite
{
    color: #fff;
    background-color: #ef6c75;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart div.note
{
    font-size: 3.73333vw;
    line-height: 1.7; 

    margin-bottom: 2.66667vw;

    text-align: left;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart div.note br
{
    display: none;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart div.more
{
    text-align: left;
}
section.service div.section-inner div.inner-container.deliveryfee div.chart div.more a
{
    text-align: left;
    text-decoration: underline;

    color: #187dc4;
}
section.service div.section-inner a
{
    text-align: left;
    text-decoration: underline;

    color: #187dc4;
}
section.service + .contacts
{
    padding-bottom: 18.66667vw;

    background-color: #fbf5e7;
    background-image: url(../img/bg__document.png);
}

/*============================
#ss5
============================*/
section.users
{
    padding-top: 16vw;
    padding-bottom: 1vw; 

    background-color: #fff;
    background-image: url(../img/bg__users.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
section.users div.section-inner
{
    width: 90%;
}
section.users div.section-inner h2
{
    margin-top: 0vw;
}
section.users div.section-inner ol
{
    overflow: hidden;

    margin-top: 10.66667vw;
}
section.users div.section-inner ol li
{
    font-size: 4.26667vw;
    line-height: 1.7;

    float: left;

    width: 100%;
    height: 66.66667vw;
    padding: 13.33333vw 5.33333vw;
    padding: 5.33333vw;

    background-image: url(../img/bg__users.png);
    background-repeat: no-repeat; 
    background-size: contain;
}
section.users div.section-inner ol li:not(:first-of-type)
{
    margin-left: 8vw;
}
@media screen and (max-width: 312vw)
{
    section.users div.section-inner ol li
    {
        display: block; 
        float: none;

        margin: 0 auto 8vw;
    }
    section.users div.section-inner ol li:not(:first-of-type)
    {
        margin-left: auto;
    }
    section.users div.section-inner ol li:nth-child(2n-1)
    {
        margin-left: auto;
    }
}
section.users div.section-inner ol li p.user
{
    text-align: right;
}

/*============================
#ss6
============================*/
section.faq
{
    padding-top: 16vw;

    background-color: #fbf5e7;
    background-image: url(../img/bg__document.png);
    background-repeat: no-repeat;
    background-position: left -40vw center; 
    background-size: 100% auto;
}
section.faq div.section-inner
{
    padding: 0vw 5.06667vw 21.33333vw;
}
section.faq div.section-inner ol
{
    display: block;

    width: 100%;
    margin: auto; 
    padding-top: 2.66667vw;
}
section.faq div.section-inner ol li
{
    width: 100%;
}
section.faq div.section-inner ol li div.question
{
    font-size: 5.33333vw;
    line-height: 1.2;

    width: 100%;
    height: 21.33333vw;
    margin-top: 9.33333vw; 
    padding-left: 10.66667vw;

    border-radius: 1.33333vw;
    background-color: #fff;
}
section.faq div.section-inner ol li div.question:after
{
    position: absolute;
    top: 50%;
    left: 2.66667vw;

    display: block;

    width: 10.66667vw;
    height: 10.66667vw;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    border-radius: 10.66667vw;
    background-color: #ef6c75;
    background-image: url(../img/buyer-question.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
}
section.faq div.section-inner ol li div.question:before
{
    position: absolute;
    top: 50%;
    right: 4vw;

    display: block;

    width: 4vw;
    height: 4vw;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    background-image: url(../img/icon__faq__arrow__d.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
section.faq div.section-inner ol li div.question.expand:before
{
    position: absolute;
    top: 50%;
    right: 4vw;

    display: block;

    width: 4vw;
    height: 4vw;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    background-image: url(../img/icon__faq__arrow__u.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
section.faq div.section-inner ol li div.question p
{
    position: absolute;
    top: 50%;
    left: 16vw;

    width: 65.33333vw;
    margin-top: 1.33333vw;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
section.faq div.section-inner ol li div.answer
{
    font-size: 5.33333vw;
    line-height: 1.2;

    display: none;

    width: 100%;
    height: auto;
    margin-top: 2.66667vw; 
    padding-left: 10.66667vw;

    border-radius: 1.33333vw;
}
section.faq div.section-inner ol li div.answer:after
{
    position: absolute;
    top: 0; 
    left: 2.66667vw;

    display: block;

    width: 10.66667vw;
    height: 10.66667vw;

    content: '';

    border-radius: 10.66667vw;
    background-color: #00663a;
    background-image: url(../img/buyer-answer.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
}
section.faq div.section-inner ol li div.answer p
{
    margin-top: 1.33333vw; 
    padding-left: 5.33333vw;
}

/*============================
#ss7
============================*/
section.topics
{
    padding-top: 18.66667vw;
    padding-bottom: 18.66667vw; 

    background-color: #fff;
    background-image: url(../img/bg__topic.jpg);
    background-repeat: repeat-y;
    background-position: top left;
    background-position: left -53.33333vw top;
}
section.topics div.section-inner
{
    width: 100%;
    margin: 0 auto;
    padding: 0 5.06667vw;
}
section.topics div.section-inner h2
{
    padding-bottom: 2.66667vw;
}
section.topics div.section-inner ol
{
    margin-top: 10.66667vw;
}
section.topics div.section-inner ol li
{
    font-size: 4.8vw;
    line-height: 1.2; 

    padding: 4.8vw 0 4.8vw;

    border-bottom: 1px solid #000;
}
section.topics div.section-inner ol li p.date
{
    display: block;
}
section.topics div.section-inner ol li p.detail
{
    display: block;

    margin-top: 4vw;
}
section.topics div.section-inner div.button__topics
{
    width: 53.33333vw;
    height: 16vw;
    margin: 18.66667vw auto 0;

    border: 2px solid #462303;
    border-radius: 2.66667vw;
}
section.topics div.section-inner div.button__topics:before
{
    position: absolute;
    top: 50%;
    right: 4vw;

    display: block;

    width: 4vw;
    height: 4vw;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    background-image: url(../img/icon__button__arrow__r.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
section.topics div.section-inner div.button__topics a
{
    display: block;

    width: 100%;
    height: 100%;
}
section.topics div.section-inner div.button__topics a p
{
    font-size: 4.26667vw;

    position: absolute;
    top: 50%;
    left: 50%;

    margin-left: -1.33333vw;

    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); 
    white-space: nowrap;

    color: #462303;
}
section.topics .contacts
{
    padding-top: 16vw;

    background-color: transparent;
}

footer
{
    width: 100%;
    height: 34.66667vw;

    color: #fff; 
    background-color: transparent;
    background-image: url(../img/bg__grass.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 33.06667vw;
}
footer div.footer-inner
{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 16vw;

    text-align: center;
}
footer div.footer-inner ol.localnav
{
    display: block;
}
footer div.footer-inner ol.localnav li
{
    line-height: 1;

    display: inline;

    padding: 0 2.13333vw;
}
footer div.footer-inner ol.localnav li:not(:first-of-type)
{
    border-left: 1px solid #fff;
}
footer div.footer-inner ol.localnav li a
{
    width: 100%;
    height: 100%;
}
footer div.footer-inner div.copyright
{
    display: block; 

    margin-top: 2.66667vw;
}
footer div.footer-inner div.copyright p
{
    line-height: 1;
}

/*============================
#ss8
============================*/
section.service2
{
    padding-top: 1vw;
    padding-bottom: 13.33333vw;
}
section.service2 div.section-inner
{
    width: 90%;

    text-align: center;
}
section.service2 div.section-inner div.inner-container
{
    margin-top: 13.33333vw;
}
@media screen and (max-width: 453.33333vw)
{
    section.service2 div.section-inner div.inner-container.flow
    {
        margin: 8vw auto 0;
    }
}
section.service2 div.section-inner div.inner-container.flow h3
{
    margin-top: 8vw;
}
section.service2 div.section-inner div.inner-container.flow div.photo
{
    width: 100%;
    max-width: 312vw;
    margin: 8vw auto 0;
}
section.service2 div.section-inner div.inner-container.flow div.photo img
{
    width: 100%;
}
section.service2 div.section-inner div.inner-container.flow p.caption
{
    display: block;

    max-width: 312vw;
    margin: 2.66667vw auto 0; 

    text-align: left;
}
section.service2 + .contacts
{
    padding-bottom: 18.66667vw;

    background-color: #fbf5e7;
    background-image: url(../img/bg__document.png);
}
