.main-side-wrap {
    margin: 35px auto 0;
}

p.under-map a {
    color: #4c2816;
    border-bottom: 1px solid;
}

p.under-map {
    margin-bottom: 32px;
    font-size: 12px;
}

.under-title {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 32px;
    font-weight: bold;
}

.under-title p {
    font-size: 18px;
}

.under-title h2 {
    font-size: 24px;
}

ul.guide-btn-list li a {
    width: 167px;
    font-size: 14px;
    color: #fff;
    display: block;
    background-color: #4c2816;
    text-align: center;
    border-radius: 3px;
    padding: 8px 0 21px;
    box-sizing: border-box;
    position: relative;
}

ul.guide-btn-list li a:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    bottom: 10px;
    right: 0;
    margin: 0 auto;
}

ul.guide-btn-list {
    display: flex;
    justify-content: space-between;
    max-width: 862px;
    margin: 23px auto 0;
}

.guide {
    width: 100%;
    margin-top: 77px;
}

h2.guide-title {
    padding: 5px 0 15px 57px;
    font-size: 18px;
    border-bottom: 2px dotted;
    position: relative;
}

h2.guide-title.guide-title-1:before,
h2.guide-title.guide-title-2:before,
h2.guide-title.guide-title-3:before,
h2.guide-title.guide-title-4:before,
h2.guide-title.guide-title-5:before {
    content: '';
    background-size: contain;
    display: inline-block;
    width: 34px;
    height: 27px;
    background-repeat: no-repeat;
    position: absolute;
    left: 11px;
    top: 7px;
}

ul.guide-list h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

ul.guide-list p {
    font-size: 14px;
}

.guide-txt {
    font-size: 14px;
}

.guide-wrap {
    margin-bottom: 139px;
}

footer {
    border-top: none;
    padding: 0;
}

span.zenkoku {
    border-bottom: 1px solid;
    font-weight: bold;
}

.about-txt {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 55px;
}

.about-point-img img {
    max-width: 230px;
}

ul.about-point-list li {
    text-align: center;
}

ul.about-point-list li p {
    max-width: 203px;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}

ul.about-point-list li h3 {
    padding: 14px 0 10px;
    font-size: 18px;
}

ul.about-point-list {
    display: flex;
    justify-content: space-between;
    max-width: 788px;
    margin: 0 auto 90px;
}

.aruku-suzu img {
    max-width: 91px;
}

.aboutus-wrap,
.company-d-wrap {
    position: relative;
}

.company-d-wrap a {
    color: #4c2816;
}

.aruku-suzu {
    position: absolute;
    bottom: -149px;
    right: -63px;
}

.gaiyo-flex {
    padding: 20px 0 20px 24px;
    display: flex;
    border-bottom: 2px solid;
    box-sizing: border-box;
}

.gaiyo-title {
    font-weight: bold;
    width: 209px;
    box-sizing: border-box;
}

.korobu_suzu img {
    max-width: 194px;
}

.korobu_suzu {
    margin: 49px 0 0 28px;
}

p.law-title {
    font-weight: bold;
}

p.law-txt {
    font-size: 15px;
}

ul.law-list li {
    margin-bottom: 24px;
    line-height: 1.9;
}

ul.law-list {
    margin-top: 50px;
}

.policy {
    font-size: 12px;
    padding: 0 0 20px;
    width: 90%;
    margin: 0 auto;
    line-height: 2;
}

.policy li {
    padding-bottom: 40px;
}

.policy li a {
    color: #4c2816;
    border-bottom: 1px solid;
}

/*faq*/

.accordion-container {
    margin: 41px auto 47px;
    width: 100%;
}

.accordion-title {
    cursor: pointer;
    font-size: 16px;
    padding: 19px 19px 19px 75px;
    position: relative;
    box-sizing: border-box;
    background-color: #4c2816;
    border-radius: 5px;
    margin-bottom: 3px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}

.accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #fff;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #fff;
    transition: all .3s ease-in-out;
}

.accordion-title.open:before {
    transform: rotate(180deg);
}

.accordion-title.open:after {
    opacity: 0;
}

.accordion-text {
    display: none;
    padding: 8px 15px 25px;
    font-size: 15px;
    line-height: 1.8;
}

.accordion-text a {
    color: #4c2816;
    border-bottom: 1px solid;
}

.top-faq {
    margin: 0 auto;
    padding: 0 0 60px;
}

dl.accordion-list:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 15px;
    background-image: url(../img/q.png);
    background-size: contain;
    display: inline-block;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    z-index: 1;
}

dl.accordion-list {
    position: relative;
}

/*1000以下*/
@media screen and (max-width: 1000px) {

    .policy {
        font-size: 11px;
        padding: 0 0 20px;
        width: 90%;
        margin: 0 auto;
    }

    .main-side-wrap {
        margin: 0;
        padding-top: 103px;
    }

    p.under-map {
        margin-bottom: 39px;
        font-size: 11px;
    }

    .under-title h2 {
        font-size: 18px;
    }

    .under-title p {
        font-size: 14px;
    }

    .about-txt {
        text-align: center;
        line-height: 2;
        margin-bottom: 38px;
        font-size: 14px;
    }

    ul.about-point-list {
        display: block;
        margin: 0 auto 80px;
    }

    .about-point-img img {
        max-width: 176px;
    }

    ul.about-point-list li h3 {
        padding: 13px 0 8px;
        font-size: 15px;
    }

    ul.about-point-list li p {
        max-width: 241px;
        font-size: 13px;
        line-height: 1.7;
    }

    ul.about-point-list li {
        margin-bottom: 27px;
    }

    .aruku-suzu img {
        max-width: 74px;
    }

    .aruku-suzu {
        position: absolute;
        bottom: -97px;
        right: 3px;
    }

    .gaiyo-flex {
        padding: 10px;
        display: block;
        border-bottom: 2px solid;
        box-sizing: border-box;
        font-size: 14px;
    }

    .company-d-wrap .under-title {
        margin-bottom: 20px;
    }

    .korobu_suzu img {
        max-width: 140px;
    }

    .korobu_suzu {
        margin: 29px 0 0 4px;
    }

    ul.guide-btn-list li a {
        width: 124px;
        font-size: 12px;
        padding: 5px 0 17px;
        margin: 0 5px 5px 0;
    }

    ul.guide-btn-list li a:after {
        width: 4px;
        height: 4px;
        bottom: 8px;
    }

    ul.guide-btn-list {
        justify-content: flex-start;
        width: 396px;
        margin: 26px auto 0;
        flex-wrap: wrap;
    }

    .guide {
        width: 95%;
        margin: 45px auto 0px;
        max-width: 500px;
    }

    h2.guide-title {
        padding: 4px 0 9px 42px;
        font-size: 15px;
    }

    h2.guide-title.guide-title-1:before,
    h2.guide-title.guide-title-2:before,
    h2.guide-title.guide-title-3:before,
    h2.guide-title.guide-title-4:before,
    h2.guide-title.guide-title-5:before {
        width: 26px;
        height: 21px;
        left: 5px;
        top: 7px;
    }

    ul.guide-list p {
        font-size: 13px;
    }

    ul.guide-list h3 {
        margin-bottom: 3px;
        font-size: 14px;
    }

    .guide-txt {
        font-size: 13px;
    }

    .guide-wrap {
        margin-bottom: 40px;
    }

    p.law-title {
        font-size: 14px;
    }

    p.law-txt a {
        color: #4c2816;
    }

    p.law-txt {
        font-size: 13px;
    }

    ul.law-list li {
        margin-bottom: 18px;
        line-height: 1.6;
    }

    ul.law-list {
        margin-top: 30px;
    }

    .accordion-container {
        margin: 44px auto 41px;
        width: 100%;
    }

    .accordion-title {
        cursor: pointer;
        font-size: 14px;
        padding: 13px 13px 14px 44px;
    }

    dl.accordion-list:before {
        top: 10px;
        left: 8px;
        width: 26px;
        height: 26px;
    }

    .accordion-title:after {
        right: 14px;
        height: 2px;
        width: 10px;
    }

    .accordion-title:before {
        top: 50%;
        right: 14px;
        height: 2px;
        width: 10px;
    }

    .accordion-text {
        padding: 6px 15px 27px;
        font-size: 14px;
        line-height: 1.8;
    }

}

@media screen and (min-width:500px) and (max-width:1100px) {}

@media screen and (min-width:800px) and (max-width:1100px) {}

/*PC*/

@media only screen and (min-width:1000px) {}